Class AssessmentFeedback
- java.lang.Object
-
- org.sakaiproject.tool.assessment.data.dao.assessment.AssessmentFeedback
-
- All Implemented Interfaces:
Serializable,AssessmentFeedbackIfc
public class AssessmentFeedback extends Object implements Serializable, AssessmentFeedbackIfc
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.sakaiproject.tool.assessment.data.ifc.assessment.AssessmentFeedbackIfc
BOTH_FEEDBACK, FEEDBACK_BY_DATE, FEEDBACK_ON_SUBMISSION, IMMEDIATE_FEEDBACK, NO_FEEDBACK, QUESTIONLEVEL_FEEDBACK, SECTIONLEVEL_FEEDBACK, SELECT_COMPONENTS, SHOW_TOTALSCORE_ONLY
-
-
Constructor Summary
Constructors Constructor Description AssessmentFeedback()Creates a new SubmissionModel object.AssessmentFeedback(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)
-
Method Summary
-
-
-
Constructor Detail
-
AssessmentFeedback
public AssessmentFeedback()
Creates a new SubmissionModel object.
-
AssessmentFeedback
public AssessmentFeedback(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)
-
-
Method Detail
-
clone
public Object clone() throws CloneNotSupportedException
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
getId
public Long getId()
- Specified by:
getIdin interfaceAssessmentFeedbackIfc
-
setId
public void setId(Long id)
- Specified by:
setIdin interfaceAssessmentFeedbackIfc
-
setAssessmentBase
public void setAssessmentBase(AssessmentBaseIfc assessmentBase)
- Specified by:
setAssessmentBasein interfaceAssessmentFeedbackIfc
-
getAssessmentBase
public AssessmentBaseIfc getAssessmentBase()
- Specified by:
getAssessmentBasein interfaceAssessmentFeedbackIfc
-
getFeedbackDelivery
public Integer getFeedbackDelivery()
- Specified by:
getFeedbackDeliveryin interfaceAssessmentFeedbackIfc
-
setFeedbackDelivery
public void setFeedbackDelivery(Integer feedbackDelivery)
- Specified by:
setFeedbackDeliveryin interfaceAssessmentFeedbackIfc
-
getFeedbackComponentOption
public Integer getFeedbackComponentOption()
- Specified by:
getFeedbackComponentOptionin interfaceAssessmentFeedbackIfc
-
setFeedbackComponentOption
public void setFeedbackComponentOption(Integer feedbackComponentOption)
- Specified by:
setFeedbackComponentOptionin interfaceAssessmentFeedbackIfc
-
getFeedbackAuthoring
public Integer getFeedbackAuthoring()
- Specified by:
getFeedbackAuthoringin interfaceAssessmentFeedbackIfc
-
setFeedbackAuthoring
public void setFeedbackAuthoring(Integer feedbackAuthoring)
- Specified by:
setFeedbackAuthoringin interfaceAssessmentFeedbackIfc
-
getEditComponents
public Integer getEditComponents()
- Specified by:
getEditComponentsin interfaceAssessmentFeedbackIfc
-
setEditComponents
public void setEditComponents(Integer editComponents)
- Specified by:
setEditComponentsin interfaceAssessmentFeedbackIfc
-
getShowQuestionText
public Boolean getShowQuestionText()
- Specified by:
getShowQuestionTextin interfaceAssessmentFeedbackIfc
-
setShowQuestionText
public void setShowQuestionText(Boolean showQuestionText)
- Specified by:
setShowQuestionTextin interfaceAssessmentFeedbackIfc
-
getShowStudentResponse
public Boolean getShowStudentResponse()
- Specified by:
getShowStudentResponsein interfaceAssessmentFeedbackIfc
-
setShowStudentResponse
public void setShowStudentResponse(Boolean showStudentResponse)
- Specified by:
setShowStudentResponsein interfaceAssessmentFeedbackIfc
-
getShowCorrectResponse
public Boolean getShowCorrectResponse()
- Specified by:
getShowCorrectResponsein interfaceAssessmentFeedbackIfc
-
setShowCorrectResponse
public void setShowCorrectResponse(Boolean showCorrectResponse)
- Specified by:
setShowCorrectResponsein interfaceAssessmentFeedbackIfc
-
getShowStudentScore
public Boolean getShowStudentScore()
- Specified by:
getShowStudentScorein interfaceAssessmentFeedbackIfc
-
setShowStudentScore
public void setShowStudentScore(Boolean showStudentScore)
- Specified by:
setShowStudentScorein interfaceAssessmentFeedbackIfc
-
getShowStudentQuestionScore
public Boolean getShowStudentQuestionScore()
- Specified by:
getShowStudentQuestionScorein interfaceAssessmentFeedbackIfc
-
setShowStudentQuestionScore
public void setShowStudentQuestionScore(Boolean showStudentQuestionScore)
- Specified by:
setShowStudentQuestionScorein interfaceAssessmentFeedbackIfc
-
getShowQuestionLevelFeedback
public Boolean getShowQuestionLevelFeedback()
- Specified by:
getShowQuestionLevelFeedbackin interfaceAssessmentFeedbackIfc
-
setShowQuestionLevelFeedback
public void setShowQuestionLevelFeedback(Boolean showQuestionLevelFeedback)
- Specified by:
setShowQuestionLevelFeedbackin interfaceAssessmentFeedbackIfc
-
getShowSelectionLevelFeedback
public Boolean getShowSelectionLevelFeedback()
- Specified by:
getShowSelectionLevelFeedbackin interfaceAssessmentFeedbackIfc
-
setShowSelectionLevelFeedback
public void setShowSelectionLevelFeedback(Boolean showSelectionLevelFeedback)
- Specified by:
setShowSelectionLevelFeedbackin interfaceAssessmentFeedbackIfc
-
getShowGraderComments
public Boolean getShowGraderComments()
- Specified by:
getShowGraderCommentsin interfaceAssessmentFeedbackIfc
-
setShowGraderComments
public void setShowGraderComments(Boolean showGraderComments)
- Specified by:
setShowGraderCommentsin interfaceAssessmentFeedbackIfc
-
getShowStatistics
public Boolean getShowStatistics()
- Specified by:
getShowStatisticsin interfaceAssessmentFeedbackIfc
-
setShowStatistics
public void setShowStatistics(Boolean showStatistics)
- Specified by:
setShowStatisticsin interfaceAssessmentFeedbackIfc
-
-