Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/question/type/match/lang/en/qtype_match.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['addmoreqblanks'] = '{no} More Sets of Blanks';
00027 $string['availablechoices'] = 'Available choices';
00028 $string['correctansweris'] = 'The correct answer is: {$a}.';
00029 $string['filloutthreeqsandtwoas'] = 'You must provide at least two questions and three answers. You can provide extra wrong answers by giving an answer with a blank question. Entries where both the question and the answer are blank will be ignored.';
00030 $string['nomatchinganswer'] = 'You must specify an answer matching the question \'{$a}\'.';
00031 $string['nomatchinganswerforq'] = 'You must specify an answer for this question.';
00032 $string['notenoughqsandas'] = 'You must supply at least {$a->q} questions and {$a->a} answers.';
00033 $string['notenoughquestions'] = 'You must supply at least {$a} question and answer pairs.';
00034 $string['shuffle'] = 'Shuffle';
00035 $string['shuffle_help'] = 'If enabled, the order of the statements (answers) is randomly shuffled for each attempt, provided that "Shuffle within questions" in the activity settings is also enabled.';
00036 $string['pleaseananswerallparts'] = 'Please answer all parts of the question.';
00037 $string['pluginname'] = 'Matching';
00038 $string['pluginname_help'] = 'Matching questions require the respondent to correctly match a list of names or statements (questions) to another list of names or statements (answers).';
00039 $string['pluginname_link'] = 'question/type/match';
00040 $string['pluginnameadding'] = 'Adding a Matching question';
00041 $string['pluginnameediting'] = 'Editing a Matching question';
00042 $string['pluginnamesummary'] = 'The answer to each of a number of sub-question must be selected from a list of possibilities.';
 All Data Structures Namespaces Files Functions Variables Enumerations