diff --git a/components/ILIAS/TestQuestionPool/classes/feedback/class.ilAssQuestionFeedback.php b/components/ILIAS/TestQuestionPool/classes/feedback/class.ilAssQuestionFeedback.php index 4419d2bea83f..7f2adfb2e8cb 100755 --- a/components/ILIAS/TestQuestionPool/classes/feedback/class.ilAssQuestionFeedback.php +++ b/components/ILIAS/TestQuestionPool/classes/feedback/class.ilAssQuestionFeedback.php @@ -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);