@magmamath/students-features 0.9.5-rc.2 → 0.9.5

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 (149) hide show
  1. package/dist/commonjs/features/endOfAssignment/components/AssessmentScoreCard/AssessmentScoreCard.js +44 -0
  2. package/dist/commonjs/features/endOfAssignment/components/AssessmentScoreCard/AssessmentScoreCard.js.map +1 -0
  3. package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js +10 -3
  4. package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js.map +1 -1
  5. package/dist/commonjs/features/endOfAssignment/components/EOAModal.js +2 -4
  6. package/dist/commonjs/features/endOfAssignment/components/EOAModal.js.map +1 -1
  7. package/dist/commonjs/features/endOfAssignment/components/ExamPaused/ExamPaused.js +5 -3
  8. package/dist/commonjs/features/endOfAssignment/components/ExamPaused/ExamPaused.js.map +1 -1
  9. package/dist/commonjs/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js +2 -1
  10. package/dist/commonjs/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js.map +1 -1
  11. package/dist/commonjs/features/endOfAssignment/components/NoAnswer/NoAnswer.js +9 -2
  12. package/dist/commonjs/features/endOfAssignment/components/NoAnswer/NoAnswer.js.map +1 -1
  13. package/dist/commonjs/features/endOfAssignment/helpers.js +10 -3
  14. package/dist/commonjs/features/endOfAssignment/helpers.js.map +1 -1
  15. package/dist/commonjs/features/endOfAssignment/model/model.js +7 -0
  16. package/dist/commonjs/features/endOfAssignment/model/model.js.map +1 -1
  17. package/dist/commonjs/features/endOfAssignment/ui/PracticeButtonGroup.js +2 -2
  18. package/dist/commonjs/features/endOfAssignment/ui/PracticeButtonGroup.js.map +1 -1
  19. package/dist/commonjs/features/keyboard/components/BasicLayout/keyboardGroups.js +1 -5
  20. package/dist/commonjs/features/keyboard/components/BasicLayout/keyboardGroups.js.map +1 -1
  21. package/dist/commonjs/features/keyboard/constants/keyboardGroupsByLocale.js +0 -20
  22. package/dist/commonjs/features/keyboard/constants/keyboardGroupsByLocale.js.map +1 -1
  23. package/dist/commonjs/features/keyboard/types/keyboardGroupIds.js +0 -1
  24. package/dist/commonjs/features/keyboard/types/keyboardGroupIds.js.map +1 -1
  25. package/dist/commonjs/lib/helpers/helpers.js +5 -28
  26. package/dist/commonjs/lib/helpers/helpers.js.map +1 -1
  27. package/dist/commonjs/shared/translation/constants.js +1 -3
  28. package/dist/commonjs/shared/translation/constants.js.map +1 -1
  29. package/dist/commonjs/shared/translation/localization/ca.json +5 -5
  30. package/dist/commonjs/shared/translation/localization/en.json +5 -5
  31. package/dist/commonjs/shared/translation/localization/gb.json +5 -5
  32. package/dist/commonjs/shared/translation/localization/sct.json +5 -5
  33. package/dist/commonjs/shared/translation/localization/sw.json +5 -5
  34. package/dist/commonjs/shared/translation/types.js +0 -1
  35. package/dist/commonjs/shared/translation/types.js.map +1 -1
  36. package/dist/module/features/endOfAssignment/components/AssessmentScoreCard/AssessmentScoreCard.js +38 -0
  37. package/dist/module/features/endOfAssignment/components/AssessmentScoreCard/AssessmentScoreCard.js.map +1 -0
  38. package/dist/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js +10 -3
  39. package/dist/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js.map +1 -1
  40. package/dist/module/features/endOfAssignment/components/EOAModal.js +2 -4
  41. package/dist/module/features/endOfAssignment/components/EOAModal.js.map +1 -1
  42. package/dist/module/features/endOfAssignment/components/ExamPaused/ExamPaused.js +6 -4
  43. package/dist/module/features/endOfAssignment/components/ExamPaused/ExamPaused.js.map +1 -1
  44. package/dist/module/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js +3 -2
  45. package/dist/module/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js.map +1 -1
  46. package/dist/module/features/endOfAssignment/components/NoAnswer/NoAnswer.js +9 -2
  47. package/dist/module/features/endOfAssignment/components/NoAnswer/NoAnswer.js.map +1 -1
  48. package/dist/module/features/endOfAssignment/helpers.js +8 -2
  49. package/dist/module/features/endOfAssignment/helpers.js.map +1 -1
  50. package/dist/module/features/endOfAssignment/model/model.js +7 -0
  51. package/dist/module/features/endOfAssignment/model/model.js.map +1 -1
  52. package/dist/module/features/endOfAssignment/ui/PracticeButtonGroup.js +2 -2
  53. package/dist/module/features/endOfAssignment/ui/PracticeButtonGroup.js.map +1 -1
  54. package/dist/module/features/keyboard/components/BasicLayout/keyboardGroups.js +0 -4
  55. package/dist/module/features/keyboard/components/BasicLayout/keyboardGroups.js.map +1 -1
  56. package/dist/module/features/keyboard/constants/keyboardGroupsByLocale.js +1 -21
  57. package/dist/module/features/keyboard/constants/keyboardGroupsByLocale.js.map +1 -1
  58. package/dist/module/features/keyboard/types/keyboardGroupIds.js +0 -1
  59. package/dist/module/features/keyboard/types/keyboardGroupIds.js.map +1 -1
  60. package/dist/module/lib/helpers/helpers.js +5 -28
  61. package/dist/module/lib/helpers/helpers.js.map +1 -1
  62. package/dist/module/shared/translation/constants.js +1 -3
  63. package/dist/module/shared/translation/constants.js.map +1 -1
  64. package/dist/module/shared/translation/localization/ca.json +5 -5
  65. package/dist/module/shared/translation/localization/en.json +5 -5
  66. package/dist/module/shared/translation/localization/gb.json +5 -5
  67. package/dist/module/shared/translation/localization/sct.json +5 -5
  68. package/dist/module/shared/translation/localization/sw.json +5 -5
  69. package/dist/module/shared/translation/types.js +0 -1
  70. package/dist/module/shared/translation/types.js.map +1 -1
  71. package/dist/typescript/commonjs/features/endOfAssignment/components/AssessmentScoreCard/AssessmentScoreCard.d.ts +10 -0
  72. package/dist/typescript/commonjs/features/endOfAssignment/components/AssessmentScoreCard/AssessmentScoreCard.d.ts.map +1 -0
  73. package/dist/typescript/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.d.ts.map +1 -1
  74. package/dist/typescript/commonjs/features/endOfAssignment/components/EOAModal.d.ts +1 -3
  75. package/dist/typescript/commonjs/features/endOfAssignment/components/EOAModal.d.ts.map +1 -1
  76. package/dist/typescript/commonjs/features/endOfAssignment/components/ExamPaused/ExamPaused.d.ts +1 -1
  77. package/dist/typescript/commonjs/features/endOfAssignment/components/ExamPaused/ExamPaused.d.ts.map +1 -1
  78. package/dist/typescript/commonjs/features/endOfAssignment/components/ExamSubmit/ExamSubmit.d.ts.map +1 -1
  79. package/dist/typescript/commonjs/features/endOfAssignment/components/NoAnswer/NoAnswer.d.ts.map +1 -1
  80. package/dist/typescript/commonjs/features/endOfAssignment/helpers.d.ts +3 -1
  81. package/dist/typescript/commonjs/features/endOfAssignment/helpers.d.ts.map +1 -1
  82. package/dist/typescript/commonjs/features/endOfAssignment/model/model.d.ts +5 -0
  83. package/dist/typescript/commonjs/features/endOfAssignment/model/model.d.ts.map +1 -1
  84. package/dist/typescript/commonjs/features/endOfAssignment/types.d.ts +2 -2
  85. package/dist/typescript/commonjs/features/endOfAssignment/types.d.ts.map +1 -1
  86. package/dist/typescript/commonjs/features/endOfAssignment/ui/PracticeButtonGroup.d.ts +3 -2
  87. package/dist/typescript/commonjs/features/endOfAssignment/ui/PracticeButtonGroup.d.ts.map +1 -1
  88. package/dist/typescript/commonjs/features/keyboard/components/BasicLayout/keyboardGroups.d.ts +0 -1
  89. package/dist/typescript/commonjs/features/keyboard/components/BasicLayout/keyboardGroups.d.ts.map +1 -1
  90. package/dist/typescript/commonjs/features/keyboard/constants/keyboardGroupsByLocale.d.ts.map +1 -1
  91. package/dist/typescript/commonjs/features/keyboard/types/keyboardGroupIds.d.ts +0 -1
  92. package/dist/typescript/commonjs/features/keyboard/types/keyboardGroupIds.d.ts.map +1 -1
  93. package/dist/typescript/commonjs/lib/helpers/helpers.d.ts.map +1 -1
  94. package/dist/typescript/commonjs/shared/translation/constants.d.ts +0 -42
  95. package/dist/typescript/commonjs/shared/translation/constants.d.ts.map +1 -1
  96. package/dist/typescript/commonjs/shared/translation/types.d.ts +1 -2
  97. package/dist/typescript/commonjs/shared/translation/types.d.ts.map +1 -1
  98. package/dist/typescript/module/features/endOfAssignment/components/AssessmentScoreCard/AssessmentScoreCard.d.ts +10 -0
  99. package/dist/typescript/module/features/endOfAssignment/components/AssessmentScoreCard/AssessmentScoreCard.d.ts.map +1 -0
  100. package/dist/typescript/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.d.ts.map +1 -1
  101. package/dist/typescript/module/features/endOfAssignment/components/EOAModal.d.ts +1 -3
  102. package/dist/typescript/module/features/endOfAssignment/components/EOAModal.d.ts.map +1 -1
  103. package/dist/typescript/module/features/endOfAssignment/components/ExamPaused/ExamPaused.d.ts +1 -1
  104. package/dist/typescript/module/features/endOfAssignment/components/ExamPaused/ExamPaused.d.ts.map +1 -1
  105. package/dist/typescript/module/features/endOfAssignment/components/ExamSubmit/ExamSubmit.d.ts.map +1 -1
  106. package/dist/typescript/module/features/endOfAssignment/components/NoAnswer/NoAnswer.d.ts.map +1 -1
  107. package/dist/typescript/module/features/endOfAssignment/helpers.d.ts +3 -1
  108. package/dist/typescript/module/features/endOfAssignment/helpers.d.ts.map +1 -1
  109. package/dist/typescript/module/features/endOfAssignment/model/model.d.ts +5 -0
  110. package/dist/typescript/module/features/endOfAssignment/model/model.d.ts.map +1 -1
  111. package/dist/typescript/module/features/endOfAssignment/types.d.ts +2 -2
  112. package/dist/typescript/module/features/endOfAssignment/types.d.ts.map +1 -1
  113. package/dist/typescript/module/features/endOfAssignment/ui/PracticeButtonGroup.d.ts +3 -2
  114. package/dist/typescript/module/features/endOfAssignment/ui/PracticeButtonGroup.d.ts.map +1 -1
  115. package/dist/typescript/module/features/keyboard/components/BasicLayout/keyboardGroups.d.ts +0 -1
  116. package/dist/typescript/module/features/keyboard/components/BasicLayout/keyboardGroups.d.ts.map +1 -1
  117. package/dist/typescript/module/features/keyboard/constants/keyboardGroupsByLocale.d.ts.map +1 -1
  118. package/dist/typescript/module/features/keyboard/types/keyboardGroupIds.d.ts +0 -1
  119. package/dist/typescript/module/features/keyboard/types/keyboardGroupIds.d.ts.map +1 -1
  120. package/dist/typescript/module/lib/helpers/helpers.d.ts.map +1 -1
  121. package/dist/typescript/module/shared/translation/constants.d.ts +0 -42
  122. package/dist/typescript/module/shared/translation/constants.d.ts.map +1 -1
  123. package/dist/typescript/module/shared/translation/types.d.ts +1 -2
  124. package/dist/typescript/module/shared/translation/types.d.ts.map +1 -1
  125. package/package.json +2 -2
  126. package/src/features/endOfAssignment/components/AssessmentScoreCard/AssessmentScoreCard.tsx +43 -0
  127. package/src/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.tsx +20 -10
  128. package/src/features/endOfAssignment/components/EOAModal.tsx +2 -9
  129. package/src/features/endOfAssignment/components/ExamPaused/ExamPaused.tsx +6 -6
  130. package/src/features/endOfAssignment/components/ExamSubmit/ExamSubmit.tsx +2 -2
  131. package/src/features/endOfAssignment/components/NoAnswer/NoAnswer.tsx +17 -6
  132. package/src/features/endOfAssignment/helpers.ts +10 -3
  133. package/src/features/endOfAssignment/model/model.ts +5 -1
  134. package/src/features/endOfAssignment/types.ts +2 -1
  135. package/src/features/endOfAssignment/ui/PracticeButtonGroup.tsx +4 -3
  136. package/src/features/keyboard/components/BasicLayout/keyboardGroups.ts +0 -4
  137. package/src/features/keyboard/constants/keyboardGroupsByLocale.ts +0 -21
  138. package/src/features/keyboard/types/keyboardGroupIds.ts +0 -1
  139. package/src/lib/helpers/helpers.ts +8 -23
  140. package/src/shared/translation/constants.ts +0 -2
  141. package/src/shared/translation/localization/ca.json +5 -5
  142. package/src/shared/translation/localization/en.json +5 -5
  143. package/src/shared/translation/localization/gb.json +5 -5
  144. package/src/shared/translation/localization/sct.json +5 -5
  145. package/src/shared/translation/localization/sw.json +5 -5
  146. package/src/shared/translation/types.ts +0 -4
  147. package/dist/commonjs/shared/translation/localization/de.json +0 -42
  148. package/dist/module/shared/translation/localization/de.json +0 -42
  149. package/src/shared/translation/localization/de.json +0 -42
