@@ -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['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.';