Differences Between: [Versions 310 and 311] [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_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['err_maxminmismatch'] = 'Maximum word limit must be greater than minimum word limit'; 36 $string['err_maxwordlimit'] = 'Maximum word limit is enabled but is not set'; 37 $string['err_maxwordlimitnegative'] = 'Maximum word limit cannot be a negative number'; 38 $string['err_minwordlimit'] = 'Minimum word limit is enabled but is not set'; 39 $string['err_minwordlimitnegative'] = 'Minimum word limit cannot be a negative number'; 40 $string['formateditor'] = 'HTML editor'; 41 $string['formateditorfilepicker'] = 'HTML editor with file picker'; 42 $string['formatmonospaced'] = 'Plain text, monospaced font'; 43 $string['formatnoinline'] = 'No online text'; 44 $string['formatplain'] = 'Plain text'; 45 $string['graderinfo'] = 'Information for graders'; 46 $string['graderinfoheader'] = 'Grader information'; 47 $string['maxbytes'] = 'Maximum file size'; 48 $string['maxwordlimit'] = 'Maximum word limit'; 49 $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.'; 50 $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.'; 51 $string['minwordlimit'] = 'Minimum word limit'; 52 $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.'; 53 $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.'; 54 $string['mustattach'] = 'When "No online text" is selected, or responses are optional, you must allow at least one attachment.'; 55 $string['mustrequire'] = 'When "No online text" is selected, or responses are optional, you must require at least one attachment.'; 56 $string['mustrequirefewer'] = 'You cannot require more attachments than you allow.'; 57 $string['nlines'] = '{$a} lines'; 58 $string['nonexistentfiletypes'] = 'The following file types were not recognised: {$a}'; 59 $string['pluginname'] = 'Essay'; 60 $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.'; 61 $string['pluginname_link'] = 'question/type/essay'; 62 $string['pluginnameadding'] = 'Adding an Essay question'; 63 $string['pluginnameediting'] = 'Editing an Essay question'; 64 $string['pluginnamesummary'] = 'Allows a response of a file upload and/or online text. This must then be graded manually.'; 65 $string['privacy:metadata'] = 'Essay question type plugin allows question authors to set default options as user preferences.'; 66 $string['privacy:preference:defaultmark'] = 'The default mark set for a given question.'; 67 $string['privacy:preference:responseformat'] = 'What is the response format (HTML editor, plain text, etc.)?'; 68 $string['privacy:preference:responserequired'] = 'Whether the student is required to enter text or the text input is optional.'; 69 $string['privacy:preference:responsefieldlines'] = 'Number of lines indicating the size of the input box (textarea).'; 70 $string['privacy:preference:attachments'] = 'Number of allowed attachments.'; 71 $string['privacy:preference:attachmentsrequired'] = 'Number of required attachments.'; 72 $string['privacy:preference:maxbytes'] = 'Maximum file size.'; 73 $string['responsefieldlines'] = 'Input box size'; 74 $string['responseformat'] = 'Response format'; 75 $string['responseoptions'] = 'Response options'; 76 $string['responserequired'] = 'Require text'; 77 $string['responsenotrequired'] = 'Text input is optional'; 78 $string['responseisrequired'] = 'Require the student to enter text'; 79 $string['responsetemplate'] = 'Response template'; 80 $string['responsetemplateheader'] = 'Response template'; 81 $string['responsetemplate_help'] = 'Any text entered here will be displayed in the response input box when a new attempt at the question starts.'; 82 $string['wordcount'] = 'Word count: {$a}'; 83 $string['wordcounttoofew'] = 'Word count: {$a->count}, less than the required {$a->limit} words.'; 84 $string['wordcounttoomuch'] = 'Word count: {$a->count}, more than the limit of {$a->limit} words.';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body