performanceresultscreens 0.0.11 → 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 (101) 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 +19 -9
  26. package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.js.map +1 -1
  27. package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.stories.js +3 -0
  28. package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.stories.js.map +1 -1
  29. package/dist/components/Molecules/SmartLearn/SmartLearn.d.ts +2 -2
  30. package/dist/components/Molecules/SmartLearn/SmartLearn.js +34 -17
  31. package/dist/components/Molecules/SmartLearn/SmartLearn.js.map +1 -1
  32. package/dist/components/Molecules/SmartLearn/SmartLearn.stories.d.ts +3 -2
  33. package/dist/components/Molecules/SmartLearn/SmartLearn.stories.js +32 -20
  34. package/dist/components/Molecules/SmartLearn/SmartLearn.stories.js.map +1 -1
  35. package/dist/components/Molecules/SmartLearn/SmartLearn.styles.d.ts +46 -2
  36. package/dist/components/Molecules/SmartLearn/SmartLearn.styles.js +47 -3
  37. package/dist/components/Molecules/SmartLearn/SmartLearn.styles.js.map +1 -1
  38. package/dist/components/Molecules/SmartLearn/types.d.ts +1 -1
  39. package/dist/components/Molecules/StaticscreensLearnmore/Staticback.js +8 -4
  40. package/dist/components/Molecules/StaticscreensLearnmore/Staticback.js.map +1 -1
  41. package/dist/components/Molecules/StaticscreensLearnmore/Staticback.styles.d.ts +1 -1
  42. package/dist/components/Molecules/StaticscreensLearnmore/Staticback.styles.js +3 -3
  43. package/dist/components/Molecules/StaticscreensLearnmore/Staticback.styles.js.map +1 -1
  44. package/dist/components/Molecules/Tutor/Assistant/Assistant.js +119 -29
  45. package/dist/components/Molecules/Tutor/Assistant/Assistant.js.map +1 -1
  46. package/dist/components/Molecules/Tutor/Assistant/Assistant.styles.d.ts +93 -1
  47. package/dist/components/Molecules/Tutor/Assistant/Assistant.styles.js +77 -6
  48. package/dist/components/Molecules/Tutor/Assistant/Assistant.styles.js.map +1 -1
  49. package/dist/components/Molecules/Tutor/Assistant/TutorAssistant.js +1 -1
  50. package/dist/components/Molecules/Tutor/Assistant/TutorAssistant.js.map +1 -1
  51. package/dist/components/Molecules/Tutor/User/User.js +22 -2
  52. package/dist/components/Molecules/Tutor/User/User.js.map +1 -1
  53. package/dist/components/Molecules/Tutor/User/User.stories.d.ts +1 -0
  54. package/dist/components/Molecules/Tutor/User/User.stories.js +92 -1
  55. package/dist/components/Molecules/Tutor/User/User.stories.js.map +1 -1
  56. package/dist/components/Molecules/comprehension/ComprehensionLayout.d.ts +11 -1
  57. package/dist/components/Molecules/comprehension/ComprehensionLayout.js +52 -19
  58. package/dist/components/Molecules/comprehension/ComprehensionLayout.js.map +1 -1
  59. package/dist/components/Molecules/optionLayouts/scqtemp.js +168 -55
  60. package/dist/components/Molecules/optionLayouts/scqtemp.js.map +1 -1
  61. package/dist/components/Molecules/questionLayouts/QuestionsLayout.js +166 -101
  62. package/dist/components/Molecules/questionLayouts/QuestionsLayout.js.map +1 -1
  63. package/dist/components/Organisms/PostDetails/PostInfo.js +7 -3
  64. package/dist/components/Organisms/PostDetails/PostInfo.js.map +1 -1
  65. package/dist/components/Organisms/ReviewComponent/ChatPresenter.js +2 -2
  66. package/dist/components/Organisms/ReviewComponent/ChatPresenter.js.map +1 -1
  67. package/dist/components/Organisms/ReviewComponent/Review.d.ts +12 -1
  68. package/dist/components/Organisms/ReviewComponent/Review.js +147 -50
  69. package/dist/components/Organisms/ReviewComponent/Review.js.map +1 -1
  70. package/dist/components/Organisms/ReviewComponent/ReviewPresenter.d.ts +12 -1
  71. package/dist/components/Organisms/ReviewComponent/ReviewPresenter.js +7 -8
  72. package/dist/components/Organisms/ReviewComponent/ReviewPresenter.js.map +1 -1
  73. package/dist/components/Organisms/ReviewComponent/ReviewPresenter.stories.d.ts +62 -0
  74. package/dist/components/Organisms/ReviewComponent/ReviewPresenter.stories.js +47 -1
  75. package/dist/components/Organisms/ReviewComponent/ReviewPresenter.stories.js.map +1 -1
  76. package/dist/components/Organisms/ReviewComponent/reviewUtils.d.ts +21 -80
  77. package/dist/components/Organisms/ReviewComponent/reviewUtils.js +67 -51
  78. package/dist/components/Organisms/ReviewComponent/reviewUtils.js.map +1 -1
  79. package/dist/components/Organisms/ReviewComponent/selectionUtils.d.ts +1715 -0
  80. package/dist/components/Organisms/ReviewComponent/selectionUtils.js +2898 -1
  81. package/dist/components/Organisms/ReviewComponent/selectionUtils.js.map +1 -1
  82. package/dist/components/Organisms/StudentEditor/StudentEditor.stories.js +14 -9
  83. package/dist/components/Organisms/StudentEditor/StudentEditor.stories.js.map +1 -1
  84. package/dist/components/Organisms/StudentEditor/components/MathModal.js +3 -0
  85. package/dist/components/Organisms/StudentEditor/components/MathModal.js.map +1 -1
  86. package/dist/components/Organisms/StudentEditor/components/TextEditor.js +145 -85
  87. package/dist/components/Organisms/StudentEditor/components/TextEditor.js.map +1 -1
  88. package/dist/components/Organisms/StudentEditor/utils/keyboard-config.d.ts +4 -4
  89. package/dist/components/Organisms/StudentEditor/utils/keyboard-config.js +52 -52
  90. package/dist/components/Organisms/StudentEditor/utils/keyboard-config.js.map +1 -1
  91. package/dist/index.d.ts +3 -0
  92. package/dist/index.js +7 -1
  93. package/dist/index.js.map +1 -1
  94. package/dist/utils/LearningPathUtils.d.ts +1 -0
  95. package/dist/utils/LearningPathUtils.js +2 -1
  96. package/dist/utils/LearningPathUtils.js.map +1 -1
  97. package/dist/utils/common-utils.js.map +1 -1
  98. package/dist/utils/presentationModes.d.ts +59 -0
  99. package/dist/utils/presentationModes.js +36 -1
  100. package/dist/utils/presentationModes.js.map +1 -1
  101. package/package.json +4 -1
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.questionSelectionData = void 0;
3
+ exports.subSelectionData = exports.comprehensionSelectionData = exports.questionSelectionData = void 0;
4
4
  exports.questionSelectionData = [
5
5
  {
6
6
  "questionObject": {
@@ -2424,4 +2424,2901 @@ exports.questionSelectionData = [
2424
2424
  history: [],
2425
2425
  },
2426
2426
  ];
2427
+ exports.comprehensionSelectionData = [
2428
+ {
2429
+ "questionObject": {
2430
+ "question_type": "2",
2431
+ "solution": "<P>Because it was surrounded by water</P>",
2432
+ "uuid": "3838040e-07b0-4bb5-9e87-e2e25a9b3d16",
2433
+ "question_layout": "Why did the author believe Camusfearna would be a good location for keeping an otter?",
2434
+ "options_layout": [
2435
+ "Because it was surrounded by water",
2436
+ "Because it was in Southern Iraq",
2437
+ "Because his friend lived there",
2438
+ "Because it was close to a market"
2439
+ ],
2440
+ "sub_question": [],
2441
+ "version_uuid": "3838040e-07b0-4bb5-9e87-e2e25a9b3d16",
2442
+ "images_details": [],
2443
+ "option_image_details": [],
2444
+ "solution_layout": [
2445
+ {
2446
+ "layout_type": "Normal",
2447
+ "data": [
2448
+ {
2449
+ "text_layout": "Because it was surrounded by water",
2450
+ "text": "Because it was surrounded by water",
2451
+ "media_type": "image",
2452
+ "media": "",
2453
+ "weight": ""
2454
+ }
2455
+ ]
2456
+ }
2457
+ ],
2458
+ "rubric": {},
2459
+ "hintandexplanations": [],
2460
+ "answers_key": [
2461
+ "1ea543b24fba6e2aeff635fc33387ec1"
2462
+ ],
2463
+ "answers_index_hashed_keys": [
2464
+ "45a992522f0d7001aa9f9464188b5597"
2465
+ ],
2466
+ "syllabusMapping": [
2467
+ {
2468
+ "curriculum": {
2469
+ "id": "38416",
2470
+ "title": "CBSE"
2471
+ },
2472
+ "grade": {
2473
+ "id": "44187",
2474
+ "title": "Grade 10"
2475
+ },
2476
+ "subject": {
2477
+ "id": "75167",
2478
+ "title": "English"
2479
+ },
2480
+ "chapter": {
2481
+ "id": "98197",
2482
+ "title": "Mijbil the Otter"
2483
+ },
2484
+ "topic": {
2485
+ "id": ""
2486
+ },
2487
+ "difficulty": {
2488
+ "id": "47081"
2489
+ },
2490
+ "assessmentType": "Summative",
2491
+ "cognitivLevel": "UnderStanding"
2492
+ }
2493
+ ],
2494
+ "answer_schema": "2"
2495
+ },
2496
+ "taskType": "",
2497
+ "userAnswer": {
2498
+ "answerResult": [
2499
+ {}
2500
+ ],
2501
+ "overAllResult": true
2502
+ }
2503
+ },
2504
+ {
2505
+ questionObject: {
2506
+ question_type: "2",
2507
+ question: "What is the cube of the number 5?",
2508
+ solution: "<p>The cube of 5 is 5 × 5 × 5 = 125. </p>",
2509
+ uuid: "aab397a1-9c11-47c5-bd59-08089544ce72",
2510
+ question_layout: "<p>What is the cube of the number 5?</p>",
2511
+ question_student_layout: ["<p>What is the cube of the number 5?</p>"],
2512
+ options: ["25", "50", "125", "150"],
2513
+ options_layout: ["25", "50", "125", "150"],
2514
+ answers: ["125"],
2515
+ answers_layout: ["125"],
2516
+ duration: "",
2517
+ images: [],
2518
+ sub_question: [],
2519
+ grades: [{ grade: "43141", difficulty: "47081" }],
2520
+ curriculum: ["38416"],
2521
+ subjects: ["43150"],
2522
+ chapters: ["91916"],
2523
+ topics: ["9453045"],
2524
+ sub_topic: [],
2525
+ assessmentType: ["Formative"],
2526
+ cognitivLevel: ["Application"],
2527
+ status: "0",
2528
+ version: "1.2",
2529
+ is_subquestion: false,
2530
+ created_by: "Vandana",
2531
+ modified_by: "CMMA Maths",
2532
+ is_teacher: true,
2533
+ is_student: true,
2534
+ created_by_id: "127",
2535
+ modified_by_id: "94",
2536
+ createdAt: "2024-02-26T10:57:24.813Z",
2537
+ version_uuid: "af2d846f-f274-4028-a61b-420626dff6af",
2538
+ approved_by_id: "94",
2539
+ approved_by: "CMMA Maths",
2540
+ is_archive: false,
2541
+ layout_type: null,
2542
+ images_details: [
2543
+ {
2544
+ "url": "https://student-app-dev-themes.s3.ap-south-1.amazonaws.com/5e42e348458f4f3ba3b4f95eeb47119c8ba7b29c811c4f3187416494f15a8891image.png",
2545
+ "aspect_ratio_type": 1
2546
+ }
2547
+ ],
2548
+ knowledge_cell: ["65b92021b08b23325238251a"],
2549
+ source: "Source G",
2550
+ option_image_details: [],
2551
+ labels: {
2552
+ normal: {
2553
+ prompt_id: "65d35a9a48a34e9470928cd9",
2554
+ source_coteacher_uuid: "adbec745-a134-48c4-8047-446962fc2c5b",
2555
+ },
2556
+ syllabus: [
2557
+ {
2558
+ curriculum: "38416",
2559
+ grade: "43141",
2560
+ subject: "43150",
2561
+ chapter: "91916",
2562
+ topic: "9453045",
2563
+ difficulty: "47081",
2564
+ },
2565
+ ],
2566
+ explanation: { prompt_id: "65d38f8f48a34e947092b190" },
2567
+ isAdvanced: false,
2568
+ basket: true,
2569
+ },
2570
+ updatedAt: "2024-09-09T06:04:13.667Z",
2571
+ __v: 0,
2572
+ approvedAt: "2024-07-16T05:52:06.674Z",
2573
+ hintandexplanations: [
2574
+ {
2575
+ _id: "65dc6e94672c9c7702c25742",
2576
+ hint: [],
2577
+ explanation: [
2578
+ {
2579
+ layout_type: "Normal",
2580
+ data: [
2581
+ {
2582
+ text_layout: "To find the cube of the number 5, you simply multiply 5 by itself three times: 5 × 5 × 5. Imagine you have a cube-shaped box, and each side is 5 units long. To fill it completely, you'd need 125 of 1-unit cubes. That's why 5 cubed equals 125.",
2583
+ text: "To find the cube of the number 5, you simply multiply 5 by itself three times: 5 × 5 × 5. Imagine you have a cube-shaped box, and each side is 5 units long. To fill it completely, you'd need 125 of 1-unit cubes. That's why 5 cubed equals 125.",
2584
+ media_type: "image",
2585
+ media: "",
2586
+ _id: "65d38f8fe04ce2b731a62d6d",
2587
+ },
2588
+ ],
2589
+ _id: "65dc6e94672c9c7702c25743",
2590
+ },
2591
+ ],
2592
+ question_id: "aab397a1-9c11-47c5-bd59-08089544ce72",
2593
+ createdAt: "2024-02-26T10:57:24.828Z",
2594
+ updatedAt: "2024-02-26T10:57:24.828Z",
2595
+ __v: 0,
2596
+ },
2597
+ ],
2598
+ syllabusMapping: [
2599
+ {
2600
+ curriculum: { id: "38416", title: "CBSE" },
2601
+ grade: { id: "43141", title: "Grade 8" },
2602
+ subject: { id: "43150", title: "Mathematics" },
2603
+ chapter: { id: "91916", title: "Cubes and Cube Roots" },
2604
+ topic: { id: "9453045", title: "Cubes" },
2605
+ difficulty: { id: "47081" },
2606
+ assessmentType: "Formative",
2607
+ cognitivLevel: "Application",
2608
+ },
2609
+ ],
2610
+ showGreen: true,
2611
+ },
2612
+ userAnswer: {
2613
+ answerResult: [
2614
+ { actualAnswer: "125", givenAnswer: "150", isCorrect: false },
2615
+ ],
2616
+ overAllResult: false,
2617
+ chatId: "5d98d17a-9f8b-4091-b236-6b295e5f3420",
2618
+ },
2619
+ dispalyedQues: [
2620
+ {
2621
+ basket_id: "66dec4f247114c21928ac344",
2622
+ learning_mode: "assessment",
2623
+ non_basket_id: "",
2624
+ mode: "normal",
2625
+ eval_state: "advanced",
2626
+ current_status: "",
2627
+ current_rule: "",
2628
+ current_step_id: "assessment",
2629
+ prev_step_id: "",
2630
+ prev_basket_id: "",
2631
+ visited_question_indices: { m_index: 3, s_index: 0 },
2632
+ contents: [],
2633
+ questions: [
2634
+ {
2635
+ question: "af2d846f-f274-4028-a61b-420626dff6af",
2636
+ user_answer: '{"answerResult":[{"actualAnswer":"125","givenAnswer":"150","isCorrect":false}],"overAllResult":false,"chatId":"5d98d17a-9f8b-4091-b236-6b295e5f3420"}',
2637
+ difficulty_level: "",
2638
+ result: false,
2639
+ question_sequence: "main_question",
2640
+ created_at: "2024-09-09T09:51:05.038Z",
2641
+ question_details: {
2642
+ question_type: "2",
2643
+ question: "What is the cube of the number 5?",
2644
+ solution: "<p>The cube of 5 is 5 × 5 × 5 = 125. </p>",
2645
+ uuid: "aab397a1-9c11-47c5-bd59-08089544ce72",
2646
+ question_layout: "<p>What is the cube of the number 5?</p>",
2647
+ question_student_layout: [
2648
+ "<p>What is the cube of the number 5?</p>",
2649
+ ],
2650
+ options: ["25", "50", "125", "150"],
2651
+ options_layout: ["25", "50", "125", "150"],
2652
+ answers: ["125"],
2653
+ answers_layout: ["125"],
2654
+ duration: "",
2655
+ images: [],
2656
+ sub_question: [],
2657
+ grades: [{ grade: "43141", difficulty: "47081" }],
2658
+ curriculum: ["38416"],
2659
+ subjects: ["43150"],
2660
+ chapters: ["91916"],
2661
+ topics: ["9453045"],
2662
+ sub_topic: [],
2663
+ assessmentType: ["Formative"],
2664
+ cognitivLevel: ["Application"],
2665
+ status: "0",
2666
+ version: "1.2",
2667
+ is_subquestion: false,
2668
+ created_by: "Vandana",
2669
+ modified_by: "CMMA Maths",
2670
+ is_teacher: true,
2671
+ is_student: true,
2672
+ created_by_id: "127",
2673
+ modified_by_id: "94",
2674
+ createdAt: "2024-02-26T10:57:24.813Z",
2675
+ version_uuid: "af2d846f-f274-4028-a61b-420626dff6af",
2676
+ approved_by_id: "94",
2677
+ approved_by: "CMMA Maths",
2678
+ is_archive: false,
2679
+ layout_type: null,
2680
+ images_details: [],
2681
+ knowledge_cell: ["65b92021b08b23325238251a"],
2682
+ source: "Source G",
2683
+ option_image_details: [],
2684
+ labels: {
2685
+ normal: {
2686
+ prompt_id: "65d35a9a48a34e9470928cd9",
2687
+ source_coteacher_uuid: "adbec745-a134-48c4-8047-446962fc2c5b",
2688
+ },
2689
+ syllabus: [
2690
+ {
2691
+ curriculum: "38416",
2692
+ grade: "43141",
2693
+ subject: "43150",
2694
+ chapter: "91916",
2695
+ topic: "9453045",
2696
+ difficulty: "47081",
2697
+ },
2698
+ ],
2699
+ explanation: { prompt_id: "65d38f8f48a34e947092b190" },
2700
+ isAdvanced: false,
2701
+ basket: true,
2702
+ },
2703
+ updatedAt: "2024-09-09T06:04:13.667Z",
2704
+ __v: 0,
2705
+ approvedAt: "2024-07-16T05:52:06.674Z",
2706
+ hintandexplanations: [
2707
+ {
2708
+ _id: "65dc6e94672c9c7702c25742",
2709
+ hint: [],
2710
+ explanation: [
2711
+ {
2712
+ layout_type: "Normal",
2713
+ data: [
2714
+ {
2715
+ text_layout: "To find the cube of the number 5, you simply multiply 5 by itself three times: 5 × 5 × 5. Imagine you have a cube-shaped box, and each side is 5 units long. To fill it completely, you'd need 125 of 1-unit cubes. That's why 5 cubed equals 125.",
2716
+ text: "To find the cube of the number 5, you simply multiply 5 by itself three times: 5 × 5 × 5. Imagine you have a cube-shaped box, and each side is 5 units long. To fill it completely, you'd need 125 of 1-unit cubes. That's why 5 cubed equals 125.",
2717
+ media_type: "image",
2718
+ media: "",
2719
+ _id: "65d38f8fe04ce2b731a62d6d",
2720
+ },
2721
+ ],
2722
+ _id: "65dc6e94672c9c7702c25743",
2723
+ },
2724
+ ],
2725
+ question_id: "aab397a1-9c11-47c5-bd59-08089544ce72",
2726
+ createdAt: "2024-02-26T10:57:24.828Z",
2727
+ updatedAt: "2024-02-26T10:57:24.828Z",
2728
+ __v: 0,
2729
+ },
2730
+ ],
2731
+ syllabusMapping: [
2732
+ {
2733
+ curriculum: { id: "38416", title: "CBSE" },
2734
+ grade: { id: "43141", title: "Grade 8" },
2735
+ subject: { id: "43150", title: "Mathematics" },
2736
+ chapter: { id: "91916", title: "Cubes and Cube Roots" },
2737
+ topic: { id: "9453045", title: "Cubes" },
2738
+ difficulty: { id: "47081" },
2739
+ assessmentType: "Formative",
2740
+ cognitivLevel: "Application",
2741
+ },
2742
+ ],
2743
+ },
2744
+ main_question_count: "1",
2745
+ },
2746
+ {
2747
+ question: "baf2dcad-7a45-462b-94df-63bebe775bc1",
2748
+ user_answer: '{"answerResult":[{"actualAnswer":"941192","givenAnswer":"8000","isCorrect":false}],"overAllResult":false,"chatId":"29edd990-a25a-438d-b34e-fc96ecc"}',
2749
+ difficulty_level: "",
2750
+ result: true,
2751
+ question_sequence: "main_question",
2752
+ created_at: "2024-09-09T09:51:09.354Z",
2753
+ question_details: {
2754
+ question_type: "2",
2755
+ question: "What is the cube of the largest two-digit even number?",
2756
+ solution: "<p>The largest two-digit even number is 98. The cube of 98 is 98 × 98 × 98 = 941192.</p>",
2757
+ uuid: "db1fd729-8d57-4364-8358-213eea0320fe",
2758
+ question_layout: "<p>What is the cube of the largest two-digit even number?</p>",
2759
+ question_student_layout: [
2760
+ "<p>What is the cube of the largest two-digit even number?</p>",
2761
+ ],
2762
+ options: ["64000", "6859", "8000", "941192"],
2763
+ options_layout: ["64000", "6859", "8000", "<p>941192</p>"],
2764
+ answers: ["941192"],
2765
+ answers_layout: ["<p>941192</p>"],
2766
+ duration: "",
2767
+ images: [],
2768
+ sub_question: [],
2769
+ grades: [{ grade: "43141", difficulty: "47081" }],
2770
+ curriculum: ["38416"],
2771
+ subjects: ["43150"],
2772
+ chapters: ["91916"],
2773
+ topics: ["9453045"],
2774
+ sub_topic: [],
2775
+ assessmentType: ["Formative"],
2776
+ cognitivLevel: ["Application"],
2777
+ status: "0",
2778
+ version: "1.3",
2779
+ is_subquestion: false,
2780
+ created_by: "Vandana",
2781
+ modified_by: "CMMA Maths",
2782
+ is_teacher: true,
2783
+ is_student: true,
2784
+ created_by_id: "127",
2785
+ modified_by_id: "94",
2786
+ createdAt: "2024-02-26T12:05:39.013Z",
2787
+ version_uuid: "baf2dcad-7a45-462b-94df-63bebe775bc1",
2788
+ approved_by_id: "94",
2789
+ approved_by: "CMMA Maths",
2790
+ is_archive: false,
2791
+ layout_type: null,
2792
+ images_details: [],
2793
+ knowledge_cell: ["65b92021b08b23325238251a"],
2794
+ source: "Source G",
2795
+ option_image_details: [],
2796
+ labels: {
2797
+ normal: {
2798
+ prompt_id: "65d35b0048a34e9470928d1e",
2799
+ source_coteacher_uuid: "5420b263-7f2c-4091-b7e9-b257292cd40c",
2800
+ },
2801
+ syllabus: [
2802
+ {
2803
+ curriculum: "38416",
2804
+ grade: "43141",
2805
+ subject: "43150",
2806
+ chapter: "91916",
2807
+ topic: "9453045",
2808
+ difficulty: "47120",
2809
+ },
2810
+ ],
2811
+ explanation: { prompt_id: "65d38ea148a34e947092b0df" },
2812
+ isAdvanced: false,
2813
+ basket: true,
2814
+ },
2815
+ updatedAt: "2024-09-09T06:04:13.667Z",
2816
+ __v: 0,
2817
+ approvedAt: "2024-07-16T05:52:06.674Z",
2818
+ hintandexplanations: [
2819
+ {
2820
+ _id: "65dc7e934fba1266d2d1a0bc",
2821
+ hint: [],
2822
+ explanation: [
2823
+ {
2824
+ layout_type: "Normal",
2825
+ data: [
2826
+ {
2827
+ text_layout: "<p> Let's explore the cube of a number using the largest two-digit even number, which is 98. Imagine you have 98 apples, and you arrange them to form a perfect cube. You'd stack 98 layers of apples, with each layer containing 98 rows of 98 apples. When you multiply 98 by itself three times (98 × 98 × 98), you get 941192. That's a lot of apples! This is the cube of 98, and no other two-digit even number will give a larger cube because 98 is the biggest even number before you hit 100. </p>",
2828
+ text: "Let's explore the cube of a number using the largest two-digit even number, which is 98. Imagine you have 98 apples, and you arrange them to form a perfect cube. You'd stack 98 layers of apples, with each layer containing 98 rows of 98 apples. When you multiply 98 by itself three times (98 × 98 × 98), you get 941192. That's a lot of apples! This is the cube of 98, and no other two-digit even number will give a larger cube because 98 is the biggest even number before you hit 100.",
2829
+ media_type: "image",
2830
+ media: "",
2831
+ _id: "65d6e124a96478be69ebf2be",
2832
+ },
2833
+ ],
2834
+ _id: "65dc7e934fba1266d2d1a0bd",
2835
+ },
2836
+ ],
2837
+ question_id: "db1fd729-8d57-4364-8358-213eea0320fe",
2838
+ createdAt: "2024-02-26T12:05:39.027Z",
2839
+ updatedAt: "2024-02-26T12:05:39.027Z",
2840
+ __v: 0,
2841
+ },
2842
+ ],
2843
+ syllabusMapping: [
2844
+ {
2845
+ curriculum: { id: "38416", title: "CBSE" },
2846
+ grade: { id: "43141", title: "Grade 8" },
2847
+ subject: { id: "43150", title: "Mathematics" },
2848
+ chapter: { id: "91916", title: "Cubes and Cube Roots" },
2849
+ topic: { id: "9453045", title: "Cubes" },
2850
+ difficulty: { id: "47081" },
2851
+ assessmentType: "Formative",
2852
+ cognitivLevel: "Application",
2853
+ },
2854
+ ],
2855
+ },
2856
+ main_question_count: "2",
2857
+ },
2858
+ {
2859
+ question: "238e0bea-9366-443d-ac87-0f5ad0ca4fe0",
2860
+ user_answer: '{"answerResult":[{"actualAnswer":"64","givenAnswer":"64","isCorrect":true}],"overAllResult":true,"chatId":"284ec739-a6e8-41d6-8d46-f8d9a85fe061"}',
2861
+ difficulty_level: "",
2862
+ result: false,
2863
+ question_sequence: "main_question",
2864
+ created_at: "2024-09-09T09:51:11.962Z",
2865
+ question_details: {
2866
+ question_type: "2",
2867
+ question: "Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?",
2868
+ solution: "<p>64 is the smallest multiple of 4 that is also a perfect cube because it is equal to \\(4^{3}\\)</p>",
2869
+ uuid: "c3d38f8f-7c46-4046-86cb-e92fbd620b0d",
2870
+ question_layout: "<p>Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?</p>",
2871
+ question_student_layout: [
2872
+ "<p>Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?</p>",
2873
+ ],
2874
+ options: ["64", "128", "256", "512"],
2875
+ options_layout: ["64", "128", "256", "512"],
2876
+ answers: ["64"],
2877
+ answers_layout: ["64"],
2878
+ duration: "",
2879
+ images: [],
2880
+ sub_question: [],
2881
+ grades: [{ grade: "43141", difficulty: "47081" }],
2882
+ curriculum: ["38416"],
2883
+ subjects: ["43150"],
2884
+ chapters: ["91916"],
2885
+ topics: ["9453045"],
2886
+ sub_topic: [],
2887
+ assessmentType: ["Formative"],
2888
+ cognitivLevel: ["Application"],
2889
+ status: "0",
2890
+ version: "1.4",
2891
+ is_subquestion: false,
2892
+ created_by: "Vandana",
2893
+ modified_by: "CMMA Maths",
2894
+ is_teacher: true,
2895
+ is_student: true,
2896
+ created_by_id: "127",
2897
+ modified_by_id: "94",
2898
+ createdAt: "2024-02-26T11:54:32.015Z",
2899
+ version_uuid: "238e0bea-9366-443d-ac87-0f5ad0ca4fe0",
2900
+ approved_by_id: "94",
2901
+ approved_by: "CMMA Maths",
2902
+ is_archive: false,
2903
+ layout_type: null,
2904
+ images_details: [],
2905
+ knowledge_cell: ["65b9211fb08b2332523835ea"],
2906
+ source: "Source G",
2907
+ option_image_details: [],
2908
+ labels: {
2909
+ normal: {
2910
+ prompt_id: "65d35e2948a34e9470928f44",
2911
+ source_coteacher_uuid: "21f7ee77-9fcd-446d-bc24-53e89b8fd573",
2912
+ },
2913
+ syllabus: [
2914
+ {
2915
+ curriculum: "38416",
2916
+ grade: "43141",
2917
+ subject: "43150",
2918
+ chapter: "91916",
2919
+ topic: "9453045",
2920
+ difficulty: "47081",
2921
+ },
2922
+ ],
2923
+ explanation: { prompt_id: "65d3889248a34e947092ac6a" },
2924
+ isAdvanced: false,
2925
+ basket: true,
2926
+ },
2927
+ updatedAt: "2024-09-09T06:04:13.667Z",
2928
+ __v: 0,
2929
+ approvedAt: "2024-07-16T05:52:06.674Z",
2930
+ hintandexplanations: [
2931
+ {
2932
+ _id: "65dc7bf8672c9c7702c2674e",
2933
+ hint: [],
2934
+ explanation: [
2935
+ {
2936
+ layout_type: "Normal",
2937
+ data: [
2938
+ {
2939
+ text_layout: "<p>Let's talk about a neat math puzzle involving multiples and cubes. First, remember that a multiple of 4 is any number that you can get by multiplying 4 with another number. A perfect cube is a number you can make by multiplying the same number three times. So, we're on a treasure hunt to find the smallest number that is both a multiple of 4 and a perfect cube. Imagine you have a bunch of small cubes that you want to build into a larger cube, and you also want to make sure that you can divide your big cube into groups of 4 without any leftovers. After some digging, we find that 64 is our treasure! It's the smallest number that fits both clues. It's a multiple of 4 because 4 multiplied by 16 gives us 64. It's also a perfect cube because if we multiply 4 by itself three times (4 x 4 x 4), we get 64 as well. So, 64 is the smallest number that is a team player for both team multiple and team cube. </p>",
2940
+ text: "Let's talk about a neat math puzzle involving multiples and cubes. First, remember that a multiple of 4 is any number that you can get by multiplying 4 with another number. A perfect cube is a number you can make by multiplying the same number three times. So, we're on a treasure hunt to find the smallest number that is both a multiple of 4 and a perfect cube. Imagine you have a bunch of small cubes that you want to build into a larger cube, and you also want to make sure that you can divide your big cube into groups of 4 without any leftovers. After some digging, we find that 64 is our treasure! It's the smallest number that fits both clues. It's a multiple of 4 because 4 multiplied by 16 gives us 64. It's also a perfect cube because if we multiply 4 by itself three times (4 x 4 x 4), we get 64 as well. So, 64 is the smallest number that is a team player for both team multiple and team cube.",
2941
+ media_type: "image",
2942
+ media: "",
2943
+ _id: "65d72f75a96478be69ecbf8e",
2944
+ },
2945
+ ],
2946
+ _id: "65dc7bf8672c9c7702c2674f",
2947
+ },
2948
+ ],
2949
+ question_id: "c3d38f8f-7c46-4046-86cb-e92fbd620b0d",
2950
+ createdAt: "2024-02-26T11:54:32.030Z",
2951
+ updatedAt: "2024-02-26T11:54:32.030Z",
2952
+ __v: 0,
2953
+ },
2954
+ ],
2955
+ syllabusMapping: [
2956
+ {
2957
+ curriculum: { id: "38416", title: "CBSE" },
2958
+ grade: { id: "43141", title: "Grade 8" },
2959
+ subject: { id: "43150", title: "Mathematics" },
2960
+ chapter: { id: "91916", title: "Cubes and Cube Roots" },
2961
+ topic: { id: "9453045", title: "Cubes" },
2962
+ difficulty: { id: "47081" },
2963
+ assessmentType: "Formative",
2964
+ cognitivLevel: "Application",
2965
+ },
2966
+ ],
2967
+ },
2968
+ main_question_count: "3",
2969
+ },
2970
+ {
2971
+ question: "912435da-1927-45a7-96f5-d1b3dec00adf",
2972
+ user_answer: '{"answerResult":[{"actualAnswer":"4","givenAnswer":"8","isCorrect":false}],"overAllResult":false,"chatId":"29edd990-a25a-438d-b34e-fc1c96ec2c8"}',
2973
+ difficulty_level: "",
2974
+ result: false,
2975
+ question_sequence: "main_question",
2976
+ created_at: "2024-09-09T09:51:14.307Z",
2977
+ question_details: {
2978
+ question_type: "2",
2979
+ question: "A number is multiplied by itself three times to get 64. What is the number?",
2980
+ solution: "<p>The number is 4 because 4 × 4 × 4 = 64. </p>",
2981
+ uuid: "5aa77892-f8b9-4482-a6fe-876212413d4a",
2982
+ question_layout: "<p>A number is multiplied by itself three times to get 64. What is the number?</p>",
2983
+ question_student_layout: [
2984
+ "<p>A number is multiplied by itself three times to get 64. What is the number?</p>",
2985
+ ],
2986
+ options: ["2", "4", "6", "8"],
2987
+ options_layout: ["2", "4", "6", "8"],
2988
+ answers: ["4"],
2989
+ answers_layout: ["4"],
2990
+ duration: "",
2991
+ images: [],
2992
+ sub_question: [],
2993
+ grades: [{ grade: "43141", difficulty: "47081" }],
2994
+ curriculum: ["38416"],
2995
+ subjects: ["43150"],
2996
+ chapters: ["91916"],
2997
+ topics: ["9453045"],
2998
+ sub_topic: [],
2999
+ assessmentType: ["Formative"],
3000
+ cognitivLevel: ["Application"],
3001
+ status: "0",
3002
+ version: "1.2",
3003
+ is_subquestion: false,
3004
+ created_by: "Vandana",
3005
+ modified_by: "CMMA Maths",
3006
+ is_teacher: true,
3007
+ is_student: true,
3008
+ created_by_id: "127",
3009
+ modified_by_id: "94",
3010
+ createdAt: "2024-02-26T11:05:32.911Z",
3011
+ version_uuid: "912435da-1927-45a7-96f5-d1b3dec00adf",
3012
+ approved_by_id: "94",
3013
+ approved_by: "CMMA Maths",
3014
+ is_archive: false,
3015
+ layout_type: null,
3016
+ images_details: [],
3017
+ knowledge_cell: ["65b92175b08b233252383b6a"],
3018
+ source: "Source G",
3019
+ option_image_details: [],
3020
+ labels: {
3021
+ normal: {
3022
+ prompt_id: "65d3598f48a34e9470928bee",
3023
+ source_coteacher_uuid: "067fbd2d-2621-4f01-acec-55fe428506cd",
3024
+ },
3025
+ syllabus: [
3026
+ {
3027
+ curriculum: "38416",
3028
+ grade: "43141",
3029
+ subject: "43150",
3030
+ chapter: "91916",
3031
+ topic: [],
3032
+ difficulty: "47081",
3033
+ },
3034
+ ],
3035
+ explanation: { prompt_id: "65d3912b48a34e947092b30b" },
3036
+ isAdvanced: false,
3037
+ basket: true,
3038
+ },
3039
+ updatedAt: "2024-09-09T06:04:13.667Z",
3040
+ __v: 0,
3041
+ approvedAt: "2024-07-16T05:52:06.674Z",
3042
+ hintandexplanations: [
3043
+ {
3044
+ _id: "65dc707c4fba1266d2d18e22",
3045
+ hint: [],
3046
+ explanation: [
3047
+ {
3048
+ layout_type: "Normal",
3049
+ data: [
3050
+ {
3051
+ text_layout: "<p>Imagine you have four apples. Now, if you get four more sets of four apples, you'd have 16 apples in total. If you did this three times, you'd end up with 64 apples. Similarly, when you multiply the number 4 by itself three times (4 × 4 × 4), you get 64. This is why the number we're looking for is 4. </p>",
3052
+ text: "Imagine you have four apples. Now, if you get four more sets of four apples, you'd have 16 apples in total. If you did this three times, you'd end up with 64 apples. Similarly, when you multiply the number 4 by itself three times (4 × 4 × 4), you get 64. This is why the number we're looking for is 4.",
3053
+ media_type: "image",
3054
+ media: "",
3055
+ _id: "65d5e3a06d01968ae918ae67",
3056
+ },
3057
+ ],
3058
+ _id: "65dc707c4fba1266d2d18e23",
3059
+ },
3060
+ ],
3061
+ question_id: "5aa77892-f8b9-4482-a6fe-876212413d4a",
3062
+ createdAt: "2024-02-26T11:05:32.932Z",
3063
+ updatedAt: "2024-02-26T11:05:32.932Z",
3064
+ __v: 0,
3065
+ },
3066
+ ],
3067
+ syllabusMapping: [
3068
+ {
3069
+ curriculum: { id: "38416", title: "CBSE" },
3070
+ grade: { id: "43141", title: "Grade 8" },
3071
+ subject: { id: "43150", title: "Mathematics" },
3072
+ chapter: { id: "91916", title: "Cubes and Cube Roots" },
3073
+ topic: { id: "9453045", title: "Cubes" },
3074
+ difficulty: { id: "47081" },
3075
+ assessmentType: "Formative",
3076
+ cognitivLevel: "Application",
3077
+ },
3078
+ ],
3079
+ },
3080
+ main_question_count: "4",
3081
+ },
3082
+ ],
3083
+ total_questions: 4,
3084
+ },
3085
+ ],
3086
+ history: [],
3087
+ },
3088
+ {
3089
+ questionObject: {
3090
+ question_type: "2",
3091
+ question: "What is the cube of the largest two-digit even number?",
3092
+ solution: "<p>The largest two-digit even number is 98. The cube of 98 is 98 × 98 × 98 = 941192.</p>",
3093
+ uuid: "db1fd729-8d57-4364-8358-213eea0320fe",
3094
+ question_layout: "<p>What is the cube of the largest two-digit even number?</p>",
3095
+ question_student_layout: [
3096
+ "<p>What is the cube of the largest two-digit even number?</p>",
3097
+ ],
3098
+ options: ["64000", "6859", "8000", "941192"],
3099
+ options_layout: ["64000", "6859", "8000", "<p>941192</p>"],
3100
+ answers: ["941192"],
3101
+ answers_layout: ["<p>941192</p>"],
3102
+ duration: "",
3103
+ images: [],
3104
+ sub_question: [],
3105
+ grades: [{ grade: "43141", difficulty: "47081" }],
3106
+ curriculum: ["38416"],
3107
+ subjects: ["43150"],
3108
+ chapters: ["91916"],
3109
+ topics: ["9453045"],
3110
+ sub_topic: [],
3111
+ assessmentType: ["Formative"],
3112
+ cognitivLevel: ["Application"],
3113
+ status: "0",
3114
+ version: "1.3",
3115
+ is_subquestion: false,
3116
+ created_by: "Vandana",
3117
+ modified_by: "CMMA Maths",
3118
+ is_teacher: true,
3119
+ is_student: true,
3120
+ created_by_id: "127",
3121
+ modified_by_id: "94",
3122
+ createdAt: "2024-02-26T12:05:39.013Z",
3123
+ version_uuid: "baf2dcad-7a45-462b-94df-63bebe775bc1",
3124
+ approved_by_id: "94",
3125
+ approved_by: "CMMA Maths",
3126
+ is_archive: false,
3127
+ layout_type: null,
3128
+ images_details: [],
3129
+ knowledge_cell: ["65b92021b08b23325238251a"],
3130
+ source: "Source G",
3131
+ option_image_details: [],
3132
+ labels: {
3133
+ normal: {
3134
+ prompt_id: "65d35b0048a34e9470928d1e",
3135
+ source_coteacher_uuid: "5420b263-7f2c-4091-b7e9-b257292cd40c",
3136
+ },
3137
+ syllabus: [
3138
+ {
3139
+ curriculum: "38416",
3140
+ grade: "43141",
3141
+ subject: "43150",
3142
+ chapter: "91916",
3143
+ topic: "9453045",
3144
+ difficulty: "47120",
3145
+ },
3146
+ ],
3147
+ explanation: { prompt_id: "65d38ea148a34e947092b0df" },
3148
+ isAdvanced: false,
3149
+ basket: true,
3150
+ },
3151
+ updatedAt: "2024-09-09T06:04:13.667Z",
3152
+ __v: 0,
3153
+ approvedAt: "2024-07-16T05:52:06.674Z",
3154
+ hintandexplanations: [
3155
+ {
3156
+ _id: "65dc7e934fba1266d2d1a0bc",
3157
+ hint: [],
3158
+ explanation: [
3159
+ {
3160
+ layout_type: "Normal",
3161
+ data: [
3162
+ {
3163
+ text_layout: "<p> Let's explore the cube of a number using the largest two-digit even number, which is 98. Imagine you have 98 apples, and you arrange them to form a perfect cube. You'd stack 98 layers of apples, with each layer containing 98 rows of 98 apples. When you multiply 98 by itself three times (98 × 98 × 98), you get 941192. That's a lot of apples! This is the cube of 98, and no other two-digit even number will give a larger cube because 98 is the biggest even number before you hit 100. </p>",
3164
+ text: "Let's explore the cube of a number using the largest two-digit even number, which is 98. Imagine you have 98 apples, and you arrange them to form a perfect cube. You'd stack 98 layers of apples, with each layer containing 98 rows of 98 apples. When you multiply 98 by itself three times (98 × 98 × 98), you get 941192. That's a lot of apples! This is the cube of 98, and no other two-digit even number will give a larger cube because 98 is the biggest even number before you hit 100.",
3165
+ media_type: "image",
3166
+ media: "",
3167
+ _id: "65d6e124a96478be69ebf2be",
3168
+ },
3169
+ ],
3170
+ _id: "65dc7e934fba1266d2d1a0bd",
3171
+ },
3172
+ ],
3173
+ question_id: "db1fd729-8d57-4364-8358-213eea0320fe",
3174
+ createdAt: "2024-02-26T12:05:39.027Z",
3175
+ updatedAt: "2024-02-26T12:05:39.027Z",
3176
+ __v: 0,
3177
+ },
3178
+ ],
3179
+ syllabusMapping: [
3180
+ {
3181
+ curriculum: { id: "38416", title: "CBSE" },
3182
+ grade: { id: "43141", title: "Grade 8" },
3183
+ subject: { id: "43150", title: "Mathematics" },
3184
+ chapter: { id: "91916", title: "Cubes and Cube Roots" },
3185
+ topic: { id: "9453045", title: "Cubes" },
3186
+ difficulty: { id: "47081" },
3187
+ assessmentType: "Formative",
3188
+ cognitivLevel: "Application",
3189
+ },
3190
+ ],
3191
+ showGreen: true,
3192
+ },
3193
+ userAnswer: {
3194
+ answerResult: [
3195
+ { actualAnswer: "941192", givenAnswer: "8000", isCorrect: false },
3196
+ ],
3197
+ overAllResult: false,
3198
+ chatId: "29edd990-a25a-438d-b34e-fc96ecc",
3199
+ },
3200
+ dispalyedQues: [
3201
+ {
3202
+ basket_id: "66dec4f247114c21928ac344",
3203
+ learning_mode: "assessment",
3204
+ non_basket_id: "",
3205
+ mode: "normal",
3206
+ eval_state: "advanced",
3207
+ current_status: "",
3208
+ current_rule: "",
3209
+ current_step_id: "assessment",
3210
+ prev_step_id: "",
3211
+ prev_basket_id: "",
3212
+ visited_question_indices: { m_index: 3, s_index: 0 },
3213
+ contents: [],
3214
+ questions: [
3215
+ {
3216
+ question: "af2d846f-f274-4028-a61b-420626dff6af",
3217
+ user_answer: '{"answerResult":[{"actualAnswer":"125","givenAnswer":"150","isCorrect":false}],"overAllResult":false,"chatId":"5d98d17a-9f8b-4091-b236-6b295e5f3420"}',
3218
+ difficulty_level: "",
3219
+ result: false,
3220
+ question_sequence: "main_question",
3221
+ created_at: "2024-09-09T09:51:05.038Z",
3222
+ question_details: {
3223
+ question_type: "2",
3224
+ question: "What is the cube of the number 5?",
3225
+ solution: "<p>The cube of 5 is 5 × 5 × 5 = 125. </p>",
3226
+ uuid: "aab397a1-9c11-47c5-bd59-08089544ce72",
3227
+ question_layout: "<p>What is the cube of the number 5?</p>",
3228
+ question_student_layout: [
3229
+ "<p>What is the cube of the number 5?</p>",
3230
+ ],
3231
+ options: ["25", "50", "125", "150"],
3232
+ options_layout: ["25", "50", "125", "150"],
3233
+ answers: ["125"],
3234
+ answers_layout: ["125"],
3235
+ duration: "",
3236
+ images: [],
3237
+ sub_question: [],
3238
+ grades: [{ grade: "43141", difficulty: "47081" }],
3239
+ curriculum: ["38416"],
3240
+ subjects: ["43150"],
3241
+ chapters: ["91916"],
3242
+ topics: ["9453045"],
3243
+ sub_topic: [],
3244
+ assessmentType: ["Formative"],
3245
+ cognitivLevel: ["Application"],
3246
+ status: "0",
3247
+ version: "1.2",
3248
+ is_subquestion: false,
3249
+ created_by: "Vandana",
3250
+ modified_by: "CMMA Maths",
3251
+ is_teacher: true,
3252
+ is_student: true,
3253
+ created_by_id: "127",
3254
+ modified_by_id: "94",
3255
+ createdAt: "2024-02-26T10:57:24.813Z",
3256
+ version_uuid: "af2d846f-f274-4028-a61b-420626dff6af",
3257
+ approved_by_id: "94",
3258
+ approved_by: "CMMA Maths",
3259
+ is_archive: false,
3260
+ layout_type: null,
3261
+ images_details: [],
3262
+ knowledge_cell: ["65b92021b08b23325238251a"],
3263
+ source: "Source G",
3264
+ option_image_details: [],
3265
+ labels: {
3266
+ normal: {
3267
+ prompt_id: "65d35a9a48a34e9470928cd9",
3268
+ source_coteacher_uuid: "adbec745-a134-48c4-8047-446962fc2c5b",
3269
+ },
3270
+ syllabus: [
3271
+ {
3272
+ curriculum: "38416",
3273
+ grade: "43141",
3274
+ subject: "43150",
3275
+ chapter: "91916",
3276
+ topic: "9453045",
3277
+ difficulty: "47081",
3278
+ },
3279
+ ],
3280
+ explanation: { prompt_id: "65d38f8f48a34e947092b190" },
3281
+ isAdvanced: false,
3282
+ basket: true,
3283
+ },
3284
+ updatedAt: "2024-09-09T06:04:13.667Z",
3285
+ __v: 0,
3286
+ approvedAt: "2024-07-16T05:52:06.674Z",
3287
+ hintandexplanations: [
3288
+ {
3289
+ _id: "65dc6e94672c9c7702c25742",
3290
+ hint: [],
3291
+ explanation: [
3292
+ {
3293
+ layout_type: "Normal",
3294
+ data: [
3295
+ {
3296
+ text_layout: "To find the cube of the number 5, you simply multiply 5 by itself three times: 5 × 5 × 5. Imagine you have a cube-shaped box, and each side is 5 units long. To fill it completely, you'd need 125 of 1-unit cubes. That's why 5 cubed equals 125.",
3297
+ text: "To find the cube of the number 5, you simply multiply 5 by itself three times: 5 × 5 × 5. Imagine you have a cube-shaped box, and each side is 5 units long. To fill it completely, you'd need 125 of 1-unit cubes. That's why 5 cubed equals 125.",
3298
+ media_type: "image",
3299
+ media: "",
3300
+ _id: "65d38f8fe04ce2b731a62d6d",
3301
+ },
3302
+ ],
3303
+ _id: "65dc6e94672c9c7702c25743",
3304
+ },
3305
+ ],
3306
+ question_id: "aab397a1-9c11-47c5-bd59-08089544ce72",
3307
+ createdAt: "2024-02-26T10:57:24.828Z",
3308
+ updatedAt: "2024-02-26T10:57:24.828Z",
3309
+ __v: 0,
3310
+ },
3311
+ ],
3312
+ syllabusMapping: [
3313
+ {
3314
+ curriculum: { id: "38416", title: "CBSE" },
3315
+ grade: { id: "43141", title: "Grade 8" },
3316
+ subject: { id: "43150", title: "Mathematics" },
3317
+ chapter: { id: "91916", title: "Cubes and Cube Roots" },
3318
+ topic: { id: "9453045", title: "Cubes" },
3319
+ difficulty: { id: "47081" },
3320
+ assessmentType: "Formative",
3321
+ cognitivLevel: "Application",
3322
+ },
3323
+ ],
3324
+ },
3325
+ main_question_count: "1",
3326
+ },
3327
+ {
3328
+ question: "baf2dcad-7a45-462b-94df-63bebe775bc1",
3329
+ user_answer: '{"answerResult":[{"actualAnswer":"941192","givenAnswer":"8000","isCorrect":false}],"overAllResult":false,"chatId":"29edd990-a25a-438d-b34e-fc96ecc"}',
3330
+ difficulty_level: "",
3331
+ result: true,
3332
+ question_sequence: "main_question",
3333
+ created_at: "2024-09-09T09:51:09.354Z",
3334
+ question_details: {
3335
+ question_type: "2",
3336
+ question: "What is the cube of the largest two-digit even number?",
3337
+ solution: "<p>The largest two-digit even number is 98. The cube of 98 is 98 × 98 × 98 = 941192.</p>",
3338
+ uuid: "db1fd729-8d57-4364-8358-213eea0320fe",
3339
+ question_layout: "<p>What is the cube of the largest two-digit even number?</p>",
3340
+ question_student_layout: [
3341
+ "<p>What is the cube of the largest two-digit even number?</p>",
3342
+ ],
3343
+ options: ["64000", "6859", "8000", "941192"],
3344
+ options_layout: ["64000", "6859", "8000", "<p>941192</p>"],
3345
+ answers: ["941192"],
3346
+ answers_layout: ["<p>941192</p>"],
3347
+ duration: "",
3348
+ images: [],
3349
+ sub_question: [],
3350
+ grades: [{ grade: "43141", difficulty: "47081" }],
3351
+ curriculum: ["38416"],
3352
+ subjects: ["43150"],
3353
+ chapters: ["91916"],
3354
+ topics: ["9453045"],
3355
+ sub_topic: [],
3356
+ assessmentType: ["Formative"],
3357
+ cognitivLevel: ["Application"],
3358
+ status: "0",
3359
+ version: "1.3",
3360
+ is_subquestion: false,
3361
+ created_by: "Vandana",
3362
+ modified_by: "CMMA Maths",
3363
+ is_teacher: true,
3364
+ is_student: true,
3365
+ created_by_id: "127",
3366
+ modified_by_id: "94",
3367
+ createdAt: "2024-02-26T12:05:39.013Z",
3368
+ version_uuid: "baf2dcad-7a45-462b-94df-63bebe775bc1",
3369
+ approved_by_id: "94",
3370
+ approved_by: "CMMA Maths",
3371
+ is_archive: false,
3372
+ layout_type: null,
3373
+ images_details: [],
3374
+ knowledge_cell: ["65b92021b08b23325238251a"],
3375
+ source: "Source G",
3376
+ option_image_details: [],
3377
+ labels: {
3378
+ normal: {
3379
+ prompt_id: "65d35b0048a34e9470928d1e",
3380
+ source_coteacher_uuid: "5420b263-7f2c-4091-b7e9-b257292cd40c",
3381
+ },
3382
+ syllabus: [
3383
+ {
3384
+ curriculum: "38416",
3385
+ grade: "43141",
3386
+ subject: "43150",
3387
+ chapter: "91916",
3388
+ topic: "9453045",
3389
+ difficulty: "47120",
3390
+ },
3391
+ ],
3392
+ explanation: { prompt_id: "65d38ea148a34e947092b0df" },
3393
+ isAdvanced: false,
3394
+ basket: true,
3395
+ },
3396
+ updatedAt: "2024-09-09T06:04:13.667Z",
3397
+ __v: 0,
3398
+ approvedAt: "2024-07-16T05:52:06.674Z",
3399
+ hintandexplanations: [
3400
+ {
3401
+ _id: "65dc7e934fba1266d2d1a0bc",
3402
+ hint: [],
3403
+ explanation: [
3404
+ {
3405
+ layout_type: "Normal",
3406
+ data: [
3407
+ {
3408
+ text_layout: "<p> Let's explore the cube of a number using the largest two-digit even number, which is 98. Imagine you have 98 apples, and you arrange them to form a perfect cube. You'd stack 98 layers of apples, with each layer containing 98 rows of 98 apples. When you multiply 98 by itself three times (98 × 98 × 98), you get 941192. That's a lot of apples! This is the cube of 98, and no other two-digit even number will give a larger cube because 98 is the biggest even number before you hit 100. </p>",
3409
+ text: "Let's explore the cube of a number using the largest two-digit even number, which is 98. Imagine you have 98 apples, and you arrange them to form a perfect cube. You'd stack 98 layers of apples, with each layer containing 98 rows of 98 apples. When you multiply 98 by itself three times (98 × 98 × 98), you get 941192. That's a lot of apples! This is the cube of 98, and no other two-digit even number will give a larger cube because 98 is the biggest even number before you hit 100.",
3410
+ media_type: "image",
3411
+ media: "",
3412
+ _id: "65d6e124a96478be69ebf2be",
3413
+ },
3414
+ ],
3415
+ _id: "65dc7e934fba1266d2d1a0bd",
3416
+ },
3417
+ ],
3418
+ question_id: "db1fd729-8d57-4364-8358-213eea0320fe",
3419
+ createdAt: "2024-02-26T12:05:39.027Z",
3420
+ updatedAt: "2024-02-26T12:05:39.027Z",
3421
+ __v: 0,
3422
+ },
3423
+ ],
3424
+ syllabusMapping: [
3425
+ {
3426
+ curriculum: { id: "38416", title: "CBSE" },
3427
+ grade: { id: "43141", title: "Grade 8" },
3428
+ subject: { id: "43150", title: "Mathematics" },
3429
+ chapter: { id: "91916", title: "Cubes and Cube Roots" },
3430
+ topic: { id: "9453045", title: "Cubes" },
3431
+ difficulty: { id: "47081" },
3432
+ assessmentType: "Formative",
3433
+ cognitivLevel: "Application",
3434
+ },
3435
+ ],
3436
+ },
3437
+ main_question_count: "2",
3438
+ },
3439
+ {
3440
+ question: "238e0bea-9366-443d-ac87-0f5ad0ca4fe0",
3441
+ user_answer: '{"answerResult":[{"actualAnswer":"64","givenAnswer":"64","isCorrect":true}],"overAllResult":true,"chatId":"284ec739-a6e8-41d6-8d46-f8d9a85fe061"}',
3442
+ difficulty_level: "",
3443
+ result: false,
3444
+ question_sequence: "main_question",
3445
+ created_at: "2024-09-09T09:51:11.962Z",
3446
+ question_details: {
3447
+ question_type: "2",
3448
+ question: "Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?",
3449
+ solution: "<p>64 is the smallest multiple of 4 that is also a perfect cube because it is equal to \\(4^{3}\\)</p>",
3450
+ uuid: "c3d38f8f-7c46-4046-86cb-e92fbd620b0d",
3451
+ question_layout: "<p>Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?</p>",
3452
+ question_student_layout: [
3453
+ "<p>Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?</p>",
3454
+ ],
3455
+ options: ["64", "128", "256", "512"],
3456
+ options_layout: ["64", "128", "256", "512"],
3457
+ answers: ["64"],
3458
+ answers_layout: ["64"],
3459
+ duration: "",
3460
+ images: [],
3461
+ sub_question: [],
3462
+ grades: [{ grade: "43141", difficulty: "47081" }],
3463
+ curriculum: ["38416"],
3464
+ subjects: ["43150"],
3465
+ chapters: ["91916"],
3466
+ topics: ["9453045"],
3467
+ sub_topic: [],
3468
+ assessmentType: ["Formative"],
3469
+ cognitivLevel: ["Application"],
3470
+ status: "0",
3471
+ version: "1.4",
3472
+ is_subquestion: false,
3473
+ created_by: "Vandana",
3474
+ modified_by: "CMMA Maths",
3475
+ is_teacher: true,
3476
+ is_student: true,
3477
+ created_by_id: "127",
3478
+ modified_by_id: "94",
3479
+ createdAt: "2024-02-26T11:54:32.015Z",
3480
+ version_uuid: "238e0bea-9366-443d-ac87-0f5ad0ca4fe0",
3481
+ approved_by_id: "94",
3482
+ approved_by: "CMMA Maths",
3483
+ is_archive: false,
3484
+ layout_type: null,
3485
+ images_details: [],
3486
+ knowledge_cell: ["65b9211fb08b2332523835ea"],
3487
+ source: "Source G",
3488
+ option_image_details: [],
3489
+ labels: {
3490
+ normal: {
3491
+ prompt_id: "65d35e2948a34e9470928f44",
3492
+ source_coteacher_uuid: "21f7ee77-9fcd-446d-bc24-53e89b8fd573",
3493
+ },
3494
+ syllabus: [
3495
+ {
3496
+ curriculum: "38416",
3497
+ grade: "43141",
3498
+ subject: "43150",
3499
+ chapter: "91916",
3500
+ topic: "9453045",
3501
+ difficulty: "47081",
3502
+ },
3503
+ ],
3504
+ explanation: { prompt_id: "65d3889248a34e947092ac6a" },
3505
+ isAdvanced: false,
3506
+ basket: true,
3507
+ },
3508
+ updatedAt: "2024-09-09T06:04:13.667Z",
3509
+ __v: 0,
3510
+ approvedAt: "2024-07-16T05:52:06.674Z",
3511
+ hintandexplanations: [
3512
+ {
3513
+ _id: "65dc7bf8672c9c7702c2674e",
3514
+ hint: [],
3515
+ explanation: [
3516
+ {
3517
+ layout_type: "Normal",
3518
+ data: [
3519
+ {
3520
+ text_layout: "<p>Let's talk about a neat math puzzle involving multiples and cubes. First, remember that a multiple of 4 is any number that you can get by multiplying 4 with another number. A perfect cube is a number you can make by multiplying the same number three times. So, we're on a treasure hunt to find the smallest number that is both a multiple of 4 and a perfect cube. Imagine you have a bunch of small cubes that you want to build into a larger cube, and you also want to make sure that you can divide your big cube into groups of 4 without any leftovers. After some digging, we find that 64 is our treasure! It's the smallest number that fits both clues. It's a multiple of 4 because 4 multiplied by 16 gives us 64. It's also a perfect cube because if we multiply 4 by itself three times (4 x 4 x 4), we get 64 as well. So, 64 is the smallest number that is a team player for both team multiple and team cube. </p>",
3521
+ text: "Let's talk about a neat math puzzle involving multiples and cubes. First, remember that a multiple of 4 is any number that you can get by multiplying 4 with another number. A perfect cube is a number you can make by multiplying the same number three times. So, we're on a treasure hunt to find the smallest number that is both a multiple of 4 and a perfect cube. Imagine you have a bunch of small cubes that you want to build into a larger cube, and you also want to make sure that you can divide your big cube into groups of 4 without any leftovers. After some digging, we find that 64 is our treasure! It's the smallest number that fits both clues. It's a multiple of 4 because 4 multiplied by 16 gives us 64. It's also a perfect cube because if we multiply 4 by itself three times (4 x 4 x 4), we get 64 as well. So, 64 is the smallest number that is a team player for both team multiple and team cube.",
3522
+ media_type: "image",
3523
+ media: "",
3524
+ _id: "65d72f75a96478be69ecbf8e",
3525
+ },
3526
+ ],
3527
+ _id: "65dc7bf8672c9c7702c2674f",
3528
+ },
3529
+ ],
3530
+ question_id: "c3d38f8f-7c46-4046-86cb-e92fbd620b0d",
3531
+ createdAt: "2024-02-26T11:54:32.030Z",
3532
+ updatedAt: "2024-02-26T11:54:32.030Z",
3533
+ __v: 0,
3534
+ },
3535
+ ],
3536
+ syllabusMapping: [
3537
+ {
3538
+ curriculum: { id: "38416", title: "CBSE" },
3539
+ grade: { id: "43141", title: "Grade 8" },
3540
+ subject: { id: "43150", title: "Mathematics" },
3541
+ chapter: { id: "91916", title: "Cubes and Cube Roots" },
3542
+ topic: { id: "9453045", title: "Cubes" },
3543
+ difficulty: { id: "47081" },
3544
+ assessmentType: "Formative",
3545
+ cognitivLevel: "Application",
3546
+ },
3547
+ ],
3548
+ },
3549
+ main_question_count: "3",
3550
+ },
3551
+ {
3552
+ question: "912435da-1927-45a7-96f5-d1b3dec00adf",
3553
+ user_answer: '{"answerResult":[{"actualAnswer":"4","givenAnswer":"8","isCorrect":false}],"overAllResult":false,"chatId":"29edd990-a25a-438d-b34e-fc1c96ec2c8"}',
3554
+ difficulty_level: "",
3555
+ result: false,
3556
+ question_sequence: "main_question",
3557
+ created_at: "2024-09-09T09:51:14.307Z",
3558
+ question_details: {
3559
+ question_type: "2",
3560
+ question: "A number is multiplied by itself three times to get 64. What is the number?",
3561
+ solution: "<p>The number is 4 because 4 × 4 × 4 = 64. </p>",
3562
+ uuid: "5aa77892-f8b9-4482-a6fe-876212413d4a",
3563
+ question_layout: "<p>A number is multiplied by itself three times to get 64. What is the number?</p>",
3564
+ question_student_layout: [
3565
+ "<p>A number is multiplied by itself three times to get 64. What is the number?</p>",
3566
+ ],
3567
+ options: ["2", "4", "6", "8"],
3568
+ options_layout: ["2", "4", "6", "8"],
3569
+ answers: ["4"],
3570
+ answers_layout: ["4"],
3571
+ duration: "",
3572
+ images: [],
3573
+ sub_question: [],
3574
+ grades: [{ grade: "43141", difficulty: "47081" }],
3575
+ curriculum: ["38416"],
3576
+ subjects: ["43150"],
3577
+ chapters: ["91916"],
3578
+ topics: ["9453045"],
3579
+ sub_topic: [],
3580
+ assessmentType: ["Formative"],
3581
+ cognitivLevel: ["Application"],
3582
+ status: "0",
3583
+ version: "1.2",
3584
+ is_subquestion: false,
3585
+ created_by: "Vandana",
3586
+ modified_by: "CMMA Maths",
3587
+ is_teacher: true,
3588
+ is_student: true,
3589
+ created_by_id: "127",
3590
+ modified_by_id: "94",
3591
+ createdAt: "2024-02-26T11:05:32.911Z",
3592
+ version_uuid: "912435da-1927-45a7-96f5-d1b3dec00adf",
3593
+ approved_by_id: "94",
3594
+ approved_by: "CMMA Maths",
3595
+ is_archive: false,
3596
+ layout_type: null,
3597
+ images_details: [],
3598
+ knowledge_cell: ["65b92175b08b233252383b6a"],
3599
+ source: "Source G",
3600
+ option_image_details: [],
3601
+ labels: {
3602
+ normal: {
3603
+ prompt_id: "65d3598f48a34e9470928bee",
3604
+ source_coteacher_uuid: "067fbd2d-2621-4f01-acec-55fe428506cd",
3605
+ },
3606
+ syllabus: [
3607
+ {
3608
+ curriculum: "38416",
3609
+ grade: "43141",
3610
+ subject: "43150",
3611
+ chapter: "91916",
3612
+ topic: [],
3613
+ difficulty: "47081",
3614
+ },
3615
+ ],
3616
+ explanation: { prompt_id: "65d3912b48a34e947092b30b" },
3617
+ isAdvanced: false,
3618
+ basket: true,
3619
+ },
3620
+ updatedAt: "2024-09-09T06:04:13.667Z",
3621
+ __v: 0,
3622
+ approvedAt: "2024-07-16T05:52:06.674Z",
3623
+ hintandexplanations: [
3624
+ {
3625
+ _id: "65dc707c4fba1266d2d18e22",
3626
+ hint: [],
3627
+ explanation: [
3628
+ {
3629
+ layout_type: "Normal",
3630
+ data: [
3631
+ {
3632
+ text_layout: "<p>Imagine you have four apples. Now, if you get four more sets of four apples, you'd have 16 apples in total. If you did this three times, you'd end up with 64 apples. Similarly, when you multiply the number 4 by itself three times (4 × 4 × 4), you get 64. This is why the number we're looking for is 4. </p>",
3633
+ text: "Imagine you have four apples. Now, if you get four more sets of four apples, you'd have 16 apples in total. If you did this three times, you'd end up with 64 apples. Similarly, when you multiply the number 4 by itself three times (4 × 4 × 4), you get 64. This is why the number we're looking for is 4.",
3634
+ media_type: "image",
3635
+ media: "",
3636
+ _id: "65d5e3a06d01968ae918ae67",
3637
+ },
3638
+ ],
3639
+ _id: "65dc707c4fba1266d2d18e23",
3640
+ },
3641
+ ],
3642
+ question_id: "5aa77892-f8b9-4482-a6fe-876212413d4a",
3643
+ createdAt: "2024-02-26T11:05:32.932Z",
3644
+ updatedAt: "2024-02-26T11:05:32.932Z",
3645
+ __v: 0,
3646
+ },
3647
+ ],
3648
+ syllabusMapping: [
3649
+ {
3650
+ curriculum: { id: "38416", title: "CBSE" },
3651
+ grade: { id: "43141", title: "Grade 8" },
3652
+ subject: { id: "43150", title: "Mathematics" },
3653
+ chapter: { id: "91916", title: "Cubes and Cube Roots" },
3654
+ topic: { id: "9453045", title: "Cubes" },
3655
+ difficulty: { id: "47081" },
3656
+ assessmentType: "Formative",
3657
+ cognitivLevel: "Application",
3658
+ },
3659
+ ],
3660
+ },
3661
+ main_question_count: "4",
3662
+ },
3663
+ ],
3664
+ total_questions: 4,
3665
+ },
3666
+ ],
3667
+ },
3668
+ {
3669
+ questionObject: {
3670
+ question_type: "2",
3671
+ question: "Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?",
3672
+ solution: "<p>64 is the smallest multiple of 4 that is also a perfect cube because it is equal to \\(4^{3}\\)</p>",
3673
+ uuid: "c3d38f8f-7c46-4046-86cb-e92fbd620b0d",
3674
+ question_layout: "<p>Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?</p>",
3675
+ question_student_layout: [
3676
+ "<p>Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?</p>",
3677
+ ],
3678
+ options: ["64", "128", "256", "512"],
3679
+ options_layout: ["64", "128", "256", "512"],
3680
+ answers: ["64"],
3681
+ answers_layout: ["64"],
3682
+ duration: "",
3683
+ images: [],
3684
+ sub_question: [],
3685
+ grades: [{ grade: "43141", difficulty: "47081" }],
3686
+ curriculum: ["38416"],
3687
+ subjects: ["43150"],
3688
+ chapters: ["91916"],
3689
+ topics: ["9453045"],
3690
+ sub_topic: [],
3691
+ assessmentType: ["Formative"],
3692
+ cognitivLevel: ["Application"],
3693
+ status: "0",
3694
+ version: "1.4",
3695
+ is_subquestion: false,
3696
+ created_by: "Vandana",
3697
+ modified_by: "CMMA Maths",
3698
+ is_teacher: true,
3699
+ is_student: true,
3700
+ created_by_id: "127",
3701
+ modified_by_id: "94",
3702
+ createdAt: "2024-02-26T11:54:32.015Z",
3703
+ version_uuid: "238e0bea-9366-443d-ac87-0f5ad0ca4fe0",
3704
+ approved_by_id: "94",
3705
+ approved_by: "CMMA Maths",
3706
+ is_archive: false,
3707
+ layout_type: null,
3708
+ images_details: [],
3709
+ knowledge_cell: ["65b9211fb08b2332523835ea"],
3710
+ source: "Source G",
3711
+ option_image_details: [],
3712
+ labels: {
3713
+ normal: {
3714
+ prompt_id: "65d35e2948a34e9470928f44",
3715
+ source_coteacher_uuid: "21f7ee77-9fcd-446d-bc24-53e89b8fd573",
3716
+ },
3717
+ syllabus: [
3718
+ {
3719
+ curriculum: "38416",
3720
+ grade: "43141",
3721
+ subject: "43150",
3722
+ chapter: "91916",
3723
+ topic: "9453045",
3724
+ difficulty: "47081",
3725
+ },
3726
+ ],
3727
+ explanation: { prompt_id: "65d3889248a34e947092ac6a" },
3728
+ isAdvanced: false,
3729
+ basket: true,
3730
+ },
3731
+ updatedAt: "2024-09-09T06:04:13.667Z",
3732
+ __v: 0,
3733
+ approvedAt: "2024-07-16T05:52:06.674Z",
3734
+ hintandexplanations: [
3735
+ {
3736
+ _id: "65dc7bf8672c9c7702c2674e",
3737
+ hint: [],
3738
+ explanation: [
3739
+ {
3740
+ layout_type: "Normal",
3741
+ data: [
3742
+ {
3743
+ text_layout: "<p>Let's talk about a neat math puzzle involving multiples and cubes. First, remember that a multiple of 4 is any number that you can get by multiplying 4 with another number. A perfect cube is a number you can make by multiplying the same number three times. So, we're on a treasure hunt to find the smallest number that is both a multiple of 4 and a perfect cube. Imagine you have a bunch of small cubes that you want to build into a larger cube, and you also want to make sure that you can divide your big cube into groups of 4 without any leftovers. After some digging, we find that 64 is our treasure! It's the smallest number that fits both clues. It's a multiple of 4 because 4 multiplied by 16 gives us 64. It's also a perfect cube because if we multiply 4 by itself three times (4 x 4 x 4), we get 64 as well. So, 64 is the smallest number that is a team player for both team multiple and team cube. </p>",
3744
+ text: "Let's talk about a neat math puzzle involving multiples and cubes. First, remember that a multiple of 4 is any number that you can get by multiplying 4 with another number. A perfect cube is a number you can make by multiplying the same number three times. So, we're on a treasure hunt to find the smallest number that is both a multiple of 4 and a perfect cube. Imagine you have a bunch of small cubes that you want to build into a larger cube, and you also want to make sure that you can divide your big cube into groups of 4 without any leftovers. After some digging, we find that 64 is our treasure! It's the smallest number that fits both clues. It's a multiple of 4 because 4 multiplied by 16 gives us 64. It's also a perfect cube because if we multiply 4 by itself three times (4 x 4 x 4), we get 64 as well. So, 64 is the smallest number that is a team player for both team multiple and team cube.",
3745
+ media_type: "image",
3746
+ media: "",
3747
+ _id: "65d72f75a96478be69ecbf8e",
3748
+ },
3749
+ ],
3750
+ _id: "65dc7bf8672c9c7702c2674f",
3751
+ },
3752
+ ],
3753
+ question_id: "c3d38f8f-7c46-4046-86cb-e92fbd620b0d",
3754
+ createdAt: "2024-02-26T11:54:32.030Z",
3755
+ updatedAt: "2024-02-26T11:54:32.030Z",
3756
+ __v: 0,
3757
+ },
3758
+ ],
3759
+ syllabusMapping: [
3760
+ {
3761
+ curriculum: { id: "38416", title: "CBSE" },
3762
+ grade: { id: "43141", title: "Grade 8" },
3763
+ subject: { id: "43150", title: "Mathematics" },
3764
+ chapter: { id: "91916", title: "Cubes and Cube Roots" },
3765
+ topic: { id: "9453045", title: "Cubes" },
3766
+ difficulty: { id: "47081" },
3767
+ assessmentType: "Formative",
3768
+ cognitivLevel: "Application",
3769
+ },
3770
+ ],
3771
+ showGreen: true,
3772
+ },
3773
+ userAnswer: {
3774
+ answerResult: [
3775
+ { actualAnswer: "64", givenAnswer: "64", isCorrect: true },
3776
+ ],
3777
+ overAllResult: true,
3778
+ chatId: "284ec739-a6e8-41d6-8d46-f8d9a85fe061",
3779
+ },
3780
+ dispalyedQues: [
3781
+ {
3782
+ basket_id: "66dec4f247114c21928ac344",
3783
+ learning_mode: "assessment",
3784
+ non_basket_id: "",
3785
+ mode: "normal",
3786
+ eval_state: "advanced",
3787
+ current_status: "",
3788
+ current_rule: "",
3789
+ current_step_id: "assessment",
3790
+ prev_step_id: "",
3791
+ prev_basket_id: "",
3792
+ visited_question_indices: { m_index: 3, s_index: 0 },
3793
+ contents: [],
3794
+ questions: [
3795
+ {
3796
+ question: "af2d846f-f274-4028-a61b-420626dff6af",
3797
+ user_answer: '{"answerResult":[{"actualAnswer":"125","givenAnswer":"150","isCorrect":false}],"overAllResult":false,"chatId":"5d98d17a-9f8b-4091-b236-6b295e5f3420"}',
3798
+ difficulty_level: "",
3799
+ result: false,
3800
+ question_sequence: "main_question",
3801
+ created_at: "2024-09-09T09:51:05.038Z",
3802
+ question_details: {
3803
+ question_type: "2",
3804
+ question: "What is the cube of the number 5?",
3805
+ solution: "<p>The cube of 5 is 5 × 5 × 5 = 125. </p>",
3806
+ uuid: "aab397a1-9c11-47c5-bd59-08089544ce72",
3807
+ question_layout: "<p>What is the cube of the number 5?</p>",
3808
+ question_student_layout: [
3809
+ "<p>What is the cube of the number 5?</p>",
3810
+ ],
3811
+ options: ["25", "50", "125", "150"],
3812
+ options_layout: ["25", "50", "125", "150"],
3813
+ answers: ["125"],
3814
+ answers_layout: ["125"],
3815
+ duration: "",
3816
+ images: [],
3817
+ sub_question: [],
3818
+ grades: [{ grade: "43141", difficulty: "47081" }],
3819
+ curriculum: ["38416"],
3820
+ subjects: ["43150"],
3821
+ chapters: ["91916"],
3822
+ topics: ["9453045"],
3823
+ sub_topic: [],
3824
+ assessmentType: ["Formative"],
3825
+ cognitivLevel: ["Application"],
3826
+ status: "0",
3827
+ version: "1.2",
3828
+ is_subquestion: false,
3829
+ created_by: "Vandana",
3830
+ modified_by: "CMMA Maths",
3831
+ is_teacher: true,
3832
+ is_student: true,
3833
+ created_by_id: "127",
3834
+ modified_by_id: "94",
3835
+ createdAt: "2024-02-26T10:57:24.813Z",
3836
+ version_uuid: "af2d846f-f274-4028-a61b-420626dff6af",
3837
+ approved_by_id: "94",
3838
+ approved_by: "CMMA Maths",
3839
+ is_archive: false,
3840
+ layout_type: null,
3841
+ images_details: [],
3842
+ knowledge_cell: ["65b92021b08b23325238251a"],
3843
+ source: "Source G",
3844
+ option_image_details: [],
3845
+ labels: {
3846
+ normal: {
3847
+ prompt_id: "65d35a9a48a34e9470928cd9",
3848
+ source_coteacher_uuid: "adbec745-a134-48c4-8047-446962fc2c5b",
3849
+ },
3850
+ syllabus: [
3851
+ {
3852
+ curriculum: "38416",
3853
+ grade: "43141",
3854
+ subject: "43150",
3855
+ chapter: "91916",
3856
+ topic: "9453045",
3857
+ difficulty: "47081",
3858
+ },
3859
+ ],
3860
+ explanation: { prompt_id: "65d38f8f48a34e947092b190" },
3861
+ isAdvanced: false,
3862
+ basket: true,
3863
+ },
3864
+ updatedAt: "2024-09-09T06:04:13.667Z",
3865
+ __v: 0,
3866
+ approvedAt: "2024-07-16T05:52:06.674Z",
3867
+ hintandexplanations: [
3868
+ {
3869
+ _id: "65dc6e94672c9c7702c25742",
3870
+ hint: [],
3871
+ explanation: [
3872
+ {
3873
+ layout_type: "Normal",
3874
+ data: [
3875
+ {
3876
+ text_layout: "To find the cube of the number 5, you simply multiply 5 by itself three times: 5 × 5 × 5. Imagine you have a cube-shaped box, and each side is 5 units long. To fill it completely, you'd need 125 of 1-unit cubes. That's why 5 cubed equals 125.",
3877
+ text: "To find the cube of the number 5, you simply multiply 5 by itself three times: 5 × 5 × 5. Imagine you have a cube-shaped box, and each side is 5 units long. To fill it completely, you'd need 125 of 1-unit cubes. That's why 5 cubed equals 125.",
3878
+ media_type: "image",
3879
+ media: "",
3880
+ _id: "65d38f8fe04ce2b731a62d6d",
3881
+ },
3882
+ ],
3883
+ _id: "65dc6e94672c9c7702c25743",
3884
+ },
3885
+ ],
3886
+ question_id: "aab397a1-9c11-47c5-bd59-08089544ce72",
3887
+ createdAt: "2024-02-26T10:57:24.828Z",
3888
+ updatedAt: "2024-02-26T10:57:24.828Z",
3889
+ __v: 0,
3890
+ },
3891
+ ],
3892
+ syllabusMapping: [
3893
+ {
3894
+ curriculum: { id: "38416", title: "CBSE" },
3895
+ grade: { id: "43141", title: "Grade 8" },
3896
+ subject: { id: "43150", title: "Mathematics" },
3897
+ chapter: { id: "91916", title: "Cubes and Cube Roots" },
3898
+ topic: { id: "9453045", title: "Cubes" },
3899
+ difficulty: { id: "47081" },
3900
+ assessmentType: "Formative",
3901
+ cognitivLevel: "Application",
3902
+ },
3903
+ ],
3904
+ },
3905
+ main_question_count: "1",
3906
+ },
3907
+ {
3908
+ question: "baf2dcad-7a45-462b-94df-63bebe775bc1",
3909
+ user_answer: '{"answerResult":[{"actualAnswer":"941192","givenAnswer":"8000","isCorrect":false}],"overAllResult":false,"chatId":"29edd990-a25a-438d-b34e-fc96ecc"}',
3910
+ difficulty_level: "",
3911
+ result: true,
3912
+ question_sequence: "main_question",
3913
+ created_at: "2024-09-09T09:51:09.354Z",
3914
+ question_details: {
3915
+ question_type: "2",
3916
+ question: "What is the cube of the largest two-digit even number?",
3917
+ solution: "<p>The largest two-digit even number is 98. The cube of 98 is 98 × 98 × 98 = 941192.</p>",
3918
+ uuid: "db1fd729-8d57-4364-8358-213eea0320fe",
3919
+ question_layout: "<p>What is the cube of the largest two-digit even number?</p>",
3920
+ question_student_layout: [
3921
+ "<p>What is the cube of the largest two-digit even number?</p>",
3922
+ ],
3923
+ options: ["64000", "6859", "8000", "941192"],
3924
+ options_layout: ["64000", "6859", "8000", "<p>941192</p>"],
3925
+ answers: ["941192"],
3926
+ answers_layout: ["<p>941192</p>"],
3927
+ duration: "",
3928
+ images: [],
3929
+ sub_question: [],
3930
+ grades: [{ grade: "43141", difficulty: "47081" }],
3931
+ curriculum: ["38416"],
3932
+ subjects: ["43150"],
3933
+ chapters: ["91916"],
3934
+ topics: ["9453045"],
3935
+ sub_topic: [],
3936
+ assessmentType: ["Formative"],
3937
+ cognitivLevel: ["Application"],
3938
+ status: "0",
3939
+ version: "1.3",
3940
+ is_subquestion: false,
3941
+ created_by: "Vandana",
3942
+ modified_by: "CMMA Maths",
3943
+ is_teacher: true,
3944
+ is_student: true,
3945
+ created_by_id: "127",
3946
+ modified_by_id: "94",
3947
+ createdAt: "2024-02-26T12:05:39.013Z",
3948
+ version_uuid: "baf2dcad-7a45-462b-94df-63bebe775bc1",
3949
+ approved_by_id: "94",
3950
+ approved_by: "CMMA Maths",
3951
+ is_archive: false,
3952
+ layout_type: null,
3953
+ images_details: [],
3954
+ knowledge_cell: ["65b92021b08b23325238251a"],
3955
+ source: "Source G",
3956
+ option_image_details: [],
3957
+ labels: {
3958
+ normal: {
3959
+ prompt_id: "65d35b0048a34e9470928d1e",
3960
+ source_coteacher_uuid: "5420b263-7f2c-4091-b7e9-b257292cd40c",
3961
+ },
3962
+ syllabus: [
3963
+ {
3964
+ curriculum: "38416",
3965
+ grade: "43141",
3966
+ subject: "43150",
3967
+ chapter: "91916",
3968
+ topic: "9453045",
3969
+ difficulty: "47120",
3970
+ },
3971
+ ],
3972
+ explanation: { prompt_id: "65d38ea148a34e947092b0df" },
3973
+ isAdvanced: false,
3974
+ basket: true,
3975
+ },
3976
+ updatedAt: "2024-09-09T06:04:13.667Z",
3977
+ __v: 0,
3978
+ approvedAt: "2024-07-16T05:52:06.674Z",
3979
+ hintandexplanations: [
3980
+ {
3981
+ _id: "65dc7e934fba1266d2d1a0bc",
3982
+ hint: [],
3983
+ explanation: [
3984
+ {
3985
+ layout_type: "Normal",
3986
+ data: [
3987
+ {
3988
+ text_layout: "<p> Let's explore the cube of a number using the largest two-digit even number, which is 98. Imagine you have 98 apples, and you arrange them to form a perfect cube. You'd stack 98 layers of apples, with each layer containing 98 rows of 98 apples. When you multiply 98 by itself three times (98 × 98 × 98), you get 941192. That's a lot of apples! This is the cube of 98, and no other two-digit even number will give a larger cube because 98 is the biggest even number before you hit 100. </p>",
3989
+ text: "Let's explore the cube of a number using the largest two-digit even number, which is 98. Imagine you have 98 apples, and you arrange them to form a perfect cube. You'd stack 98 layers of apples, with each layer containing 98 rows of 98 apples. When you multiply 98 by itself three times (98 × 98 × 98), you get 941192. That's a lot of apples! This is the cube of 98, and no other two-digit even number will give a larger cube because 98 is the biggest even number before you hit 100.",
3990
+ media_type: "image",
3991
+ media: "",
3992
+ _id: "65d6e124a96478be69ebf2be",
3993
+ },
3994
+ ],
3995
+ _id: "65dc7e934fba1266d2d1a0bd",
3996
+ },
3997
+ ],
3998
+ question_id: "db1fd729-8d57-4364-8358-213eea0320fe",
3999
+ createdAt: "2024-02-26T12:05:39.027Z",
4000
+ updatedAt: "2024-02-26T12:05:39.027Z",
4001
+ __v: 0,
4002
+ },
4003
+ ],
4004
+ syllabusMapping: [
4005
+ {
4006
+ curriculum: { id: "38416", title: "CBSE" },
4007
+ grade: { id: "43141", title: "Grade 8" },
4008
+ subject: { id: "43150", title: "Mathematics" },
4009
+ chapter: { id: "91916", title: "Cubes and Cube Roots" },
4010
+ topic: { id: "9453045", title: "Cubes" },
4011
+ difficulty: { id: "47081" },
4012
+ assessmentType: "Formative",
4013
+ cognitivLevel: "Application",
4014
+ },
4015
+ ],
4016
+ },
4017
+ main_question_count: "2",
4018
+ },
4019
+ {
4020
+ question: "238e0bea-9366-443d-ac87-0f5ad0ca4fe0",
4021
+ user_answer: '{"answerResult":[{"actualAnswer":"64","givenAnswer":"64","isCorrect":true}],"overAllResult":true,"chatId":"284ec739-a6e8-41d6-8d46-f8d9a85fe061"}',
4022
+ difficulty_level: "",
4023
+ result: false,
4024
+ question_sequence: "main_question",
4025
+ created_at: "2024-09-09T09:51:11.962Z",
4026
+ question_details: {
4027
+ question_type: "2",
4028
+ question: "Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?",
4029
+ solution: "<p>64 is the smallest multiple of 4 that is also a perfect cube because it is equal to \\(4^{3}\\)</p>",
4030
+ uuid: "c3d38f8f-7c46-4046-86cb-e92fbd620b0d",
4031
+ question_layout: "<p>Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?</p>",
4032
+ question_student_layout: [
4033
+ "<p>Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?</p>",
4034
+ ],
4035
+ options: ["64", "128", "256", "512"],
4036
+ options_layout: ["64", "128", "256", "512"],
4037
+ answers: ["64"],
4038
+ answers_layout: ["64"],
4039
+ duration: "",
4040
+ images: [],
4041
+ sub_question: [],
4042
+ grades: [{ grade: "43141", difficulty: "47081" }],
4043
+ curriculum: ["38416"],
4044
+ subjects: ["43150"],
4045
+ chapters: ["91916"],
4046
+ topics: ["9453045"],
4047
+ sub_topic: [],
4048
+ assessmentType: ["Formative"],
4049
+ cognitivLevel: ["Application"],
4050
+ status: "0",
4051
+ version: "1.4",
4052
+ is_subquestion: false,
4053
+ created_by: "Vandana",
4054
+ modified_by: "CMMA Maths",
4055
+ is_teacher: true,
4056
+ is_student: true,
4057
+ created_by_id: "127",
4058
+ modified_by_id: "94",
4059
+ createdAt: "2024-02-26T11:54:32.015Z",
4060
+ version_uuid: "238e0bea-9366-443d-ac87-0f5ad0ca4fe0",
4061
+ approved_by_id: "94",
4062
+ approved_by: "CMMA Maths",
4063
+ is_archive: false,
4064
+ layout_type: null,
4065
+ images_details: [],
4066
+ knowledge_cell: ["65b9211fb08b2332523835ea"],
4067
+ source: "Source G",
4068
+ option_image_details: [],
4069
+ labels: {
4070
+ normal: {
4071
+ prompt_id: "65d35e2948a34e9470928f44",
4072
+ source_coteacher_uuid: "21f7ee77-9fcd-446d-bc24-53e89b8fd573",
4073
+ },
4074
+ syllabus: [
4075
+ {
4076
+ curriculum: "38416",
4077
+ grade: "43141",
4078
+ subject: "43150",
4079
+ chapter: "91916",
4080
+ topic: "9453045",
4081
+ difficulty: "47081",
4082
+ },
4083
+ ],
4084
+ explanation: { prompt_id: "65d3889248a34e947092ac6a" },
4085
+ isAdvanced: false,
4086
+ basket: true,
4087
+ },
4088
+ updatedAt: "2024-09-09T06:04:13.667Z",
4089
+ __v: 0,
4090
+ approvedAt: "2024-07-16T05:52:06.674Z",
4091
+ hintandexplanations: [
4092
+ {
4093
+ _id: "65dc7bf8672c9c7702c2674e",
4094
+ hint: [],
4095
+ explanation: [
4096
+ {
4097
+ layout_type: "Normal",
4098
+ data: [
4099
+ {
4100
+ text_layout: "<p>Let's talk about a neat math puzzle involving multiples and cubes. First, remember that a multiple of 4 is any number that you can get by multiplying 4 with another number. A perfect cube is a number you can make by multiplying the same number three times. So, we're on a treasure hunt to find the smallest number that is both a multiple of 4 and a perfect cube. Imagine you have a bunch of small cubes that you want to build into a larger cube, and you also want to make sure that you can divide your big cube into groups of 4 without any leftovers. After some digging, we find that 64 is our treasure! It's the smallest number that fits both clues. It's a multiple of 4 because 4 multiplied by 16 gives us 64. It's also a perfect cube because if we multiply 4 by itself three times (4 x 4 x 4), we get 64 as well. So, 64 is the smallest number that is a team player for both team multiple and team cube. </p>",
4101
+ text: "Let's talk about a neat math puzzle involving multiples and cubes. First, remember that a multiple of 4 is any number that you can get by multiplying 4 with another number. A perfect cube is a number you can make by multiplying the same number three times. So, we're on a treasure hunt to find the smallest number that is both a multiple of 4 and a perfect cube. Imagine you have a bunch of small cubes that you want to build into a larger cube, and you also want to make sure that you can divide your big cube into groups of 4 without any leftovers. After some digging, we find that 64 is our treasure! It's the smallest number that fits both clues. It's a multiple of 4 because 4 multiplied by 16 gives us 64. It's also a perfect cube because if we multiply 4 by itself three times (4 x 4 x 4), we get 64 as well. So, 64 is the smallest number that is a team player for both team multiple and team cube.",
4102
+ media_type: "image",
4103
+ media: "",
4104
+ _id: "65d72f75a96478be69ecbf8e",
4105
+ },
4106
+ ],
4107
+ _id: "65dc7bf8672c9c7702c2674f",
4108
+ },
4109
+ ],
4110
+ question_id: "c3d38f8f-7c46-4046-86cb-e92fbd620b0d",
4111
+ createdAt: "2024-02-26T11:54:32.030Z",
4112
+ updatedAt: "2024-02-26T11:54:32.030Z",
4113
+ __v: 0,
4114
+ },
4115
+ ],
4116
+ syllabusMapping: [
4117
+ {
4118
+ curriculum: { id: "38416", title: "CBSE" },
4119
+ grade: { id: "43141", title: "Grade 8" },
4120
+ subject: { id: "43150", title: "Mathematics" },
4121
+ chapter: { id: "91916", title: "Cubes and Cube Roots" },
4122
+ topic: { id: "9453045", title: "Cubes" },
4123
+ difficulty: { id: "47081" },
4124
+ assessmentType: "Formative",
4125
+ cognitivLevel: "Application",
4126
+ },
4127
+ ],
4128
+ },
4129
+ main_question_count: "3",
4130
+ },
4131
+ {
4132
+ question: "912435da-1927-45a7-96f5-d1b3dec00adf",
4133
+ user_answer: '{"answerResult":[{"actualAnswer":"4","givenAnswer":"8","isCorrect":false}],"overAllResult":false,"chatId":"29edd990-a25a-438d-b34e-fc1c96ec2c8"}',
4134
+ difficulty_level: "",
4135
+ result: false,
4136
+ question_sequence: "main_question",
4137
+ created_at: "2024-09-09T09:51:14.307Z",
4138
+ question_details: {
4139
+ question_type: "2",
4140
+ question: "A number is multiplied by itself three times to get 64. What is the number?",
4141
+ solution: "<p>The number is 4 because 4 × 4 × 4 = 64. </p>",
4142
+ uuid: "5aa77892-f8b9-4482-a6fe-876212413d4a",
4143
+ question_layout: "<p>A number is multiplied by itself three times to get 64. What is the number?</p>",
4144
+ question_student_layout: [
4145
+ "<p>A number is multiplied by itself three times to get 64. What is the number?</p>",
4146
+ ],
4147
+ options: ["2", "4", "6", "8"],
4148
+ options_layout: ["2", "4", "6", "8"],
4149
+ answers: ["4"],
4150
+ answers_layout: ["4"],
4151
+ duration: "",
4152
+ images: [],
4153
+ sub_question: [],
4154
+ grades: [{ grade: "43141", difficulty: "47081" }],
4155
+ curriculum: ["38416"],
4156
+ subjects: ["43150"],
4157
+ chapters: ["91916"],
4158
+ topics: ["9453045"],
4159
+ sub_topic: [],
4160
+ assessmentType: ["Formative"],
4161
+ cognitivLevel: ["Application"],
4162
+ status: "0",
4163
+ version: "1.2",
4164
+ is_subquestion: false,
4165
+ created_by: "Vandana",
4166
+ modified_by: "CMMA Maths",
4167
+ is_teacher: true,
4168
+ is_student: true,
4169
+ created_by_id: "127",
4170
+ modified_by_id: "94",
4171
+ createdAt: "2024-02-26T11:05:32.911Z",
4172
+ version_uuid: "912435da-1927-45a7-96f5-d1b3dec00adf",
4173
+ approved_by_id: "94",
4174
+ approved_by: "CMMA Maths",
4175
+ is_archive: false,
4176
+ layout_type: null,
4177
+ images_details: [],
4178
+ knowledge_cell: ["65b92175b08b233252383b6a"],
4179
+ source: "Source G",
4180
+ option_image_details: [],
4181
+ labels: {
4182
+ normal: {
4183
+ prompt_id: "65d3598f48a34e9470928bee",
4184
+ source_coteacher_uuid: "067fbd2d-2621-4f01-acec-55fe428506cd",
4185
+ },
4186
+ syllabus: [
4187
+ {
4188
+ curriculum: "38416",
4189
+ grade: "43141",
4190
+ subject: "43150",
4191
+ chapter: "91916",
4192
+ topic: [],
4193
+ difficulty: "47081",
4194
+ },
4195
+ ],
4196
+ explanation: { prompt_id: "65d3912b48a34e947092b30b" },
4197
+ isAdvanced: false,
4198
+ basket: true,
4199
+ },
4200
+ updatedAt: "2024-09-09T06:04:13.667Z",
4201
+ __v: 0,
4202
+ approvedAt: "2024-07-16T05:52:06.674Z",
4203
+ hintandexplanations: [
4204
+ {
4205
+ _id: "65dc707c4fba1266d2d18e22",
4206
+ hint: [],
4207
+ explanation: [
4208
+ {
4209
+ layout_type: "Normal",
4210
+ data: [
4211
+ {
4212
+ text_layout: "<p>Imagine you have four apples. Now, if you get four more sets of four apples, you'd have 16 apples in total. If you did this three times, you'd end up with 64 apples. Similarly, when you multiply the number 4 by itself three times (4 × 4 × 4), you get 64. This is why the number we're looking for is 4. </p>",
4213
+ text: "Imagine you have four apples. Now, if you get four more sets of four apples, you'd have 16 apples in total. If you did this three times, you'd end up with 64 apples. Similarly, when you multiply the number 4 by itself three times (4 × 4 × 4), you get 64. This is why the number we're looking for is 4.",
4214
+ media_type: "image",
4215
+ media: "",
4216
+ _id: "65d5e3a06d01968ae918ae67",
4217
+ },
4218
+ ],
4219
+ _id: "65dc707c4fba1266d2d18e23",
4220
+ },
4221
+ ],
4222
+ question_id: "5aa77892-f8b9-4482-a6fe-876212413d4a",
4223
+ createdAt: "2024-02-26T11:05:32.932Z",
4224
+ updatedAt: "2024-02-26T11:05:32.932Z",
4225
+ __v: 0,
4226
+ },
4227
+ ],
4228
+ syllabusMapping: [
4229
+ {
4230
+ curriculum: { id: "38416", title: "CBSE" },
4231
+ grade: { id: "43141", title: "Grade 8" },
4232
+ subject: { id: "43150", title: "Mathematics" },
4233
+ chapter: { id: "91916", title: "Cubes and Cube Roots" },
4234
+ topic: { id: "9453045", title: "Cubes" },
4235
+ difficulty: { id: "47081" },
4236
+ assessmentType: "Formative",
4237
+ cognitivLevel: "Application",
4238
+ },
4239
+ ],
4240
+ },
4241
+ main_question_count: "4",
4242
+ },
4243
+ ],
4244
+ total_questions: 4,
4245
+ },
4246
+ ],
4247
+ history: [],
4248
+ },
4249
+ {
4250
+ questionObject: {
4251
+ question_type: "2",
4252
+ question: "A number is multiplied by itself three times to get 64. What is the number?",
4253
+ solution: "<p>The number is 4 because 4 × 4 × 4 = 64. </p>",
4254
+ uuid: "5aa77892-f8b9-4482-a6fe-876212413d4a",
4255
+ question_layout: "<p>A number is multiplied by itself three times to get 64. What is the number?</p>",
4256
+ question_student_layout: [
4257
+ "<p>A number is multiplied by itself three times to get 64. What is the number?</p>",
4258
+ ],
4259
+ options: ["2", "4", "6", "8"],
4260
+ options_layout: ["2", "4", "6", "8"],
4261
+ answers: ["4"],
4262
+ answers_layout: ["4"],
4263
+ duration: "",
4264
+ images: [],
4265
+ sub_question: [],
4266
+ grades: [{ grade: "43141", difficulty: "47081" }],
4267
+ curriculum: ["38416"],
4268
+ subjects: ["43150"],
4269
+ chapters: ["91916"],
4270
+ topics: ["9453045"],
4271
+ sub_topic: [],
4272
+ assessmentType: ["Formative"],
4273
+ cognitivLevel: ["Application"],
4274
+ status: "0",
4275
+ version: "1.2",
4276
+ is_subquestion: false,
4277
+ created_by: "Vandana",
4278
+ modified_by: "CMMA Maths",
4279
+ is_teacher: true,
4280
+ is_student: true,
4281
+ created_by_id: "127",
4282
+ modified_by_id: "94",
4283
+ createdAt: "2024-02-26T11:05:32.911Z",
4284
+ version_uuid: "912435da-1927-45a7-96f5-d1b3dec00adf",
4285
+ approved_by_id: "94",
4286
+ approved_by: "CMMA Maths",
4287
+ is_archive: false,
4288
+ layout_type: null,
4289
+ images_details: [],
4290
+ knowledge_cell: ["65b92175b08b233252383b6a"],
4291
+ source: "Source G",
4292
+ option_image_details: [],
4293
+ labels: {
4294
+ normal: {
4295
+ prompt_id: "65d3598f48a34e9470928bee",
4296
+ source_coteacher_uuid: "067fbd2d-2621-4f01-acec-55fe428506cd",
4297
+ },
4298
+ syllabus: [
4299
+ {
4300
+ curriculum: "38416",
4301
+ grade: "43141",
4302
+ subject: "43150",
4303
+ chapter: "91916",
4304
+ topic: [],
4305
+ difficulty: "47081",
4306
+ },
4307
+ ],
4308
+ explanation: { prompt_id: "65d3912b48a34e947092b30b" },
4309
+ isAdvanced: false,
4310
+ basket: true,
4311
+ },
4312
+ updatedAt: "2024-09-09T06:04:13.667Z",
4313
+ __v: 0,
4314
+ approvedAt: "2024-07-16T05:52:06.674Z",
4315
+ hintandexplanations: [
4316
+ {
4317
+ _id: "65dc707c4fba1266d2d18e22",
4318
+ hint: [],
4319
+ explanation: [
4320
+ {
4321
+ layout_type: "Normal",
4322
+ data: [
4323
+ {
4324
+ text_layout: "<p>Imagine you have four apples. Now, if you get four more sets of four apples, you'd have 16 apples in total. If you did this three times, you'd end up with 64 apples. Similarly, when you multiply the number 4 by itself three times (4 × 4 × 4), you get 64. This is why the number we're looking for is 4. </p>",
4325
+ text: "Imagine you have four apples. Now, if you get four more sets of four apples, you'd have 16 apples in total. If you did this three times, you'd end up with 64 apples. Similarly, when you multiply the number 4 by itself three times (4 × 4 × 4), you get 64. This is why the number we're looking for is 4.",
4326
+ media_type: "image",
4327
+ media: "",
4328
+ _id: "65d5e3a06d01968ae918ae67",
4329
+ },
4330
+ ],
4331
+ _id: "65dc707c4fba1266d2d18e23",
4332
+ },
4333
+ ],
4334
+ question_id: "5aa77892-f8b9-4482-a6fe-876212413d4a",
4335
+ createdAt: "2024-02-26T11:05:32.932Z",
4336
+ updatedAt: "2024-02-26T11:05:32.932Z",
4337
+ __v: 0,
4338
+ },
4339
+ ],
4340
+ syllabusMapping: [
4341
+ {
4342
+ curriculum: { id: "38416", title: "CBSE" },
4343
+ grade: { id: "43141", title: "Grade 8" },
4344
+ subject: { id: "43150", title: "Mathematics" },
4345
+ chapter: { id: "91916", title: "Cubes and Cube Roots" },
4346
+ topic: { id: "9453045", title: "Cubes" },
4347
+ difficulty: { id: "47081" },
4348
+ assessmentType: "Formative",
4349
+ cognitivLevel: "Application",
4350
+ },
4351
+ ],
4352
+ showGreen: true,
4353
+ },
4354
+ userAnswer: {
4355
+ answerResult: [{ actualAnswer: "4", givenAnswer: "8", isCorrect: false }],
4356
+ overAllResult: false,
4357
+ chatId: "29edd990-a25a-438d-b34e-fc1c96ec2c8",
4358
+ },
4359
+ dispalyedQues: [
4360
+ {
4361
+ basket_id: "66dec4f247114c21928ac344",
4362
+ learning_mode: "assessment",
4363
+ non_basket_id: "",
4364
+ mode: "normal",
4365
+ eval_state: "advanced",
4366
+ current_status: "",
4367
+ current_rule: "",
4368
+ current_step_id: "assessment",
4369
+ prev_step_id: "",
4370
+ prev_basket_id: "",
4371
+ visited_question_indices: { m_index: 3, s_index: 0 },
4372
+ contents: [],
4373
+ questions: [
4374
+ {
4375
+ question: "af2d846f-f274-4028-a61b-420626dff6af",
4376
+ user_answer: '{"answerResult":[{"actualAnswer":"125","givenAnswer":"150","isCorrect":false}],"overAllResult":false,"chatId":"5d98d17a-9f8b-4091-b236-6b295e5f3420"}',
4377
+ difficulty_level: "",
4378
+ result: false,
4379
+ question_sequence: "main_question",
4380
+ created_at: "2024-09-09T09:51:05.038Z",
4381
+ question_details: {
4382
+ question_type: "2",
4383
+ question: "What is the cube of the number 5?",
4384
+ solution: "<p>The cube of 5 is 5 × 5 × 5 = 125. </p>",
4385
+ uuid: "aab397a1-9c11-47c5-bd59-08089544ce72",
4386
+ question_layout: "<p>What is the cube of the number 5?</p>",
4387
+ question_student_layout: [
4388
+ "<p>What is the cube of the number 5?</p>",
4389
+ ],
4390
+ options: ["25", "50", "125", "150"],
4391
+ options_layout: ["25", "50", "125", "150"],
4392
+ answers: ["125"],
4393
+ answers_layout: ["125"],
4394
+ duration: "",
4395
+ images: [],
4396
+ sub_question: [],
4397
+ grades: [{ grade: "43141", difficulty: "47081" }],
4398
+ curriculum: ["38416"],
4399
+ subjects: ["43150"],
4400
+ chapters: ["91916"],
4401
+ topics: ["9453045"],
4402
+ sub_topic: [],
4403
+ assessmentType: ["Formative"],
4404
+ cognitivLevel: ["Application"],
4405
+ status: "0",
4406
+ version: "1.2",
4407
+ is_subquestion: false,
4408
+ created_by: "Vandana",
4409
+ modified_by: "CMMA Maths",
4410
+ is_teacher: true,
4411
+ is_student: true,
4412
+ created_by_id: "127",
4413
+ modified_by_id: "94",
4414
+ createdAt: "2024-02-26T10:57:24.813Z",
4415
+ version_uuid: "af2d846f-f274-4028-a61b-420626dff6af",
4416
+ approved_by_id: "94",
4417
+ approved_by: "CMMA Maths",
4418
+ is_archive: false,
4419
+ layout_type: null,
4420
+ images_details: [],
4421
+ knowledge_cell: ["65b92021b08b23325238251a"],
4422
+ source: "Source G",
4423
+ option_image_details: [],
4424
+ labels: {
4425
+ normal: {
4426
+ prompt_id: "65d35a9a48a34e9470928cd9",
4427
+ source_coteacher_uuid: "adbec745-a134-48c4-8047-446962fc2c5b",
4428
+ },
4429
+ syllabus: [
4430
+ {
4431
+ curriculum: "38416",
4432
+ grade: "43141",
4433
+ subject: "43150",
4434
+ chapter: "91916",
4435
+ topic: "9453045",
4436
+ difficulty: "47081",
4437
+ },
4438
+ ],
4439
+ explanation: { prompt_id: "65d38f8f48a34e947092b190" },
4440
+ isAdvanced: false,
4441
+ basket: true,
4442
+ },
4443
+ updatedAt: "2024-09-09T06:04:13.667Z",
4444
+ __v: 0,
4445
+ approvedAt: "2024-07-16T05:52:06.674Z",
4446
+ hintandexplanations: [
4447
+ {
4448
+ _id: "65dc6e94672c9c7702c25742",
4449
+ hint: [],
4450
+ explanation: [
4451
+ {
4452
+ layout_type: "Normal",
4453
+ data: [
4454
+ {
4455
+ text_layout: "To find the cube of the number 5, you simply multiply 5 by itself three times: 5 × 5 × 5. Imagine you have a cube-shaped box, and each side is 5 units long. To fill it completely, you'd need 125 of 1-unit cubes. That's why 5 cubed equals 125.",
4456
+ text: "To find the cube of the number 5, you simply multiply 5 by itself three times: 5 × 5 × 5. Imagine you have a cube-shaped box, and each side is 5 units long. To fill it completely, you'd need 125 of 1-unit cubes. That's why 5 cubed equals 125.",
4457
+ media_type: "image",
4458
+ media: "",
4459
+ _id: "65d38f8fe04ce2b731a62d6d",
4460
+ },
4461
+ ],
4462
+ _id: "65dc6e94672c9c7702c25743",
4463
+ },
4464
+ ],
4465
+ question_id: "aab397a1-9c11-47c5-bd59-08089544ce72",
4466
+ createdAt: "2024-02-26T10:57:24.828Z",
4467
+ updatedAt: "2024-02-26T10:57:24.828Z",
4468
+ __v: 0,
4469
+ },
4470
+ ],
4471
+ syllabusMapping: [
4472
+ {
4473
+ curriculum: { id: "38416", title: "CBSE" },
4474
+ grade: { id: "43141", title: "Grade 8" },
4475
+ subject: { id: "43150", title: "Mathematics" },
4476
+ chapter: { id: "91916", title: "Cubes and Cube Roots" },
4477
+ topic: { id: "9453045", title: "Cubes" },
4478
+ difficulty: { id: "47081" },
4479
+ assessmentType: "Formative",
4480
+ cognitivLevel: "Application",
4481
+ },
4482
+ ],
4483
+ },
4484
+ main_question_count: "1",
4485
+ },
4486
+ {
4487
+ question: "baf2dcad-7a45-462b-94df-63bebe775bc1",
4488
+ user_answer: '{"answerResult":[{"actualAnswer":"941192","givenAnswer":"8000","isCorrect":false}],"overAllResult":false,"chatId":"29edd990-a25a-438d-b34e-fc96ecc"}',
4489
+ difficulty_level: "",
4490
+ result: true,
4491
+ question_sequence: "main_question",
4492
+ created_at: "2024-09-09T09:51:09.354Z",
4493
+ question_details: {
4494
+ question_type: "2",
4495
+ question: "What is the cube of the largest two-digit even number?",
4496
+ solution: "<p>The largest two-digit even number is 98. The cube of 98 is 98 × 98 × 98 = 941192.</p>",
4497
+ uuid: "db1fd729-8d57-4364-8358-213eea0320fe",
4498
+ question_layout: "<p>What is the cube of the largest two-digit even number?</p>",
4499
+ question_student_layout: [
4500
+ "<p>What is the cube of the largest two-digit even number?</p>",
4501
+ ],
4502
+ options: ["64000", "6859", "8000", "941192"],
4503
+ options_layout: ["64000", "6859", "8000", "<p>941192</p>"],
4504
+ answers: ["941192"],
4505
+ answers_layout: ["<p>941192</p>"],
4506
+ duration: "",
4507
+ images: [],
4508
+ sub_question: [],
4509
+ grades: [{ grade: "43141", difficulty: "47081" }],
4510
+ curriculum: ["38416"],
4511
+ subjects: ["43150"],
4512
+ chapters: ["91916"],
4513
+ topics: ["9453045"],
4514
+ sub_topic: [],
4515
+ assessmentType: ["Formative"],
4516
+ cognitivLevel: ["Application"],
4517
+ status: "0",
4518
+ version: "1.3",
4519
+ is_subquestion: false,
4520
+ created_by: "Vandana",
4521
+ modified_by: "CMMA Maths",
4522
+ is_teacher: true,
4523
+ is_student: true,
4524
+ created_by_id: "127",
4525
+ modified_by_id: "94",
4526
+ createdAt: "2024-02-26T12:05:39.013Z",
4527
+ version_uuid: "baf2dcad-7a45-462b-94df-63bebe775bc1",
4528
+ approved_by_id: "94",
4529
+ approved_by: "CMMA Maths",
4530
+ is_archive: false,
4531
+ layout_type: null,
4532
+ images_details: [],
4533
+ knowledge_cell: ["65b92021b08b23325238251a"],
4534
+ source: "Source G",
4535
+ option_image_details: [],
4536
+ labels: {
4537
+ normal: {
4538
+ prompt_id: "65d35b0048a34e9470928d1e",
4539
+ source_coteacher_uuid: "5420b263-7f2c-4091-b7e9-b257292cd40c",
4540
+ },
4541
+ syllabus: [
4542
+ {
4543
+ curriculum: "38416",
4544
+ grade: "43141",
4545
+ subject: "43150",
4546
+ chapter: "91916",
4547
+ topic: "9453045",
4548
+ difficulty: "47120",
4549
+ },
4550
+ ],
4551
+ explanation: { prompt_id: "65d38ea148a34e947092b0df" },
4552
+ isAdvanced: false,
4553
+ basket: true,
4554
+ },
4555
+ updatedAt: "2024-09-09T06:04:13.667Z",
4556
+ __v: 0,
4557
+ approvedAt: "2024-07-16T05:52:06.674Z",
4558
+ hintandexplanations: [
4559
+ {
4560
+ _id: "65dc7e934fba1266d2d1a0bc",
4561
+ hint: [],
4562
+ explanation: [
4563
+ {
4564
+ layout_type: "Normal",
4565
+ data: [
4566
+ {
4567
+ text_layout: "<p> Let's explore the cube of a number using the largest two-digit even number, which is 98. Imagine you have 98 apples, and you arrange them to form a perfect cube. You'd stack 98 layers of apples, with each layer containing 98 rows of 98 apples. When you multiply 98 by itself three times (98 × 98 × 98), you get 941192. That's a lot of apples! This is the cube of 98, and no other two-digit even number will give a larger cube because 98 is the biggest even number before you hit 100. </p>",
4568
+ text: "Let's explore the cube of a number using the largest two-digit even number, which is 98. Imagine you have 98 apples, and you arrange them to form a perfect cube. You'd stack 98 layers of apples, with each layer containing 98 rows of 98 apples. When you multiply 98 by itself three times (98 × 98 × 98), you get 941192. That's a lot of apples! This is the cube of 98, and no other two-digit even number will give a larger cube because 98 is the biggest even number before you hit 100.",
4569
+ media_type: "image",
4570
+ media: "",
4571
+ _id: "65d6e124a96478be69ebf2be",
4572
+ },
4573
+ ],
4574
+ _id: "65dc7e934fba1266d2d1a0bd",
4575
+ },
4576
+ ],
4577
+ question_id: "db1fd729-8d57-4364-8358-213eea0320fe",
4578
+ createdAt: "2024-02-26T12:05:39.027Z",
4579
+ updatedAt: "2024-02-26T12:05:39.027Z",
4580
+ __v: 0,
4581
+ },
4582
+ ],
4583
+ syllabusMapping: [
4584
+ {
4585
+ curriculum: { id: "38416", title: "CBSE" },
4586
+ grade: { id: "43141", title: "Grade 8" },
4587
+ subject: { id: "43150", title: "Mathematics" },
4588
+ chapter: { id: "91916", title: "Cubes and Cube Roots" },
4589
+ topic: { id: "9453045", title: "Cubes" },
4590
+ difficulty: { id: "47081" },
4591
+ assessmentType: "Formative",
4592
+ cognitivLevel: "Application",
4593
+ },
4594
+ ],
4595
+ },
4596
+ main_question_count: "2",
4597
+ },
4598
+ {
4599
+ question: "238e0bea-9366-443d-ac87-0f5ad0ca4fe0",
4600
+ user_answer: '{"answerResult":[{"actualAnswer":"64","givenAnswer":"64","isCorrect":true}],"overAllResult":true,"chatId":"284ec739-a6e8-41d6-8d46-f8d9a85fe061"}',
4601
+ difficulty_level: "",
4602
+ result: false,
4603
+ question_sequence: "main_question",
4604
+ created_at: "2024-09-09T09:51:11.962Z",
4605
+ question_details: {
4606
+ question_type: "2",
4607
+ question: "Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?",
4608
+ solution: "<p>64 is the smallest multiple of 4 that is also a perfect cube because it is equal to \\(4^{3}\\)</p>",
4609
+ uuid: "c3d38f8f-7c46-4046-86cb-e92fbd620b0d",
4610
+ question_layout: "<p>Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?</p>",
4611
+ question_student_layout: [
4612
+ "<p>Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?</p>",
4613
+ ],
4614
+ options: ["64", "128", "256", "512"],
4615
+ options_layout: ["64", "128", "256", "512"],
4616
+ answers: ["64"],
4617
+ answers_layout: ["64"],
4618
+ duration: "",
4619
+ images: [],
4620
+ sub_question: [],
4621
+ grades: [{ grade: "43141", difficulty: "47081" }],
4622
+ curriculum: ["38416"],
4623
+ subjects: ["43150"],
4624
+ chapters: ["91916"],
4625
+ topics: ["9453045"],
4626
+ sub_topic: [],
4627
+ assessmentType: ["Formative"],
4628
+ cognitivLevel: ["Application"],
4629
+ status: "0",
4630
+ version: "1.4",
4631
+ is_subquestion: false,
4632
+ created_by: "Vandana",
4633
+ modified_by: "CMMA Maths",
4634
+ is_teacher: true,
4635
+ is_student: true,
4636
+ created_by_id: "127",
4637
+ modified_by_id: "94",
4638
+ createdAt: "2024-02-26T11:54:32.015Z",
4639
+ version_uuid: "238e0bea-9366-443d-ac87-0f5ad0ca4fe0",
4640
+ approved_by_id: "94",
4641
+ approved_by: "CMMA Maths",
4642
+ is_archive: false,
4643
+ layout_type: null,
4644
+ images_details: [],
4645
+ knowledge_cell: ["65b9211fb08b2332523835ea"],
4646
+ source: "Source G",
4647
+ option_image_details: [],
4648
+ labels: {
4649
+ normal: {
4650
+ prompt_id: "65d35e2948a34e9470928f44",
4651
+ source_coteacher_uuid: "21f7ee77-9fcd-446d-bc24-53e89b8fd573",
4652
+ },
4653
+ syllabus: [
4654
+ {
4655
+ curriculum: "38416",
4656
+ grade: "43141",
4657
+ subject: "43150",
4658
+ chapter: "91916",
4659
+ topic: "9453045",
4660
+ difficulty: "47081",
4661
+ },
4662
+ ],
4663
+ explanation: { prompt_id: "65d3889248a34e947092ac6a" },
4664
+ isAdvanced: false,
4665
+ basket: true,
4666
+ },
4667
+ updatedAt: "2024-09-09T06:04:13.667Z",
4668
+ __v: 0,
4669
+ approvedAt: "2024-07-16T05:52:06.674Z",
4670
+ hintandexplanations: [
4671
+ {
4672
+ _id: "65dc7bf8672c9c7702c2674e",
4673
+ hint: [],
4674
+ explanation: [
4675
+ {
4676
+ layout_type: "Normal",
4677
+ data: [
4678
+ {
4679
+ text_layout: "<p>Let's talk about a neat math puzzle involving multiples and cubes. First, remember that a multiple of 4 is any number that you can get by multiplying 4 with another number. A perfect cube is a number you can make by multiplying the same number three times. So, we're on a treasure hunt to find the smallest number that is both a multiple of 4 and a perfect cube. Imagine you have a bunch of small cubes that you want to build into a larger cube, and you also want to make sure that you can divide your big cube into groups of 4 without any leftovers. After some digging, we find that 64 is our treasure! It's the smallest number that fits both clues. It's a multiple of 4 because 4 multiplied by 16 gives us 64. It's also a perfect cube because if we multiply 4 by itself three times (4 x 4 x 4), we get 64 as well. So, 64 is the smallest number that is a team player for both team multiple and team cube. </p>",
4680
+ text: "Let's talk about a neat math puzzle involving multiples and cubes. First, remember that a multiple of 4 is any number that you can get by multiplying 4 with another number. A perfect cube is a number you can make by multiplying the same number three times. So, we're on a treasure hunt to find the smallest number that is both a multiple of 4 and a perfect cube. Imagine you have a bunch of small cubes that you want to build into a larger cube, and you also want to make sure that you can divide your big cube into groups of 4 without any leftovers. After some digging, we find that 64 is our treasure! It's the smallest number that fits both clues. It's a multiple of 4 because 4 multiplied by 16 gives us 64. It's also a perfect cube because if we multiply 4 by itself three times (4 x 4 x 4), we get 64 as well. So, 64 is the smallest number that is a team player for both team multiple and team cube.",
4681
+ media_type: "image",
4682
+ media: "",
4683
+ _id: "65d72f75a96478be69ecbf8e",
4684
+ },
4685
+ ],
4686
+ _id: "65dc7bf8672c9c7702c2674f",
4687
+ },
4688
+ ],
4689
+ question_id: "c3d38f8f-7c46-4046-86cb-e92fbd620b0d",
4690
+ createdAt: "2024-02-26T11:54:32.030Z",
4691
+ updatedAt: "2024-02-26T11:54:32.030Z",
4692
+ __v: 0,
4693
+ },
4694
+ ],
4695
+ syllabusMapping: [
4696
+ {
4697
+ curriculum: { id: "38416", title: "CBSE" },
4698
+ grade: { id: "43141", title: "Grade 8" },
4699
+ subject: { id: "43150", title: "Mathematics" },
4700
+ chapter: { id: "91916", title: "Cubes and Cube Roots" },
4701
+ topic: { id: "9453045", title: "Cubes" },
4702
+ difficulty: { id: "47081" },
4703
+ assessmentType: "Formative",
4704
+ cognitivLevel: "Application",
4705
+ },
4706
+ ],
4707
+ },
4708
+ main_question_count: "3",
4709
+ },
4710
+ {
4711
+ question: "912435da-1927-45a7-96f5-d1b3dec00adf",
4712
+ user_answer: '{"answerResult":[{"actualAnswer":"4","givenAnswer":"8","isCorrect":false}],"overAllResult":false,"chatId":"29edd990-a25a-438d-b34e-fc1c96ec2c8"}',
4713
+ difficulty_level: "",
4714
+ result: false,
4715
+ question_sequence: "main_question",
4716
+ created_at: "2024-09-09T09:51:14.307Z",
4717
+ question_details: {
4718
+ question_type: "2",
4719
+ question: "A number is multiplied by itself three times to get 64. What is the number?",
4720
+ solution: "<p>The number is 4 because 4 × 4 × 4 = 64. </p>",
4721
+ uuid: "5aa77892-f8b9-4482-a6fe-876212413d4a",
4722
+ question_layout: "<p>A number is multiplied by itself three times to get 64. What is the number?</p>",
4723
+ question_student_layout: [
4724
+ "<p>A number is multiplied by itself three times to get 64. What is the number?</p>",
4725
+ ],
4726
+ options: ["2", "4", "6", "8"],
4727
+ options_layout: ["2", "4", "6", "8"],
4728
+ answers: ["4"],
4729
+ answers_layout: ["4"],
4730
+ duration: "",
4731
+ images: [],
4732
+ sub_question: [],
4733
+ grades: [{ grade: "43141", difficulty: "47081" }],
4734
+ curriculum: ["38416"],
4735
+ subjects: ["43150"],
4736
+ chapters: ["91916"],
4737
+ topics: ["9453045"],
4738
+ sub_topic: [],
4739
+ assessmentType: ["Formative"],
4740
+ cognitivLevel: ["Application"],
4741
+ status: "0",
4742
+ version: "1.2",
4743
+ is_subquestion: false,
4744
+ created_by: "Vandana",
4745
+ modified_by: "CMMA Maths",
4746
+ is_teacher: true,
4747
+ is_student: true,
4748
+ created_by_id: "127",
4749
+ modified_by_id: "94",
4750
+ createdAt: "2024-02-26T11:05:32.911Z",
4751
+ version_uuid: "912435da-1927-45a7-96f5-d1b3dec00adf",
4752
+ approved_by_id: "94",
4753
+ approved_by: "CMMA Maths",
4754
+ is_archive: false,
4755
+ layout_type: null,
4756
+ images_details: [],
4757
+ knowledge_cell: ["65b92175b08b233252383b6a"],
4758
+ source: "Source G",
4759
+ option_image_details: [],
4760
+ labels: {
4761
+ normal: {
4762
+ prompt_id: "65d3598f48a34e9470928bee",
4763
+ source_coteacher_uuid: "067fbd2d-2621-4f01-acec-55fe428506cd",
4764
+ },
4765
+ syllabus: [
4766
+ {
4767
+ curriculum: "38416",
4768
+ grade: "43141",
4769
+ subject: "43150",
4770
+ chapter: "91916",
4771
+ topic: [],
4772
+ difficulty: "47081",
4773
+ },
4774
+ ],
4775
+ explanation: { prompt_id: "65d3912b48a34e947092b30b" },
4776
+ isAdvanced: false,
4777
+ basket: true,
4778
+ },
4779
+ updatedAt: "2024-09-09T06:04:13.667Z",
4780
+ __v: 0,
4781
+ approvedAt: "2024-07-16T05:52:06.674Z",
4782
+ hintandexplanations: [
4783
+ {
4784
+ _id: "65dc707c4fba1266d2d18e22",
4785
+ hint: [],
4786
+ explanation: [
4787
+ {
4788
+ layout_type: "Normal",
4789
+ data: [
4790
+ {
4791
+ text_layout: "<p>Imagine you have four apples. Now, if you get four more sets of four apples, you'd have 16 apples in total. If you did this three times, you'd end up with 64 apples. Similarly, when you multiply the number 4 by itself three times (4 × 4 × 4), you get 64. This is why the number we're looking for is 4. </p>",
4792
+ text: "Imagine you have four apples. Now, if you get four more sets of four apples, you'd have 16 apples in total. If you did this three times, you'd end up with 64 apples. Similarly, when you multiply the number 4 by itself three times (4 × 4 × 4), you get 64. This is why the number we're looking for is 4.",
4793
+ media_type: "image",
4794
+ media: "",
4795
+ _id: "65d5e3a06d01968ae918ae67",
4796
+ },
4797
+ ],
4798
+ _id: "65dc707c4fba1266d2d18e23",
4799
+ },
4800
+ ],
4801
+ question_id: "5aa77892-f8b9-4482-a6fe-876212413d4a",
4802
+ createdAt: "2024-02-26T11:05:32.932Z",
4803
+ updatedAt: "2024-02-26T11:05:32.932Z",
4804
+ __v: 0,
4805
+ },
4806
+ ],
4807
+ syllabusMapping: [
4808
+ {
4809
+ curriculum: { id: "38416", title: "CBSE" },
4810
+ grade: { id: "43141", title: "Grade 8" },
4811
+ subject: { id: "43150", title: "Mathematics" },
4812
+ chapter: { id: "91916", title: "Cubes and Cube Roots" },
4813
+ topic: { id: "9453045", title: "Cubes" },
4814
+ difficulty: { id: "47081" },
4815
+ assessmentType: "Formative",
4816
+ cognitivLevel: "Application",
4817
+ },
4818
+ ],
4819
+ },
4820
+ main_question_count: "4",
4821
+ },
4822
+ ],
4823
+ total_questions: 4,
4824
+ },
4825
+ ],
4826
+ history: [],
4827
+ },
4828
+ {
4829
+ "questionObject": {
4830
+ "rubric": {},
4831
+ "solution_layout": [],
4832
+ "sub_question": [
4833
+ "86054dea-181b-4e6a-b2ee-e00bf512742d",
4834
+ "5ffafaef-89e7-4f1c-904a-818a74860bef",
4835
+ "59867de9-99f7-4b58-bb0e-c6c59bd64146"
4836
+ ],
4837
+ "option_image_details": [],
4838
+ "images_details": [],
4839
+ "solution": "",
4840
+ "version_uuid": "b599726f-3efd-45d8-a085-0059c7675cd7",
4841
+ "uuid": "b599726f-3efd-45d8-a085-0059c7675cd7",
4842
+ "answers_layout": [],
4843
+ "options_layout": [],
4844
+ "question_layout": "Rahul and Rohan are exploring cube numbers as part of their mathematics practice. Rohan asks Rahul to compute the cubes of certain numbers and identify any patterns that emerge. Rahul begins by finding the cubes of some small natural numbers and notices an interesting trend. He made an observation: As the natural numbers increased, their cubes grew at an even faster rate. While working with cube numbers, Rahul comes across the number 1188 and wonders whether it is a perfect cube. Based on this, answer the following questions.<br>",
4845
+ "question_type": "10",
4846
+ "hintandexplanations": [],
4847
+ "syllabusMapping": [
4848
+ {
4849
+ "curriculum": {
4850
+ "id": "38416",
4851
+ "title": "CBSE"
4852
+ },
4853
+ "grade": {
4854
+ "id": "43141",
4855
+ "title": "Grade 8"
4856
+ },
4857
+ "subject": {
4858
+ "id": "43150",
4859
+ "title": "Mathematics"
4860
+ },
4861
+ "chapter": {
4862
+ "id": "91916",
4863
+ "title": "Cubes and Cube Roots"
4864
+ },
4865
+ "topic": {
4866
+ "id": ""
4867
+ },
4868
+ "difficulty": {
4869
+ "id": "47120"
4870
+ },
4871
+ "assessmentType": "Formative",
4872
+ "cognitivLevel": "UnderStanding"
4873
+ }
4874
+ ],
4875
+ "answer_schema": "1",
4876
+ "sub_questions": [
4877
+ {
4878
+ "question_type": "15",
4879
+ "solution": "<P>4³ = 4 × 4 × 4 = 64<br>6³ = 6 × 6 × 6 = 216<br></P>",
4880
+ "uuid": "86054dea-181b-4e6a-b2ee-e00bf512742d",
4881
+ "question_layout": " Find the cube of 4 and 6.\n<br>",
4882
+ "options_layout": [],
4883
+ "answers_layout": [
4884
+ "<P>4³ = 4 × 4 × 4 = 64<br>6³ = 6 × 6 × 6 = 216\n<br><br></P>"
4885
+ ],
4886
+ "sub_question": [],
4887
+ "version_uuid": "397d1d7e-4d15-49b6-ac8b-16f5a57082d5",
4888
+ "images_details": [],
4889
+ "option_image_details": [],
4890
+ "solution_layout": [
4891
+ {
4892
+ "layout_type": "Normal",
4893
+ "data": [
4894
+ {
4895
+ "text_layout": "4³ = 4 × 4 × 4 = 64<br>6³ = 6 × 6 × 6 = 216<br>",
4896
+ "text": "4³ = 4 × 4 × 4 = 64 6³ = 6 × 6 × 6 = 216",
4897
+ "media_type": "image",
4898
+ "media": "",
4899
+ "weight": ""
4900
+ }
4901
+ ]
4902
+ }
4903
+ ],
4904
+ "rubric": {},
4905
+ "hintandexplanations": [],
4906
+ "syllabusMapping": [
4907
+ {
4908
+ "curriculum": {
4909
+ "id": "38416",
4910
+ "title": "CBSE"
4911
+ },
4912
+ "grade": {
4913
+ "id": "43141",
4914
+ "title": "Grade 8"
4915
+ },
4916
+ "subject": {
4917
+ "id": "43150",
4918
+ "title": "Mathematics"
4919
+ },
4920
+ "chapter": {
4921
+ "id": "91916",
4922
+ "title": "Cubes and Cube Roots"
4923
+ },
4924
+ "topic": {
4925
+ "id": ""
4926
+ },
4927
+ "difficulty": {
4928
+ "id": "47120"
4929
+ },
4930
+ "assessmentType": "Formative",
4931
+ "cognitivLevel": "UnderStanding"
4932
+ }
4933
+ ],
4934
+ "answer_schema": "1"
4935
+ },
4936
+ {
4937
+ "question_type": "15",
4938
+ "solution": "<P>The cubes of natural numbers grow rapidly:<br>1³ = 1; 2³ = 8; 3³ = 27; 4³ = 64; 5³ = 125<br>As the numbers increase, their cubes increase at a much faster rate.\n<br></P>",
4939
+ "uuid": "5ffafaef-89e7-4f1c-904a-818a74860bef",
4940
+ "question_layout": "What is the pattern observed in the cubes of the first five natural numbers?\n<br>",
4941
+ "options_layout": [],
4942
+ "answers_layout": [
4943
+ "<P>The cubes of natural numbers grow rapidly:<br>1³ = 1; 2³ = 8; 3³ = 27; 4³ = 64; 5³ = 125<br>As the numbers increase, their cubes increase at a much faster rate.\n<br></P>"
4944
+ ],
4945
+ "sub_question": [],
4946
+ "version_uuid": "2d2aab98-fbb7-444c-ba2e-165632ab1f56",
4947
+ "images_details": [],
4948
+ "option_image_details": [],
4949
+ "solution_layout": [
4950
+ {
4951
+ "layout_type": "Normal",
4952
+ "data": [
4953
+ {
4954
+ "text_layout": "The cubes of natural numbers grow rapidly:<br>1³ = 1; 2³ = 8; 3³ = 27; 4³ = 64; 5³ = 125<br>As the numbers increase, their cubes increase at a much faster rate.\n<br>",
4955
+ "text": "The cubes of natural numbers grow rapidly: 1³ = 1; 2³ = 8; 3³ = 27; 4³ = 64; 5³ = 125 As the numbers increase, their cubes increase at a much faster rate.",
4956
+ "media_type": "image",
4957
+ "media": "",
4958
+ "weight": ""
4959
+ }
4960
+ ]
4961
+ }
4962
+ ],
4963
+ "rubric": {},
4964
+ "hintandexplanations": [],
4965
+ "syllabusMapping": [
4966
+ {
4967
+ "curriculum": {
4968
+ "id": "38416",
4969
+ "title": "CBSE"
4970
+ },
4971
+ "grade": {
4972
+ "id": "43141",
4973
+ "title": "Grade 8"
4974
+ },
4975
+ "subject": {
4976
+ "id": "43150",
4977
+ "title": "Mathematics"
4978
+ },
4979
+ "chapter": {
4980
+ "id": "91916",
4981
+ "title": "Cubes and Cube Roots"
4982
+ },
4983
+ "topic": {
4984
+ "id": ""
4985
+ },
4986
+ "difficulty": {
4987
+ "id": "47120"
4988
+ },
4989
+ "assessmentType": "Formative",
4990
+ "cognitivLevel": "UnderStanding"
4991
+ }
4992
+ ],
4993
+ "answer_schema": "1"
4994
+ },
4995
+ {
4996
+ "question_type": "2",
4997
+ "solution": "<P>Because it was surrounded by water</P>",
4998
+ "uuid": "3838040e-07b0-4bb5-9e87-e2e25a9b3d16",
4999
+ "question_layout": "Why did the author believe Camusfearna would be a good location for keeping an otter?",
5000
+ "options_layout": [
5001
+ "Because it was surrounded by water",
5002
+ "Because it was in Southern Iraq",
5003
+ "Because his friend lived there",
5004
+ "Because it was close to a market"
5005
+ ],
5006
+ "sub_question": [],
5007
+ "version_uuid": "3838040e-07b0-4bb5-9e87-e2e25a9b3d16",
5008
+ "images_details": [],
5009
+ "option_image_details": [],
5010
+ "solution_layout": [
5011
+ {
5012
+ "layout_type": "Normal",
5013
+ "data": [
5014
+ {
5015
+ "text_layout": "Because it was surrounded by water",
5016
+ "text": "Because it was surrounded by water",
5017
+ "media_type": "image",
5018
+ "media": "",
5019
+ "weight": ""
5020
+ }
5021
+ ]
5022
+ }
5023
+ ],
5024
+ "rubric": {},
5025
+ "hintandexplanations": [],
5026
+ "answers_key": [
5027
+ "1ea543b24fba6e2aeff635fc33387ec1"
5028
+ ],
5029
+ "answers_index_hashed_keys": [
5030
+ "45a992522f0d7001aa9f9464188b5597"
5031
+ ],
5032
+ "syllabusMapping": [
5033
+ {
5034
+ "curriculum": {
5035
+ "id": "38416",
5036
+ "title": "CBSE"
5037
+ },
5038
+ "grade": {
5039
+ "id": "44187",
5040
+ "title": "Grade 10"
5041
+ },
5042
+ "subject": {
5043
+ "id": "75167",
5044
+ "title": "English"
5045
+ },
5046
+ "chapter": {
5047
+ "id": "98197",
5048
+ "title": "Mijbil the Otter"
5049
+ },
5050
+ "topic": {
5051
+ "id": ""
5052
+ },
5053
+ "difficulty": {
5054
+ "id": "47081"
5055
+ },
5056
+ "assessmentType": "Summative",
5057
+ "cognitivLevel": "UnderStanding"
5058
+ }
5059
+ ],
5060
+ "answer_schema": "2"
5061
+ },
5062
+ {
5063
+ "question_type": "2",
5064
+ "solution": "",
5065
+ "uuid": "d4c40dcd-c1b7-4979-bebf-81d596e72be8",
5066
+ "question_layout": "Why did the author believe Camusfearna would be a good location for keeping an otter?",
5067
+ "options_layout": [
5068
+ "Because it was surrounded by water",
5069
+ "Because it was in Southern Iraq",
5070
+ "Because his friend lived there",
5071
+ "Because it was close to a market"
5072
+ ],
5073
+ "answers_layout": [
5074
+ "Because it was surrounded by water"
5075
+ ],
5076
+ "sub_question": [],
5077
+ "version_uuid": "d4c40dcd-c1b7-4979-bebf-81d596e72be8",
5078
+ "images_details": [],
5079
+ "option_image_details": [],
5080
+ "solution_layout": [],
5081
+ "rubric": {},
5082
+ "hintandexplanations": [],
5083
+ "answers_index_hashed_keys": [],
5084
+ "syllabusMapping": [
5085
+ {
5086
+ "curriculum": {
5087
+ "id": "38416",
5088
+ "title": "CBSE"
5089
+ },
5090
+ "grade": {
5091
+ "id": "43144",
5092
+ "title": "Grade 9"
5093
+ },
5094
+ "subject": {
5095
+ "id": "45481",
5096
+ "title": "Chemistry"
5097
+ },
5098
+ "chapter": {
5099
+ "id": "2876852",
5100
+ "title": "Atoms and Molecules"
5101
+ },
5102
+ "topic": {
5103
+ "id": ""
5104
+ },
5105
+ "difficulty": {
5106
+ "id": "47081"
5107
+ },
5108
+ "assessmentType": "External Exam",
5109
+ "cognitivLevel": "Application"
5110
+ }
5111
+ ],
5112
+ "answer_schema": "1",
5113
+ "showGreen": true
5114
+ },
5115
+ ],
5116
+ "showGreen": true
5117
+ },
5118
+ "taskType": "",
5119
+ "userAnswer": {
5120
+ "answerResult": [
5121
+ {}
5122
+ ],
5123
+ "overAllResult": true
5124
+ }
5125
+ }
5126
+ ];
5127
+ exports.subSelectionData = [
5128
+ {
5129
+ "questionObject": {
5130
+ "rubric": {},
5131
+ "solution_layout": [],
5132
+ "sub_question": [
5133
+ "86054dea-181b-4e6a-b2ee-e00bf512742d",
5134
+ "5ffafaef-89e7-4f1c-904a-818a74860bef",
5135
+ "59867de9-99f7-4b58-bb0e-c6c59bd64146"
5136
+ ],
5137
+ "option_image_details": [],
5138
+ "images_details": [],
5139
+ "solution": "",
5140
+ "version_uuid": "b599726f-3efd-45d8-a085-0059c7675cd7",
5141
+ "uuid": "b599726f-3efd-45d8-a085-0059c7675cd7",
5142
+ "answers_layout": [],
5143
+ "options_layout": [],
5144
+ "question_layout": "Rahul and Rohan are exploring cube numbers as part of their mathematics practice. Rohan asks Rahul to compute the cubes of certain numbers and identify any patterns that emerge. Rahul begins by finding the cubes of some small natural numbers and notices an interesting trend. He made an observation: As the natural numbers increased, their cubes grew at an even faster rate. While working with cube numbers, Rahul comes across the number 1188 and wonders whether it is a perfect cube. Based on this, answer the following questions.<br>",
5145
+ "question_type": "10",
5146
+ "hintandexplanations": [],
5147
+ "syllabusMapping": [
5148
+ {
5149
+ "curriculum": {
5150
+ "id": "38416",
5151
+ "title": "CBSE"
5152
+ },
5153
+ "grade": {
5154
+ "id": "43141",
5155
+ "title": "Grade 8"
5156
+ },
5157
+ "subject": {
5158
+ "id": "43150",
5159
+ "title": "Mathematics"
5160
+ },
5161
+ "chapter": {
5162
+ "id": "91916",
5163
+ "title": "Cubes and Cube Roots"
5164
+ },
5165
+ "topic": {
5166
+ "id": ""
5167
+ },
5168
+ "difficulty": {
5169
+ "id": "47120"
5170
+ },
5171
+ "assessmentType": "Formative",
5172
+ "cognitivLevel": "UnderStanding"
5173
+ }
5174
+ ],
5175
+ "answer_schema": "1",
5176
+ "showGreen": true
5177
+ },
5178
+ "taskType": "",
5179
+ "userAnswer": {
5180
+ "answerResult": [
5181
+ {}
5182
+ ],
5183
+ "overAllResult": true
5184
+ }
5185
+ },
5186
+ {
5187
+ "questionObject": {
5188
+ "rubric": {},
5189
+ "solution_layout": [],
5190
+ "learning_outcome": [
5191
+ []
5192
+ ],
5193
+ "sub_question": [
5194
+ "4bdf5408-b76c-47d1-8f41-1fd9dba3ffc8",
5195
+ "bb44d9dd-e17b-417a-9481-b57352236bc7",
5196
+ "54512b59-2d0f-433f-9554-195bca243f06"
5197
+ ],
5198
+ "rejectReason": "",
5199
+ "labels": {
5200
+ "isAdvanced": false,
5201
+ "isPrerequisite": false,
5202
+ "projectId": " ",
5203
+ "reviewerId": "",
5204
+ "purpose": [],
5205
+ "boardPaper": [],
5206
+ "publisher": [],
5207
+ "explanation": {
5208
+ "manualPrompts": []
5209
+ },
5210
+ "basket": true
5211
+ },
5212
+ "option_image_details": [],
5213
+ "source": "Source C",
5214
+ "knowledge_cell": [
5215
+ "65b91fa6b08b233252381d20"
5216
+ ],
5217
+ "images_details": [
5218
+ {
5219
+ "url": "https://innerscore-questions.s3.amazonaws.com/263238b9-7d28-4e2b-9776-d837ba767ef5.png",
5220
+ "aspect_ratio_type": 3
5221
+ }
5222
+ ],
5223
+ "layout_type": 1,
5224
+ "is_archive": false,
5225
+ "updatedAt": "2025-09-16T07:43:23.265Z",
5226
+ "createdAt": "2025-03-06T09:10:14.062Z",
5227
+ "solution": "",
5228
+ "approved_by": "Nancy Jain Maths",
5229
+ "approved_by_id": "309",
5230
+ "cognitivLevel": [
5231
+ "UnderStanding"
5232
+ ],
5233
+ "assessmentType": [
5234
+ "Formative"
5235
+ ],
5236
+ "is_teacher": true,
5237
+ "is_student": true,
5238
+ "modified_by_id": "309",
5239
+ "created_by_id": "457",
5240
+ "modified_by": "Nancy Jain Maths",
5241
+ "created_by": "Mohammad Imran",
5242
+ "version_uuid": "1c460327-938a-44e9-9032-a56b4c49f564",
5243
+ "version": "1",
5244
+ "is_subquestion": false,
5245
+ "uuid": "1c460327-938a-44e9-9032-a56b4c49f564",
5246
+ "sub_topic": [],
5247
+ "topics": [
5248
+ ""
5249
+ ],
5250
+ "chapters": [
5251
+ "91916"
5252
+ ],
5253
+ "subjects": [
5254
+ "43150"
5255
+ ],
5256
+ "curriculum": [
5257
+ "38416"
5258
+ ],
5259
+ "grades": [
5260
+ {
5261
+ "grade": "43141",
5262
+ "difficulty": "47128"
5263
+ }
5264
+ ],
5265
+ "duration": "",
5266
+ "status": "0",
5267
+ "answers_layout": [],
5268
+ "answers": [],
5269
+ "options_layout": [],
5270
+ "options": [],
5271
+ "question_student_layout": [
5272
+ "Gunjan, a fitness enthusiast, regularly monitors her daily physical activity using her smartwatch. One evening, she observed that her smartwatch recorded 23328 steps for the day. This highlights the increasing role of smartwatches in tracking fitness metrics and promoting an active lifestyle. With the rise of wearable technology, smartwatches have significantly impacted personal health by providing real-time data on steps, calories burned, heart rate, and more. Based on the above information, answer the following questions.\n<br>"
5273
+ ],
5274
+ "question_layout": "Gunjan, a fitness enthusiast, regularly monitors her daily physical activity using her smartwatch. One evening, she observed that her smartwatch recorded 23328 steps for the day. This highlights the increasing role of smartwatches in tracking fitness metrics and promoting an active lifestyle. With the rise of wearable technology, smartwatches have significantly impacted personal health by providing real-time data on steps, calories burned, heart rate, and more. Based on the above information, answer the following questions.\n<br>",
5275
+ "question_type": "10",
5276
+ "question": "Gunjan, a fitness enthusiast, regularly monitors her daily physical activity using her smartwatch. One evening, she observed that her smartwatch recorded 23328 steps for the day. This highlights the increasing role of smartwatches in tracking fitness metrics and promoting an active lifestyle. With the rise of wearable technology, smartwatches have significantly impacted personal health by providing real-time data on steps, calories burned, heart rate, and more. Based on the above information, answer the following questions.\n",
5277
+ "approvedAt": "2025-03-07T06:49:17.854Z",
5278
+ "learnStatus": "0",
5279
+ "marks": "1",
5280
+ "learnBy": "Sampath CCQB",
5281
+ "learnById": "185",
5282
+ "learnStatusAt": "2025-09-16T07:34:47.347Z",
5283
+ "hintandexplanations": [],
5284
+ "syllabusMapping": [
5285
+ {
5286
+ "curriculum": {
5287
+ "id": "38416",
5288
+ "title": "CBSE"
5289
+ },
5290
+ "grade": {
5291
+ "id": "43141",
5292
+ "title": "Grade 8"
5293
+ },
5294
+ "subject": {
5295
+ "id": "43150",
5296
+ "title": "Mathematics"
5297
+ },
5298
+ "chapter": {
5299
+ "id": "91916",
5300
+ "title": "Cubes and Cube Roots"
5301
+ },
5302
+ "topic": {
5303
+ "id": ""
5304
+ },
5305
+ "difficulty": {
5306
+ "id": "47128"
5307
+ },
5308
+ "assessmentType": "Formative",
5309
+ "cognitivLevel": "UnderStanding"
5310
+ }
5311
+ ],
5312
+ "answer_schema": "1",
5313
+ "showGreen": true
5314
+ },
5315
+ "taskType": "",
5316
+ "userAnswer": {
5317
+ "answerResult": [
5318
+ {}
5319
+ ],
5320
+ "overAllResult": true
5321
+ }
5322
+ }
5323
+ ];
2427
5324
  //# sourceMappingURL=selectionUtils.js.map