org.activemath.feedback.symptoms
Class Symptom

java.lang.Object
  extended by org.activemath.feedback.symptoms.Symptom
Direct Known Subclasses:
Focus, ItemPresented, ItemSeen, Navigation, PageEnded, PageStarted, Solution

public abstract class Symptom
extends Object


Field Summary
static int AVERAGE
           
static int GOOD
           
static int LONG
           
protected  String name
           
static int OK
           
static int POOR
           
static int SHORT
           
 
Constructor Summary
Symptom(String name)
           
 
Method Summary
 String render()
           
protected abstract  String renderParams()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Symptom

public Symptom(String name)
Method Detail

render

public String render()

renderParams

protected abstract String renderParams()