org.activemath.exercises.model
Class PresentationStyle

java.lang.Object
  extended by org.activemath.exercises.model.PresentationStyle

public class PresentationStyle
extends Object


Constructor Summary
PresentationStyle()
           
 
Method Summary
 Interaction getFeedbackFrom()
           
 boolean isDecorateFeedback()
           
 void setDecorateFeedback(boolean decorateFeedback)
           
 void setFeedbackFrom(Interaction feedbackFrom)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresentationStyle

public PresentationStyle()
Method Detail

isDecorateFeedback

public boolean isDecorateFeedback()

getFeedbackFrom

public Interaction getFeedbackFrom()

setDecorateFeedback

public void setDecorateFeedback(boolean decorateFeedback)

setFeedbackFrom

public void setFeedbackFrom(Interaction feedbackFrom)