public class PublishedFeedback extends Object implements Serializable, AssessmentFeedbackIfc
BOTH_FEEDBACK, FEEDBACK_BY_DATE, FEEDBACK_ON_SUBMISSION, IMMEDIATE_FEEDBACK, NO_FEEDBACK, QUESTIONLEVEL_FEEDBACK, SECTIONLEVEL_FEEDBACK, SELECT_COMPONENTS, SHOW_TOTALSCORE_ONLY| Constructor and Description |
|---|
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) |
public 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)
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)
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic Long getId()
getId in interface AssessmentFeedbackIfcpublic void setId(Long id)
setId in interface AssessmentFeedbackIfcpublic void setAssessment(AssessmentIfc assessment)
public AssessmentIfc getAssessment()
public void setAssessmentBase(AssessmentBaseIfc assessment)
setAssessmentBase in interface AssessmentFeedbackIfcpublic AssessmentBaseIfc getAssessmentBase()
getAssessmentBase in interface AssessmentFeedbackIfcpublic Integer getFeedbackDelivery()
getFeedbackDelivery in interface AssessmentFeedbackIfcpublic void setFeedbackDelivery(Integer feedbackDelivery)
setFeedbackDelivery in interface AssessmentFeedbackIfcpublic Integer getFeedbackAuthoring()
getFeedbackAuthoring in interface AssessmentFeedbackIfcpublic void setFeedbackAuthoring(Integer feedbackAuthoring)
setFeedbackAuthoring in interface AssessmentFeedbackIfcpublic Integer getEditComponents()
getEditComponents in interface AssessmentFeedbackIfcpublic void setEditComponents(Integer editComponents)
setEditComponents in interface AssessmentFeedbackIfcpublic Boolean getShowQuestionText()
getShowQuestionText in interface AssessmentFeedbackIfcpublic void setShowQuestionText(Boolean showQuestionText)
setShowQuestionText in interface AssessmentFeedbackIfcpublic Boolean getShowStudentResponse()
getShowStudentResponse in interface AssessmentFeedbackIfcpublic void setShowStudentResponse(Boolean showStudentResponse)
setShowStudentResponse in interface AssessmentFeedbackIfcpublic Boolean getShowCorrectResponse()
getShowCorrectResponse in interface AssessmentFeedbackIfcpublic void setShowCorrectResponse(Boolean showCorrectResponse)
setShowCorrectResponse in interface AssessmentFeedbackIfcpublic Boolean getShowStudentScore()
getShowStudentScore in interface AssessmentFeedbackIfcpublic void setShowStudentScore(Boolean showStudentScore)
setShowStudentScore in interface AssessmentFeedbackIfcpublic Boolean getShowStudentQuestionScore()
getShowStudentQuestionScore in interface AssessmentFeedbackIfcpublic void setShowStudentQuestionScore(Boolean showStudentQuestionScore)
setShowStudentQuestionScore in interface AssessmentFeedbackIfcpublic Boolean getShowQuestionLevelFeedback()
getShowQuestionLevelFeedback in interface AssessmentFeedbackIfcpublic void setShowQuestionLevelFeedback(Boolean showQuestionLevelFeedback)
setShowQuestionLevelFeedback in interface AssessmentFeedbackIfcpublic Boolean getShowSelectionLevelFeedback()
getShowSelectionLevelFeedback in interface AssessmentFeedbackIfcpublic void setShowSelectionLevelFeedback(Boolean showSelectionLevelFeedback)
setShowSelectionLevelFeedback in interface AssessmentFeedbackIfcpublic Boolean getShowGraderComments()
getShowGraderComments in interface AssessmentFeedbackIfcpublic void setShowGraderComments(Boolean showGraderComments)
setShowGraderComments in interface AssessmentFeedbackIfcpublic Boolean getShowStatistics()
getShowStatistics in interface AssessmentFeedbackIfcpublic void setShowStatistics(Boolean showStatistics)
setShowStatistics in interface AssessmentFeedbackIfcpublic Long getAssessmentId()
public void setAssessmentId(Long assessmentId)
public Integer getFeedbackComponentOption()
getFeedbackComponentOption in interface AssessmentFeedbackIfcpublic void setFeedbackComponentOption(Integer feedbackComponentOption)
setFeedbackComponentOption in interface AssessmentFeedbackIfcCopyright © 2005–2019 Sakai Project. All rights reserved.