See Release Notes
Long Term Support Release
Differences Between: [Versions 39 and 310] [Versions 39 and 311] [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]
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['attachedfiles'] = 'Attachments: {$a}'; 30 $string['attachmentsoptional'] = 'Attachments are optional'; 31 $string['attachmentsrequired'] = 'Require attachments'; 32 $string['attachmentsrequired_help'] = 'This option specifies the minimum number of attachments required for a response to be considered gradable.'; 33 $string['formateditor'] = 'HTML editor'; 34 $string['formateditorfilepicker'] = 'HTML editor with file picker'; 35 $string['formatmonospaced'] = 'Plain text, monospaced font'; 36 $string['formatnoinline'] = 'No online text'; 37 $string['formatplain'] = 'Plain text'; 38 $string['graderinfo'] = 'Information for graders'; 39 $string['graderinfoheader'] = 'Grader information'; 40 $string['mustattach'] = 'When "No online text" is selected, or responses are optional, you must allow at least one attachment.'; 41 $string['mustrequire'] = 'When "No online text" is selected, or responses are optional, you must require at least one attachment.'; 42 $string['mustrequirefewer'] = 'You cannot require more attachments than you allow.'; 43 $string['nlines'] = '{$a} lines'; 44 $string['nonexistentfiletypes'] = 'The following file types were not recognised: {$a}'; 45 $string['pluginname'] = 'Essay'; 46 $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.'; 47 $string['pluginname_link'] = 'question/type/essay'; 48 $string['pluginnameadding'] = 'Adding an Essay question'; 49 $string['pluginnameediting'] = 'Editing an Essay question'; 50 $string['pluginnamesummary'] = 'Allows a response of a file upload and/or online text. This must then be graded manually.'; 51 $string['privacy:metadata'] = 'The Essay question type plugin does not store any personal data.'; 52 $string['responsefieldlines'] = 'Input box size'; 53 $string['responseformat'] = 'Response format'; 54 $string['responseoptions'] = 'Response options'; 55 $string['responserequired'] = 'Require text'; 56 $string['responsenotrequired'] = 'Text input is optional'; 57 $string['responseisrequired'] = 'Require the student to enter text'; 58 $string['responsetemplate'] = 'Response template'; 59 $string['responsetemplateheader'] = 'Response template'; 60 $string['responsetemplate_help'] = 'Any text entered here will be displayed in the response input box when a new attempt at the question starts.';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body