Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/question/type/multianswer/lang/en/qtype_multianswer.php File Reference

Go to the source code of this file.

Namespaces

namespace  qtype

Variables

 $string ['confirmquestionsaveasedited'] = 'I confirm that I want the question to be saved as edited'
 $string ['confirmsave'] = 'Confirm then save {$a}'
 $string ['correctanswer'] = 'Correct answer'
 $string ['correctanswerandfeedback'] = 'Correct answer and feedback'
 $string ['decodeverifyquestiontext'] = 'Decode and verify the question text'
 $string ['layout'] = 'Layout'
 $string ['layouthorizontal'] = 'Horizontal row of radio-buttons'
 $string ['layoutselectinline'] = 'Dropdown menu in-line in the text'
 $string ['layoutundefined'] = 'Undefined layout'
 $string ['layoutvertical'] = 'Vertical column of radio buttons'
 $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 ['pluginname'] = 'Embedded answers (Cloze)'
 $string ['pluginname_help'] = 'Embedded answers (Cloze) questions consist of a passage of text with questions such as multiple-choice and short answer embedded within it.'
 $string ['pluginname_link'] = 'question/type/multianswer'
 $string ['pluginnameadding'] = 'Adding an Embedded answers (Cloze) question'
 $string ['pluginnameediting'] = 'Editing an Embedded answers (Cloze) question'
 $string ['pluginnamesummary'] = '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 ['qtypenotrecognized'] = 'questiontype {$a} not recognized'
 $string ['questionnadded'] = 'Question added'
 $string ['questiondefinition'] = 'Question definition'
 $string ['questiondeleted'] = 'Question deleted'
 $string ['questioninquiz']
 $string ['questionsless'] = '{$a} question(s) less than in the multianswer question stored in the database'
 $string ['questionsmissing'] = 'The question text must include at least one embedded answer.'
 $string ['questionsmore'] = '{$a} question(s) more than in the multianswer question stored in the database'
 $string ['questionnotfound'] = 'Unable to find question of question part #{$a}'
 $string ['questionsaveasedited'] = 'The question will be saved as edited'
 $string ['questiontypechanged'] = 'Question type changed'
 $string ['questiontypechangedcomment'] = 'At least one question type has been changed.<br >Did you add, delete or move a question?<br >Look ahead.'
 $string ['questionusedinquiz'] = 'This question is used in {$a->nb_of_quiz} quiz(s), total attempt(s) : {$a->nb_of_attempts} '
 $string ['storedqtype'] = 'Stored question type {$a}'
 $string ['subqresponse'] = 'part {$a->i}: {$a->response}'
 $string ['unknownquestiontypeofsubquestion'] = 'Unknown question type: {$a->type} of question part # {$a->sub}'
 $string ['warningquestionmodified'] = '<b>WARNING</b>'
 $string ['youshouldnot'] = '<b>YOU SHOULD NOT</b>'

Variable Documentation

$string['confirmquestionsaveasedited'] = 'I confirm that I want the question to be saved as edited'

Definition at line 26 of file qtype_multianswer.php.

$string['confirmsave'] = 'Confirm then save {$a}'

Definition at line 27 of file qtype_multianswer.php.

$string['correctanswer'] = 'Correct answer'

Definition at line 28 of file qtype_multianswer.php.

$string['correctanswerandfeedback'] = 'Correct answer and feedback'

Definition at line 29 of file qtype_multianswer.php.

$string['decodeverifyquestiontext'] = 'Decode and verify the question text'

Definition at line 30 of file qtype_multianswer.php.

$string['layout'] = 'Layout'

Definition at line 31 of file qtype_multianswer.php.

$string['layouthorizontal'] = 'Horizontal row of radio-buttons'

Definition at line 32 of file qtype_multianswer.php.

$string['layoutselectinline'] = 'Dropdown menu in-line in the text'

Definition at line 33 of file qtype_multianswer.php.

