From: toyomoyo Date: Tue, 13 Nov 2007 03:07:48 +0000 (+0000) Subject: MDL-12138, set aggregate graded only as default X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=cee037c6609463f1a42bc1e3ac87723b7d6e5c34;p=moodle.git MDL-12138, set aggregate graded only as default --- diff --git a/lib/grade/grade_category.php b/lib/grade/grade_category.php index afd44c656d..ef489bc543 100644 --- a/lib/grade/grade_category.php +++ b/lib/grade/grade_category.php @@ -99,7 +99,7 @@ class grade_category extends grade_object { * Aggregate only graded items * @var int $aggregateonlygraded */ - var $aggregateonlygraded = 0; + var $aggregateonlygraded = 1; /** * Aggregate outcomes together with normal items