org.activemath.feedback.symptoms
Class Symptom
java.lang.Object
org.activemath.feedback.symptoms.Symptom
- Direct Known Subclasses:
- Focus, ItemPresented, ItemSeen, Navigation, PageEnded, PageStarted, Solution
public abstract class Symptom
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SHORT
public static final int SHORT
- See Also:
- Constant Field Values
OK
public static final int OK
- See Also:
- Constant Field Values
LONG
public static final int LONG
- See Also:
- Constant Field Values
POOR
public static final int POOR
- See Also:
- Constant Field Values
AVERAGE
public static final int AVERAGE
- See Also:
- Constant Field Values
GOOD
public static final int GOOD
- See Also:
- Constant Field Values
name
protected String name
Symptom
public Symptom(String name)
render
public String render()
renderParams
protected abstract String renderParams()