芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/cepali/question/type/multichoice/lang/en/qtype_multichoice.php
. /** * Strings for component 'qtype_multichoice', language 'en', branch 'MOODLE_20_STABLE' * * @package qtype * @subpackage multichoice * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['answerhowmany'] = 'One or multiple answers?'; $string['answerhowmany_desc'] = 'Whether the default should be one response (i.e. radio buttons) or multiple responses (i.e. checkboxes).'; $string['answernumbering'] = 'Number the choices?'; $string['answernumbering123'] = '1., 2., 3., ...'; $string['answernumberingabc'] = 'a., b., c., ...'; $string['answernumberingABCD'] = 'A., B., C., ...'; $string['answernumberingiii'] = 'i., ii., iii., ...'; $string['answernumberingIIII'] = 'I., II., III., ...'; $string['answernumberingnone'] = 'No numbering'; $string['answernumbering_desc'] = 'The default numbering style.'; $string['answersingleno'] = 'Multiple answers allowed'; $string['answersingleyes'] = 'One answer only'; $string['choiceno'] = 'Choice {$a}'; $string['choices'] = 'Available choices'; $string['clearchoice'] = 'Clear my choice'; $string['clozeaid'] = 'Enter missing word'; $string['correctansweris'] = 'The correct answer is: {$a}'; $string['correctanswersare'] = 'The correct answers are: {$a}'; $string['correctfeedback'] = 'For any correct response'; $string['deletedchoice'] = 'This choice was deleted after the attempt was started.'; $string['errgradesetanswerblank'] = 'Grade set, but the Answer is blank'; $string['errfractionsaddwrong'] = 'The positive grades you have chosen do not add up to 100%
Instead, they add up to {$a}%'; $string['errfractionsnomax'] = 'One of the choices should be 100%, so that it is
possible to get a full grade for this question.'; $string['feedback'] = 'Feedback'; $string['fillouttwochoices'] = 'You must fill out at least two choices. Choices left blank will not be used.'; $string['fractionsaddwrong'] = 'The positive grades you have chosen do not add up to 100%
Instead, they add up to {$a}%
Do you want to go back and fix this question?'; $string['fractionsnomax'] = 'One of the choices should be 100%, so that it is
possible to get a full grade for this question.
Do you want to go back and fix this question?'; $string['incorrectfeedback'] = 'For any incorrect response'; $string['notenoughanswers'] = 'This type of question requires at least {$a} choices'; $string['overallcorrectfeedback'] = 'Feedback for any correct response'; $string['overallfeedback'] = 'Overall feedback'; $string['overallincorrectfeedback'] = 'Feedback for any incorrect response'; $string['overallpartiallycorrectfeedback'] = 'Feedback for any partially correct response'; $string['partiallycorrectfeedback'] = 'For any partially correct response'; $string['pleaseselectananswer'] = 'Please select an answer.'; $string['pleaseselectatleastoneanswer'] = 'Please select at least one answer.'; $string['pluginname'] = 'Multiple choice'; $string['pluginname_help'] = 'In response to a question (that may include an image) the respondent chooses from multiple answers. A multiple choice question may have one or multiple correct answers.'; $string['pluginname_link'] = 'question/type/multichoice'; $string['pluginnameadding'] = 'Adding a Multiple choice question'; $string['pluginnameediting'] = 'Editing a Multiple choice question'; $string['pluginnamesummary'] = 'Allows the selection of a single or multiple responses from a pre-defined list.'; $string['privacy:metadata'] = 'The Multiple choice question type plugin does not store any personal data.'; $string['selectmulti'] = 'Select one or more:'; $string['selectone'] = 'Select one:'; $string['shuffleanswers'] = 'Shuffle the choices?'; $string['shuffleanswers_desc'] = 'Whether options should be randomly shuffled for each attempt by default.'; $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.'; $string['singleanswer'] = 'Choose one answer.'; $string['toomanyselected'] = 'You have selected too many options.';