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