mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-15252 fixing changes to lang files to solve bugs in edit_multinaswer_form, some lang texts are temporary
so do not translate
This commit is contained in:
parent
04e9167185
commit
2c580fcf17
@ -24,6 +24,7 @@
|
||||
*/
|
||||
|
||||
$string['addingmultianswer'] = 'Adding an Embedded answers (Cloze) question';
|
||||
$string['confirmsave']="Confirm then save {$a}" ;
|
||||
$string['correctanswer'] = 'Correct Answer';
|
||||
$string['correctanswerandfeedback'] = 'Correct Answer and Feedback';
|
||||
$string['decodeverifyquestiontext'] = 'Decode and Verify the Question Text';
|
||||
@ -35,6 +36,22 @@ $string['layoutundefined'] = 'Undefined layout';
|
||||
$string['layoutvertical'] = 'Vertical column of radio buttons';
|
||||
$string['multianswer'] = 'Embedded answers (Cloze)';
|
||||
$string['multianswersummary'] = 'Questions of this type are very flexible, but can only be created by entering text containing special codes that create embedded multiple choice, short answers and numerical questions.';
|
||||
$string['multianswer_help'] = '<p>This very flexible question type is similar to a
|
||||
popular format known as the Cloze format.</p>
|
||||
|
||||
<p>Questions consist of a passage of text (in Moodle format) that has various sub-questions
|
||||
embedded within it, including</p>
|
||||
<ul>
|
||||
<li>short answers (SHORTANSWER or SA or MW), case is unimportant,</li>
|
||||
<li>short answers (SHORTANSWER_C or SAC or MWC), case must match,</li>
|
||||
<li>numerical answers (NUMERICAL or NM),</li>
|
||||
<li>multiple choice (MULTICHOICE or MC), represented as a dropdown menu in-line in the text</li>
|
||||
<li>multiple choice (MULTICHOICE_V or MCV), represented a vertical column of radio buttons, or</li>
|
||||
<li>multiple choice (MULTICHOICE_H or MCH), represented as a horizontal row of radio-buttons.</li>
|
||||
</ul>
|
||||
<p>There is currently no graphical interface to create these
|
||||
questions - you need to specify the question format using the text box or by
|
||||
importing them from external files.</p>';
|
||||
$string['nooptionsforsubquestion'] = 'Unable to get options for question part # {$a->sub} (question->id={$a->id})';
|
||||
$string['noquestions'] = 'The Cloze(multianswer) question "<strong>{$a}</strong>" does not contain any question';
|
||||
$string['qtypenotrecognized'] = 'questiontype {$a} not recognized';
|
||||
@ -42,3 +59,14 @@ $string['questiondefinition'] = 'Question definition';
|
||||
$string['questionnotfound'] = 'Unable to find question of question part #{$a}';
|
||||
$string['questionsmissing'] = 'No valid questions, create at least one question';
|
||||
$string['unknownquestiontypeofsubquestion'] = 'Unknown question type: {$a->type} of question part # {$a->sub}';
|
||||
$string['questionsless'] = 'questions less than in the multtianswer question stored in the database';
|
||||
$string['questiontypechanged'] = ' at least one question type has been changed. Did you add,delete or move a question ? Look ahead ';
|
||||
$string['questioninquiz'] = '
|
||||
|
||||
<ul>
|
||||
<li>add or delete questions, </li>
|
||||
<li>change the questions order in the text,</li>
|
||||
<li>change their question type (numerical, shortanswer, multiple choice). </li></ul>
|
||||
';
|
||||
$string['questionsaveasedited'] = 'The question will be saved as edited';
|
||||
$string['confirmquestionsaveasedited'] = 'I confirm that I want the question be saved as edited';
|
Loading…
x
Reference in New Issue
Block a user