Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/question/type/shortanswer/lang/en/qtype_shortanswer.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['addmoreanswerblanks'] = 'Blanks for {no} More Answers';
00027 $string['answer'] = 'Answer: {$a}';
00028 $string['answermustbegiven'] = 'You must enter an answer if there is a grade or feedback.';
00029 $string['answerno'] = 'Answer {$a}';
00030 $string['caseno'] = 'No, case is unimportant';
00031 $string['casesensitive'] = 'Case sensitivity';
00032 $string['caseyes'] = 'Yes, case must match';
00033 $string['correctansweris'] = 'The correct answer is: {$a}.';
00034 $string['correctanswers'] = 'Correct answers';
00035 $string['filloutoneanswer'] = 'You must provide at least one possible answer. Answers left blank will not be used. \'*\' can be used as a wildcard to match any characters. The first matching answer will be used to determine the score and feedback.';
00036 $string['notenoughanswers'] = 'This type of question requires at least {$a} answers';
00037 $string['pleaseenterananswer'] = 'Please enter an answer.';
00038 $string['pluginname'] = 'Short answer';
00039 $string['pluginname_help'] = 'In response to a question (that may include a image) the respondent types a word or short phrase. There may be several possible correct answers, each with a different grade. If the "Case sensitive" option is selected, then you can have different scores for "Word" or "word".';
00040 $string['pluginname_link'] = 'question/type/shortanswer';
00041 $string['pluginnameadding'] = 'Adding a short answer question';
00042 $string['pluginnameediting'] = 'Editing a Short answer question';
00043 $string['pluginnamesummary'] = 'Allows a response of one or a few words that is graded by comparing against various model answers, which may contain wildcards.';
 All Data Structures Namespaces Files Functions Variables Enumerations