org.olat.ims.qti.container
Class Switches

java.lang.Object
  extended by org.olat.ims.qti.container.Switches
All Implemented Interfaces:
java.io.Serializable

public class Switches
extends java.lang.Object
implements java.io.Serializable

Author:
Felix Jost
See Also:
Serialized Form

Constructor Summary
Switches(boolean feedback, boolean hints, boolean solutions)
          Constructor for Switches.
 
Method Summary
 boolean isFeedback()
          Returns the feedback.
 boolean isHints()
          Returns the hints.
 boolean isSolutions()
          Returns the solutions.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Switches

public Switches(boolean feedback,
                boolean hints,
                boolean solutions)
Constructor for Switches.

Method Detail

isFeedback

public boolean isFeedback()
Returns the feedback.

Returns:
boolean

isHints

public boolean isHints()
Returns the hints.

Returns:
boolean

isSolutions

public boolean isSolutions()
Returns the solutions.

Returns:
boolean