]> git.mjollnir.org Git - moodle.git/commitdiff
It is now possible to have also questions in all subcategories listed on edit.php...
authorgustav_delius <gustav_delius>
Wed, 5 Jan 2005 20:07:58 +0000 (20:07 +0000)
committergustav_delius <gustav_delius>
Wed, 5 Jan 2005 20:07:58 +0000 (20:07 +0000)
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

index 6b3e1219596f6b91f0b1f9247c2fa48bcab7d9dc..fa278d6e7162e1b289229c96b299561ef3eb01db 100644 (file)
@@ -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';