@@ -27,7 +27,6 @@ export declare enum MathEntryKeyboardGroupId {
27
27
  CURRENCY_SW = "math-entry-currency-sw",
28
28
  CURRENCY_UK = "math-entry-currency-uk",
29
29
  CURRENCY_US = "math-entry-currency-us",
30
- CURRENCY_DE = "math-entry-currency-de",
31
30
  UNDERLINED = "math-entry-underlined"
32
31
  }
33
32
  //# sourceMappingURL=keyboardGroupIds.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"keyboardGroupIds.d.ts","sourceRoot":"","sources":["../../../../../../src/features/keyboard/types/keyboardGroupIds.ts"],"names":[],"mappings":"AAAA,oBAAY,wBAAwB;IAClC,eAAe,+BAA+B;IAC9C,sBAAsB,sCAAsC;IAC5D,kBAAkB,kCAAkC;IACpD,yBAAyB,yCAAyC;IAClE,aAAa,6BAA6B;IAC1C,oBAAoB,oCAAoC;IACxD,aAAa,6BAA6B;IAC1C,iBAAiB,iCAAiC;IAClD,OAAO,uBAAuB;IAC9B,UAAU,0BAA0B;IACpC,UAAU,0BAA0B;IACpC,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,aAAa,6BAA6B;IAC1C,aAAa,6BAA6B;IAC1C,aAAa,6BAA6B;IAC1C,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,KAAK,qBAAqB;IAC1B,QAAQ,wBAAwB;IAChC,OAAO,uBAAuB;IAC9B,OAAO,uBAAuB;IAC9B,WAAW,2BAA2B;IACtC,WAAW,2BAA2B;IACtC,WAAW,2BAA2B;IACtC,WAAW,2BAA2B;IACtC,UAAU,0BAA0B;CACrC"}
