MDL-21695 adding help and link strings

This commit is contained in:
Helen Foster
2010-05-25 12:47:39 +00:00
parent 880fde42db
commit d87be06cc8
@@ -36,23 +36,9 @@ $string['layoutselectinline'] = 'Dropdown menu in-line in the text';
$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&nbsp;(SHORTANSWER or SA or MW), case is unimportant,</li>
<li>short answers&nbsp;(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['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'] = 'Embedded answers (Cloze) questions consist of a passage of text with questions such as multiple-choice and short answer embedded within it.';
$string['multianswer_link'] = 'question/type/multianswer';
$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';