[AMOS commit] MDL-36135 Give the grading evaluation methods control over their settings forms Committed into Git: 2012-10-19 16:05 UTC

[AMOS commit] MDL-36135 Give the grading evaluation methods control over their settings forms Committed into Git: 2012-10-19 16:05 UTC

by AMOS bot -
Number of replies: 0
Author: David Mudrák
MDL-36135 Give the grading evaluation methods control over their settings forms
From now on, the evaluator's method get_settings_form() should return a
subclass of workshop_evaluation_settings_form. The evaluation subplugins
are expected to use the define_sub() method to add their own fields into
the base form, although they can override the main define() method, too.

The former interface workshop_evaluation has been refactored into a
superclass with abstract methods which seems to be more robust.

Oh, by the way, I'm in Perth - yay!

AMOS BEGIN
MOV [settings,workshopeval_best],[evaluationsettings,mod_workshop]
AMOS END


http://git.moodle.org/gw?p=moodle.git;a=commit;h=4f11517667165380b217ac62737cae02b7f79c4e
http://github.com/moodle/moodle/commit/4f11517667165380b217ac62737cae02b7f79c4e

- 2.4 en [settings,workshopeval_best]
+ 2.4 en [evaluationsettings,mod_workshop]