Skip to content

Commit

Permalink
Test: Ensure Feedback Exists on Import
Browse files Browse the repository at this point in the history
  • Loading branch information
kergomard committed Jul 2, 2024
1 parent d800413 commit d63a010
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ abstract public function getSpecificAnswerFeedbackExportPresentation(int $questi
public function importGenericFeedback(int $question_id, bool $solution_completed, string $feedback_content): void
{
if ($this->questionOBJ->isAdditionalContentEditingModePageObject()) {
$page_object_id = $this->getGenericFeedbackPageObjectId($question_id, $solution_completed);
$page_object_id = $this->saveGenericFeedbackContent($question_id, $solution_completed, '');
$page_object_type = $this->getGenericFeedbackPageObjectType();

$this->createPageObject($page_object_type, $page_object_id, $feedback_content);
Expand Down

0 comments on commit d63a010

Please sign in to comment.