org.activemath.webapp.evaluators
Class ReadEvaluator

java.lang.Object
  extended by org.activemath.webapp.evaluators.Evaluator
      extended by org.activemath.webapp.evaluators.ReadEvaluator
Direct Known Subclasses:
StandardReadEvaluator

public class ReadEvaluator
extends Evaluator


Field Summary
protected static Logger log
           
 
Fields inherited from class org.activemath.webapp.evaluators.Evaluator
evaluationFunction, user
 
Constructor Summary
ReadEvaluator()
           
 
Method Summary
protected  void doExampleEventEvaluation(String ExampleId, int historyRef)
           
protected  void doReadEventEvaluation(String ConceptId, int historyRef)
           
protected  void evaluateItemRead(String itemId, String readTimeEstimate, int historyRef, String pageRef)
           
 
Methods inherited from class org.activemath.webapp.evaluators.Evaluator
elementHasBeenSeen, endExercise, endPageBrowsed, initFunction, startExercise, startPageBrowsed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static Logger log
Constructor Detail

ReadEvaluator

public ReadEvaluator()
Method Detail

evaluateItemRead

protected void evaluateItemRead(String itemId,
                                String readTimeEstimate,
                                int historyRef,
                                String pageRef)
Parameters:
itemId -
readTimeEstimate -
historyRef -
pageRef -

doExampleEventEvaluation

protected void doExampleEventEvaluation(String ExampleId,
                                        int historyRef)
Parameters:
ExampleId -
historyRef -

doReadEventEvaluation

protected void doReadEventEvaluation(String ConceptId,
                                     int historyRef)
Parameters:
ConceptId -
historyRef -