@cuemath/leap 3.5.30-gg4 → 3.5.30-j1
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/illustrations/illustrations.js +12 -0
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/assets/images/images.js +8 -0
- package/dist/assets/images/images.js.map +1 -1
- package/dist/assets/line-icons/icons/carat-right.js +26 -0
- package/dist/assets/line-icons/icons/carat-right.js.map +1 -0
- package/dist/features/chapters/chapters-list/chapter-item/chapter-circular-progress/chapter-circular-progress.js +3 -3
- package/dist/features/chapters/chapters-list/chapter-item/chapter-circular-progress/chapter-circular-progress.js.map +1 -1
- package/dist/features/circle-games/game-launcher/comps/carousel/carousel-styled.js +16 -32
- package/dist/features/circle-games/game-launcher/comps/carousel/carousel-styled.js.map +1 -1
- package/dist/features/circle-games/game-launcher/comps/carousel/carousel.js +88 -87
- package/dist/features/circle-games/game-launcher/comps/carousel/carousel.js.map +1 -1
- package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js +35 -35
- package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js.map +1 -1
- package/dist/features/stickers/hooks/use-handle-sticker-send/use-handle-sticker-send.js +0 -1
- package/dist/features/stickers/hooks/use-handle-sticker-send/use-handle-sticker-send.js.map +1 -1
- package/dist/features/timeline/daily-timeline-styled.js +13 -9
- package/dist/features/timeline/daily-timeline-styled.js.map +1 -1
- package/dist/features/timeline/daily-timeline-view.js +9 -10
- package/dist/features/timeline/daily-timeline-view.js.map +1 -1
- package/dist/features/timeline/monthly-report/api/use-monthly-report-get.js +13 -0
- package/dist/features/timeline/monthly-report/api/use-monthly-report-get.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/achievements/achievements.js +68 -0
- package/dist/features/timeline/monthly-report/comps/achievements/achievements.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/achievements/achievements.styled.js +15 -0
- package/dist/features/timeline/monthly-report/comps/achievements/achievements.styled.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.js +128 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.styled.js +53 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.styled.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.js +121 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.styled.js +58 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.styled.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities.js +27 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/activities/constants.js +95 -0
- package/dist/features/timeline/monthly-report/comps/activities/constants.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/activities/utils.js +15 -0
- package/dist/features/timeline/monthly-report/comps/activities/utils.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendance-constants.js +29 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendance-constants.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendance-utils.js +92 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendance-utils.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendance.js +44 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendance.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendance.styled.js +39 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendance.styled.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendence-view.js +52 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendence-view.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/feedback/feedback-styled.js +9 -0
- package/dist/features/timeline/monthly-report/comps/feedback/feedback-styled.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/feedback/feedback.js +94 -0
- package/dist/features/timeline/monthly-report/comps/feedback/feedback.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals-card/goal-chapter-card.js +48 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals-card/goal-chapter-card.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card-styled.js +28 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card-styled.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card.js +113 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals-constants.js +30 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals-constants.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals.js +22 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals.js.map +1 -0
- package/dist/features/timeline/monthly-report/monthly-report-styled.js +14 -0
- package/dist/features/timeline/monthly-report/monthly-report-styled.js.map +1 -0
- package/dist/features/timeline/monthly-report/monthly-report-types.js +5 -0
- package/dist/features/timeline/monthly-report/monthly-report-types.js.map +1 -0
- package/dist/features/timeline/monthly-report/monthly-report.js +69 -0
- package/dist/features/timeline/monthly-report/monthly-report.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/api/use-monthly-timeline-get.js +10 -0
- package/dist/features/timeline/monthly-timeline/api/use-monthly-timeline-get.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.js +87 -0
- package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.styled.js +9 -0
- package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.styled.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/constants.js +41 -0
- package/dist/features/timeline/monthly-timeline/constants.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline-styled.js +13 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline-styled.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline-types.js +6 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline-types.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline-view.js +28 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline-view.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline.js +62 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline.js.map +1 -0
- package/dist/features/timeline/ptm-report/api/use-ptm-report-get.js +9 -0
- package/dist/features/timeline/ptm-report/api/use-ptm-report-get.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/key-need/key-need-styled.js +9 -0
- package/dist/features/timeline/ptm-report/comps/key-need/key-need-styled.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/key-need/key-need.js +35 -0
- package/dist/features/timeline/ptm-report/comps/key-need/key-need.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/parent-support/parent-support.js +53 -0
- package/dist/features/timeline/ptm-report/comps/parent-support/parent-support.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects-styled.js +19 -0
- package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects-styled.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects.js +50 -0
- package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/report-card/report-card-styled.js +9 -0
- package/dist/features/timeline/ptm-report/comps/report-card/report-card-styled.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/report-card/report-card.js +22 -0
- package/dist/features/timeline/ptm-report/comps/report-card/report-card.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/school-support/school-support-styled.js +9 -0
- package/dist/features/timeline/ptm-report/comps/school-support/school-support-styled.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/school-support/school-support.js +84 -0
- package/dist/features/timeline/ptm-report/comps/school-support/school-support.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/strategies/strategies-constant.js +11 -0
- package/dist/features/timeline/ptm-report/comps/strategies/strategies-constant.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/strategies/strategies.js +36 -0
- package/dist/features/timeline/ptm-report/comps/strategies/strategies.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card-styled.js +55 -0
- package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card-styled.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card.js +35 -0
- package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/student-info/student-info-styled.js +21 -0
- package/dist/features/timeline/ptm-report/comps/student-info/student-info-styled.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/student-info/student-info.js +21 -0
- package/dist/features/timeline/ptm-report/comps/student-info/student-info.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/support-card/support-card-styled.js +9 -0
- package/dist/features/timeline/ptm-report/comps/support-card/support-card-styled.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/support-card/support-card.js +30 -0
- package/dist/features/timeline/ptm-report/comps/support-card/support-card.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations-constant.js +9 -0
- package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations-constant.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations.js +56 -0
- package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/upcoming-chapters/upcoming-chapters.js +15 -0
- package/dist/features/timeline/ptm-report/comps/upcoming-chapters/upcoming-chapters.js.map +1 -0
- package/dist/features/timeline/ptm-report/ptm-report-constants.js +16 -0
- package/dist/features/timeline/ptm-report/ptm-report-constants.js.map +1 -0
- package/dist/features/timeline/ptm-report/ptm-report-helpers.js +8 -0
- package/dist/features/timeline/ptm-report/ptm-report-helpers.js.map +1 -0
- package/dist/features/timeline/ptm-report/ptm-report-styled.js +11 -0
- package/dist/features/timeline/ptm-report/ptm-report-styled.js.map +1 -0
- package/dist/features/timeline/ptm-report/ptm-report-types.js +5 -0
- package/dist/features/timeline/ptm-report/ptm-report-types.js.map +1 -0
- package/dist/features/timeline/ptm-report/ptm-report.js +113 -0
- package/dist/features/timeline/ptm-report/ptm-report.js.map +1 -0
- package/dist/features/timeline/timeline-tabs/timeline-tabs-types.js +5 -0
- package/dist/features/timeline/timeline-tabs/timeline-tabs-types.js.map +1 -0
- package/dist/features/timeline/timeline-tabs/timeline-tabs.js +42 -0
- package/dist/features/timeline/timeline-tabs/timeline-tabs.js.map +1 -0
- package/dist/features/timeline/timeline-tabs/timeline-tabs.styled.js +37 -0
- package/dist/features/timeline/timeline-tabs/timeline-tabs.styled.js.map +1 -0
- package/dist/features/ui/arrow-tooltip/comps/tooltip-body-styled.js.map +1 -1
- package/dist/features/ui/arrow-tooltip/comps/tooltip-body.js +11 -11
- package/dist/features/ui/arrow-tooltip/comps/tooltip-body.js.map +1 -1
- package/dist/features/ui/swipable-carousel/swipable-carousel-styled.js +57 -0
- package/dist/features/ui/swipable-carousel/swipable-carousel-styled.js.map +1 -0
- package/dist/features/ui/swipable-carousel/swipable-carousel.js +132 -0
- package/dist/features/ui/swipable-carousel/swipable-carousel.js.map +1 -0
- package/dist/features/ui/swipeable-component/swipeable-component-styled.js.map +1 -0
- package/dist/features/ui/swipeable-component/swipeable-component.js +27 -0
- package/dist/features/ui/swipeable-component/swipeable-component.js.map +1 -0
- package/dist/features/worksheet/user-pointer-pin/hooks/use-user-location.js +20 -21
- package/dist/features/worksheet/user-pointer-pin/hooks/use-user-location.js.map +1 -1
- package/dist/features/worksheet/user-pointer-pin/user-pin.js +35 -37
- package/dist/features/worksheet/user-pointer-pin/user-pin.js.map +1 -1
- package/dist/features/worksheet/worksheet/hooks/use-create-imperative-handle.js +132 -132
- package/dist/features/worksheet/worksheet/hooks/use-create-imperative-handle.js.map +1 -1
- package/dist/features/worksheet/worksheet/hooks/use-get-active-question-id.js +62 -0
- package/dist/features/worksheet/worksheet/hooks/use-get-active-question-id.js.map +1 -0
- package/dist/features/worksheet/worksheet/hooks/use-time-on-questions.js +19 -24
- package/dist/features/worksheet/worksheet/hooks/use-time-on-questions.js.map +1 -1
- package/dist/features/worksheet/worksheet/question-tips.js +47 -48
- package/dist/features/worksheet/worksheet/question-tips.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-action-bar/worksheet-action-bar.js +132 -88
- package/dist/features/worksheet/worksheet/worksheet-action-bar/worksheet-action-bar.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-blocker/worksheet-blocker.js +55 -44
- package/dist/features/worksheet/worksheet/worksheet-blocker/worksheet-blocker.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-container.js +87 -0
- package/dist/features/worksheet/worksheet/worksheet-container.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-helpers.js +112 -109
- package/dist/features/worksheet/worksheet/worksheet-helpers.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-item-navigation/worksheet-item-navigation.js +27 -25
- package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-item-navigation/worksheet-item-navigation.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-item-number/worksheet-item-number.js +47 -47
- package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-item-number/worksheet-item-number.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-navigation.js +64 -66
- package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-navigation.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-section-navigation/worksheet-section-navigation.js +40 -38
- package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-section-navigation/worksheet-section-navigation.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-permissions/error.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/header/header.js +71 -73
- package/dist/features/worksheet/worksheet/worksheet-question/header/header.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js +59 -61
- package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/subjective-review.js +18 -21
- package/dist/features/worksheet/worksheet/worksheet-question/subjective-review.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +272 -269
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/scribble-switch.js +31 -32
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/scribble-switch.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/use-handler-callbacks.js +149 -147
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/use-handler-callbacks.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js +223 -212
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-questions-summary/worksheet-questions-summary.js +20 -22
- package/dist/features/worksheet/worksheet/worksheet-questions-summary/worksheet-questions-summary.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-sidebar/question-guide.js +55 -57
- package/dist/features/worksheet/worksheet/worksheet-sidebar/question-guide.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-sidebar/sidebar.js +42 -47
- package/dist/features/worksheet/worksheet/worksheet-sidebar/sidebar.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-styled.js +34 -24
- package/dist/features/worksheet/worksheet/worksheet-styled.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-summary/worksheet-summary.js +12 -16
- package/dist/features/worksheet/worksheet/worksheet-summary/worksheet-summary.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-summary-controller/worksheet-summary-controller.js +7 -8
- package/dist/features/worksheet/worksheet/worksheet-summary-controller/worksheet-summary-controller.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-types.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet.js +441 -203
- package/dist/features/worksheet/worksheet/worksheet.js.map +1 -1
- package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js.map +1 -1
- package/dist/features/worksheet/worksheet-preview/worksheet-preview-view.js +1 -1
- package/dist/features/worksheet/worksheet-preview/worksheet-preview-view.js.map +1 -1
- package/dist/index.d.ts +276 -31
- package/dist/index.js +465 -451
- package/dist/index.js.map +1 -1
- package/dist/static/2021.0683b580.png +0 -0
- package/dist/static/2022.d34ad7a5.png +0 -0
- package/dist/static/2023.fce87149.png +0 -0
- package/dist/static/2024.a275ee85.png +0 -0
- package/dist/static/2025.677cc187.png +0 -0
- package/dist/static/2026.63763214.png +0 -0
- package/dist/static/2027.b82dc039.png +0 -0
- package/dist/static/2028.580b8cc0.png +0 -0
- package/dist/static/coding-report-icon.91a1e900.svg +1 -0
- package/dist/static/elp-icon.d45b457d.svg +1 -0
- package/dist/static/empty-reports.fe92faad.svg +1 -0
- package/dist/static/english-icon.50c2e005.svg +1 -0
- package/dist/static/full-report.00112c74.svg +1 -0
- package/dist/static/math-fit-grey.c32f37b3.svg +1 -0
- package/dist/static/no-report.4158fad3.svg +1 -0
- package/dist/static/ptm-report-icon.5089218f.svg +1 -0
- package/dist/static/sat-report-icon.4331be86.svg +1 -0
- package/dist/static/science-report-icon.a0014c40.svg +1 -0
- package/dist/static/thumps-down.a1192a62.svg +1 -0
- package/dist/static/thumps-up.caa35a98.svg +1 -0
- package/package.json +3 -4
- package/dist/features/circle-games/game-launcher/comps/swipable-component/swipeable-component-styled.js.map +0 -1
- package/dist/features/circle-games/game-launcher/comps/swipable-component/swipeable-component.js +0 -26
- package/dist/features/circle-games/game-launcher/comps/swipable-component/swipeable-component.js.map +0 -1
- package/dist/features/worksheet/worksheet/hooks/use-active-question-observer.js +0 -59
- package/dist/features/worksheet/worksheet/hooks/use-active-question-observer.js.map +0 -1
- package/dist/features/worksheet/worksheet/hooks/use-worksheet-store.js +0 -13
- package/dist/features/worksheet/worksheet/hooks/use-worksheet-store.js.map +0 -1
- package/dist/features/worksheet/worksheet/worksheet-blocker/worksheet-blocker-view.js +0 -68
- package/dist/features/worksheet/worksheet/worksheet-blocker/worksheet-blocker-view.js.map +0 -1
- package/dist/features/worksheet/worksheet/worksheet-calculator/worksheet-calculator.js +0 -17
- package/dist/features/worksheet/worksheet/worksheet-calculator/worksheet-calculator.js.map +0 -1
- package/dist/features/worksheet/worksheet/worksheet-nudge-banner/worksheet-nudge-banner-styled.js +0 -20
- package/dist/features/worksheet/worksheet/worksheet-nudge-banner/worksheet-nudge-banner-styled.js.map +0 -1
- package/dist/features/worksheet/worksheet/worksheet-nudge-banner/worksheet-nudge-banner.js +0 -49
- package/dist/features/worksheet/worksheet/worksheet-nudge-banner/worksheet-nudge-banner.js.map +0 -1
- package/dist/features/worksheet/worksheet/worksheet-provider.js +0 -21
- package/dist/features/worksheet/worksheet/worksheet-provider.js.map +0 -1
- package/dist/features/worksheet/worksheet/worksheet-questions/worksheet-questions-styled.js +0 -16
- package/dist/features/worksheet/worksheet/worksheet-questions/worksheet-questions-styled.js.map +0 -1
- package/dist/features/worksheet/worksheet/worksheet-questions/worksheet-questions.js +0 -73
- package/dist/features/worksheet/worksheet/worksheet-questions/worksheet-questions.js.map +0 -1
- package/dist/features/worksheet/worksheet/worksheet-store.js +0 -301
- package/dist/features/worksheet/worksheet/worksheet-store.js.map +0 -1
- package/dist/features/worksheet/worksheet/worksheet-view.js +0 -141
- package/dist/features/worksheet/worksheet/worksheet-view.js.map +0 -1
- package/dist/node_modules/zustand/esm/middleware.js +0 -22
- package/dist/node_modules/zustand/esm/middleware.js.map +0 -1
- package/dist/node_modules/zustand/esm/react/shallow.js +0 -13
- package/dist/node_modules/zustand/esm/react/shallow.js.map +0 -1
- package/dist/node_modules/zustand/esm/vanilla/shallow.js +0 -31
- package/dist/node_modules/zustand/esm/vanilla/shallow.js.map +0 -1
- /package/dist/features/{circle-games/game-launcher/comps/swipable-component → ui/swipeable-component}/swipeable-component-styled.js +0 -0
|
@@ -1,109 +1,107 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { deepEqual as
|
|
3
|
-
import { memo as
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
var et, nt, it;
|
|
1
|
+
import { jsxs as Ht, jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import { deepEqual as Mt } from "../../../../node_modules/fast-equals/dist/esm/index.js";
|
|
3
|
+
import { memo as Xt, useState as N, useEffect as C, useMemo as $t } from "react";
|
|
4
|
+
import Wt from "../../../../assets/line-icons/icons/check2.js";
|
|
5
|
+
import jt from "../../../../assets/line-icons/icons/hand.js";
|
|
6
|
+
import Pt from "../../../../assets/line-icons/icons/question.js";
|
|
7
|
+
import Ft from "../../../../assets/line-icons/icons/skip.js";
|
|
8
|
+
import a from "../../../ui/buttons/button/button.js";
|
|
9
|
+
import A from "../../../ui/buttons/icon-button/icon-button.js";
|
|
10
|
+
import Gt from "../../../ui/layout/flex-view.js";
|
|
11
|
+
import Ot from "./use-handler-callbacks.js";
|
|
12
|
+
const le = Xt(
|
|
13
|
+
function(L) {
|
|
14
|
+
var nt, it, ot;
|
|
16
15
|
const {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
})), H = V <= at, { question: l, isQuestionAppended: m, response: t, getTimeSpentOnQuestion: rt, onSubmit: ut } = st, {
|
|
16
|
+
layout: rt,
|
|
17
|
+
learnosity: f,
|
|
18
|
+
question: u,
|
|
19
|
+
questions: T,
|
|
20
|
+
responses: Q,
|
|
21
|
+
questionIndex: U,
|
|
22
|
+
canSubmitWorksheet: H,
|
|
23
|
+
isQuestionUnlocked: M,
|
|
24
|
+
isQuestionAppended: d,
|
|
25
|
+
response: t,
|
|
26
|
+
behavior: p,
|
|
27
|
+
userType: m,
|
|
28
|
+
setActiveQuestionId: at,
|
|
29
|
+
setSummaryVisible: lt,
|
|
30
|
+
setBlocker: ut,
|
|
31
|
+
setResponses: ct,
|
|
32
|
+
getTimeSpentOnQuestion: dt,
|
|
33
|
+
onSkip: g,
|
|
34
|
+
actionBarRightElement: X,
|
|
35
|
+
onSubmit: mt
|
|
36
|
+
} = L, { onHelp: Bt, onResponseChange: ht, onTeacherValidation: kt, loggerRef: ft } = L, {
|
|
39
37
|
navigationMode: I,
|
|
40
38
|
canAttempt: o,
|
|
41
|
-
hints:
|
|
42
|
-
checkButtonLabel:
|
|
43
|
-
retryButtonLabel:
|
|
39
|
+
hints: pt,
|
|
40
|
+
checkButtonLabel: bt,
|
|
41
|
+
retryButtonLabel: St,
|
|
44
42
|
validation: c,
|
|
45
|
-
maximumAttempts:
|
|
46
|
-
canExceedAttempts:
|
|
47
|
-
teacherValidationEnabled:
|
|
48
|
-
canTeacherValidate:
|
|
49
|
-
hintsTimer:
|
|
50
|
-
skippableTime:
|
|
51
|
-
skippable:
|
|
52
|
-
} =
|
|
53
|
-
|
|
54
|
-
if (
|
|
55
|
-
const
|
|
56
|
-
|
|
57
|
-
},
|
|
58
|
-
return () => clearTimeout(
|
|
43
|
+
maximumAttempts: v,
|
|
44
|
+
canExceedAttempts: $,
|
|
45
|
+
teacherValidationEnabled: W,
|
|
46
|
+
canTeacherValidate: l,
|
|
47
|
+
hintsTimer: E,
|
|
48
|
+
skippableTime: j,
|
|
49
|
+
skippable: P
|
|
50
|
+
} = p, { response_id: _, item_type: yt, type: R, instructor_stimulus: xt, is_optional: F } = u, b = pt ? ((ot = (it = (nt = f.question(_)) == null ? void 0 : nt.getMetadata()) == null ? void 0 : it.hints) == null ? void 0 : ot.length) ?? 0 : 0, w = xt === "SystemIntro", D = yt === "exit-ticket", B = o && b - ((t == null ? void 0 : t.hintsUsed) ?? 0) > 0, [s, G] = N(!1), [O, J] = N(!1), [K, S] = N(!1);
|
|
51
|
+
C(() => {
|
|
52
|
+
if (E && B) {
|
|
53
|
+
const n = setTimeout(() => {
|
|
54
|
+
G(!0);
|
|
55
|
+
}, E * 1e3);
|
|
56
|
+
return () => clearTimeout(n);
|
|
59
57
|
}
|
|
60
|
-
|
|
61
|
-
}, [
|
|
62
|
-
const
|
|
63
|
-
if (
|
|
64
|
-
if (
|
|
65
|
-
|
|
66
|
-
else if (
|
|
67
|
-
const
|
|
58
|
+
G(B);
|
|
59
|
+
}, [E, B]), C(() => {
|
|
60
|
+
const n = !(t != null && t.response) && !(t != null && t.skipped);
|
|
61
|
+
if (P)
|
|
62
|
+
if (b > 0 && !B)
|
|
63
|
+
S(n);
|
|
64
|
+
else if (b === 0 && n) {
|
|
65
|
+
const x = setTimeout(
|
|
68
66
|
() => {
|
|
69
|
-
|
|
67
|
+
S(n);
|
|
70
68
|
},
|
|
71
|
-
(
|
|
69
|
+
(j ?? 0) * 1e3
|
|
72
70
|
);
|
|
73
|
-
return () => clearTimeout(
|
|
71
|
+
return () => clearTimeout(x);
|
|
74
72
|
} else
|
|
75
|
-
|
|
76
|
-
}, [
|
|
73
|
+
S(!1);
|
|
74
|
+
}, [b, B, t, P, j]);
|
|
77
75
|
const {
|
|
78
|
-
checkButton:
|
|
79
|
-
checkButtonDisabled:
|
|
80
|
-
hintsButton:
|
|
81
|
-
retryButton:
|
|
82
|
-
nextButton:
|
|
83
|
-
nextButtonDisabled:
|
|
84
|
-
startButton:
|
|
85
|
-
readyButton:
|
|
86
|
-
validateButton:
|
|
87
|
-
skipSectionButton:
|
|
88
|
-
submitAttemptButton:
|
|
89
|
-
skipButton:
|
|
90
|
-
} =
|
|
91
|
-
const
|
|
92
|
-
var
|
|
93
|
-
if (
|
|
94
|
-
return
|
|
76
|
+
checkButton: h,
|
|
77
|
+
checkButtonDisabled: Ct,
|
|
78
|
+
hintsButton: Y,
|
|
79
|
+
retryButton: y,
|
|
80
|
+
nextButton: At,
|
|
81
|
+
nextButtonDisabled: Tt,
|
|
82
|
+
startButton: gt,
|
|
83
|
+
readyButton: It,
|
|
84
|
+
validateButton: vt,
|
|
85
|
+
skipSectionButton: Et,
|
|
86
|
+
submitAttemptButton: Z,
|
|
87
|
+
skipButton: _t
|
|
88
|
+
} = $t(() => {
|
|
89
|
+
const n = l && F && (t == null ? void 0 : t.assignStatus) === "assigned", x = () => {
|
|
90
|
+
var st;
|
|
91
|
+
if (v === -2)
|
|
92
|
+
return m === "STUDENT" && o ? {
|
|
95
93
|
hintsButton: s
|
|
96
94
|
} : {};
|
|
97
95
|
if (!o)
|
|
98
96
|
return {
|
|
99
97
|
nextButton: !0
|
|
100
98
|
};
|
|
101
|
-
if (!c &&
|
|
99
|
+
if (!c && p.navigationMode === "LINEAR")
|
|
102
100
|
return {
|
|
103
101
|
nextButton: !0,
|
|
104
102
|
nextButtonDisabled: !(t != null && t.response),
|
|
105
103
|
hintsButton: s,
|
|
106
|
-
skipButton:
|
|
104
|
+
skipButton: K
|
|
107
105
|
};
|
|
108
106
|
if (!c)
|
|
109
107
|
return {
|
|
@@ -116,136 +114,149 @@ const ne = zt(
|
|
|
116
114
|
checkButtonDisabled: !0,
|
|
117
115
|
hintsButton: s
|
|
118
116
|
};
|
|
119
|
-
const { responseEdited:
|
|
120
|
-
if (
|
|
117
|
+
const { responseEdited: k, score: r, attemptsHistory: e } = t, q = ((e == null ? void 0 : e.length) ?? 0) >= v;
|
|
118
|
+
if (q && !$)
|
|
121
119
|
return {
|
|
122
120
|
nextButton: !0
|
|
123
121
|
};
|
|
124
|
-
if (
|
|
125
|
-
const
|
|
122
|
+
if (k) {
|
|
123
|
+
const Ut = (st = e == null ? void 0 : e.slice(-1)[0]) == null ? void 0 : st.response;
|
|
126
124
|
return {
|
|
127
|
-
nextButton:
|
|
125
|
+
nextButton: q,
|
|
128
126
|
checkButton: !0,
|
|
129
|
-
checkButtonDisabled:
|
|
127
|
+
checkButtonDisabled: Mt(t.response, Ut),
|
|
130
128
|
hintsButton: s
|
|
131
129
|
};
|
|
132
130
|
}
|
|
133
|
-
return (
|
|
134
|
-
nextButton:
|
|
131
|
+
return (r.score ?? 0) < r.max_score ? {
|
|
132
|
+
nextButton: q,
|
|
135
133
|
retryButton: !0,
|
|
136
134
|
hintsButton: s
|
|
137
|
-
} : (
|
|
135
|
+
} : (r.score ?? 0) === r.max_score ? {
|
|
138
136
|
nextButton: !0
|
|
139
137
|
} : {};
|
|
140
|
-
},
|
|
141
|
-
const { assignStatus:
|
|
142
|
-
return
|
|
138
|
+
}, Qt = () => T.some(({ response_id: k }) => {
|
|
139
|
+
const { assignStatus: r, validatedByTeacher: e } = Q[k] ?? {};
|
|
140
|
+
return r === "skipped" ? !1 : e !== !0;
|
|
143
141
|
});
|
|
144
|
-
if (
|
|
145
|
-
const { validatedByTeacher:
|
|
142
|
+
if (W) {
|
|
143
|
+
const { validatedByTeacher: k } = t ?? {};
|
|
146
144
|
if (I === "ADAPTIVE" || I === "CURRENT")
|
|
147
|
-
return
|
|
145
|
+
return m === "STUDENT" ? {
|
|
148
146
|
hintsButton: s,
|
|
149
147
|
validateButton: !1
|
|
150
148
|
} : {
|
|
151
149
|
validateButton: !1
|
|
152
150
|
};
|
|
153
|
-
if (
|
|
151
|
+
if (k)
|
|
154
152
|
return {
|
|
155
153
|
validateButton: !0,
|
|
156
|
-
submitAttemptButton:
|
|
154
|
+
submitAttemptButton: l && o && m === "STUDENT" && H ? !Qt() : !1
|
|
157
155
|
};
|
|
158
|
-
if (!
|
|
156
|
+
if (!M)
|
|
159
157
|
return {};
|
|
160
|
-
if (
|
|
161
|
-
return
|
|
162
|
-
startButton:
|
|
163
|
-
} :
|
|
164
|
-
...
|
|
158
|
+
if (m === "STUDENT")
|
|
159
|
+
return w ? {
|
|
160
|
+
startButton: l && o
|
|
161
|
+
} : R !== "clozetext" ? {
|
|
162
|
+
...x(),
|
|
165
163
|
nextButton: !1
|
|
166
164
|
} : {
|
|
167
165
|
hintsButton: s,
|
|
168
|
-
readyButton:
|
|
166
|
+
readyButton: l && D && !(t != null && t.submittedByStudent)
|
|
169
167
|
};
|
|
170
|
-
if (
|
|
168
|
+
if (w)
|
|
171
169
|
return {
|
|
172
|
-
skipSectionButton:
|
|
170
|
+
skipSectionButton: n
|
|
173
171
|
};
|
|
174
|
-
if (
|
|
175
|
-
const { responseEdited:
|
|
172
|
+
if (R !== "clozetext") {
|
|
173
|
+
const { responseEdited: r, score: e } = t ?? {};
|
|
176
174
|
return {
|
|
177
|
-
skipSectionButton:
|
|
178
|
-
validateButton:
|
|
175
|
+
skipSectionButton: n,
|
|
176
|
+
validateButton: r || !l ? !1 : !!(e != null && e.score && (e != null && e.max_score) && !((e.score ?? 0) < e.max_score))
|
|
179
177
|
};
|
|
180
178
|
}
|
|
181
179
|
return {
|
|
182
|
-
skipSectionButton:
|
|
183
|
-
validateButton:
|
|
180
|
+
skipSectionButton: n,
|
|
181
|
+
validateButton: l && (D ? t == null ? void 0 : t.submittedByStudent : !0)
|
|
184
182
|
};
|
|
185
183
|
}
|
|
186
|
-
return
|
|
184
|
+
return x();
|
|
187
185
|
}, [
|
|
188
|
-
|
|
189
|
-
|
|
186
|
+
l,
|
|
187
|
+
F,
|
|
190
188
|
t,
|
|
191
|
-
|
|
189
|
+
W,
|
|
192
190
|
o,
|
|
193
191
|
c,
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
192
|
+
p.navigationMode,
|
|
193
|
+
v,
|
|
194
|
+
$,
|
|
197
195
|
s,
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
196
|
+
K,
|
|
197
|
+
T,
|
|
198
|
+
Q,
|
|
201
199
|
I,
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
q,
|
|
205
|
-
_,
|
|
200
|
+
M,
|
|
201
|
+
m,
|
|
206
202
|
w,
|
|
207
|
-
|
|
203
|
+
R,
|
|
204
|
+
D,
|
|
205
|
+
H
|
|
208
206
|
]), {
|
|
209
|
-
handleResponseChange:
|
|
210
|
-
handleHelpButtonClick:
|
|
211
|
-
handleBackButtonClick:
|
|
212
|
-
handleNextButtonClick:
|
|
213
|
-
handleCheckButtonClick:
|
|
214
|
-
handleRetryButtonClick:
|
|
215
|
-
handleHintButtonClick:
|
|
216
|
-
handleValidateButtonClick:
|
|
217
|
-
handleStartButtonClick:
|
|
218
|
-
handleSkipSectionButtonClick:
|
|
219
|
-
handleReadyButtonClick:
|
|
220
|
-
handleSkipButtonClick:
|
|
221
|
-
} =
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
207
|
+
handleResponseChange: z,
|
|
208
|
+
handleHelpButtonClick: tt,
|
|
209
|
+
handleBackButtonClick: et,
|
|
210
|
+
handleNextButtonClick: V,
|
|
211
|
+
handleCheckButtonClick: Rt,
|
|
212
|
+
handleRetryButtonClick: wt,
|
|
213
|
+
handleHintButtonClick: Dt,
|
|
214
|
+
handleValidateButtonClick: zt,
|
|
215
|
+
handleStartButtonClick: Vt,
|
|
216
|
+
handleSkipSectionButtonClick: qt,
|
|
217
|
+
handleReadyButtonClick: Nt,
|
|
218
|
+
handleSkipButtonClick: Lt
|
|
219
|
+
} = Ot({
|
|
220
|
+
layout: rt,
|
|
221
|
+
question: u,
|
|
222
|
+
questions: T,
|
|
223
|
+
learnosity: f,
|
|
224
|
+
questionIndex: U,
|
|
225
|
+
setActiveQuestionId: at,
|
|
226
|
+
setSummaryVisible: lt,
|
|
227
|
+
setBlocker: ut,
|
|
228
|
+
setResponses: ct,
|
|
229
|
+
onResponseChange: ht,
|
|
230
|
+
onTeacherValidation: kt,
|
|
231
|
+
onHelp: Bt,
|
|
232
|
+
behavior: p,
|
|
233
|
+
loggerRef: ft,
|
|
234
|
+
setSkipped: J,
|
|
235
|
+
getTimeSpentOnQuestion: dt
|
|
225
236
|
});
|
|
226
|
-
return
|
|
227
|
-
|
|
237
|
+
return C(() => {
|
|
238
|
+
O && (J(!1), S(!1), V(), g && g(u.item_display_number, u.question_number));
|
|
228
239
|
}, [
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
]),
|
|
235
|
-
const
|
|
236
|
-
return
|
|
237
|
-
|
|
240
|
+
V,
|
|
241
|
+
g,
|
|
242
|
+
u.item_display_number,
|
|
243
|
+
u.question_number,
|
|
244
|
+
O
|
|
245
|
+
]), C(() => {
|
|
246
|
+
const n = d ? f.question(_) : void 0;
|
|
247
|
+
return n && o && (!c || h) && (n.on("changed", z), n.enable()), () => {
|
|
248
|
+
n && o && (!c || h) && (n.off("changed", z), n.disable());
|
|
238
249
|
};
|
|
239
250
|
}, [
|
|
240
251
|
o,
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
252
|
+
h,
|
|
253
|
+
z,
|
|
254
|
+
d,
|
|
255
|
+
f,
|
|
256
|
+
_,
|
|
246
257
|
c
|
|
247
|
-
]), /* @__PURE__ */
|
|
248
|
-
|
|
258
|
+
]), /* @__PURE__ */ Ht(
|
|
259
|
+
Gt,
|
|
249
260
|
{
|
|
250
261
|
$background: "WHITE",
|
|
251
262
|
$flexDirection: "row",
|
|
@@ -253,107 +264,107 @@ const ne = zt(
|
|
|
253
264
|
$alignItems: "center",
|
|
254
265
|
$justifyContent: "flex-end",
|
|
255
266
|
children: [
|
|
256
|
-
|
|
257
|
-
|
|
267
|
+
Y && /* @__PURE__ */ i(
|
|
268
|
+
A,
|
|
258
269
|
{
|
|
259
|
-
Icon:
|
|
270
|
+
Icon: Pt,
|
|
260
271
|
analyticsLabel: "Hint",
|
|
261
272
|
renderAs: "secondary",
|
|
262
|
-
disabled: !
|
|
263
|
-
onClick:
|
|
273
|
+
disabled: !d,
|
|
274
|
+
onClick: Dt
|
|
264
275
|
}
|
|
265
276
|
),
|
|
266
|
-
!
|
|
267
|
-
|
|
277
|
+
!Y && tt && (h || y) && /* @__PURE__ */ i(
|
|
278
|
+
A,
|
|
268
279
|
{
|
|
269
|
-
Icon:
|
|
280
|
+
Icon: jt,
|
|
270
281
|
analyticsLabel: "Ask for help",
|
|
271
282
|
renderAs: "secondary",
|
|
272
|
-
onClick:
|
|
283
|
+
onClick: tt
|
|
273
284
|
}
|
|
274
285
|
),
|
|
275
|
-
|
|
276
|
-
|
|
286
|
+
et && /* @__PURE__ */ i(
|
|
287
|
+
a,
|
|
277
288
|
{
|
|
278
289
|
widthX: 6,
|
|
279
290
|
renderAs: "secondary",
|
|
280
291
|
size: "small",
|
|
281
292
|
label: "Back",
|
|
282
|
-
disabled:
|
|
283
|
-
onClick:
|
|
293
|
+
disabled: U === 0,
|
|
294
|
+
onClick: et
|
|
284
295
|
}
|
|
285
296
|
),
|
|
286
|
-
|
|
287
|
-
|
|
297
|
+
_t && /* @__PURE__ */ i(
|
|
298
|
+
a,
|
|
288
299
|
{
|
|
289
300
|
widthX: 6,
|
|
290
|
-
renderAs:
|
|
301
|
+
renderAs: y ? "secondary" : "primary",
|
|
291
302
|
size: "small",
|
|
292
303
|
label: "Skip",
|
|
293
|
-
onClick:
|
|
304
|
+
onClick: Lt
|
|
294
305
|
}
|
|
295
306
|
),
|
|
296
|
-
|
|
297
|
-
|
|
307
|
+
At && /* @__PURE__ */ i(
|
|
308
|
+
a,
|
|
298
309
|
{
|
|
299
310
|
widthX: 6,
|
|
300
|
-
renderAs:
|
|
311
|
+
renderAs: y ? "secondary" : "primary",
|
|
301
312
|
size: "small",
|
|
302
313
|
label: "Next",
|
|
303
|
-
onClick:
|
|
304
|
-
disabled:
|
|
314
|
+
onClick: V,
|
|
315
|
+
disabled: Tt === !0
|
|
305
316
|
}
|
|
306
317
|
),
|
|
307
|
-
|
|
308
|
-
|
|
318
|
+
y && /* @__PURE__ */ i(
|
|
319
|
+
a,
|
|
309
320
|
{
|
|
310
321
|
widthX: 6,
|
|
311
322
|
renderAs: "primary",
|
|
312
323
|
size: "small",
|
|
313
|
-
label:
|
|
314
|
-
disabled: !
|
|
315
|
-
onClick:
|
|
324
|
+
label: St,
|
|
325
|
+
disabled: !d,
|
|
326
|
+
onClick: wt
|
|
316
327
|
}
|
|
317
328
|
),
|
|
318
|
-
|
|
319
|
-
|
|
329
|
+
h && /* @__PURE__ */ i(
|
|
330
|
+
a,
|
|
320
331
|
{
|
|
321
332
|
renderAs: "primary",
|
|
322
333
|
size: "small",
|
|
323
|
-
label:
|
|
324
|
-
disabled:
|
|
325
|
-
onClick:
|
|
334
|
+
label: bt,
|
|
335
|
+
disabled: Ct === !0 || !d,
|
|
336
|
+
onClick: Rt
|
|
326
337
|
}
|
|
327
338
|
),
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
339
|
+
gt && /* @__PURE__ */ i(a, { renderAs: "primary", size: "small", label: "Start", onClick: Vt }),
|
|
340
|
+
It && /* @__PURE__ */ i(a, { renderAs: "primary", size: "small", label: "Submit", onClick: Nt }),
|
|
341
|
+
Et && /* @__PURE__ */ i(
|
|
342
|
+
A,
|
|
332
343
|
{
|
|
333
344
|
renderAs: "primary",
|
|
334
|
-
Icon:
|
|
345
|
+
Icon: Ft,
|
|
335
346
|
analyticsLabel: "Skip Section",
|
|
336
|
-
onClick:
|
|
347
|
+
onClick: qt
|
|
337
348
|
}
|
|
338
349
|
),
|
|
339
|
-
!
|
|
340
|
-
|
|
350
|
+
!Z && vt && /* @__PURE__ */ i(
|
|
351
|
+
A,
|
|
341
352
|
{
|
|
342
353
|
renderAs: "primary",
|
|
343
|
-
Icon:
|
|
354
|
+
Icon: Wt,
|
|
344
355
|
disabled: t == null ? void 0 : t.validatedByTeacher,
|
|
345
356
|
analyticsLabel: "Validate",
|
|
346
|
-
onClick:
|
|
357
|
+
onClick: zt
|
|
347
358
|
}
|
|
348
359
|
),
|
|
349
|
-
|
|
350
|
-
|
|
360
|
+
Z && /* @__PURE__ */ i(a, { renderAs: "primary", size: "small", label: "Submit", onClick: mt }),
|
|
361
|
+
X && X
|
|
351
362
|
]
|
|
352
363
|
}
|
|
353
364
|
);
|
|
354
365
|
}
|
|
355
366
|
);
|
|
356
367
|
export {
|
|
357
|
-
|
|
368
|
+
le as default
|
|
358
369
|
};
|
|
359
370
|
//# sourceMappingURL=worksheet-questions-controller.js.map
|