1
+ {"version":3,"file":"keyboardGroupIds.d.ts","sourceRoot":"","sources":["../../../../../../src/features/keyboard/types/keyboardGroupIds.ts"],"names":[],"mappings":"AAAA,oBAAY,wBAAwB;IAClC,eAAe,+BAA+B;IAC9C,sBAAsB,sCAAsC;IAC5D,kBAAkB,kCAAkC;IACpD,yBAAyB,yCAAyC;IAClE,aAAa,6BAA6B;IAC1C,oBAAoB,oCAAoC;IACxD,aAAa,6BAA6B;IAC1C,iBAAiB,iCAAiC;IAClD,OAAO,uBAAuB;IAC9B,UAAU,0BAA0B;IACpC,UAAU,0BAA0B;IACpC,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,aAAa,6BAA6B;IAC1C,aAAa,6BAA6B;IAC1C,aAAa,6BAA6B;IAC1C,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,KAAK,qBAAqB;IAC1B,QAAQ,wBAAwB;IAChC,OAAO,uBAAuB;IAC9B,OAAO,uBAAuB;IAC9B,WAAW,2BAA2B;IACtC,WAAW,2BAA2B;IACtC,WAAW,2BAA2B;IACtC,UAAU,0BAA0B;CACrC"}
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../src/lib/helpers/helpers.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI,YAAW,CAAA;AAE5B,eAAO,MAAM,gBAAgB,cACsC,CAAA;AASnE,eAAO,MAAM,mBAAmB,SAAU,IAAI,WAsC7C,CAAA"}
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../src/lib/helpers/helpers.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI,YAAW,CAAA;AAE5B,eAAO,MAAM,gBAAgB,cACsC,CAAA;AASnE,eAAO,MAAM,mBAAmB,SAAU,IAAI,WAuB7C,CAAA"}
@@ -209,47 +209,5 @@ export declare const LOCALIZATION_CONFIGS: {
209
209
  weight: string;
210
210
  };
211
211
  };
212
- "de-DE": {
213
- locale: string;
214
- "teacherFeedback.noComments": string;
215
- "time.justNow": string;
216
- "time.minuteAgo": string;
217
- "time.minutesAgo": string;
218
- "time.hourAgo": string;
219
- "time.hoursAgo": string;
220
- "time.dayAgo": string;
221
- "time.daysAgo": string;
222
- "time.monthAgo": string;
223
- "time.monthsAgo": string;
224
- "time.yearAgo": string;
225
- "time.yearsAgo": string;
226
- chat: {
227
- anotherHint: string;
228
- giveHint: string;
229
- giveHintOpenChat: string;
230
- answerAgain: string;
231
- errorMessage: string;
232
- howCanIHelp: string;
233
- showError: string;
234
- inputPlaceholder: string;
235
- };
236
- gifCelebrations: {
237
- greatStart: string;
238
- onTheWay: string;
239
- almostThere: string;
240
- };
241
- exampleSolution: {
242
- exampleSolution: string;
243
- letMeThink: string;
244
- aha: string;
245
- errorMessage: string;
246
- };
247
- keyboard: {
248
- length: string;
249
- area: string;
250
- volume: string;
251
- weight: string;
252
- };
253
- };
254
212
  };
255
213
  //# sourceMappingURL=constants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../src/shared/translation/constants.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOhC,CAAA"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../src/shared/translation/constants.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMhC,CAAA"}
@@ -8,7 +8,6 @@ export declare enum Locale {
8
8
  SW = "sv-SE",
9
9
  GB = "en-GB",
10
10
  CA = "en-CA",
11
- SCT = "en-SCT",
12
- DE = "de-DE"
11
+ SCT = "en-SCT"
13
12
  }
14
13
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/shared/translation/types.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,wBAAwB,CAAA;AAOnD,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAGnD,MAAM,MAAM,YAAY,GAAG,OAAO,cAAc,CAAA;AAChD,MAAM,MAAM,eAAe,GAAG,YAAY,CAAC,YAAY,CAAC,CAAA;AACxD,MAAM,MAAM,OAAO,GAAG,CAAC,GAAG,EAAE,eAAe,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,KAAK,MAAM,CAAA;AAE5F,oBAAY,MAAM;IAChB,EAAE,UAAU;IACZ,EAAE,UAAU;IACZ,EAAE,UAAU;IACZ,EAAE,UAAU;IACZ,GAAG,WAAW;IACd,EAAE,UAAU;CACb"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/shared/translation/types.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,wBAAwB,CAAA;AAKnD,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAGnD,MAAM,MAAM,YAAY,GAAG,OAAO,cAAc,CAAA;AAChD,MAAM,MAAM,eAAe,GAAG,YAAY,CAAC,YAAY,CAAC,CAAA;AACxD,MAAM,MAAM,OAAO,GAAG,CAAC,GAAG,EAAE,eAAe,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,KAAK,MAAM,CAAA;AAE5F,oBAAY,MAAM;IAChB,EAAE,UAAU;IACZ,EAAE,UAAU;IACZ,EAAE,UAAU;IACZ,EAAE,UAAU;IACZ,GAAG,WAAW;CACf"}
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { EOAModalText } from '@magmamath/students-features';
3
+ type AssessmentScoreCardProps = {
4
+ textContent: EOAModalText;
5
+ solvedAmount?: number;
6
+ problemsAmount?: number;
7
+ };
8
+ export declare const AssessmentScoreCard: ({ textContent, solvedAmount, problemsAmount, }: AssessmentScoreCardProps) => React.JSX.Element;
9
+ export {};
10
+ //# sourceMappingURL=AssessmentScoreCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AssessmentScoreCard.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/endOfAssignment/components/AssessmentScoreCard/AssessmentScoreCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAA;AAE3D,KAAK,wBAAwB,GAAG;IAC9B,WAAW,EAAE,YAAY,CAAA;IACzB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,cAAc,CAAC,EAAE,MAAM,CAAA;CACxB,CAAA;AAED,eAAO,MAAM,mBAAmB,mDAI7B,wBAAwB,sBAQ1B,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"CorrectAnswer.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAA;AAUpD,OAAO,EAAuB,oBAAoB,EAAmB,MAAM,aAAa,CAAA;AAIxF,eAAO,MAAM,aAAa,4CAA6C,oBAAoB,sBA0F1F,CAAA"}
1
+ {"version":3,"file":"CorrectAnswer.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAA;AASpD,OAAO,EAAuB,oBAAoB,EAAmB,MAAM,aAAa,CAAA;AAMxF,eAAO,MAAM,aAAa,4CAA6C,oBAAoB,sBAmG1F,CAAA"}
@@ -1,12 +1,10 @@
1
1
  import React from 'react';
2
2
  import { EOAModel } from '../model/model';
3
3
  import { EOAModalText } from '../types';
4
- import { ButtonColor } from '@magmamath/react-native-ui';
5
4
  type EOAModalProps = {
6
5
  model: EOAModel;
7
6
  textContent: EOAModalText;
8
7
  onPracticePress: () => void;
9
- buttonColor?: ButtonColor;
10
8
  };
