mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 22:29:18 +01:00
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.
This commit is contained in:
parent
868b127949
commit
85ceebe2d3
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user