moodle/mod/workshop/form
David Mudrak c8f1b818ff MDL-29336 Saving grade mapping table in the Workshop
The Workshop module using the "Number of errors" grading strategy did
not save all items in the grade mapping table. If some assessment form
fields have weight > 1, the number of possible errors is greater that
the number of the assessment form fields. The previous code deleted all
mappings where the number of errors was greater than the number of
fields.

In this patch, the maximum number of possible errors is calculated as a
sum of weights of all fields. Only mappings over this maximum are
deleted now.
2011-09-22 05:33:01 +02:00
..
accumulative MDL-27896 context - Fixed editor context to observe filter status 2011-08-12 11:33:21 +08:00
comments MDL-27896 context - Fixed editor context to observe filter status 2011-08-12 11:33:21 +08:00
numerrors MDL-29336 Saving grade mapping table in the Workshop 2011-09-22 05:33:01 +02:00
rubric MDL-27896 context - Fixed editor context to observe filter status 2011-08-12 11:33:21 +08:00
assessment_form.php MDL-21249 workshop and its subplugins: fixing phpdocs @package and @subpackage 2010-09-30 14:44:33 +00:00
edit_form.php MDL-21249 workshop and its subplugins: fixing phpdocs @package and @subpackage 2010-09-30 14:44:33 +00:00
lib.php MDL-21249 workshop and its subplugins: fixing phpdocs @package and @subpackage 2010-09-30 14:44:33 +00:00