org.sakaiproject.tool.assessment.ui.bean.delivery
Class FeedbackComponent

java.lang.Object
  extended by org.sakaiproject.tool.assessment.ui.bean.delivery.FeedbackComponent
All Implemented Interfaces:
Serializable

public class FeedbackComponent
extends Object
implements Serializable

Author:
casong, esmiley@stanford.edu $Id: FeedbackComponent.java 59684 2009-04-03 23:33:27Z arwhyte@umich.edu $
See Also:
Serialized Form

Constructor Summary
FeedbackComponent()
           
 
Method Summary
 boolean getShowCorrectResponse()
           
 boolean getShowDateFeedback()
          If feedback is displayed on date.
 boolean getShowGraderComment()
          If feedback is displayed on the comment level.
 boolean getShowImmediate()
          If feedback is displayed on the immediate level.
 boolean getShowItemLevel()
          If feedback is displayed on the item level.
 boolean getShowNoFeedback()
          If feedback is displayed on NO level.
 boolean getShowOnSubmission()
          If feedback is displayed on submission.
 boolean getShowQuestion()
          If informaton is displayed on the question.
 boolean getShowResponse()
          If response is displayed.
 boolean getShowSelectionLevel()
          If feedback is displayed on the selection level.
 boolean getShowStats()
          If statistics are shown to student.
 boolean getShowStudentQuestionScore()
           
 boolean getShowStudentScore()
           
 void setAssessmentFeedback(AssessmentFeedbackIfc feedback)
           
 void setShowCorrectResponse(boolean showCorrectResponse)
          If correct answer is displayed.
 void setShowDateFeedback(boolean showDateFeedback)
          If feedback is displayed on the date level.
 void setShowGraderComment(boolean showGraderComment)
          Show comments from grader?
 void setShowImmediate(boolean showImmediate)
          If feedback is displayed on the immediate level.
 void setShowItemLevel(boolean showItemLevel)
          If feedback is displayed on the item level.
 void setShowNoFeedback(boolean showNoFeedback)
          If feedback is displayed on NO level.
 void setShowOnSubmission(boolean showOnSubmission)
          If feedback is displayed after submission.
 void setShowQuestion(boolean showQuestion)
          Show question?
 void setShowResponse(boolean showResponse)
          Show response?
 void setShowSelectionLevel(boolean showSelectionLevel)
          If feedback is displayed on the selection level.
 void setShowStats(boolean showStats)
          Show statistics?
 void setShowStudentQuestionScore(boolean showStudentQuestionScore)
          Show Question score?
 void setShowStudentScore(boolean showStudentScore)
          Show score?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedbackComponent

public FeedbackComponent()
Method Detail

getShowCorrectResponse

public boolean getShowCorrectResponse()
Returns:
true if it is correct

getShowStudentScore

public boolean getShowStudentScore()
Returns:

getShowStudentQuestionScore

public boolean getShowStudentQuestionScore()
Returns:

getShowItemLevel

public boolean getShowItemLevel()
If feedback is displayed on the item level.

Returns:
if feedback is displayed on the item level.

getShowSelectionLevel

public boolean getShowSelectionLevel()
If feedback is displayed on the selection level.

Returns:
if feedback is displayed on the selection level.

getShowGraderComment

public boolean getShowGraderComment()
If feedback is displayed on the comment level.

Returns:

getShowStats

public boolean getShowStats()
If statistics are shown to student.

Returns:

getShowQuestion

public boolean getShowQuestion()
If informaton is displayed on the question.

Returns:
if information is displayed on the question.

getShowResponse

public boolean getShowResponse()
If response is displayed.

Returns:
if response is displayed

getShowImmediate

public boolean getShowImmediate()
If feedback is displayed on the immediate level.

Returns:
true if feedback is displayed on immediately.

setShowImmediate

public void setShowImmediate(boolean showImmediate)
If feedback is displayed on the immediate level.

Parameters:
showImmediate - if feedback is displayed on immediately.

getShowOnSubmission

public boolean getShowOnSubmission()
If feedback is displayed on submission.

Returns:
true if feedback is displayed on submission.

setShowOnSubmission

public void setShowOnSubmission(boolean showOnSubmission)
If feedback is displayed after submission.

Parameters:
showAfterSubmission - if feedback is displayed on submission.

getShowDateFeedback

public boolean getShowDateFeedback()
If feedback is displayed on date.

Returns:
if feedback is displayed on the date level.

setShowDateFeedback

public void setShowDateFeedback(boolean showDateFeedback)
If feedback is displayed on the date level.

Parameters:
showDateFeedback - if feedback is displayed on the date level.

getShowNoFeedback

public boolean getShowNoFeedback()
If feedback is displayed on NO level.

Returns:
true if NO feedback is displayed.

setShowNoFeedback

public void setShowNoFeedback(boolean showNoFeedback)
If feedback is displayed on NO level.

Parameters:
showNoFeedback - NO feedback is displayed?

setShowCorrectResponse

public void setShowCorrectResponse(boolean showCorrectResponse)
If correct answer is displayed.

Parameters:
showCorrectResponse - If correct answer is displayed.

setShowGraderComment

public void setShowGraderComment(boolean showGraderComment)
Show comments from grader?

Parameters:
showGraderComment -

setShowItemLevel

public void setShowItemLevel(boolean showItemLevel)
If feedback is displayed on the item level.

Parameters:
showItemLevel -

setShowQuestion

public void setShowQuestion(boolean showQuestion)
Show question?

Parameters:
showQuestion -

setShowResponse

public void setShowResponse(boolean showResponse)
Show response?

Parameters:
showResponse -

setShowSelectionLevel

public void setShowSelectionLevel(boolean showSelectionLevel)
If feedback is displayed on the selection level.

Parameters:
showSelectionLevel -

setShowStats

public void setShowStats(boolean showStats)
Show statistics?

Parameters:
showStats -

setShowStudentScore

public void setShowStudentScore(boolean showStudentScore)
Show score?

Parameters:
showStudentScore -

setShowStudentQuestionScore

public void setShowStudentQuestionScore(boolean showStudentQuestionScore)
Show Question score?

Parameters:
showStudentQuestionScore -

setAssessmentFeedback

public void setAssessmentFeedback(AssessmentFeedbackIfc feedback)


Copyright © 2005-2012 Sakai Project. All Rights Reserved.