Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 310 and 311] [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403] [Versions 39 and 311]

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Strings for component 'qtype_multianswer', language 'en', branch 'MOODLE_20_STABLE'
  19   *
  20   * @package    qtype
  21   * @subpackage multianswer
  22   * @copyright  1999 onwards Martin Dougiamas  {@link http://moodle.com}
  23   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  24   */
  25  
  26  $string['confirmquestionsaveasedited'] = 'I confirm that I want the question to be saved as edited';
  27  $string['confirmsave'] = 'Confirm then save {$a}';
  28  $string['correctanswer'] = 'Correct answer';
  29  $string['correctanswerandfeedback'] = 'Correct answer and feedback';
  30  $string['corruptedquestion'] = 'This question is corrupted and contains subquestions that are not present in your system.';
  31  $string['decodeverifyquestiontext'] = 'Decode and verify the question text';
  32  $string['invalidmultianswerquestion'] = 'Invalid embedded answers (Cloze) question ({$a}).';
  33  $string['layout'] = 'Layout';
  34  $string['layouthorizontal'] = 'Horizontal row of radio-buttons';
  35  $string['layoutmultiple_horizontal'] = 'Horizontal row of checkboxes';
  36  $string['layoutmultiple_vertical'] = 'Vertical column of checkboxes';
  37  $string['layoutselectinline'] = 'Drop-down menu in-line in the text';
  38  $string['layoutundefined'] = 'Undefined layout';
  39  $string['layoutvertical'] = 'Vertical column of radio buttons';
  40  $string['missingsubquestion'] = 'This subquestion is missing from your system and cannot be displayed.';
  41  $string['nooptionsforsubquestion'] = 'Unable to get options for question part # {$a->sub} (question->id={$a->id})';
  42  $string['noquestions'] = 'The Cloze(multianswer) question "<strong>{$a}</strong>" does not contain any question';
  43  $string['pleaseananswerallparts'] = 'Please answer all parts of the question.';
  44  $string['pluginname'] = 'Embedded answers (Cloze)';
  45  $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.';
  46  $string['pluginname_link'] = 'question/type/multianswer';
  47  $string['pluginnameadding'] = 'Adding an Embedded answers (Cloze) question';
  48  $string['pluginnameediting'] = 'Editing an Embedded answers (Cloze) question';
  49  $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.';
  50  $string['privacy:metadata'] = 'The Embedded answers (Cloze) question type plugin does not store any personal data.';
  51  $string['qtypenotrecognized'] = 'Question type {$a} not recognised';
  52  $string['questiondefinition'] = 'Question definition';
  53  $string['questiondeleted'] = 'Question deleted';
  54  $string['questioninquiz'] = '
  55  
  56  <ul>
  57    <li>add or delete questions, </li>
  58    <li>change the questions order in the text,</li>
  59    <li>change their question type (numerical, shortanswer, multiple choice). </li></ul>
  60  ';
  61  $string['questionsadded'] = 'Question added';
  62  $string['questionsless'] = '{$a} question(s) less than in the multianswer question stored in the database';
  63  $string['questionsmissing'] = 'The question text must include at least one embedded answer.';
  64  $string['questionsmore'] = '{$a} question(s) more than in the multianswer question stored in the database';
  65  $string['questionnotfound'] = 'Unable to find question of question part #{$a}';
  66  $string['questionsaveasedited'] = 'The question will be saved as edited';
  67  $string['questiontypechanged'] = 'Question type changed';
  68  $string['questiontypechangedcomment'] = 'At least one question type has been changed.<br />Did you add, delete or move a question?<br />Look ahead.';
  69  $string['questionusedinquiz'] = 'This question is used in {$a->nb_of_quiz} quiz(s), total attempt(s) : {$a->nb_of_attempts} ';
  70  $string['storedqtype'] = 'Stored question type {$a}';
  71  $string['subqresponse'] = 'part {$a->i}: {$a->response}';
  72  $string['unknownquestiontypeofsubquestion'] = 'Unknown question type: {$a->type} of question part # {$a->sub}';
  73  $string['warningquestionmodified'] = '<b>WARNING</b>';
  74  $string['youshouldnot'] = '<b>YOU SHOULD NOT</b>';