Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/question/type/essay/lang/en/qtype_essay.php
Go to the documentation of this file.
00001 <?php
00002 // This file is part of Moodle - http://moodle.org/
00003 //
00004 // Moodle is free software: you can redistribute it and/or modify
00005 // it under the terms of the GNU General Public License as published by
00006 // the Free Software Foundation, either version 3 of the License, or
00007 // (at your option) any later version.
00008 //
00009 // Moodle is distributed in the hope that it will be useful,
00010 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00011 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012 // GNU General Public License for more details.
00013 //
00014 // You should have received a copy of the GNU General Public License
00015 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
00016 
00026 $string['allowattachments'] = 'Allow attachments';
00027 $string['formateditor'] = 'HTML editor';
00028 $string['formateditorfilepicker'] = 'HTML editor with file picker';
00029 $string['formatmonospaced'] = 'Plain text, monospaced font';
00030 $string['formatplain'] = 'Plain text';
00031 $string['graderinfo'] = 'Information for graders';
00032 $string['nlines'] = '{$a} lines';
00033 $string['pluginname'] = 'Essay';
00034 $string['pluginname_help'] = 'In response to a question (that may include an image) the respondent writes an answer of a paragraph or two. The essay question will not be assigned a grade until it has been reviewed by a teacher and manually graded.';
00035 $string['pluginname_link'] = 'question/type/essay';
00036 $string['pluginnameadding'] = 'Adding an Essay question';
00037 $string['pluginnameediting'] = 'Editing an Essay question';
00038 $string['pluginnamesummary'] = 'Allows a response of a few sentences or paragraphs. This must then be graded manually.';
00039 $string['responsefieldlines'] = 'Input box size';
00040 $string['responseformat'] = 'Response format';
 All Data Structures Namespaces Files Functions Variables Enumerations