From 85ceebe2d3d2e2048368a847518ee04207fc7f86 Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Wed, 5 Jan 2005 20:07:58 +0000 Subject: [PATCH] It is now possible to have also questions in all subcategories listed on edit.php. Because there can be a large number of questions the list of questions is now paged. The random questions have another option specifying whether they can choose their questions also from subcategories or not. This option is stored in the unused questiontext field. --- lang/en/quiz.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/quiz.php b/lang/en/quiz.php index 6b3e121959..fa278d6e71 100644 --- a/lang/en/quiz.php +++ b/lang/en/quiz.php @@ -219,6 +219,7 @@ $string['randomsamatchnumber'] = 'Number of questions to select'; $string['readytosend'] = 'You are about to send your whole quiz to be graded. Are you sure you want to continue?'; $string['reattemptquiz'] = 'Re-attempt quiz'; $string['recentlyaddedquestion'] = 'Recently added question!'; +$string['recurse'] = ' Include sub-categories '; $string['regrade'] = 'Regrade all attempts'; $string['regradecomplete'] = 'All attempts have been regraded'; $string['regradecount'] = '$a->changed out of $a->attempt grades were changed'; -- 2.39.5