From d211bc1db1db891aa8eb039cc298588dad2a4880 Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Sun, 19 Feb 2006 17:37:29 +0000 Subject: [PATCH] Added string used to avoid confusion due to hidden questions, see bug 4217 --- 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 8c66f41a28e..768b44ec8f7 100644 --- a/lang/en_utf8/quiz.php +++ b/lang/en_utf8/quiz.php @@ -301,6 +301,7 @@ $string['qti'] = 'IMS QTI format'; $string['qti2'] = 'IMS QTI 2.0 format'; $string['question'] = 'Question'; $string['questincats'] = 'Question Categories'; +$string['questionsinclhidden'] = 'Questions (including hidden)'; $string['questioninuse'] = 'The question \'$a->questionname\' is currently being used in:
$a->quiznames
The question will not be deleted from these quizzes but only from the category list.'; $string['questionname'] = 'Question name'; $string['questionnametoolong'] = 'Question name too long at line $a (255 char. max). It has been truncated.';