performanceresultscreens 0.0.12 → 0.0.13

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 (99) hide show
  1. package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.d.ts +1 -1
  2. package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.js +5 -2
  3. package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.js.map +1 -1
  4. package/dist/components/Atoms/TranscriptionImagePreview/TranscriptionImagePreview.js +1 -1
  5. package/dist/components/Atoms/TranscriptionImagePreview/TranscriptionImagePreview.js.map +1 -1
  6. package/dist/components/Molecules/AccordianPay4/Accordian.d.ts +1 -1
  7. package/dist/components/Molecules/AccordianPay4/Accordian.js +8 -9
  8. package/dist/components/Molecules/AccordianPay4/Accordian.js.map +1 -1
  9. package/dist/components/Molecules/AccordianPay4/Accordian.stories.d.ts +1 -0
  10. package/dist/components/Molecules/AccordianPay4/Accordian.stories.js +11 -1
  11. package/dist/components/Molecules/AccordianPay4/Accordian.stories.js.map +1 -1
  12. package/dist/components/Molecules/Descriptive/DescriptiveLabel.d.ts +2 -1
  13. package/dist/components/Molecules/Descriptive/DescriptiveLabel.js +4 -2
  14. package/dist/components/Molecules/Descriptive/DescriptiveLabel.js.map +1 -1
  15. package/dist/components/Molecules/Descriptive/descriptiveStyles.d.ts +12 -4
  16. package/dist/components/Molecules/Descriptive/descriptiveStyles.js +5 -0
  17. package/dist/components/Molecules/Descriptive/descriptiveStyles.js.map +1 -1
  18. package/dist/components/Molecules/DescriptiveAnswer/DescriptiveAnswerV1.js +49 -31
  19. package/dist/components/Molecules/DescriptiveAnswer/DescriptiveAnswerV1.js.map +1 -1
  20. package/dist/components/Molecules/MediaModal/MediaModal.js +2 -2
  21. package/dist/components/Molecules/MediaModal/MediaModal.js.map +1 -1
  22. package/dist/components/Molecules/Pay4Use/ExecutionModal.js +2 -6
  23. package/dist/components/Molecules/Pay4Use/ExecutionModal.js.map +1 -1
  24. package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.d.ts +1 -0
  25. package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.js +14 -8
  26. package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.js.map +1 -1
  27. package/dist/components/Molecules/SmartLearn/SmartLearn.d.ts +2 -2
  28. package/dist/components/Molecules/SmartLearn/SmartLearn.js +34 -17
  29. package/dist/components/Molecules/SmartLearn/SmartLearn.js.map +1 -1
  30. package/dist/components/Molecules/SmartLearn/SmartLearn.stories.d.ts +3 -2
  31. package/dist/components/Molecules/SmartLearn/SmartLearn.stories.js +32 -20
  32. package/dist/components/Molecules/SmartLearn/SmartLearn.stories.js.map +1 -1
  33. package/dist/components/Molecules/SmartLearn/SmartLearn.styles.d.ts +46 -2
  34. package/dist/components/Molecules/SmartLearn/SmartLearn.styles.js +47 -3
  35. package/dist/components/Molecules/SmartLearn/SmartLearn.styles.js.map +1 -1
  36. package/dist/components/Molecules/SmartLearn/types.d.ts +1 -1
  37. package/dist/components/Molecules/StaticscreensLearnmore/Staticback.js +8 -4
  38. package/dist/components/Molecules/StaticscreensLearnmore/Staticback.js.map +1 -1
  39. package/dist/components/Molecules/StaticscreensLearnmore/Staticback.styles.d.ts +1 -1
  40. package/dist/components/Molecules/StaticscreensLearnmore/Staticback.styles.js +3 -3
  41. package/dist/components/Molecules/StaticscreensLearnmore/Staticback.styles.js.map +1 -1
  42. package/dist/components/Molecules/Tutor/Assistant/Assistant.js +119 -29
  43. package/dist/components/Molecules/Tutor/Assistant/Assistant.js.map +1 -1
  44. package/dist/components/Molecules/Tutor/Assistant/Assistant.styles.d.ts +93 -1
  45. package/dist/components/Molecules/Tutor/Assistant/Assistant.styles.js +77 -6
  46. package/dist/components/Molecules/Tutor/Assistant/Assistant.styles.js.map +1 -1
  47. package/dist/components/Molecules/Tutor/Assistant/TutorAssistant.js +1 -1
  48. package/dist/components/Molecules/Tutor/Assistant/TutorAssistant.js.map +1 -1
  49. package/dist/components/Molecules/Tutor/User/User.js +22 -2
  50. package/dist/components/Molecules/Tutor/User/User.js.map +1 -1
  51. package/dist/components/Molecules/Tutor/User/User.stories.d.ts +1 -0
  52. package/dist/components/Molecules/Tutor/User/User.stories.js +92 -1
  53. package/dist/components/Molecules/Tutor/User/User.stories.js.map +1 -1
  54. package/dist/components/Molecules/comprehension/ComprehensionLayout.d.ts +11 -1
  55. package/dist/components/Molecules/comprehension/ComprehensionLayout.js +52 -19
  56. package/dist/components/Molecules/comprehension/ComprehensionLayout.js.map +1 -1
  57. package/dist/components/Molecules/optionLayouts/scqtemp.js +168 -55
  58. package/dist/components/Molecules/optionLayouts/scqtemp.js.map +1 -1
  59. package/dist/components/Molecules/questionLayouts/QuestionsLayout.js +166 -101
  60. package/dist/components/Molecules/questionLayouts/QuestionsLayout.js.map +1 -1
  61. package/dist/components/Organisms/PostDetails/PostInfo.js +7 -3
  62. package/dist/components/Organisms/PostDetails/PostInfo.js.map +1 -1
  63. package/dist/components/Organisms/ReviewComponent/ChatPresenter.js +2 -2
  64. package/dist/components/Organisms/ReviewComponent/ChatPresenter.js.map +1 -1
  65. package/dist/components/Organisms/ReviewComponent/Review.d.ts +12 -1
  66. package/dist/components/Organisms/ReviewComponent/Review.js +147 -50
  67. package/dist/components/Organisms/ReviewComponent/Review.js.map +1 -1
  68. package/dist/components/Organisms/ReviewComponent/ReviewPresenter.d.ts +12 -1
  69. package/dist/components/Organisms/ReviewComponent/ReviewPresenter.js +7 -8
  70. package/dist/components/Organisms/ReviewComponent/ReviewPresenter.js.map +1 -1
  71. package/dist/components/Organisms/ReviewComponent/ReviewPresenter.stories.d.ts +62 -0
  72. package/dist/components/Organisms/ReviewComponent/ReviewPresenter.stories.js +47 -1
  73. package/dist/components/Organisms/ReviewComponent/ReviewPresenter.stories.js.map +1 -1
  74. package/dist/components/Organisms/ReviewComponent/reviewUtils.d.ts +21 -80
  75. package/dist/components/Organisms/ReviewComponent/reviewUtils.js +67 -51
  76. package/dist/components/Organisms/ReviewComponent/reviewUtils.js.map +1 -1
  77. package/dist/components/Organisms/ReviewComponent/selectionUtils.d.ts +1715 -0
  78. package/dist/components/Organisms/ReviewComponent/selectionUtils.js +2898 -1
  79. package/dist/components/Organisms/ReviewComponent/selectionUtils.js.map +1 -1
  80. package/dist/components/Organisms/StudentEditor/StudentEditor.stories.js +14 -9
  81. package/dist/components/Organisms/StudentEditor/StudentEditor.stories.js.map +1 -1
  82. package/dist/components/Organisms/StudentEditor/components/MathModal.js +3 -0
  83. package/dist/components/Organisms/StudentEditor/components/MathModal.js.map +1 -1
  84. package/dist/components/Organisms/StudentEditor/components/TextEditor.js +145 -85
  85. package/dist/components/Organisms/StudentEditor/components/TextEditor.js.map +1 -1
  86. package/dist/components/Organisms/StudentEditor/utils/keyboard-config.d.ts +4 -4
  87. package/dist/components/Organisms/StudentEditor/utils/keyboard-config.js +52 -52
  88. package/dist/components/Organisms/StudentEditor/utils/keyboard-config.js.map +1 -1
  89. package/dist/index.d.ts +3 -0
  90. package/dist/index.js +7 -1
  91. package/dist/index.js.map +1 -1
  92. package/dist/utils/LearningPathUtils.d.ts +1 -0
  93. package/dist/utils/LearningPathUtils.js +2 -1
  94. package/dist/utils/LearningPathUtils.js.map +1 -1
  95. package/dist/utils/common-utils.js.map +1 -1
  96. package/dist/utils/presentationModes.d.ts +59 -0
  97. package/dist/utils/presentationModes.js +36 -1
  98. package/dist/utils/presentationModes.js.map +1 -1
  99. package/package.json +4 -1
