芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/cepali/question/type/multianswer/lang/en/qtype_multianswer.php
. /** * Strings for component 'qtype_multianswer', language 'en', branch 'MOODLE_20_STABLE' * * @package qtype * @subpackage multianswer * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['confirmquestionsaveasedited'] = 'I confirm that I want the question to be saved as edited'; $string['confirmsave'] = 'Confirm then save {$a}'; $string['correctanswer'] = 'Correct answer'; $string['correctanswerandfeedback'] = 'Correct answer and feedback'; $string['decodeverifyquestiontext'] = 'Decode and verify the question text'; $string['invalidmultianswerquestion'] = 'Invalid embedded answers (Cloze) question ({$a}).'; $string['layout'] = 'Layout'; $string['layouthorizontal'] = 'Horizontal row of radio-buttons'; $string['layoutmultiple_horizontal'] = 'Horizontal row of checkboxes'; $string['layoutmultiple_vertical'] = 'Vertical column of checkboxes'; $string['layoutselectinline'] = 'Drop-down menu in-line in the text'; $string['layoutundefined'] = 'Undefined layout'; $string['layoutvertical'] = 'Vertical column of radio buttons'; $string['nooptionsforsubquestion'] = 'Unable to get options for question part # {$a->sub} (question->id={$a->id})'; $string['noquestions'] = 'The Cloze(multianswer) question "
{$a}
" does not contain any question'; $string['pleaseananswerallparts'] = 'Please answer all parts of the question.'; $string['pluginname'] = 'Embedded answers (Cloze)'; $string['pluginname_help'] = 'Embedded answers (Cloze) questions consist of a passage of text with questions such as multiple-choice and short answer embedded within it.'; $string['pluginname_link'] = 'question/type/multianswer'; $string['pluginnameadding'] = 'Adding an Embedded answers (Cloze) question'; $string['pluginnameediting'] = 'Editing an Embedded answers (Cloze) question'; $string['pluginnamesummary'] = 'Questions of this type are very flexible, but can only be created by entering text containing special codes that create embedded multiple-choice, short answers and numerical questions.'; $string['privacy:metadata'] = 'The Embedded answers (Cloze) question type plugin does not store any personal data.'; $string['qtypenotrecognized'] = 'questiontype {$a} not recognized'; $string['questiondefinition'] = 'Question definition'; $string['questiondeleted'] = 'Question deleted'; $string['questioninquiz'] = '
add or delete questions,
change the questions order in the text,
change their question type (numerical, shortanswer, multiple choice).
'; $string['questionsadded'] = 'Question added'; $string['questionsless'] = '{$a} question(s) less than in the multianswer question stored in the database'; $string['questionsmissing'] = 'The question text must include at least one embedded answer.'; $string['questionsmore'] = '{$a} question(s) more than in the multianswer question stored in the database'; $string['questionnotfound'] = 'Unable to find question of question part #{$a}'; $string['questionsaveasedited'] = 'The question will be saved as edited'; $string['questiontypechanged'] = 'Question type changed'; $string['questiontypechangedcomment'] = 'At least one question type has been changed.
Did you add, delete or move a question?
Look ahead.'; $string['questionusedinquiz'] = 'This question is used in {$a->nb_of_quiz} quiz(s), total attempt(s) : {$a->nb_of_attempts} '; $string['storedqtype'] = 'Stored question type {$a}'; $string['subqresponse'] = 'part {$a->i}: {$a->response}'; $string['unknownquestiontypeofsubquestion'] = 'Unknown question type: {$a->type} of question part # {$a->sub}'; $string['warningquestionmodified'] = '
WARNING
'; $string['youshouldnot'] = '
YOU SHOULD NOT
';