org.sakaiproject.tool.assessment.data.ifc.assessment
Interface AssessmentFeedbackIfc

All Superinterfaces:
Serializable

public interface AssessmentFeedbackIfc
extends Serializable


Field Summary
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
           
 
Method Summary
 AssessmentBaseIfc getAssessmentBase()
           
 Integer getEditComponents()
           
 Integer getFeedbackAuthoring()
           
 Integer getFeedbackComponentOption()
           
 Integer getFeedbackDelivery()
           
 Long getId()
           
 Boolean getShowCorrectResponse()
           
 Boolean getShowGraderComments()
           
 Boolean getShowQuestionLevelFeedback()
           
 Boolean getShowQuestionText()
           
 Boolean getShowSelectionLevelFeedback()
           
 Boolean getShowStatistics()
           
 Boolean getShowStudentQuestionScore()
           
 Boolean getShowStudentResponse()
           
 Boolean getShowStudentScore()
           
 void setAssessmentBase(AssessmentBaseIfc assessmentBase)
           
 void setEditComponents(Integer editComponents)
           
 void setFeedbackAuthoring(Integer feedbackAuthoring)
           
 void setFeedbackComponentOption(Integer feedbackComponentOption)
           
 void setFeedbackDelivery(Integer feedbackDelivery)
           
 void setId(Long id)
           
 void setShowCorrectResponse(Boolean showCorrectResponse)
           
 void setShowGraderComments(Boolean showGraderComments)
           
 void setShowQuestionLevelFeedback(Boolean showQuestionLevelFeedback)
           
 void setShowQuestionText(Boolean showQuestionText)
           
 void setShowSelectionLevelFeedback(Boolean showSelectionLevelFeedback)
           
 void setShowStatistics(Boolean showStatistics)
           
 void setShowStudentQuestionScore(Boolean showStudentQuestionScore)
           
 void setShowStudentResponse(Boolean showStudentResponse)
           
 void setShowStudentScore(Boolean showStudentScore)
           
 

Field Detail

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
Method Detail

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-2013 Sakai Project. All Rights Reserved.