public interface AssessmentFeedbackIfc extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
BOTH_FEEDBACK |
static Integer |
FEEDBACK_BY_DATE |
static Integer |
FEEDBACK_ON_SUBMISSION |
static Integer |
IMMEDIATE_FEEDBACK |
static Integer |
NO_FEEDBACK |
static Integer |
QUESTIONLEVEL_FEEDBACK |
static Integer |
SECTIONLEVEL_FEEDBACK |
static Integer |
SELECT_COMPONENTS |
static Integer |
SHOW_TOTALSCORE_ONLY |
static final Integer IMMEDIATE_FEEDBACK
static final Integer FEEDBACK_BY_DATE
static final Integer NO_FEEDBACK
static final Integer FEEDBACK_ON_SUBMISSION
static final Integer QUESTIONLEVEL_FEEDBACK
static final Integer SECTIONLEVEL_FEEDBACK
static final Integer BOTH_FEEDBACK
static final Integer SELECT_COMPONENTS
static final Integer SHOW_TOTALSCORE_ONLY
Long getId()
void setId(Long id)
void setAssessmentBase(AssessmentBaseIfc assessmentBase)
AssessmentBaseIfc getAssessmentBase()
Integer getFeedbackDelivery()
void setFeedbackDelivery(Integer feedbackDelivery)
Integer getFeedbackAuthoring()
void setFeedbackAuthoring(Integer feedbackAuthoring)
Integer getEditComponents()
void setEditComponents(Integer editComponents)
Boolean getShowQuestionText()
void setShowQuestionText(Boolean showQuestionText)
Boolean getShowStudentResponse()
void setShowStudentResponse(Boolean showStudentResponse)
Boolean getShowCorrectResponse()
void setShowCorrectResponse(Boolean showCorrectResponse)
Boolean getShowStudentScore()
void setShowStudentScore(Boolean showStudentScore)
Boolean getShowStudentQuestionScore()
void setShowStudentQuestionScore(Boolean showStudentQuestionScore)
Boolean getShowQuestionLevelFeedback()
void setShowQuestionLevelFeedback(Boolean showQuestionLevelFeedback)
Boolean getShowSelectionLevelFeedback()
void setShowSelectionLevelFeedback(Boolean showSelectionLevelFeedback)
Boolean getShowGraderComments()
void setShowGraderComments(Boolean showGraderComments)
Boolean getShowStatistics()
void setShowStatistics(Boolean showStatistics)
Integer getFeedbackComponentOption()
void setFeedbackComponentOption(Integer feedbackComponentOption)
Copyright © 2003–2021 Sakai Project. All rights reserved.