From: David Mudrak Date: Mon, 4 Jan 2010 18:07:48 +0000 (+0000) Subject: Added workshop_evaluations to store aggregated grades for assessments X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b51c55d2f93b5c624ff37618f17f7efd31bcfaa4;p=moodle.git 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. --- diff --git a/mod/workshop/db/install.xml b/mod/workshop/db/install.xml index 71e39432cb..84e9380323 100644 --- a/mod/workshop/db/install.xml +++ b/mod/workshop/db/install.xml @@ -1,5 +1,5 @@ - @@ -46,39 +46,38 @@ - - - + + + - + - - - + + - - - + + + - - - + + + - - + + @@ -88,12 +87,12 @@ - - - + + +
- +
@@ -109,5 +108,18 @@
+ + + + + + + + + + + + +
\ No newline at end of file diff --git a/mod/workshop/version.php b/mod/workshop/version.php index 5e4dee5375..1f2ff42d0f 100644 --- a/mod/workshop/version.php +++ b/mod/workshop/version.php @@ -28,6 +28,6 @@ defined('MOODLE_INTERNAL') || die(); -$module->version = 2009090700; +$module->version = 2009091400; $module->requires = 2009090400; // Requires this Moodle version $module->cron = 60;