Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/question/type/multichoice/lang/en/qtype_multichoice.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['addmorechoiceblanks'] = 'Blanks for {no} more choices';
00027 $string['answerhowmany'] = 'One or multiple answers?';
00028 $string['answernumbering'] = 'Number the choices?';
00029 $string['answernumbering123'] = '1., 2., 3., ...';
00030 $string['answernumberingabc'] = 'a., b., c., ...';
00031 $string['answernumberingABCD'] = 'A., B., C., ...';
00032 $string['answernumberingiii'] = 'i., ii., iii., ...';
00033 $string['answernumberingIIII'] = 'I., II., III., ...';
00034 $string['answernumberingnone'] = 'No numbering';
00035 $string['answersingleno'] = 'Multiple answers allowed';
00036 $string['answersingleyes'] = 'One answer only';
00037 $string['choiceno'] = 'Choice {$a}';
00038 $string['choices'] = 'Available choices';
00039 $string['clozeaid'] = 'Enter missing word';
00040 $string['correctansweris'] = 'The correct answer is: {$a}.';
00041 $string['correctfeedback'] = 'For any correct response';
00042 $string['errgradesetanswerblank'] = 'Grade set, but the Answer is blank';
00043 $string['errfractionsaddwrong'] = 'The positive grades you have chosen do not add up to 100%<br />Instead, they add up to {$a}%';
00044 $string['errfractionsnomax'] = 'One of the choices should be 100%, so that it is<br />possible to get a full grade for this question.';
00045 $string['feedback'] = 'Feedback';
00046 $string['fillouttwochoices'] = 'You must fill out at least two choices. Choices left blank will not be used.';
00047 $string['fractionsaddwrong'] = 'The positive grades you have chosen do not add up to 100%<br />Instead, they add up to {$a}%<br />Do you want to go back and fix this question?';
00048 $string['fractionsnomax'] = 'One of the choices should be 100%, so that it is<br />possible to get a full grade for this question.<br />Do you want to go back and fix this question?';
00049 $string['incorrectfeedback'] = 'For any incorrect response';
00050 $string['notenoughanswers'] = 'This type of question requires at least {$a} choices';
00051 $string['overallcorrectfeedback'] = 'Feedback for any correct response';
00052 $string['overallfeedback'] = 'Overall feedback';
00053 $string['overallincorrectfeedback'] = 'Feedback for any incorrect response';
00054 $string['overallpartiallycorrectfeedback'] = 'Feedback for any partially correct response';
00055 $string['partiallycorrectfeedback'] = 'For any partially correct response';
00056 $string['pleaseselectananswer'] = 'Please select an answer.';
00057 $string['pleaseselectatleastoneanswer'] = 'Please select at least one answer.';
00058 $string['pluginname'] = 'Multiple choice';
00059 $string['pluginname_help'] = 'In response to a question (that may include a image) the respondent chooses from multiple answers. There are two types of multiple choice questions - one answer and multiple answer.';
00060 $string['pluginname_link'] = 'question/type/multichoice';
00061 $string['pluginnameadding'] = 'Adding a Multiple choice question';
00062 $string['pluginnameediting'] = 'Editing a Multiple choice question';
00063 $string['pluginnamesummary'] = 'Allows the selection of a single or multiple responses from a pre-defined list.';
00064 $string['selectmulti'] = 'Select one or more:';
00065 $string['selectone'] = 'Select one:';
00066 $string['shuffleanswers'] = 'Shuffle the choices?';
00067 $string['shuffleanswers_help'] = 'If enabled, the order of the answers is randomly shuffled for each attempt, provided that "Shuffle within questions" in the activity settings is also enabled.';
00068 $string['singleanswer'] = 'Choose one answer.';
00069 $string['toomanyselected'] = 'You have selected too many options.';
 All Data Structures Namespaces Files Functions Variables Enumerations