org.activemath.feedback.symptoms
Class ItemPresented

java.lang.Object
  extended by org.activemath.feedback.symptoms.Symptom
      extended by org.activemath.feedback.symptoms.ItemPresented

public class ItemPresented
extends Symptom


Field Summary
 
Fields inherited from class org.activemath.feedback.symptoms.Symptom
AVERAGE, GOOD, LONG, name, OK, POOR, SHORT
 
Constructor Summary
ItemPresented(String item, int pageNumber)
           
 
Method Summary
 String getItem()
           
 int getPageNumber()
           
protected  String renderParams()
           
 
Methods inherited from class org.activemath.feedback.symptoms.Symptom
render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemPresented

public ItemPresented(String item,
                     int pageNumber)
Method Detail

renderParams

protected String renderParams()
Specified by:
renderParams in class Symptom

getItem

public String getItem()
Returns:
Returns the item.

getPageNumber

public int getPageNumber()