org.sakaiproject.tool.assessment.data.dao.assessment
Class PublishedFeedback
java.lang.Object
org.sakaiproject.tool.assessment.data.dao.assessment.PublishedFeedback
- All Implemented Interfaces:
- Serializable, AssessmentFeedbackIfc
public class PublishedFeedback
- extends Object
- implements Serializable, AssessmentFeedbackIfc
- See Also:
- Serialized Form
|
Constructor Summary |
PublishedFeedback()
Creates a new SubmissionModel object. |
PublishedFeedback(Integer feedbackDelivery,
Integer feedbackComponentOption,
Integer feedbackAuthoring,
Integer editComponents,
Boolean showQuestionText,
Boolean showStudentResponse,
Boolean showCorrectResponse,
Boolean showStudentScore,
Boolean showStudentQuestionScore,
Boolean showQuestionLevelFeedback,
Boolean showSelectionLevelFeedback,
Boolean showGraderComments,
Boolean showStatistics)
|
PublishedFeedback(Long assessmentId,
Integer feedbackDelivery,
Integer feedbackComponentOption,
Integer feedbackAuthoring,
Integer editComponents,
Boolean showQuestionText,
Boolean showStudentResponse,
Boolean showCorrectResponse,
Boolean showStudentScore,
Boolean showStudentQuestionScore,
Boolean showQuestionLevelFeedback,
Boolean showSelectionLevelFeedback,
Boolean showGraderComments,
Boolean showStatistics)
|
PublishedFeedback
public PublishedFeedback()
- Creates a new SubmissionModel object.
PublishedFeedback
public PublishedFeedback(Long assessmentId,
Integer feedbackDelivery,
Integer feedbackComponentOption,
Integer feedbackAuthoring,
Integer editComponents,
Boolean showQuestionText,
Boolean showStudentResponse,
Boolean showCorrectResponse,
Boolean showStudentScore,
Boolean showStudentQuestionScore,
Boolean showQuestionLevelFeedback,
Boolean showSelectionLevelFeedback,
Boolean showGraderComments,
Boolean showStatistics)
PublishedFeedback
public PublishedFeedback(Integer feedbackDelivery,
Integer feedbackComponentOption,
Integer feedbackAuthoring,
Integer editComponents,
Boolean showQuestionText,
Boolean showStudentResponse,
Boolean showCorrectResponse,
Boolean showStudentScore,
Boolean showStudentQuestionScore,
Boolean showQuestionLevelFeedback,
Boolean showSelectionLevelFeedback,
Boolean showGraderComments,
Boolean showStatistics)
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone in class Object
- Throws:
CloneNotSupportedException
getId
public Long getId()
- Specified by:
getId in interface AssessmentFeedbackIfc
setId
public void setId(Long id)
- Specified by:
setId in interface AssessmentFeedbackIfc
setAssessment
public void setAssessment(AssessmentIfc assessment)
getAssessment
public AssessmentIfc getAssessment()
setAssessmentBase
public void setAssessmentBase(AssessmentBaseIfc assessment)
- Specified by:
setAssessmentBase in interface AssessmentFeedbackIfc
getAssessmentBase
public AssessmentBaseIfc getAssessmentBase()
- Specified by:
getAssessmentBase in interface AssessmentFeedbackIfc
getFeedbackDelivery
public Integer getFeedbackDelivery()
- Specified by:
getFeedbackDelivery in interface AssessmentFeedbackIfc
setFeedbackDelivery
public void setFeedbackDelivery(Integer feedbackDelivery)
- Specified by:
setFeedbackDelivery in interface AssessmentFeedbackIfc
getFeedbackAuthoring
public Integer getFeedbackAuthoring()
- Specified by:
getFeedbackAuthoring in interface AssessmentFeedbackIfc
setFeedbackAuthoring
public void setFeedbackAuthoring(Integer feedbackAuthoring)
- Specified by:
setFeedbackAuthoring in interface AssessmentFeedbackIfc
getEditComponents
public Integer getEditComponents()
- Specified by:
getEditComponents in interface AssessmentFeedbackIfc
setEditComponents
public void setEditComponents(Integer editComponents)
- Specified by:
setEditComponents in interface AssessmentFeedbackIfc
getShowQuestionText
public Boolean getShowQuestionText()
- Specified by:
getShowQuestionText in interface AssessmentFeedbackIfc
setShowQuestionText
public void setShowQuestionText(Boolean showQuestionText)
- Specified by:
setShowQuestionText in interface AssessmentFeedbackIfc
getShowStudentResponse
public Boolean getShowStudentResponse()
- Specified by:
getShowStudentResponse in interface AssessmentFeedbackIfc
setShowStudentResponse
public void setShowStudentResponse(Boolean showStudentResponse)
- Specified by:
setShowStudentResponse in interface AssessmentFeedbackIfc
getShowCorrectResponse
public Boolean getShowCorrectResponse()
- Specified by:
getShowCorrectResponse in interface AssessmentFeedbackIfc
setShowCorrectResponse
public void setShowCorrectResponse(Boolean showCorrectResponse)
- Specified by:
setShowCorrectResponse in interface AssessmentFeedbackIfc
getShowStudentScore
public Boolean getShowStudentScore()
- Specified by:
getShowStudentScore in interface AssessmentFeedbackIfc
setShowStudentScore
public void setShowStudentScore(Boolean showStudentScore)
- Specified by:
setShowStudentScore in interface AssessmentFeedbackIfc
getShowStudentQuestionScore
public Boolean getShowStudentQuestionScore()
- Specified by:
getShowStudentQuestionScore in interface AssessmentFeedbackIfc
setShowStudentQuestionScore
public void setShowStudentQuestionScore(Boolean showStudentQuestionScore)
- Specified by:
setShowStudentQuestionScore in interface AssessmentFeedbackIfc
getShowQuestionLevelFeedback
public Boolean getShowQuestionLevelFeedback()
- Specified by:
getShowQuestionLevelFeedback in interface AssessmentFeedbackIfc
setShowQuestionLevelFeedback
public void setShowQuestionLevelFeedback(Boolean showQuestionLevelFeedback)
- Specified by:
setShowQuestionLevelFeedback in interface AssessmentFeedbackIfc
getShowSelectionLevelFeedback
public Boolean getShowSelectionLevelFeedback()
- Specified by:
getShowSelectionLevelFeedback in interface AssessmentFeedbackIfc
setShowSelectionLevelFeedback
public void setShowSelectionLevelFeedback(Boolean showSelectionLevelFeedback)
- Specified by:
setShowSelectionLevelFeedback in interface AssessmentFeedbackIfc
getShowGraderComments
public Boolean getShowGraderComments()
- Specified by:
getShowGraderComments in interface AssessmentFeedbackIfc
setShowGraderComments
public void setShowGraderComments(Boolean showGraderComments)
- Specified by:
setShowGraderComments in interface AssessmentFeedbackIfc
getShowStatistics
public Boolean getShowStatistics()
- Specified by:
getShowStatistics in interface AssessmentFeedbackIfc
setShowStatistics
public void setShowStatistics(Boolean showStatistics)
- Specified by:
setShowStatistics in interface AssessmentFeedbackIfc
getAssessmentId
public Long getAssessmentId()
setAssessmentId
public void setAssessmentId(Long assessmentId)
getFeedbackComponentOption
public Integer getFeedbackComponentOption()
- Specified by:
getFeedbackComponentOption in interface AssessmentFeedbackIfc
setFeedbackComponentOption
public void setFeedbackComponentOption(Integer feedbackComponentOption)
- Specified by:
setFeedbackComponentOption in interface AssessmentFeedbackIfc
Copyright © 2005-2012 Sakai Project. All Rights Reserved.