@@ -1285,3 +1285,1718 @@ export const questionSelectionData: ({
1285
1285
  history: never[];
1286
1286
  taskType?: undefined;
1287
1287
  })[];
1288
+ export const comprehensionSelectionData: ({
1289
+ questionObject: {
1290
+ question_type: string;
1291
+ solution: string;
1292
+ uuid: string;
1293
+ question_layout: string;
1294
+ options_layout: string[];
1295
+ sub_question: never[];
1296
+ version_uuid: string;
1297
+ images_details: never[];
1298
+ option_image_details: never[];
1299
+ solution_layout: {
1300
+ layout_type: string;
1301
+ data: {
1302
+ text_layout: string;
1303
+ text: string;
1304
+ media_type: string;
1305
+ media: string;
1306
+ weight: string;
1307
+ }[];
1308
+ }[];
1309
+ rubric: {};
1310
+ hintandexplanations: never[];
1311
+ answers_key: string[];
1312
+ answers_index_hashed_keys: string[];
1313
+ syllabusMapping: {
1314
+ curriculum: {
1315
+ id: string;
1316
+ title: string;
1317
+ };
1318
+ grade: {
1319
+ id: string;
1320
+ title: string;
1321
+ };
1322
+ subject: {
1323
+ id: string;
1324
+ title: string;
1325
+ };
1326
+ chapter: {
1327
+ id: string;
1328
+ title: string;
1329
+ };
1330
+ topic: {
1331
+ id: string;
1332
+ };
1333
+ difficulty: {
1334
+ id: string;
1335
+ };
1336
+ assessmentType: string;
1337
+ cognitivLevel: string;
1338
+ }[];
1339
+ answer_schema: string;
1340
+ question?: undefined;
1341
+ question_student_layout?: undefined;
1342
+ options?: undefined;
1343
+ answers?: undefined;
1344
+ answers_layout?: undefined;
1345
+ duration?: undefined;
1346
+ images?: undefined;
1347
+ grades?: undefined;
1348
+ curriculum?: undefined;
1349
+ subjects?: undefined;
1350
+ chapters?: undefined;
1351
+ topics?: undefined;
1352
+ sub_topic?: undefined;
1353
+ assessmentType?: undefined;
1354
+ cognitivLevel?: undefined;
1355
+ status?: undefined;
1356
+ version?: undefined;
1357
+ is_subquestion?: undefined;
1358
+ created_by?: undefined;
1359
+ modified_by?: undefined;
1360
+ is_teacher?: undefined;
1361
+ is_student?: undefined;
1362
+ created_by_id?: undefined;
1363
+ modified_by_id?: undefined;
1364
+ createdAt?: undefined;
1365
+ approved_by_id?: undefined;
1366
+ approved_by?: undefined;
1367
+ is_archive?: undefined;
1368
+ layout_type?: undefined;
1369
+ knowledge_cell?: undefined;
1370
+ source?: undefined;
1371
+ labels?: undefined;
1372
+ updatedAt?: undefined;
1373
+ __v?: undefined;
1374
+ approvedAt?: undefined;
1375
+ showGreen?: undefined;
1376
+ sub_questions?: undefined;
1377
+ };
1378
+ taskType: string;
1379
+ userAnswer: {
1380
+ answerResult: {}[];
1381
+ overAllResult: boolean;
1382
+ chatId?: undefined;
1383
+ };
1384
+ dispalyedQues?: undefined;
1385
+ history?: undefined;
1386
+ } | {
1387
+ questionObject: {
1388
+ question_type: string;
1389
+ question: string;
1390
+ solution: string;
1391
+ uuid: string;
1392
+ question_layout: string;
1393
+ question_student_layout: string[];
1394
+ options: string[];
1395
+ options_layout: string[];
1396
+ answers: string[];
1397
+ answers_layout: string[];
1398
+ duration: string;
1399
+ images: never[];
1400
+ sub_question: never[];
1401
+ grades: {
1402
+ grade: string;
1403
+ difficulty: string;
1404
+ }[];
1405
+ curriculum: string[];
1406
+ subjects: string[];
1407
+ chapters: string[];
1408
+ topics: string[];
1409
+ sub_topic: never[];
1410
+ assessmentType: string[];
1411
+ cognitivLevel: string[];
1412
+ status: string;
1413
+ version: string;
1414
+ is_subquestion: boolean;
1415
+ created_by: string;
1416
+ modified_by: string;
1417
+ is_teacher: boolean;
1418
+ is_student: boolean;
1419
+ created_by_id: string;
1420
+ modified_by_id: string;
1421
+ createdAt: string;
1422
+ version_uuid: string;
1423
+ approved_by_id: string;
1424
+ approved_by: string;
1425
+ is_archive: boolean;
1426
+ layout_type: null;
1427
+ images_details: {
1428
+ url: string;
1429
+ aspect_ratio_type: number;
1430
+ }[];
1431
+ knowledge_cell: string[];
1432
+ source: string;
1433
+ option_image_details: never[];
1434
+ labels: {
1435
+ normal: {
1436
+ prompt_id: string;
1437
+ source_coteacher_uuid: string;
1438
+ };
1439
+ syllabus: {
1440
+ curriculum: string;
1441
+ grade: string;
1442
+ subject: string;
1443
+ chapter: string;
1444
+ topic: string;
1445
+ difficulty: string;
1446
+ }[];
1447
+ explanation: {
1448
+ prompt_id: string;
1449
+ };
1450
+ isAdvanced: boolean;
1451
+ basket: boolean;
1452
+ };
1453
+ updatedAt: string;
1454
+ __v: number;
1455
+ approvedAt: string;
1456
+ hintandexplanations: {
1457
+ _id: string;
1458
+ hint: never[];
1459
+ explanation: {
1460
+ layout_type: string;
1461
+ data: {
1462
+ text_layout: string;
1463
+ text: string;
1464
+ media_type: string;
1465
+ media: string;
1466
+ _id: string;
1467
+ }[];
1468
+ _id: string;
1469
+ }[];
1470
+ question_id: string;
1471
+ createdAt: string;
1472
+ updatedAt: string;
1473
+ __v: number;
1474
+ }[];
1475
+ syllabusMapping: {
1476
+ curriculum: {
1477
+ id: string;
1478
+ title: string;
1479
+ };
1480
+ grade: {
1481
+ id: string;
1482
+ title: string;
1483
+ };
1484
+ subject: {
1485
+ id: string;
1486
+ title: string;
1487
+ };
1488
+ chapter: {
1489
+ id: string;
1490
+ title: string;
1491
+ };
1492
+ topic: {
1493
+ id: string;
1494
+ title: string;
1495
+ };
1496
+ difficulty: {
1497
+ id: string;
1498
+ };
1499
+ assessmentType: string;
1500
+ cognitivLevel: string;
1501
+ }[];
1502
+ showGreen: boolean;
1503
+ solution_layout?: undefined;
1504
+ rubric?: undefined;
1505
+ answers_key?: undefined;
1506
+ answers_index_hashed_keys?: undefined;
1507
+ answer_schema?: undefined;
1508
+ sub_questions?: undefined;
1509
+ };
1510
+ userAnswer: {
1511
+ answerResult: {
1512
+ actualAnswer: string;
1513
+ givenAnswer: string;
1514
+ isCorrect: boolean;
1515
+ }[];
1516
+ overAllResult: boolean;
1517
+ chatId: string;
1518
+ };
1519
+ dispalyedQues: {
1520
+ basket_id: string;
1521
+ learning_mode: string;
1522
+ non_basket_id: string;
1523
+ mode: string;
1524
+ eval_state: string;
1525
+ current_status: string;
1526
+ current_rule: string;
1527
+ current_step_id: string;
1528
+ prev_step_id: string;
1529
+ prev_basket_id: string;
1530
+ visited_question_indices: {
1531
+ m_index: number;
1532
+ s_index: number;
1533
+ };
1534
+ contents: never[];
1535
+ questions: ({
1536
+ question: string;
1537
+ user_answer: string;
1538
+ difficulty_level: string;
1539
+ result: boolean;
1540
+ question_sequence: string;
1541
+ created_at: string;
1542
+ question_details: {
1543
+ question_type: string;
1544
+ question: string;
1545
+ solution: string;
1546
+ uuid: string;
1547
+ question_layout: string;
1548
+ question_student_layout: string[];
1549
+ options: string[];
1550
+ options_layout: string[];
1551
+ answers: string[];
1552
+ answers_layout: string[];
1553
+ duration: string;
1554
+ images: never[];
1555
+ sub_question: never[];
1556
+ grades: {
1557
+ grade: string;
1558
+ difficulty: string;
1559
+ }[];
1560
+ curriculum: string[];
1561
+ subjects: string[];
1562
+ chapters: string[];
1563
+ topics: string[];
1564
+ sub_topic: never[];
1565
+ assessmentType: string[];
1566
+ cognitivLevel: string[];
1567
+ status: string;
1568
+ version: string;
1569
+ is_subquestion: boolean;
1570
+ created_by: string;
1571
+ modified_by: string;
1572
+ is_teacher: boolean;
1573
+ is_student: boolean;
1574
+ created_by_id: string;
1575
+ modified_by_id: string;
1576
+ createdAt: string;
1577
+ version_uuid: string;
1578
+ approved_by_id: string;
1579
+ approved_by: string;
1580
+ is_archive: boolean;
1581
+ layout_type: null;
1582
+ images_details: never[];
1583
+ knowledge_cell: string[];
1584
+ source: string;
1585
+ option_image_details: never[];
1586
+ labels: {
1587
+ normal: {
1588
+ prompt_id: string;
1589
+ source_coteacher_uuid: string;
1590
+ };
1591
+ syllabus: {
1592
+ curriculum: string;
1593
+ grade: string;
1594
+ subject: string;
1595
+ chapter: string;
1596
+ topic: string;
1597
+ difficulty: string;
1598
+ }[];
1599
+ explanation: {
1600
+ prompt_id: string;
1601
+ };
1602
+ isAdvanced: boolean;
1603
+ basket: boolean;
1604
+ };
1605
+ updatedAt: string;
1606
+ __v: number;
1607
+ approvedAt: string;
1608
+ hintandexplanations: {
1609
+ _id: string;
1610
+ hint: never[];
1611
+ explanation: {
1612
+ layout_type: string;
1613
+ data: {
1614
+ text_layout: string;
1615
+ text: string;
1616
+ media_type: string;
1617
+ media: string;
1618
+ _id: string;
1619
+ }[];
1620
+ _id: string;
1621
+ }[];
1622
+ question_id: string;
1623
+ createdAt: string;
1624
+ updatedAt: string;
1625
+ __v: number;
1626
+ }[];
1627
+ syllabusMapping: {
1628
+ curriculum: {
1629
+ id: string;
1630
+ title: string;
1631
+ };
1632
+ grade: {
1633
+ id: string;
1634
+ title: string;
1635
+ };
1636
+ subject: {
1637
+ id: string;
1638
+ title: string;
1639
+ };
1640
+ chapter: {
1641
+ id: string;
1642
+ title: string;
1643
+ };
1644
+ topic: {
1645
+ id: string;
1646
+ title: string;
1647
+ };
1648
+ difficulty: {
1649
+ id: string;
1650
+ };
1651
+ assessmentType: string;
1652
+ cognitivLevel: string;
1653
+ }[];
1654
+ };
1655
+ main_question_count: string;
1656
+ } | {
1657
+ question: string;
1658
+ user_answer: string;
1659
+ difficulty_level: string;
1660
+ result: boolean;
1661
+ question_sequence: string;
1662
+ created_at: string;
1663
+ question_details: {
1664
+ question_type: string;
1665
+ question: string;
1666
+ solution: string;
1667
+ uuid: string;
1668
+ question_layout: string;
1669
+ question_student_layout: string[];
1670
+ options: string[];
1671
+ options_layout: string[];
1672
+ answers: string[];
1673
+ answers_layout: string[];
1674
+ duration: string;
1675
+ images: never[];
1676
+ sub_question: never[];
1677
+ grades: {
1678
+ grade: string;
1679
+ difficulty: string;
1680
+ }[];
1681
+ curriculum: string[];
1682
+ subjects: string[];
1683
+ chapters: string[];
1684
+ topics: string[];
1685
+ sub_topic: never[];
1686
+ assessmentType: string[];
1687
+ cognitivLevel: string[];
1688
+ status: string;
1689
+ version: string;
1690
+ is_subquestion: boolean;
1691
+ created_by: string;
1692
+ modified_by: string;
1693
+ is_teacher: boolean;
1694
+ is_student: boolean;
1695
+ created_by_id: string;
1696
+ modified_by_id: string;
1697
+ createdAt: string;
1698
+ version_uuid: string;
1699
+ approved_by_id: string;
1700
+ approved_by: string;
1701
+ is_archive: boolean;
1702
+ layout_type: null;
1703
+ images_details: never[];
1704
+ knowledge_cell: string[];
1705
+ source: string;
1706
+ option_image_details: never[];
1707
+ labels: {
1708
+ normal: {
1709
+ prompt_id: string;
1710
+ source_coteacher_uuid: string;
1711
+ };
1712
+ syllabus: {
1713
+ curriculum: string;
1714
+ grade: string;
1715
+ subject: string;
1716
+ chapter: string;
1717
+ topic: never[];
1718
+ difficulty: string;
1719
+ }[];
1720
+ explanation: {
1721
+ prompt_id: string;
1722
+ };
1723
+ isAdvanced: boolean;
1724
+ basket: boolean;
1725
+ };
1726
+ updatedAt: string;
1727
+ __v: number;
1728
+ approvedAt: string;
1729
+ hintandexplanations: {
1730
+ _id: string;
1731
+ hint: never[];
1732
+ explanation: {
1733
+ layout_type: string;
1734
+ data: {
1735
+ text_layout: string;
1736
+ text: string;
1737
+ media_type: string;
1738
+ media: string;
1739
+ _id: string;
1740
+ }[];
1741
+ _id: string;
1742
+ }[];
1743
+ question_id: string;
1744
+ createdAt: string;
1745
+ updatedAt: string;
1746
+ __v: number;
1747
+ }[];
1748
+ syllabusMapping: {
1749
+ curriculum: {
1750
+ id: string;
1751
+ title: string;
1752
+ };
1753
+ grade: {
1754
+ id: string;
1755
+ title: string;
1756
+ };
1757
+ subject: {
1758
+ id: string;
1759
+ title: string;
1760
+ };
1761
+ chapter: {
1762
+ id: string;
1763
+ title: string;
1764
+ };
1765
+ topic: {
1766
+ id: string;
1767
+ title: string;
1768
+ };
1769
+ difficulty: {
1770
+ id: string;
1771
+ };
1772
+ assessmentType: string;
1773
+ cognitivLevel: string;
1774
+ }[];
1775
+ };
1776
+ main_question_count: string;
1777
+ })[];
1778
+ total_questions: number;
1779
+ }[];
1780
+ history: never[];
1781
+ taskType?: undefined;
1782
+ } | {
1783
+ questionObject: {
1784
+ question_type: string;
1785
+ question: string;
1786
+ solution: string;
1787
+ uuid: string;
1788
+ question_layout: string;
1789
+ question_student_layout: string[];
1790
+ options: string[];
1791
+ options_layout: string[];
1792
+ answers: string[];
1793
+ answers_layout: string[];
1794
+ duration: string;
1795
+ images: never[];
1796
+ sub_question: never[];
1797
+ grades: {
1798
+ grade: string;
1799
+ difficulty: string;
1800
+ }[];
1801
+ curriculum: string[];
1802
+ subjects: string[];
1803
+ chapters: string[];
1804
+ topics: string[];
1805
+ sub_topic: never[];
1806
+ assessmentType: string[];
1807
+ cognitivLevel: string[];
1808
+ status: string;
1809
+ version: string;
1810
+ is_subquestion: boolean;
1811
+ created_by: string;
1812
+ modified_by: string;
1813
+ is_teacher: boolean;
1814
+ is_student: boolean;
1815
+ created_by_id: string;
1816
+ modified_by_id: string;
1817
+ createdAt: string;
1818
+ version_uuid: string;
1819
+ approved_by_id: string;
1820
+ approved_by: string;
1821
+ is_archive: boolean;
1822
+ layout_type: null;
1823
+ images_details: never[];
1824
+ knowledge_cell: string[];
1825
+ source: string;
1826
+ option_image_details: never[];
1827
+ labels: {
1828
+ normal: {
1829
+ prompt_id: string;
1830
+ source_coteacher_uuid: string;
1831
+ };
1832
+ syllabus: {
1833
+ curriculum: string;
1834
+ grade: string;
1835
+ subject: string;
1836
+ chapter: string;
1837
+ topic: string;
1838
+ difficulty: string;
1839
+ }[];
1840
+ explanation: {
1841
+ prompt_id: string;
1842
+ };
1843
+ isAdvanced: boolean;
1844
+ basket: boolean;
1845
+ };
1846
+ updatedAt: string;
1847
+ __v: number;
1848
+ approvedAt: string;
1849
+ hintandexplanations: {
1850
+ _id: string;
1851
+ hint: never[];
1852
+ explanation: {
1853
+ layout_type: string;
1854
+ data: {
1855
+ text_layout: string;
1856
+ text: string;
1857
+ media_type: string;
1858
+ media: string;
1859
+ _id: string;
1860
+ }[];
1861
+ _id: string;
1862
+ }[];
1863
+ question_id: string;
1864
+ createdAt: string;
1865
+ updatedAt: string;
1866
+ __v: number;
1867
+ }[];
1868
+ syllabusMapping: {
1869
+ curriculum: {
1870
+ id: string;
1871
+ title: string;
1872
+ };
1873
+ grade: {
1874
+ id: string;
1875
+ title: string;
1876
+ };
1877
+ subject: {
1878
+ id: string;
1879
+ title: string;
1880
+ };
1881
+ chapter: {
1882
+ id: string;
1883
+ title: string;
1884
+ };
1885
+ topic: {
1886
+ id: string;
1887
+ title: string;
1888
+ };
1889
+ difficulty: {
1890
+ id: string;
1891
+ };
1892
+ assessmentType: string;
1893
+ cognitivLevel: string;
1894
+ }[];
1895
+ showGreen: boolean;
1896
+ solution_layout?: undefined;
1897
+ rubric?: undefined;
1898
+ answers_key?: undefined;
1899
+ answers_index_hashed_keys?: undefined;
1900
+ answer_schema?: undefined;
1901
+ sub_questions?: undefined;
1902
+ };
1903
+ userAnswer: {
1904
+ answerResult: {
1905
+ actualAnswer: string;
1906
+ givenAnswer: string;
1907
+ isCorrect: boolean;
1908
+ }[];
1909
+ overAllResult: boolean;
1910
+ chatId: string;
1911
+ };
1912
+ dispalyedQues: {
1913
+ basket_id: string;
1914
+ learning_mode: string;
1915
+ non_basket_id: string;
1916
+ mode: string;
1917
+ eval_state: string;
1918
+ current_status: string;
1919
+ current_rule: string;
1920
+ current_step_id: string;
1921
+ prev_step_id: string;
1922
+ prev_basket_id: string;
1923
+ visited_question_indices: {
1924
+ m_index: number;
1925
+ s_index: number;
1926
+ };
1927
+ contents: never[];
1928
+ questions: ({
1929
+ question: string;
1930
+ user_answer: string;
1931
+ difficulty_level: string;
1932
+ result: boolean;
1933
+ question_sequence: string;
1934
+ created_at: string;
1935
+ question_details: {
1936
+ question_type: string;
1937
+ question: string;
1938
+ solution: string;
1939
+ uuid: string;
1940
+ question_layout: string;
1941
+ question_student_layout: string[];
1942
+ options: string[];
1943
+ options_layout: string[];
1944
+ answers: string[];
1945
+ answers_layout: string[];
1946
+ duration: string;
1947
+ images: never[];
1948
+ sub_question: never[];
1949
+ grades: {
1950
+ grade: string;
1951
+ difficulty: string;
1952
+ }[];
1953
+ curriculum: string[];
1954
+ subjects: string[];
1955
+ chapters: string[];
1956
+ topics: string[];
1957
+ sub_topic: never[];
1958
+ assessmentType: string[];
1959
+ cognitivLevel: string[];
1960
+ status: string;
1961
+ version: string;
1962
+ is_subquestion: boolean;
1963
+ created_by: string;
1964
+ modified_by: string;
1965
+ is_teacher: boolean;
1966
+ is_student: boolean;
1967
+ created_by_id: string;
1968
+ modified_by_id: string;
1969
+ createdAt: string;
1970
+ version_uuid: string;
1971
+ approved_by_id: string;
1972
+ approved_by: string;
1973
+ is_archive: boolean;
1974
+ layout_type: null;
1975
+ images_details: never[];
1976
+ knowledge_cell: string[];
1977
+ source: string;
1978
+ option_image_details: never[];
1979
+ labels: {
1980
+ normal: {
1981
+ prompt_id: string;
1982
+ source_coteacher_uuid: string;
1983
+ };
1984
+ syllabus: {
1985
+ curriculum: string;
1986
+ grade: string;
1987
+ subject: string;
1988
+ chapter: string;
1989
+ topic: string;
1990
+ difficulty: string;
1991
+ }[];
1992
+ explanation: {
1993
+ prompt_id: string;
1994
+ };
1995
+ isAdvanced: boolean;
1996
+ basket: boolean;
1997
+ };
1998
+ updatedAt: string;
1999
+ __v: number;
2000
+ approvedAt: string;
2001
+ hintandexplanations: {
2002
+ _id: string;
2003
+ hint: never[];
2004
+ explanation: {
2005
+ layout_type: string;
2006
+ data: {
2007
+ text_layout: string;
2008
+ text: string;
2009
+ media_type: string;
2010
+ media: string;
2011
+ _id: string;
2012
+ }[];
2013
+ _id: string;
2014
+ }[];
2015
+ question_id: string;
2016
+ createdAt: string;
2017
+ updatedAt: string;
2018
+ __v: number;
2019
+ }[];
2020
+ syllabusMapping: {
2021
+ curriculum: {
2022
+ id: string;
2023
+ title: string;
2024
+ };
2025
+ grade: {
2026
+ id: string;
2027
+ title: string;
2028
+ };
2029
+ subject: {
2030
+ id: string;
2031
+ title: string;
2032
+ };
2033
+ chapter: {
2034
+ id: string;
2035
+ title: string;
2036
+ };
2037
+ topic: {
2038
+ id: string;
2039
+ title: string;
2040
+ };
2041
+ difficulty: {
2042
+ id: string;
2043
+ };
2044
+ assessmentType: string;
2045
+ cognitivLevel: string;
2046
+ }[];
2047
+ };
2048
+ main_question_count: string;
2049
+ } | {
2050
+ question: string;
2051
+ user_answer: string;
2052
+ difficulty_level: string;
2053
+ result: boolean;
2054
+ question_sequence: string;
2055
+ created_at: string;
2056
+ question_details: {
2057
+ question_type: string;
2058
+ question: string;
2059
+ solution: string;
2060
+ uuid: string;
2061
+ question_layout: string;
2062
+ question_student_layout: string[];
2063
+ options: string[];
2064
+ options_layout: string[];
2065
+ answers: string[];
2066
+ answers_layout: string[];
2067
+ duration: string;
2068
+ images: never[];
2069
+ sub_question: never[];
2070
+ grades: {
2071
+ grade: string;
2072
+ difficulty: string;
2073
+ }[];
2074
+ curriculum: string[];
2075
+ subjects: string[];
2076
+ chapters: string[];
2077
+ topics: string[];
2078
+ sub_topic: never[];
2079
+ assessmentType: string[];
2080
+ cognitivLevel: string[];
2081
+ status: string;
2082
+ version: string;
2083
+ is_subquestion: boolean;
2084
+ created_by: string;
2085
+ modified_by: string;
2086
+ is_teacher: boolean;
2087
+ is_student: boolean;
2088
+ created_by_id: string;
2089
+ modified_by_id: string;
2090
+ createdAt: string;
2091
+ version_uuid: string;
2092
+ approved_by_id: string;
2093
+ approved_by: string;
2094
+ is_archive: boolean;
2095
+ layout_type: null;
2096
+ images_details: never[];
2097
+ knowledge_cell: string[];
2098
+ source: string;
2099
+ option_image_details: never[];
2100
+ labels: {
2101
+ normal: {
2102
+ prompt_id: string;
2103
+ source_coteacher_uuid: string;
2104
+ };
2105
+ syllabus: {
2106
+ curriculum: string;
2107
+ grade: string;
2108
+ subject: string;
2109
+ chapter: string;
2110
+ topic: never[];
2111
+ difficulty: string;
2112
+ }[];
2113
+ explanation: {
2114
+ prompt_id: string;
2115
+ };
2116
+ isAdvanced: boolean;
2117
+ basket: boolean;
2118
+ };
2119
+ updatedAt: string;
2120
+ __v: number;
2121
+ approvedAt: string;
2122
+ hintandexplanations: {
2123
+ _id: string;
2124
+ hint: never[];
2125
+ explanation: {
2126
+ layout_type: string;
2127
+ data: {
2128
+ text_layout: string;
2129
+ text: string;
2130
+ media_type: string;
2131
+ media: string;
2132
+ _id: string;
2133
+ }[];
2134
+ _id: string;
2135
+ }[];
2136
+ question_id: string;
2137
+ createdAt: string;
2138
+ updatedAt: string;
2139
+ __v: number;
2140
+ }[];
2141
+ syllabusMapping: {
2142
+ curriculum: {
2143
+ id: string;
2144
+ title: string;
2145
+ };
2146
+ grade: {
2147
+ id: string;
2148
+ title: string;
2149
+ };
2150
+ subject: {
2151
+ id: string;
2152
+ title: string;
2153
+ };
2154
+ chapter: {
2155
+ id: string;
2156
+ title: string;
2157
+ };
2158
+ topic: {
2159
+ id: string;
2160
+ title: string;
2161
+ };
2162
+ difficulty: {
2163
+ id: string;
2164
+ };
2165
+ assessmentType: string;
2166
+ cognitivLevel: string;
2167
+ }[];
2168
+ };
2169
+ main_question_count: string;
2170
+ })[];
2171
+ total_questions: number;
2172
+ }[];
2173
+ taskType?: undefined;
2174
+ history?: undefined;
2175
+ } | {
2176
+ questionObject: {
2177
+ question_type: string;
2178
+ question: string;
2179
+ solution: string;
2180
+ uuid: string;
2181
+ question_layout: string;
2182
+ question_student_layout: string[];
2183
+ options: string[];
2184
+ options_layout: string[];
2185
+ answers: string[];
2186
+ answers_layout: string[];
2187
+ duration: string;
2188
+ images: never[];
2189
+ sub_question: never[];
2190
+ grades: {
2191
+ grade: string;
2192
+ difficulty: string;
2193
+ }[];
2194
+ curriculum: string[];
2195
+ subjects: string[];
2196
+ chapters: string[];
2197
+ topics: string[];
2198
+ sub_topic: never[];
2199
+ assessmentType: string[];
2200
+ cognitivLevel: string[];
2201
+ status: string;
2202
+ version: string;
2203
+ is_subquestion: boolean;
2204
+ created_by: string;
2205
+ modified_by: string;
2206
+ is_teacher: boolean;
2207
+ is_student: boolean;
2208
+ created_by_id: string;
2209
+ modified_by_id: string;
2210
+ createdAt: string;
2211
+ version_uuid: string;
2212
+ approved_by_id: string;
2213
+ approved_by: string;
2214
+ is_archive: boolean;
2215
+ layout_type: null;
2216
+ images_details: never[];
2217
+ knowledge_cell: string[];
2218
+ source: string;
2219
+ option_image_details: never[];
2220
+ labels: {
2221
+ normal: {
2222
+ prompt_id: string;
2223
+ source_coteacher_uuid: string;
2224
+ };
2225
+ syllabus: {
2226
+ curriculum: string;
2227
+ grade: string;
2228
+ subject: string;
2229
+ chapter: string;
2230
+ topic: never[];
2231
+ difficulty: string;
2232
+ }[];
2233
+ explanation: {
2234
+ prompt_id: string;
2235
+ };
2236
+ isAdvanced: boolean;
2237
+ basket: boolean;
2238
+ };
2239
+ updatedAt: string;
2240
+ __v: number;
2241
+ approvedAt: string;
2242
+ hintandexplanations: {
2243
+ _id: string;
2244
+ hint: never[];
2245
+ explanation: {
2246
+ layout_type: string;
2247
+ data: {
2248
+ text_layout: string;
2249
+ text: string;
2250
+ media_type: string;
2251
+ media: string;
2252
+ _id: string;
2253
+ }[];
2254
+ _id: string;
2255
+ }[];
2256
+ question_id: string;
2257
+ createdAt: string;
2258
+ updatedAt: string;
2259
+ __v: number;
2260
+ }[];
2261
+ syllabusMapping: {
2262
+ curriculum: {
2263
+ id: string;
2264
+ title: string;
2265
+ };
2266
+ grade: {
2267
+ id: string;
2268
+ title: string;
2269
+ };
2270
+ subject: {
2271
+ id: string;
2272
+ title: string;
2273
+ };
2274
+ chapter: {
2275
+ id: string;
2276
+ title: string;
2277
+ };
2278
+ topic: {
2279
+ id: string;
2280
+ title: string;
2281
+ };
2282
+ difficulty: {
2283
+ id: string;
2284
+ };
2285
+ assessmentType: string;
2286
+ cognitivLevel: string;
2287
+ }[];
2288
+ showGreen: boolean;
2289
+ solution_layout?: undefined;
2290
+ rubric?: undefined;
2291
+ answers_key?: undefined;
2292
+ answers_index_hashed_keys?: undefined;
2293
+ answer_schema?: undefined;
2294
+ sub_questions?: undefined;
2295
+ };
2296
+ userAnswer: {
2297
+ answerResult: {
2298
+ actualAnswer: string;
2299
+ givenAnswer: string;
2300
+ isCorrect: boolean;
2301
+ }[];
2302
+ overAllResult: boolean;
2303
+ chatId: string;
2304
+ };
2305
+ dispalyedQues: {
2306
+ basket_id: string;
2307
+ learning_mode: string;
2308
+ non_basket_id: string;
2309
+ mode: string;
2310
+ eval_state: string;
2311
+ current_status: string;
2312
+ current_rule: string;
2313
+ current_step_id: string;
2314
+ prev_step_id: string;
2315
+ prev_basket_id: string;
2316
+ visited_question_indices: {
2317
+ m_index: number;
2318
+ s_index: number;
2319
+ };
2320
+ contents: never[];
2321
+ questions: ({
2322
+ question: string;
2323
+ user_answer: string;
2324
+ difficulty_level: string;
2325
+ result: boolean;
2326
+ question_sequence: string;
2327
+ created_at: string;
2328
+ question_details: {
2329
+ question_type: string;
2330
+ question: string;
2331
+ solution: string;
2332
+ uuid: string;
2333
+ question_layout: string;
2334
+ question_student_layout: string[];
2335
+ options: string[];
2336
+ options_layout: string[];
2337
+ answers: string[];
2338
+ answers_layout: string[];
2339
+ duration: string;
2340
+ images: never[];
2341
+ sub_question: never[];
2342
+ grades: {
2343
+ grade: string;
2344
+ difficulty: string;
2345
+ }[];
2346
+ curriculum: string[];
2347
+ subjects: string[];
2348
+ chapters: string[];
2349
+ topics: string[];
2350
+ sub_topic: never[];
2351
+ assessmentType: string[];
2352
+ cognitivLevel: string[];
2353
+ status: string;
2354
+ version: string;
2355
+ is_subquestion: boolean;
2356
+ created_by: string;
2357
+ modified_by: string;
2358
+ is_teacher: boolean;
2359
+ is_student: boolean;
2360
+ created_by_id: string;
2361
+ modified_by_id: string;
2362
+ createdAt: string;
2363
+ version_uuid: string;
2364
+ approved_by_id: string;
2365
+ approved_by: string;
2366
+ is_archive: boolean;
2367
+ layout_type: null;
2368
+ images_details: never[];
2369
+ knowledge_cell: string[];
2370
+ source: string;
2371
+ option_image_details: never[];
2372
+ labels: {
2373
+ normal: {
2374
+ prompt_id: string;
2375
+ source_coteacher_uuid: string;
2376
+ };
2377
+ syllabus: {
2378
+ curriculum: string;
2379
+ grade: string;
2380
+ subject: string;
2381
+ chapter: string;
2382
+ topic: string;
2383
+ difficulty: string;
2384
+ }[];
2385
+ explanation: {
2386
+ prompt_id: string;
2387
+ };
2388
+ isAdvanced: boolean;
2389
+ basket: boolean;
2390
+ };
2391
+ updatedAt: string;
2392
+ __v: number;
2393
+ approvedAt: string;
2394
+ hintandexplanations: {
2395
+ _id: string;
2396
+ hint: never[];
2397
+ explanation: {
2398
+ layout_type: string;
2399
+ data: {
2400
+ text_layout: string;
2401
+ text: string;
2402
+ media_type: string;
2403
+ media: string;
2404
+ _id: string;
2405
+ }[];
2406
+ _id: string;
2407
+ }[];
2408
+ question_id: string;
2409
+ createdAt: string;
2410
+ updatedAt: string;
2411
+ __v: number;
2412
+ }[];
2413
+ syllabusMapping: {
2414
+ curriculum: {
2415
+ id: string;
2416
+ title: string;
2417
+ };
2418
+ grade: {
2419
+ id: string;
2420
+ title: string;
2421
+ };
2422
+ subject: {
2423
+ id: string;
2424
+ title: string;
2425
+ };
2426
+ chapter: {
2427
+ id: string;
2428
+ title: string;
2429
+ };
2430
+ topic: {
2431
+ id: string;
2432
+ title: string;
2433
+ };
2434
+ difficulty: {
2435
+ id: string;
2436
+ };
2437
+ assessmentType: string;
2438
+ cognitivLevel: string;
2439
+ }[];
2440
+ };
2441
+ main_question_count: string;
2442
+ } | {
2443
+ question: string;
2444
+ user_answer: string;
2445
+ difficulty_level: string;
2446
+ result: boolean;
2447
+ question_sequence: string;
2448
+ created_at: string;
2449
+ question_details: {
2450
+ question_type: string;
2451
+ question: string;
2452
+ solution: string;
2453
+ uuid: string;
2454
+ question_layout: string;
2455
+ question_student_layout: string[];
2456
+ options: string[];
2457
+ options_layout: string[];
2458
+ answers: string[];
2459
+ answers_layout: string[];
2460
+ duration: string;
2461
+ images: never[];
2462
+ sub_question: never[];
2463
+ grades: {
2464
+ grade: string;
2465
+ difficulty: string;
2466
+ }[];
2467
+ curriculum: string[];
2468
+ subjects: string[];
2469
+ chapters: string[];
2470
+ topics: string[];
2471
+ sub_topic: never[];
2472
+ assessmentType: string[];
2473
+ cognitivLevel: string[];
2474
+ status: string;
2475
+ version: string;
2476
+ is_subquestion: boolean;
2477
+ created_by: string;
2478
+ modified_by: string;
2479
+ is_teacher: boolean;
2480
+ is_student: boolean;
2481
+ created_by_id: string;
2482
+ modified_by_id: string;
2483
+ createdAt: string;
2484
+ version_uuid: string;
2485
+ approved_by_id: string;
2486
+ approved_by: string;
2487
+ is_archive: boolean;
2488
+ layout_type: null;
2489
+ images_details: never[];
2490
+ knowledge_cell: string[];
2491
+ source: string;
2492
+ option_image_details: never[];
2493
+ labels: {
2494
+ normal: {
2495
+ prompt_id: string;
2496
+ source_coteacher_uuid: string;
2497
+ };
2498
+ syllabus: {
2499
+ curriculum: string;
2500
+ grade: string;
2501
+ subject: string;
2502
+ chapter: string;
2503
+ topic: never[];
2504
+ difficulty: string;
2505
+ }[];
2506
+ explanation: {
2507
+ prompt_id: string;
2508
+ };
2509
+ isAdvanced: boolean;
2510
+ basket: boolean;
2511
+ };
2512
+ updatedAt: string;
2513
+ __v: number;
2514
+ approvedAt: string;
2515
+ hintandexplanations: {
2516
+ _id: string;
2517
+ hint: never[];
2518
+ explanation: {
2519
+ layout_type: string;
2520
+ data: {
2521
+ text_layout: string;
2522
+ text: string;
2523
+ media_type: string;
2524
+ media: string;
2525
+ _id: string;
2526
+ }[];
2527
+ _id: string;
2528
+ }[];
2529
+ question_id: string;
2530
+ createdAt: string;
2531
+ updatedAt: string;
2532
+ __v: number;
2533
+ }[];
2534
+ syllabusMapping: {
2535
+ curriculum: {
2536
+ id: string;
2537
+ title: string;
2538
+ };
2539
+ grade: {
2540
+ id: string;
2541
+ title: string;
2542
+ };
2543
+ subject: {
2544
+ id: string;
2545
+ title: string;
2546
+ };
2547
+ chapter: {
2548
+ id: string;
2549
+ title: string;
2550
+ };
2551
+ topic: {
2552
+ id: string;
2553
+ title: string;
2554
+ };
2555
+ difficulty: {
2556
+ id: string;
2557
+ };
2558
+ assessmentType: string;
2559
+ cognitivLevel: string;
2560
+ }[];
2561
+ };
2562
+ main_question_count: string;
2563
+ })[];
2564
+ total_questions: number;
2565
+ }[];
2566
+ history: never[];
2567
+ taskType?: undefined;
2568
+ } | {
2569
+ questionObject: {
2570
+ rubric: {};
2571
+ solution_layout: never[];
2572
+ sub_question: string[];
2573
+ option_image_details: never[];
2574
+ images_details: never[];
2575
+ solution: string;
2576
+ version_uuid: string;
2577
+ uuid: string;
2578
+ answers_layout: never[];
2579
+ options_layout: never[];
2580
+ question_layout: string;
2581
+ question_type: string;
2582
+ hintandexplanations: never[];
2583
+ syllabusMapping: {
2584
+ curriculum: {
2585
+ id: string;
2586
+ title: string;
2587
+ };
2588
+ grade: {
2589
+ id: string;
2590
+ title: string;
2591
+ };
2592
+ subject: {
2593
+ id: string;
2594
+ title: string;
2595
+ };
2596
+ chapter: {
2597
+ id: string;
2598
+ title: string;
2599
+ };
2600
+ topic: {
2601
+ id: string;
2602
+ };
2603
+ difficulty: {
2604
+ id: string;
2605
+ };
2606
+ assessmentType: string;
2607
+ cognitivLevel: string;
2608
+ }[];
2609
+ answer_schema: string;
2610
+ sub_questions: ({
2611
+ question_type: string;
2612
+ solution: string;
2613
+ uuid: string;
2614
+ question_layout: string;
2615
+ options_layout: never[];
2616
+ answers_layout: string[];
2617
+ sub_question: never[];
2618
+ version_uuid: string;
2619
+ images_details: never[];
2620
+ option_image_details: never[];
2621
+ solution_layout: {
2622
+ layout_type: string;
2623
+ data: {
2624
+ text_layout: string;
2625
+ text: string;
2626
+ media_type: string;
2627
+ media: string;
2628
+ weight: string;
2629
+ }[];
2630
+ }[];
2631
+ rubric: {};
2632
+ hintandexplanations: never[];
2633
+ syllabusMapping: {
2634
+ curriculum: {
2635
+ id: string;
2636
+ title: string;
2637
+ };
2638
+ grade: {
2639
+ id: string;
2640
+ title: string;
2641
+ };
2642
+ subject: {
2643
+ id: string;
2644
+ title: string;
2645
+ };
2646
+ chapter: {
2647
+ id: string;
2648
+ title: string;
2649
+ };
2650
+ topic: {
2651
+ id: string;
2652
+ };
2653
+ difficulty: {
2654
+ id: string;
2655
+ };
2656
+ assessmentType: string;
2657
+ cognitivLevel: string;
2658
+ }[];
2659
+ answer_schema: string;
2660
+ answers_key?: undefined;
2661
+ answers_index_hashed_keys?: undefined;
2662
+ showGreen?: undefined;
2663
+ } | {
2664
+ question_type: string;
2665
+ solution: string;
2666
+ uuid: string;
2667
+ question_layout: string;
2668
+ options_layout: string[];
2669
+ sub_question: never[];
2670
+ version_uuid: string;
2671
+ images_details: never[];
2672
+ option_image_details: never[];
2673
+ solution_layout: {
2674
+ layout_type: string;
2675
+ data: {
2676
+ text_layout: string;
2677
+ text: string;
2678
+ media_type: string;
2679
+ media: string;
2680
+ weight: string;
2681
+ }[];
2682
+ }[];
2683
+ rubric: {};
2684
+ hintandexplanations: never[];
2685
+ answers_key: string[];
2686
+ answers_index_hashed_keys: string[];
2687
+ syllabusMapping: {
2688
+ curriculum: {
2689
+ id: string;
2690
+ title: string;
2691
+ };
2692
+ grade: {
2693
+ id: string;
2694
+ title: string;
2695
+ };
2696
+ subject: {
2697
+ id: string;
2698
+ title: string;
2699
+ };
2700
+ chapter: {
2701
+ id: string;
2702
+ title: string;
2703
+ };
2704
+ topic: {
2705
+ id: string;
2706
+ };
2707
+ difficulty: {
2708
+ id: string;
2709
+ };
2710
+ assessmentType: string;
2711
+ cognitivLevel: string;
2712
+ }[];
2713
+ answer_schema: string;
2714
+ answers_layout?: undefined;
2715
+ showGreen?: undefined;
2716
+ } | {
2717
+ question_type: string;
2718
+ solution: string;
2719
+ uuid: string;
2720
+ question_layout: string;
2721
+ options_layout: string[];
2722
+ answers_layout: string[];
2723
+ sub_question: never[];
2724
+ version_uuid: string;
2725
+ images_details: never[];
2726
+ option_image_details: never[];
2727
+ solution_layout: never[];
2728
+ rubric: {};
2729
+ hintandexplanations: never[];
2730
+ answers_index_hashed_keys: never[];
2731
+ syllabusMapping: {
2732
+ curriculum: {
2733
+ id: string;
2734
+ title: string;
2735
+ };
2736
+ grade: {
2737
+ id: string;
2738
+ title: string;
2739
+ };
2740
+ subject: {
2741
+ id: string;
2742
+ title: string;
2743
+ };
2744
+ chapter: {
2745
+ id: string;
2746
+ title: string;
2747
+ };
2748
+ topic: {
2749
+ id: string;
2750
+ };
2751
+ difficulty: {
2752
+ id: string;
2753
+ };
2754
+ assessmentType: string;
2755
+ cognitivLevel: string;
2756
+ }[];
2757
+ answer_schema: string;
2758
+ showGreen: boolean;
2759
+ answers_key?: undefined;
2760
+ })[];
2761
+ showGreen: boolean;
2762
+ answers_key?: undefined;
2763
+ answers_index_hashed_keys?: undefined;
2764
+ question?: undefined;
2765
+ question_student_layout?: undefined;
2766
+ options?: undefined;
2767
+ answers?: undefined;
2768
+ duration?: undefined;
2769
+ images?: undefined;
2770
+ grades?: undefined;
2771
+ curriculum?: undefined;
2772
+ subjects?: undefined;
2773
+ chapters?: undefined;
2774
+ topics?: undefined;
2775
+ sub_topic?: undefined;
2776
+ assessmentType?: undefined;
2777
+ cognitivLevel?: undefined;
2778
+ status?: undefined;
2779
+ version?: undefined;
2780
+ is_subquestion?: undefined;
2781
+ created_by?: undefined;
2782
+ modified_by?: undefined;
2783
+ is_teacher?: undefined;
2784
+ is_student?: undefined;
2785
+ created_by_id?: undefined;
2786
+ modified_by_id?: undefined;
2787
+ createdAt?: undefined;
2788
+ approved_by_id?: undefined;
2789
+ approved_by?: undefined;
2790
+ is_archive?: undefined;
2791
+ layout_type?: undefined;
2792
+ knowledge_cell?: undefined;
2793
+ source?: undefined;
2794
+ labels?: undefined;
2795
+ updatedAt?: undefined;
2796
+ __v?: undefined;
2797
+ approvedAt?: undefined;
2798
+ };
2799
+ taskType: string;
2800
+ userAnswer: {
2801
+ answerResult: {}[];
2802
+ overAllResult: boolean;
2803
+ chatId?: undefined;
2804
+ };
2805
+ dispalyedQues?: undefined;
2806
+ history?: undefined;
2807
+ })[];
2808
+ export const subSelectionData: ({
2809
+ questionObject: {
2810
+ rubric: {};
2811
+ solution_layout: never[];
2812
+ sub_question: string[];
2813
+ option_image_details: never[];
2814
+ images_details: never[];
2815
+ solution: string;
2816
+ version_uuid: string;
2817
+ uuid: string;
2818
+ answers_layout: never[];
2819
+ options_layout: never[];
2820
+ question_layout: string;
2821
+ question_type: string;
2822
+ hintandexplanations: never[];
2823
+ syllabusMapping: {
2824
+ curriculum: {
2825
+ id: string;
2826
+ title: string;
2827
+ };
2828
+ grade: {
2829
+ id: string;
2830
+ title: string;
2831
+ };
2832
+ subject: {
2833
+ id: string;
2834
+ title: string;
2835
+ };
2836
+ chapter: {
2837
+ id: string;
2838
+ title: string;
2839
+ };
2840
+ topic: {
2841
+ id: string;
2842
+ };
2843
+ difficulty: {
2844
+ id: string;
2845
+ };
2846
+ assessmentType: string;
2847
+ cognitivLevel: string;
2848
+ }[];
2849
+ answer_schema: string;
2850
+ showGreen: boolean;
2851
+ learning_outcome?: undefined;
2852
+ rejectReason?: undefined;
2853
+ labels?: undefined;
2854
+ source?: undefined;
2855
+ knowledge_cell?: undefined;
2856
+ layout_type?: undefined;
2857
+ is_archive?: undefined;
2858
+ updatedAt?: undefined;
2859
+ createdAt?: undefined;
2860
+ approved_by?: undefined;
2861
+ approved_by_id?: undefined;
2862
+ cognitivLevel?: undefined;
2863
+ assessmentType?: undefined;
2864
+ is_teacher?: undefined;
2865
+ is_student?: undefined;
2866
+ modified_by_id?: undefined;
2867
+ created_by_id?: undefined;
2868
+ modified_by?: undefined;
2869
+ created_by?: undefined;
2870
+ version?: undefined;
2871
+ is_subquestion?: undefined;
2872
+ sub_topic?: undefined;
2873
+ topics?: undefined;
2874
+ chapters?: undefined;
2875
+ subjects?: undefined;
2876
+ curriculum?: undefined;
2877
+ grades?: undefined;
2878
+ duration?: undefined;
2879
+ status?: undefined;
2880
+ answers?: undefined;
2881
+ options?: undefined;
2882
+ question_student_layout?: undefined;
2883
+ question?: undefined;
2884
+ approvedAt?: undefined;
2885
+ learnStatus?: undefined;
2886
+ marks?: undefined;
2887
+ learnBy?: undefined;
2888
+ learnById?: undefined;
2889
+ learnStatusAt?: undefined;
2890
+ };
2891
+ taskType: string;
2892
+ userAnswer: {
2893
+ answerResult: {}[];
2894
+ overAllResult: boolean;
2895
+ };
2896
+ } | {
2897
+ questionObject: {
2898
+ rubric: {};
2899
+ solution_layout: never[];
2900
+ learning_outcome: never[][];
2901
+ sub_question: string[];
2902
+ rejectReason: string;
2903
+ labels: {
2904
+ isAdvanced: boolean;
2905
+ isPrerequisite: boolean;
2906
+ projectId: string;
2907
+ reviewerId: string;
2908
+ purpose: never[];
2909
+ boardPaper: never[];
2910
+ publisher: never[];
2911
+ explanation: {
2912
+ manualPrompts: never[];
2913
+ };
2914
+ basket: boolean;
2915
+ };
2916
+ option_image_details: never[];
2917
+ source: string;
2918
+ knowledge_cell: string[];
2919
+ images_details: {
2920
+ url: string;
2921
+ aspect_ratio_type: number;
2922
+ }[];
2923
+ layout_type: number;
2924
+ is_archive: boolean;
2925
+ updatedAt: string;
2926
+ createdAt: string;
2927
+ solution: string;
2928
+ approved_by: string;
2929
+ approved_by_id: string;
2930
+ cognitivLevel: string[];
2931
+ assessmentType: string[];
2932
+ is_teacher: boolean;
2933
+ is_student: boolean;
2934
+ modified_by_id: string;
2935
+ created_by_id: string;
2936
+ modified_by: string;
2937
+ created_by: string;
2938
+ version_uuid: string;
2939
+ version: string;
2940
+ is_subquestion: boolean;
2941
+ uuid: string;
2942
+ sub_topic: never[];
2943
+ topics: string[];
2944
+ chapters: string[];
2945
+ subjects: string[];
2946
+ curriculum: string[];
2947
+ grades: {
2948
+ grade: string;
2949
+ difficulty: string;
2950
+ }[];
2951
+ duration: string;
2952
+ status: string;
2953
+ answers_layout: never[];
2954
+ answers: never[];
2955
+ options_layout: never[];
2956
+ options: never[];
2957
+ question_student_layout: string[];
2958
+ question_layout: string;
2959
+ question_type: string;
2960
+ question: string;
2961
+ approvedAt: string;
2962
+ learnStatus: string;
2963
+ marks: string;
2964
+ learnBy: string;
2965
+ learnById: string;
2966
+ learnStatusAt: string;
2967
+ hintandexplanations: never[];
2968
+ syllabusMapping: {
2969
+ curriculum: {
2970
+ id: string;
2971
+ title: string;
2972
+ };
2973
+ grade: {
2974
+ id: string;
2975
+ title: string;
2976
+ };
2977
+ subject: {
2978
+ id: string;
2979
+ title: string;
2980
+ };
2981
+ chapter: {
2982
+ id: string;
2983
+ title: string;
2984
+ };
2985
+ topic: {
2986
+ id: string;
2987
+ };
2988
+ difficulty: {
2989
+ id: string;
2990
+ };
2991
+ assessmentType: string;
2992
+ cognitivLevel: string;
2993
+ }[];
2994
+ answer_schema: string;
2995
+ showGreen: boolean;
2996
+ };
2997
+ taskType: string;
2998
+ userAnswer: {
2999
+ answerResult: {}[];
3000
+ overAllResult: boolean;
3001
+ };
3002
+ })[];