mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
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:
parent
aa40adbf9f
commit
b51c55d2f9
2 changed files with 33 additions and 21 deletions
|
@ -28,6 +28,6 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$module->version = 2009090700;
|
||||
$module->version = 2009091400;
|
||||
$module->requires = 2009090400; // Requires this Moodle version
|
||||
$module->cron = 60;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue