Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

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

   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_essay', language 'en', branch 'MOODLE_20_STABLE'
  19   *
  20   * @package    qtype
  21   * @subpackage essay
  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['acceptedfiletypes'] = 'Accepted file types';
  27  $string['acceptedfiletypes_help'] = 'Accepted file types can be restricted by entering a list of file extensions. If the field is left empty, then all file types are allowed.';
  28  $string['allowattachments'] = 'Allow attachments';
  29  $string['answerfiles'] = 'Answer files';
  30  $string['answertext'] = 'Answer text';
  31  $string['attachedfiles'] = 'Attachments: {$a}';
  32  $string['attachmentsoptional'] = 'Attachments are optional';
  33  $string['attachmentsrequired'] = 'Require attachments';
  34  $string['attachmentsrequired_help'] = 'This option specifies the minimum number of attachments required for a response to be considered gradable.';
  35  $string['formateditor'] = 'HTML editor';
  36  $string['formateditorfilepicker'] = 'HTML editor with file picker';
  37  $string['formatmonospaced'] = 'Plain text, monospaced font';
  38  $string['formatnoinline'] = 'No online text';
  39  $string['formatplain'] = 'Plain text';
  40  $string['graderinfo'] = 'Information for graders';
  41  $string['graderinfoheader'] = 'Grader information';
  42  $string['maxbytes'] = 'Maximum file size';
  43  $string['mustattach'] = 'When "No online text" is selected, or responses are optional, you must allow at least one attachment.';
  44  $string['mustrequire'] = 'When "No online text" is selected, or responses are optional, you must require at least one attachment.';
  45  $string['mustrequirefewer'] = 'You cannot require more attachments than you allow.';
  46  $string['nlines'] = '{$a} lines';
  47  $string['nonexistentfiletypes'] = 'The following file types were not recognised: {$a}';
  48  $string['pluginname'] = 'Essay';
  49  $string['pluginname_help'] = 'In response to a question, the respondent may upload one or more files and/or enter text online. A response template may be provided. Responses must be graded manually.';
  50  $string['pluginname_link'] = 'question/type/essay';
  51  $string['pluginnameadding'] = 'Adding an Essay question';
  52  $string['pluginnameediting'] = 'Editing an Essay question';
  53  $string['pluginnamesummary'] = 'Allows a response of a file upload and/or online text. This must then be graded manually.';
  54  $string['privacy:metadata'] = 'The Essay question type plugin does not store any personal data.';
  55  $string['responsefieldlines'] = 'Input box size';
  56  $string['responseformat'] = 'Response format';
  57  $string['responseoptions'] = 'Response options';
  58  $string['responserequired'] = 'Require text';
  59  $string['responsenotrequired'] = 'Text input is optional';
  60  $string['responseisrequired'] = 'Require the student to enter text';
  61  $string['responsetemplate'] = 'Response template';
  62  $string['responsetemplateheader'] = 'Response template';
  63  $string['responsetemplate_help'] = 'Any text entered here will be displayed in the response input box when a new attempt at the question starts.';