Added workshop_evaluations to store aggregated grades for assessments

The gradinggrade can not be stored in workshop_submissions because
participants without their own submission can be reviewers, too.
This commit is contained in:
David Mudrak 2010-01-04 18:07:48 +00:00
parent aa40adbf9f
commit b51c55d2f9
2 changed files with 33 additions and 21 deletions

View file

@ -28,6 +28,6 @@
defined('MOODLE_INTERNAL') || die();
$module->version = 2009090700;
$module->version = 2009091400;
$module->requires = 2009090400; // Requires this Moodle version
$module->cron = 60;