]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-9675:
authorthepurpleblob <thepurpleblob>
Sat, 5 May 2007 14:44:12 +0000 (14:44 +0000)
committerthepurpleblob <thepurpleblob>
Sat, 5 May 2007 14:44:12 +0000 (14:44 +0000)
Default value added for 'answernumbering'. Default is 'abc'

question/format.php

index 49c07ecf9ede89a9364faab66bc6e2d1508f2230..842de08811c192ebf19f3bb07b1dc3f54f029af9 100644 (file)
@@ -306,6 +306,7 @@ class qformat_default {
         $question->correctfeedback = '';
         $question->partiallycorrectfeedback = '';
         $question->incorrectfeedback = '';
+        $question->answernumbering = 'abc';
 
         // this option in case the questiontypes class wants
         // to know where the data came from