org.activemath.feedback.diagnoses
Class LackOfMastery

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

public class LackOfMastery
extends Diagnose


Constructor Summary
LackOfMastery(String itemId, 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

LackOfMastery

public LackOfMastery(String itemId,
                     String level,
                     UserContext uc)
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.