mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
Merge branch 'MDL-83727-master' of https://github.com/NashTechOpenUniversity/moodle
This commit is contained in:
commit
e9cded4559
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue