@cuemath/leap 2.8.25-asg2 → 2.8.25-link.1
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/features/trial-session/trial-session-view.js +85 -75
- package/dist/features/trial-session/trial-session-view.js.map +1 -1
- package/dist/features/worksheet/constants/events.js +1 -2
- package/dist/features/worksheet/constants/events.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +219 -250
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet.js +32 -33
- package/dist/features/worksheet/worksheet/worksheet.js.map +1 -1
- package/package.json +2 -3
@@ -1,342 +1,311 @@
|
|
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
|
-
|
19
|
-
const Le = Ut(
|
1
|
+
import { jsxs as M, jsx as i, Fragment as Ot } from "react/jsx-runtime";
|
2
|
+
import { memo as Tt, useMemo as p, useState as W, useRef as pt, useCallback as Nt, useEffect as $, useLayoutEffect as Qt } from "react";
|
3
|
+
import { IMAGES as Ft } from "../../../../assets/images/images.js";
|
4
|
+
import Ut from "../../../cue-canvas/cue-canvas.js";
|
5
|
+
import zt from "../../../pointer-sync/pointer.js";
|
6
|
+
import $t from "../../../ui/layout/flex-view.js";
|
7
|
+
import { QUESTIONS_GAP as Xt, LEARNOSITY_KEYBOARD_HEIGHT as Et } from "../constants.js";
|
8
|
+
import { getPaperColorByQuestion as Dt, isConceptIntroWidget as Kt, scrollToQuestion as Rt } from "../worksheet-helpers.js";
|
9
|
+
import Pt from "./header/header.js";
|
10
|
+
import jt from "./learnosity-question.js";
|
11
|
+
import Vt from "./question-backdrop/question-backdrop.js";
|
12
|
+
import Yt from "./subjective-review.js";
|
13
|
+
import Gt from "./system-intros/advanced-practice-intro.js";
|
14
|
+
import Zt from "./system-intros/basic-practice-intro.js";
|
15
|
+
import Jt from "./system-intros/exit-ticket-intro.js";
|
16
|
+
import kt from "./system-intros/regular-practice-intro.js";
|
17
|
+
import { QuestionContainerWrapper as qt, StimulusReview as to, QuestionContainer as oo, QuestionWrapper as io, LessonOverviewBanner as ro, CueCanvasWrapper as eo, Hint as no, Solution as co } from "./worksheet-question-styled.js";
|
18
|
+
const So = Tt(
|
20
19
|
({
|
21
|
-
userType:
|
22
|
-
signedRequest:
|
20
|
+
userType: e,
|
21
|
+
signedRequest: _t,
|
23
22
|
worksheetCompleted: m,
|
24
|
-
question:
|
25
|
-
response:
|
26
|
-
nextQuestionId:
|
23
|
+
question: r,
|
24
|
+
response: o,
|
25
|
+
nextQuestionId: E,
|
27
26
|
isActive: R,
|
28
|
-
isHidden:
|
29
|
-
canRender:
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
subjectiveProps: rt
|
27
|
+
isHidden: A,
|
28
|
+
canRender: Q,
|
29
|
+
appended: c,
|
30
|
+
maxQuestionWidth: F,
|
31
|
+
behavior: U,
|
32
|
+
layout: z,
|
33
|
+
actionbarHeight: vt,
|
34
|
+
learnosity: _,
|
35
|
+
intersectionObserver: X,
|
36
|
+
background: D = "paper",
|
37
|
+
onMarkForReview: wt,
|
38
|
+
userId: Ht,
|
39
|
+
onPublishStrokes: K,
|
40
|
+
onReceiveStrokes: P,
|
41
|
+
isScribblingEnabled: j,
|
42
|
+
initialStrokesData: O,
|
43
|
+
isCanvasEnabled: V,
|
44
|
+
onPublishMouseMove: Y,
|
45
|
+
onSubscribeMouseMove: G,
|
46
|
+
setActiveQuestionId: Z,
|
47
|
+
canResolveDoubt: Ct,
|
48
|
+
onResolveDoubt: St,
|
49
|
+
studentId: bt,
|
50
|
+
responses: Bt,
|
51
|
+
subjectiveProps: J
|
54
52
|
}) => {
|
55
53
|
const C = p(
|
56
|
-
() =>
|
57
|
-
[
|
58
|
-
), [
|
59
|
-
validation:
|
60
|
-
review:
|
61
|
-
maximumAttempts:
|
62
|
-
canExceedAttempts:
|
63
|
-
teacherValidationEnabled:
|
64
|
-
solutionHidden:
|
65
|
-
} =
|
66
|
-
type:
|
67
|
-
response_id:
|
68
|
-
stimulus_review:
|
69
|
-
item_type:
|
70
|
-
instructor_stimulus:
|
71
|
-
metadata: { hints:
|
72
|
-
|
73
|
-
question_number: ft
|
74
|
-
} = n, ht = !!E, y = u === "overview", h = Zt(lt), S = lt === "SystemIntro", dt = h || S, gt = e == null ? void 0 : e.responseEdited, Ot = p(() => {
|
54
|
+
() => D === "paper" ? Dt(r) : void 0,
|
55
|
+
[D, r]
|
56
|
+
), [S, xt] = W(), [k, yt] = W(), {
|
57
|
+
validation: q,
|
58
|
+
review: T,
|
59
|
+
maximumAttempts: tt,
|
60
|
+
canExceedAttempts: ot,
|
61
|
+
teacherValidationEnabled: v,
|
62
|
+
solutionHidden: it
|
63
|
+
} = U, { minQuestionHeight: Lt, topOffset: rt, questionsScrollable: b } = z, {
|
64
|
+
type: B,
|
65
|
+
response_id: a,
|
66
|
+
stimulus_review: u,
|
67
|
+
item_type: l,
|
68
|
+
instructor_stimulus: et,
|
69
|
+
metadata: { hints: h, solution: w }
|
70
|
+
} = r, nt = !!u, x = l === "overview", f = Kt(et), H = et === "SystemIntro", ct = f || H, at = o == null ? void 0 : o.responseEdited, It = p(() => {
|
75
71
|
const t = [];
|
76
|
-
return
|
72
|
+
return at && e === "TEACHER" && t.push("attempting"), c || t.push("hidden"), B === "hotspot" && t.push("correct-answers-hidden"), c && v && B === "clozetext" && (!f || e === "STUDENT" ? t.push("response-hidden") : t.push("response-code-hidden")), x && t.push("lesson-overview"), f && t.push("concept-intro"), H && t.push("system-intro"), t.join(" ");
|
77
73
|
}, [
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
]),
|
87
|
-
if (
|
88
|
-
if (
|
89
|
-
const { attemptsHistory: t } =
|
90
|
-
return ((t == null ? void 0 : t.length) ?? 0) >=
|
74
|
+
c,
|
75
|
+
f,
|
76
|
+
x,
|
77
|
+
H,
|
78
|
+
B,
|
79
|
+
at,
|
80
|
+
v,
|
81
|
+
e
|
82
|
+
]), y = (o == null ? void 0 : o.hintsUsed) ?? 0, [st] = W((o == null ? void 0 : o.validatedByTeacher) ?? !1), L = pt(null), mt = pt(null), N = p(() => h == null ? void 0 : h.slice(0, y), [h, y]), lt = p(() => e === "TEACHER" || m ? !0 : !o || !o.response || o.responseEdited ? !1 : q, [o, e, q, m]), ht = p(() => {
|
83
|
+
if (e === "TEACHER") return !0;
|
84
|
+
if (T) {
|
85
|
+
const { attemptsHistory: t } = o ?? {};
|
86
|
+
return ((t == null ? void 0 : t.length) ?? 0) >= tt && !ot;
|
91
87
|
}
|
92
88
|
return !1;
|
93
|
-
}, [
|
94
|
-
() =>
|
95
|
-
[
|
96
|
-
), [
|
89
|
+
}, [ot, tt, o, T, e]), Mt = p(
|
90
|
+
() => w && m && !it,
|
91
|
+
[it, w, m]
|
92
|
+
), [ft, Wt] = W({
|
97
93
|
width: 0,
|
98
94
|
height: 0
|
99
|
-
}),
|
100
|
-
|
95
|
+
}), At = Nt((t) => {
|
96
|
+
yt(t);
|
101
97
|
}, []);
|
102
|
-
return
|
103
|
-
L.current &&
|
104
|
-
}, [
|
105
|
-
if (
|
98
|
+
return $(() => {
|
99
|
+
L.current && X.observe(L.current);
|
100
|
+
}, [X]), $(() => {
|
101
|
+
if (c && (r.type === "clozeassociation" || r.type === "association" || r.type === "clozeformula")) {
|
106
102
|
const t = document.querySelectorAll(
|
107
|
-
`.widget-${
|
103
|
+
`.widget-${r.response_id} .lrn_draggable`
|
108
104
|
);
|
109
|
-
let s = 0,
|
110
|
-
t.forEach((
|
111
|
-
s = Math.max(s,
|
112
|
-
}),
|
113
|
-
width:
|
114
|
-
height:
|
105
|
+
let s = 0, n = 0;
|
106
|
+
t.forEach((d) => {
|
107
|
+
s = Math.max(s, d.clientWidth + 33), n = Math.max(n, d.clientHeight + 1);
|
108
|
+
}), Wt({
|
109
|
+
width: r.type !== "association" ? s : 0,
|
110
|
+
height: n
|
115
111
|
});
|
116
112
|
}
|
117
|
-
}, [
|
118
|
-
if (
|
119
|
-
const t =
|
113
|
+
}, [c, r.response_id, r.type]), $(() => {
|
114
|
+
if (c && lt) {
|
115
|
+
const t = _.question(a);
|
120
116
|
t && t.validate({
|
121
|
-
showCorrectAnswers:
|
117
|
+
showCorrectAnswers: ht
|
122
118
|
});
|
123
119
|
}
|
124
|
-
}, [
|
125
|
-
const t =
|
126
|
-
|
127
|
-
|
128
|
-
for (let l = 0; l < i.length; l++) {
|
129
|
-
const b = i[l];
|
130
|
-
if (b && b.clientWidth > s) {
|
131
|
-
F.current[o] = !0, O.current(jt.WORKSHEET_V3_GREATER_WIDTH_ELEMENT, {
|
132
|
-
item_reference: ut,
|
133
|
-
widget_reference: mt,
|
134
|
-
question_type: g,
|
135
|
-
question_number: ft,
|
136
|
-
responseId: o
|
137
|
-
});
|
138
|
-
break;
|
139
|
-
}
|
140
|
-
}
|
141
|
-
F.current[o] = !1;
|
142
|
-
}
|
143
|
-
}, [
|
144
|
-
a,
|
145
|
-
ut,
|
146
|
-
O,
|
147
|
-
g,
|
148
|
-
ft,
|
149
|
-
o,
|
150
|
-
mt
|
151
|
-
]), d(() => {
|
152
|
-
const t = L.current, s = (i) => {
|
153
|
-
const l = i.querySelector(".lrn_response_wrapper");
|
154
|
-
if (!l)
|
120
|
+
}, [c, _, a, T, ht, e, lt]), $(() => {
|
121
|
+
const t = L.current, s = (n) => {
|
122
|
+
const d = n.querySelector(".lrn_response_wrapper");
|
123
|
+
if (!d)
|
155
124
|
return 0;
|
156
|
-
const
|
157
|
-
return
|
125
|
+
const ut = n.getBoundingClientRect().bottom, I = d.getBoundingClientRect().bottom, g = Math.abs(ut - I);
|
126
|
+
return g < Et ? Et - g : 0;
|
158
127
|
};
|
159
|
-
|
160
|
-
var
|
161
|
-
const
|
162
|
-
if (
|
163
|
-
return
|
164
|
-
if (!
|
128
|
+
c && t && xt((n) => {
|
129
|
+
var gt;
|
130
|
+
const I = ((gt = r.ui_style) == null ? void 0 : gt.type) === "floating-keyboard" && !(v && B === "clozetext"), g = t.clientHeight;
|
131
|
+
if (g === 0)
|
132
|
+
return n;
|
133
|
+
if (!n)
|
165
134
|
return Math.ceil(
|
166
|
-
|
135
|
+
g + (I ? s(t) : 0)
|
167
136
|
);
|
168
|
-
const
|
169
|
-
|
137
|
+
const dt = Math.ceil(
|
138
|
+
g + (I ? s(t) : 0)
|
170
139
|
);
|
171
|
-
return Math.abs(
|
140
|
+
return Math.abs(dt - n) > 4 ? dt : n;
|
172
141
|
});
|
173
|
-
}),
|
174
|
-
!
|
175
|
-
}, [
|
176
|
-
(
|
177
|
-
}, [
|
178
|
-
if (
|
142
|
+
}), Qt(() => {
|
143
|
+
!b && !A && Rt(a);
|
144
|
+
}, [A, b, a, rt]), $(() => {
|
145
|
+
(y || nt || w && m) && _.renderMath("mathjax");
|
146
|
+
}, [nt, y, _, w, m]), $(() => {
|
147
|
+
if (v && E && !st && (o != null && o.validatedByTeacher)) {
|
179
148
|
const t = setTimeout(() => {
|
180
|
-
|
149
|
+
b ? Rt(E) : Z(E);
|
181
150
|
}, 1e3);
|
182
151
|
return () => {
|
183
152
|
clearTimeout(t);
|
184
153
|
};
|
185
154
|
}
|
186
155
|
}, [
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
]), /* @__PURE__ */
|
194
|
-
|
156
|
+
E,
|
157
|
+
v,
|
158
|
+
st,
|
159
|
+
b,
|
160
|
+
Z,
|
161
|
+
o == null ? void 0 : o.validatedByTeacher
|
162
|
+
]), /* @__PURE__ */ M(
|
163
|
+
qt,
|
195
164
|
{
|
196
|
-
"data-response-id":
|
197
|
-
className: `widget-${
|
165
|
+
"data-response-id": a,
|
166
|
+
className: `widget-${a}`,
|
198
167
|
ref: L,
|
199
|
-
$topOffset:
|
200
|
-
$flexDirection:
|
201
|
-
$alignItems:
|
202
|
-
$hidden:
|
203
|
-
$marginBottom:
|
168
|
+
$topOffset: rt,
|
169
|
+
$flexDirection: u ? "row" : "column",
|
170
|
+
$alignItems: u ? "flex-start" : "center",
|
171
|
+
$hidden: A,
|
172
|
+
$marginBottom: Xt,
|
204
173
|
children: [
|
205
|
-
|
206
|
-
|
174
|
+
u && /* @__PURE__ */ i(
|
175
|
+
to,
|
207
176
|
{
|
208
177
|
dangerouslySetInnerHTML: {
|
209
|
-
__html:
|
178
|
+
__html: u
|
210
179
|
}
|
211
180
|
}
|
212
181
|
),
|
213
|
-
/* @__PURE__ */
|
214
|
-
|
182
|
+
/* @__PURE__ */ M(
|
183
|
+
oo,
|
215
184
|
{
|
216
|
-
ref:
|
217
|
-
$width:
|
218
|
-
$minHeight:
|
185
|
+
ref: mt,
|
186
|
+
$width: u ? "50%" : `${F}px`,
|
187
|
+
$minHeight: S ? Math.max(S - 72, k ?? 0) : Lt,
|
219
188
|
$isActive: R,
|
220
189
|
$paperColor: C,
|
221
190
|
$opacity: R ? 1 : 0.2,
|
222
191
|
children: [
|
223
|
-
R && !!
|
224
|
-
|
192
|
+
R && !!Y && !!G && V && /* @__PURE__ */ i(
|
193
|
+
zt,
|
225
194
|
{
|
226
|
-
containerRef:
|
227
|
-
onPublish:
|
228
|
-
onSubscribe:
|
229
|
-
responseId:
|
195
|
+
containerRef: mt,
|
196
|
+
onPublish: Y,
|
197
|
+
onSubscribe: G,
|
198
|
+
responseId: a
|
230
199
|
}
|
231
200
|
),
|
232
|
-
/* @__PURE__ */
|
233
|
-
|
201
|
+
/* @__PURE__ */ M(
|
202
|
+
io,
|
234
203
|
{
|
235
|
-
className:
|
236
|
-
$dropzoneMinWidth:
|
237
|
-
$dropzoneMinHeight:
|
204
|
+
className: It,
|
205
|
+
$dropzoneMinWidth: ft.width,
|
206
|
+
$dropzoneMinHeight: ft.height,
|
238
207
|
children: [
|
239
|
-
!(
|
240
|
-
|
208
|
+
!(x || f || H) && /* @__PURE__ */ i(
|
209
|
+
Pt,
|
241
210
|
{
|
242
|
-
userType:
|
243
|
-
question:
|
244
|
-
response:
|
245
|
-
behavior:
|
246
|
-
layout:
|
211
|
+
userType: e,
|
212
|
+
question: r,
|
213
|
+
response: o,
|
214
|
+
behavior: U,
|
215
|
+
layout: z,
|
247
216
|
paperColor: C,
|
248
|
-
onMarkForReview:
|
249
|
-
actionbarHeight:
|
250
|
-
canResolveDoubt:
|
251
|
-
onResolveDoubt:
|
217
|
+
onMarkForReview: wt,
|
218
|
+
actionbarHeight: vt,
|
219
|
+
canResolveDoubt: Ct,
|
220
|
+
onResolveDoubt: St,
|
252
221
|
worksheetCompleted: m
|
253
222
|
}
|
254
223
|
),
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
(
|
224
|
+
x && /* @__PURE__ */ i(ro, { src: Ft.LESSON_OVERVIEW_BANNER }),
|
225
|
+
f && C && /* @__PURE__ */ i(Vt, { paperColor: C }),
|
226
|
+
H ? /* @__PURE__ */ M(Ot, { children: [
|
227
|
+
l === "practice-basic" && /* @__PURE__ */ i(Zt, {}),
|
228
|
+
l === "practice-regular" && /* @__PURE__ */ i(kt, {}),
|
229
|
+
l === "exit-ticket" && /* @__PURE__ */ i(Jt, {}),
|
230
|
+
(l == null ? void 0 : l.startsWith("advanced-")) && /* @__PURE__ */ i(Gt, {})
|
262
231
|
] }) : void 0,
|
263
|
-
/* @__PURE__ */
|
264
|
-
|
232
|
+
/* @__PURE__ */ i(
|
233
|
+
jt,
|
265
234
|
{
|
266
|
-
signedRequest:
|
267
|
-
appended:
|
268
|
-
question:
|
269
|
-
response:
|
270
|
-
canRender:
|
271
|
-
learnosity:
|
272
|
-
canForceAppend:
|
273
|
-
isConceptIntro:
|
235
|
+
signedRequest: _t,
|
236
|
+
appended: c,
|
237
|
+
question: r,
|
238
|
+
response: o == null ? void 0 : o.response,
|
239
|
+
canRender: Q || R,
|
240
|
+
learnosity: _,
|
241
|
+
canForceAppend: e === "TEACHER",
|
242
|
+
isConceptIntro: f
|
274
243
|
}
|
275
244
|
),
|
276
|
-
!
|
277
|
-
|
245
|
+
!ct && V && K && P && S !== void 0 && /* @__PURE__ */ i(eo, { $canScribble: j, children: /* @__PURE__ */ i(
|
246
|
+
Ut,
|
278
247
|
{
|
279
|
-
canRender:
|
280
|
-
canScribble:
|
281
|
-
appended:
|
282
|
-
responseId:
|
283
|
-
width:
|
284
|
-
height: Math.max(
|
285
|
-
onUpdateHeight:
|
286
|
-
onPublish:
|
287
|
-
onSubscribe:
|
288
|
-
userId:
|
289
|
-
initialData:
|
290
|
-
userType:
|
248
|
+
canRender: Q,
|
249
|
+
canScribble: j && R,
|
250
|
+
appended: c,
|
251
|
+
responseId: a,
|
252
|
+
width: F,
|
253
|
+
height: Math.max(S, k ?? 0),
|
254
|
+
onUpdateHeight: At,
|
255
|
+
onPublish: K,
|
256
|
+
onSubscribe: P,
|
257
|
+
userId: Ht,
|
258
|
+
initialData: O == null ? void 0 : O[a],
|
259
|
+
userType: e
|
291
260
|
}
|
292
261
|
) }),
|
293
|
-
!
|
294
|
-
|
262
|
+
!ct && N && N.length > 0 && /* @__PURE__ */ i(
|
263
|
+
$t,
|
295
264
|
{
|
296
265
|
$background: "BLUE_1",
|
297
266
|
$gutterX: 1,
|
298
267
|
$gapX: 0.5,
|
299
268
|
$borderRadiusX: 0,
|
300
269
|
$borderColor: "BLUE_2",
|
301
|
-
children:
|
302
|
-
|
270
|
+
children: N.map((t, s) => /* @__PURE__ */ i(
|
271
|
+
no,
|
303
272
|
{
|
304
273
|
dangerouslySetInnerHTML: {
|
305
|
-
__html: `<span style="color: #DA5107; font-weight: 600;">Hint${((
|
274
|
+
__html: `<span style="color: #DA5107; font-weight: 600;">Hint${((h == null ? void 0 : h.length) ?? 0) > 1 ? ` ${s + 1}` : ""}:</span> ${t}`
|
306
275
|
}
|
307
276
|
},
|
308
277
|
t
|
309
278
|
))
|
310
279
|
}
|
311
280
|
),
|
312
|
-
|
313
|
-
|
281
|
+
Mt && /* @__PURE__ */ i(
|
282
|
+
$t,
|
314
283
|
{
|
315
284
|
$background: "YELLOW_1",
|
316
285
|
$gutterX: 1,
|
317
286
|
$gapX: 0.875,
|
318
287
|
$borderRadiusX: 0,
|
319
288
|
$borderColor: "YELLOW_2",
|
320
|
-
children: /* @__PURE__ */
|
321
|
-
|
289
|
+
children: /* @__PURE__ */ i(
|
290
|
+
co,
|
322
291
|
{
|
323
292
|
dangerouslySetInnerHTML: {
|
324
|
-
__html: `<div style="color: #DA5107; font-weight: 600;">Solution:</div>${
|
293
|
+
__html: `<div style="color: #DA5107; font-weight: 600;">Solution:</div>${w}`
|
325
294
|
}
|
326
295
|
}
|
327
296
|
)
|
328
297
|
}
|
329
298
|
),
|
330
|
-
!!
|
331
|
-
|
299
|
+
!!J && /* @__PURE__ */ i(
|
300
|
+
Yt,
|
332
301
|
{
|
333
|
-
responses:
|
334
|
-
response:
|
335
|
-
nextQuestionId:
|
336
|
-
responseId:
|
337
|
-
studentId:
|
338
|
-
userType:
|
339
|
-
...
|
302
|
+
responses: Bt,
|
303
|
+
response: o,
|
304
|
+
nextQuestionId: E,
|
305
|
+
responseId: a,
|
306
|
+
studentId: bt,
|
307
|
+
userType: e,
|
308
|
+
...J
|
340
309
|
}
|
341
310
|
)
|
342
311
|
]
|
@@ -351,6 +320,6 @@ const Le = Ut(
|
|
351
320
|
}
|
352
321
|
);
|
353
322
|
export {
|
354
|
-
|
323
|
+
So as default
|
355
324
|
};
|
356
325
|
//# sourceMappingURL=worksheet-question.js.map
|