Uses of Class
mauda.feedback.SimpleFeedback

Packages that use SimpleFeedback
mauda.feedback Provides feedback-specific classes, used by the different feedback-types. 
mauda.feedback.types Provides classes, to handle the different feedback-types. 
 

Uses of SimpleFeedback in mauda.feedback
 

Methods in mauda.feedback that return SimpleFeedback
 SimpleFeedback FeedbackExercise.getFeedback()
          Feedback-Typ zurückgeben
 

Methods in mauda.feedback with parameters of type SimpleFeedback
 void FeedbackExercise.setFeedback(SimpleFeedback feedback)
          Sets the feedback-type of the exercise
 void SimpleFeedback.switchTo(SimpleFeedback newFeedback, boolean update)
          Switches to an other feedback-type
 

Uses of SimpleFeedback in mauda.feedback.types
 

Subclasses of SimpleFeedback in mauda.feedback.types
 class DemandFeedback
          Provides the logic for Feedback on demand
 class ErrorFlagging
          Provides the logic for Error Flagging
 class FaultFeedback
          Provides the logic for Fault-Feedback in FaultMode- exercises.
 class ImmediateFeedbackAndErrorCorrection
          Provides the logic for Immediate Feedback and Error Correction
 class NoTutor
          Provides the logic for NoTutor (no feedback)
 class SolutionFeedback
          Provides the logic for Solution-Feedback.