mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-14054 Display of correct answers in the popup window already use for feedback
and MDL-14625 Make multianswer questions more tolerant if one of the subquestions is missing messages
This commit is contained in:
parent
e6d4c2f868
commit
489aef7f98
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
$string['correctanswer'] = 'Correct Answer';
|
||||||
|
$string['correctanswerandfeedback'] = 'Correct Answer and Feedback';
|
||||||
$string['decodeverifyquestiontext'] = 'Decode and Verify the Question Text';
|
$string['decodeverifyquestiontext'] = 'Decode and Verify the Question Text';
|
||||||
|
$string['questionnotfound'] = 'Unable to find question of question part #$a';
|
||||||
|
$string['questionsmissing'] = 'No valid questions, create at least one question ';
|
||||||
?>
|
?>
|
Loading…
Add table
Add a link
Reference in a new issue