@cuemath/leap 3.5.46 → 3.5.47-gg10
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/assets/line-icons/icons/bulb.js +10 -10
- package/dist/assets/line-icons/icons/bulb.js.map +1 -1
- package/dist/assets/line-icons/icons/chevron-up.js +28 -0
- package/dist/assets/line-icons/icons/chevron-up.js.map +1 -0
- package/dist/assets/line-icons/icons/close.js +28 -0
- package/dist/assets/line-icons/icons/close.js.map +1 -0
- package/dist/assets/line-icons/icons/cursor2.js +24 -0
- package/dist/assets/line-icons/icons/cursor2.js.map +1 -0
- package/dist/assets/line-icons/icons/hand.js.map +1 -1
- package/dist/assets/line-icons/icons/hints.js +25 -0
- package/dist/assets/line-icons/icons/hints.js.map +1 -0
- package/dist/assets/line-icons/icons/question-feedback.js +30 -0
- package/dist/assets/line-icons/icons/question-feedback.js.map +1 -0
- package/dist/assets/line-icons/icons/scribble.js +13 -36
- package/dist/assets/line-icons/icons/scribble.js.map +1 -1
- package/dist/assets/line-icons/icons/sticker.js +9 -9
- package/dist/assets/line-icons/icons/sticker.js.map +1 -1
- package/dist/assets/line-icons/icons/teaching-tools.js +40 -0
- package/dist/assets/line-icons/icons/teaching-tools.js.map +1 -0
- package/dist/assets/line-icons/icons/tval-question.js +32 -0
- package/dist/assets/line-icons/icons/tval-question.js.map +1 -0
- package/dist/features/circle-games/hooks/use-circle-sounds/constants.js +4 -7
- package/dist/features/circle-games/hooks/use-circle-sounds/constants.js.map +1 -1
- package/dist/features/circle-games/hooks/use-circle-sounds/helper.js +19 -0
- package/dist/features/circle-games/hooks/use-circle-sounds/helper.js.map +1 -0
- package/dist/features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js +110 -51
- package/dist/features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js.map +1 -1
- package/dist/features/cue-canvas/sidebar/puzzles/api/get-puzzles.js.map +1 -1
- package/dist/features/hooks/use-audio-player.js +54 -0
- package/dist/features/hooks/use-audio-player.js.map +1 -0
- package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js +6 -6
- package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js.map +1 -1
- package/dist/features/journey/hooks/use-home-page-journey/recent-chapters-mock.js +2 -2
- package/dist/features/journey/hooks/use-home-page-journey/recent-chapters-mock.js.map +1 -1
- package/dist/features/journey/mocks/chapter-page-journey-mock-data.js +64 -29
- package/dist/features/journey/mocks/chapter-page-journey-mock-data.js.map +1 -1
- package/dist/features/milestone/milestone-tests/tests-creation/test-stages/test-preview/test-preview.js +9 -9
- package/dist/features/milestone/milestone-tests/tests-creation/test-stages/test-preview/test-preview.js.map +1 -1
- package/dist/features/puzzles/app/puzzle-app-view.js +40 -40
- package/dist/features/puzzles/app/puzzle-app-view.js.map +1 -1
- package/dist/features/ui/tabs/tabs.js +15 -15
- package/dist/features/ui/tabs/tabs.js.map +1 -1
- package/dist/features/worksheet/learnosity-preloader/learnosity-preloader.js +0 -1
- package/dist/features/worksheet/learnosity-preloader/learnosity-preloader.js.map +1 -1
- package/dist/features/worksheet/worksheet/constants.js +12 -13
- package/dist/features/worksheet/worksheet/constants.js.map +1 -1
- package/dist/features/worksheet/worksheet/hooks/use-create-imperative-handle.js +120 -101
- package/dist/features/worksheet/worksheet/hooks/use-create-imperative-handle.js.map +1 -1
- package/dist/features/worksheet/worksheet/hooks/use-worksheet-store.js +1 -1
- package/dist/features/worksheet/worksheet/hooks/use-worksheet-store.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-action-bar/worksheet-action-bar.js +40 -109
- package/dist/features/worksheet/worksheet/worksheet-action-bar/worksheet-action-bar.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-behavior-helper.js +49 -46
- package/dist/features/worksheet/worksheet/worksheet-behavior-helper.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-calculator/worksheet-calculator.js +4 -4
- package/dist/features/worksheet/worksheet/worksheet-calculator/worksheet-calculator.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-helpers.js +127 -274
- package/dist/features/worksheet/worksheet/worksheet-helpers.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-navigation.js +25 -25
- package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-navigation.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-provider.js +1 -1
- package/dist/features/worksheet/worksheet/worksheet-provider.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/subjective-styled.js +17 -22
- package/dist/features/worksheet/worksheet/worksheet-question/subjective-styled.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question-styled.js +25 -29
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question-styled.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +319 -259
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-handle-allow-retry-button-click.js +15 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-handle-allow-retry-button-click.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-handle-back-button-click.js +18 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-handle-back-button-click.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-handle-check-button-click.js +21 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-handle-check-button-click.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-handle-next-button-click.js +19 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-handle-next-button-click.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-handle-ready-button-click.js +34 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-handle-ready-button-click.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-handle-response-change.js +38 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-handle-response-change.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-handle-retry-button-click.js +16 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-handle-retry-button-click.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-handle-skip-button-click.js +35 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-handle-skip-button-click.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-handle-skip-section-button-click.js +12 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-handle-skip-section-button-click.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-handle-start-button-click.js +44 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-handle-start-button-click.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-handle-submit-quiz.js +51 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-handle-submit-quiz.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-handle-validate-button-click.js +19 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-handle-validate-button-click.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-play-validation-audio.js +23 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-play-validation-audio.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-validate-question.js +36 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/hooks/use-validate-question.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/student/controller-lesson-v3.js +184 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/student/controller-lesson-v3.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/student/controller-lesson-v3_1.js +258 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/student/controller-lesson-v3_1.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/student/controller.js +180 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/student/controller.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/teacher/controller-lesson-v3.js +77 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/teacher/controller-lesson-v3.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/teacher/controller-lesson-v3_1.js +103 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/teacher/controller-lesson-v3_1.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/teacher/controller.js +21 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/teacher/controller.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller-view.js +22 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller-view.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js +20 -345
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-questions-tools/questions-toolbar/questions-toolbar-styled.js +49 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-tools/questions-toolbar/questions-toolbar-styled.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-tools/questions-toolbar/questions-toolbar.js +184 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-tools/questions-toolbar/questions-toolbar.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-tools/scribble-switch.js +65 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-tools/scribble-switch.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-tools/worksheet-questions-styled.js +9 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-tools/worksheet-questions-styled.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-tools/worksheet-questions-tools.js +38 -0
- package/dist/features/worksheet/worksheet/worksheet-questions-tools/worksheet-questions-tools.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-sidebar/navigator.js +33 -20
- package/dist/features/worksheet/worksheet/worksheet-sidebar/navigator.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-store/helpers/get-computed-properties.js +73 -0
- package/dist/features/worksheet/worksheet/worksheet-store/helpers/get-computed-properties.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-store/helpers/get-derived-blocker.js +20 -0
- package/dist/features/worksheet/worksheet/worksheet-store/helpers/get-derived-blocker.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-store/helpers/get-last-attemptable-question-index.js +69 -0
- package/dist/features/worksheet/worksheet/worksheet-store/helpers/get-last-attemptable-question-index.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-store/helpers/get-last-unlocked-question-index.js +18 -0
- package/dist/features/worksheet/worksheet/worksheet-store/helpers/get-last-unlocked-question-index.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-store/helpers/get-merged-response-state.js +19 -0
- package/dist/features/worksheet/worksheet/worksheet-store/helpers/get-merged-response-state.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-store/helpers/get-questions-from-items.js +138 -0
- package/dist/features/worksheet/worksheet/worksheet-store/helpers/get-questions-from-items.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-store/helpers/get-renderable-questions.js +9 -0
- package/dist/features/worksheet/worksheet/worksheet-store/helpers/get-renderable-questions.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-store/worksheet-store.js +230 -0
- package/dist/features/worksheet/worksheet/worksheet-store/worksheet-store.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-styled.js +29 -83
- package/dist/features/worksheet/worksheet/worksheet-styled.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-summary-controller/worksheet-summary-controller.js +45 -24
- package/dist/features/worksheet/worksheet/worksheet-summary-controller/worksheet-summary-controller.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-teaching-tools/worksheet-teaching-tools-styled.js +19 -0
- package/dist/features/worksheet/worksheet/worksheet-teaching-tools/worksheet-teaching-tools-styled.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-teaching-tools/worksheet-teaching-tools.js +66 -0
- package/dist/features/worksheet/worksheet/worksheet-teaching-tools/worksheet-teaching-tools.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-types.js +3 -2
- package/dist/features/worksheet/worksheet/worksheet-types.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-view.js +89 -100
- package/dist/features/worksheet/worksheet/worksheet-view.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet.js +126 -117
- package/dist/features/worksheet/worksheet/worksheet.js.map +1 -1
- package/dist/features/worksheet/worksheet-preview/dynamic-worksheet-preview/dynamic-worksheet-preview.js +29 -29
- package/dist/features/worksheet/worksheet-preview/dynamic-worksheet-preview/dynamic-worksheet-preview.js.map +1 -1
- package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js +16 -16
- package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js.map +1 -1
- package/dist/features/worksheet/worksheet-preview/worksheet-preview-view.js +24 -24
- package/dist/features/worksheet/worksheet-preview/worksheet-preview-view.js.map +1 -1
- package/dist/index.d.ts +67 -28
- package/dist/index.js +760 -745
- package/dist/index.js.map +1 -1
- package/dist/types/models/worksheet.js +2 -1
- package/dist/types/models/worksheet.js.map +1 -1
- package/package.json +2 -2
- package/dist/features/hooks/use-audio-player/use-audio-player.js +0 -164
- package/dist/features/hooks/use-audio-player/use-audio-player.js.map +0 -1
- package/dist/features/worksheet/worksheet/question-tips.js +0 -100
- package/dist/features/worksheet/worksheet/question-tips.js.map +0 -1
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/scribble-switch.js +0 -53
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/scribble-switch.js.map +0 -1
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/use-handler-callbacks.js +0 -195
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/use-handler-callbacks.js.map +0 -1
- package/dist/features/worksheet/worksheet/worksheet-sidebar/question-guide.js +0 -112
- package/dist/features/worksheet/worksheet/worksheet-sidebar/question-guide.js.map +0 -1
- package/dist/features/worksheet/worksheet/worksheet-sidebar/sidebar.js +0 -61
- package/dist/features/worksheet/worksheet/worksheet-sidebar/sidebar.js.map +0 -1
- package/dist/features/worksheet/worksheet/worksheet-sidebar/worksheet-sidebar-styled.js +0 -91
- package/dist/features/worksheet/worksheet/worksheet-sidebar/worksheet-sidebar-styled.js.map +0 -1
- package/dist/features/worksheet/worksheet/worksheet-store.js +0 -289
- package/dist/features/worksheet/worksheet/worksheet-store.js.map +0 -1
|
@@ -1,54 +1,58 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { memo as
|
|
3
|
-
import { IMAGES as
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import {
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
|
|
21
|
-
|
|
1
|
+
import { jsxs as E, jsx as o, Fragment as Xe } from "react/jsx-runtime";
|
|
2
|
+
import { memo as Ke, useMemo as $, useState as F, useRef as I, useCallback as Ve, useEffect as v, useLayoutEffect as Ge } from "react";
|
|
3
|
+
import { IMAGES as Ye } from "../../../../assets/images/images.js";
|
|
4
|
+
import Ze from "../../../cue-canvas/cue-canvas.js";
|
|
5
|
+
import Je from "../../../pointer-sync/pointer.js";
|
|
6
|
+
import k from "../../../ui/layout/flex-view.js";
|
|
7
|
+
import xe from "../../../ui/text/text.js";
|
|
8
|
+
import qe from "../../constants/events.js";
|
|
9
|
+
import { QUESTIONS_GAP as et, LEARNOSITY_KEYBOARD_HEIGHT as Ce } from "../constants.js";
|
|
10
|
+
import { useWorksheetStore as tt } from "../hooks/use-worksheet-store.js";
|
|
11
|
+
import { getPaperColorByQuestion as ot, isConceptIntroWidget as it, scrollToQuestion as nt } from "../worksheet-helpers.js";
|
|
12
|
+
import rt from "./header/header.js";
|
|
13
|
+
import st from "./learnosity-question.js";
|
|
14
|
+
import ct from "./question-backdrop/question-backdrop.js";
|
|
15
|
+
import at from "./subjective-review.js";
|
|
16
|
+
import ut from "./system-intros/advanced-practice-intro.js";
|
|
17
|
+
import lt from "./system-intros/basic-practice-intro.js";
|
|
18
|
+
import dt from "./system-intros/exit-ticket-intro.js";
|
|
19
|
+
import mt from "./system-intros/regular-practice-intro.js";
|
|
20
|
+
import { QuestionContainerWrapper as ht, StimulusReview as ft, QuestionContainer as gt, QuestionWrapper as bt, LessonOverviewBanner as pt, Hint as Me, CueCanvasWrapper as Et } from "./worksheet-question-styled.js";
|
|
21
|
+
const Ot = Ke(function({
|
|
22
|
+
question: n,
|
|
22
23
|
response: t,
|
|
23
|
-
nextQuestionId:
|
|
24
|
-
isActive:
|
|
25
|
-
isHidden:
|
|
26
|
-
canRender:
|
|
27
|
-
appended:
|
|
28
|
-
intersectionObserver:
|
|
24
|
+
nextQuestionId: Te,
|
|
25
|
+
isActive: y,
|
|
26
|
+
isHidden: Q,
|
|
27
|
+
canRender: X,
|
|
28
|
+
appended: c,
|
|
29
|
+
intersectionObserver: K
|
|
29
30
|
}) {
|
|
31
|
+
var Se, _e;
|
|
30
32
|
const {
|
|
31
|
-
behavior:
|
|
32
|
-
layout:
|
|
33
|
-
userType:
|
|
34
|
-
responses:
|
|
35
|
-
maxQuestionWidth:
|
|
36
|
-
actionbarHeight:
|
|
37
|
-
worksheetCompleted:
|
|
38
|
-
learnosity:
|
|
39
|
-
onPublishStrokes:
|
|
40
|
-
onReceiveStrokes:
|
|
41
|
-
initialStrokesData:
|
|
42
|
-
onPublishMouseMove:
|
|
43
|
-
onSubscribeMouseMove:
|
|
44
|
-
canResolveDoubt:
|
|
45
|
-
onResolveDoubt:
|
|
46
|
-
userId:
|
|
47
|
-
studentId:
|
|
48
|
-
subjectiveProps:
|
|
49
|
-
loggerRef:
|
|
50
|
-
isScribblingEnabled:
|
|
51
|
-
|
|
33
|
+
behavior: w,
|
|
34
|
+
layout: V,
|
|
35
|
+
userType: a,
|
|
36
|
+
responses: He,
|
|
37
|
+
maxQuestionWidth: G,
|
|
38
|
+
actionbarHeight: Ie,
|
|
39
|
+
worksheetCompleted: D,
|
|
40
|
+
learnosity: x,
|
|
41
|
+
onPublishStrokes: Y,
|
|
42
|
+
onReceiveStrokes: Z,
|
|
43
|
+
initialStrokesData: W,
|
|
44
|
+
onPublishMouseMove: J,
|
|
45
|
+
onSubscribeMouseMove: q,
|
|
46
|
+
canResolveDoubt: ke,
|
|
47
|
+
onResolveDoubt: Qe,
|
|
48
|
+
userId: De,
|
|
49
|
+
studentId: We,
|
|
50
|
+
subjectiveProps: ee,
|
|
51
|
+
loggerRef: B,
|
|
52
|
+
isScribblingEnabled: te,
|
|
53
|
+
inClass: Be,
|
|
54
|
+
setDiscussionQuestionOffset: oe
|
|
55
|
+
} = tt((e) => ({
|
|
52
56
|
behavior: e.behavior,
|
|
53
57
|
layout: e.layout,
|
|
54
58
|
userType: e.userType,
|
|
@@ -68,285 +72,341 @@ const Tt = Ae(function({
|
|
|
68
72
|
studentId: e.studentId,
|
|
69
73
|
subjectiveProps: e.subjectiveProps,
|
|
70
74
|
loggerRef: e.loggerRef,
|
|
71
|
-
isScribblingEnabled: e.scribblingEnabled
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
75
|
+
isScribblingEnabled: e.scribblingEnabled,
|
|
76
|
+
inClass: e.inClass,
|
|
77
|
+
setDiscussionQuestionOffset: e.setDiscussionQuestionOffset
|
|
78
|
+
})), { background: ie = "paper" } = V, C = $(
|
|
79
|
+
() => ie === "paper" ? ot(n) : void 0,
|
|
80
|
+
[ie, n]
|
|
81
|
+
), [h, Pe] = F(), [ne, Ae] = F(), {
|
|
82
|
+
validation: re,
|
|
83
|
+
review: P,
|
|
84
|
+
maximumAttempts: A,
|
|
85
|
+
canExceedAttempts: se,
|
|
86
|
+
teacherValidationEnabled: L,
|
|
87
|
+
teacherDiscussionEnabled: Le
|
|
88
|
+
} = w, { minQuestionHeight: Oe, topOffset: ce, questionsScrollable: ae, renderQuestionHeader: Ne, imageHue: ue } = V, {
|
|
89
|
+
type: b,
|
|
84
90
|
response_id: i,
|
|
85
|
-
stimulus_review:
|
|
91
|
+
stimulus_review: R,
|
|
86
92
|
item_type: m,
|
|
87
|
-
instructor_stimulus:
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
93
|
+
instructor_stimulus: le,
|
|
94
|
+
concept_intro_stimulus: de,
|
|
95
|
+
metadata: { hints: f, widget_reference: me, acknowledgements: Ue },
|
|
96
|
+
item_reference: he,
|
|
97
|
+
question_number: fe,
|
|
98
|
+
item_number: ge,
|
|
99
|
+
item_display_number: be
|
|
100
|
+
} = n, M = m === "overview", l = it(le), g = le === "SystemIntro", O = l || g, pe = t == null ? void 0 : t.responseEdited, N = Le && !!Be && !!Ue && (t == null ? void 0 : t.responseEdited) !== !0 && (t == null ? void 0 : t.score) && ((Se = t.score) == null ? void 0 : Se.score) === ((_e = t.score) == null ? void 0 : _e.max_score), T = t == null ? void 0 : t.discussionQuestionOffset, je = $(() => {
|
|
94
101
|
const e = [];
|
|
95
|
-
return
|
|
102
|
+
return pe && a === "TEACHER" && e.push("attempting"), c || e.push("hidden"), b === "hotspot" && e.push("correct-answers-hidden"), c && L && b === "clozetext" && (!l || a === "STUDENT" ? e.push("response-hidden") : e.push("response-code-hidden")), M && e.push("lesson-overview"), l && e.push("concept-intro"), g && e.push("system-intro"), e.join(" ");
|
|
96
103
|
}, [
|
|
97
|
-
|
|
104
|
+
c,
|
|
98
105
|
l,
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
]),
|
|
106
|
-
if (
|
|
107
|
-
if (
|
|
106
|
+
M,
|
|
107
|
+
g,
|
|
108
|
+
b,
|
|
109
|
+
pe,
|
|
110
|
+
L,
|
|
111
|
+
a
|
|
112
|
+
]), U = I({}), Ee = (t == null ? void 0 : t.hintsUsed) ?? 0, H = I(null), j = I(null), S = I(null), z = $(() => f == null ? void 0 : f.slice(0, Ee), [f, Ee]), ve = $(() => a === "TEACHER" || D ? !0 : !t || !t.response || t.responseEdited ? !1 : re, [t, a, re, D]), ye = $(() => {
|
|
113
|
+
if (a === "TEACHER") return !0;
|
|
114
|
+
if (P) {
|
|
108
115
|
const { attemptsHistory: e } = t ?? {};
|
|
109
|
-
return ((e == null ? void 0 : e.length) ?? 0) >=
|
|
116
|
+
return ((e == null ? void 0 : e.length) ?? 0) >= A && !se;
|
|
110
117
|
}
|
|
111
118
|
return !1;
|
|
112
|
-
}, [
|
|
113
|
-
() => P && E && !ie,
|
|
114
|
-
[ie, P, E]
|
|
115
|
-
), [ge, De] = O({
|
|
119
|
+
}, [se, A, t, P, a]), [Re, ze] = F({
|
|
116
120
|
width: 0,
|
|
117
121
|
height: 0
|
|
118
|
-
}),
|
|
119
|
-
|
|
122
|
+
}), Fe = Ve((e) => {
|
|
123
|
+
Ae(e);
|
|
120
124
|
}, []);
|
|
121
|
-
return
|
|
122
|
-
|
|
123
|
-
}, [
|
|
124
|
-
if (
|
|
125
|
+
return v(() => {
|
|
126
|
+
H.current && K.observe(H.current);
|
|
127
|
+
}, [K]), v(() => {
|
|
128
|
+
if (c && (n.type === "clozeassociation" || n.type === "association" || n.type === "clozeformula")) {
|
|
125
129
|
const e = document.querySelectorAll(
|
|
126
|
-
`.widget-${
|
|
130
|
+
`.widget-${n.response_id} .lrn_draggable`
|
|
127
131
|
);
|
|
128
|
-
let
|
|
132
|
+
let r = 0, s = 0;
|
|
129
133
|
e.forEach((u) => {
|
|
130
|
-
|
|
131
|
-
}),
|
|
132
|
-
width:
|
|
133
|
-
height:
|
|
134
|
+
r = Math.max(r, u.clientWidth + 33), s = Math.max(s, u.clientHeight + 1);
|
|
135
|
+
}), ze({
|
|
136
|
+
width: n.type !== "association" ? r : 0,
|
|
137
|
+
height: s
|
|
134
138
|
});
|
|
135
139
|
}
|
|
136
|
-
}, [
|
|
137
|
-
if (
|
|
138
|
-
const e =
|
|
140
|
+
}, [c, n.response_id, n.type]), v(() => {
|
|
141
|
+
if (c && ve) {
|
|
142
|
+
const e = x.question(i);
|
|
139
143
|
e && e.validate({
|
|
140
|
-
showCorrectAnswers:
|
|
144
|
+
showCorrectAnswers: ye
|
|
141
145
|
});
|
|
142
146
|
}
|
|
143
|
-
}, [
|
|
144
|
-
const e =
|
|
145
|
-
if (
|
|
146
|
-
const
|
|
147
|
-
for (let u = 0; u <
|
|
148
|
-
const d =
|
|
147
|
+
}, [c, x, i, P, ye, a, ve]), v(() => {
|
|
148
|
+
const e = S.current;
|
|
149
|
+
if (c && e && B.current && U.current[i] === void 0 && !l && !g) {
|
|
150
|
+
const r = e.clientWidth, s = e.querySelectorAll("*");
|
|
151
|
+
for (let u = 0; u < s.length; u++) {
|
|
152
|
+
const d = s[u];
|
|
149
153
|
if (d != null && d.closest(".resize-sensor"))
|
|
150
154
|
continue;
|
|
151
|
-
if (((d == null ? void 0 : d.clientWidth) ?? 0) >
|
|
152
|
-
|
|
153
|
-
item_reference:
|
|
154
|
-
widget_reference:
|
|
155
|
-
question_type:
|
|
156
|
-
question_number:
|
|
155
|
+
if (((d == null ? void 0 : d.clientWidth) ?? 0) > r) {
|
|
156
|
+
U.current[i] = !0, B.current(qe.WORKSHEET_V3_GREATER_WIDTH_ELEMENT, {
|
|
157
|
+
item_reference: he,
|
|
158
|
+
widget_reference: me,
|
|
159
|
+
question_type: b,
|
|
160
|
+
question_number: fe,
|
|
157
161
|
responseId: i,
|
|
158
|
-
item_number:
|
|
159
|
-
item_display_number:
|
|
162
|
+
item_number: ge,
|
|
163
|
+
item_display_number: be
|
|
160
164
|
});
|
|
161
165
|
break;
|
|
162
166
|
}
|
|
163
167
|
}
|
|
164
|
-
|
|
168
|
+
U.current[i] = !1;
|
|
165
169
|
}
|
|
166
170
|
}, [
|
|
167
|
-
|
|
171
|
+
c,
|
|
168
172
|
l,
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
173
|
+
g,
|
|
174
|
+
be,
|
|
175
|
+
ge,
|
|
176
|
+
he,
|
|
177
|
+
B,
|
|
178
|
+
b,
|
|
179
|
+
fe,
|
|
176
180
|
i,
|
|
177
|
-
|
|
178
|
-
]),
|
|
179
|
-
const e =
|
|
180
|
-
const u =
|
|
181
|
-
if (
|
|
181
|
+
me
|
|
182
|
+
]), v(() => {
|
|
183
|
+
const e = H.current, r = (s) => {
|
|
184
|
+
const u = s.querySelector(".lrn_response_wrapper");
|
|
185
|
+
if (O || !u)
|
|
182
186
|
return 0;
|
|
183
|
-
const d =
|
|
184
|
-
return
|
|
187
|
+
const d = s.getBoundingClientRect().bottom, _ = u.getBoundingClientRect().bottom, p = Math.abs(d - _);
|
|
188
|
+
return p < Ce ? Ce - p : 0;
|
|
185
189
|
};
|
|
186
|
-
|
|
187
|
-
var
|
|
188
|
-
const
|
|
189
|
-
if (
|
|
190
|
-
return
|
|
191
|
-
if (!
|
|
190
|
+
c && e && Pe((s) => {
|
|
191
|
+
var we;
|
|
192
|
+
const _ = ((we = n.ui_style) == null ? void 0 : we.type) === "floating-keyboard" && !(L && b === "clozetext"), p = e.clientHeight;
|
|
193
|
+
if (p === 0)
|
|
194
|
+
return s;
|
|
195
|
+
if (!s)
|
|
192
196
|
return Math.ceil(
|
|
193
|
-
|
|
197
|
+
p + (_ ? r(e) : 0)
|
|
194
198
|
);
|
|
195
|
-
const
|
|
196
|
-
|
|
199
|
+
const $e = Math.ceil(
|
|
200
|
+
p + (_ ? r(e) : 0)
|
|
197
201
|
);
|
|
198
|
-
return Math.abs(
|
|
199
|
-
}),
|
|
200
|
-
}),
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
202
|
+
return Math.abs($e - s) > 4 ? $e : s;
|
|
203
|
+
}), x.renderMath("mathjax");
|
|
204
|
+
}), v(() => {
|
|
205
|
+
if (a === "STUDENT" && N && j.current && S.current && !T && h) {
|
|
206
|
+
const e = S.current.getBoundingClientRect(), r = j.current.getBoundingClientRect();
|
|
207
|
+
oe(
|
|
208
|
+
i,
|
|
209
|
+
h - (r.y - e.y + r.height)
|
|
210
|
+
);
|
|
211
|
+
}
|
|
212
|
+
}, [
|
|
213
|
+
h,
|
|
214
|
+
N,
|
|
215
|
+
n,
|
|
216
|
+
a,
|
|
217
|
+
T,
|
|
218
|
+
i,
|
|
219
|
+
oe
|
|
220
|
+
]), Ge(() => {
|
|
221
|
+
!ae && !Q && nt(i);
|
|
222
|
+
}, [Q, ae, i, ce]), /* @__PURE__ */ E(
|
|
223
|
+
ht,
|
|
204
224
|
{
|
|
205
225
|
"data-response-id": i,
|
|
206
226
|
className: `widget-${i}`,
|
|
207
|
-
ref:
|
|
208
|
-
$topOffset:
|
|
209
|
-
$flexDirection:
|
|
210
|
-
$alignItems:
|
|
211
|
-
$hidden:
|
|
212
|
-
$marginBottom:
|
|
227
|
+
ref: H,
|
|
228
|
+
$topOffset: ce,
|
|
229
|
+
$flexDirection: R ? "row" : "column",
|
|
230
|
+
$alignItems: R ? "flex-start" : "center",
|
|
231
|
+
$hidden: Q,
|
|
232
|
+
$marginBottom: et,
|
|
213
233
|
children: [
|
|
214
|
-
|
|
215
|
-
|
|
234
|
+
R && /* @__PURE__ */ o(
|
|
235
|
+
ft,
|
|
216
236
|
{
|
|
217
237
|
dangerouslySetInnerHTML: {
|
|
218
|
-
__html:
|
|
238
|
+
__html: R
|
|
219
239
|
}
|
|
220
240
|
}
|
|
221
241
|
),
|
|
222
|
-
/* @__PURE__ */
|
|
223
|
-
|
|
242
|
+
/* @__PURE__ */ E(
|
|
243
|
+
gt,
|
|
224
244
|
{
|
|
225
|
-
ref:
|
|
226
|
-
$width:
|
|
227
|
-
$minHeight:
|
|
228
|
-
$isActive:
|
|
229
|
-
$paperColor:
|
|
230
|
-
$opacity:
|
|
231
|
-
$imageHue:
|
|
245
|
+
ref: S,
|
|
246
|
+
$width: R ? "50%" : `${G}px`,
|
|
247
|
+
$minHeight: h ? Math.max(h, ne ?? 0) : Oe,
|
|
248
|
+
$isActive: y,
|
|
249
|
+
$paperColor: C,
|
|
250
|
+
$opacity: y ? 1 : 0.2,
|
|
251
|
+
$imageHue: ue,
|
|
232
252
|
children: [
|
|
233
|
-
|
|
234
|
-
|
|
253
|
+
y && !!J && !!q && !!w.canvasEnabled && /* @__PURE__ */ o(
|
|
254
|
+
Je,
|
|
235
255
|
{
|
|
236
|
-
containerRef:
|
|
237
|
-
onPublish:
|
|
238
|
-
onSubscribe:
|
|
256
|
+
containerRef: S,
|
|
257
|
+
onPublish: J,
|
|
258
|
+
onSubscribe: q,
|
|
239
259
|
responseId: i
|
|
240
260
|
}
|
|
241
261
|
),
|
|
242
|
-
/* @__PURE__ */
|
|
243
|
-
|
|
262
|
+
/* @__PURE__ */ E(
|
|
263
|
+
bt,
|
|
244
264
|
{
|
|
245
|
-
className:
|
|
246
|
-
$dropzoneMinWidth:
|
|
247
|
-
$dropzoneMinHeight:
|
|
265
|
+
className: je,
|
|
266
|
+
$dropzoneMinWidth: Re.width,
|
|
267
|
+
$dropzoneMinHeight: Re.height,
|
|
248
268
|
children: [
|
|
249
|
-
|
|
250
|
-
|
|
269
|
+
de && /* @__PURE__ */ o(
|
|
270
|
+
k,
|
|
251
271
|
{
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
272
|
+
style: {
|
|
273
|
+
borderRadius: "8px 8px 0 0"
|
|
274
|
+
},
|
|
275
|
+
$gutterX: 2.5,
|
|
276
|
+
$gapX: 1.5,
|
|
277
|
+
$justifyContent: "center",
|
|
278
|
+
$alignItems: "center",
|
|
279
|
+
$background: "BLUE_3",
|
|
280
|
+
children: /* @__PURE__ */ o(
|
|
281
|
+
xe,
|
|
282
|
+
{
|
|
283
|
+
$renderAs: "ab2-bold",
|
|
284
|
+
dangerouslySetInnerHTML: {
|
|
285
|
+
__html: de
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
)
|
|
260
289
|
}
|
|
261
290
|
),
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
f ? /* @__PURE__ */ I(Le, { children: [
|
|
265
|
-
m === "practice-basic" && /* @__PURE__ */ o(et, {}),
|
|
266
|
-
m === "practice-regular" && /* @__PURE__ */ o(ot, {}),
|
|
267
|
-
m === "exit-ticket" && /* @__PURE__ */ o(tt, {}),
|
|
268
|
-
(m == null ? void 0 : m.startsWith("advanced-")) && /* @__PURE__ */ o(qe, {})
|
|
269
|
-
] }) : void 0,
|
|
270
|
-
/* @__PURE__ */ o(
|
|
271
|
-
Ye,
|
|
291
|
+
Ne && !(M || l || g) && /* @__PURE__ */ o(
|
|
292
|
+
rt,
|
|
272
293
|
{
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
imageHue: se,
|
|
282
|
-
isPuzzle: Q === -2
|
|
294
|
+
question: n,
|
|
295
|
+
response: t,
|
|
296
|
+
behavior: w,
|
|
297
|
+
paperColor: C,
|
|
298
|
+
actionbarHeight: Ie,
|
|
299
|
+
canResolveDoubt: ke,
|
|
300
|
+
onResolveDoubt: Qe,
|
|
301
|
+
worksheetCompleted: D
|
|
283
302
|
}
|
|
284
303
|
),
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
onPublish: V,
|
|
296
|
-
onSubscribe: X,
|
|
297
|
-
userId: He,
|
|
298
|
-
initialData: x == null ? void 0 : x[i],
|
|
299
|
-
userType: c
|
|
300
|
-
}
|
|
301
|
-
) }),
|
|
302
|
-
!L && N && N.length > 0 && /* @__PURE__ */ o(
|
|
303
|
-
Se,
|
|
304
|
+
M && /* @__PURE__ */ o(pt, { src: Ye.LESSON_OVERVIEW_BANNER }),
|
|
305
|
+
l && C && /* @__PURE__ */ o(ct, { paperColor: C }),
|
|
306
|
+
g ? /* @__PURE__ */ E(Xe, { children: [
|
|
307
|
+
(m === "practice" || m === "practice-basic") && /* @__PURE__ */ o(lt, {}),
|
|
308
|
+
m === "practice-regular" && /* @__PURE__ */ o(mt, {}),
|
|
309
|
+
m === "exit-ticket" && /* @__PURE__ */ o(dt, {}),
|
|
310
|
+
(m == null ? void 0 : m.startsWith("advanced-")) && /* @__PURE__ */ o(ut, {})
|
|
311
|
+
] }) : void 0,
|
|
312
|
+
/* @__PURE__ */ E(
|
|
313
|
+
k,
|
|
304
314
|
{
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
+
ref: j,
|
|
316
|
+
style: {
|
|
317
|
+
padding: "15px 15px 55px 15px"
|
|
318
|
+
},
|
|
319
|
+
children: [
|
|
320
|
+
/* @__PURE__ */ o(
|
|
321
|
+
st,
|
|
322
|
+
{
|
|
323
|
+
appended: c,
|
|
324
|
+
question: n,
|
|
325
|
+
response: t == null ? void 0 : t.response,
|
|
326
|
+
canRender: X || y,
|
|
327
|
+
learnosity: x,
|
|
328
|
+
canForceAppend: a === "TEACHER",
|
|
329
|
+
isConceptIntro: l,
|
|
330
|
+
simState: t == null ? void 0 : t.simState,
|
|
331
|
+
imageHue: ue,
|
|
332
|
+
isPuzzle: A === -2
|
|
333
|
+
}
|
|
334
|
+
),
|
|
335
|
+
!O && z && z.length > 0 && /* @__PURE__ */ o(
|
|
336
|
+
k,
|
|
337
|
+
{
|
|
338
|
+
$background: "BLUE_1",
|
|
339
|
+
$gutterX: 1,
|
|
340
|
+
$gapX: 0.5,
|
|
341
|
+
$borderRadiusX: 0,
|
|
342
|
+
$borderColor: "BLUE_2",
|
|
343
|
+
children: z.map((e, r) => /* @__PURE__ */ o(
|
|
344
|
+
Me,
|
|
345
|
+
{
|
|
346
|
+
dangerouslySetInnerHTML: {
|
|
347
|
+
__html: `<span style="color: #DA5107; font-weight: 600;">Hint${((f == null ? void 0 : f.length) ?? 0) > 1 ? ` ${r + 1}` : ""}:</span> ${e}`
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
e
|
|
351
|
+
))
|
|
315
352
|
}
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
353
|
+
),
|
|
354
|
+
!!ee && /* @__PURE__ */ o(
|
|
355
|
+
at,
|
|
356
|
+
{
|
|
357
|
+
responses: He,
|
|
358
|
+
response: t,
|
|
359
|
+
nextQuestionId: Te,
|
|
360
|
+
responseId: i,
|
|
361
|
+
studentId: We,
|
|
362
|
+
...ee
|
|
363
|
+
}
|
|
364
|
+
)
|
|
365
|
+
]
|
|
319
366
|
}
|
|
320
367
|
),
|
|
321
|
-
|
|
322
|
-
|
|
368
|
+
N && n.metadata.acknowledgements && T && /* @__PURE__ */ E(
|
|
369
|
+
k,
|
|
323
370
|
{
|
|
324
|
-
$background: "
|
|
371
|
+
$background: "BLUE_3",
|
|
372
|
+
$gapX: 1.5,
|
|
325
373
|
$gutterX: 1,
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
374
|
+
style: {
|
|
375
|
+
marginTop: T ?? 0,
|
|
376
|
+
paddingBottom: 55,
|
|
377
|
+
flexGrow: 2,
|
|
378
|
+
borderRadius: "0 0 8px 8px"
|
|
379
|
+
},
|
|
380
|
+
children: [
|
|
381
|
+
/* @__PURE__ */ o(xe, { $renderAs: "ac3-black", $marginBottomX: 1, children: "Discuss with Tutor" }),
|
|
382
|
+
/* @__PURE__ */ o(
|
|
383
|
+
Me,
|
|
384
|
+
{
|
|
385
|
+
dangerouslySetInnerHTML: {
|
|
386
|
+
__html: n.metadata.acknowledgements
|
|
387
|
+
}
|
|
334
388
|
}
|
|
335
|
-
|
|
336
|
-
|
|
389
|
+
)
|
|
390
|
+
]
|
|
337
391
|
}
|
|
338
392
|
),
|
|
339
|
-
!!Z && /* @__PURE__ */ o(
|
|
340
|
-
|
|
393
|
+
!O && !!w.canvasEnabled && Y && Z && h !== void 0 && /* @__PURE__ */ o(Et, { $canScribble: te, children: /* @__PURE__ */ o(
|
|
394
|
+
Ze,
|
|
341
395
|
{
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
396
|
+
canRender: X,
|
|
397
|
+
canScribble: te && y,
|
|
398
|
+
appended: c,
|
|
399
|
+
canvasId: i,
|
|
400
|
+
width: G,
|
|
401
|
+
height: Math.max(h, ne ?? 0),
|
|
402
|
+
onUpdateHeight: Fe,
|
|
403
|
+
onPublish: Y,
|
|
404
|
+
onSubscribe: Z,
|
|
405
|
+
userId: De,
|
|
406
|
+
initialData: W == null ? void 0 : W[i],
|
|
407
|
+
userType: a
|
|
348
408
|
}
|
|
349
|
-
)
|
|
409
|
+
) })
|
|
350
410
|
]
|
|
351
411
|
}
|
|
352
412
|
)
|
|
@@ -358,6 +418,6 @@ const Tt = Ae(function({
|
|
|
358
418
|
);
|
|
359
419
|
});
|
|
360
420
|
export {
|
|
361
|
-
|
|
421
|
+
Ot as default
|
|
362
422
|
};
|
|
363
423
|
//# sourceMappingURL=worksheet-question.js.map
|