From 90dd5f5ece24f246e0d48643a92af02dd0da0005 Mon Sep 17 00:00:00 2001 From: olga-kulish Date: Fri, 15 Nov 2024 11:00:30 +0300 Subject: [PATCH] fix: textReader: passage is not supported --- .../ims/textReaderInteraction/creator/widget/states/Question.js | 1 + 1 file changed, 1 insertion(+) diff --git a/views/js/pciCreator/ims/textReaderInteraction/creator/widget/states/Question.js b/views/js/pciCreator/ims/textReaderInteraction/creator/widget/states/Question.js index b2a4f3e..8ac01ea 100644 --- a/views/js/pciCreator/ims/textReaderInteraction/creator/widget/states/Question.js +++ b/views/js/pciCreator/ims/textReaderInteraction/creator/widget/states/Question.js @@ -377,6 +377,7 @@ define([ colIndex : colIndex, highlight: true, areaBroker: widget.getAreaBroker(), + qtiInclude: false, flushDeletingWidgetsOnDestroy: true });