From 5931ea94a18f98fae77b97ecc25f00657eaf9a46 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Sat, 5 May 2007 14:44:12 +0000 Subject: [PATCH] MDL-9675: Default value added for 'answernumbering'. Default is 'abc' --- question/format.php | 1 + 1 file changed, 1 insertion(+) diff --git a/question/format.php b/question/format.php index 49c07ecf9e..842de08811 100644 --- a/question/format.php +++ b/question/format.php @@ -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 -- 2.39.5