org.activemath.feedback.diagnoses
Class NotSeenButKnown

java.lang.Object
  extended by org.activemath.feedback.diagnoses.Diagnose
      extended by org.activemath.feedback.diagnoses.NotSeenButKnown

public class NotSeenButKnown
extends Diagnose


Constructor Summary
NotSeenButKnown(String item, String level, UserContext uc)
           
 
Method Summary
 String getItem()
           
 String getLevel()
           
protected  String renderParams()
           
 
Methods inherited from class org.activemath.feedback.diagnoses.Diagnose
addSymptom, getSyndrome, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotSeenButKnown

public NotSeenButKnown(String item,
                       String level,
                       UserContext uc)
Parameters:
item - the id of the item that is notSeenButKnown
level - the mastery-level
Method Detail

renderParams

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

getItem

public String getItem()
Returns:
Returns the item.

getLevel

public String getLevel()
Returns:
Returns the level.