11
9
  /**
12
10
  * EOAModal — End Of Assignment modal component.
@@ -14,6 +12,6 @@ type EOAModalProps = {
14
12
  * Dynamically renders a modal UI after an assignment ends, using the current `modalVariant`
15
13
  * to determine which specific view to display (e.g., `NoAnswer`, `CorrectAnswer`, `CheatDetected`).
16
14
  */
17
- export declare const EOAModal: ({ model, textContent, onPracticePress, buttonColor }: EOAModalProps) => React.JSX.Element | null;
15
+ export declare const EOAModal: ({ model, textContent, onPracticePress }: EOAModalProps) => React.JSX.Element | null;
18
16
  export {};
19
17
  //# sourceMappingURL=EOAModal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EOAModal.d.ts","sourceRoot":"","sources":["../../../../../../src/features/endOfAssignment/components/EOAModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AACzC,OAAO,EAAgB,YAAY,EAAmB,MAAM,UAAU,CAAA;AAYtE,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAexD,KAAK,aAAa,GAAG;IACnB,KAAK,EAAE,QAAQ,CAAA;IACf,WAAW,EAAE,YAAY,CAAA;IACzB,eAAe,EAAE,MAAM,IAAI,CAAA;IAC3B,WAAW,CAAC,EAAE,WAAW,CAAA;CAC1B,CAAA;AAED;;;;;GAKG;AACH,eAAO,MAAM,QAAQ,yDAA0D,aAAa,6BAgC3F,CAAA"}
