|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmauda.feedback.Evaluator
mauda.feedback.NormalEvaluator
public class NormalEvaluator
The automatic evaluator of NormalMode-exercises
| Constructor Summary | |
|---|---|
NormalEvaluator()
Creates a NormalEvaluator |
|
| Method Summary | |
|---|---|
void |
evaluate(OperationRecorder or)
Evaluates a total processed exercise |
java.lang.String |
getHTMLMessage()
Gets a string-html-representation of the errors made, with diverse statistics. |
void |
load(java.util.HashMap hm)
Loads this evaluator from a HashMap-representation, that was readed from a xml-file. |
void |
log(FeedbackObject fo)
Logs an FeedbackObject the evaluator needs to evaluate a processed exercise. |
java.util.HashMap |
save()
Converts the results of the evaluator in a HashMap-representation for saving-purposes. |
| Methods inherited from class mauda.feedback.Evaluator |
|---|
getScoreString, log, postProcessing |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NormalEvaluator()
| Method Detail |
|---|
public void log(FeedbackObject fo)
Evaluator
log in class Evaluatorfo - FeedbackObjectpublic void evaluate(OperationRecorder or)
Evaluator
evaluate in class Evaluatoror - OperationRecorderpublic java.lang.String getHTMLMessage()
Evaluator
getHTMLMessage in class Evaluatorpublic java.util.HashMap save()
Evaluator
save in class Evaluatorpublic void load(java.util.HashMap hm)
Evaluator
load in class Evaluatorhm - HashMap-representation of the results
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||