mario-education 2.4.270-release → 2.4.271-release
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -51372,7 +51372,7 @@ var QuestionConduct = function QuestionConduct(_ref) {
|
|
|
51372
51372
|
onOpenIntervention: onOpenIntervention,
|
|
51373
51373
|
isStudent: isStudent,
|
|
51374
51374
|
isStartRecord: isStartRecord,
|
|
51375
|
-
isQuestionIntervention: (item === null || item === void 0 ? void 0 : item.isQuestionIntervention) || (item !== null && item !== void 0 && item.dataAnswer || item !== null && item !== void 0 && item.emotionalQuestionAnswers ? checkIsQuestionFlag(QuestionType$2.Emotional ? item === null || item === void 0 ? void 0 : item.emotionalQuestionAnswers : item === null || item === void 0 ? void 0 : item.dataAnswer) : false),
|
|
51375
|
+
isQuestionIntervention: (item === null || item === void 0 ? void 0 : item.isQuestionIntervention) || (item !== null && item !== void 0 && item.dataAnswer || item !== null && item !== void 0 && item.emotionalQuestionAnswers ? checkIsQuestionFlag(item.type === QuestionType$2.Emotional ? item === null || item === void 0 ? void 0 : item.emotionalQuestionAnswers : item === null || item === void 0 ? void 0 : item.dataAnswer) : false),
|
|
51376
51376
|
correctQuestionAnswer: item === null || item === void 0 ? void 0 : item.correctQuestionAnswer,
|
|
51377
51377
|
isPreviewPage: isPreviewPage,
|
|
51378
51378
|
answer: item
|