org.activemath.feedback.symptoms
Class ItemSeen

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

public class ItemSeen
extends Symptom


Field Summary
 
Fields inherited from class org.activemath.feedback.symptoms.Symptom
AVERAGE, GOOD, LONG, name, OK, POOR, SHORT
 
Constructor Summary
ItemSeen(String id, String time, int pageNumber)
           
 
Method Summary
 String getItem()
           
 int getPageNumber()
           
 String getReadTime()
           
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

ItemSeen

public ItemSeen(String id,
                String time,
                int pageNumber)
Parameters:
id - Id of the seen item
time - coarse rating of the time spent on this item.(short,ok or long)
Method Detail

renderParams

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

getItem

public String getItem()

getReadTime

public String getReadTime()

getPageNumber

public int getPageNumber()