org.sakaiproject.tool.assessment.data.ifc.assessment
Interface AssessmentFeedbackIfc
- All Superinterfaces:
- Serializable
public interface AssessmentFeedbackIfc
- extends Serializable
IMMEDIATE_FEEDBACK
static final Integer IMMEDIATE_FEEDBACK
FEEDBACK_BY_DATE
static final Integer FEEDBACK_BY_DATE
NO_FEEDBACK
static final Integer NO_FEEDBACK
FEEDBACK_ON_SUBMISSION
static final Integer FEEDBACK_ON_SUBMISSION
QUESTIONLEVEL_FEEDBACK
static final Integer QUESTIONLEVEL_FEEDBACK
SECTIONLEVEL_FEEDBACK
static final Integer SECTIONLEVEL_FEEDBACK
BOTH_FEEDBACK
static final Integer BOTH_FEEDBACK
SELECT_COMPONENTS
static final Integer SELECT_COMPONENTS
SHOW_TOTALSCORE_ONLY
static final Integer SHOW_TOTALSCORE_ONLY
getId
Long getId()
setId
void setId(Long id)
setAssessmentBase
void setAssessmentBase(AssessmentBaseIfc assessmentBase)
getAssessmentBase
AssessmentBaseIfc getAssessmentBase()
getFeedbackDelivery
Integer getFeedbackDelivery()
setFeedbackDelivery
void setFeedbackDelivery(Integer feedbackDelivery)
getFeedbackAuthoring
Integer getFeedbackAuthoring()
setFeedbackAuthoring
void setFeedbackAuthoring(Integer feedbackAuthoring)
getEditComponents
Integer getEditComponents()
setEditComponents
void setEditComponents(Integer editComponents)
getShowQuestionText
Boolean getShowQuestionText()
setShowQuestionText
void setShowQuestionText(Boolean showQuestionText)
getShowStudentResponse
Boolean getShowStudentResponse()
setShowStudentResponse
void setShowStudentResponse(Boolean showStudentResponse)
getShowCorrectResponse
Boolean getShowCorrectResponse()
setShowCorrectResponse
void setShowCorrectResponse(Boolean showCorrectResponse)
getShowStudentScore
Boolean getShowStudentScore()
setShowStudentScore
void setShowStudentScore(Boolean showStudentScore)
getShowStudentQuestionScore
Boolean getShowStudentQuestionScore()
setShowStudentQuestionScore
void setShowStudentQuestionScore(Boolean showStudentQuestionScore)
getShowQuestionLevelFeedback
Boolean getShowQuestionLevelFeedback()
setShowQuestionLevelFeedback
void setShowQuestionLevelFeedback(Boolean showQuestionLevelFeedback)
getShowSelectionLevelFeedback
Boolean getShowSelectionLevelFeedback()
setShowSelectionLevelFeedback
void setShowSelectionLevelFeedback(Boolean showSelectionLevelFeedback)
getShowGraderComments
Boolean getShowGraderComments()
setShowGraderComments
void setShowGraderComments(Boolean showGraderComments)
getShowStatistics
Boolean getShowStatistics()
setShowStatistics
void setShowStatistics(Boolean showStatistics)
getFeedbackComponentOption
Integer getFeedbackComponentOption()
setFeedbackComponentOption
void setFeedbackComponentOption(Integer feedbackComponentOption)
Copyright © 2005-2012 Sakai Project. All Rights Reserved.