mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-9076 - Move the 'Add 3 more overall feedbacks' button inside that group of elements on the quiz settings form.
To make this possible, I added an extra argument to the repeat_elements method, which other people may find helpful on other forms.
This commit is contained in:
parent
e2833e8700
commit
6f3b54c8aa
3 changed files with 9 additions and 3 deletions
|
@ -22,6 +22,7 @@ $string['addingrandom'] = 'Adding a Random Question';
|
|||
$string['addingrandomsamatch'] = 'Adding a Random Short-Answer Matching question';
|
||||
$string['addingshortanswer'] = 'Adding a Short-Answer question';
|
||||
$string['addingtruefalse'] = 'Adding a True/False question';
|
||||
$string['addmoreoverallfeedbacks'] = 'Add {no} more feedback fields';
|
||||
$string['addquestions'] = 'Add questions';
|
||||
$string['addquestionstoquiz'] = 'Add questions to current quiz';
|
||||
$string['addrandom'] = 'Add $a random questions';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue