mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-61138 mod_quiz: add question preview to random question modal
This commit is contained in:
parent
6768729e08
commit
1c26b3143d
9 changed files with 573 additions and 0 deletions
|
@ -651,8 +651,10 @@ $string['questionnotloaded'] = 'Question {$a} has not been loaded from the datab
|
|||
$string['questionorder'] = 'Question order';
|
||||
$string['questionposition'] = 'New position in order for question {$a}';
|
||||
$string['questions'] = 'Questions';
|
||||
$string['questionsetpreview'] = 'Question set preview';
|
||||
$string['questionsinclhidden'] = 'Questions (including hidden)';
|
||||
$string['questionsinthisquiz'] = 'Questions in this quiz';
|
||||
$string['questionsmatchingfilter'] = 'Questions matching this filter: {$a}';
|
||||
$string['questionsperpage'] = 'Questions per page';
|
||||
$string['questionsperpageselected'] = 'Questions per page has been set so the paging is currently fixed. As a result, the paging controls have been disabled. You can change this in {$a}.';
|
||||
$string['questionsperpagex'] = 'Questions per page: {$a}';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue