mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-61407-master' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
209f6e1eda
123 changed files with 5000 additions and 33 deletions
|
@ -386,6 +386,29 @@ $string['penaltyforeachincorrecttry_help'] = 'When questions are run using the \
|
|||
|
||||
The penalty is a proportion of the total question grade, so if the question is worth three marks, and the penalty is 0.3333333, then the student will score 3 if they get the question right first time, 2 if they get it right second try, and 1 of they get it right on the third try.';
|
||||
$string['previewquestion'] = 'Preview question: {$a}';
|
||||
$string['privacy:metadata:database:question'] = 'The details about an specific question.';
|
||||
$string['privacy:metadata:database:question:createdby'] = 'The person who created the question.';
|
||||
$string['privacy:metadata:database:question:generalfeedback'] = 'The general feedback for this question.';
|
||||
$string['privacy:metadata:database:question:modifiedby'] = 'The person who last updated the question.';
|
||||
$string['privacy:metadata:database:question:name'] = 'The name of the question.';
|
||||
$string['privacy:metadata:database:question:questiontext'] = 'The question text.';
|
||||
$string['privacy:metadata:database:question:timecreated'] = 'The date and time when this question was created.';
|
||||
$string['privacy:metadata:database:question:timemodified'] = 'The date and time when this question was updated.';
|
||||
$string['privacy:metadata:database:question_attempt_step_data'] = 'Question attempt steps may have additional data specific to that step. The data is stored in the step_data table.';
|
||||
$string['privacy:metadata:database:question_attempt_step_data:name'] = 'The name of the data item.';
|
||||
$string['privacy:metadata:database:question_attempt_step_data:value'] = 'The value of the data item.';
|
||||
$string['privacy:metadata:database:question_attempt_steps'] = 'Each question attempt has a number of steps to indicate the different phases from beginning to completion to marking. This table stores the information for each of these steps.';
|
||||
$string['privacy:metadata:database:question_attempt_steps:fraction'] = 'The grade that was awarded to this question attempt scaled to a value out of 1.';
|
||||
$string['privacy:metadata:database:question_attempt_steps:state'] = 'The state of this question attempt step at the end of the step transition.';
|
||||
$string['privacy:metadata:database:question_attempt_steps:timecreated'] = 'The date and time that this step transition begun.';
|
||||
$string['privacy:metadata:database:question_attempt_steps:userid'] = 'The user who performed the step transition.';
|
||||
$string['privacy:metadata:database:question_attempts'] = 'The information about an attempt at a specific question.';
|
||||
$string['privacy:metadata:database:question_attempts:flagged'] = 'An indication that the user has flagged this question within the attempt.';
|
||||
$string['privacy:metadata:database:question_attempts:responsesummary'] = 'A summary of the question response.';
|
||||
$string['privacy:metadata:database:question_attempts:timemodified'] = 'The time that the question attempt was updated.';
|
||||
$string['privacy:metadata:link:qbehaviour'] = 'The Question subsystem makes use of the Question Behaviour plugintype.';
|
||||
$string['privacy:metadata:link:qformat'] = 'The Question subsystem makes use of the Question Format plugintype for the purpose of importing and exporting questions in different formats.';
|
||||
$string['privacy:metadata:link:qtype'] = 'The Question subsystem interacts with the Question Type plugintype which contains the different types of questions.';
|
||||
$string['questionbehaviouradminsetting'] = 'Question behaviour settings';
|
||||
$string['questionbehavioursdisabled'] = 'Question behaviours to disable';
|
||||
$string['questionbehavioursdisabledexplained'] = 'Enter a comma separated list of behaviours you do not want to appear in dropdown menu';
|
||||
|
@ -422,6 +445,7 @@ $string['specificfeedback_help'] = 'Feedback that depends on what response the s
|
|||
$string['started'] = 'Started';
|
||||
$string['state'] = 'State';
|
||||
$string['step'] = 'Step';
|
||||
$string['steps'] = 'Steps';
|
||||
$string['submissionoutofsequence'] = 'Access out of sequence. Please do not click the back button when working on quiz questions.';
|
||||
$string['submissionoutofsequencefriendlymessage'] = "You have entered data outside the normal sequence. This can occur if you use your browser's Back or Forward buttons; please don't use these during the test. It can also happen if you click on something while a page is loading. Click <strong>Continue</strong> to resume.";
|
||||
$string['submit'] = 'Submit';
|
||||
|
@ -450,4 +474,3 @@ $string['whichtries'] = 'Which tries';
|
|||
$string['withselected'] = 'With selected';
|
||||
$string['xoutofmax'] = '{$a->mark} out of {$a->max}';
|
||||
$string['yougotnright'] = 'You have correctly selected {$a->num}.';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue