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.
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.

/**
 * Strings for component 'qtype_essay', language 'en', branch 'MOODLE_20_STABLE'
 *
 * @package    qtype
 * @subpackage essay
 * @copyright  1999 onwards Martin Dougiamas  {@link http://moodle.com}
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */

$string['acceptedfiletypes'] = 'Accepted file types';
$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.';
$string['allowattachments'] = 'Allow attachments';
$string['answerfiles'] = 'Answer files';
$string['answertext'] = 'Answer text';
$string['attachedfiles'] = 'Attachments: {$a}';
$string['attachmentsoptional'] = 'Attachments are optional';
$string['attachmentsrequired'] = 'Require attachments';
$string['attachmentsrequired_help'] = 'This option specifies the minimum number of attachments required for a response to be considered gradable.';
> $string['err_maxminmismatch'] = 'Maximum word limit must be greater than minimum word limit'; $string['formateditor'] = 'HTML editor'; > $string['err_maxwordlimit'] = 'Maximum word limit is enabled but is not set'; $string['formateditorfilepicker'] = 'HTML editor with file picker'; > $string['err_maxwordlimitnegative'] = 'Maximum word limit cannot be a negative number'; $string['formatmonospaced'] = 'Plain text, monospaced font'; > $string['err_minwordlimit'] = 'Minimum word limit is enabled but is not set'; $string['formatnoinline'] = 'No online text'; > $string['err_minwordlimitnegative'] = 'Minimum word limit cannot be a negative number';
$string['formatplain'] = 'Plain text'; $string['graderinfo'] = 'Information for graders'; $string['graderinfoheader'] = 'Grader information'; $string['maxbytes'] = 'Maximum file size';
> $string['maxwordlimit'] = 'Maximum word limit'; $string['mustattach'] = 'When "No online text" is selected, or responses are optional, you must allow at least one attachment.'; > $string['maxwordlimit_help'] = 'If the response requires that students enter text, this is the maximum number of words that each student will be allowed to submit.'; $string['mustrequire'] = 'When "No online text" is selected, or responses are optional, you must require at least one attachment.'; > $string['maxwordlimitboundary'] = 'The word limit for this question is {$a->limit} words and you are attempting to submit {$a->count} words. Please shorten your response and try again.'; $string['mustrequirefewer'] = 'You cannot require more attachments than you allow.'; > $string['minwordlimit'] = 'Minimum word limit'; $string['nlines'] = '{$a} lines'; > $string['minwordlimit_help'] = 'If the response requires that students enter text, this is the minimum number of words that each student will be allowed to submit.'; $string['nonexistentfiletypes'] = 'The following file types were not recognised: {$a}'; > $string['minwordlimitboundary'] = 'This question requires a response of at least {$a->limit} words and you are attempting to submit {$a->count} words. Please expand your response and try again.';
$string['pluginname'] = 'Essay'; $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.'; $string['pluginname_link'] = 'question/type/essay'; $string['pluginnameadding'] = 'Adding an Essay question'; $string['pluginnameediting'] = 'Editing an Essay question'; $string['pluginnamesummary'] = 'Allows a response of a file upload and/or online text. This must then be graded manually.';
< $string['privacy:metadata'] = 'The Essay question type plugin does not store any personal data.';
> $string['privacy:metadata'] = 'Essay question type plugin allows question authors to set default options as user preferences.'; > $string['privacy:preference:defaultmark'] = 'The default mark set for a given question.'; > $string['privacy:preference:responseformat'] = 'What is the response format (HTML editor, plain text, etc.)?'; > $string['privacy:preference:responserequired'] = 'Whether the student is required to enter text or the text input is optional.'; > $string['privacy:preference:responsefieldlines'] = 'Number of lines indicating the size of the input box (textarea).'; > $string['privacy:preference:attachments'] = 'Number of allowed attachments.'; > $string['privacy:preference:attachmentsrequired'] = 'Number of required attachments.'; > $string['privacy:preference:maxbytes'] = 'Maximum file size.';
$string['responsefieldlines'] = 'Input box size'; $string['responseformat'] = 'Response format'; $string['responseoptions'] = 'Response options'; $string['responserequired'] = 'Require text'; $string['responsenotrequired'] = 'Text input is optional'; $string['responseisrequired'] = 'Require the student to enter text'; $string['responsetemplate'] = 'Response template'; $string['responsetemplateheader'] = 'Response template'; $string['responsetemplate_help'] = 'Any text entered here will be displayed in the response input box when a new attempt at the question starts.';
> $string['wordcount'] = 'Word count: {$a}'; > $string['wordcounttoofew'] = 'Word count: {$a->count}, less than the required {$a->limit} words.'; > $string['wordcounttoomuch'] = 'Word count: {$a->count}, more than the limit of {$a->limit} words.';