]> git.mjollnir.org Git - moodle.git/commit
A lot of work here and there
authorDavid Mudrak <david.mudrak@gmail.com>
Mon, 4 Jan 2010 18:08:13 +0000 (18:08 +0000)
committerDavid Mudrak <david.mudrak@gmail.com>
Mon, 4 Jan 2010 18:08:13 +0000 (18:08 +0000)
commit00aca3c14c2dce0fe03c4953d4061f2c6d571154
treefab2b0282c9b6d0d0e087c71451cb227eda4eb41
parentb51c55d2f93b5c624ff37618f17f7efd31bcfaa4
A lot of work here and there

DB columns userid renamed to authorid or reviewerid to make the value
clear. Improved manual allocation UI. Raw grades are stored as numeric
values from 0.00000 to 100.00000 (instead of the current 0 to 1) to be
more precise. Started to work on the Grading report (it est the overall
report of all grades form submission and grades for assessments).
15 files changed:
mod/workshop/allocation/manual/lib.php
mod/workshop/allocation/manual/renderer.php
mod/workshop/allocation/random/lib.php
mod/workshop/allocation/random/simpletest/testallocator.php
mod/workshop/assessment.php
mod/workshop/develtools.php
mod/workshop/form/accumulative/lib.php
mod/workshop/form/accumulative/simpletest/teststrategy.php
mod/workshop/form/lib.php
mod/workshop/form/numerrors/lib.php
mod/workshop/form/numerrors/simpletest/teststrategy.php
mod/workshop/lib.php
mod/workshop/locallib.php
mod/workshop/submission.php
mod/workshop/view.php