]> git.mjollnir.org Git - moodle.git/commit
MDL-19932 Rubric grading strategy implemented
authorDavid Mudrak <david.mudrak@gmail.com>
Mon, 4 Jan 2010 18:16:02 +0000 (18:16 +0000)
committerDavid Mudrak <david.mudrak@gmail.com>
Mon, 4 Jan 2010 18:16:02 +0000 (18:16 +0000)
commitd524173efef74ab7f13cd5649b6fe490132502e2
treef73f4a91d15e68f50a747a07262b36947c446f0f
parentd5506aac989e0951c90d42a86d2af3faf6323beb
MDL-19932 Rubric grading strategy implemented

The only weak point here is that we store a raw grade into
workshop_grades and not a direct id of the selected level. Therefore,
when re-assessing, we need to actually guess what level the assessor
chose previously. This is not problem if there are not two levels with
the same grade. Such case is not common when using Rubric. In the
future, this may get refactored so Rubric would use its own storage of
filled assessment forms.
mod/workshop/form/rubric/assessment_form.php
mod/workshop/form/rubric/edit_form.php
mod/workshop/form/rubric/lang/en_utf8/workshopform_rubric.php
mod/workshop/form/rubric/lib.php
mod/workshop/form/rubric/simpletest/testlib.php
mod/workshop/lib.php
mod/workshop/styles.php