From a46eb8c106c69c31493cabe92343a8f36cac2e27 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 11 Aug 2004 06:17:26 +0000 Subject: [PATCH] Added "No possible datasets" --- lang/en/quiz.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/quiz.php b/lang/en/quiz.php index 2298661fe6..33abeab27a 100644 --- a/lang/en/quiz.php +++ b/lang/en/quiz.php @@ -151,6 +151,7 @@ $string['noattempts'] = 'No attempts have been made on this quiz'; $string['nodataset'] = 'nothing - it is not a wild card'; $string['nominal'] = 'Nominal'; $string['nomoreattempts'] = 'No more attempts are allowed'; +$string['nopossibledatasets'] = 'No possible datasets'; $string['noquestions'] = 'No questions have been added yet'; $string['noresponse'] = 'No Response'; $string['noreview'] = 'You are not allowed to review this quiz'; -- 2.39.5