pc_evaluator | topic started 8/15/2004; 4:55:25 PM last post 8/15/2004; 4:55:25 PM |
Michael Gage - pc_evaluator 8/15/2004; 4:55:25 PM (reads: 1209, responses: 0) |
Description Wrapper for multiple answer evaluators, allowing more than one answer evaluator to evaluate the student's answer. Syntax pc_evaluator([ans_ev1, 1,"fantastic"},[ans_ev2, .5, "ok, but not great"], [ans_ev3, .1, "you need help"]) Params list with entries of the form: [answer_evaluator, partial credit factor, comment] Action Applies evaluators from the list until it hits one with positive credit, weights it by the partial credit factor, and throws in its comment Returns answer evaluator Macro Definition File PGasu.pl
|