$string['layoutundefined'] = 'Undefined layout'

Definition at line 34 of file qtype_multianswer.php.

$string['layoutvertical'] = 'Vertical column of radio buttons'

Definition at line 35 of file qtype_multianswer.php.

$string['nooptionsforsubquestion'] = 'Unable to get options for question part # {$a->sub} (question->id={$a->id})'

Definition at line 36 of file qtype_multianswer.php.

$string['noquestions'] = 'The Cloze(multianswer) question "<strong>{$a}</strong>" does not contain any question'

Definition at line 37 of file qtype_multianswer.php.

$string['pluginname'] = 'Embedded answers (Cloze)'

Definition at line 38 of file qtype_multianswer.php.

$string['pluginname_help'] = 'Embedded answers (Cloze) questions consist of a passage of text with questions such as multiple-choice and short answer embedded within it.'

Definition at line 39 of file qtype_multianswer.php.

$string['pluginname_link'] = 'question/type/multianswer'

Definition at line 40 of file qtype_multianswer.php.

$string['pluginnameadding'] = 'Adding an Embedded answers (Cloze) question'

Definition at line 41 of file qtype_multianswer.php.

$string['pluginnameediting'] = 'Editing an Embedded answers (Cloze) question'

Definition at line 42 of file qtype_multianswer.php.

$string['pluginnamesummary'] = '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.'

Definition at line 43 of file qtype_multianswer.php.

$string['qtypenotrecognized'] = 'questiontype {$a} not recognized'

Definition at line 44 of file qtype_multianswer.php.

$string['questionnadded'] = 'Question added'

Definition at line 45 of file qtype_multianswer.php.

$string['questiondefinition'] = 'Question definition'

Definition at line 46 of file qtype_multianswer.php.

$string['questiondeleted'] = 'Question deleted'

Definition at line 47 of file qtype_multianswer.php.

$string['questioninquiz']
Initial value:
 '

<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>
'

Definition at line 48 of file qtype_multianswer.php.

$string['questionsless'] = '{$a} question(s) less than in the multianswer question stored in the database'

Definition at line 55 of file qtype_multianswer.php.

$string['questionsmissing'] = 'The question text must include at least one embedded answer.'

Definition at line 56 of file qtype_multianswer.php.

$string['questionsmore'] = '{$a} question(s) more than in the multianswer question stored in the database'

Definition at line 57 of file qtype_multianswer.php.

$string['questionnotfound'] = 'Unable to find question of question part #{$a}'

Definition at line 58 of file qtype_multianswer.php.

$string['questionsaveasedited'] = 'The question will be saved as edited'

Definition at line 59 of file qtype_multianswer.php.

$string['questiontypechanged'] = 'Question type changed'

Definition at line 60 of file qtype_multianswer.php.

$string['questiontypechangedcomment'] = 'At least one question type has been changed.<br >Did you add, delete or move a question?<br >Look ahead.'

Definition at line 61 of file qtype_multianswer.php.

$string['questionusedinquiz'] = 'This question is used in {$a->nb_of_quiz} quiz(s), total attempt(s) : {$a->nb_of_attempts} '

Definition at line 62 of file qtype_multianswer.php.

$string['storedqtype'] = 'Stored question type {$a}'

Definition at line 63 of file qtype_multianswer.php.

$string['subqresponse'] = 'part {$a->i}: {$a->response}'

Definition at line 64 of file qtype_multianswer.php.

$string['unknownquestiontypeofsubquestion'] = 'Unknown question type: {$a->type} of question part # {$a->sub}'

Definition at line 65 of file qtype_multianswer.php.

$string['warningquestionmodified'] = '<b>WARNING</b>'

Definition at line 66 of file qtype_multianswer.php.

$string['youshouldnot'] = '<b>YOU SHOULD NOT</b>'

Definition at line 67 of file qtype_multianswer.php.

 All Data Structures Namespaces Files Functions Variables Enumerations