mauda.feedback.types
Class SolutionFeedback

java.lang.Object
  extended by mauda.feedback.SimpleFeedback
      extended by mauda.feedback.types.SolutionFeedback
All Implemented Interfaces:
ExerciseUpdateListener

public class SolutionFeedback
extends SimpleFeedback

Provides the logic for Solution-Feedback. A Solution-Feedback is a feedback- type that handles the logic for displaying a correct solution of an exercise.

Author:
Markus Krebs

Field Summary
 
Fields inherited from class mauda.feedback.SimpleFeedback
feedbackGenerator, MAX_TRIES
 
Constructor Summary
SolutionFeedback(FeedbackExercise exercise)
          Creates an SolutionFeedback
 
Method Summary
 int getFeedbackTypeID()
          Returns the FeedbackTypeID
 
Methods inherited from class mauda.feedback.SimpleFeedback
displayLoadingMessage, exerciseFinished, exerciseUpdate, getEvaluator, getFeedbackGenerator, getInitOperationQueue, getTodoOperationQueue, load, save, setEvaluator, setInitOperationQueue, setTodoOperationQueue, switchTo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolutionFeedback

public SolutionFeedback(FeedbackExercise exercise)
Creates an SolutionFeedback

Parameters:
exercise - FeedbackExercise
Method Detail

getFeedbackTypeID

public int getFeedbackTypeID()
Description copied from class: SimpleFeedback
Returns the FeedbackTypeID

Overrides:
getFeedbackTypeID in class SimpleFeedback
Returns:
feedback-type-ID
See Also:
FeedbackSelector