@cuemath/leap 3.5.50 → 3.5.51-as10

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.
Files changed (98) hide show
  1. package/dist/assets/illustrations/illustrations.js +4 -0
  2. package/dist/assets/illustrations/illustrations.js.map +1 -1
  3. package/dist/features/chapters-v2/comps/node-card/node-card-styled.js +27 -31
  4. package/dist/features/chapters-v2/comps/node-card/node-card-styled.js.map +1 -1
  5. package/dist/features/chapters-v2/comps/node-card/node-card-tags.js +21 -13
  6. package/dist/features/chapters-v2/comps/node-card/node-card-tags.js.map +1 -1
  7. package/dist/features/chapters-v2/constants/node-constants.js +1 -1
  8. package/dist/features/chapters-v2/constants/node-constants.js.map +1 -1
  9. package/dist/features/chapters-v2/utils/node-card-utils.js +86 -79
  10. package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
  11. package/dist/features/homework/homework-card-view.js +125 -98
  12. package/dist/features/homework/homework-card-view.js.map +1 -1
  13. package/dist/features/homework/homework-card.js +196 -161
  14. package/dist/features/homework/homework-card.js.map +1 -1
  15. package/dist/features/homework/hw-card-list/api/get-homeworks.js +1 -1
  16. package/dist/features/homework/hw-card-list/api/get-homeworks.js.map +1 -1
  17. package/dist/features/homework/hw-card-list/hw-card-list-types.js +5 -0
  18. package/dist/features/homework/hw-card-list/hw-card-list-types.js.map +1 -0
  19. package/dist/features/homework/hw-card-list/hw-card-list-view.js +96 -86
  20. package/dist/features/homework/hw-card-list/hw-card-list-view.js.map +1 -1
  21. package/dist/features/homework/hw-card-list/hw-card-list.js +45 -43
  22. package/dist/features/homework/hw-card-list/hw-card-list.js.map +1 -1
  23. package/dist/features/homework/styles.js +0 -1
  24. package/dist/features/homework/styles.js.map +1 -1
  25. package/dist/features/homework/utils.js +18 -15
  26. package/dist/features/homework/utils.js.map +1 -1
  27. package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js +325 -201
  28. package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js.map +1 -1
  29. package/dist/features/journey/hooks/use-home-page-journey/use-home-page-journey.js +59 -56
  30. package/dist/features/journey/hooks/use-home-page-journey/use-home-page-journey.js.map +1 -1
  31. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-assigned.js +17 -15
  32. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-assigned.js.map +1 -1
  33. package/dist/features/math-fit/api/get-mathfit-assessment.js +10 -0
  34. package/dist/features/math-fit/api/get-mathfit-assessment.js.map +1 -0
  35. package/dist/features/math-fit/math-fit/math-fit.js +37 -0
  36. package/dist/features/math-fit/math-fit/math-fit.js.map +1 -0
  37. package/dist/features/math-fit/math-fit-card/math-fit-card-styled.js +22 -0
  38. package/dist/features/math-fit/math-fit-card/math-fit-card-styled.js.map +1 -0
  39. package/dist/features/math-fit/math-fit-card/math-fit-card.js +80 -0
  40. package/dist/features/math-fit/math-fit-card/math-fit-card.js.map +1 -0
  41. package/dist/features/math-fit/math-fit-overview/comps/section-card/section-card-styled.js +24 -0
  42. package/dist/features/math-fit/math-fit-overview/comps/section-card/section-card-styled.js.map +1 -0
  43. package/dist/features/math-fit/math-fit-overview/comps/section-card/section-card-types.js +5 -0
  44. package/dist/features/math-fit/math-fit-overview/comps/section-card/section-card-types.js.map +1 -0
  45. package/dist/features/math-fit/math-fit-overview/comps/section-card/section-card.js +99 -0
  46. package/dist/features/math-fit/math-fit-overview/comps/section-card/section-card.js.map +1 -0
  47. package/dist/features/math-fit/math-fit-overview/comps/stat-item/stat-item-styled.js +9 -0
  48. package/dist/features/math-fit/math-fit-overview/comps/stat-item/stat-item-styled.js.map +1 -0
  49. package/dist/features/math-fit/math-fit-overview/comps/stat-item/stat-item.js +26 -0
  50. package/dist/features/math-fit/math-fit-overview/comps/stat-item/stat-item.js.map +1 -0
  51. package/dist/features/math-fit/math-fit-overview/math-fit-overview-helpers.js +63 -0
  52. package/dist/features/math-fit/math-fit-overview/math-fit-overview-helpers.js.map +1 -0
  53. package/dist/features/math-fit/math-fit-overview/math-fit-overview-styled.js +9 -0
  54. package/dist/features/math-fit/math-fit-overview/math-fit-overview-styled.js.map +1 -0
  55. package/dist/features/math-fit/math-fit-overview/math-fit-overview-types.js +7 -0
  56. package/dist/features/math-fit/math-fit-overview/math-fit-overview-types.js.map +1 -0
  57. package/dist/features/math-fit/math-fit-overview/math-fit-overview.js +71 -0
  58. package/dist/features/math-fit/math-fit-overview/math-fit-overview.js.map +1 -0
  59. package/dist/features/math-fit/math-fit-report/comps/report-header/report-header-styled.js +38 -0
  60. package/dist/features/math-fit/math-fit-report/comps/report-header/report-header-styled.js.map +1 -0
  61. package/dist/features/math-fit/math-fit-report/comps/report-header/report-header.js +58 -0
  62. package/dist/features/math-fit/math-fit-report/comps/report-header/report-header.js.map +1 -0
  63. package/dist/features/math-fit/math-fit-report/comps/score-badge/score-badge-styled.js +28 -0
  64. package/dist/features/math-fit/math-fit-report/comps/score-badge/score-badge-styled.js.map +1 -0
  65. package/dist/features/math-fit/math-fit-report/comps/score-badge/score-badge.js +30 -0
  66. package/dist/features/math-fit/math-fit-report/comps/score-badge/score-badge.js.map +1 -0
  67. package/dist/features/math-fit/math-fit-report/comps/score-section/score-section-styled.js +9 -0
  68. package/dist/features/math-fit/math-fit-report/comps/score-section/score-section-styled.js.map +1 -0
  69. package/dist/features/math-fit/math-fit-report/comps/score-section/score-section.js +82 -0
  70. package/dist/features/math-fit/math-fit-report/comps/score-section/score-section.js.map +1 -0
  71. package/dist/features/math-fit/math-fit-report/math-fit-report-helpers.js +42 -0
  72. package/dist/features/math-fit/math-fit-report/math-fit-report-helpers.js.map +1 -0
  73. package/dist/features/math-fit/math-fit-report/math-fit-report.js +68 -0
  74. package/dist/features/math-fit/math-fit-report/math-fit-report.js.map +1 -0
  75. package/dist/features/milestone/milestone-list-container/api/get-tests-list.js +1 -1
  76. package/dist/features/milestone/milestone-list-container/api/get-tests-list.js.map +1 -1
  77. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-list.js +38 -36
  78. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-list.js.map +1 -1
  79. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs.js +57 -55
  80. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs.js.map +1 -1
  81. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget.js +59 -57
  82. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget.js.map +1 -1
  83. package/dist/features/milestone/milestone-list-container/milestone-list-container.js +54 -52
  84. package/dist/features/milestone/milestone-list-container/milestone-list-container.js.map +1 -1
  85. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js +39 -37
  86. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js.map +1 -1
  87. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view.js +48 -56
  88. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view.js.map +1 -1
  89. package/dist/features/sheet-v2/resource-list/resource-list.js +27 -23
  90. package/dist/features/sheet-v2/resource-list/resource-list.js.map +1 -1
  91. package/dist/index.d.ts +132 -7
  92. package/dist/index.js +131 -121
  93. package/dist/index.js.map +1 -1
  94. package/dist/static/clock-green.020570d3.svg +1 -0
  95. package/dist/static/math-fit-bg.4bfa3244.svg +1 -0
  96. package/dist/static/math-fit-card-bg.20c826bb.svg +1 -0
  97. package/dist/static/question-mark-blue.b6a7f37d.svg +1 -0
  98. package/package.json +1 -1