1
+ {"version":3,"file":"EOAModal.d.ts","sourceRoot":"","sources":["../../../../../../src/features/endOfAssignment/components/EOAModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AACzC,OAAO,EAAgB,YAAY,EAAmB,MAAM,UAAU,CAAA;AA0BtE,KAAK,aAAa,GAAG;IACnB,KAAK,EAAE,QAAQ,CAAA;IACf,WAAW,EAAE,YAAY,CAAA;IACzB,eAAe,EAAE,MAAM,IAAI,CAAA;CAC5B,CAAA;AAED;;;;;GAKG;AACH,eAAO,MAAM,QAAQ,4CAA6C,aAAa,6BA2B9E,CAAA"}
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { EOAModalContentProps } from '../../types';
3
- export declare const ExamPaused: ({ textContent, model, buttonColor, }: EOAModalContentProps) => React.JSX.Element;
3
+ export declare const ExamPaused: ({ textContent, model }: EOAModalContentProps) => React.JSX.Element;
4
4
  //# sourceMappingURL=ExamPaused.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ExamPaused.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/endOfAssignment/components/ExamPaused/ExamPaused.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAYzB,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAIlD,eAAO,MAAM,UAAU,yCAIpB,oBAAoB,sBA8BtB,CAAA"}
1
+ {"version":3,"file":"ExamPaused.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/endOfAssignment/components/ExamPaused/ExamPaused.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAYzB,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAMlD,eAAO,MAAM,UAAU,2BAA4B,oBAAoB,sBAgCtE,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"ExamSubmit.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/endOfAssignment/components/ExamSubmit/ExamSubmit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAgBzB,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAKlD,eAAO,MAAM,UAAU,4CAA6C,oBAAoB,sBAqDvF,CAAA"}
1
+ {"version":3,"file":"ExamSubmit.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/endOfAssignment/components/ExamSubmit/ExamSubmit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAezB,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAMlD,eAAO,MAAM,UAAU,4CAA6C,oBAAoB,sBAqDvF,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"NoAnswer.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/endOfAssignment/components/NoAnswer/NoAnswer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAczB,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAKlD,eAAO,MAAM,QAAQ,4CAA6C,oBAAoB,sBAuFrF,CAAA"}
1
+ {"version":3,"file":"NoAnswer.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/endOfAssignment/components/NoAnswer/NoAnswer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAczB,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAOlD,eAAO,MAAM,QAAQ,4CAA6C,oBAAoB,sBAgGrF,CAAA"}
@@ -1,4 +1,5 @@
1
- import { EOAModalVariant } from './types';
1
+ import { EOAModalData, EOAModalVariant } from './types';
2
+ import { ButtonColor } from '@magmamath/react-native-ui';
2
3
  export declare const getModalContainerSize: (modalVariant: EOAModalVariant) => {
3
4
  container: {
4
5
  width: number;
@@ -6,4 +7,5 @@ export declare const getModalContainerSize: (modalVariant: EOAModalVariant) => {
6
7
  };
7
8
  };
8
9
  export declare const shouldDisplayModalBackground: (modalVariant: EOAModalVariant | null) => boolean;
10
+ export declare const getEoaButtonColor: (popupData: EOAModalData | null) => ButtonColor;
9
11
  //# sourceMappingURL=helpers.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../src/features/endOfAssignment/helpers.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAEzC,eAAO,MAAM,qBAAqB,iBAAkB,eAAe;;;;;CAkBlE,CAAA;AAED,eAAO,MAAM,4BAA4B,iBAAkB,eAAe,GAAG,IAAI,YAIhF,CAAA"}
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../src/features/endOfAssignment/helpers.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAExD,eAAO,MAAM,qBAAqB,iBAAkB,eAAe;;;;;CAkBlE,CAAA;AAED,eAAO,MAAM,4BAA4B,iBAAkB,eAAe,GAAG,IAAI,YAIhF,CAAA;AAED,eAAO,MAAM,iBAAiB,cAAe,YAAY,GAAG,IAAI,KAAG,WAIlE,CAAA"}
@@ -6,6 +6,11 @@ export declare class EOAModel {
6
6
  readonly leavePressed: import("effector").EventCallable<void>;
7
7
  readonly goToFirstProblemPressed: import("effector").EventCallable<void>;
8
8
  readonly recommendationsUpdated: import("effector").EventCallable<boolean>;
9
+ readonly popUpStatsUpdated: import("effector").EventCallable<Partial<{
10
+ solvedAmount: number;
11
+ goodDrawingAmount: number;
12
+ problemsAmount: number;
13
+ }>>;
9
14
  readonly popUpTriggered: import("effector").EventCallable<EOAEventType>;
10
15
  readonly $popUpData: import("effector").StoreWritable<EOAModalData | null>;
11
16
  readonly $modalVariant: import("effector").StoreWritable<EOAModalVariant | null>;
@@ -1 +1 @@
1
- {"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../../../../src/features/endOfAssignment/model/model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,UAAU,CAAA;AAEtE,qBAAa,QAAQ;IACnB,SAAgB,SAAS,iDAA8B;IACvD,SAAgB,SAAS,yCAAgB;IAEzC,SAAgB,eAAe,yCAAgB;IAC/C,SAAgB,YAAY,yCAAgB;IAC5C,SAAgB,uBAAuB,yCAAgB;IACvD,SAAgB,sBAAsB,4CAAyB;IAC/D,SAAgB,cAAc,iDAA8B;IAE5D,SAAgB,UAAU,wDAKF;IAExB,SAAgB,aAAa,2DAgCL;IAExB,SAAgB,iBAAiB,aAGhC;CACF"}
1
+ {"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../../../../src/features/endOfAssignment/model/model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,UAAU,CAAA;AAEtE,qBAAa,QAAQ;IACnB,SAAgB,SAAS,iDAA8B;IACvD,SAAgB,SAAS,yCAAgB;IAEzC,SAAgB,eAAe,yCAAgB;IAC/C,SAAgB,YAAY,yCAAgB;IAC5C,SAAgB,uBAAuB,yCAAgB;IACvD,SAAgB,sBAAsB,4CAAyB;IAC/D,SAAgB,iBAAiB;;;;QAAgD;IACjF,SAAgB,cAAc,iDAA8B;IAE5D,SAAgB,UAAU,wDAQF;IAExB,SAAgB,aAAa,2DAgCL;IAExB,SAAgB,iBAAiB,aAGhC;CACF"}
@@ -1,5 +1,4 @@
1
1
  import { EOAModel } from './model/model';
2
- import { ButtonColor } from '@magmamath/react-native-ui';
3
2
  export declare enum EOAEventType {
4
3
  SUBMIT = "SUBMIT",
5
4
  EXAM_LEAVE = "EXAM_LEAVE",
@@ -27,10 +26,10 @@ export type EOAModalContentProps = {
27
26
  textContent: EOAModalText;
28
27
  model: EOAModel;
29
28
  onPracticePress?: () => void;
30
- buttonColor?: ButtonColor;
31
29
  };
32
30
  export type EOAModalData = {
33
31
  isExam: boolean;
32
+ isAssessment: boolean;
34
33
  newerAssignmentAvailable?: boolean;
35
34
  examFinished?: boolean;
36
35
  cheatDetection?: boolean;
@@ -58,6 +57,7 @@ export type EOAModalText = {
58
57
  correctAnswersPlural?: string;
59
58
  goodCalculations?: string;
60
59
  goodCalculationsPlural?: string;
60
+ score?: string;
61
61
  };
62
62
  };
63
63
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/features/endOfAssignment/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAExD,oBAAY,YAAY;IACtB,MAAM,WAAW;IACjB,UAAU,eAAe;IACzB,WAAW,gBAAgB;IAC3B,aAAa,kBAAkB;IAC/B,cAAc,mBAAmB;CAClC;AAED,oBAAY,eAAe;IACzB,kBAAkB,uBAAuB;IACzC,mBAAmB,wBAAwB;IAC3C,gBAAgB,qBAAqB;IAErC,WAAW,gBAAgB;IAC3B,WAAW,gBAAgB;IAE3B,qBAAqB,0BAA0B;IAC/C,oBAAoB,yBAAyB;IAC7C,6BAA6B,kCAAkC;IAE/D,iCAAiC,sCAAsC;IACvE,gCAAgC,qCAAqC;CACtE;AAED,oBAAY,mBAAmB;IAC7B,YAAY,gBAAgB;IAC5B,cAAc,mBAAmB;CAClC;AAED,MAAM,MAAM,oBAAoB,GAAG;IACjC,WAAW,EAAE,YAAY,CAAA;IACzB,KAAK,EAAE,QAAQ,CAAA;IACf,eAAe,CAAC,EAAE,MAAM,IAAI,CAAA;IAC5B,WAAW,CAAC,EAAE,WAAW,CAAA;CAC1B,CAAA;AAED,MAAM,MAAM,YAAY,GAAG;IACzB,MAAM,EAAE,OAAO,CAAA;IACf,wBAAwB,CAAC,EAAE,OAAO,CAAA;IAClC,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,SAAS,CAAC,EAAE,YAAY,CAAA;IACxB,KAAK,EAAE;QACL,YAAY,EAAE,MAAM,CAAA;QACpB,iBAAiB,EAAE,MAAM,CAAA;QACzB,cAAc,EAAE,MAAM,CAAA;KACvB,CAAA;IACD,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,IAAI,EAAE;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,OAAO,CAAC;QAAC,qBAAqB,EAAE,OAAO,CAAA;KAAE,CAAA;CACnF,CAAA;AAED,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,KAAK,CAAC,EAAE;QACN,cAAc,CAAC,EAAE,MAAM,CAAA;QACvB,oBAAoB,CAAC,EAAE,MAAM,CAAA;QAC7B,gBAAgB,CAAC,EAAE,MAAM,CAAA;QACzB,sBAAsB,CAAC,EAAE,MAAM,CAAA;KAChC,CAAA;CACF,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/features/endOfAssignment/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAGxC,oBAAY,YAAY;IACtB,MAAM,WAAW;IACjB,UAAU,eAAe;IACzB,WAAW,gBAAgB;IAC3B,aAAa,kBAAkB;IAC/B,cAAc,mBAAmB;CAClC;AAED,oBAAY,eAAe;IACzB,kBAAkB,uBAAuB;IACzC,mBAAmB,wBAAwB;IAC3C,gBAAgB,qBAAqB;IAErC,WAAW,gBAAgB;IAC3B,WAAW,gBAAgB;IAE3B,qBAAqB,0BAA0B;IAC/C,oBAAoB,yBAAyB;IAC7C,6BAA6B,kCAAkC;IAE/D,iCAAiC,sCAAsC;IACvE,gCAAgC,qCAAqC;CACtE;AAED,oBAAY,mBAAmB;IAC7B,YAAY,gBAAgB;IAC5B,cAAc,mBAAmB;CAClC;AAED,MAAM,MAAM,oBAAoB,GAAG;IACjC,WAAW,EAAE,YAAY,CAAA;IACzB,KAAK,EAAE,QAAQ,CAAA;IACf,eAAe,CAAC,EAAE,MAAM,IAAI,CAAA;CAC7B,CAAA;AAED,MAAM,MAAM,YAAY,GAAG;IACzB,MAAM,EAAE,OAAO,CAAA;IACf,YAAY,EAAE,OAAO,CAAA;IACrB,wBAAwB,CAAC,EAAE,OAAO,CAAA;IAClC,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,SAAS,CAAC,EAAE,YAAY,CAAA;IACxB,KAAK,EAAE;QACL,YAAY,EAAE,MAAM,CAAA;QACpB,iBAAiB,EAAE,MAAM,CAAA;QACzB,cAAc,EAAE,MAAM,CAAA;KACvB,CAAA;IACD,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,IAAI,EAAE;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,OAAO,CAAC;QAAC,qBAAqB,EAAE,OAAO,CAAA;KAAE,CAAA;CACnF,CAAA;AAED,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,KAAK,CAAC,EAAE;QACN,cAAc,CAAC,EAAE,MAAM,CAAA;QACvB,oBAAoB,CAAC,EAAE,MAAM,CAAA;QAC7B,gBAAgB,CAAC,EAAE,MAAM,CAAA;QACzB,sBAAsB,CAAC,EAAE,MAAM,CAAA;QAC/B,KAAK,CAAC,EAAE,MAAM,CAAA;KACf,CAAA;CACF,CAAA"}
@@ -1,4 +1,5 @@
1
1
  import React from 'react';
2
+ import { ButtonColor } from '@magmamath/react-native-ui';
2
3
  type PracticeButtonGroupProps = {
3
4
  textContent: {
4
5
  leftButtonText?: string;
@@ -7,8 +8,8 @@ type PracticeButtonGroupProps = {
7
8
  isPracticeButtonVisible: boolean;
8
9
  onLeftButtonPress: () => void;
9
10
  onRightButtonPress: () => void;
10
- isExam: boolean;
11
+ buttonColor?: ButtonColor;
11
12
  };
12
- export declare const PracticeButtonGroup: ({ textContent, isPracticeButtonVisible, onLeftButtonPress, onRightButtonPress, isExam, }: PracticeButtonGroupProps) => React.JSX.Element;
13
+ export declare const PracticeButtonGroup: ({ textContent, isPracticeButtonVisible, onLeftButtonPress, onRightButtonPress, buttonColor, }: PracticeButtonGroupProps) => React.JSX.Element;
13
14
  export {};
14
15
  //# sourceMappingURL=PracticeButtonGroup.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PracticeButtonGroup.d.ts","sourceRoot":"","sources":["../../../../../../src/features/endOfAssignment/ui/PracticeButtonGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAA;AAcxC,KAAK,wBAAwB,GAAG;IAC9B,WAAW,EAAE;QAAE,cAAc,CAAC,EAAE,MAAM,CAAC;QAAC,eAAe,CAAC,EAAE,MAAM,CAAA;KAAE,CAAA;IAClE,uBAAuB,EAAE,OAAO,CAAA;IAChC,iBAAiB,EAAE,MAAM,IAAI,CAAA;IAC7B,kBAAkB,EAAE,MAAM,IAAI,CAAA;IAC9B,MAAM,EAAE,OAAO,CAAA;CAChB,CAAA;AAED,eAAO,MAAM,mBAAmB,6FAM7B,wBAAwB,sBAiC1B,CAAA"}
1
+ {"version":3,"file":"PracticeButtonGroup.d.ts","sourceRoot":"","sources":["../../../../../../src/features/endOfAssignment/ui/PracticeButtonGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAA;AAUxC,OAAO,EAA8C,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAKpG,KAAK,wBAAwB,GAAG;IAC9B,WAAW,EAAE;QAAE,cAAc,CAAC,EAAE,MAAM,CAAC;QAAC,eAAe,CAAC,EAAE,MAAM,CAAA;KAAE,CAAA;IAClE,uBAAuB,EAAE,OAAO,CAAA;IAChC,iBAAiB,EAAE,MAAM,IAAI,CAAA;IAC7B,kBAAkB,EAAE,MAAM,IAAI,CAAA;IAC9B,WAAW,CAAC,EAAE,WAAW,CAAA;CAC1B,CAAA;AAED,eAAO,MAAM,mBAAmB,kGAM7B,wBAAwB,sBAiC1B,CAAA"}
@@ -6,5 +6,4 @@ export declare const MATH_TIME_US_KEYBOARD_GROUP: KeyboardGroup;
6
6
  export declare const MATH_CURRENCY_SW_KEYBOARD_GROUP: KeyboardGroup;
7
7
  export declare const MATH_CURRENCY_UK_KEYBOARD_GROUP: KeyboardGroup;
8
8
  export declare const MATH_CURRENCY_US_KEYBOARD_GROUP: KeyboardGroup;
9
- export declare const MATH_CURRENCY_DE_KEYBOARD_GROUP: KeyboardGroup;
10
9
  //# sourceMappingURL=keyboardGroups.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"keyboardGroups.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/components/BasicLayout/keyboardGroups.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAKjD,eAAO,MAAM,+BAA+B,EAAE,aAU7C,CAAA;AAED,eAAO,MAAM,kCAAkC,EAAE,aAUhD,CAAA;AAED,eAAO,MAAM,2BAA2B,EAAE,aAIzC,CAAA;AAED,eAAO,MAAM,2BAA2B,EAAE,aAWzC,CAAA;AAED,eAAO,MAAM,+BAA+B,EAAE,aAG7C,CAAA;AACD,eAAO,MAAM,+BAA+B,EAAE,aAG7C,CAAA;AACD,eAAO,MAAM,+BAA+B,EAAE,aAG7C,CAAA;AACD,eAAO,MAAM,+BAA+B,EAAE,aAG7C,CAAA"}
1
+ {"version":3,"file":"keyboardGroups.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/components/BasicLayout/keyboardGroups.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAKjD,eAAO,MAAM,+BAA+B,EAAE,aAU7C,CAAA;AAED,eAAO,MAAM,kCAAkC,EAAE,aAUhD,CAAA;AAED,eAAO,MAAM,2BAA2B,EAAE,aAIzC,CAAA;AAED,eAAO,MAAM,2BAA2B,EAAE,aAWzC,CAAA;AAED,eAAO,MAAM,+BAA+B,EAAE,aAG7C,CAAA;AACD,eAAO,MAAM,+BAA+B,EAAE,aAG7C,CAAA;AACD,eAAO,MAAM,+BAA+B,EAAE,aAG7C,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"keyboardGroupsByLocale.d.ts","sourceRoot":"","sources":["../../../../../../src/features/keyboard/constants/keyboardGroupsByLocale.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAuC5D,OAAO,EAAE,MAAM,EAAE,MAAM,6BAA6B,CAAA;AAEpD,OAAO,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAA;AAmC5F,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,YAAY,EAAE,aAAa,CAAC,CAuCzF,CAAA;AACD,eAAO,MAAM,+BAA+B,EAAE,MAAM,CAClD,MAAM,EACN,MAAM,CAAC,sBAAsB,EAAE,kBAAkB,CAAC,CAwBnD,CAAA"}
1
+ {"version":3,"file":"keyboardGroupsByLocale.d.ts","sourceRoot":"","sources":["../../../../../../src/features/keyboard/constants/keyboardGroupsByLocale.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAsC5D,OAAO,EAAE,MAAM,EAAE,MAAM,6BAA6B,CAAA;AAEpD,OAAO,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAA;AAmC5F,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,YAAY,EAAE,aAAa,CAAC,CAyBzF,CAAA;AACD,eAAO,MAAM,+BAA+B,EAAE,MAAM,CAClD,MAAM,EACN,MAAM,CAAC,sBAAsB,EAAE,kBAAkB,CAAC,CAkBnD,CAAA"}
@@ -27,7 +27,6 @@ export declare enum MathEntryKeyboardGroupId {
27
27
  CURRENCY_SW = "math-entry-currency-sw",
28
28
  CURRENCY_UK = "math-entry-currency-uk",
29
29
  CURRENCY_US = "math-entry-currency-us",
30
- CURRENCY_DE = "math-entry-currency-de",
31
30
  UNDERLINED = "math-entry-underlined"
32
31
  }
33
32
  //# sourceMappingURL=keyboardGroupIds.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"keyboardGroupIds.d.ts","sourceRoot":"","sources":["../../../../../../src/features/keyboard/types/keyboardGroupIds.ts"],"names":[],"mappings":"AAAA,oBAAY,wBAAwB;IAClC,eAAe,+BAA+B;IAC9C,sBAAsB,sCAAsC;IAC5D,kBAAkB,kCAAkC;IACpD,yBAAyB,yCAAyC;IAClE,aAAa,6BAA6B;IAC1C,oBAAoB,oCAAoC;IACxD,aAAa,6BAA6B;IAC1C,iBAAiB,iCAAiC;IAClD,OAAO,uBAAuB;IAC9B,UAAU,0BAA0B;IACpC,UAAU,0BAA0B;IACpC,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,aAAa,6BAA6B;IAC1C,aAAa,6BAA6B;IAC1C,aAAa,6BAA6B;IAC1C,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,KAAK,qBAAqB;IAC1B,QAAQ,wBAAwB;IAChC,OAAO,uBAAuB;IAC9B,OAAO,uBAAuB;IAC9B,WAAW,2BAA2B;IACtC,WAAW,2BAA2B;IACtC,WAAW,2BAA2B;IACtC,WAAW,2BAA2B;IACtC,UAAU,0BAA0B;CACrC"}
1
+ {"version":3,"file":"keyboardGroupIds.d.ts","sourceRoot":"","sources":["../../../../../../src/features/keyboard/types/keyboardGroupIds.ts"],"names":[],"mappings":"AAAA,oBAAY,wBAAwB;IAClC,eAAe,+BAA+B;IAC9C,sBAAsB,sCAAsC;IAC5D,kBAAkB,kCAAkC;IACpD,yBAAyB,yCAAyC;IAClE,aAAa,6BAA6B;IAC1C,oBAAoB,oCAAoC;IACxD,aAAa,6BAA6B;IAC1C,iBAAiB,iCAAiC;IAClD,OAAO,uBAAuB;IAC9B,UAAU,0BAA0B;IACpC,UAAU,0BAA0B;IACpC,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,aAAa,6BAA6B;IAC1C,aAAa,6BAA6B;IAC1C,aAAa,6BAA6B;IAC1C,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,KAAK,qBAAqB;IAC1B,QAAQ,wBAAwB;IAChC,OAAO,uBAAuB;IAC9B,OAAO,uBAAuB;IAC9B,WAAW,2BAA2B;IACtC,WAAW,2BAA2B;IACtC,WAAW,2BAA2B;IACtC,UAAU,0BAA0B;CACrC"}
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../src/lib/helpers/helpers.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI,YAAW,CAAA;AAE5B,eAAO,MAAM,gBAAgB,cACsC,CAAA;AASnE,eAAO,MAAM,mBAAmB,SAAU,IAAI,WAsC7C,CAAA"}
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../src/lib/helpers/helpers.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI,YAAW,CAAA;AAE5B,eAAO,MAAM,gBAAgB,cACsC,CAAA;AASnE,eAAO,MAAM,mBAAmB,SAAU,IAAI,WAuB7C,CAAA"}
@@ -209,47 +209,5 @@ export declare const LOCALIZATION_CONFIGS: {
209
209
  weight: string;
210
210
  };
211
211
  };
212
- "de-DE": {
213
- locale: string;
214
- "teacherFeedback.noComments": string;
215
- "time.justNow": string;
216
- "time.minuteAgo": string;
217
- "time.minutesAgo": string;
218
- "time.hourAgo": string;
219
- "time.hoursAgo": string;
220
- "time.dayAgo": string;
221
- "time.daysAgo": string;
222
- "time.monthAgo": string;
223
- "time.monthsAgo": string;
224
- "time.yearAgo": string;
225
- "time.yearsAgo": string;
226
- chat: {
227
- anotherHint: string;
228
- giveHint: string;
229
- giveHintOpenChat: string;
230
- answerAgain: string;
231
- errorMessage: string;
232
- howCanIHelp: string;
233
- showError: string;
234
- inputPlaceholder: string;
235
- };
236
- gifCelebrations: {
237
- greatStart: string;
238
- onTheWay: string;
239
- almostThere: string;
240
- };
241
- exampleSolution: {
242
- exampleSolution: string;
243
- letMeThink: string;
244
- aha: string;
245
- errorMessage: string;
246
- };
247
- keyboard: {
248
- length: string;
249
- area: string;
250
- volume: string;
251
- weight: string;
252
- };
253
- };
254
212
  };
255
213
  //# sourceMappingURL=constants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../src/shared/translation/constants.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOhC,CAAA"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../src/shared/translation/constants.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMhC,CAAA"}
@@ -8,7 +8,6 @@ export declare enum Locale {
8
8
  SW = "sv-SE",
9
9
  GB = "en-GB",
10
10
  CA = "en-CA",
11
- SCT = "en-SCT",
12
- DE = "de-DE"
11
+ SCT = "en-SCT"
13
12
  }
14
13
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/shared/translation/types.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,wBAAwB,CAAA;AAOnD,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAGnD,MAAM,MAAM,YAAY,GAAG,OAAO,cAAc,CAAA;AAChD,MAAM,MAAM,eAAe,GAAG,YAAY,CAAC,YAAY,CAAC,CAAA;AACxD,MAAM,MAAM,OAAO,GAAG,CAAC,GAAG,EAAE,eAAe,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,KAAK,MAAM,CAAA;AAE5F,oBAAY,MAAM;IAChB,EAAE,UAAU;IACZ,EAAE,UAAU;IACZ,EAAE,UAAU;IACZ,EAAE,UAAU;IACZ,GAAG,WAAW;IACd,EAAE,UAAU;CACb"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/shared/translation/types.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,wBAAwB,CAAA;AAKnD,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAGnD,MAAM,MAAM,YAAY,GAAG,OAAO,cAAc,CAAA;AAChD,MAAM,MAAM,eAAe,GAAG,YAAY,CAAC,YAAY,CAAC,CAAA;AACxD,MAAM,MAAM,OAAO,GAAG,CAAC,GAAG,EAAE,eAAe,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,KAAK,MAAM,CAAA;AAE5F,oBAAY,MAAM;IAChB,EAAE,UAAU;IACZ,EAAE,UAAU;IACZ,EAAE,UAAU;IACZ,EAAE,UAAU;IACZ,GAAG,WAAW;CACf"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magmamath/students-features",
3
- "version": "0.9.5-rc.2",
3
+ "version": "0.9.5",
4
4
  "description": "Magmamath features library",
5
5
  "source": "src/index.ts",
6
6
  "main": "src/index.ts",
@@ -29,7 +29,7 @@
29
29
  "react-native-svg": "^15.10.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@magmamath/react-native-ui": "0.4.44",
32
+ "@magmamath/react-native-ui": "0.4.61",
33
33
  "@react-native/eslint-config": "^0.73.1",
34
34
  "@release-it/conventional-changelog": "^9.0.2",
35
35
  "@types/jest": "^29.5.5",
@@ -0,0 +1,43 @@
1
+ import React from 'react'
2
+ import { StyleSheet, Text, View } from 'react-native'
3
+ import { BORDER_RADIUS, COLORS, SHADOWS, SPACING } from '@magmamath/react-native-ui'
4
+ import { EOAModalText } from '@magmamath/students-features'
5
+
6
+ type AssessmentScoreCardProps = {
7
+ textContent: EOAModalText
8
+ solvedAmount?: number
9
+ problemsAmount?: number
10
+ }
11
+
12
+ export const AssessmentScoreCard = ({
13
+ textContent,
14
+ solvedAmount = 0,
15
+ problemsAmount = 0,
16
+ }: AssessmentScoreCardProps) => {
17
+ return (
18
+ <View style={styles.container}>
19
+ <Text style={styles.text}>
20
+ {solvedAmount} / {problemsAmount} {textContent.stats?.score ?? 'pt'}
21
+ </Text>
22
+ </View>
23
+ )
24
+ }
25
+
26
+ const styles = StyleSheet.create({
27
+ container: {
28
+ alignItems: 'center',
29
+ justifyContent: 'center',
30
+ minHeight: 130,
31
+ minWidth: 410,
32
+ padding: SPACING['400'],
33
+ borderRadius: BORDER_RADIUS['400'],
34
+ backgroundColor: COLORS.NEUTRAL_1,
35
+ ...SHADOWS['1'],
36
+ },
37
+ text: {
38
+ fontSize: 96,
39
+ fontWeight: '700',
40
+ color: COLORS.NEUTRAL_9,
41
+ fontFamily: 'Buenos Aires',
42
+ },
43
+ })
@@ -1,6 +1,5 @@
1
1
  import React, { useCallback, useState } from 'react'
2
2
  import { View, StyleSheet } from 'react-native'
3
-
4
3
  import { useUnit } from 'effector-react'
5
4
  import { SPACING, Typography, COLORS, FONT_FAMILY } from '@magmamath/react-native-ui'
6
5
 
@@ -11,6 +10,8 @@ import { GOOD_DRAWING_CARD_APPEARENCE_DELAY } from '../../constants'
11
10
  import { AnimatedCardVariant, EOAModalContentProps, EOAModalVariant } from '../../types'
12
11
  import { useKeyBoard } from '../../../../shared/hooks/useKeyboard'
13
12
  import { KeyboardKeys } from '../../../../lib/constants'
13
+ import { getEoaButtonColor } from '../../helpers'
14
+ import { AssessmentScoreCard } from '../AssessmentScoreCard/AssessmentScoreCard'
14
15
 
15
16
  export const CorrectAnswer = ({ textContent, model, onPracticePress }: EOAModalContentProps) => {
16
17
  const popUpData = useUnit(model.$popUpData)
@@ -22,6 +23,7 @@ export const CorrectAnswer = ({ textContent, model, onPracticePress }: EOAModalC
22
23
  stats,
23
24
  hasRecommendations,
24
25
  isExam = false,
26
+ isAssessment = false,
25
27
  newerAssignmentAvailable,
26
28
  } = popUpData ?? {}
27
29
 
@@ -72,14 +74,22 @@ export const CorrectAnswer = ({ textContent, model, onPracticePress }: EOAModalC
72
74
  </View>
73
75
 
74
76
  <View style={styles.animationContainer}>
75
- <AnimatedCard
76
- variant={AnimatedCardVariant.CORRECT_ANSWER}
77
- textContent={textContent}
78
- solvedAmount={stats?.solvedAmount}
79
- problemsAmount={stats?.problemsAmount}
80
- shouldTriggerSparkles={cardsAnimationCompleted}
81
- onAnimationEnd={onCorrectAnswerAnimationEnd}
82
- />
77
+ {isAssessment ? (
78
+ <AssessmentScoreCard
79
+ textContent={textContent}
80
+ solvedAmount={stats?.solvedAmount}
81
+ problemsAmount={stats?.problemsAmount}
82
+ />
83
+ ) : (
84
+ <AnimatedCard
85
+ variant={AnimatedCardVariant.CORRECT_ANSWER}
86
+ textContent={textContent}
87
+ solvedAmount={stats?.solvedAmount}
88
+ problemsAmount={stats?.problemsAmount}
89
+ shouldTriggerSparkles={cardsAnimationCompleted}
90
+ onAnimationEnd={onCorrectAnswerAnimationEnd}
91
+ />
92
+ )}
83
93
 
84
94
  {modalVariant === EOAModalVariant.HAS_GOOD_DRAWING && (
85
95
  <AnimatedCard
@@ -96,9 +106,9 @@ export const CorrectAnswer = ({ textContent, model, onPracticePress }: EOAModalC
96
106
  <PracticeButtonGroup
97
107
  textContent={textContent}
98
108
  isPracticeButtonVisible={isPracticeButtonVisible}
99
- isExam={isExam}
100
109
  onLeftButtonPress={model.hidePopUpAndLeave}
101
110
  onRightButtonPress={handlePracticeButtonPress}
111
+ buttonColor={getEoaButtonColor(popUpData)}
102
112
  />
103
113
  </View>
104
114
  )
@@ -14,7 +14,6 @@ import { ExamPaused } from './ExamPaused/ExamPaused'
14
14
  import { ExamSubmit } from './ExamSubmit/ExamSubmit'
15
15
 
16
16
  import { getModalContainerSize, shouldDisplayModalBackground } from '../helpers'
17
- import { ButtonColor } from '@magmamath/react-native-ui'
18
17
 
19
18
  const MODAL_CONTENT_VARIANTS_MAP = new Map([
20
19
  [EOAModalVariant.NO_CORRECT_ANSWERS, NoAnswer],
@@ -33,7 +32,6 @@ type EOAModalProps = {
33
32
  model: EOAModel
34
33
  textContent: EOAModalText
35
34
  onPracticePress: () => void
36
- buttonColor?: ButtonColor
37
35
  }
38
36
 
39
37
  /**
@@ -42,7 +40,7 @@ type EOAModalProps = {
42
40
  * Dynamically renders a modal UI after an assignment ends, using the current `modalVariant`
43
41
  * to determine which specific view to display (e.g., `NoAnswer`, `CorrectAnswer`, `CheatDetected`).
44
42
  */
45
- export const EOAModal = ({ model, textContent, onPracticePress, buttonColor }: EOAModalProps) => {
43
+ export const EOAModal = ({ model, textContent, onPracticePress }: EOAModalProps) => {
46
44
  const popUpData = useUnit(model.$popUpData)
47
45
  const modalVariant = useUnit(model.$modalVariant)
48
46
 
@@ -64,12 +62,7 @@ export const EOAModal = ({ model, textContent, onPracticePress, buttonColor }: E
64
62
  style={getModalContainerSize(modalVariant)}
65
63
  onClose={model.hidePopUp}
66
64
  content={
67
- <ModalContent
68
- model={model}
69
- textContent={textContent}
70
- onPracticePress={onPracticePress}
71
- buttonColor={buttonColor}
72
- />
65
+ <ModalContent model={model} textContent={textContent} onPracticePress={onPracticePress} />
73
66
  }
74
67
  withBackground={withBackground}
75
68
  />
@@ -13,12 +13,12 @@ import {
13
13
  import { EOAModalContentProps } from '../../types'
14
14
  import { useKeyBoard } from '../../../../shared/hooks/useKeyboard'
15
15
  import { KeyboardKeys } from '../../../../lib/constants'
16
+ import { getEoaButtonColor } from '../../helpers'
17
+ import { useUnit } from 'effector-react'
18
+
19
+ export const ExamPaused = ({ textContent, model }: EOAModalContentProps) => {
20
+ const popUpData = useUnit(model.$popUpData)
16
21
 
17
- export const ExamPaused = ({
18
- textContent,
19
- model,
20
- buttonColor = ButtonColor.PURPLE,
21
- }: EOAModalContentProps) => {
22
22
  useKeyBoard({
23
23
  callback: (event) => {
24
24
  if (event.key === KeyboardKeys.ENTER) {
@@ -39,7 +39,7 @@ export const ExamPaused = ({
39
39
 
40
40
  <Button
41
41
  variant={ButtonVariant.PRIMARY}
42
- colorScheme={buttonColor}
42
+ colorScheme={getEoaButtonColor(popUpData)}
43
43
  size={ButtonSize.LARGE}
44
44
  style={{ text: styles.buttonText }}
45
45
  onPress={model.hidePopUpAndLeave}
@@ -4,7 +4,6 @@ import { View, StyleSheet, Platform, Image } from 'react-native'
4
4
  import { useUnit } from 'effector-react'
5
5
  import {
6
6
  Button,
7
- ButtonColor,
8
7
  ButtonSize,
9
8
  ButtonVariant,
10
9
  COLORS,
@@ -18,6 +17,7 @@ import { EOAModalContentProps } from '../../types'
18
17
  import { PracticeButton } from '../../ui/PracticeButton'
19
18
  import { useKeyBoard } from '../../../../shared/hooks/useKeyboard'
20
19
  import { KeyboardKeys } from '../../../../lib/constants'
20
+ import { getEoaButtonColor } from '../../helpers'
21
21
 
22
22
  export const ExamSubmit = ({ textContent, model, onPracticePress }: EOAModalContentProps) => {
23
23
  const popUpData = useUnit(model.$popUpData)
@@ -60,7 +60,7 @@ export const ExamSubmit = ({ textContent, model, onPracticePress }: EOAModalCont
60
60
  <Button
61
61
  variant={isPracticeButtonVisible ? ButtonVariant.TERTIARY : ButtonVariant.PRIMARY}
62
62
  size={ButtonSize.LARGE}
63
- colorScheme={popUpData?.isExam ? ButtonColor.PURPLE : ButtonColor.BLUE}
63
+ colorScheme={getEoaButtonColor(popUpData)}
64
64
  style={{ text: { textTransform: 'uppercase' } }}
65
65
  onPress={model.hidePopUpAndLeave}
66
66
  >