From: gustav_delius Date: Wed, 5 Jan 2005 20:07:58 +0000 (+0000) Subject: It is now possible to have also questions in all subcategories listed on edit.php... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=85ceebe2d3d2e2048368a847518ee04207fc7f86;p=moodle.git 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. --- 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';