MDL-83727 question: Core question privacy provider misuses lazy-loading

This commit is contained in:
Khoa Nguyen 2024-11-21 16:53:43 +07:00
parent 485130d7c5
commit cd2a074cc2

View File

@ -169,7 +169,7 @@ class provider implements
]);
foreach ($quba->get_attempt_iterator() as $qa) {
$question = $qa->get_question(false);
$question = $qa->get_question();
$slotno = $qa->get_slot();
$questionnocontext = array_merge($questionscontext, [$slotno]);
@ -302,7 +302,7 @@ class provider implements
$step->get_id()
);
$stepdata->comment = $qa->get_behaviour(false)->format_comment($comment, $commentformat);
$stepdata->comment = $qa->get_behaviour()->format_comment($comment, $commentformat);
}
// Export any response files associated with this step.