From d53dd78ad1d257616d7e8d51cda02a0a20b1731d Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Sat, 21 Jul 2007 07:40:59 +0000 Subject: [PATCH] MDL-10531: GIFT now handles Essay and Description type questions. See help/docs. --- lang/en_utf8/quiz.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en_utf8/quiz.php b/lang/en_utf8/quiz.php index 9e7019d67e..82d879647a 100644 --- a/lang/en_utf8/quiz.php +++ b/lang/en_utf8/quiz.php @@ -55,6 +55,7 @@ $string['backtoquiz'] = 'Back to quiz editing'; $string['bestgrade'] = 'Best grade'; $string['blackboard'] = 'Blackboard'; $string['blackboard_6'] = 'Blackboard V6+'; +$string['braceerror'] = 'Could not find {...} around answers'; $string['bothattempts'] = 'Show students with and without attempts'; $string['calculated'] = 'Calculated'; $string['calculatedquestion'] = 'Calculated Question not supported at line $a. The question will be ignored'; -- 2.39.5