@@ -1,221 +1,345 @@
1
- const e = Math.floor(Date.now() / 1e3), a = e + 5 * 24 * 60 * 60, t = {
1
+ import { HW_CARD_LIST_ENTITY_TYPE as a } from "../../../homework/hw-card-list/hw-card-list-types.js";
2
+ const t = Math.floor(Date.now() / 1e3), e = t + 5 * 24 * 60 * 60, _ = {
2
3
  assigned_homeworks: [
4
+ // Puzzle Card
3
5
  {
4
- accuracy: null,
5
- attempt_location: "ANY",
6
- block_id: "23a4e676-7094-11ed-87bc-6ec30f5d70bb",
7
- card_header: "PUZZLE",
8
- chapter_id: "8b0d5af7-3d47-4888-acef-920069c6ae13",
9
- course_type: "PROGRAM",
10
- desmos_calculator_enabled: !1,
11
- due_date_ts: 1748241531,
6
+ entity_type: a.USER_NODE,
7
+ entity_id: "147520a0-2f62-11f0-876b-da0546594b04",
8
+ user_node_id: "147520a0-2f62-11f0-876b-da0546594b04",
12
9
  homework_id: "ede761ea-347b-11f0-b9d2-5e3c498fca42",
10
+ card_header: "PUZZLE",
11
+ subtext: "Puzzle Cards",
13
12
  image_hue: "BLUE",
14
- image_url: "https://dw7j1ezsvbafb.cloudfront.net/media/chapter-images/Default.jpg",
15
- activity_type: null,
16
- is_optional: !0,
17
- is_timed: !1,
18
- is_worksheet_v3: null,
19
- learnosity_activity_ref: "CR_G4L1 Sum of Three Cubes",
20
- marked_as_completed: !1,
21
- node_id: "1de6ac4a-8e41-4446-9a07-a93d5713a2ff",
22
- node_type: "PUZZLE_EASY",
23
- permissions: {
24
- can_assign_as_homework: !1,
25
- can_change_attempt_location: !1,
26
- can_mark_familiar: !1,
27
- can_reattempt: !1,
28
- can_reset: !1,
29
- can_resume: !1,
30
- can_review: !1,
31
- can_start: !0,
32
- can_teacher_review: !1,
33
- can_unassign: !1,
34
- can_unlock: !1,
35
- can_un_skip: !1,
36
- can_skip: !1
37
- },
38
- sheet_statement: "Yet to start",
39
- sheet_time: 2400,
40
13
  state: "NOT_STARTED",
41
- subtext: "Puzzle Cards",
42
- title: "Sum of Three Cubes",
43
- total_questions: 0,
44
- unlocked_on_ts: 1747636731,
45
- user_attempt_id: null,
46
- user_node_id: "147520a0-2f62-11f0-876b-da0546594b04",
47
- worksheet_id: "c4e1035a-d3e5-11eb-8971-6296551a51ec",
48
- complete_status: !1,
49
- id: "",
50
- user_chapter_id: null,
51
- is_turing: !1,
52
- student_instructions_ref: null,
53
- instructions_ref: null,
54
- user_block_id: null
14
+ due_date_ts: 1748241531,
15
+ position: 0,
16
+ id: "ede761ea-347b-11f0-b9d2-5e3c498fca42",
17
+ score: null,
18
+ sheets: [
19
+ {
20
+ accuracy: null,
21
+ attempt_location: "ANY",
22
+ block_id: "23a4e676-7094-11ed-87bc-6ec30f5d70bb",
23
+ card_header: "PUZZLE",
24
+ chapter_id: "8b0d5af7-3d47-4888-acef-920069c6ae13",
25
+ course_type: "PROGRAM",
26
+ desmos_calculator_enabled: !1,
27
+ due_date_ts: 1748241531,
28
+ image_hue: "BLUE",
29
+ image_url: "https://dw7j1ezsvbafb.cloudfront.net/media/chapter-images/Default.jpg",
30
+ is_optional: !0,
31
+ is_timed: !1,
32
+ is_worksheet_v3: null,
33
+ learnosity_activity_ref: "CR_G4L1 Sum of Three Cubes",
34
+ marked_as_completed: !1,
35
+ node_id: "1de6ac4a-8e41-4446-9a07-a93d5713a2ff",
36
+ node_type: "PUZZLE_EASY",
37
+ permissions: {
38
+ can_assign_as_homework: !1,
39
+ can_change_attempt_location: !1,
40
+ can_mark_familiar: !1,
41
+ can_reattempt: !1,
42
+ can_reset: !1,
43
+ can_resume: !1,
44
+ can_review: !1,
45
+ can_start: !0,
46
+ can_teacher_review: !1,
47
+ can_unassign: !1,
48
+ can_unlock: !1,
49
+ can_un_skip: !1,
50
+ can_skip: !1
51
+ },
52
+ sheet_statement: "Yet to start",
53
+ sheet_time: 2400,
54
+ state: "NOT_STARTED",
55
+ title: "Sum of Three Cubes",
56
+ total_questions: 0,
57
+ unlocked_on_ts: 1747636731,
58
+ user_attempt_id: null,
59
+ user_node_id: "147520a0-2f62-11f0-876b-da0546594b04",
60
+ worksheet_id: "c4e1035a-d3e5-11eb-8971-6296551a51ec",
61
+ complete_status: !1,
62
+ id: "",
63
+ user_chapter_id: null,
64
+ is_turing: !1,
65
+ student_instructions_ref: null,
66
+ instructions_ref: null,
67
+ user_block_id: null,
68
+ user_milestone_id: void 0,
69
+ subtext: null,
70
+ activity_type: null
71
+ }
72
+ ]
55
73
  },
74
+ // Smart Practice (Dynamic)
56
75
  {
57
- accuracy: null,
58
- attempt_location: "ANY",
59
- block_id: "",
76
+ entity_type: a.USER_NODE,
77
+ entity_id: "c2d38bf6-306d-11f0-a23f-126d2a0e16e8",
78
+ user_node_id: "c2d38bf6-306d-11f0-a23f-126d2a0e16e8",
79
+ homework_id: "50bfb9e6-f984-11ee-bcfc-d6332bd3e75f",
60
80
  card_header: "SMART PRACTICE",
61
- chapter_id: null,
62
- course_type: "PROGRAM",
63
- desmos_calculator_enabled: !1,
64
- due_date_ts: a,
65
- homework_id: "b5e1bf00-3586-11f0-a22a-9207bc065284",
66
- image_hue: "PURPLE",
67
- image_url: null,
68
- activity_type: null,
69
- is_optional: !1,
70
- is_timed: !1,
71
- is_worksheet_v3: null,
72
- learnosity_activity_ref: "mastery-6f8b199b-9c54-40dc-833e-69db342fec26",
73
- marked_as_completed: !1,
74
- node_id: "307b7775-98fd-4831-bd2f-e87403db7da7",
75
- node_type: "MASTERY",
76
- permissions: {
77
- can_assign_as_homework: !1,
78
- can_change_attempt_location: !1,
79
- can_mark_familiar: !1,
80
- can_reattempt: !1,
81
- can_reset: !1,
82
- can_resume: !1,
83
- can_review: !1,
84
- can_start: !0,
85
- can_teacher_review: !1,
86
- can_unassign: !1,
87
- can_unlock: !1,
88
- can_un_skip: !1,
89
- can_skip: !1
90
- },
91
- sheet_statement: "Yet to start",
92
- sheet_time: 0,
93
- state: "IN_PROGRESS",
94
- subtext: "10 Questions",
95
- title: "Identify Types of Polygons • Understand Decimal Numbers • Convert Improper Fractions to Decimals",
96
- total_questions: 10,
97
- unlocked_on_ts: 1747751086,
98
- user_node_id: "2e715efe-3586-11f0-be8b-526b31ab17cd",
99
- worksheet_id: "b70c4195-2727-415e-b3a0-f9c0672103dc",
100
- complete_status: !1,
101
- id: "",
102
- user_attempt_id: null,
103
- user_chapter_id: null,
104
- is_turing: !1,
105
- student_instructions_ref: null,
106
- instructions_ref: null,
107
- user_block_id: null
81
+ subtext: "5 Questions · 15 mins",
82
+ image_hue: "GREEN",
83
+ state: "NOT_STARTED",
84
+ due_date_ts: e,
85
+ position: 1,
86
+ score: null,
87
+ id: "50bfb9e6-f984-11ee-bcfc-d6332bd3e75f",
88
+ sheets: [
89
+ {
90
+ accuracy: null,
91
+ attempt_location: "ANY",
92
+ block_id: "",
93
+ card_header: "SMART PRACTICE",
94
+ chapter_id: null,
95
+ course_type: "PROGRAM",
96
+ desmos_calculator_enabled: !1,
97
+ due_date_ts: e,
98
+ image_hue: "GREEN",
99
+ image_url: null,
100
+ is_optional: !1,
101
+ is_timed: !1,
102
+ is_worksheet_v3: !0,
103
+ learnosity_activity_ref: "Subtraction-practice-G1W1",
104
+ marked_as_completed: !1,
105
+ node_id: "a0c8b6d4-306c-11f0-a23f-126d2a0e16e8",
106
+ node_type: "DYNAMIC",
107
+ permissions: {
108
+ can_assign_as_homework: !1,
109
+ can_change_attempt_location: !1,
110
+ can_mark_familiar: !1,
111
+ can_reattempt: !1,
112
+ can_reset: !1,
113
+ can_resume: !1,
114
+ can_review: !1,
115
+ can_start: !0,
116
+ can_teacher_review: !1,
117
+ can_unassign: !1,
118
+ can_unlock: !1,
119
+ can_un_skip: !1,
120
+ can_skip: !1
121
+ },
122
+ sheet_statement: "",
123
+ sheet_time: 900,
124
+ state: "NOT_STARTED",
125
+ title: "Smart Practice",
126
+ total_questions: 5,
127
+ unlocked_on_ts: t,
128
+ user_attempt_id: null,
129
+ user_node_id: "c2d38bf6-306d-11f0-a23f-126d2a0e16e8",
130
+ worksheet_id: "worksheet-456",
131
+ complete_status: !1,
132
+ id: "",
133
+ user_chapter_id: null,
134
+ is_turing: !1,
135
+ student_instructions_ref: null,
136
+ instructions_ref: null,
137
+ user_block_id: null,
138
+ user_milestone_id: void 0,
139
+ subtext: null,
140
+ activity_type: null
141
+ }
142
+ ]
108
143
  },
144
+ // MathFit Assessment
109
145
  {
110
- accuracy: null,
111
- attempt_location: "ANY",
112
- block_id: "6c30d4f0-4bb0-4fc2-9dac-f7016f1bd589",
113
- card_header: "LEARN",
114
- chapter_id: "8ac6c4a0-931c-4bd3-80f4-30b1c13cb8f4",
115
- course_type: "PROGRAM",
116
- desmos_calculator_enabled: !1,
117
- due_date_ts: 1747765021,
118
- homework_id: "3e05a164-35a3-11f0-b52f-9207bc065284",
119
- image_hue: "BLUE",
120
- image_url: "https://dw7j1ezsvbafb.cloudfront.net/media/chapter-images/Measurement_G4.jpg",
121
- activity_type: null,
122
- is_optional: !1,
123
- is_timed: !1,
124
- is_worksheet_v3: null,
125
- learnosity_activity_ref: "G4-Length-Weight-Capacity-W01.vxp",
126
- marked_as_completed: !1,
127
- node_id: "ee7b2e69-fd74-4311-a378-8bb4e45449a6",
128
- node_type: "LEARNING",
129
- permissions: {
130
- can_assign_as_homework: !1,
131
- can_change_attempt_location: !1,
132
- can_mark_familiar: !0,
133
- can_reattempt: !1,
134
- can_reset: !1,
135
- can_resume: !1,
136
- can_review: !1,
137
- can_start: !0,
138
- can_teacher_review: !1,
139
- can_unassign: !1,
140
- can_unlock: !1,
141
- can_un_skip: !1,
142
- can_skip: !1
143
- },
144
- sheet_statement: "Yet to start",
145
- sheet_time: 0,
146
+ entity_type: a.MATHFIT_TEST,
147
+ entity_id: "mathfit-assessment-id-456",
148
+ homework_id: "hw-mathfit-456",
149
+ homework_created_on_ts: t,
150
+ user_milestone_id: null,
151
+ card_header: "MATHFIT ASSESSMENT",
152
+ id: "hw-mathfit-456",
153
+ subtext: "25 Questions • 75 mins",
154
+ image_hue: "PURPLE",
146
155
  state: "NOT_STARTED",
147
- subtext: "Measurement",
148
- title: "Solve Problems on Conversion of Units of Length",
149
- total_questions: 34,
150
- unlocked_on_ts: 1747160221,
151
- user_attempt_id: null,
152
- user_node_id: "76f860b0-3026-11f0-8945-925795afcf7c",
153
- worksheet_id: "8b9bc1d6-0d7b-11ed-bf5b-4eea17b71ce5",
154
- complete_status: !1,
155
- id: "",
156
- user_chapter_id: null,
157
- is_turing: !1,
158
- student_instructions_ref: null,
159
- instructions_ref: null,
160
- user_block_id: null
156
+ due_date_ts: e,
157
+ position: 2,
158
+ score: null,
159
+ sheets: [
160
+ {
161
+ user_node_id: "mathfit-section1-uuid",
162
+ node_id: "mathfit-section-1-node",
163
+ worksheet_id: "mathfit-section-1-ws",
164
+ node_type: "DYNAMIC",
165
+ course_type: "MATHFIT",
166
+ title: "Understanding",
167
+ card_header: "MATHFIT • SECTION 1",
168
+ subtext: "15 Questions • 45 mins",
169
+ state: "NOT_STARTED",
170
+ accuracy: null,
171
+ total_questions: 15,
172
+ sheet_time: 2700,
173
+ unlocked_on_ts: t,
174
+ user_attempt_id: null,
175
+ permissions: {
176
+ can_review: !1,
177
+ can_start: !0,
178
+ can_resume: !1,
179
+ can_reattempt: !1,
180
+ can_reset: !1,
181
+ can_assign_as_homework: !1,
182
+ can_teacher_review: !1,
183
+ can_unassign: !1,
184
+ can_unlock: !1,
185
+ can_mark_familiar: !1,
186
+ can_change_attempt_location: !1,
187
+ can_un_skip: !1,
188
+ can_skip: !1
189
+ },
190
+ image_url: null,
191
+ image_hue: "PURPLE",
192
+ attempt_location: "ANY",
193
+ block_id: "",
194
+ chapter_id: null,
195
+ complete_status: !1,
196
+ desmos_calculator_enabled: !1,
197
+ id: "mathfit-section1-uuid",
198
+ is_optional: !1,
199
+ is_timed: !0,
200
+ is_worksheet_v3: !0,
201
+ is_turing: !1,
202
+ learnosity_activity_ref: "mathfit-section-1-activity",
203
+ marked_as_completed: !1,
204
+ sheet_statement: "",
205
+ student_instructions_ref: null,
206
+ instructions_ref: null,
207
+ user_block_id: null,
208
+ user_chapter_id: null,
209
+ user_milestone_id: void 0,
210
+ due_date_ts: e,
211
+ activity_type: null
212
+ },
213
+ {
214
+ user_node_id: "mathfit-section2-uuid",
215
+ node_id: "mathfit-section-2-node",
216
+ worksheet_id: "mathfit-section-2-ws",
217
+ node_type: "DYNAMIC",
218
+ course_type: "MATHFIT",
219
+ title: "Application",
220
+ card_header: "MATHFIT • SECTION 2",
221
+ subtext: "10 Questions • 30 mins",
222
+ state: "LOCKED",
223
+ accuracy: null,
224
+ total_questions: 10,
225
+ sheet_time: 1800,
226
+ user_attempt_id: null,
227
+ permissions: {
228
+ can_start: !1,
229
+ can_review: !1,
230
+ can_resume: !1,
231
+ can_reattempt: !1,
232
+ can_reset: !1,
233
+ can_assign_as_homework: !1,
234
+ can_teacher_review: !1,
235
+ can_unassign: !1,
236
+ can_unlock: !1,
237
+ can_mark_familiar: !1,
238
+ can_change_attempt_location: !1,
239
+ can_un_skip: !1,
240
+ can_skip: !1
241
+ },
242
+ image_url: null,
243
+ image_hue: "PURPLE",
244
+ attempt_location: "ANY",
245
+ block_id: "",
246
+ chapter_id: null,
247
+ complete_status: !1,
248
+ desmos_calculator_enabled: !1,
249
+ id: "mathfit-section2-uuid",
250
+ is_optional: !1,
251
+ is_timed: !0,
252
+ is_worksheet_v3: !0,
253
+ is_turing: !1,
254
+ learnosity_activity_ref: "mathfit-section-2-activity",
255
+ marked_as_completed: !1,
256
+ sheet_statement: "",
257
+ student_instructions_ref: null,
258
+ instructions_ref: null,
259
+ user_block_id: null,
260
+ user_chapter_id: null,
261
+ user_milestone_id: void 0,
262
+ due_date_ts: e,
263
+ unlocked_on_ts: null,
264
+ activity_type: null
265
+ }
266
+ ]
161
267
  },
268
+ // Lesson Node
162
269
  {
163
- accuracy: null,
164
- attempt_location: "ANY",
165
- block_id: "",
166
- card_header: "TEST",
167
- chapter_id: null,
168
- course_type: "EXAM",
169
- desmos_calculator_enabled: !1,
170
- due_date_ts: 1748368416713071e-6,
171
- homework_id: "5ac50966-35a3-11f0-b52f-9207bc065284",
172
- image_hue: "YELLOW",
173
- image_url: null,
174
- activity_type: null,
175
- is_optional: !1,
176
- is_timed: !0,
177
- is_worksheet_v3: null,
178
- marked_as_completed: !1,
179
- node_id: "bbcb2c1a-3289-11ed-b746-6237f2d293d9",
180
- node_type: "DYNAMIC",
181
- permissions: {
182
- can_assign_as_homework: !1,
183
- can_change_attempt_location: !1,
184
- can_mark_familiar: !1,
185
- can_reattempt: !1,
186
- can_reset: !1,
187
- can_resume: !1,
188
- can_review: !1,
189
- can_start: !0,
190
- can_teacher_review: !1,
191
- can_unassign: !1,
192
- can_unlock: !1,
193
- can_un_skip: !1,
194
- can_skip: !1
195
- },
196
- sheet_statement: "Yet to start",
197
- sheet_time: 2700,
198
- state: "NOT_STARTED",
199
- subtext: "17 Questions, 45 Mins",
200
- title: "Factors, Multiples, and Primes • Time • An Introduction to Decimal Numbers • Fractions",
201
- total_questions: 17,
202
- unlocked_on_ts: 1747763616713071e-6,
203
- user_attempt_id: null,
204
- user_node_id: "5ac2b404-35a3-11f0-b52f-9207bc065284",
205
- worksheet_id: "bbbfd900-3289-11ed-b746-6237f2d293d9",
206
- complete_status: !1,
207
- id: "",
208
- learnosity_activity_ref: "",
209
- user_chapter_id: null,
210
- is_turing: !1,
211
- student_instructions_ref: null,
212
- instructions_ref: null,
213
- user_block_id: null
270
+ entity_type: a.USER_NODE,
271
+ entity_id: "lesson-node-uuid-123",
272
+ user_node_id: "lesson-node-uuid-123",
273
+ homework_id: "hw-lesson-123",
274
+ card_header: "LESSON",
275
+ subtext: "8 Questions · 25 mins",
276
+ image_hue: "ORANGE",
277
+ state: "IN_PROGRESS",
278
+ due_date_ts: e,
279
+ position: 3,
280
+ score: null,
281
+ id: "hw-lesson-123",
282
+ sheets: [
283
+ {
284
+ accuracy: 50,
285
+ attempt_location: "ANY",
286
+ block_id: "block-lesson-123",
287
+ card_header: "LESSON",
288
+ chapter_id: "chapter-fractions-101",
289
+ course_type: "PROGRAM",
290
+ desmos_calculator_enabled: !1,
291
+ due_date_ts: e,
292
+ image_hue: "ORANGE",
293
+ image_url: "https://dw7j1ezsvbafb.cloudfront.net/media/chapter-images/fractions.jpg",
294
+ is_optional: !1,
295
+ is_timed: !1,
296
+ is_worksheet_v3: !0,
297
+ learnosity_activity_ref: "intro-to-fractions-G3W1",
298
+ marked_as_completed: !1,
299
+ node_id: "lesson-node-id-123",
300
+ permissions: {
301
+ can_assign_as_homework: !1,
302
+ can_change_attempt_location: !1,
303
+ can_mark_familiar: !1,
304
+ can_reattempt: !1,
305
+ can_reset: !1,
306
+ can_resume: !0,
307
+ can_review: !1,
308
+ can_start: !1,
309
+ can_teacher_review: !1,
310
+ can_unassign: !0,
311
+ can_unlock: !1,
312
+ can_un_skip: !1,
313
+ can_skip: !1
314
+ },
315
+ sheet_statement: "",
316
+ sheet_time: 1500,
317
+ state: "IN_PROGRESS",
318
+ title: "Introduction to Fractions",
319
+ total_questions: 8,
320
+ unlocked_on_ts: t - 86400,
321
+ // 1 day ago
322
+ user_attempt_id: "attempt-lesson-123",
323
+ user_node_id: "lesson-node-uuid-123",
324
+ worksheet_id: "worksheet-lesson-123",
325
+ complete_status: !1,
326
+ id: "",
327
+ user_chapter_id: "chapter-fractions-101",
328
+ is_turing: !1,
329
+ student_instructions_ref: null,
330
+ instructions_ref: null,
331
+ user_block_id: "block-lesson-123",
332
+ user_milestone_id: void 0,
333
+ node_type: "REMEDIAL",
334
+ subtext: null,
335
+ activity_type: null
336
+ }
337
+ ]
214
338
  }
215
339
  ],
216
340
  queued_homeworks: []
217
341
  };
218
342
  export {
219
- t as HOMEWORK_DETAILS
343
+ _ as HOMEWORK_DETAILS
220
344
  };
221
345
  //# sourceMappingURL=home-page-homeworks-mock.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"home-page-homeworks-mock.js","sources":["../../../../../src/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.ts"],"sourcesContent":["import type { IHomeworkDetails } from '../../../homework/hw-card-list/api/get-homeworks';\n\nconst now = Math.floor(Date.now() / 1000); // current epoch in seconds\nconst fiveDaysLater = now + 5 * 24 * 60 * 60;\n\nconst HOMEWORK_DETAILS: IHomeworkDetails = {\n assigned_homeworks: [\n {\n accuracy: null,\n attempt_location: 'ANY',\n\n block_id: '23a4e676-7094-11ed-87bc-6ec30f5d70bb',\n\n card_header: 'PUZZLE',\n\n chapter_id: '8b0d5af7-3d47-4888-acef-920069c6ae13',\n\n course_type: 'PROGRAM',\n desmos_calculator_enabled: false,\n due_date_ts: 1748241531,\n\n homework_id: 'ede761ea-347b-11f0-b9d2-5e3c498fca42',\n image_hue: 'BLUE',\n image_url: 'https://dw7j1ezsvbafb.cloudfront.net/media/chapter-images/Default.jpg',\n\n activity_type: null,\n is_optional: true,\n is_timed: false,\n is_worksheet_v3: null,\n learnosity_activity_ref: 'CR_G4L1 Sum of Three Cubes',\n\n marked_as_completed: false,\n\n node_id: '1de6ac4a-8e41-4446-9a07-a93d5713a2ff',\n\n node_type: 'PUZZLE_EASY',\n permissions: {\n can_assign_as_homework: false,\n\n can_change_attempt_location: false,\n can_mark_familiar: false,\n can_reattempt: false,\n can_reset: false,\n can_resume: false,\n can_review: false,\n can_start: true,\n can_teacher_review: false,\n\n can_unassign: false,\n can_unlock: false,\n\n can_un_skip: false,\n can_skip: false,\n },\n\n sheet_statement: 'Yet to start',\n sheet_time: 2400,\n\n state: 'NOT_STARTED',\n subtext: 'Puzzle Cards',\n\n title: 'Sum of Three Cubes',\n total_questions: 0,\n unlocked_on_ts: 1747636731,\n user_attempt_id: null,\n\n user_node_id: '147520a0-2f62-11f0-876b-da0546594b04',\n worksheet_id: 'c4e1035a-d3e5-11eb-8971-6296551a51ec',\n complete_status: false,\n id: '',\n user_chapter_id: null,\n is_turing: false,\n student_instructions_ref: null,\n instructions_ref: null,\n user_block_id: null,\n },\n {\n accuracy: null,\n attempt_location: 'ANY',\n\n block_id: '',\n\n card_header: 'SMART PRACTICE',\n\n chapter_id: null,\n\n course_type: 'PROGRAM',\n desmos_calculator_enabled: false,\n due_date_ts: fiveDaysLater,\n\n homework_id: 'b5e1bf00-3586-11f0-a22a-9207bc065284',\n image_hue: 'PURPLE',\n image_url: null,\n\n activity_type: null,\n is_optional: false,\n is_timed: false,\n is_worksheet_v3: null,\n learnosity_activity_ref: 'mastery-6f8b199b-9c54-40dc-833e-69db342fec26',\n\n marked_as_completed: false,\n\n node_id: '307b7775-98fd-4831-bd2f-e87403db7da7',\n\n node_type: 'MASTERY',\n permissions: {\n can_assign_as_homework: false,\n\n can_change_attempt_location: false,\n can_mark_familiar: false,\n can_reattempt: false,\n can_reset: false,\n can_resume: false,\n can_review: false,\n can_start: true,\n can_teacher_review: false,\n\n can_unassign: false,\n can_unlock: false,\n\n can_un_skip: false,\n can_skip: false,\n },\n\n sheet_statement: 'Yet to start',\n sheet_time: 0,\n\n state: 'IN_PROGRESS',\n subtext: '10 Questions',\n\n title:\n 'Identify Types of Polygons \\u2022 Understand Decimal Numbers \\u2022 Convert Improper Fractions to Decimals',\n total_questions: 10,\n unlocked_on_ts: 1747751086,\n\n user_node_id: '2e715efe-3586-11f0-be8b-526b31ab17cd',\n worksheet_id: 'b70c4195-2727-415e-b3a0-f9c0672103dc',\n complete_status: false,\n id: '',\n user_attempt_id: null,\n user_chapter_id: null,\n is_turing: false,\n student_instructions_ref: null,\n instructions_ref: null,\n user_block_id: null,\n },\n {\n accuracy: null,\n attempt_location: 'ANY',\n\n block_id: '6c30d4f0-4bb0-4fc2-9dac-f7016f1bd589',\n\n card_header: 'LEARN',\n\n chapter_id: '8ac6c4a0-931c-4bd3-80f4-30b1c13cb8f4',\n\n course_type: 'PROGRAM',\n desmos_calculator_enabled: false,\n due_date_ts: 1747765021,\n\n homework_id: '3e05a164-35a3-11f0-b52f-9207bc065284',\n image_hue: 'BLUE',\n image_url: 'https://dw7j1ezsvbafb.cloudfront.net/media/chapter-images/Measurement_G4.jpg',\n\n activity_type: null,\n is_optional: false,\n is_timed: false,\n is_worksheet_v3: null,\n learnosity_activity_ref: 'G4-Length-Weight-Capacity-W01.vxp',\n\n marked_as_completed: false,\n\n node_id: 'ee7b2e69-fd74-4311-a378-8bb4e45449a6',\n\n node_type: 'LEARNING',\n permissions: {\n can_assign_as_homework: false,\n\n can_change_attempt_location: false,\n can_mark_familiar: true,\n can_reattempt: false,\n can_reset: false,\n can_resume: false,\n can_review: false,\n can_start: true,\n can_teacher_review: false,\n\n can_unassign: false,\n can_unlock: false,\n\n can_un_skip: false,\n can_skip: false,\n },\n\n sheet_statement: 'Yet to start',\n sheet_time: 0,\n\n state: 'NOT_STARTED',\n subtext: 'Measurement',\n\n title: 'Solve Problems on Conversion of Units of Length',\n total_questions: 34,\n unlocked_on_ts: 1747160221,\n user_attempt_id: null,\n\n user_node_id: '76f860b0-3026-11f0-8945-925795afcf7c',\n worksheet_id: '8b9bc1d6-0d7b-11ed-bf5b-4eea17b71ce5',\n complete_status: false,\n id: '',\n user_chapter_id: null,\n is_turing: false,\n student_instructions_ref: null,\n instructions_ref: null,\n user_block_id: null,\n },\n {\n accuracy: null,\n attempt_location: 'ANY',\n block_id: '',\n card_header: 'TEST',\n chapter_id: null,\n course_type: 'EXAM',\n desmos_calculator_enabled: false,\n due_date_ts: 1748368416.713071,\n homework_id: '5ac50966-35a3-11f0-b52f-9207bc065284',\n image_hue: 'YELLOW',\n image_url: null,\n activity_type: null,\n is_optional: false,\n is_timed: true,\n is_worksheet_v3: null,\n marked_as_completed: false,\n node_id: 'bbcb2c1a-3289-11ed-b746-6237f2d293d9',\n node_type: 'DYNAMIC',\n permissions: {\n can_assign_as_homework: false,\n\n can_change_attempt_location: false,\n can_mark_familiar: false,\n can_reattempt: false,\n can_reset: false,\n can_resume: false,\n can_review: false,\n can_start: true,\n can_teacher_review: false,\n\n can_unassign: false,\n can_unlock: false,\n\n can_un_skip: false,\n can_skip: false,\n },\n sheet_statement: 'Yet to start',\n sheet_time: 2700,\n state: 'NOT_STARTED',\n subtext: '17 Questions, 45 Mins',\n title:\n 'Factors, Multiples, and Primes \\u2022 Time \\u2022 An Introduction to Decimal Numbers \\u2022 Fractions',\n total_questions: 17,\n unlocked_on_ts: 1747763616.713071,\n user_attempt_id: null,\n\n user_node_id: '5ac2b404-35a3-11f0-b52f-9207bc065284',\n worksheet_id: 'bbbfd900-3289-11ed-b746-6237f2d293d9',\n complete_status: false,\n id: '',\n learnosity_activity_ref: '',\n user_chapter_id: null,\n is_turing: false,\n student_instructions_ref: null,\n instructions_ref: null,\n user_block_id: null,\n },\n ],\n queued_homeworks: [],\n};\n\nexport { HOMEWORK_DETAILS };\n"],"names":["now","fiveDaysLater","HOMEWORK_DETAILS"],"mappings":"AAEA,MAAMA,IAAM,KAAK,MAAM,KAAK,IAAA,IAAQ,GAAI,GAClCC,IAAgBD,IAAM,IAAI,KAAK,KAAK,IAEpCE,IAAqC;AAAA,EACzC,oBAAoB;AAAA,IAClB;AAAA,MACE,UAAU;AAAA,MACV,kBAAkB;AAAA,MAElB,UAAU;AAAA,MAEV,aAAa;AAAA,MAEb,YAAY;AAAA,MAEZ,aAAa;AAAA,MACb,2BAA2B;AAAA,MAC3B,aAAa;AAAA,MAEb,aAAa;AAAA,MACb,WAAW;AAAA,MACX,WAAW;AAAA,MAEX,eAAe;AAAA,MACf,aAAa;AAAA,MACb,UAAU;AAAA,MACV,iBAAiB;AAAA,MACjB,yBAAyB;AAAA,MAEzB,qBAAqB;AAAA,MAErB,SAAS;AAAA,MAET,WAAW;AAAA,MACX,aAAa;AAAA,QACX,wBAAwB;AAAA,QAExB,6BAA6B;AAAA,QAC7B,mBAAmB;AAAA,QACnB,eAAe;AAAA,QACf,WAAW;AAAA,QACX,YAAY;AAAA,QACZ,YAAY;AAAA,QACZ,WAAW;AAAA,QACX,oBAAoB;AAAA,QAEpB,cAAc;AAAA,QACd,YAAY;AAAA,QAEZ,aAAa;AAAA,QACb,UAAU;AAAA,MACZ;AAAA,MAEA,iBAAiB;AAAA,MACjB,YAAY;AAAA,MAEZ,OAAO;AAAA,MACP,SAAS;AAAA,MAET,OAAO;AAAA,MACP,iBAAiB;AAAA,MACjB,gBAAgB;AAAA,MAChB,iBAAiB;AAAA,MAEjB,cAAc;AAAA,MACd,cAAc;AAAA,MACd,iBAAiB;AAAA,MACjB,IAAI;AAAA,MACJ,iBAAiB;AAAA,MACjB,WAAW;AAAA,MACX,0BAA0B;AAAA,MAC1B,kBAAkB;AAAA,MAClB,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,UAAU;AAAA,MACV,kBAAkB;AAAA,MAElB,UAAU;AAAA,MAEV,aAAa;AAAA,MAEb,YAAY;AAAA,MAEZ,aAAa;AAAA,MACb,2BAA2B;AAAA,MAC3B,aAAaD;AAAA,MAEb,aAAa;AAAA,MACb,WAAW;AAAA,MACX,WAAW;AAAA,MAEX,eAAe;AAAA,MACf,aAAa;AAAA,MACb,UAAU;AAAA,MACV,iBAAiB;AAAA,MACjB,yBAAyB;AAAA,MAEzB,qBAAqB;AAAA,MAErB,SAAS;AAAA,MAET,WAAW;AAAA,MACX,aAAa;AAAA,QACX,wBAAwB;AAAA,QAExB,6BAA6B;AAAA,QAC7B,mBAAmB;AAAA,QACnB,eAAe;AAAA,QACf,WAAW;AAAA,QACX,YAAY;AAAA,QACZ,YAAY;AAAA,QACZ,WAAW;AAAA,QACX,oBAAoB;AAAA,QAEpB,cAAc;AAAA,QACd,YAAY;AAAA,QAEZ,aAAa;AAAA,QACb,UAAU;AAAA,MACZ;AAAA,MAEA,iBAAiB;AAAA,MACjB,YAAY;AAAA,MAEZ,OAAO;AAAA,MACP,SAAS;AAAA,MAET,OACE;AAAA,MACF,iBAAiB;AAAA,MACjB,gBAAgB;AAAA,MAEhB,cAAc;AAAA,MACd,cAAc;AAAA,MACd,iBAAiB;AAAA,MACjB,IAAI;AAAA,MACJ,iBAAiB;AAAA,MACjB,iBAAiB;AAAA,MACjB,WAAW;AAAA,MACX,0BAA0B;AAAA,MAC1B,kBAAkB;AAAA,MAClB,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,UAAU;AAAA,MACV,kBAAkB;AAAA,MAElB,UAAU;AAAA,MAEV,aAAa;AAAA,MAEb,YAAY;AAAA,MAEZ,aAAa;AAAA,MACb,2BAA2B;AAAA,MAC3B,aAAa;AAAA,MAEb,aAAa;AAAA,MACb,WAAW;AAAA,MACX,WAAW;AAAA,MAEX,eAAe;AAAA,MACf,aAAa;AAAA,MACb,UAAU;AAAA,MACV,iBAAiB;AAAA,MACjB,yBAAyB;AAAA,MAEzB,qBAAqB;AAAA,MAErB,SAAS;AAAA,MAET,WAAW;AAAA,MACX,aAAa;AAAA,QACX,wBAAwB;AAAA,QAExB,6BAA6B;AAAA,QAC7B,mBAAmB;AAAA,QACnB,eAAe;AAAA,QACf,WAAW;AAAA,QACX,YAAY;AAAA,QACZ,YAAY;AAAA,QACZ,WAAW;AAAA,QACX,oBAAoB;AAAA,QAEpB,cAAc;AAAA,QACd,YAAY;AAAA,QAEZ,aAAa;AAAA,QACb,UAAU;AAAA,MACZ;AAAA,MAEA,iBAAiB;AAAA,MACjB,YAAY;AAAA,MAEZ,OAAO;AAAA,MACP,SAAS;AAAA,MAET,OAAO;AAAA,MACP,iBAAiB;AAAA,MACjB,gBAAgB;AAAA,MAChB,iBAAiB;AAAA,MAEjB,cAAc;AAAA,MACd,cAAc;AAAA,MACd,iBAAiB;AAAA,MACjB,IAAI;AAAA,MACJ,iBAAiB;AAAA,MACjB,WAAW;AAAA,MACX,0BAA0B;AAAA,MAC1B,kBAAkB;AAAA,MAClB,eAAe;AAAA,IACjB;AAAA,IACA;AAAA,MACE,UAAU;AAAA,MACV,kBAAkB;AAAA,MAClB,UAAU;AAAA,MACV,aAAa;AAAA,MACb,YAAY;AAAA,MACZ,aAAa;AAAA,MACb,2BAA2B;AAAA,MAC3B,aAAa;AAAA,MACb,aAAa;AAAA,MACb,WAAW;AAAA,MACX,WAAW;AAAA,MACX,eAAe;AAAA,MACf,aAAa;AAAA,MACb,UAAU;AAAA,MACV,iBAAiB;AAAA,MACjB,qBAAqB;AAAA,MACrB,SAAS;AAAA,MACT,WAAW;AAAA,MACX,aAAa;AAAA,QACX,wBAAwB;AAAA,QAExB,6BAA6B;AAAA,QAC7B,mBAAmB;AAAA,QACnB,eAAe;AAAA,QACf,WAAW;AAAA,QACX,YAAY;AAAA,QACZ,YAAY;AAAA,QACZ,WAAW;AAAA,QACX,oBAAoB;AAAA,QAEpB,cAAc;AAAA,QACd,YAAY;AAAA,QAEZ,aAAa;AAAA,QACb,UAAU;AAAA,MACZ;AAAA,MACA,iBAAiB;AAAA,MACjB,YAAY;AAAA,MACZ,OAAO;AAAA,MACP,SAAS;AAAA,MACT,OACE;AAAA,MACF,iBAAiB;AAAA,MACjB,gBAAgB;AAAA,MAChB,iBAAiB;AAAA,MAEjB,cAAc;AAAA,MACd,cAAc;AAAA,MACd,iBAAiB;AAAA,MACjB,IAAI;AAAA,MACJ,yBAAyB;AAAA,MACzB,iBAAiB;AAAA,MACjB,WAAW;AAAA,MACX,0BAA0B;AAAA,MAC1B,kBAAkB;AAAA,MAClB,eAAe;AAAA,IACjB;AAAA,EACF;AAAA,EACA,kBAAkB,CAAC;AACrB;"}
1
+ {"version":3,"file":"home-page-homeworks-mock.js","sources":["../../../../../src/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.ts"],"sourcesContent":["import type { IHomeworkDetails } from '../../../homework/hw-card-list/api/get-homeworks';\nimport { HW_CARD_LIST_ENTITY_TYPE } from '../../../homework/hw-card-list/hw-card-list-types';\n\nconst now = Math.floor(Date.now() / 1000); // current epoch in seconds\nconst fiveDaysLater = now + 5 * 24 * 60 * 60;\n\nconst HOMEWORK_DETAILS: IHomeworkDetails = {\n assigned_homeworks: [\n // Puzzle Card\n {\n entity_type: HW_CARD_LIST_ENTITY_TYPE.USER_NODE,\n entity_id: '147520a0-2f62-11f0-876b-da0546594b04',\n user_node_id: '147520a0-2f62-11f0-876b-da0546594b04',\n homework_id: 'ede761ea-347b-11f0-b9d2-5e3c498fca42',\n card_header: 'PUZZLE',\n subtext: 'Puzzle Cards',\n image_hue: 'BLUE',\n state: 'NOT_STARTED',\n due_date_ts: 1748241531,\n position: 0,\n id: 'ede761ea-347b-11f0-b9d2-5e3c498fca42',\n score: null,\n sheets: [\n {\n accuracy: null,\n attempt_location: 'ANY',\n block_id: '23a4e676-7094-11ed-87bc-6ec30f5d70bb',\n card_header: 'PUZZLE',\n chapter_id: '8b0d5af7-3d47-4888-acef-920069c6ae13',\n course_type: 'PROGRAM',\n desmos_calculator_enabled: false,\n due_date_ts: 1748241531,\n image_hue: 'BLUE',\n image_url: 'https://dw7j1ezsvbafb.cloudfront.net/media/chapter-images/Default.jpg',\n is_optional: true,\n is_timed: false,\n is_worksheet_v3: null,\n learnosity_activity_ref: 'CR_G4L1 Sum of Three Cubes',\n marked_as_completed: false,\n node_id: '1de6ac4a-8e41-4446-9a07-a93d5713a2ff',\n node_type: 'PUZZLE_EASY',\n permissions: {\n can_assign_as_homework: false,\n can_change_attempt_location: false,\n can_mark_familiar: false,\n can_reattempt: false,\n can_reset: false,\n can_resume: false,\n can_review: false,\n can_start: true,\n can_teacher_review: false,\n can_unassign: false,\n can_unlock: false,\n can_un_skip: false,\n can_skip: false,\n },\n sheet_statement: 'Yet to start',\n sheet_time: 2400,\n state: 'NOT_STARTED',\n title: 'Sum of Three Cubes',\n total_questions: 0,\n unlocked_on_ts: 1747636731,\n user_attempt_id: null,\n user_node_id: '147520a0-2f62-11f0-876b-da0546594b04',\n worksheet_id: 'c4e1035a-d3e5-11eb-8971-6296551a51ec',\n complete_status: false,\n id: '',\n user_chapter_id: null,\n is_turing: false,\n student_instructions_ref: null,\n instructions_ref: null,\n user_block_id: null,\n user_milestone_id: undefined,\n subtext: null,\n activity_type: null,\n },\n ],\n },\n // Smart Practice (Dynamic)\n {\n entity_type: HW_CARD_LIST_ENTITY_TYPE.USER_NODE,\n entity_id: 'c2d38bf6-306d-11f0-a23f-126d2a0e16e8',\n user_node_id: 'c2d38bf6-306d-11f0-a23f-126d2a0e16e8',\n homework_id: '50bfb9e6-f984-11ee-bcfc-d6332bd3e75f',\n card_header: 'SMART PRACTICE',\n subtext: '5 Questions · 15 mins',\n image_hue: 'GREEN',\n state: 'NOT_STARTED',\n due_date_ts: fiveDaysLater,\n position: 1,\n score: null,\n id: '50bfb9e6-f984-11ee-bcfc-d6332bd3e75f',\n sheets: [\n {\n accuracy: null,\n attempt_location: 'ANY',\n block_id: '',\n card_header: 'SMART PRACTICE',\n chapter_id: null,\n course_type: 'PROGRAM',\n desmos_calculator_enabled: false,\n due_date_ts: fiveDaysLater,\n image_hue: 'GREEN',\n image_url: null,\n is_optional: false,\n is_timed: false,\n is_worksheet_v3: true,\n learnosity_activity_ref: 'Subtraction-practice-G1W1',\n marked_as_completed: false,\n node_id: 'a0c8b6d4-306c-11f0-a23f-126d2a0e16e8',\n node_type: 'DYNAMIC',\n permissions: {\n can_assign_as_homework: false,\n can_change_attempt_location: false,\n can_mark_familiar: false,\n can_reattempt: false,\n can_reset: false,\n can_resume: false,\n can_review: false,\n can_start: true,\n can_teacher_review: false,\n can_unassign: false,\n can_unlock: false,\n can_un_skip: false,\n can_skip: false,\n },\n sheet_statement: '',\n sheet_time: 900,\n state: 'NOT_STARTED',\n title: 'Smart Practice',\n total_questions: 5,\n unlocked_on_ts: now,\n user_attempt_id: null,\n user_node_id: 'c2d38bf6-306d-11f0-a23f-126d2a0e16e8',\n worksheet_id: 'worksheet-456',\n complete_status: false,\n id: '',\n user_chapter_id: null,\n is_turing: false,\n student_instructions_ref: null,\n instructions_ref: null,\n user_block_id: null,\n user_milestone_id: undefined,\n subtext: null,\n activity_type: null,\n },\n ],\n },\n // MathFit Assessment\n {\n entity_type: HW_CARD_LIST_ENTITY_TYPE.MATHFIT_TEST,\n entity_id: 'mathfit-assessment-id-456',\n homework_id: 'hw-mathfit-456',\n homework_created_on_ts: now,\n user_milestone_id: null,\n card_header: 'MATHFIT ASSESSMENT',\n id: 'hw-mathfit-456',\n subtext: '25 Questions • 75 mins',\n image_hue: 'PURPLE',\n state: 'NOT_STARTED',\n due_date_ts: fiveDaysLater,\n position: 2,\n score: null,\n sheets: [\n {\n user_node_id: 'mathfit-section1-uuid',\n node_id: 'mathfit-section-1-node',\n worksheet_id: 'mathfit-section-1-ws',\n node_type: 'DYNAMIC',\n course_type: 'MATHFIT',\n title: 'Understanding',\n card_header: 'MATHFIT • SECTION 1',\n subtext: '15 Questions • 45 mins',\n state: 'NOT_STARTED',\n accuracy: null,\n total_questions: 15,\n sheet_time: 2700,\n unlocked_on_ts: now,\n user_attempt_id: null,\n permissions: {\n can_review: false,\n can_start: true,\n can_resume: false,\n can_reattempt: false,\n can_reset: false,\n can_assign_as_homework: false,\n can_teacher_review: false,\n can_unassign: false,\n can_unlock: false,\n can_mark_familiar: false,\n can_change_attempt_location: false,\n can_un_skip: false,\n can_skip: false,\n },\n image_url: null,\n image_hue: 'PURPLE',\n attempt_location: 'ANY',\n block_id: '',\n chapter_id: null,\n complete_status: false,\n desmos_calculator_enabled: false,\n id: 'mathfit-section1-uuid',\n is_optional: false,\n is_timed: true,\n is_worksheet_v3: true,\n is_turing: false,\n learnosity_activity_ref: 'mathfit-section-1-activity',\n marked_as_completed: false,\n sheet_statement: '',\n student_instructions_ref: null,\n instructions_ref: null,\n user_block_id: null,\n user_chapter_id: null,\n user_milestone_id: undefined,\n due_date_ts: fiveDaysLater,\n activity_type: null,\n },\n {\n user_node_id: 'mathfit-section2-uuid',\n node_id: 'mathfit-section-2-node',\n worksheet_id: 'mathfit-section-2-ws',\n node_type: 'DYNAMIC',\n course_type: 'MATHFIT',\n title: 'Application',\n card_header: 'MATHFIT • SECTION 2',\n subtext: '10 Questions • 30 mins',\n state: 'LOCKED',\n accuracy: null,\n total_questions: 10,\n sheet_time: 1800,\n user_attempt_id: null,\n permissions: {\n can_start: false,\n can_review: false,\n can_resume: false,\n can_reattempt: false,\n can_reset: false,\n can_assign_as_homework: false,\n can_teacher_review: false,\n can_unassign: false,\n can_unlock: false,\n can_mark_familiar: false,\n can_change_attempt_location: false,\n can_un_skip: false,\n can_skip: false,\n },\n image_url: null,\n image_hue: 'PURPLE',\n attempt_location: 'ANY',\n block_id: '',\n chapter_id: null,\n complete_status: false,\n desmos_calculator_enabled: false,\n id: 'mathfit-section2-uuid',\n is_optional: false,\n is_timed: true,\n is_worksheet_v3: true,\n is_turing: false,\n learnosity_activity_ref: 'mathfit-section-2-activity',\n marked_as_completed: false,\n sheet_statement: '',\n student_instructions_ref: null,\n instructions_ref: null,\n user_block_id: null,\n user_chapter_id: null,\n user_milestone_id: undefined,\n due_date_ts: fiveDaysLater,\n unlocked_on_ts: null,\n activity_type: null,\n },\n ],\n },\n // Lesson Node\n {\n entity_type: HW_CARD_LIST_ENTITY_TYPE.USER_NODE,\n entity_id: 'lesson-node-uuid-123',\n user_node_id: 'lesson-node-uuid-123',\n homework_id: 'hw-lesson-123',\n card_header: 'LESSON',\n subtext: '8 Questions · 25 mins',\n image_hue: 'ORANGE',\n state: 'IN_PROGRESS',\n due_date_ts: fiveDaysLater,\n position: 3,\n score: null,\n id: 'hw-lesson-123',\n sheets: [\n {\n accuracy: 50,\n attempt_location: 'ANY',\n block_id: 'block-lesson-123',\n card_header: 'LESSON',\n chapter_id: 'chapter-fractions-101',\n course_type: 'PROGRAM',\n desmos_calculator_enabled: false,\n due_date_ts: fiveDaysLater,\n image_hue: 'ORANGE',\n image_url: 'https://dw7j1ezsvbafb.cloudfront.net/media/chapter-images/fractions.jpg',\n is_optional: false,\n is_timed: false,\n is_worksheet_v3: true,\n learnosity_activity_ref: 'intro-to-fractions-G3W1',\n marked_as_completed: false,\n node_id: 'lesson-node-id-123',\n permissions: {\n can_assign_as_homework: false,\n can_change_attempt_location: false,\n can_mark_familiar: false,\n can_reattempt: false,\n can_reset: false,\n can_resume: true,\n can_review: false,\n can_start: false,\n can_teacher_review: false,\n can_unassign: true,\n can_unlock: false,\n can_un_skip: false,\n can_skip: false,\n },\n sheet_statement: '',\n sheet_time: 1500,\n state: 'IN_PROGRESS',\n title: 'Introduction to Fractions',\n total_questions: 8,\n unlocked_on_ts: now - 86400, // 1 day ago\n user_attempt_id: 'attempt-lesson-123',\n user_node_id: 'lesson-node-uuid-123',\n worksheet_id: 'worksheet-lesson-123',\n complete_status: false,\n id: '',\n user_chapter_id: 'chapter-fractions-101',\n is_turing: false,\n student_instructions_ref: null,\n instructions_ref: null,\n user_block_id: 'block-lesson-123',\n user_milestone_id: undefined,\n node_type: 'REMEDIAL',\n subtext: null,\n activity_type: null,\n },\n ],\n },\n ],\n queued_homeworks: [],\n};\n\nexport { HOMEWORK_DETAILS };\n"],"names":["now","fiveDaysLater","HOMEWORK_DETAILS","HW_CARD_LIST_ENTITY_TYPE"],"mappings":"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"}