performanceresultscreens 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +46 -0
- package/dist/chatpers_list.json +962 -0
- package/dist/components/Atoms/AssistantImageModal/ImageModal.d.ts +6 -0
- package/dist/components/Atoms/AssistantImageModal/ImageModal.js +39 -0
- package/dist/components/Atoms/AssistantImageModal/ImageModal.js.map +1 -0
- package/dist/components/Atoms/BottomInput/BottomInput.d.ts +2 -0
- package/dist/components/Atoms/BottomInput/BottomInput.js +105 -0
- package/dist/components/Atoms/BottomInput/BottomInput.js.map +1 -0
- package/dist/components/Atoms/BottomInput/BottomInput.stories.d.ts +3 -0
- package/dist/components/Atoms/BottomInput/BottomInput.stories.js +41 -0
- package/dist/components/Atoms/BottomInput/BottomInput.stories.js.map +1 -0
- package/dist/components/Atoms/BottomNavButton/BottomNavButton.d.ts +2 -0
- package/dist/components/Atoms/BottomNavButton/BottomNavButton.js +35 -0
- package/dist/components/Atoms/BottomNavButton/BottomNavButton.js.map +1 -0
- package/dist/components/Atoms/BottomNavButton/BottomNavButton.stories.d.ts +4 -0
- package/dist/components/Atoms/BottomNavButton/BottomNavButton.stories.js +49 -0
- package/dist/components/Atoms/BottomNavButton/BottomNavButton.stories.js.map +1 -0
- package/dist/components/Atoms/BottomNavMenu/BottomNavMenu.d.ts +2 -0
- package/dist/components/Atoms/BottomNavMenu/BottomNavMenu.js +23 -0
- package/dist/components/Atoms/BottomNavMenu/BottomNavMenu.js.map +1 -0
- package/dist/components/Atoms/BottomNavMenu/BottomNavMenu.stories.d.ts +4 -0
- package/dist/components/Atoms/BottomNavMenu/BottomNavMenu.stories.js +78 -0
- package/dist/components/Atoms/BottomNavMenu/BottomNavMenu.stories.js.map +1 -0
- package/dist/components/Atoms/BottomNavMenu/MobileBottomNavMenu.d.ts +2 -0
- package/dist/components/Atoms/BottomNavMenu/MobileBottomNavMenu.js +11 -0
- package/dist/components/Atoms/BottomNavMenu/MobileBottomNavMenu.js.map +1 -0
- package/dist/components/Atoms/BottomNavToast/BottomNavToast.d.ts +2 -0
- package/dist/components/Atoms/BottomNavToast/BottomNavToast.js +30 -0
- package/dist/components/Atoms/BottomNavToast/BottomNavToast.js.map +1 -0
- package/dist/components/Atoms/BottomNavToast/BottomNavToast.stories.d.ts +3 -0
- package/dist/components/Atoms/BottomNavToast/BottomNavToast.stories.js +24 -0
- package/dist/components/Atoms/BottomNavToast/BottomNavToast.stories.js.map +1 -0
- package/dist/components/Atoms/BottomTopicChapter/BottomTopicChapter.d.ts +1 -0
- package/dist/components/Atoms/BottomTopicChapter/BottomTopicChapter.js +16 -0
- package/dist/components/Atoms/BottomTopicChapter/BottomTopicChapter.js.map +1 -0
- package/dist/components/Atoms/BottomTopicChapter/BottomTopicChapter.stories.d.ts +3 -0
- package/dist/components/Atoms/BottomTopicChapter/BottomTopicChapter.stories.js +26 -0
- package/dist/components/Atoms/BottomTopicChapter/BottomTopicChapter.stories.js.map +1 -0
- package/dist/components/Atoms/Button/Button.d.ts +8 -0
- package/dist/components/Atoms/Button/Button.js +13 -0
- package/dist/components/Atoms/Button/Button.js.map +1 -0
- package/dist/components/Atoms/Button/ButtonConstants.d.ts +44 -0
- package/dist/components/Atoms/Button/ButtonConstants.js +37 -0
- package/dist/components/Atoms/Button/ButtonConstants.js.map +1 -0
- package/dist/components/Atoms/Button/Buttons.d.ts +44 -0
- package/dist/components/Atoms/Button/Buttons.js +33 -0
- package/dist/components/Atoms/Button/Buttons.js.map +1 -0
- package/dist/components/Atoms/Checkbox/Checkbox.d.ts +7 -0
- package/dist/components/Atoms/Checkbox/Checkbox.js +9 -0
- package/dist/components/Atoms/Checkbox/Checkbox.js.map +1 -0
- package/dist/components/Atoms/CustmBtn/CustmBtn.d.ts +10 -0
- package/dist/components/Atoms/CustmBtn/CustmBtn.js +25 -0
- package/dist/components/Atoms/CustmBtn/CustmBtn.js.map +1 -0
- package/dist/components/Atoms/CustmBtn/GradientButton.style.d.ts +59 -0
- package/dist/components/Atoms/CustmBtn/GradientButton.style.js +68 -0
- package/dist/components/Atoms/CustmBtn/GradientButton.style.js.map +1 -0
- package/dist/components/Atoms/CustomButton/ButtonTheme.d.ts +2 -0
- package/dist/components/Atoms/CustomButton/ButtonTheme.js +62 -0
- package/dist/components/Atoms/CustomButton/ButtonTheme.js.map +1 -0
- package/dist/components/Atoms/CustomButton/CustomButton.d.ts +2 -0
- package/dist/components/Atoms/CustomButton/CustomButton.js +16 -0
- package/dist/components/Atoms/CustomButton/CustomButton.js.map +1 -0
- package/dist/components/Atoms/CustomButton/CustomButton.stories.d.ts +3 -0
- package/dist/components/Atoms/CustomButton/CustomButton.stories.js +20 -0
- package/dist/components/Atoms/CustomButton/CustomButton.stories.js.map +1 -0
- package/dist/components/Atoms/Dropdown/Dropdown.d.ts +2 -0
- package/dist/components/Atoms/Dropdown/Dropdown.js +45 -0
- package/dist/components/Atoms/Dropdown/Dropdown.js.map +1 -0
- package/dist/components/Atoms/Dropdown/Dropdown.stories.d.ts +3 -0
- package/dist/components/Atoms/Dropdown/Dropdown.stories.js +24 -0
- package/dist/components/Atoms/Dropdown/Dropdown.stories.js.map +1 -0
- package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.d.ts +7 -0
- package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.js +104 -0
- package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.js.map +1 -0
- package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.stories.d.ts +4 -0
- package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.stories.js +53 -0
- package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.stories.js.map +1 -0
- package/dist/components/Atoms/GlobalButton/ButtonUtils.d.ts +89 -0
- package/dist/components/Atoms/GlobalButton/ButtonUtils.js +169 -0
- package/dist/components/Atoms/GlobalButton/ButtonUtils.js.map +1 -0
- package/dist/components/Atoms/GlobalButton/GlobalButton.d.ts +14 -0
- package/dist/components/Atoms/GlobalButton/GlobalButton.js +131 -0
- package/dist/components/Atoms/GlobalButton/GlobalButton.js.map +1 -0
- package/dist/components/Atoms/GlobalButton/GlobalButton.stories.d.ts +7 -0
- package/dist/components/Atoms/GlobalButton/GlobalButton.stories.js +51 -0
- package/dist/components/Atoms/GlobalButton/GlobalButton.stories.js.map +1 -0
- package/dist/components/Atoms/GlobalButtonV2/GlobalButtonV2.d.ts +17 -0
- package/dist/components/Atoms/GlobalButtonV2/GlobalButtonV2.js +25 -0
- package/dist/components/Atoms/GlobalButtonV2/GlobalButtonV2.js.map +1 -0
- package/dist/components/Atoms/GlobalButtonV2/GlobalButtonV2.stories.d.ts +4 -0
- package/dist/components/Atoms/GlobalButtonV2/GlobalButtonV2.stories.js +27 -0
- package/dist/components/Atoms/GlobalButtonV2/GlobalButtonV2.stories.js.map +1 -0
- package/dist/components/Atoms/GlobalButtonV2/GlobalButtonV2.styles.d.ts +118 -0
- package/dist/components/Atoms/GlobalButtonV2/GlobalButtonV2.styles.js +127 -0
- package/dist/components/Atoms/GlobalButtonV2/GlobalButtonV2.styles.js.map +1 -0
- package/dist/components/Atoms/GlobalButtonV2/getButtonStyles.d.ts +15 -0
- package/dist/components/Atoms/GlobalButtonV2/getButtonStyles.js +42 -0
- package/dist/components/Atoms/GlobalButtonV2/getButtonStyles.js.map +1 -0
- package/dist/components/Atoms/Input/Input.d.ts +6 -0
- package/dist/components/Atoms/Input/Input.js +9 -0
- package/dist/components/Atoms/Input/Input.js.map +1 -0
- package/dist/components/Atoms/LatexRenderView/LatexRenderView.d.ts +1 -0
- package/dist/components/Atoms/LatexRenderView/LatexRenderView.js +10 -0
- package/dist/components/Atoms/LatexRenderView/LatexRenderView.js.map +1 -0
- package/dist/components/Atoms/LatexRenderView/LatexRenderView.stories.d.ts +3 -0
- package/dist/components/Atoms/LatexRenderView/LatexRenderView.stories.js +21 -0
- package/dist/components/Atoms/LatexRenderView/LatexRenderView.stories.js.map +1 -0
- package/dist/components/Atoms/MenuNavbar/MenuNavbar.d.ts +2 -0
- package/dist/components/Atoms/MenuNavbar/MenuNavbar.js +13 -0
- package/dist/components/Atoms/MenuNavbar/MenuNavbar.js.map +1 -0
- package/dist/components/Atoms/MenuNavbar/MenuNavbar.stories.d.ts +3 -0
- package/dist/components/Atoms/MenuNavbar/MenuNavbar.stories.js +22 -0
- package/dist/components/Atoms/MenuNavbar/MenuNavbar.stories.js.map +1 -0
- package/dist/components/Atoms/Modal/Modal.d.ts +11 -0
- package/dist/components/Atoms/Modal/Modal.js +9 -0
- package/dist/components/Atoms/Modal/Modal.js.map +1 -0
- package/dist/components/Atoms/Pagination/Pagination.d.ts +2 -0
- package/dist/components/Atoms/Pagination/Pagination.js +87 -0
- package/dist/components/Atoms/Pagination/Pagination.js.map +1 -0
- package/dist/components/Atoms/Pagination/TablePagination.d.ts +2 -0
- package/dist/components/Atoms/Pagination/TablePagination.js +21 -0
- package/dist/components/Atoms/Pagination/TablePagination.js.map +1 -0
- package/dist/components/Atoms/Pagination/TablePagination.stories.d.ts +3 -0
- package/dist/components/Atoms/Pagination/TablePagination.stories.js +26 -0
- package/dist/components/Atoms/Pagination/TablePagination.stories.js.map +1 -0
- package/dist/components/Atoms/PrivacyTouchPoint/PrivacyTouchPoint.d.ts +1 -0
- package/dist/components/Atoms/PrivacyTouchPoint/PrivacyTouchPoint.js +77 -0
- package/dist/components/Atoms/PrivacyTouchPoint/PrivacyTouchPoint.js.map +1 -0
- package/dist/components/Atoms/PrivacyTouchPoint/PrivacyTouchPoint.stories.d.ts +40 -0
- package/dist/components/Atoms/PrivacyTouchPoint/PrivacyTouchPoint.stories.js +77 -0
- package/dist/components/Atoms/PrivacyTouchPoint/PrivacyTouchPoint.stories.js.map +1 -0
- package/dist/components/Atoms/Radio/Radio.d.ts +7 -0
- package/dist/components/Atoms/Radio/Radio.js +27 -0
- package/dist/components/Atoms/Radio/Radio.js.map +1 -0
- package/dist/components/Atoms/Select/Select.d.ts +8 -0
- package/dist/components/Atoms/Select/Select.js +9 -0
- package/dist/components/Atoms/Select/Select.js.map +1 -0
- package/dist/components/Atoms/Spinner/Spinner.d.ts +7 -0
- package/dist/components/Atoms/Spinner/Spinner.js +9 -0
- package/dist/components/Atoms/Spinner/Spinner.js.map +1 -0
- package/dist/components/Atoms/SummaryLine.d.ts +3 -0
- package/dist/components/Atoms/SummaryLine.js +19 -0
- package/dist/components/Atoms/SummaryLine.js.map +1 -0
- package/dist/components/Atoms/Switch/Switch.d.ts +7 -0
- package/dist/components/Atoms/Switch/Switch.js +26 -0
- package/dist/components/Atoms/Switch/Switch.js.map +1 -0
- package/dist/components/Atoms/TextArea/TextArea.d.ts +6 -0
- package/dist/components/Atoms/TextArea/TextArea.js +9 -0
- package/dist/components/Atoms/TextArea/TextArea.js.map +1 -0
- package/dist/components/Atoms/Toast/Toast.d.ts +6 -0
- package/dist/components/Atoms/Toast/Toast.js +23 -0
- package/dist/components/Atoms/Toast/Toast.js.map +1 -0
- package/dist/components/Atoms/TranscriptionImagePreview/ImageTranscriptionStyles.d.ts +75 -0
- package/dist/components/Atoms/TranscriptionImagePreview/ImageTranscriptionStyles.js +76 -0
- package/dist/components/Atoms/TranscriptionImagePreview/ImageTranscriptionStyles.js.map +1 -0
- package/dist/components/Atoms/TranscriptionImagePreview/TranscriptionImagePreview.d.ts +1 -0
- package/dist/components/Atoms/TranscriptionImagePreview/TranscriptionImagePreview.js +31 -0
- package/dist/components/Atoms/TranscriptionImagePreview/TranscriptionImagePreview.js.map +1 -0
- package/dist/components/Atoms/TranscriptionImagePreview/TranscriptionImagePreview.stories.d.ts +3 -0
- package/dist/components/Atoms/TranscriptionImagePreview/TranscriptionImagePreview.stories.js +21 -0
- package/dist/components/Atoms/TranscriptionImagePreview/TranscriptionImagePreview.stories.js.map +1 -0
- package/dist/components/Atoms/Typography/Typography.d.ts +7 -0
- package/dist/components/Atoms/Typography/Typography.js +16 -0
- package/dist/components/Atoms/Typography/Typography.js.map +1 -0
- package/dist/components/Atoms/Typography/TypographyConstants.d.ts +53 -0
- package/dist/components/Atoms/Typography/TypographyConstants.js +38 -0
- package/dist/components/Atoms/Typography/TypographyConstants.js.map +1 -0
- package/dist/components/Atoms/imageModal.d.ts +2 -0
- package/dist/components/Atoms/imageModal.js +40 -0
- package/dist/components/Atoms/imageModal.js.map +1 -0
- package/dist/components/Atoms/useCustomToast.d.ts +6 -0
- package/dist/components/Atoms/useCustomToast.js +19 -0
- package/dist/components/Atoms/useCustomToast.js.map +1 -0
- package/dist/components/Molecules/AccordianPay4/Accordian.d.ts +15 -0
- package/dist/components/Molecules/AccordianPay4/Accordian.js +45 -0
- package/dist/components/Molecules/AccordianPay4/Accordian.js.map +1 -0
- package/dist/components/Molecules/AccordianPay4/Accordian.stories.d.ts +9 -0
- package/dist/components/Molecules/AccordianPay4/Accordian.stories.js +62 -0
- package/dist/components/Molecules/AccordianPay4/Accordian.stories.js.map +1 -0
- package/dist/components/Molecules/AccordianPay4/Accordian.styles.d.ts +117 -0
- package/dist/components/Molecules/AccordianPay4/Accordian.styles.js +112 -0
- package/dist/components/Molecules/AccordianPay4/Accordian.styles.js.map +1 -0
- package/dist/components/Molecules/ActivityBanner/ActivityBanner.d.ts +1 -0
- package/dist/components/Molecules/ActivityBanner/ActivityBanner.js +151 -0
- package/dist/components/Molecules/ActivityBanner/ActivityBanner.js.map +1 -0
- package/dist/components/Molecules/ActivityBanner/ActivityBanner.stories.d.ts +4 -0
- package/dist/components/Molecules/ActivityBanner/ActivityBanner.stories.js +97 -0
- package/dist/components/Molecules/ActivityBanner/ActivityBanner.stories.js.map +1 -0
- package/dist/components/Molecules/ActivityBanner/activityBannerStyles.d.ts +75 -0
- package/dist/components/Molecules/ActivityBanner/activityBannerStyles.js +79 -0
- package/dist/components/Molecules/ActivityBanner/activityBannerStyles.js.map +1 -0
- package/dist/components/Molecules/AddPostCard/AddPostCard.d.ts +2 -0
- package/dist/components/Molecules/AddPostCard/AddPostCard.js +52 -0
- package/dist/components/Molecules/AddPostCard/AddPostCard.js.map +1 -0
- package/dist/components/Molecules/AddPostCard/AddPostCard.stories.d.ts +5 -0
- package/dist/components/Molecules/AddPostCard/AddPostCard.stories.js +56 -0
- package/dist/components/Molecules/AddPostCard/AddPostCard.stories.js.map +1 -0
- package/dist/components/Molecules/AddPostCard/addPostStyles.d.ts +86 -0
- package/dist/components/Molecules/AddPostCard/addPostStyles.js +90 -0
- package/dist/components/Molecules/AddPostCard/addPostStyles.js.map +1 -0
- package/dist/components/Molecules/BottomNav/BottomNav.d.ts +2 -0
- package/dist/components/Molecules/BottomNav/BottomNav.js +24 -0
- package/dist/components/Molecules/BottomNav/BottomNav.js.map +1 -0
- package/dist/components/Molecules/BottomNav/BottomNav.stories.d.ts +3 -0
- package/dist/components/Molecules/BottomNav/BottomNav.stories.js +120 -0
- package/dist/components/Molecules/BottomNav/BottomNav.stories.js.map +1 -0
- package/dist/components/Molecules/BottomNav/BottomNavStyles.d.ts +52 -0
- package/dist/components/Molecules/BottomNav/BottomNavStyles.js +56 -0
- package/dist/components/Molecules/BottomNav/BottomNavStyles.js.map +1 -0
- package/dist/components/Molecules/DashPlayer/DashPlayer.d.ts +3 -0
- package/dist/components/Molecules/DashPlayer/DashPlayer.js +149 -0
- package/dist/components/Molecules/DashPlayer/DashPlayer.js.map +1 -0
- package/dist/components/Molecules/DashPlayer/DashPlayer.stories.d.ts +5 -0
- package/dist/components/Molecules/DashPlayer/DashPlayer.stories.js +32 -0
- package/dist/components/Molecules/DashPlayer/DashPlayer.stories.js.map +1 -0
- package/dist/components/Molecules/DashPlayer/ShakaPlayer.d.ts +3 -0
- package/dist/components/Molecules/DashPlayer/ShakaPlayer.js +397 -0
- package/dist/components/Molecules/DashPlayer/ShakaPlayer.js.map +1 -0
- package/dist/components/Molecules/Descriptive/DescriptiveLabel.d.ts +5 -0
- package/dist/components/Molecules/Descriptive/DescriptiveLabel.js +25 -0
- package/dist/components/Molecules/Descriptive/DescriptiveLabel.js.map +1 -0
- package/dist/components/Molecules/Descriptive/descriptiveStyles.d.ts +60 -0
- package/dist/components/Molecules/Descriptive/descriptiveStyles.js +48 -0
- package/dist/components/Molecules/Descriptive/descriptiveStyles.js.map +1 -0
- package/dist/components/Molecules/DescriptiveAnswer/DescriptiveAnswer.stories.d.ts +17 -0
- package/dist/components/Molecules/DescriptiveAnswer/DescriptiveAnswer.stories.js +568 -0
- package/dist/components/Molecules/DescriptiveAnswer/DescriptiveAnswer.stories.js.map +1 -0
- package/dist/components/Molecules/DescriptiveAnswer/DescriptiveAnswerV1.d.ts +2 -0
- package/dist/components/Molecules/DescriptiveAnswer/DescriptiveAnswerV1.js +128 -0
- package/dist/components/Molecules/DescriptiveAnswer/DescriptiveAnswerV1.js.map +1 -0
- package/dist/components/Molecules/FactualCard/FactualCard.d.ts +44 -0
- package/dist/components/Molecules/FactualCard/FactualCard.js +118 -0
- package/dist/components/Molecules/FactualCard/FactualCard.js.map +1 -0
- package/dist/components/Molecules/FactualCard/FactualCard.style.d.ts +64 -0
- package/dist/components/Molecules/FactualCard/FactualCard.style.js +69 -0
- package/dist/components/Molecules/FactualCard/FactualCard.style.js.map +1 -0
- package/dist/components/Molecules/FloatingButton/FloatingButton.d.ts +10 -0
- package/dist/components/Molecules/FloatingButton/FloatingButton.js +16 -0
- package/dist/components/Molecules/FloatingButton/FloatingButton.js.map +1 -0
- package/dist/components/Molecules/FloatingButton/FloatingButton.styles.d.ts +21 -0
- package/dist/components/Molecules/FloatingButton/FloatingButton.styles.js +140 -0
- package/dist/components/Molecules/FloatingButton/FloatingButton.styles.js.map +1 -0
- package/dist/components/Molecules/HighChart/HighChart.d.ts +2 -0
- package/dist/components/Molecules/HighChart/HighChart.js +30 -0
- package/dist/components/Molecules/HighChart/HighChart.js.map +1 -0
- package/dist/components/Molecules/HighChart/HighChartPie.d.ts +2 -0
- package/dist/components/Molecules/HighChart/HighChartPie.js +99 -0
- package/dist/components/Molecules/HighChart/HighChartPie.js.map +1 -0
- package/dist/components/Molecules/HighChart/HighCharts.stories.d.ts +3 -0
- package/dist/components/Molecules/HighChart/HighCharts.stories.js +208 -0
- package/dist/components/Molecules/HighChart/HighCharts.stories.js.map +1 -0
- package/dist/components/Molecules/ImageView/ImageModal.d.ts +2 -0
- package/dist/components/Molecules/ImageView/ImageModal.js +17 -0
- package/dist/components/Molecules/ImageView/ImageModal.js.map +1 -0
- package/dist/components/Molecules/ImageView/ImageModal.stories.d.ts +3 -0
- package/dist/components/Molecules/ImageView/ImageModal.stories.js +19 -0
- package/dist/components/Molecules/ImageView/ImageModal.stories.js.map +1 -0
- package/dist/components/Molecules/InvalidSession/InvalidSession.d.ts +6 -0
- package/dist/components/Molecules/InvalidSession/InvalidSession.js +16 -0
- package/dist/components/Molecules/InvalidSession/InvalidSession.js.map +1 -0
- package/dist/components/Molecules/InvalidSession/InvalidSession.stories.d.ts +6 -0
- package/dist/components/Molecules/InvalidSession/InvalidSession.stories.js +17 -0
- package/dist/components/Molecules/InvalidSession/InvalidSession.stories.js.map +1 -0
- package/dist/components/Molecules/InvalidSession/InvalidSession.styles.d.ts +14 -0
- package/dist/components/Molecules/InvalidSession/InvalidSession.styles.js +75 -0
- package/dist/components/Molecules/InvalidSession/InvalidSession.styles.js.map +1 -0
- package/dist/components/Molecules/LatexRender/DefaultRender.d.ts +4 -0
- package/dist/components/Molecules/LatexRender/DefaultRender.js +13 -0
- package/dist/components/Molecules/LatexRender/DefaultRender.js.map +1 -0
- package/dist/components/Molecules/LatexRender/LatexRender.d.ts +2 -0
- package/dist/components/Molecules/LatexRender/LatexRender.js +14 -0
- package/dist/components/Molecules/LatexRender/LatexRender.js.map +1 -0
- package/dist/components/Molecules/LatexRender/LatexRender.stories.d.ts +3 -0
- package/dist/components/Molecules/LatexRender/LatexRender.stories.js +22 -0
- package/dist/components/Molecules/LatexRender/LatexRender.stories.js.map +1 -0
- package/dist/components/Molecules/LatexRender/MarkdownRender.d.ts +4 -0
- package/dist/components/Molecules/LatexRender/MarkdownRender.js +142 -0
- package/dist/components/Molecules/LatexRender/MarkdownRender.js.map +1 -0
- package/dist/components/Molecules/MediaModal/MediaModal.d.ts +15 -0
- package/dist/components/Molecules/MediaModal/MediaModal.js +212 -0
- package/dist/components/Molecules/MediaModal/MediaModal.js.map +1 -0
- package/dist/components/Molecules/MediaModal/MediaModal.style.d.ts +8 -0
- package/dist/components/Molecules/MediaModal/MediaModal.style.js +12 -0
- package/dist/components/Molecules/MediaModal/MediaModal.style.js.map +1 -0
- package/dist/components/Molecules/Pay4Use/ExecutionModal.d.ts +17 -0
- package/dist/components/Molecules/Pay4Use/ExecutionModal.js +35 -0
- package/dist/components/Molecules/Pay4Use/ExecutionModal.js.map +1 -0
- package/dist/components/Molecules/Pay4Use/ExecutionModal.stories.d.ts +9 -0
- package/dist/components/Molecules/Pay4Use/ExecutionModal.stories.js +92 -0
- package/dist/components/Molecules/Pay4Use/ExecutionModal.stories.js.map +1 -0
- package/dist/components/Molecules/Pay4Use/ExecutionModalStyles.d.ts +344 -0
- package/dist/components/Molecules/Pay4Use/ExecutionModalStyles.js +351 -0
- package/dist/components/Molecules/Pay4Use/ExecutionModalStyles.js.map +1 -0
- package/dist/components/Molecules/Pay4Use/PayToUsePrompt.d.ts +2 -0
- package/dist/components/Molecules/Pay4Use/PayToUsePrompt.js +15 -0
- package/dist/components/Molecules/Pay4Use/PayToUsePrompt.js.map +1 -0
- package/dist/components/Molecules/Pay4Use/PayToUsePrompt.stories.d.ts +3 -0
- package/dist/components/Molecules/Pay4Use/PayToUsePrompt.stories.js +22 -0
- package/dist/components/Molecules/Pay4Use/PayToUsePrompt.stories.js.map +1 -0
- package/dist/components/Molecules/Pay4Use/PayToUsePromptStyles.d.ts +108 -0
- package/dist/components/Molecules/Pay4Use/PayToUsePromptStyles.js +82 -0
- package/dist/components/Molecules/Pay4Use/PayToUsePromptStyles.js.map +1 -0
- package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.d.ts +15 -0
- package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.js +45 -0
- package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.js.map +1 -0
- package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.stories.d.ts +8 -0
- package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.stories.js +69 -0
- package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.stories.js.map +1 -0
- package/dist/components/Molecules/PerformanceScreen/QuizResult.styles.d.ts +28 -0
- package/dist/components/Molecules/PerformanceScreen/QuizResult.styles.js +146 -0
- package/dist/components/Molecules/PerformanceScreen/QuizResult.styles.js.map +1 -0
- package/dist/components/Molecules/PostCard/PostCard.d.ts +2 -0
- package/dist/components/Molecules/PostCard/PostCard.js +110 -0
- package/dist/components/Molecules/PostCard/PostCard.js.map +1 -0
- package/dist/components/Molecules/PostCard/PostCard.stories.d.ts +7 -0
- package/dist/components/Molecules/PostCard/PostCard.stories.js +180 -0
- package/dist/components/Molecules/PostCard/PostCard.stories.js.map +1 -0
- package/dist/components/Molecules/PostCard/PostImageGallary.d.ts +1 -0
- package/dist/components/Molecules/PostCard/PostImageGallary.js +68 -0
- package/dist/components/Molecules/PostCard/PostImageGallary.js.map +1 -0
- package/dist/components/Molecules/PostCard/postCardStyles.d.ts +152 -0
- package/dist/components/Molecules/PostCard/postCardStyles.js +156 -0
- package/dist/components/Molecules/PostCard/postCardStyles.js.map +1 -0
- package/dist/components/Molecules/RequestSent/RequestSent.d.ts +9 -0
- package/dist/components/Molecules/RequestSent/RequestSent.js +17 -0
- package/dist/components/Molecules/RequestSent/RequestSent.js.map +1 -0
- package/dist/components/Molecules/RequestSent/RequestSent.stories.d.ts +7 -0
- package/dist/components/Molecules/RequestSent/RequestSent.stories.js +46 -0
- package/dist/components/Molecules/RequestSent/RequestSent.stories.js.map +1 -0
- package/dist/components/Molecules/RequestSent/RequestSent.styles.d.ts +2 -0
- package/dist/components/Molecules/RequestSent/RequestSent.styles.js +176 -0
- package/dist/components/Molecules/RequestSent/RequestSent.styles.js.map +1 -0
- package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.d.ts +15 -0
- package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.js +39 -0
- package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.js.map +1 -0
- package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.stories.d.ts +7 -0
- package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.stories.js +53 -0
- package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.stories.js.map +1 -0
- package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.styles.d.ts +22 -0
- package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.styles.js +187 -0
- package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.styles.js.map +1 -0
- package/dist/components/Molecules/RevisionIntroCard/RevisionCard.stories.d.ts +6 -0
- package/dist/components/Molecules/RevisionIntroCard/RevisionCard.stories.js +23 -0
- package/dist/components/Molecules/RevisionIntroCard/RevisionCard.stories.js.map +1 -0
- package/dist/components/Molecules/RevisionIntroCard/RevisionCard.styles.d.ts +10 -0
- package/dist/components/Molecules/RevisionIntroCard/RevisionCard.styles.js +134 -0
- package/dist/components/Molecules/RevisionIntroCard/RevisionCard.styles.js.map +1 -0
- package/dist/components/Molecules/RevisionIntroCard/RevisionIntro.d.ts +12 -0
- package/dist/components/Molecules/RevisionIntroCard/RevisionIntro.js +40 -0
- package/dist/components/Molecules/RevisionIntroCard/RevisionIntro.js.map +1 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.d.ts +4 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.js +40 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.js.map +1 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.stories.d.ts +9 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.stories.js +72 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.stories.js.map +1 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.styles.d.ts +349 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.styles.js +350 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.styles.js.map +1 -0
- package/dist/components/Molecules/SmartLearn/types.d.ts +9 -0
- package/dist/components/Molecules/SmartLearn/types.js +3 -0
- package/dist/components/Molecules/SmartLearn/types.js.map +1 -0
- package/dist/components/Molecules/SortMenu/SortMenu.d.ts +2 -0
- package/dist/components/Molecules/SortMenu/SortMenu.js +68 -0
- package/dist/components/Molecules/SortMenu/SortMenu.js.map +1 -0
- package/dist/components/Molecules/SortMenu/SortMenu.stories.d.ts +4 -0
- package/dist/components/Molecules/SortMenu/SortMenu.stories.js +56 -0
- package/dist/components/Molecules/SortMenu/SortMenu.stories.js.map +1 -0
- package/dist/components/Molecules/SortMenu/sortMenuStyles.d.ts +32 -0
- package/dist/components/Molecules/SortMenu/sortMenuStyles.js +36 -0
- package/dist/components/Molecules/SortMenu/sortMenuStyles.js.map +1 -0
- package/dist/components/Molecules/StaticscreensLearnmore/Staticback.d.ts +19 -0
- package/dist/components/Molecules/StaticscreensLearnmore/Staticback.js +21 -0
- package/dist/components/Molecules/StaticscreensLearnmore/Staticback.js.map +1 -0
- package/dist/components/Molecules/StaticscreensLearnmore/Staticback.stories.d.ts +12 -0
- package/dist/components/Molecules/StaticscreensLearnmore/Staticback.stories.js +178 -0
- package/dist/components/Molecules/StaticscreensLearnmore/Staticback.stories.js.map +1 -0
- package/dist/components/Molecules/StaticscreensLearnmore/Staticback.styles.d.ts +238 -0
- package/dist/components/Molecules/StaticscreensLearnmore/Staticback.styles.js +242 -0
- package/dist/components/Molecules/StaticscreensLearnmore/Staticback.styles.js.map +1 -0
- package/dist/components/Molecules/TableCustomizer/CellEditor.d.ts +12 -0
- package/dist/components/Molecules/TableCustomizer/CellEditor.js +60 -0
- package/dist/components/Molecules/TableCustomizer/CellEditor.js.map +1 -0
- package/dist/components/Molecules/TableCustomizer/HTMLImporter.d.ts +4 -0
- package/dist/components/Molecules/TableCustomizer/HTMLImporter.js +69 -0
- package/dist/components/Molecules/TableCustomizer/HTMLImporter.js.map +1 -0
- package/dist/components/Molecules/TableCustomizer/MarkdownImporter.d.ts +4 -0
- package/dist/components/Molecules/TableCustomizer/MarkdownImporter.js +84 -0
- package/dist/components/Molecules/TableCustomizer/MarkdownImporter.js.map +1 -0
- package/dist/components/Molecules/TableCustomizer/TableHeader.d.ts +11 -0
- package/dist/components/Molecules/TableCustomizer/TableHeader.js +15 -0
- package/dist/components/Molecules/TableCustomizer/TableHeader.js.map +1 -0
- package/dist/components/Molecules/TableCustomizer/TablePreview.d.ts +8 -0
- package/dist/components/Molecules/TableCustomizer/TablePreview.js +160 -0
- package/dist/components/Molecules/TableCustomizer/TablePreview.js.map +1 -0
- package/dist/components/Molecules/TableCustomizer/TableStructureControls.d.ts +5 -0
- package/dist/components/Molecules/TableCustomizer/TableStructureControls.js +26 -0
- package/dist/components/Molecules/TableCustomizer/TableStructureControls.js.map +1 -0
- package/dist/components/Molecules/TableCustomizer/hooks/useTableGenerator.d.ts +8 -0
- package/dist/components/Molecules/TableCustomizer/hooks/useTableGenerator.js +466 -0
- package/dist/components/Molecules/TableCustomizer/hooks/useTableGenerator.js.map +1 -0
- package/dist/components/Molecules/TableCustomizer/hooks/useTableState.d.ts +27 -0
- package/dist/components/Molecules/TableCustomizer/hooks/useTableState.js +379 -0
- package/dist/components/Molecules/TableCustomizer/hooks/useTableState.js.map +1 -0
- package/dist/components/Molecules/TableCustomizer/index.d.ts +3 -0
- package/dist/components/Molecules/TableCustomizer/index.js +103 -0
- package/dist/components/Molecules/TableCustomizer/index.js.map +1 -0
- package/dist/components/Molecules/TableCustomizer/utils/htmlTableParser.d.ts +9 -0
- package/dist/components/Molecules/TableCustomizer/utils/htmlTableParser.js +308 -0
- package/dist/components/Molecules/TableCustomizer/utils/htmlTableParser.js.map +1 -0
- package/dist/components/Molecules/TableCustomizer/utils/markdownTableParser.d.ts +9 -0
- package/dist/components/Molecules/TableCustomizer/utils/markdownTableParser.js +42 -0
- package/dist/components/Molecules/TableCustomizer/utils/markdownTableParser.js.map +1 -0
- package/dist/components/Molecules/TermsAndPrivacy/Privacy.stories.d.ts +7 -0
- package/dist/components/Molecules/TermsAndPrivacy/Privacy.stories.js +54 -0
- package/dist/components/Molecules/TermsAndPrivacy/Privacy.stories.js.map +1 -0
- package/dist/components/Molecules/TermsAndPrivacy/PrivacyPolicy.d.ts +2 -0
- package/dist/components/Molecules/TermsAndPrivacy/PrivacyPolicy.js +85 -0
- package/dist/components/Molecules/TermsAndPrivacy/PrivacyPolicy.js.map +1 -0
- package/dist/components/Molecules/TermsAndPrivacy/TermsAndConditions.d.ts +2 -0
- package/dist/components/Molecules/TermsAndPrivacy/TermsAndConditions.js +82 -0
- package/dist/components/Molecules/TermsAndPrivacy/TermsAndConditions.js.map +1 -0
- package/dist/components/Molecules/TermsAndPrivacy/TermsAndConditions.stories.d.ts +6 -0
- package/dist/components/Molecules/TermsAndPrivacy/TermsAndConditions.stories.js +46 -0
- package/dist/components/Molecules/TermsAndPrivacy/TermsAndConditions.stories.js.map +1 -0
- package/dist/components/Molecules/TermsAndPrivacy/components/ContactCard.d.ts +7 -0
- package/dist/components/Molecules/TermsAndPrivacy/components/ContactCard.js +18 -0
- package/dist/components/Molecules/TermsAndPrivacy/components/ContactCard.js.map +1 -0
- package/dist/components/Molecules/TermsAndPrivacy/components/NestedList.d.ts +7 -0
- package/dist/components/Molecules/TermsAndPrivacy/components/NestedList.js +18 -0
- package/dist/components/Molecules/TermsAndPrivacy/components/NestedList.js.map +1 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/ParentHelper.d.ts +40 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/ParentHelper.js +569 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/ParentHelper.js.map +1 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/RefundAndCancellationHelper.d.ts +12 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/RefundAndCancellationHelper.js +111 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/RefundAndCancellationHelper.js.map +1 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/SchoolHelper.d.ts +31 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/SchoolHelper.js +568 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/SchoolHelper.js.map +1 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/StudentHelper.d.ts +44 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/StudentHelper.js +472 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/StudentHelper.js.map +1 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/TeacherHelper.d.ts +40 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/TeacherHelper.js +490 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/TeacherHelper.js.map +1 -0
- package/dist/components/Molecules/TimerClock/TimerClock.d.ts +11 -0
- package/dist/components/Molecules/TimerClock/TimerClock.js +127 -0
- package/dist/components/Molecules/TimerClock/TimerClock.js.map +1 -0
- package/dist/components/Molecules/TimerClock/TimerClock.stories.d.ts +4 -0
- package/dist/components/Molecules/TimerClock/TimerClock.stories.js +30 -0
- package/dist/components/Molecules/TimerClock/TimerClock.stories.js.map +1 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.d.ts +2 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.js +171 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.js.map +1 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.stories.d.ts +7 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.stories.js +102 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.stories.js.map +1 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.styles.d.ts +445 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.styles.js +456 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.styles.js.map +1 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.d.ts +11 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.js +25 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.js.map +1 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.stories.d.ts +4 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.stories.js +30 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.stories.js.map +1 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.styles.d.ts +61 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.styles.js +64 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.styles.js.map +1 -0
- package/dist/components/Molecules/Tutor/Assistant/TutorAssistant.d.ts +2 -0
- package/dist/components/Molecules/Tutor/Assistant/TutorAssistant.js +78 -0
- package/dist/components/Molecules/Tutor/Assistant/TutorAssistant.js.map +1 -0
- package/dist/components/Molecules/Tutor/BubbleLoader.d.ts +1 -0
- package/dist/components/Molecules/Tutor/BubbleLoader.js +21 -0
- package/dist/components/Molecules/Tutor/BubbleLoader.js.map +1 -0
- package/dist/components/Molecules/Tutor/TutorSummary/TutorSummary.d.ts +1 -0
- package/dist/components/Molecules/Tutor/TutorSummary/TutorSummary.js +53 -0
- package/dist/components/Molecules/Tutor/TutorSummary/TutorSummary.js.map +1 -0
- package/dist/components/Molecules/Tutor/TutorSummary/TutorSummary.stories.d.ts +7 -0
- package/dist/components/Molecules/Tutor/TutorSummary/TutorSummary.stories.js +165 -0
- package/dist/components/Molecules/Tutor/TutorSummary/TutorSummary.stories.js.map +1 -0
- package/dist/components/Molecules/Tutor/User/User.d.ts +1 -0
- package/dist/components/Molecules/Tutor/User/User.js +14 -0
- package/dist/components/Molecules/Tutor/User/User.js.map +1 -0
- package/dist/components/Molecules/Tutor/User/User.stories.d.ts +4 -0
- package/dist/components/Molecules/Tutor/User/User.stories.js +22 -0
- package/dist/components/Molecules/Tutor/User/User.stories.js.map +1 -0
- package/dist/components/Molecules/VideoView/VideoModal.d.ts +2 -0
- package/dist/components/Molecules/VideoView/VideoModal.js +56 -0
- package/dist/components/Molecules/VideoView/VideoModal.js.map +1 -0
- package/dist/components/Molecules/VideoView/VideoModal.stories.d.ts +3 -0
- package/dist/components/Molecules/VideoView/VideoModal.stories.js +23 -0
- package/dist/components/Molecules/VideoView/VideoModal.stories.js.map +1 -0
- package/dist/components/Molecules/WallBanner/WallBanner.d.ts +2 -0
- package/dist/components/Molecules/WallBanner/WallBanner.js +25 -0
- package/dist/components/Molecules/WallBanner/WallBanner.js.map +1 -0
- package/dist/components/Molecules/WallBanner/WallBanner.stories.d.ts +6 -0
- package/dist/components/Molecules/WallBanner/WallBanner.stories.js +45 -0
- package/dist/components/Molecules/WallBanner/WallBanner.stories.js.map +1 -0
- package/dist/components/Molecules/WallBanner/wallBannerStyles.d.ts +1 -0
- package/dist/components/Molecules/WallBanner/wallBannerStyles.js +65 -0
- package/dist/components/Molecules/WallBanner/wallBannerStyles.js.map +1 -0
- package/dist/components/Molecules/WallCard/WallCard.d.ts +1 -0
- package/dist/components/Molecules/WallCard/WallCard.js +53 -0
- package/dist/components/Molecules/WallCard/WallCard.js.map +1 -0
- package/dist/components/Molecules/WallCard/WallCard.stories.d.ts +5 -0
- package/dist/components/Molecules/WallCard/WallCard.stories.js +67 -0
- package/dist/components/Molecules/WallCard/WallCard.stories.js.map +1 -0
- package/dist/components/Molecules/comprehension/ComprehensionLayout.d.ts +27 -0
- package/dist/components/Molecules/comprehension/ComprehensionLayout.js +75 -0
- package/dist/components/Molecules/comprehension/ComprehensionLayout.js.map +1 -0
- package/dist/components/Molecules/comprehension/ComprehensionStyles.d.ts +21 -0
- package/dist/components/Molecules/comprehension/ComprehensionStyles.js +26 -0
- package/dist/components/Molecules/comprehension/ComprehensionStyles.js.map +1 -0
- package/dist/components/Molecules/comprehension/SubQuestionLayout.d.ts +45 -0
- package/dist/components/Molecules/comprehension/SubQuestionLayout.js +101 -0
- package/dist/components/Molecules/comprehension/SubQuestionLayout.js.map +1 -0
- package/dist/components/Molecules/optionLayouts/Scqnew.d.ts +2 -0
- package/dist/components/Molecules/optionLayouts/Scqnew.js +491 -0
- package/dist/components/Molecules/optionLayouts/Scqnew.js.map +1 -0
- package/dist/components/Molecules/optionLayouts/fibtemp.d.ts +2 -0
- package/dist/components/Molecules/optionLayouts/fibtemp.js +59 -0
- package/dist/components/Molecules/optionLayouts/fibtemp.js.map +1 -0
- package/dist/components/Molecules/optionLayouts/mcqtemp.d.ts +2 -0
- package/dist/components/Molecules/optionLayouts/mcqtemp.js +158 -0
- package/dist/components/Molecules/optionLayouts/mcqtemp.js.map +1 -0
- package/dist/components/Molecules/optionLayouts/scqStudent.d.ts +2 -0
- package/dist/components/Molecules/optionLayouts/scqStudent.js +323 -0
- package/dist/components/Molecules/optionLayouts/scqStudent.js.map +1 -0
- package/dist/components/Molecules/optionLayouts/scqtemp.d.ts +2 -0
- package/dist/components/Molecules/optionLayouts/scqtemp.js +191 -0
- package/dist/components/Molecules/optionLayouts/scqtemp.js.map +1 -0
- package/dist/components/Molecules/questionLayouts/AnswerLayoutnew.d.ts +1 -0
- package/dist/components/Molecules/questionLayouts/AnswerLayoutnew.js +61 -0
- package/dist/components/Molecules/questionLayouts/AnswerLayoutnew.js.map +1 -0
- package/dist/components/Molecules/questionLayouts/AnswerLayouts.d.ts +1 -0
- package/dist/components/Molecules/questionLayouts/AnswerLayouts.js +37 -0
- package/dist/components/Molecules/questionLayouts/AnswerLayouts.js.map +1 -0
- package/dist/components/Molecules/questionLayouts/Question.styles.d.ts +70 -0
- package/dist/components/Molecules/questionLayouts/Question.styles.js +77 -0
- package/dist/components/Molecules/questionLayouts/Question.styles.js.map +1 -0
- package/dist/components/Molecules/questionLayouts/QuestionLayoutnew.d.ts +2 -0
- package/dist/components/Molecules/questionLayouts/QuestionLayoutnew.js +290 -0
- package/dist/components/Molecules/questionLayouts/QuestionLayoutnew.js.map +1 -0
- package/dist/components/Molecules/questionLayouts/QuestionsLayout.d.ts +1 -0
- package/dist/components/Molecules/questionLayouts/QuestionsLayout.js +141 -0
- package/dist/components/Molecules/questionLayouts/QuestionsLayout.js.map +1 -0
- package/dist/components/Organisms/ActivityList/ActivityList.d.ts +2 -0
- package/dist/components/Organisms/ActivityList/ActivityList.js +22 -0
- package/dist/components/Organisms/ActivityList/ActivityList.js.map +1 -0
- package/dist/components/Organisms/ActivityList/ActivityList.stories.d.ts +3 -0
- package/dist/components/Organisms/ActivityList/ActivityList.stories.js +76 -0
- package/dist/components/Organisms/ActivityList/ActivityList.stories.js.map +1 -0
- package/dist/components/Organisms/ChatView/ChatView.d.ts +1 -0
- package/dist/components/Organisms/ChatView/ChatView.js +33 -0
- package/dist/components/Organisms/ChatView/ChatView.js.map +1 -0
- package/dist/components/Organisms/ChatView/ChatView.stories.d.ts +3 -0
- package/dist/components/Organisms/ChatView/ChatView.stories.js +73 -0
- package/dist/components/Organisms/ChatView/ChatView.stories.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/EditableDiv.d.ts +3 -0
- package/dist/components/Organisms/ISEditor-V2/EditableDiv.js +161 -0
- package/dist/components/Organisms/ISEditor-V2/EditableDiv.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Editor.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/Editor.js +444 -0
- package/dist/components/Organisms/ISEditor-V2/Editor.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/EditorConstants.d.ts +13 -0
- package/dist/components/Organisms/ISEditor-V2/EditorConstants.js +369 -0
- package/dist/components/Organisms/ISEditor-V2/EditorConstants.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/EditorContext.d.ts +7 -0
- package/dist/components/Organisms/ISEditor-V2/EditorContext.js +33 -0
- package/dist/components/Organisms/ISEditor-V2/EditorContext.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/ISEditor.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/ISEditor.js +15 -0
- package/dist/components/Organisms/ISEditor-V2/ISEditor.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/ISEditor.stories.d.ts +5 -0
- package/dist/components/Organisms/ISEditor-V2/ISEditor.stories.js +309 -0
- package/dist/components/Organisms/ISEditor-V2/ISEditor.stories.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/LatexBlock.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/LatexBlock.js +20 -0
- package/dist/components/Organisms/ISEditor-V2/LatexBlock.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/LatexCopyModal.d.ts +6 -0
- package/dist/components/Organisms/ISEditor-V2/LatexCopyModal.js +59 -0
- package/dist/components/Organisms/ISEditor-V2/LatexCopyModal.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/LatexModal.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/LatexModal.js +80 -0
- package/dist/components/Organisms/ISEditor-V2/LatexModal.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/LatexView.d.ts +5 -0
- package/dist/components/Organisms/ISEditor-V2/LatexView.js +10 -0
- package/dist/components/Organisms/ISEditor-V2/LatexView.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/MathSymbolButton.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/MathSymbolButton.js +12 -0
- package/dist/components/Organisms/ISEditor-V2/MathSymbolButton.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/MathToolBar.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/MathToolBar.js +39 -0
- package/dist/components/Organisms/ISEditor-V2/MathToolBar.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/NewTableCustomisation.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/NewTableCustomisation.js +21 -0
- package/dist/components/Organisms/ISEditor-V2/NewTableCustomisation.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/RawMathModal.d.ts +6 -0
- package/dist/components/Organisms/ISEditor-V2/RawMathModal.js +17 -0
- package/dist/components/Organisms/ISEditor-V2/RawMathModal.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/RowColumnModal.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/RowColumnModal.js +16 -0
- package/dist/components/Organisms/ISEditor-V2/RowColumnModal.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockEight.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockEight.js +14 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockEight.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockEleven.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockEleven.js +194 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockEleven.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockFive.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockFive.js +16 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockFive.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockFour.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockFour.js +159 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockFour.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockNine.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockNine.js +14 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockNine.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockOne.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockOne.js +132 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockOne.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockSeven.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockSeven.js +14 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockSeven.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockSix.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockSix.js +16 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockSix.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockTen.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockTen.js +14 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockTen.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockThree.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockThree.js +188 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockThree.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockTwelve.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockTwelve.js +150 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockTwelve.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockTwo.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockTwo.js +13 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockTwo.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/TableBlock.d.ts +12 -0
- package/dist/components/Organisms/ISEditor-V2/TableBlock.js +30 -0
- package/dist/components/Organisms/ISEditor-V2/TableBlock.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/TableModal.d.ts +4 -0
- package/dist/components/Organisms/ISEditor-V2/TableModal.js +743 -0
- package/dist/components/Organisms/ISEditor-V2/TableModal.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/ToolBar.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/ToolBar.js +27 -0
- package/dist/components/Organisms/ISEditor-V2/ToolBar.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/editor.types.d.ts +24 -0
- package/dist/components/Organisms/ISEditor-V2/editor.types.js +3 -0
- package/dist/components/Organisms/ISEditor-V2/editor.types.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/tableBlockStyles.d.ts +48 -0
- package/dist/components/Organisms/ISEditor-V2/tableBlockStyles.js +62 -0
- package/dist/components/Organisms/ISEditor-V2/tableBlockStyles.js.map +1 -0
- package/dist/components/Organisms/LiveStreaming/LiveStreaming.d.ts +1 -0
- package/dist/components/Organisms/LiveStreaming/LiveStreaming.js +16 -0
- package/dist/components/Organisms/LiveStreaming/LiveStreaming.js.map +1 -0
- package/dist/components/Organisms/LiveStreaming/LiveStreaming.stories.d.ts +4 -0
- package/dist/components/Organisms/LiveStreaming/LiveStreaming.stories.js +29 -0
- package/dist/components/Organisms/LiveStreaming/LiveStreaming.stories.js.map +1 -0
- package/dist/components/Organisms/PostDetails/ImageGallery.d.ts +1 -0
- package/dist/components/Organisms/PostDetails/ImageGallery.js +95 -0
- package/dist/components/Organisms/PostDetails/ImageGallery.js.map +1 -0
- package/dist/components/Organisms/PostDetails/PostDetails.d.ts +2 -0
- package/dist/components/Organisms/PostDetails/PostDetails.js +19 -0
- package/dist/components/Organisms/PostDetails/PostDetails.js.map +1 -0
- package/dist/components/Organisms/PostDetails/PostDetails.stories.d.ts +4 -0
- package/dist/components/Organisms/PostDetails/PostDetails.stories.js +376 -0
- package/dist/components/Organisms/PostDetails/PostDetails.stories.js.map +1 -0
- package/dist/components/Organisms/PostDetails/PostInfo.d.ts +1 -0
- package/dist/components/Organisms/PostDetails/PostInfo.js +103 -0
- package/dist/components/Organisms/PostDetails/PostInfo.js.map +1 -0
- package/dist/components/Organisms/PostDetails/postDetailStyles.d.ts +35 -0
- package/dist/components/Organisms/PostDetails/postDetailStyles.js +39 -0
- package/dist/components/Organisms/PostDetails/postDetailStyles.js.map +1 -0
- package/dist/components/Organisms/PostsList/PostList.d.ts +2 -0
- package/dist/components/Organisms/PostsList/PostList.js +62 -0
- package/dist/components/Organisms/PostsList/PostList.js.map +1 -0
- package/dist/components/Organisms/PostsList/PostList.stories.d.ts +6 -0
- package/dist/components/Organisms/PostsList/PostList.stories.js +130 -0
- package/dist/components/Organisms/PostsList/PostList.stories.js.map +1 -0
- package/dist/components/Organisms/ProgressView/ProgressView.d.ts +2 -0
- package/dist/components/Organisms/ProgressView/ProgressView.js +428 -0
- package/dist/components/Organisms/ProgressView/ProgressView.js.map +1 -0
- package/dist/components/Organisms/ProgressView/ProgressView.stories.d.ts +685 -0
- package/dist/components/Organisms/ProgressView/ProgressView.stories.js +939 -0
- package/dist/components/Organisms/ProgressView/ProgressView.stories.js.map +1 -0
- package/dist/components/Organisms/ProgressView/ProgressViewPresenter.d.ts +9 -0
- package/dist/components/Organisms/ProgressView/ProgressViewPresenter.js +13 -0
- package/dist/components/Organisms/ProgressView/ProgressViewPresenter.js.map +1 -0
- package/dist/components/Organisms/ProgressView/ProgressViewStyles.d.ts +174 -0
- package/dist/components/Organisms/ProgressView/ProgressViewStyles.js +166 -0
- package/dist/components/Organisms/ProgressView/ProgressViewStyles.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/ChatPresenter.d.ts +1 -0
- package/dist/components/Organisms/ReviewComponent/ChatPresenter.js +22 -0
- package/dist/components/Organisms/ReviewComponent/ChatPresenter.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/KeyTakeAway.d.ts +4 -0
- package/dist/components/Organisms/ReviewComponent/KeyTakeAway.js +114 -0
- package/dist/components/Organisms/ReviewComponent/KeyTakeAway.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/MoreQuestions.d.ts +2 -0
- package/dist/components/Organisms/ReviewComponent/MoreQuestions.js +26 -0
- package/dist/components/Organisms/ReviewComponent/MoreQuestions.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/MoreQuestions.stories.d.ts +13 -0
- package/dist/components/Organisms/ReviewComponent/MoreQuestions.stories.js +23 -0
- package/dist/components/Organisms/ReviewComponent/MoreQuestions.stories.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/MoreQuestionsStyles.d.ts +31 -0
- package/dist/components/Organisms/ReviewComponent/MoreQuestionsStyles.js +33 -0
- package/dist/components/Organisms/ReviewComponent/MoreQuestionsStyles.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/Review.d.ts +39 -0
- package/dist/components/Organisms/ReviewComponent/Review.js +262 -0
- package/dist/components/Organisms/ReviewComponent/Review.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/ReviewPresenter.d.ts +35 -0
- package/dist/components/Organisms/ReviewComponent/ReviewPresenter.js +126 -0
- package/dist/components/Organisms/ReviewComponent/ReviewPresenter.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/ReviewPresenter.stories.d.ts +122 -0
- package/dist/components/Organisms/ReviewComponent/ReviewPresenter.stories.js +116 -0
- package/dist/components/Organisms/ReviewComponent/ReviewPresenter.stories.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/ReviewStyles.d.ts +77 -0
- package/dist/components/Organisms/ReviewComponent/ReviewStyles.js +64 -0
- package/dist/components/Organisms/ReviewComponent/ReviewStyles.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/reviewUtils.d.ts +1556 -0
- package/dist/components/Organisms/ReviewComponent/reviewUtils.js +3017 -0
- package/dist/components/Organisms/ReviewComponent/reviewUtils.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/selectionUtils.d.ts +1287 -0
- package/dist/components/Organisms/ReviewComponent/selectionUtils.js +2427 -0
- package/dist/components/Organisms/ReviewComponent/selectionUtils.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/StudentEditor.stories.d.ts +8 -0
- package/dist/components/Organisms/StudentEditor/StudentEditor.stories.js +196 -0
- package/dist/components/Organisms/StudentEditor/StudentEditor.stories.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/components/EditorStyles.d.ts +41 -0
- package/dist/components/Organisms/StudentEditor/components/EditorStyles.js +44 -0
- package/dist/components/Organisms/StudentEditor/components/EditorStyles.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/components/MathElement.d.ts +7 -0
- package/dist/components/Organisms/StudentEditor/components/MathElement.js +53 -0
- package/dist/components/Organisms/StudentEditor/components/MathElement.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/components/MathKeyboard.d.ts +8 -0
- package/dist/components/Organisms/StudentEditor/components/MathKeyboard.js +78 -0
- package/dist/components/Organisms/StudentEditor/components/MathKeyboard.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/components/MathModal.d.ts +8 -0
- package/dist/components/Organisms/StudentEditor/components/MathModal.js +353 -0
- package/dist/components/Organisms/StudentEditor/components/MathModal.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/components/Shortcuts.d.ts +4 -0
- package/dist/components/Organisms/StudentEditor/components/Shortcuts.js +90 -0
- package/dist/components/Organisms/StudentEditor/components/Shortcuts.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/components/TextEditor.d.ts +2 -0
- package/dist/components/Organisms/StudentEditor/components/TextEditor.js +552 -0
- package/dist/components/Organisms/StudentEditor/components/TextEditor.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/components/mathModalStyles.d.ts +138 -0
- package/dist/components/Organisms/StudentEditor/components/mathModalStyles.js +280 -0
- package/dist/components/Organisms/StudentEditor/components/mathModalStyles.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/utils/keyboard-config.d.ts +164 -0
- package/dist/components/Organisms/StudentEditor/utils/keyboard-config.js +485 -0
- package/dist/components/Organisms/StudentEditor/utils/keyboard-config.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/utils/slate-conversions.d.ts +19 -0
- package/dist/components/Organisms/StudentEditor/utils/slate-conversions.js +326 -0
- package/dist/components/Organisms/StudentEditor/utils/slate-conversions.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/utils/slate-plugins.d.ts +1 -0
- package/dist/components/Organisms/StudentEditor/utils/slate-plugins.js +17 -0
- package/dist/components/Organisms/StudentEditor/utils/slate-plugins.js.map +1 -0
- package/dist/components/Organisms/StudentInsights/GaugeChart.d.ts +9 -0
- package/dist/components/Organisms/StudentInsights/GaugeChart.js +193 -0
- package/dist/components/Organisms/StudentInsights/GaugeChart.js.map +1 -0
- package/dist/components/Organisms/StudentInsights/InsightsComponent.d.ts +14 -0
- package/dist/components/Organisms/StudentInsights/InsightsComponent.js +39 -0
- package/dist/components/Organisms/StudentInsights/InsightsComponent.js.map +1 -0
- package/dist/components/Organisms/StudentInsights/InsightsComponent.stories.d.ts +334 -0
- package/dist/components/Organisms/StudentInsights/InsightsComponent.stories.js +397 -0
- package/dist/components/Organisms/StudentInsights/InsightsComponent.stories.js.map +1 -0
- package/dist/components/Organisms/StudentInsights/PieChart.d.ts +8 -0
- package/dist/components/Organisms/StudentInsights/PieChart.js +124 -0
- package/dist/components/Organisms/StudentInsights/PieChart.js.map +1 -0
- package/dist/components/Organisms/StudentInsights/insights.styles.d.ts +177 -0
- package/dist/components/Organisms/StudentInsights/insights.styles.js +128 -0
- package/dist/components/Organisms/StudentInsights/insights.styles.js.map +1 -0
- package/dist/components/Organisms/StudentInsights/text.d.ts +7 -0
- package/dist/components/Organisms/StudentInsights/text.js +36 -0
- package/dist/components/Organisms/StudentInsights/text.js.map +1 -0
- package/dist/components/Organisms/TableComponent/TableComponent.d.ts +2 -0
- package/dist/components/Organisms/TableComponent/TableComponent.js +59 -0
- package/dist/components/Organisms/TableComponent/TableComponent.js.map +1 -0
- package/dist/components/Organisms/TableComponent/TableComponent.stories.d.ts +3 -0
- package/dist/components/Organisms/TableComponent/TableComponent.stories.js +189 -0
- package/dist/components/Organisms/TableComponent/TableComponent.stories.js.map +1 -0
- package/dist/components/Organisms/TutorFeedback/TutorFeedback.d.ts +2 -0
- package/dist/components/Organisms/TutorFeedback/TutorFeedback.js +85 -0
- package/dist/components/Organisms/TutorFeedback/TutorFeedback.js.map +1 -0
- package/dist/components/Organisms/TutorFeedback/TutorFeedback.stories.d.ts +4 -0
- package/dist/components/Organisms/TutorFeedback/TutorFeedback.stories.js +103 -0
- package/dist/components/Organisms/TutorFeedback/TutorFeedback.stories.js.map +1 -0
- package/dist/components/themes/Theme.d.ts +61 -0
- package/dist/components/themes/Theme.js +63 -0
- package/dist/components/themes/Theme.js.map +1 -0
- package/dist/index.d.ts +62 -0
- package/dist/index.js +133 -0
- package/dist/index.js.map +1 -0
- package/dist/stories/Button.stories.d.ts +6 -0
- package/dist/stories/Button.stories.js +45 -0
- package/dist/stories/Button.stories.js.map +1 -0
- package/dist/stories/Checkbox.stories.d.ts +4 -0
- package/dist/stories/Checkbox.stories.js +35 -0
- package/dist/stories/Checkbox.stories.js.map +1 -0
- package/dist/stories/FloatingButton.stories.d.ts +11 -0
- package/dist/stories/FloatingButton.stories.js +52 -0
- package/dist/stories/FloatingButton.stories.js.map +1 -0
- package/dist/stories/Input.stories.d.ts +4 -0
- package/dist/stories/Input.stories.js +35 -0
- package/dist/stories/Input.stories.js.map +1 -0
- package/dist/stories/Modal.stories.d.ts +4 -0
- package/dist/stories/Modal.stories.js +39 -0
- package/dist/stories/Modal.stories.js.map +1 -0
- package/dist/stories/Radio.stories.d.ts +4 -0
- package/dist/stories/Radio.stories.js +33 -0
- package/dist/stories/Radio.stories.js.map +1 -0
- package/dist/stories/Select.stories.d.ts +4 -0
- package/dist/stories/Select.stories.js +36 -0
- package/dist/stories/Select.stories.js.map +1 -0
- package/dist/stories/Spinner.stories.d.ts +4 -0
- package/dist/stories/Spinner.stories.js +32 -0
- package/dist/stories/Spinner.stories.js.map +1 -0
- package/dist/stories/Switch.stories.d.ts +4 -0
- package/dist/stories/Switch.stories.js +33 -0
- package/dist/stories/Switch.stories.js.map +1 -0
- package/dist/stories/Textarea.stories.d.ts +4 -0
- package/dist/stories/Textarea.stories.js +32 -0
- package/dist/stories/Textarea.stories.js.map +1 -0
- package/dist/stories/Toast.stories.d.ts +4 -0
- package/dist/stories/Toast.stories.js +32 -0
- package/dist/stories/Toast.stories.js.map +1 -0
- package/dist/stories/Typography.stories.d.ts +4 -0
- package/dist/stories/Typography.stories.js +35 -0
- package/dist/stories/Typography.stories.js.map +1 -0
- package/dist/utils/Helper.d.ts +23 -0
- package/dist/utils/Helper.js +191 -0
- package/dist/utils/Helper.js.map +1 -0
- package/dist/utils/LearningPathUtils.d.ts +59 -0
- package/dist/utils/LearningPathUtils.js +60 -0
- package/dist/utils/LearningPathUtils.js.map +1 -0
- package/dist/utils/ReviewPresenterUtils.d.ts +9 -0
- package/dist/utils/ReviewPresenterUtils.js +13 -0
- package/dist/utils/ReviewPresenterUtils.js.map +1 -0
- package/dist/utils/TutorConstants.d.ts +78 -0
- package/dist/utils/TutorConstants.js +308 -0
- package/dist/utils/TutorConstants.js.map +1 -0
- package/dist/utils/accordion/accordionHelper.d.ts +7 -0
- package/dist/utils/accordion/accordionHelper.js +95 -0
- package/dist/utils/accordion/accordionHelper.js.map +1 -0
- package/dist/utils/accordion/accordion_images.d.ts +31 -0
- package/dist/utils/accordion/accordion_images.js +32 -0
- package/dist/utils/accordion/accordion_images.js.map +1 -0
- package/dist/utils/battery-customisation.d.ts +36 -0
- package/dist/utils/battery-customisation.js +35 -0
- package/dist/utils/battery-customisation.js.map +1 -0
- package/dist/utils/common-utils.d.ts +54 -0
- package/dist/utils/common-utils.js +393 -0
- package/dist/utils/common-utils.js.map +1 -0
- package/dist/utils/constants.d.ts +762 -0
- package/dist/utils/constants.js +3351 -0
- package/dist/utils/constants.js.map +1 -0
- package/dist/utils/crypto.d.ts +2 -0
- package/dist/utils/crypto.js +19 -0
- package/dist/utils/crypto.js.map +1 -0
- package/dist/utils/customTheme.d.ts +1 -0
- package/dist/utils/customTheme.js +21 -0
- package/dist/utils/customTheme.js.map +1 -0
- package/dist/utils/dateUtils.d.ts +1 -0
- package/dist/utils/dateUtils.js +55 -0
- package/dist/utils/dateUtils.js.map +1 -0
- package/dist/utils/emotionalLottieConstants.d.ts +6 -0
- package/dist/utils/emotionalLottieConstants.js +9 -0
- package/dist/utils/emotionalLottieConstants.js.map +1 -0
- package/dist/utils/emotionalScriptConstants.d.ts +15 -0
- package/dist/utils/emotionalScriptConstants.js +92 -0
- package/dist/utils/emotionalScriptConstants.js.map +1 -0
- package/dist/utils/emotions.d.ts +4 -0
- package/dist/utils/emotions.js +7 -0
- package/dist/utils/emotions.js.map +1 -0
- package/dist/utils/excludeSubject.d.ts +2 -0
- package/dist/utils/excludeSubject.js +5 -0
- package/dist/utils/excludeSubject.js.map +1 -0
- package/dist/utils/math-images.d.ts +6 -0
- package/dist/utils/math-images.js +9 -0
- package/dist/utils/math-images.js.map +1 -0
- package/dist/utils/pagination/Pagination.d.ts +11 -0
- package/dist/utils/pagination/Pagination.js +76 -0
- package/dist/utils/pagination/Pagination.js.map +1 -0
- package/dist/utils/presentationModes.d.ts +58 -0
- package/dist/utils/presentationModes.js +62 -0
- package/dist/utils/presentationModes.js.map +1 -0
- package/dist/utils/subject-icons.d.ts +9 -0
- package/dist/utils/subject-icons.js +10 -0
- package/dist/utils/subject-icons.js.map +1 -0
- package/dist/utils/taskUtils.d.ts +1 -0
- package/dist/utils/taskUtils.js +20 -0
- package/dist/utils/taskUtils.js.map +1 -0
- package/dist/utils/testingutils.d.ts +3110 -0
- package/dist/utils/testingutils.js +15640 -0
- package/dist/utils/testingutils.js.map +1 -0
- package/dist/utils/tutor-utils.d.ts +1 -0
- package/dist/utils/tutor-utils.js +27 -0
- package/dist/utils/tutor-utils.js.map +1 -0
- package/dist/utils/wall/wall-constants.d.ts +43 -0
- package/dist/utils/wall/wall-constants.js +231 -0
- package/dist/utils/wall/wall-constants.js.map +1 -0
- package/dist/utils/wall/wall-imges.d.ts +64 -0
- package/dist/utils/wall/wall-imges.js +64 -0
- package/dist/utils/wall/wall-imges.js.map +1 -0
- package/dist/utils/wall/wall-message-bank.d.ts +28 -0
- package/dist/utils/wall/wall-message-bank.js +248 -0
- package/dist/utils/wall/wall-message-bank.js.map +1 -0
- package/dist/utils/wall-constants.d.ts +136 -0
- package/dist/utils/wall-constants.js +260 -0
- package/dist/utils/wall-constants.js.map +1 -0
- package/dist/utils/wall-images.d.ts +64 -0
- package/dist/utils/wall-images.js +67 -0
- package/dist/utils/wall-images.js.map +1 -0
- package/package.json +132 -0
|
@@ -0,0 +1,3017 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.comprehensionBasedQuestionData = exports.dummyOptionImages = exports.commonprops = exports.journeyData = exports.questionData = void 0;
|
|
7
|
+
const Mcq_module_css_1 = __importDefault(require("../../../styles/QuestionLayout/Mcq.module.css"));
|
|
8
|
+
const Fib_module_css_1 = __importDefault(require("../../../styles/QuestionLayout/Fib.module.css"));
|
|
9
|
+
const ScqStudent_module_css_1 = __importDefault(require("../../../styles/QuestionLayout/ScqStudent.module.css"));
|
|
10
|
+
const QuestionLayout_module_css_1 = __importDefault(require("../../../styles/QuestionLayout/QuestionLayout.module.css"));
|
|
11
|
+
const assistant_svg_1 = __importDefault(require("../../../assests/ai-tutor/assistant.svg"));
|
|
12
|
+
const assistant_module_css_1 = __importDefault(require("../../Molecules/Tutor/Assistant/assistant.module.css"));
|
|
13
|
+
const factual_module_css_1 = __importDefault(require("../../Molecules/FactualCard/factual.module.css"));
|
|
14
|
+
const link_svg_1 = __importDefault(require("../../../assests/ai-tutor/link.svg"));
|
|
15
|
+
const newQuestion_svg_1 = __importDefault(require("../../../assests/ai-tutor/newQuestion.svg"));
|
|
16
|
+
const discussSymbol_svg_1 = __importDefault(require("../../../assests/ai-tutor/discussSymbol.svg"));
|
|
17
|
+
const playIcon_svg_1 = __importDefault(require("../../../assests/wall/playIcon.svg"));
|
|
18
|
+
const discussedSymbol_svg_1 = __importDefault(require("../../../assests/ai-tutor/discussedSymbol.svg"));
|
|
19
|
+
const defaultNew_svg_1 = __importDefault(require("../../../assests/progress-view/defaultNew.svg"));
|
|
20
|
+
const oneNew_svg_1 = __importDefault(require("../../../assests/progress-view/oneNew.svg"));
|
|
21
|
+
const twoNew_svg_1 = __importDefault(require("../../../assests/progress-view/twoNew.svg"));
|
|
22
|
+
const completedNew_svg_1 = __importDefault(require("../../../assests/progress-view/completedNew.svg"));
|
|
23
|
+
const greenCompletedNew_svg_1 = __importDefault(require("../../../assests/progress-view/greenCompletedNew.svg"));
|
|
24
|
+
const lineNew_svg_1 = __importDefault(require("../../../assests/progress-view/lineNew.svg"));
|
|
25
|
+
const lineCompletedNew_svg_1 = __importDefault(require("../../../assests/progress-view/lineCompletedNew.svg"));
|
|
26
|
+
const trophyNew_svg_1 = __importDefault(require("../../../assests/progress-view/trophyNew.svg"));
|
|
27
|
+
const trophyOneNew_svg_1 = __importDefault(require("../../../assests/progress-view/trophyOneNew.svg"));
|
|
28
|
+
const trophyTwoNew_svg_1 = __importDefault(require("../../../assests/progress-view/trophyTwoNew.svg"));
|
|
29
|
+
const trophyCompletedNew_svg_1 = __importDefault(require("../../../assests/progress-view/trophyCompletedNew.svg"));
|
|
30
|
+
const leftIcon_svg_1 = __importDefault(require("../../../assests/progress-view/leftIcon.svg"));
|
|
31
|
+
const rightIcon_svg_1 = __importDefault(require("../../../assests/progress-view/rightIcon.svg"));
|
|
32
|
+
const doubt_svg_1 = __importDefault(require("../../../assests/bottom-nav/doubt.svg"));
|
|
33
|
+
const emptyProgressIcon_svg_1 = __importDefault(require("../../../assests/progress-view/emptyProgressIcon.svg"));
|
|
34
|
+
exports.questionData = [
|
|
35
|
+
{
|
|
36
|
+
questionObject: {
|
|
37
|
+
question_type: "2",
|
|
38
|
+
question: "Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?",
|
|
39
|
+
solution: "<p>64 is the smallest multiple of 4 that is also a perfect cube because it is equal to \\(4^{3}\\)</p>",
|
|
40
|
+
uuid: "e2c6c84d-dd12-43e5-9ef0-4c26a102f56e",
|
|
41
|
+
question_layout: "<p>Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?</p>",
|
|
42
|
+
question_student_layout: [
|
|
43
|
+
"<p>Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?</p>",
|
|
44
|
+
],
|
|
45
|
+
options: ["t", "", "", ""],
|
|
46
|
+
options_layout: ["t", "", "", ""],
|
|
47
|
+
duration: "",
|
|
48
|
+
images: [],
|
|
49
|
+
sub_question: [],
|
|
50
|
+
grades: [{ grade: "43141", difficulty: "47081" }],
|
|
51
|
+
answers_index_hashed_keys: ["40179811f1b216bb25405b3e3c80898f"],
|
|
52
|
+
curriculum: ["38416"],
|
|
53
|
+
subjects: ["43150"],
|
|
54
|
+
chapters: ["91916"],
|
|
55
|
+
topics: ["9453045"],
|
|
56
|
+
sub_topic: [],
|
|
57
|
+
assessmentType: ["Formative"],
|
|
58
|
+
cognitivLevel: ["Application"],
|
|
59
|
+
status: "0",
|
|
60
|
+
version: "1.4",
|
|
61
|
+
is_subquestion: false,
|
|
62
|
+
created_by: "Vandana",
|
|
63
|
+
modified_by: "CMMA Maths",
|
|
64
|
+
is_teacher: true,
|
|
65
|
+
is_student: true,
|
|
66
|
+
created_by_id: "127",
|
|
67
|
+
modified_by_id: "94",
|
|
68
|
+
createdAt: "2024-02-26T11:54:32.015Z",
|
|
69
|
+
version_uuid: "238e0bea-9366-443d-ac87-0f5ad0ca4fe0",
|
|
70
|
+
approved_by_id: "94",
|
|
71
|
+
approved_by: "CMMA Maths",
|
|
72
|
+
is_archive: false,
|
|
73
|
+
layout_type: null,
|
|
74
|
+
images_details: [],
|
|
75
|
+
knowledge_cell: ["65b9211fb08b2332523835ea"],
|
|
76
|
+
source: "Source G",
|
|
77
|
+
option_image_details: [
|
|
78
|
+
{
|
|
79
|
+
url: "https://innerscore-questions.s3.amazonaws.com/c0014da7-3111-45f2-8ed5-07c1d3765a69.png",
|
|
80
|
+
aspect_ratio_type: 2,
|
|
81
|
+
show_text: true,
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
url: "https://innerscore-questions.s3.amazonaws.com/79a804fb-96b6-47c7-8166-81982ccd26c5.png",
|
|
85
|
+
aspect_ratio_type: 2,
|
|
86
|
+
show_text: true,
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
url: "https://innerscore-questions.s3.amazonaws.com/a3ad4f89-40f1-4967-b0f3-0e29c64128b2.png",
|
|
90
|
+
aspect_ratio_type: 2,
|
|
91
|
+
show_text: true,
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
url: "https://innerscore-questions.s3.amazonaws.com/6b363d49-9c14-49bb-8f4f-85b7e1deb4db.png",
|
|
95
|
+
aspect_ratio_type: 2,
|
|
96
|
+
show_text: true,
|
|
97
|
+
},
|
|
98
|
+
],
|
|
99
|
+
labels: {
|
|
100
|
+
normal: {
|
|
101
|
+
prompt_id: "65d35e2948a34e9470928f44",
|
|
102
|
+
source_coteacher_uuid: "21f7ee77-9fcd-446d-bc24-53e89b8fd573",
|
|
103
|
+
},
|
|
104
|
+
syllabus: [
|
|
105
|
+
{
|
|
106
|
+
curriculum: "38416",
|
|
107
|
+
grade: "43141",
|
|
108
|
+
subject: "43150",
|
|
109
|
+
chapter: "91916",
|
|
110
|
+
topic: "9453045",
|
|
111
|
+
difficulty: "47081",
|
|
112
|
+
},
|
|
113
|
+
],
|
|
114
|
+
explanation: { prompt_id: "65d3889248a34e947092ac6a" },
|
|
115
|
+
isAdvanced: false,
|
|
116
|
+
basket: true,
|
|
117
|
+
},
|
|
118
|
+
updatedAt: "2024-09-09T06:04:13.667Z",
|
|
119
|
+
__v: 0,
|
|
120
|
+
approvedAt: "2024-07-16T05:52:06.674Z",
|
|
121
|
+
hintandexplanations: [
|
|
122
|
+
{
|
|
123
|
+
_id: "65dc7bf8672c9c7702c2674e",
|
|
124
|
+
hint: [],
|
|
125
|
+
explanation: [
|
|
126
|
+
{
|
|
127
|
+
layout_type: "Normal",
|
|
128
|
+
data: [
|
|
129
|
+
{
|
|
130
|
+
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>",
|
|
131
|
+
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.",
|
|
132
|
+
media_type: "image",
|
|
133
|
+
media: "",
|
|
134
|
+
_id: "65d72f75a96478be69ecbf8e",
|
|
135
|
+
},
|
|
136
|
+
],
|
|
137
|
+
_id: "65dc7bf8672c9c7702c2674f",
|
|
138
|
+
},
|
|
139
|
+
],
|
|
140
|
+
question_id: "c3d38f8f-7c46-4046-86cb-e92fbd620b0d",
|
|
141
|
+
createdAt: "2024-02-26T11:54:32.030Z",
|
|
142
|
+
updatedAt: "2024-02-26T11:54:32.030Z",
|
|
143
|
+
__v: 0,
|
|
144
|
+
},
|
|
145
|
+
],
|
|
146
|
+
syllabusMapping: [
|
|
147
|
+
{
|
|
148
|
+
curriculum: { id: "38416", title: "CBSE" },
|
|
149
|
+
grade: { id: "43141", title: "Grade 8" },
|
|
150
|
+
subject: { id: "43150", title: "Mathematics" },
|
|
151
|
+
chapter: { id: "91916", title: "Cubes and Cube Roots" },
|
|
152
|
+
topic: { id: "9453045", title: "Cubes" },
|
|
153
|
+
difficulty: { id: "47081" },
|
|
154
|
+
assessmentType: "Formative",
|
|
155
|
+
cognitivLevel: "Application",
|
|
156
|
+
},
|
|
157
|
+
],
|
|
158
|
+
showGreen: true,
|
|
159
|
+
},
|
|
160
|
+
userAnswer: {
|
|
161
|
+
answerResult: [
|
|
162
|
+
{
|
|
163
|
+
actualAnswer: "40179811f1b216bb25405b3e3c80898f",
|
|
164
|
+
givenAnswer: "c69013f5d3ba7f0317633405c1428a42",
|
|
165
|
+
isCorrect: false,
|
|
166
|
+
time_taken: 5,
|
|
167
|
+
},
|
|
168
|
+
],
|
|
169
|
+
overAllResult: false,
|
|
170
|
+
},
|
|
171
|
+
dispalyedQues: [
|
|
172
|
+
{
|
|
173
|
+
basket_id: "66dec4f247114c21928ac344",
|
|
174
|
+
learning_mode: "assessment",
|
|
175
|
+
non_basket_id: "",
|
|
176
|
+
mode: "normal",
|
|
177
|
+
eval_state: "advanced",
|
|
178
|
+
current_status: "",
|
|
179
|
+
current_rule: "",
|
|
180
|
+
current_step_id: "assessment",
|
|
181
|
+
prev_step_id: "",
|
|
182
|
+
prev_basket_id: "",
|
|
183
|
+
visited_question_indices: { m_index: 3, s_index: 0 },
|
|
184
|
+
contents: [],
|
|
185
|
+
questions: [
|
|
186
|
+
{
|
|
187
|
+
question: "af2d846f-f274-4028-a61b-420626dff6af",
|
|
188
|
+
user_answer: '{"answerResult":[{"actualAnswer":"125","givenAnswer":"150","isCorrect":false}],"overAllResult":false,"chatId":"5d98d17a-9f8b-4091-b236-6b295e5f3420"}',
|
|
189
|
+
difficulty_level: "",
|
|
190
|
+
result: false,
|
|
191
|
+
question_sequence: "main_question",
|
|
192
|
+
created_at: "2024-09-09T09:51:05.038Z",
|
|
193
|
+
question_details: {
|
|
194
|
+
question_type: "2",
|
|
195
|
+
question: "What is the cube of the number 5?",
|
|
196
|
+
solution: "<p>The cube of 5 is 5 × 5 × 5 = 125. </p>",
|
|
197
|
+
uuid: "aab397a1-9c11-47c5-bd59-08089544ce72",
|
|
198
|
+
question_layout: "<p>What is the cube of the number 5?</p>",
|
|
199
|
+
question_student_layout: [
|
|
200
|
+
"<p>What is the cube of the number 5?</p>",
|
|
201
|
+
],
|
|
202
|
+
options: ["25", "50", "125", "150"],
|
|
203
|
+
options_layout: ["25", "50", "125", "150"],
|
|
204
|
+
answers: ["125"],
|
|
205
|
+
answers_layout: ["125"],
|
|
206
|
+
duration: "",
|
|
207
|
+
images: [],
|
|
208
|
+
sub_question: [],
|
|
209
|
+
grades: [{ grade: "43141", difficulty: "47081" }],
|
|
210
|
+
curriculum: ["38416"],
|
|
211
|
+
subjects: ["43150"],
|
|
212
|
+
chapters: ["91916"],
|
|
213
|
+
topics: ["9453045"],
|
|
214
|
+
sub_topic: [],
|
|
215
|
+
assessmentType: ["Formative"],
|
|
216
|
+
cognitivLevel: ["Application"],
|
|
217
|
+
status: "0",
|
|
218
|
+
version: "1.2",
|
|
219
|
+
is_subquestion: false,
|
|
220
|
+
created_by: "Vandana",
|
|
221
|
+
modified_by: "CMMA Maths",
|
|
222
|
+
is_teacher: true,
|
|
223
|
+
is_student: true,
|
|
224
|
+
created_by_id: "127",
|
|
225
|
+
modified_by_id: "94",
|
|
226
|
+
createdAt: "2024-02-26T10:57:24.813Z",
|
|
227
|
+
version_uuid: "af2d846f-f274-4028-a61b-420626dff6af",
|
|
228
|
+
approved_by_id: "94",
|
|
229
|
+
approved_by: "CMMA Maths",
|
|
230
|
+
is_archive: false,
|
|
231
|
+
layout_type: null,
|
|
232
|
+
images_details: [],
|
|
233
|
+
knowledge_cell: ["65b92021b08b23325238251a"],
|
|
234
|
+
source: "Source G",
|
|
235
|
+
option_image_details: [],
|
|
236
|
+
labels: {
|
|
237
|
+
normal: {
|
|
238
|
+
prompt_id: "65d35a9a48a34e9470928cd9",
|
|
239
|
+
source_coteacher_uuid: "adbec745-a134-48c4-8047-446962fc2c5b",
|
|
240
|
+
},
|
|
241
|
+
syllabus: [
|
|
242
|
+
{
|
|
243
|
+
curriculum: "38416",
|
|
244
|
+
grade: "43141",
|
|
245
|
+
subject: "43150",
|
|
246
|
+
chapter: "91916",
|
|
247
|
+
topic: "9453045",
|
|
248
|
+
difficulty: "47081",
|
|
249
|
+
},
|
|
250
|
+
],
|
|
251
|
+
explanation: { prompt_id: "65d38f8f48a34e947092b190" },
|
|
252
|
+
isAdvanced: false,
|
|
253
|
+
basket: true,
|
|
254
|
+
},
|
|
255
|
+
updatedAt: "2024-09-09T06:04:13.667Z",
|
|
256
|
+
__v: 0,
|
|
257
|
+
approvedAt: "2024-07-16T05:52:06.674Z",
|
|
258
|
+
hintandexplanations: [
|
|
259
|
+
{
|
|
260
|
+
_id: "65dc6e94672c9c7702c25742",
|
|
261
|
+
hint: [],
|
|
262
|
+
explanation: [
|
|
263
|
+
{
|
|
264
|
+
layout_type: "Normal",
|
|
265
|
+
data: [
|
|
266
|
+
{
|
|
267
|
+
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.",
|
|
268
|
+
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.",
|
|
269
|
+
media_type: "image",
|
|
270
|
+
media: "",
|
|
271
|
+
_id: "65d38f8fe04ce2b731a62d6d",
|
|
272
|
+
},
|
|
273
|
+
],
|
|
274
|
+
_id: "65dc6e94672c9c7702c25743",
|
|
275
|
+
},
|
|
276
|
+
],
|
|
277
|
+
question_id: "aab397a1-9c11-47c5-bd59-08089544ce72",
|
|
278
|
+
createdAt: "2024-02-26T10:57:24.828Z",
|
|
279
|
+
updatedAt: "2024-02-26T10:57:24.828Z",
|
|
280
|
+
__v: 0,
|
|
281
|
+
},
|
|
282
|
+
],
|
|
283
|
+
syllabusMapping: [
|
|
284
|
+
{
|
|
285
|
+
curriculum: { id: "38416", title: "CBSE" },
|
|
286
|
+
grade: { id: "43141", title: "Grade 8" },
|
|
287
|
+
subject: { id: "43150", title: "Mathematics" },
|
|
288
|
+
chapter: { id: "91916", title: "Cubes and Cube Roots" },
|
|
289
|
+
topic: { id: "9453045", title: "Cubes" },
|
|
290
|
+
difficulty: { id: "47081" },
|
|
291
|
+
assessmentType: "Formative",
|
|
292
|
+
cognitivLevel: "Application",
|
|
293
|
+
},
|
|
294
|
+
],
|
|
295
|
+
},
|
|
296
|
+
main_question_count: "1",
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
question: "baf2dcad-7a45-462b-94df-63bebe775bc1",
|
|
300
|
+
user_answer: '{"answerResult":[{"actualAnswer":"941192","givenAnswer":"8000","isCorrect":false}],"overAllResult":false,"chatId":"29edd990-a25a-438d-b34e-fc96ecc"}',
|
|
301
|
+
difficulty_level: "",
|
|
302
|
+
result: true,
|
|
303
|
+
question_sequence: "main_question",
|
|
304
|
+
created_at: "2024-09-09T09:51:09.354Z",
|
|
305
|
+
question_details: {
|
|
306
|
+
question_type: "2",
|
|
307
|
+
question: "What is the cube of the largest two-digit even number?",
|
|
308
|
+
solution: "<p>The largest two-digit even number is 98. The cube of 98 is 98 × 98 × 98 = 941192.</p>",
|
|
309
|
+
uuid: "db1fd729-8d57-4364-8358-213eea0320fe",
|
|
310
|
+
question_layout: "<p>What is the cube of the largest two-digit even number?</p>",
|
|
311
|
+
question_student_layout: [
|
|
312
|
+
"<p>What is the cube of the largest two-digit even number?</p>",
|
|
313
|
+
],
|
|
314
|
+
options: ["64000", "6859", "8000", "941192"],
|
|
315
|
+
options_layout: ["64000", "6859", "8000", "<p>941192</p>"],
|
|
316
|
+
answers: ["941192"],
|
|
317
|
+
answers_layout: ["<p>941192</p>"],
|
|
318
|
+
duration: "",
|
|
319
|
+
images: [],
|
|
320
|
+
sub_question: [],
|
|
321
|
+
grades: [{ grade: "43141", difficulty: "47081" }],
|
|
322
|
+
curriculum: ["38416"],
|
|
323
|
+
subjects: ["43150"],
|
|
324
|
+
chapters: ["91916"],
|
|
325
|
+
topics: ["9453045"],
|
|
326
|
+
sub_topic: [],
|
|
327
|
+
assessmentType: ["Formative"],
|
|
328
|
+
cognitivLevel: ["Application"],
|
|
329
|
+
status: "0",
|
|
330
|
+
version: "1.3",
|
|
331
|
+
is_subquestion: false,
|
|
332
|
+
created_by: "Vandana",
|
|
333
|
+
modified_by: "CMMA Maths",
|
|
334
|
+
is_teacher: true,
|
|
335
|
+
is_student: true,
|
|
336
|
+
created_by_id: "127",
|
|
337
|
+
modified_by_id: "94",
|
|
338
|
+
createdAt: "2024-02-26T12:05:39.013Z",
|
|
339
|
+
version_uuid: "baf2dcad-7a45-462b-94df-63bebe775bc1",
|
|
340
|
+
approved_by_id: "94",
|
|
341
|
+
approved_by: "CMMA Maths",
|
|
342
|
+
is_archive: false,
|
|
343
|
+
layout_type: null,
|
|
344
|
+
images_details: [],
|
|
345
|
+
knowledge_cell: ["65b92021b08b23325238251a"],
|
|
346
|
+
source: "Source G",
|
|
347
|
+
option_image_details: [],
|
|
348
|
+
labels: {
|
|
349
|
+
normal: {
|
|
350
|
+
prompt_id: "65d35b0048a34e9470928d1e",
|
|
351
|
+
source_coteacher_uuid: "5420b263-7f2c-4091-b7e9-b257292cd40c",
|
|
352
|
+
},
|
|
353
|
+
syllabus: [
|
|
354
|
+
{
|
|
355
|
+
curriculum: "38416",
|
|
356
|
+
grade: "43141",
|
|
357
|
+
subject: "43150",
|
|
358
|
+
chapter: "91916",
|
|
359
|
+
topic: "9453045",
|
|
360
|
+
difficulty: "47120",
|
|
361
|
+
},
|
|
362
|
+
],
|
|
363
|
+
explanation: { prompt_id: "65d38ea148a34e947092b0df" },
|
|
364
|
+
isAdvanced: false,
|
|
365
|
+
basket: true,
|
|
366
|
+
},
|
|
367
|
+
updatedAt: "2024-09-09T06:04:13.667Z",
|
|
368
|
+
__v: 0,
|
|
369
|
+
approvedAt: "2024-07-16T05:52:06.674Z",
|
|
370
|
+
hintandexplanations: [
|
|
371
|
+
{
|
|
372
|
+
_id: "65dc7e934fba1266d2d1a0bc",
|
|
373
|
+
hint: [],
|
|
374
|
+
explanation: [
|
|
375
|
+
{
|
|
376
|
+
layout_type: "Normal",
|
|
377
|
+
data: [
|
|
378
|
+
{
|
|
379
|
+
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>",
|
|
380
|
+
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.",
|
|
381
|
+
media_type: "image",
|
|
382
|
+
media: "",
|
|
383
|
+
_id: "65d6e124a96478be69ebf2be",
|
|
384
|
+
},
|
|
385
|
+
],
|
|
386
|
+
_id: "65dc7e934fba1266d2d1a0bd",
|
|
387
|
+
},
|
|
388
|
+
],
|
|
389
|
+
question_id: "db1fd729-8d57-4364-8358-213eea0320fe",
|
|
390
|
+
createdAt: "2024-02-26T12:05:39.027Z",
|
|
391
|
+
updatedAt: "2024-02-26T12:05:39.027Z",
|
|
392
|
+
__v: 0,
|
|
393
|
+
},
|
|
394
|
+
],
|
|
395
|
+
syllabusMapping: [
|
|
396
|
+
{
|
|
397
|
+
curriculum: { id: "38416", title: "CBSE" },
|
|
398
|
+
grade: { id: "43141", title: "Grade 8" },
|
|
399
|
+
subject: { id: "43150", title: "Mathematics" },
|
|
400
|
+
chapter: { id: "91916", title: "Cubes and Cube Roots" },
|
|
401
|
+
topic: { id: "9453045", title: "Cubes" },
|
|
402
|
+
difficulty: { id: "47081" },
|
|
403
|
+
assessmentType: "Formative",
|
|
404
|
+
cognitivLevel: "Application",
|
|
405
|
+
},
|
|
406
|
+
],
|
|
407
|
+
},
|
|
408
|
+
main_question_count: "2",
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
question: "238e0bea-9366-443d-ac87-0f5ad0ca4fe0",
|
|
412
|
+
user_answer: '{"answerResult":[{"actualAnswer":"64","givenAnswer":"64","isCorrect":true}],"overAllResult":true,"chatId":"284ec739-a6e8-41d6-8d46-f8d9a85fe061"}',
|
|
413
|
+
difficulty_level: "",
|
|
414
|
+
result: false,
|
|
415
|
+
question_sequence: "main_question",
|
|
416
|
+
created_at: "2024-09-09T09:51:11.962Z",
|
|
417
|
+
question_details: {
|
|
418
|
+
question_type: "2",
|
|
419
|
+
question: "Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?",
|
|
420
|
+
solution: "<p>64 is the smallest multiple of 4 that is also a perfect cube because it is equal to \\(4^{3}\\)</p>",
|
|
421
|
+
uuid: "c3d38f8f-7c46-4046-86cb-e92fbd620b0d",
|
|
422
|
+
question_layout: "<p>Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?</p>",
|
|
423
|
+
question_student_layout: [
|
|
424
|
+
"<p>Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?</p>",
|
|
425
|
+
],
|
|
426
|
+
options: ["64", "128", "256", "512"],
|
|
427
|
+
options_layout: ["64", "128", "256", "512"],
|
|
428
|
+
answers: ["64"],
|
|
429
|
+
answers_layout: ["64"],
|
|
430
|
+
duration: "",
|
|
431
|
+
images: [],
|
|
432
|
+
sub_question: [],
|
|
433
|
+
grades: [{ grade: "43141", difficulty: "47081" }],
|
|
434
|
+
curriculum: ["38416"],
|
|
435
|
+
subjects: ["43150"],
|
|
436
|
+
chapters: ["91916"],
|
|
437
|
+
topics: ["9453045"],
|
|
438
|
+
sub_topic: [],
|
|
439
|
+
assessmentType: ["Formative"],
|
|
440
|
+
cognitivLevel: ["Application"],
|
|
441
|
+
status: "0",
|
|
442
|
+
version: "1.4",
|
|
443
|
+
is_subquestion: false,
|
|
444
|
+
created_by: "Vandana",
|
|
445
|
+
modified_by: "CMMA Maths",
|
|
446
|
+
is_teacher: true,
|
|
447
|
+
is_student: true,
|
|
448
|
+
created_by_id: "127",
|
|
449
|
+
modified_by_id: "94",
|
|
450
|
+
createdAt: "2024-02-26T11:54:32.015Z",
|
|
451
|
+
version_uuid: "238e0bea-9366-443d-ac87-0f5ad0ca4fe0",
|
|
452
|
+
approved_by_id: "94",
|
|
453
|
+
approved_by: "CMMA Maths",
|
|
454
|
+
is_archive: false,
|
|
455
|
+
layout_type: null,
|
|
456
|
+
images_details: [],
|
|
457
|
+
knowledge_cell: ["65b9211fb08b2332523835ea"],
|
|
458
|
+
source: "Source G",
|
|
459
|
+
option_image_details: [],
|
|
460
|
+
labels: {
|
|
461
|
+
normal: {
|
|
462
|
+
prompt_id: "65d35e2948a34e9470928f44",
|
|
463
|
+
source_coteacher_uuid: "21f7ee77-9fcd-446d-bc24-53e89b8fd573",
|
|
464
|
+
},
|
|
465
|
+
syllabus: [
|
|
466
|
+
{
|
|
467
|
+
curriculum: "38416",
|
|
468
|
+
grade: "43141",
|
|
469
|
+
subject: "43150",
|
|
470
|
+
chapter: "91916",
|
|
471
|
+
topic: "9453045",
|
|
472
|
+
difficulty: "47081",
|
|
473
|
+
},
|
|
474
|
+
],
|
|
475
|
+
explanation: { prompt_id: "65d3889248a34e947092ac6a" },
|
|
476
|
+
isAdvanced: false,
|
|
477
|
+
basket: true,
|
|
478
|
+
},
|
|
479
|
+
updatedAt: "2024-09-09T06:04:13.667Z",
|
|
480
|
+
__v: 0,
|
|
481
|
+
approvedAt: "2024-07-16T05:52:06.674Z",
|
|
482
|
+
hintandexplanations: [
|
|
483
|
+
{
|
|
484
|
+
_id: "65dc7bf8672c9c7702c2674e",
|
|
485
|
+
hint: [],
|
|
486
|
+
explanation: [
|
|
487
|
+
{
|
|
488
|
+
layout_type: "Normal",
|
|
489
|
+
data: [
|
|
490
|
+
{
|
|
491
|
+
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>",
|
|
492
|
+
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.",
|
|
493
|
+
media_type: "image",
|
|
494
|
+
media: "",
|
|
495
|
+
_id: "65d72f75a96478be69ecbf8e",
|
|
496
|
+
},
|
|
497
|
+
],
|
|
498
|
+
_id: "65dc7bf8672c9c7702c2674f",
|
|
499
|
+
},
|
|
500
|
+
],
|
|
501
|
+
question_id: "c3d38f8f-7c46-4046-86cb-e92fbd620b0d",
|
|
502
|
+
createdAt: "2024-02-26T11:54:32.030Z",
|
|
503
|
+
updatedAt: "2024-02-26T11:54:32.030Z",
|
|
504
|
+
__v: 0,
|
|
505
|
+
},
|
|
506
|
+
],
|
|
507
|
+
syllabusMapping: [
|
|
508
|
+
{
|
|
509
|
+
curriculum: { id: "38416", title: "CBSE" },
|
|
510
|
+
grade: { id: "43141", title: "Grade 8" },
|
|
511
|
+
subject: { id: "43150", title: "Mathematics" },
|
|
512
|
+
chapter: { id: "91916", title: "Cubes and Cube Roots" },
|
|
513
|
+
topic: { id: "9453045", title: "Cubes" },
|
|
514
|
+
difficulty: { id: "47081" },
|
|
515
|
+
assessmentType: "Formative",
|
|
516
|
+
cognitivLevel: "Application",
|
|
517
|
+
},
|
|
518
|
+
],
|
|
519
|
+
},
|
|
520
|
+
main_question_count: "3",
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
question: "912435da-1927-45a7-96f5-d1b3dec00adf",
|
|
524
|
+
user_answer: '{"answerResult":[{"actualAnswer":"4","givenAnswer":"8","isCorrect":false}],"overAllResult":false,"chatId":"29edd990-a25a-438d-b34e-fc1c96ec2c8"}',
|
|
525
|
+
difficulty_level: "",
|
|
526
|
+
result: false,
|
|
527
|
+
question_sequence: "main_question",
|
|
528
|
+
created_at: "2024-09-09T09:51:14.307Z",
|
|
529
|
+
question_details: {
|
|
530
|
+
question_type: "2",
|
|
531
|
+
question: "A number is multiplied by itself three times to get 64. What is the number?",
|
|
532
|
+
solution: "<p>The number is 4 because 4 × 4 × 4 = 64. </p>",
|
|
533
|
+
uuid: "5aa77892-f8b9-4482-a6fe-876212413d4a",
|
|
534
|
+
question_layout: "<p>A number is multiplied by itself three times to get 64. What is the number?</p>",
|
|
535
|
+
question_student_layout: [
|
|
536
|
+
"<p>A number is multiplied by itself three times to get 64. What is the number?</p>",
|
|
537
|
+
],
|
|
538
|
+
options: ["2", "4", "6", "8"],
|
|
539
|
+
options_layout: ["2", "4", "6", "8"],
|
|
540
|
+
answers: ["4"],
|
|
541
|
+
answers_layout: ["4"],
|
|
542
|
+
duration: "",
|
|
543
|
+
images: [],
|
|
544
|
+
sub_question: [],
|
|
545
|
+
grades: [{ grade: "43141", difficulty: "47081" }],
|
|
546
|
+
curriculum: ["38416"],
|
|
547
|
+
subjects: ["43150"],
|
|
548
|
+
chapters: ["91916"],
|
|
549
|
+
topics: ["9453045"],
|
|
550
|
+
sub_topic: [],
|
|
551
|
+
assessmentType: ["Formative"],
|
|
552
|
+
cognitivLevel: ["Application"],
|
|
553
|
+
status: "0",
|
|
554
|
+
version: "1.2",
|
|
555
|
+
is_subquestion: false,
|
|
556
|
+
created_by: "Vandana",
|
|
557
|
+
modified_by: "CMMA Maths",
|
|
558
|
+
is_teacher: true,
|
|
559
|
+
is_student: true,
|
|
560
|
+
created_by_id: "127",
|
|
561
|
+
modified_by_id: "94",
|
|
562
|
+
createdAt: "2024-02-26T11:05:32.911Z",
|
|
563
|
+
version_uuid: "912435da-1927-45a7-96f5-d1b3dec00adf",
|
|
564
|
+
approved_by_id: "94",
|
|
565
|
+
approved_by: "CMMA Maths",
|
|
566
|
+
is_archive: false,
|
|
567
|
+
layout_type: null,
|
|
568
|
+
images_details: [],
|
|
569
|
+
knowledge_cell: ["65b92175b08b233252383b6a"],
|
|
570
|
+
source: "Source G",
|
|
571
|
+
option_image_details: [],
|
|
572
|
+
labels: {
|
|
573
|
+
normal: {
|
|
574
|
+
prompt_id: "65d3598f48a34e9470928bee",
|
|
575
|
+
source_coteacher_uuid: "067fbd2d-2621-4f01-acec-55fe428506cd",
|
|
576
|
+
},
|
|
577
|
+
syllabus: [
|
|
578
|
+
{
|
|
579
|
+
curriculum: "38416",
|
|
580
|
+
grade: "43141",
|
|
581
|
+
subject: "43150",
|
|
582
|
+
chapter: "91916",
|
|
583
|
+
topic: [],
|
|
584
|
+
difficulty: "47081",
|
|
585
|
+
},
|
|
586
|
+
],
|
|
587
|
+
explanation: { prompt_id: "65d3912b48a34e947092b30b" },
|
|
588
|
+
isAdvanced: false,
|
|
589
|
+
basket: true,
|
|
590
|
+
},
|
|
591
|
+
updatedAt: "2024-09-09T06:04:13.667Z",
|
|
592
|
+
__v: 0,
|
|
593
|
+
approvedAt: "2024-07-16T05:52:06.674Z",
|
|
594
|
+
hintandexplanations: [
|
|
595
|
+
{
|
|
596
|
+
_id: "65dc707c4fba1266d2d18e22",
|
|
597
|
+
hint: [],
|
|
598
|
+
explanation: [
|
|
599
|
+
{
|
|
600
|
+
layout_type: "Normal",
|
|
601
|
+
data: [
|
|
602
|
+
{
|
|
603
|
+
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>",
|
|
604
|
+
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.",
|
|
605
|
+
media_type: "image",
|
|
606
|
+
media: "",
|
|
607
|
+
_id: "65d5e3a06d01968ae918ae67",
|
|
608
|
+
},
|
|
609
|
+
],
|
|
610
|
+
_id: "65dc707c4fba1266d2d18e23",
|
|
611
|
+
},
|
|
612
|
+
],
|
|
613
|
+
question_id: "5aa77892-f8b9-4482-a6fe-876212413d4a",
|
|
614
|
+
createdAt: "2024-02-26T11:05:32.932Z",
|
|
615
|
+
updatedAt: "2024-02-26T11:05:32.932Z",
|
|
616
|
+
__v: 0,
|
|
617
|
+
},
|
|
618
|
+
],
|
|
619
|
+
syllabusMapping: [
|
|
620
|
+
{
|
|
621
|
+
curriculum: { id: "38416", title: "CBSE" },
|
|
622
|
+
grade: { id: "43141", title: "Grade 8" },
|
|
623
|
+
subject: { id: "43150", title: "Mathematics" },
|
|
624
|
+
chapter: { id: "91916", title: "Cubes and Cube Roots" },
|
|
625
|
+
topic: { id: "9453045", title: "Cubes" },
|
|
626
|
+
difficulty: { id: "47081" },
|
|
627
|
+
assessmentType: "Formative",
|
|
628
|
+
cognitivLevel: "Application",
|
|
629
|
+
},
|
|
630
|
+
],
|
|
631
|
+
},
|
|
632
|
+
main_question_count: "4",
|
|
633
|
+
},
|
|
634
|
+
],
|
|
635
|
+
total_questions: 4,
|
|
636
|
+
},
|
|
637
|
+
],
|
|
638
|
+
history: [
|
|
639
|
+
{ role: "user", content: "64" },
|
|
640
|
+
{
|
|
641
|
+
role: "assistant",
|
|
642
|
+
content: "Well done! The smallest multiple of 4 that is also a perfect cube is indeed 64. This is because \\(64 = 4 \\times 16\\) and it can also be expressed as \\(4^3\\), satisfying both conditions of being a multiple of 4 and a perfect cube.Well done! The smallest multiple of 4 that is also a perfect cube is indeed 64. This is because \\(64 = 4 \\times 16\\) and it can also be expressed as \\(4^3\\), satisfying both conditions of being a multiple of 4 and a perfect cube.#*#*#",
|
|
643
|
+
},
|
|
644
|
+
],
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
questionObject: {
|
|
648
|
+
question_type: "2",
|
|
649
|
+
question: "A number is multiplied by itself three times to get 64. What is the number?",
|
|
650
|
+
solution: "<p>The number is 4 because 4 × 4 × 4 = 64. </p>",
|
|
651
|
+
uuid: "5aa77892-f8b9-4482-a6fe-876212413d4a",
|
|
652
|
+
question_layout: "<p>A number is multiplied by itself three times to get 64. What is the number?</p>",
|
|
653
|
+
question_student_layout: [
|
|
654
|
+
"<p>A number is multiplied by itself three times to get 64. What is the number?</p>",
|
|
655
|
+
],
|
|
656
|
+
options: ["2", "4", "6", "8"],
|
|
657
|
+
options_layout: ["2", "4", "6", "8"],
|
|
658
|
+
answers: ["4"],
|
|
659
|
+
answers_layout: ["4"],
|
|
660
|
+
duration: "",
|
|
661
|
+
images: [],
|
|
662
|
+
sub_question: [],
|
|
663
|
+
grades: [{ grade: "43141", difficulty: "47081" }],
|
|
664
|
+
curriculum: ["38416"],
|
|
665
|
+
subjects: ["43150"],
|
|
666
|
+
chapters: ["91916"],
|
|
667
|
+
topics: ["9453045"],
|
|
668
|
+
sub_topic: [],
|
|
669
|
+
assessmentType: ["Formative"],
|
|
670
|
+
cognitivLevel: ["Application"],
|
|
671
|
+
status: "0",
|
|
672
|
+
version: "1.2",
|
|
673
|
+
is_subquestion: false,
|
|
674
|
+
created_by: "Vandana",
|
|
675
|
+
modified_by: "CMMA Maths",
|
|
676
|
+
is_teacher: true,
|
|
677
|
+
is_student: true,
|
|
678
|
+
created_by_id: "127",
|
|
679
|
+
modified_by_id: "94",
|
|
680
|
+
createdAt: "2024-02-26T11:05:32.911Z",
|
|
681
|
+
version_uuid: "912435da-1927-45a7-96f5-d1b3dec00adf",
|
|
682
|
+
approved_by_id: "94",
|
|
683
|
+
approved_by: "CMMA Maths",
|
|
684
|
+
is_archive: false,
|
|
685
|
+
layout_type: null,
|
|
686
|
+
images_details: [],
|
|
687
|
+
knowledge_cell: ["65b92175b08b233252383b6a"],
|
|
688
|
+
source: "Source G",
|
|
689
|
+
option_image_details: [],
|
|
690
|
+
labels: {
|
|
691
|
+
normal: {
|
|
692
|
+
prompt_id: "65d3598f48a34e9470928bee",
|
|
693
|
+
source_coteacher_uuid: "067fbd2d-2621-4f01-acec-55fe428506cd",
|
|
694
|
+
},
|
|
695
|
+
syllabus: [
|
|
696
|
+
{
|
|
697
|
+
curriculum: "38416",
|
|
698
|
+
grade: "43141",
|
|
699
|
+
subject: "43150",
|
|
700
|
+
chapter: "91916",
|
|
701
|
+
topic: [],
|
|
702
|
+
difficulty: "47081",
|
|
703
|
+
},
|
|
704
|
+
],
|
|
705
|
+
explanation: { prompt_id: "65d3912b48a34e947092b30b" },
|
|
706
|
+
isAdvanced: false,
|
|
707
|
+
basket: true,
|
|
708
|
+
},
|
|
709
|
+
updatedAt: "2024-09-09T06:04:13.667Z",
|
|
710
|
+
__v: 0,
|
|
711
|
+
approvedAt: "2024-07-16T05:52:06.674Z",
|
|
712
|
+
hintandexplanations: [
|
|
713
|
+
{
|
|
714
|
+
_id: "65dc707c4fba1266d2d18e22",
|
|
715
|
+
hint: [],
|
|
716
|
+
explanation: [
|
|
717
|
+
{
|
|
718
|
+
layout_type: "Normal",
|
|
719
|
+
data: [
|
|
720
|
+
{
|
|
721
|
+
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>",
|
|
722
|
+
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.",
|
|
723
|
+
media_type: "image",
|
|
724
|
+
media: "",
|
|
725
|
+
_id: "65d5e3a06d01968ae918ae67",
|
|
726
|
+
},
|
|
727
|
+
],
|
|
728
|
+
_id: "65dc707c4fba1266d2d18e23",
|
|
729
|
+
},
|
|
730
|
+
],
|
|
731
|
+
question_id: "5aa77892-f8b9-4482-a6fe-876212413d4a",
|
|
732
|
+
createdAt: "2024-02-26T11:05:32.932Z",
|
|
733
|
+
updatedAt: "2024-02-26T11:05:32.932Z",
|
|
734
|
+
__v: 0,
|
|
735
|
+
},
|
|
736
|
+
],
|
|
737
|
+
syllabusMapping: [
|
|
738
|
+
{
|
|
739
|
+
curriculum: { id: "38416", title: "CBSE" },
|
|
740
|
+
grade: { id: "43141", title: "Grade 8" },
|
|
741
|
+
subject: { id: "43150", title: "Mathematics" },
|
|
742
|
+
chapter: { id: "91916", title: "Cubes and Cube Roots" },
|
|
743
|
+
topic: { id: "9453045", title: "Cubes" },
|
|
744
|
+
difficulty: { id: "47081" },
|
|
745
|
+
assessmentType: "Formative",
|
|
746
|
+
cognitivLevel: "Application",
|
|
747
|
+
},
|
|
748
|
+
],
|
|
749
|
+
showGreen: true,
|
|
750
|
+
},
|
|
751
|
+
userAnswer: {
|
|
752
|
+
answerResult: [{ actualAnswer: "4", givenAnswer: "8", isCorrect: false }],
|
|
753
|
+
overAllResult: false,
|
|
754
|
+
chatId: "29edd990-a25a-438d-b34e-fc1c96ec2c8",
|
|
755
|
+
},
|
|
756
|
+
dispalyedQues: [
|
|
757
|
+
{
|
|
758
|
+
basket_id: "66dec4f247114c21928ac344",
|
|
759
|
+
learning_mode: "assessment",
|
|
760
|
+
non_basket_id: "",
|
|
761
|
+
mode: "normal",
|
|
762
|
+
eval_state: "advanced",
|
|
763
|
+
current_status: "",
|
|
764
|
+
current_rule: "",
|
|
765
|
+
current_step_id: "assessment",
|
|
766
|
+
prev_step_id: "",
|
|
767
|
+
prev_basket_id: "",
|
|
768
|
+
visited_question_indices: { m_index: 3, s_index: 0 },
|
|
769
|
+
contents: [],
|
|
770
|
+
questions: [
|
|
771
|
+
{
|
|
772
|
+
question: "af2d846f-f274-4028-a61b-420626dff6af",
|
|
773
|
+
user_answer: '{"answerResult":[{"actualAnswer":"125","givenAnswer":"150","isCorrect":false}],"overAllResult":false,"chatId":"5d98d17a-9f8b-4091-b236-6b295e5f3420"}',
|
|
774
|
+
difficulty_level: "",
|
|
775
|
+
result: false,
|
|
776
|
+
question_sequence: "main_question",
|
|
777
|
+
created_at: "2024-09-09T09:51:05.038Z",
|
|
778
|
+
question_details: {
|
|
779
|
+
question_type: "2",
|
|
780
|
+
question: "What is the cube of the number 5?",
|
|
781
|
+
solution: "<p>The cube of 5 is 5 × 5 × 5 = 125. </p>",
|
|
782
|
+
uuid: "aab397a1-9c11-47c5-bd59-08089544ce72",
|
|
783
|
+
question_layout: "<p>What is the cube of the number 5?</p>",
|
|
784
|
+
question_student_layout: [
|
|
785
|
+
"<p>What is the cube of the number 5?</p>",
|
|
786
|
+
],
|
|
787
|
+
options: ["25", "50", "125", "150"],
|
|
788
|
+
options_layout: ["25", "50", "125", "150"],
|
|
789
|
+
answers: ["125"],
|
|
790
|
+
answers_layout: ["125"],
|
|
791
|
+
duration: "",
|
|
792
|
+
images: [],
|
|
793
|
+
sub_question: [],
|
|
794
|
+
grades: [{ grade: "43141", difficulty: "47081" }],
|
|
795
|
+
curriculum: ["38416"],
|
|
796
|
+
subjects: ["43150"],
|
|
797
|
+
chapters: ["91916"],
|
|
798
|
+
topics: ["9453045"],
|
|
799
|
+
sub_topic: [],
|
|
800
|
+
assessmentType: ["Formative"],
|
|
801
|
+
cognitivLevel: ["Application"],
|
|
802
|
+
status: "0",
|
|
803
|
+
version: "1.2",
|
|
804
|
+
is_subquestion: false,
|
|
805
|
+
created_by: "Vandana",
|
|
806
|
+
modified_by: "CMMA Maths",
|
|
807
|
+
is_teacher: true,
|
|
808
|
+
is_student: true,
|
|
809
|
+
created_by_id: "127",
|
|
810
|
+
modified_by_id: "94",
|
|
811
|
+
createdAt: "2024-02-26T10:57:24.813Z",
|
|
812
|
+
version_uuid: "af2d846f-f274-4028-a61b-420626dff6af",
|
|
813
|
+
approved_by_id: "94",
|
|
814
|
+
approved_by: "CMMA Maths",
|
|
815
|
+
is_archive: false,
|
|
816
|
+
layout_type: null,
|
|
817
|
+
images_details: [],
|
|
818
|
+
knowledge_cell: ["65b92021b08b23325238251a"],
|
|
819
|
+
source: "Source G",
|
|
820
|
+
option_image_details: [],
|
|
821
|
+
labels: {
|
|
822
|
+
normal: {
|
|
823
|
+
prompt_id: "65d35a9a48a34e9470928cd9",
|
|
824
|
+
source_coteacher_uuid: "adbec745-a134-48c4-8047-446962fc2c5b",
|
|
825
|
+
},
|
|
826
|
+
syllabus: [
|
|
827
|
+
{
|
|
828
|
+
curriculum: "38416",
|
|
829
|
+
grade: "43141",
|
|
830
|
+
subject: "43150",
|
|
831
|
+
chapter: "91916",
|
|
832
|
+
topic: "9453045",
|
|
833
|
+
difficulty: "47081",
|
|
834
|
+
},
|
|
835
|
+
],
|
|
836
|
+
explanation: { prompt_id: "65d38f8f48a34e947092b190" },
|
|
837
|
+
isAdvanced: false,
|
|
838
|
+
basket: true,
|
|
839
|
+
},
|
|
840
|
+
updatedAt: "2024-09-09T06:04:13.667Z",
|
|
841
|
+
__v: 0,
|
|
842
|
+
approvedAt: "2024-07-16T05:52:06.674Z",
|
|
843
|
+
hintandexplanations: [
|
|
844
|
+
{
|
|
845
|
+
_id: "65dc6e94672c9c7702c25742",
|
|
846
|
+
hint: [],
|
|
847
|
+
explanation: [
|
|
848
|
+
{
|
|
849
|
+
layout_type: "Normal",
|
|
850
|
+
data: [
|
|
851
|
+
{
|
|
852
|
+
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.",
|
|
853
|
+
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.",
|
|
854
|
+
media_type: "image",
|
|
855
|
+
media: "",
|
|
856
|
+
_id: "65d38f8fe04ce2b731a62d6d",
|
|
857
|
+
},
|
|
858
|
+
],
|
|
859
|
+
_id: "65dc6e94672c9c7702c25743",
|
|
860
|
+
},
|
|
861
|
+
],
|
|
862
|
+
question_id: "aab397a1-9c11-47c5-bd59-08089544ce72",
|
|
863
|
+
createdAt: "2024-02-26T10:57:24.828Z",
|
|
864
|
+
updatedAt: "2024-02-26T10:57:24.828Z",
|
|
865
|
+
__v: 0,
|
|
866
|
+
},
|
|
867
|
+
],
|
|
868
|
+
syllabusMapping: [
|
|
869
|
+
{
|
|
870
|
+
curriculum: { id: "38416", title: "CBSE" },
|
|
871
|
+
grade: { id: "43141", title: "Grade 8" },
|
|
872
|
+
subject: { id: "43150", title: "Mathematics" },
|
|
873
|
+
chapter: { id: "91916", title: "Cubes and Cube Roots" },
|
|
874
|
+
topic: { id: "9453045", title: "Cubes" },
|
|
875
|
+
difficulty: { id: "47081" },
|
|
876
|
+
assessmentType: "Formative",
|
|
877
|
+
cognitivLevel: "Application",
|
|
878
|
+
},
|
|
879
|
+
],
|
|
880
|
+
},
|
|
881
|
+
main_question_count: "1",
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
question: "baf2dcad-7a45-462b-94df-63bebe775bc1",
|
|
885
|
+
user_answer: '{"answerResult":[{"actualAnswer":"941192","givenAnswer":"8000","isCorrect":false}],"overAllResult":false,"chatId":"29edd990-a25a-438d-b34e-fc96ecc"}',
|
|
886
|
+
difficulty_level: "",
|
|
887
|
+
result: true,
|
|
888
|
+
question_sequence: "main_question",
|
|
889
|
+
created_at: "2024-09-09T09:51:09.354Z",
|
|
890
|
+
question_details: {
|
|
891
|
+
question_type: "2",
|
|
892
|
+
question: "What is the cube of the largest two-digit even number?",
|
|
893
|
+
solution: "<p>The largest two-digit even number is 98. The cube of 98 is 98 × 98 × 98 = 941192.</p>",
|
|
894
|
+
uuid: "db1fd729-8d57-4364-8358-213eea0320fe",
|
|
895
|
+
question_layout: "<p>What is the cube of the largest two-digit even number?</p>",
|
|
896
|
+
question_student_layout: [
|
|
897
|
+
"<p>What is the cube of the largest two-digit even number?</p>",
|
|
898
|
+
],
|
|
899
|
+
options: ["64000", "6859", "8000", "941192"],
|
|
900
|
+
options_layout: ["64000", "6859", "8000", "<p>941192</p>"],
|
|
901
|
+
answers: ["941192"],
|
|
902
|
+
answers_layout: ["<p>941192</p>"],
|
|
903
|
+
duration: "",
|
|
904
|
+
images: [],
|
|
905
|
+
sub_question: [],
|
|
906
|
+
grades: [{ grade: "43141", difficulty: "47081" }],
|
|
907
|
+
curriculum: ["38416"],
|
|
908
|
+
subjects: ["43150"],
|
|
909
|
+
chapters: ["91916"],
|
|
910
|
+
topics: ["9453045"],
|
|
911
|
+
sub_topic: [],
|
|
912
|
+
assessmentType: ["Formative"],
|
|
913
|
+
cognitivLevel: ["Application"],
|
|
914
|
+
status: "0",
|
|
915
|
+
version: "1.3",
|
|
916
|
+
is_subquestion: false,
|
|
917
|
+
created_by: "Vandana",
|
|
918
|
+
modified_by: "CMMA Maths",
|
|
919
|
+
is_teacher: true,
|
|
920
|
+
is_student: true,
|
|
921
|
+
created_by_id: "127",
|
|
922
|
+
modified_by_id: "94",
|
|
923
|
+
createdAt: "2024-02-26T12:05:39.013Z",
|
|
924
|
+
version_uuid: "baf2dcad-7a45-462b-94df-63bebe775bc1",
|
|
925
|
+
approved_by_id: "94",
|
|
926
|
+
approved_by: "CMMA Maths",
|
|
927
|
+
is_archive: false,
|
|
928
|
+
layout_type: null,
|
|
929
|
+
images_details: [],
|
|
930
|
+
knowledge_cell: ["65b92021b08b23325238251a"],
|
|
931
|
+
source: "Source G",
|
|
932
|
+
option_image_details: [],
|
|
933
|
+
labels: {
|
|
934
|
+
normal: {
|
|
935
|
+
prompt_id: "65d35b0048a34e9470928d1e",
|
|
936
|
+
source_coteacher_uuid: "5420b263-7f2c-4091-b7e9-b257292cd40c",
|
|
937
|
+
},
|
|
938
|
+
syllabus: [
|
|
939
|
+
{
|
|
940
|
+
curriculum: "38416",
|
|
941
|
+
grade: "43141",
|
|
942
|
+
subject: "43150",
|
|
943
|
+
chapter: "91916",
|
|
944
|
+
topic: "9453045",
|
|
945
|
+
difficulty: "47120",
|
|
946
|
+
},
|
|
947
|
+
],
|
|
948
|
+
explanation: { prompt_id: "65d38ea148a34e947092b0df" },
|
|
949
|
+
isAdvanced: false,
|
|
950
|
+
basket: true,
|
|
951
|
+
},
|
|
952
|
+
updatedAt: "2024-09-09T06:04:13.667Z",
|
|
953
|
+
__v: 0,
|
|
954
|
+
approvedAt: "2024-07-16T05:52:06.674Z",
|
|
955
|
+
hintandexplanations: [
|
|
956
|
+
{
|
|
957
|
+
_id: "65dc7e934fba1266d2d1a0bc",
|
|
958
|
+
hint: [],
|
|
959
|
+
explanation: [
|
|
960
|
+
{
|
|
961
|
+
layout_type: "Normal",
|
|
962
|
+
data: [
|
|
963
|
+
{
|
|
964
|
+
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>",
|
|
965
|
+
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.",
|
|
966
|
+
media_type: "image",
|
|
967
|
+
media: "",
|
|
968
|
+
_id: "65d6e124a96478be69ebf2be",
|
|
969
|
+
},
|
|
970
|
+
],
|
|
971
|
+
_id: "65dc7e934fba1266d2d1a0bd",
|
|
972
|
+
},
|
|
973
|
+
],
|
|
974
|
+
question_id: "db1fd729-8d57-4364-8358-213eea0320fe",
|
|
975
|
+
createdAt: "2024-02-26T12:05:39.027Z",
|
|
976
|
+
updatedAt: "2024-02-26T12:05:39.027Z",
|
|
977
|
+
__v: 0,
|
|
978
|
+
},
|
|
979
|
+
],
|
|
980
|
+
syllabusMapping: [
|
|
981
|
+
{
|
|
982
|
+
curriculum: { id: "38416", title: "CBSE" },
|
|
983
|
+
grade: { id: "43141", title: "Grade 8" },
|
|
984
|
+
subject: { id: "43150", title: "Mathematics" },
|
|
985
|
+
chapter: { id: "91916", title: "Cubes and Cube Roots" },
|
|
986
|
+
topic: { id: "9453045", title: "Cubes" },
|
|
987
|
+
difficulty: { id: "47081" },
|
|
988
|
+
assessmentType: "Formative",
|
|
989
|
+
cognitivLevel: "Application",
|
|
990
|
+
},
|
|
991
|
+
],
|
|
992
|
+
},
|
|
993
|
+
main_question_count: "2",
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
question: "238e0bea-9366-443d-ac87-0f5ad0ca4fe0",
|
|
997
|
+
user_answer: '{"answerResult":[{"actualAnswer":"64","givenAnswer":"64","isCorrect":true}],"overAllResult":true,"chatId":"284ec739-a6e8-41d6-8d46-f8d9a85fe061"}',
|
|
998
|
+
difficulty_level: "",
|
|
999
|
+
result: false,
|
|
1000
|
+
question_sequence: "main_question",
|
|
1001
|
+
created_at: "2024-09-09T09:51:11.962Z",
|
|
1002
|
+
question_details: {
|
|
1003
|
+
question_type: "2",
|
|
1004
|
+
question: "Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?",
|
|
1005
|
+
solution: "<p>64 is the smallest multiple of 4 that is also a perfect cube because it is equal to \\(4^{3}\\)</p>",
|
|
1006
|
+
uuid: "c3d38f8f-7c46-4046-86cb-e92fbd620b0d",
|
|
1007
|
+
question_layout: "<p>Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?</p>",
|
|
1008
|
+
question_student_layout: [
|
|
1009
|
+
"<p>Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?</p>",
|
|
1010
|
+
],
|
|
1011
|
+
options: ["64", "128", "256", "512"],
|
|
1012
|
+
options_layout: ["64", "128", "256", "512"],
|
|
1013
|
+
answers: ["64"],
|
|
1014
|
+
answers_layout: ["64"],
|
|
1015
|
+
duration: "",
|
|
1016
|
+
images: [],
|
|
1017
|
+
sub_question: [],
|
|
1018
|
+
grades: [{ grade: "43141", difficulty: "47081" }],
|
|
1019
|
+
curriculum: ["38416"],
|
|
1020
|
+
subjects: ["43150"],
|
|
1021
|
+
chapters: ["91916"],
|
|
1022
|
+
topics: ["9453045"],
|
|
1023
|
+
sub_topic: [],
|
|
1024
|
+
assessmentType: ["Formative"],
|
|
1025
|
+
cognitivLevel: ["Application"],
|
|
1026
|
+
status: "0",
|
|
1027
|
+
version: "1.4",
|
|
1028
|
+
is_subquestion: false,
|
|
1029
|
+
created_by: "Vandana",
|
|
1030
|
+
modified_by: "CMMA Maths",
|
|
1031
|
+
is_teacher: true,
|
|
1032
|
+
is_student: true,
|
|
1033
|
+
created_by_id: "127",
|
|
1034
|
+
modified_by_id: "94",
|
|
1035
|
+
createdAt: "2024-02-26T11:54:32.015Z",
|
|
1036
|
+
version_uuid: "238e0bea-9366-443d-ac87-0f5ad0ca4fe0",
|
|
1037
|
+
approved_by_id: "94",
|
|
1038
|
+
approved_by: "CMMA Maths",
|
|
1039
|
+
is_archive: false,
|
|
1040
|
+
layout_type: null,
|
|
1041
|
+
images_details: [],
|
|
1042
|
+
knowledge_cell: ["65b9211fb08b2332523835ea"],
|
|
1043
|
+
source: "Source G",
|
|
1044
|
+
option_image_details: [],
|
|
1045
|
+
labels: {
|
|
1046
|
+
normal: {
|
|
1047
|
+
prompt_id: "65d35e2948a34e9470928f44",
|
|
1048
|
+
source_coteacher_uuid: "21f7ee77-9fcd-446d-bc24-53e89b8fd573",
|
|
1049
|
+
},
|
|
1050
|
+
syllabus: [
|
|
1051
|
+
{
|
|
1052
|
+
curriculum: "38416",
|
|
1053
|
+
grade: "43141",
|
|
1054
|
+
subject: "43150",
|
|
1055
|
+
chapter: "91916",
|
|
1056
|
+
topic: "9453045",
|
|
1057
|
+
difficulty: "47081",
|
|
1058
|
+
},
|
|
1059
|
+
],
|
|
1060
|
+
explanation: { prompt_id: "65d3889248a34e947092ac6a" },
|
|
1061
|
+
isAdvanced: false,
|
|
1062
|
+
basket: true,
|
|
1063
|
+
},
|
|
1064
|
+
updatedAt: "2024-09-09T06:04:13.667Z",
|
|
1065
|
+
__v: 0,
|
|
1066
|
+
approvedAt: "2024-07-16T05:52:06.674Z",
|
|
1067
|
+
hintandexplanations: [
|
|
1068
|
+
{
|
|
1069
|
+
_id: "65dc7bf8672c9c7702c2674e",
|
|
1070
|
+
hint: [],
|
|
1071
|
+
explanation: [
|
|
1072
|
+
{
|
|
1073
|
+
layout_type: "Normal",
|
|
1074
|
+
data: [
|
|
1075
|
+
{
|
|
1076
|
+
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>",
|
|
1077
|
+
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.",
|
|
1078
|
+
media_type: "image",
|
|
1079
|
+
media: "",
|
|
1080
|
+
_id: "65d72f75a96478be69ecbf8e",
|
|
1081
|
+
},
|
|
1082
|
+
],
|
|
1083
|
+
_id: "65dc7bf8672c9c7702c2674f",
|
|
1084
|
+
},
|
|
1085
|
+
],
|
|
1086
|
+
question_id: "c3d38f8f-7c46-4046-86cb-e92fbd620b0d",
|
|
1087
|
+
createdAt: "2024-02-26T11:54:32.030Z",
|
|
1088
|
+
updatedAt: "2024-02-26T11:54:32.030Z",
|
|
1089
|
+
__v: 0,
|
|
1090
|
+
},
|
|
1091
|
+
],
|
|
1092
|
+
syllabusMapping: [
|
|
1093
|
+
{
|
|
1094
|
+
curriculum: { id: "38416", title: "CBSE" },
|
|
1095
|
+
grade: { id: "43141", title: "Grade 8" },
|
|
1096
|
+
subject: { id: "43150", title: "Mathematics" },
|
|
1097
|
+
chapter: { id: "91916", title: "Cubes and Cube Roots" },
|
|
1098
|
+
topic: { id: "9453045", title: "Cubes" },
|
|
1099
|
+
difficulty: { id: "47081" },
|
|
1100
|
+
assessmentType: "Formative",
|
|
1101
|
+
cognitivLevel: "Application",
|
|
1102
|
+
},
|
|
1103
|
+
],
|
|
1104
|
+
},
|
|
1105
|
+
main_question_count: "3",
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
question: "912435da-1927-45a7-96f5-d1b3dec00adf",
|
|
1109
|
+
user_answer: '{"answerResult":[{"actualAnswer":"4","givenAnswer":"8","isCorrect":false}],"overAllResult":false,"chatId":"29edd990-a25a-438d-b34e-fc1c96ec2c8"}',
|
|
1110
|
+
difficulty_level: "",
|
|
1111
|
+
result: false,
|
|
1112
|
+
question_sequence: "main_question",
|
|
1113
|
+
created_at: "2024-09-09T09:51:14.307Z",
|
|
1114
|
+
question_details: {
|
|
1115
|
+
question_type: "2",
|
|
1116
|
+
question: "A number is multiplied by itself three times to get 64. What is the number?",
|
|
1117
|
+
solution: "<p>The number is 4 because 4 × 4 × 4 = 64. </p>",
|
|
1118
|
+
uuid: "5aa77892-f8b9-4482-a6fe-876212413d4a",
|
|
1119
|
+
question_layout: "<p>A number is multiplied by itself three times to get 64. What is the number?</p>",
|
|
1120
|
+
question_student_layout: [
|
|
1121
|
+
"<p>A number is multiplied by itself three times to get 64. What is the number?</p>",
|
|
1122
|
+
],
|
|
1123
|
+
options: ["2", "4", "6", "8"],
|
|
1124
|
+
options_layout: ["2", "4", "6", "8"],
|
|
1125
|
+
answers: ["4"],
|
|
1126
|
+
answers_layout: ["4"],
|
|
1127
|
+
duration: "",
|
|
1128
|
+
images: [],
|
|
1129
|
+
sub_question: [],
|
|
1130
|
+
grades: [{ grade: "43141", difficulty: "47081" }],
|
|
1131
|
+
curriculum: ["38416"],
|
|
1132
|
+
subjects: ["43150"],
|
|
1133
|
+
chapters: ["91916"],
|
|
1134
|
+
topics: ["9453045"],
|
|
1135
|
+
sub_topic: [],
|
|
1136
|
+
assessmentType: ["Formative"],
|
|
1137
|
+
cognitivLevel: ["Application"],
|
|
1138
|
+
status: "0",
|
|
1139
|
+
version: "1.2",
|
|
1140
|
+
is_subquestion: false,
|
|
1141
|
+
created_by: "Vandana",
|
|
1142
|
+
modified_by: "CMMA Maths",
|
|
1143
|
+
is_teacher: true,
|
|
1144
|
+
is_student: true,
|
|
1145
|
+
created_by_id: "127",
|
|
1146
|
+
modified_by_id: "94",
|
|
1147
|
+
createdAt: "2024-02-26T11:05:32.911Z",
|
|
1148
|
+
version_uuid: "912435da-1927-45a7-96f5-d1b3dec00adf",
|
|
1149
|
+
approved_by_id: "94",
|
|
1150
|
+
approved_by: "CMMA Maths",
|
|
1151
|
+
is_archive: false,
|
|
1152
|
+
layout_type: null,
|
|
1153
|
+
images_details: [],
|
|
1154
|
+
knowledge_cell: ["65b92175b08b233252383b6a"],
|
|
1155
|
+
source: "Source G",
|
|
1156
|
+
option_image_details: [],
|
|
1157
|
+
labels: {
|
|
1158
|
+
normal: {
|
|
1159
|
+
prompt_id: "65d3598f48a34e9470928bee",
|
|
1160
|
+
source_coteacher_uuid: "067fbd2d-2621-4f01-acec-55fe428506cd",
|
|
1161
|
+
},
|
|
1162
|
+
syllabus: [
|
|
1163
|
+
{
|
|
1164
|
+
curriculum: "38416",
|
|
1165
|
+
grade: "43141",
|
|
1166
|
+
subject: "43150",
|
|
1167
|
+
chapter: "91916",
|
|
1168
|
+
topic: [],
|
|
1169
|
+
difficulty: "47081",
|
|
1170
|
+
},
|
|
1171
|
+
],
|
|
1172
|
+
explanation: { prompt_id: "65d3912b48a34e947092b30b" },
|
|
1173
|
+
isAdvanced: false,
|
|
1174
|
+
basket: true,
|
|
1175
|
+
},
|
|
1176
|
+
updatedAt: "2024-09-09T06:04:13.667Z",
|
|
1177
|
+
__v: 0,
|
|
1178
|
+
approvedAt: "2024-07-16T05:52:06.674Z",
|
|
1179
|
+
hintandexplanations: [
|
|
1180
|
+
{
|
|
1181
|
+
_id: "65dc707c4fba1266d2d18e22",
|
|
1182
|
+
hint: [],
|
|
1183
|
+
explanation: [
|
|
1184
|
+
{
|
|
1185
|
+
layout_type: "Normal",
|
|
1186
|
+
data: [
|
|
1187
|
+
{
|
|
1188
|
+
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>",
|
|
1189
|
+
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.",
|
|
1190
|
+
media_type: "image",
|
|
1191
|
+
media: "",
|
|
1192
|
+
_id: "65d5e3a06d01968ae918ae67",
|
|
1193
|
+
},
|
|
1194
|
+
],
|
|
1195
|
+
_id: "65dc707c4fba1266d2d18e23",
|
|
1196
|
+
},
|
|
1197
|
+
],
|
|
1198
|
+
question_id: "5aa77892-f8b9-4482-a6fe-876212413d4a",
|
|
1199
|
+
createdAt: "2024-02-26T11:05:32.932Z",
|
|
1200
|
+
updatedAt: "2024-02-26T11:05:32.932Z",
|
|
1201
|
+
__v: 0,
|
|
1202
|
+
},
|
|
1203
|
+
],
|
|
1204
|
+
syllabusMapping: [
|
|
1205
|
+
{
|
|
1206
|
+
curriculum: { id: "38416", title: "CBSE" },
|
|
1207
|
+
grade: { id: "43141", title: "Grade 8" },
|
|
1208
|
+
subject: { id: "43150", title: "Mathematics" },
|
|
1209
|
+
chapter: { id: "91916", title: "Cubes and Cube Roots" },
|
|
1210
|
+
topic: { id: "9453045", title: "Cubes" },
|
|
1211
|
+
difficulty: { id: "47081" },
|
|
1212
|
+
assessmentType: "Formative",
|
|
1213
|
+
cognitivLevel: "Application",
|
|
1214
|
+
},
|
|
1215
|
+
],
|
|
1216
|
+
},
|
|
1217
|
+
main_question_count: "4",
|
|
1218
|
+
},
|
|
1219
|
+
],
|
|
1220
|
+
total_questions: 4,
|
|
1221
|
+
},
|
|
1222
|
+
],
|
|
1223
|
+
history: [],
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
questionObject: {
|
|
1227
|
+
question_type: "2",
|
|
1228
|
+
question: "A number is multiplied by itself three times to get 64. What is the number?",
|
|
1229
|
+
solution: "<p>The number is 4 because 4 × 4 × 4 = 64. </p>",
|
|
1230
|
+
uuid: "5aa77892-f8b9-4482-a6fe-876212413d4a",
|
|
1231
|
+
question_layout: "<p>A number is multiplied by itself three times to get 64. What is the number?</p>",
|
|
1232
|
+
question_student_layout: [
|
|
1233
|
+
"<p>A number is multiplied by itself three times to get 64. What is the number?</p>",
|
|
1234
|
+
],
|
|
1235
|
+
options: ["2", "4", "6", "8"],
|
|
1236
|
+
options_layout: ["2", "4", "6", "8"],
|
|
1237
|
+
answers: ["4"],
|
|
1238
|
+
answers_layout: ["4"],
|
|
1239
|
+
duration: "",
|
|
1240
|
+
images: [],
|
|
1241
|
+
sub_question: [],
|
|
1242
|
+
grades: [{ grade: "43141", difficulty: "47081" }],
|
|
1243
|
+
curriculum: ["38416"],
|
|
1244
|
+
subjects: ["43150"],
|
|
1245
|
+
chapters: ["91916"],
|
|
1246
|
+
topics: ["9453045"],
|
|
1247
|
+
sub_topic: [],
|
|
1248
|
+
assessmentType: ["Formative"],
|
|
1249
|
+
cognitivLevel: ["Application"],
|
|
1250
|
+
status: "0",
|
|
1251
|
+
version: "1.2",
|
|
1252
|
+
is_subquestion: false,
|
|
1253
|
+
created_by: "Vandana",
|
|
1254
|
+
modified_by: "CMMA Maths",
|
|
1255
|
+
is_teacher: true,
|
|
1256
|
+
is_student: true,
|
|
1257
|
+
created_by_id: "127",
|
|
1258
|
+
modified_by_id: "94",
|
|
1259
|
+
createdAt: "2024-02-26T11:05:32.911Z",
|
|
1260
|
+
version_uuid: "912435da-1927-45a7-96f5-d1b3dec00adf",
|
|
1261
|
+
approved_by_id: "94",
|
|
1262
|
+
approved_by: "CMMA Maths",
|
|
1263
|
+
is_archive: false,
|
|
1264
|
+
layout_type: null,
|
|
1265
|
+
images_details: [],
|
|
1266
|
+
knowledge_cell: ["65b92175b08b233252383b6a"],
|
|
1267
|
+
source: "Source G",
|
|
1268
|
+
option_image_details: [],
|
|
1269
|
+
labels: {
|
|
1270
|
+
normal: {
|
|
1271
|
+
prompt_id: "65d3598f48a34e9470928bee",
|
|
1272
|
+
source_coteacher_uuid: "067fbd2d-2621-4f01-acec-55fe428506cd",
|
|
1273
|
+
},
|
|
1274
|
+
syllabus: [
|
|
1275
|
+
{
|
|
1276
|
+
curriculum: "38416",
|
|
1277
|
+
grade: "43141",
|
|
1278
|
+
subject: "43150",
|
|
1279
|
+
chapter: "91916",
|
|
1280
|
+
topic: [],
|
|
1281
|
+
difficulty: "47081",
|
|
1282
|
+
},
|
|
1283
|
+
],
|
|
1284
|
+
explanation: { prompt_id: "65d3912b48a34e947092b30b" },
|
|
1285
|
+
isAdvanced: false,
|
|
1286
|
+
basket: true,
|
|
1287
|
+
},
|
|
1288
|
+
updatedAt: "2024-09-09T06:04:13.667Z",
|
|
1289
|
+
__v: 0,
|
|
1290
|
+
approvedAt: "2024-07-16T05:52:06.674Z",
|
|
1291
|
+
hintandexplanations: [
|
|
1292
|
+
{
|
|
1293
|
+
_id: "65dc707c4fba1266d2d18e22",
|
|
1294
|
+
hint: [],
|
|
1295
|
+
explanation: [
|
|
1296
|
+
{
|
|
1297
|
+
layout_type: "Normal",
|
|
1298
|
+
data: [
|
|
1299
|
+
{
|
|
1300
|
+
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>",
|
|
1301
|
+
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.",
|
|
1302
|
+
media_type: "image",
|
|
1303
|
+
media: "",
|
|
1304
|
+
_id: "65d5e3a06d01968ae918ae67",
|
|
1305
|
+
},
|
|
1306
|
+
],
|
|
1307
|
+
_id: "65dc707c4fba1266d2d18e23",
|
|
1308
|
+
},
|
|
1309
|
+
],
|
|
1310
|
+
question_id: "5aa77892-f8b9-4482-a6fe-876212413d4a",
|
|
1311
|
+
createdAt: "2024-02-26T11:05:32.932Z",
|
|
1312
|
+
updatedAt: "2024-02-26T11:05:32.932Z",
|
|
1313
|
+
__v: 0,
|
|
1314
|
+
},
|
|
1315
|
+
],
|
|
1316
|
+
syllabusMapping: [
|
|
1317
|
+
{
|
|
1318
|
+
curriculum: { id: "38416", title: "CBSE" },
|
|
1319
|
+
grade: { id: "43141", title: "Grade 8" },
|
|
1320
|
+
subject: { id: "43150", title: "Mathematics" },
|
|
1321
|
+
chapter: { id: "91916", title: "Cubes and Cube Roots" },
|
|
1322
|
+
topic: { id: "9453045", title: "Cubes" },
|
|
1323
|
+
difficulty: { id: "47081" },
|
|
1324
|
+
assessmentType: "Formative",
|
|
1325
|
+
cognitivLevel: "Application",
|
|
1326
|
+
},
|
|
1327
|
+
],
|
|
1328
|
+
showGreen: true,
|
|
1329
|
+
},
|
|
1330
|
+
userAnswer: {
|
|
1331
|
+
answerResult: [{ actualAnswer: "4", givenAnswer: "8", isCorrect: false }],
|
|
1332
|
+
overAllResult: false,
|
|
1333
|
+
chatId: "29edd990-a25a-438d-b34e-fc1c96ec2c8",
|
|
1334
|
+
},
|
|
1335
|
+
dispalyedQues: [
|
|
1336
|
+
{
|
|
1337
|
+
basket_id: "66dec4f247114c21928ac344",
|
|
1338
|
+
learning_mode: "assessment",
|
|
1339
|
+
non_basket_id: "",
|
|
1340
|
+
mode: "normal",
|
|
1341
|
+
eval_state: "advanced",
|
|
1342
|
+
current_status: "",
|
|
1343
|
+
current_rule: "",
|
|
1344
|
+
current_step_id: "assessment",
|
|
1345
|
+
prev_step_id: "",
|
|
1346
|
+
prev_basket_id: "",
|
|
1347
|
+
visited_question_indices: { m_index: 3, s_index: 0 },
|
|
1348
|
+
contents: [],
|
|
1349
|
+
questions: [
|
|
1350
|
+
{
|
|
1351
|
+
question: "af2d846f-f274-4028-a61b-420626dff6af",
|
|
1352
|
+
user_answer: '{"answerResult":[{"actualAnswer":"125","givenAnswer":"150","isCorrect":false}],"overAllResult":false,"chatId":"5d98d17a-9f8b-4091-b236-6b295e5f3420"}',
|
|
1353
|
+
difficulty_level: "",
|
|
1354
|
+
result: false,
|
|
1355
|
+
question_sequence: "main_question",
|
|
1356
|
+
created_at: "2024-09-09T09:51:05.038Z",
|
|
1357
|
+
question_details: {
|
|
1358
|
+
question_type: "2",
|
|
1359
|
+
question: "What is the cube of the number 5?",
|
|
1360
|
+
solution: "<p>The cube of 5 is 5 × 5 × 5 = 125. </p>",
|
|
1361
|
+
uuid: "aab397a1-9c11-47c5-bd59-08089544ce72",
|
|
1362
|
+
question_layout: "<p>What is the cube of the number 5?</p>",
|
|
1363
|
+
question_student_layout: [
|
|
1364
|
+
"<p>What is the cube of the number 5?</p>",
|
|
1365
|
+
],
|
|
1366
|
+
options: ["25", "50", "125", "150"],
|
|
1367
|
+
options_layout: ["25", "50", "125", "150"],
|
|
1368
|
+
answers: ["125"],
|
|
1369
|
+
answers_layout: ["125"],
|
|
1370
|
+
duration: "",
|
|
1371
|
+
images: [],
|
|
1372
|
+
sub_question: [],
|
|
1373
|
+
grades: [{ grade: "43141", difficulty: "47081" }],
|
|
1374
|
+
curriculum: ["38416"],
|
|
1375
|
+
subjects: ["43150"],
|
|
1376
|
+
chapters: ["91916"],
|
|
1377
|
+
topics: ["9453045"],
|
|
1378
|
+
sub_topic: [],
|
|
1379
|
+
assessmentType: ["Formative"],
|
|
1380
|
+
cognitivLevel: ["Application"],
|
|
1381
|
+
status: "0",
|
|
1382
|
+
version: "1.2",
|
|
1383
|
+
is_subquestion: false,
|
|
1384
|
+
created_by: "Vandana",
|
|
1385
|
+
modified_by: "CMMA Maths",
|
|
1386
|
+
is_teacher: true,
|
|
1387
|
+
is_student: true,
|
|
1388
|
+
created_by_id: "127",
|
|
1389
|
+
modified_by_id: "94",
|
|
1390
|
+
createdAt: "2024-02-26T10:57:24.813Z",
|
|
1391
|
+
version_uuid: "af2d846f-f274-4028-a61b-420626dff6af",
|
|
1392
|
+
approved_by_id: "94",
|
|
1393
|
+
approved_by: "CMMA Maths",
|
|
1394
|
+
is_archive: false,
|
|
1395
|
+
layout_type: null,
|
|
1396
|
+
images_details: [],
|
|
1397
|
+
knowledge_cell: ["65b92021b08b23325238251a"],
|
|
1398
|
+
source: "Source G",
|
|
1399
|
+
option_image_details: [],
|
|
1400
|
+
labels: {
|
|
1401
|
+
normal: {
|
|
1402
|
+
prompt_id: "65d35a9a48a34e9470928cd9",
|
|
1403
|
+
source_coteacher_uuid: "adbec745-a134-48c4-8047-446962fc2c5b",
|
|
1404
|
+
},
|
|
1405
|
+
syllabus: [
|
|
1406
|
+
{
|
|
1407
|
+
curriculum: "38416",
|
|
1408
|
+
grade: "43141",
|
|
1409
|
+
subject: "43150",
|
|
1410
|
+
chapter: "91916",
|
|
1411
|
+
topic: "9453045",
|
|
1412
|
+
difficulty: "47081",
|
|
1413
|
+
},
|
|
1414
|
+
],
|
|
1415
|
+
explanation: { prompt_id: "65d38f8f48a34e947092b190" },
|
|
1416
|
+
isAdvanced: false,
|
|
1417
|
+
basket: true,
|
|
1418
|
+
},
|
|
1419
|
+
updatedAt: "2024-09-09T06:04:13.667Z",
|
|
1420
|
+
__v: 0,
|
|
1421
|
+
approvedAt: "2024-07-16T05:52:06.674Z",
|
|
1422
|
+
hintandexplanations: [
|
|
1423
|
+
{
|
|
1424
|
+
_id: "65dc6e94672c9c7702c25742",
|
|
1425
|
+
hint: [],
|
|
1426
|
+
explanation: [
|
|
1427
|
+
{
|
|
1428
|
+
layout_type: "Normal",
|
|
1429
|
+
data: [
|
|
1430
|
+
{
|
|
1431
|
+
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.",
|
|
1432
|
+
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.",
|
|
1433
|
+
media_type: "image",
|
|
1434
|
+
media: "",
|
|
1435
|
+
_id: "65d38f8fe04ce2b731a62d6d",
|
|
1436
|
+
},
|
|
1437
|
+
],
|
|
1438
|
+
_id: "65dc6e94672c9c7702c25743",
|
|
1439
|
+
},
|
|
1440
|
+
],
|
|
1441
|
+
question_id: "aab397a1-9c11-47c5-bd59-08089544ce72",
|
|
1442
|
+
createdAt: "2024-02-26T10:57:24.828Z",
|
|
1443
|
+
updatedAt: "2024-02-26T10:57:24.828Z",
|
|
1444
|
+
__v: 0,
|
|
1445
|
+
},
|
|
1446
|
+
],
|
|
1447
|
+
syllabusMapping: [
|
|
1448
|
+
{
|
|
1449
|
+
curriculum: { id: "38416", title: "CBSE" },
|
|
1450
|
+
grade: { id: "43141", title: "Grade 8" },
|
|
1451
|
+
subject: { id: "43150", title: "Mathematics" },
|
|
1452
|
+
chapter: { id: "91916", title: "Cubes and Cube Roots" },
|
|
1453
|
+
topic: { id: "9453045", title: "Cubes" },
|
|
1454
|
+
difficulty: { id: "47081" },
|
|
1455
|
+
assessmentType: "Formative",
|
|
1456
|
+
cognitivLevel: "Application",
|
|
1457
|
+
},
|
|
1458
|
+
],
|
|
1459
|
+
},
|
|
1460
|
+
main_question_count: "1",
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
question: "baf2dcad-7a45-462b-94df-63bebe775bc1",
|
|
1464
|
+
user_answer: '{"answerResult":[{"actualAnswer":"941192","givenAnswer":"8000","isCorrect":false}],"overAllResult":false,"chatId":"29edd990-a25a-438d-b34e-fc96ecc"}',
|
|
1465
|
+
difficulty_level: "",
|
|
1466
|
+
result: true,
|
|
1467
|
+
question_sequence: "main_question",
|
|
1468
|
+
created_at: "2024-09-09T09:51:09.354Z",
|
|
1469
|
+
question_details: {
|
|
1470
|
+
question_type: "2",
|
|
1471
|
+
question: "What is the cube of the largest two-digit even number?",
|
|
1472
|
+
solution: "<p>The largest two-digit even number is 98. The cube of 98 is 98 × 98 × 98 = 941192.</p>",
|
|
1473
|
+
uuid: "db1fd729-8d57-4364-8358-213eea0320fe",
|
|
1474
|
+
question_layout: "<p>What is the cube of the largest two-digit even number?</p>",
|
|
1475
|
+
question_student_layout: [
|
|
1476
|
+
"<p>What is the cube of the largest two-digit even number?</p>",
|
|
1477
|
+
],
|
|
1478
|
+
options: ["64000", "6859", "8000", "941192"],
|
|
1479
|
+
options_layout: ["64000", "6859", "8000", "<p>941192</p>"],
|
|
1480
|
+
answers: ["941192"],
|
|
1481
|
+
answers_layout: ["<p>941192</p>"],
|
|
1482
|
+
duration: "",
|
|
1483
|
+
images: [],
|
|
1484
|
+
sub_question: [],
|
|
1485
|
+
grades: [{ grade: "43141", difficulty: "47081" }],
|
|
1486
|
+
curriculum: ["38416"],
|
|
1487
|
+
subjects: ["43150"],
|
|
1488
|
+
chapters: ["91916"],
|
|
1489
|
+
topics: ["9453045"],
|
|
1490
|
+
sub_topic: [],
|
|
1491
|
+
assessmentType: ["Formative"],
|
|
1492
|
+
cognitivLevel: ["Application"],
|
|
1493
|
+
status: "0",
|
|
1494
|
+
version: "1.3",
|
|
1495
|
+
is_subquestion: false,
|
|
1496
|
+
created_by: "Vandana",
|
|
1497
|
+
modified_by: "CMMA Maths",
|
|
1498
|
+
is_teacher: true,
|
|
1499
|
+
is_student: true,
|
|
1500
|
+
created_by_id: "127",
|
|
1501
|
+
modified_by_id: "94",
|
|
1502
|
+
createdAt: "2024-02-26T12:05:39.013Z",
|
|
1503
|
+
version_uuid: "baf2dcad-7a45-462b-94df-63bebe775bc1",
|
|
1504
|
+
approved_by_id: "94",
|
|
1505
|
+
approved_by: "CMMA Maths",
|
|
1506
|
+
is_archive: false,
|
|
1507
|
+
layout_type: null,
|
|
1508
|
+
images_details: [],
|
|
1509
|
+
knowledge_cell: ["65b92021b08b23325238251a"],
|
|
1510
|
+
source: "Source G",
|
|
1511
|
+
option_image_details: [],
|
|
1512
|
+
labels: {
|
|
1513
|
+
normal: {
|
|
1514
|
+
prompt_id: "65d35b0048a34e9470928d1e",
|
|
1515
|
+
source_coteacher_uuid: "5420b263-7f2c-4091-b7e9-b257292cd40c",
|
|
1516
|
+
},
|
|
1517
|
+
syllabus: [
|
|
1518
|
+
{
|
|
1519
|
+
curriculum: "38416",
|
|
1520
|
+
grade: "43141",
|
|
1521
|
+
subject: "43150",
|
|
1522
|
+
chapter: "91916",
|
|
1523
|
+
topic: "9453045",
|
|
1524
|
+
difficulty: "47120",
|
|
1525
|
+
},
|
|
1526
|
+
],
|
|
1527
|
+
explanation: { prompt_id: "65d38ea148a34e947092b0df" },
|
|
1528
|
+
isAdvanced: false,
|
|
1529
|
+
basket: true,
|
|
1530
|
+
},
|
|
1531
|
+
updatedAt: "2024-09-09T06:04:13.667Z",
|
|
1532
|
+
__v: 0,
|
|
1533
|
+
approvedAt: "2024-07-16T05:52:06.674Z",
|
|
1534
|
+
hintandexplanations: [
|
|
1535
|
+
{
|
|
1536
|
+
_id: "65dc7e934fba1266d2d1a0bc",
|
|
1537
|
+
hint: [],
|
|
1538
|
+
explanation: [
|
|
1539
|
+
{
|
|
1540
|
+
layout_type: "Normal",
|
|
1541
|
+
data: [
|
|
1542
|
+
{
|
|
1543
|
+
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>",
|
|
1544
|
+
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.",
|
|
1545
|
+
media_type: "image",
|
|
1546
|
+
media: "",
|
|
1547
|
+
_id: "65d6e124a96478be69ebf2be",
|
|
1548
|
+
},
|
|
1549
|
+
],
|
|
1550
|
+
_id: "65dc7e934fba1266d2d1a0bd",
|
|
1551
|
+
},
|
|
1552
|
+
],
|
|
1553
|
+
question_id: "db1fd729-8d57-4364-8358-213eea0320fe",
|
|
1554
|
+
createdAt: "2024-02-26T12:05:39.027Z",
|
|
1555
|
+
updatedAt: "2024-02-26T12:05:39.027Z",
|
|
1556
|
+
__v: 0,
|
|
1557
|
+
},
|
|
1558
|
+
],
|
|
1559
|
+
syllabusMapping: [
|
|
1560
|
+
{
|
|
1561
|
+
curriculum: { id: "38416", title: "CBSE" },
|
|
1562
|
+
grade: { id: "43141", title: "Grade 8" },
|
|
1563
|
+
subject: { id: "43150", title: "Mathematics" },
|
|
1564
|
+
chapter: { id: "91916", title: "Cubes and Cube Roots" },
|
|
1565
|
+
topic: { id: "9453045", title: "Cubes" },
|
|
1566
|
+
difficulty: { id: "47081" },
|
|
1567
|
+
assessmentType: "Formative",
|
|
1568
|
+
cognitivLevel: "Application",
|
|
1569
|
+
},
|
|
1570
|
+
],
|
|
1571
|
+
},
|
|
1572
|
+
main_question_count: "2",
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
question: "238e0bea-9366-443d-ac87-0f5ad0ca4fe0",
|
|
1576
|
+
user_answer: '{"answerResult":[{"actualAnswer":"64","givenAnswer":"64","isCorrect":true}],"overAllResult":true,"chatId":"284ec739-a6e8-41d6-8d46-f8d9a85fe061"}',
|
|
1577
|
+
difficulty_level: "",
|
|
1578
|
+
result: false,
|
|
1579
|
+
question_sequence: "main_question",
|
|
1580
|
+
created_at: "2024-09-09T09:51:11.962Z",
|
|
1581
|
+
question_details: {
|
|
1582
|
+
question_type: "2",
|
|
1583
|
+
question: "Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?",
|
|
1584
|
+
solution: "<p>64 is the smallest multiple of 4 that is also a perfect cube because it is equal to \\(4^{3}\\)</p>",
|
|
1585
|
+
uuid: "c3d38f8f-7c46-4046-86cb-e92fbd620b0d",
|
|
1586
|
+
question_layout: "<p>Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?</p>",
|
|
1587
|
+
question_student_layout: [
|
|
1588
|
+
"<p>Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?</p>",
|
|
1589
|
+
],
|
|
1590
|
+
options: ["64", "128", "256", "512"],
|
|
1591
|
+
options_layout: ["64", "128", "256", "512"],
|
|
1592
|
+
answers: ["64"],
|
|
1593
|
+
answers_layout: ["64"],
|
|
1594
|
+
duration: "",
|
|
1595
|
+
images: [],
|
|
1596
|
+
sub_question: [],
|
|
1597
|
+
grades: [{ grade: "43141", difficulty: "47081" }],
|
|
1598
|
+
curriculum: ["38416"],
|
|
1599
|
+
subjects: ["43150"],
|
|
1600
|
+
chapters: ["91916"],
|
|
1601
|
+
topics: ["9453045"],
|
|
1602
|
+
sub_topic: [],
|
|
1603
|
+
assessmentType: ["Formative"],
|
|
1604
|
+
cognitivLevel: ["Application"],
|
|
1605
|
+
status: "0",
|
|
1606
|
+
version: "1.4",
|
|
1607
|
+
is_subquestion: false,
|
|
1608
|
+
created_by: "Vandana",
|
|
1609
|
+
modified_by: "CMMA Maths",
|
|
1610
|
+
is_teacher: true,
|
|
1611
|
+
is_student: true,
|
|
1612
|
+
created_by_id: "127",
|
|
1613
|
+
modified_by_id: "94",
|
|
1614
|
+
createdAt: "2024-02-26T11:54:32.015Z",
|
|
1615
|
+
version_uuid: "238e0bea-9366-443d-ac87-0f5ad0ca4fe0",
|
|
1616
|
+
approved_by_id: "94",
|
|
1617
|
+
approved_by: "CMMA Maths",
|
|
1618
|
+
is_archive: false,
|
|
1619
|
+
layout_type: null,
|
|
1620
|
+
images_details: [],
|
|
1621
|
+
knowledge_cell: ["65b9211fb08b2332523835ea"],
|
|
1622
|
+
source: "Source G",
|
|
1623
|
+
option_image_details: [],
|
|
1624
|
+
labels: {
|
|
1625
|
+
normal: {
|
|
1626
|
+
prompt_id: "65d35e2948a34e9470928f44",
|
|
1627
|
+
source_coteacher_uuid: "21f7ee77-9fcd-446d-bc24-53e89b8fd573",
|
|
1628
|
+
},
|
|
1629
|
+
syllabus: [
|
|
1630
|
+
{
|
|
1631
|
+
curriculum: "38416",
|
|
1632
|
+
grade: "43141",
|
|
1633
|
+
subject: "43150",
|
|
1634
|
+
chapter: "91916",
|
|
1635
|
+
topic: "9453045",
|
|
1636
|
+
difficulty: "47081",
|
|
1637
|
+
},
|
|
1638
|
+
],
|
|
1639
|
+
explanation: { prompt_id: "65d3889248a34e947092ac6a" },
|
|
1640
|
+
isAdvanced: false,
|
|
1641
|
+
basket: true,
|
|
1642
|
+
},
|
|
1643
|
+
updatedAt: "2024-09-09T06:04:13.667Z",
|
|
1644
|
+
__v: 0,
|
|
1645
|
+
approvedAt: "2024-07-16T05:52:06.674Z",
|
|
1646
|
+
hintandexplanations: [
|
|
1647
|
+
{
|
|
1648
|
+
_id: "65dc7bf8672c9c7702c2674e",
|
|
1649
|
+
hint: [],
|
|
1650
|
+
explanation: [
|
|
1651
|
+
{
|
|
1652
|
+
layout_type: "Normal",
|
|
1653
|
+
data: [
|
|
1654
|
+
{
|
|
1655
|
+
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>",
|
|
1656
|
+
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.",
|
|
1657
|
+
media_type: "image",
|
|
1658
|
+
media: "",
|
|
1659
|
+
_id: "65d72f75a96478be69ecbf8e",
|
|
1660
|
+
},
|
|
1661
|
+
],
|
|
1662
|
+
_id: "65dc7bf8672c9c7702c2674f",
|
|
1663
|
+
},
|
|
1664
|
+
],
|
|
1665
|
+
question_id: "c3d38f8f-7c46-4046-86cb-e92fbd620b0d",
|
|
1666
|
+
createdAt: "2024-02-26T11:54:32.030Z",
|
|
1667
|
+
updatedAt: "2024-02-26T11:54:32.030Z",
|
|
1668
|
+
__v: 0,
|
|
1669
|
+
},
|
|
1670
|
+
],
|
|
1671
|
+
syllabusMapping: [
|
|
1672
|
+
{
|
|
1673
|
+
curriculum: { id: "38416", title: "CBSE" },
|
|
1674
|
+
grade: { id: "43141", title: "Grade 8" },
|
|
1675
|
+
subject: { id: "43150", title: "Mathematics" },
|
|
1676
|
+
chapter: { id: "91916", title: "Cubes and Cube Roots" },
|
|
1677
|
+
topic: { id: "9453045", title: "Cubes" },
|
|
1678
|
+
difficulty: { id: "47081" },
|
|
1679
|
+
assessmentType: "Formative",
|
|
1680
|
+
cognitivLevel: "Application",
|
|
1681
|
+
},
|
|
1682
|
+
],
|
|
1683
|
+
},
|
|
1684
|
+
main_question_count: "3",
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
question: "912435da-1927-45a7-96f5-d1b3dec00adf",
|
|
1688
|
+
user_answer: '{"answerResult":[{"actualAnswer":"4","givenAnswer":"8","isCorrect":false}],"overAllResult":false,"chatId":"29edd990-a25a-438d-b34e-fc1c96ec2c8"}',
|
|
1689
|
+
difficulty_level: "",
|
|
1690
|
+
result: false,
|
|
1691
|
+
question_sequence: "main_question",
|
|
1692
|
+
created_at: "2024-09-09T09:51:14.307Z",
|
|
1693
|
+
question_details: {
|
|
1694
|
+
question_type: "2",
|
|
1695
|
+
question: "A number is multiplied by itself three times to get 64. What is the number?",
|
|
1696
|
+
solution: "<p>The number is 4 because 4 × 4 × 4 = 64. </p>",
|
|
1697
|
+
uuid: "5aa77892-f8b9-4482-a6fe-876212413d4a",
|
|
1698
|
+
question_layout: "<p>A number is multiplied by itself three times to get 64. What is the number?</p>",
|
|
1699
|
+
question_student_layout: [
|
|
1700
|
+
"<p>A number is multiplied by itself three times to get 64. What is the number?</p>",
|
|
1701
|
+
],
|
|
1702
|
+
options: ["2", "4", "6", "8"],
|
|
1703
|
+
options_layout: ["2", "4", "6", "8"],
|
|
1704
|
+
answers: ["4"],
|
|
1705
|
+
answers_layout: ["4"],
|
|
1706
|
+
duration: "",
|
|
1707
|
+
images: [],
|
|
1708
|
+
sub_question: [],
|
|
1709
|
+
grades: [{ grade: "43141", difficulty: "47081" }],
|
|
1710
|
+
curriculum: ["38416"],
|
|
1711
|
+
subjects: ["43150"],
|
|
1712
|
+
chapters: ["91916"],
|
|
1713
|
+
topics: ["9453045"],
|
|
1714
|
+
sub_topic: [],
|
|
1715
|
+
assessmentType: ["Formative"],
|
|
1716
|
+
cognitivLevel: ["Application"],
|
|
1717
|
+
status: "0",
|
|
1718
|
+
version: "1.2",
|
|
1719
|
+
is_subquestion: false,
|
|
1720
|
+
created_by: "Vandana",
|
|
1721
|
+
modified_by: "CMMA Maths",
|
|
1722
|
+
is_teacher: true,
|
|
1723
|
+
is_student: true,
|
|
1724
|
+
created_by_id: "127",
|
|
1725
|
+
modified_by_id: "94",
|
|
1726
|
+
createdAt: "2024-02-26T11:05:32.911Z",
|
|
1727
|
+
version_uuid: "912435da-1927-45a7-96f5-d1b3dec00adf",
|
|
1728
|
+
approved_by_id: "94",
|
|
1729
|
+
approved_by: "CMMA Maths",
|
|
1730
|
+
is_archive: false,
|
|
1731
|
+
layout_type: null,
|
|
1732
|
+
images_details: [],
|
|
1733
|
+
knowledge_cell: ["65b92175b08b233252383b6a"],
|
|
1734
|
+
source: "Source G",
|
|
1735
|
+
option_image_details: [],
|
|
1736
|
+
labels: {
|
|
1737
|
+
normal: {
|
|
1738
|
+
prompt_id: "65d3598f48a34e9470928bee",
|
|
1739
|
+
source_coteacher_uuid: "067fbd2d-2621-4f01-acec-55fe428506cd",
|
|
1740
|
+
},
|
|
1741
|
+
syllabus: [
|
|
1742
|
+
{
|
|
1743
|
+
curriculum: "38416",
|
|
1744
|
+
grade: "43141",
|
|
1745
|
+
subject: "43150",
|
|
1746
|
+
chapter: "91916",
|
|
1747
|
+
topic: [],
|
|
1748
|
+
difficulty: "47081",
|
|
1749
|
+
},
|
|
1750
|
+
],
|
|
1751
|
+
explanation: { prompt_id: "65d3912b48a34e947092b30b" },
|
|
1752
|
+
isAdvanced: false,
|
|
1753
|
+
basket: true,
|
|
1754
|
+
},
|
|
1755
|
+
updatedAt: "2024-09-09T06:04:13.667Z",
|
|
1756
|
+
__v: 0,
|
|
1757
|
+
approvedAt: "2024-07-16T05:52:06.674Z",
|
|
1758
|
+
hintandexplanations: [
|
|
1759
|
+
{
|
|
1760
|
+
_id: "65dc707c4fba1266d2d18e22",
|
|
1761
|
+
hint: [],
|
|
1762
|
+
explanation: [
|
|
1763
|
+
{
|
|
1764
|
+
layout_type: "Normal",
|
|
1765
|
+
data: [
|
|
1766
|
+
{
|
|
1767
|
+
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>",
|
|
1768
|
+
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.",
|
|
1769
|
+
media_type: "image",
|
|
1770
|
+
media: "",
|
|
1771
|
+
_id: "65d5e3a06d01968ae918ae67",
|
|
1772
|
+
},
|
|
1773
|
+
],
|
|
1774
|
+
_id: "65dc707c4fba1266d2d18e23",
|
|
1775
|
+
},
|
|
1776
|
+
],
|
|
1777
|
+
question_id: "5aa77892-f8b9-4482-a6fe-876212413d4a",
|
|
1778
|
+
createdAt: "2024-02-26T11:05:32.932Z",
|
|
1779
|
+
updatedAt: "2024-02-26T11:05:32.932Z",
|
|
1780
|
+
__v: 0,
|
|
1781
|
+
},
|
|
1782
|
+
],
|
|
1783
|
+
syllabusMapping: [
|
|
1784
|
+
{
|
|
1785
|
+
curriculum: { id: "38416", title: "CBSE" },
|
|
1786
|
+
grade: { id: "43141", title: "Grade 8" },
|
|
1787
|
+
subject: { id: "43150", title: "Mathematics" },
|
|
1788
|
+
chapter: { id: "91916", title: "Cubes and Cube Roots" },
|
|
1789
|
+
topic: { id: "9453045", title: "Cubes" },
|
|
1790
|
+
difficulty: { id: "47081" },
|
|
1791
|
+
assessmentType: "Formative",
|
|
1792
|
+
cognitivLevel: "Application",
|
|
1793
|
+
},
|
|
1794
|
+
],
|
|
1795
|
+
},
|
|
1796
|
+
main_question_count: "4",
|
|
1797
|
+
},
|
|
1798
|
+
],
|
|
1799
|
+
total_questions: 4,
|
|
1800
|
+
},
|
|
1801
|
+
],
|
|
1802
|
+
history: [],
|
|
1803
|
+
},
|
|
1804
|
+
];
|
|
1805
|
+
exports.journeyData = [
|
|
1806
|
+
{
|
|
1807
|
+
basket_id: "66dec4f247114c21928ac344",
|
|
1808
|
+
learning_mode: "assessment",
|
|
1809
|
+
non_basket_id: "",
|
|
1810
|
+
mode: "normal",
|
|
1811
|
+
eval_state: "advanced",
|
|
1812
|
+
current_status: "",
|
|
1813
|
+
current_rule: "",
|
|
1814
|
+
current_step_id: "assessment",
|
|
1815
|
+
prev_step_id: "",
|
|
1816
|
+
prev_basket_id: "",
|
|
1817
|
+
visited_question_indices: {
|
|
1818
|
+
m_index: 3,
|
|
1819
|
+
s_index: 0,
|
|
1820
|
+
},
|
|
1821
|
+
contents: [],
|
|
1822
|
+
questions: [
|
|
1823
|
+
{
|
|
1824
|
+
question: "af2d846f-f274-4028-a61b-420626dff6af",
|
|
1825
|
+
user_answer: '{"answerResult":[{"actualAnswer":"125","givenAnswer":"150","isCorrect":false}],"overAllResult":false,"chatId":"875fc192-9664-4a1e-a72d-c3d6e0491e25"}',
|
|
1826
|
+
difficulty_level: "",
|
|
1827
|
+
result: false,
|
|
1828
|
+
question_sequence: "main_question",
|
|
1829
|
+
created_at: "2024-09-09T09:51:05.038Z",
|
|
1830
|
+
question_details: {
|
|
1831
|
+
question_type: "2",
|
|
1832
|
+
question: "What is the cube of the number 5?",
|
|
1833
|
+
solution: "<p>The cube of 5 is 5 × 5 × 5 = 125. </p>",
|
|
1834
|
+
uuid: "aab397a1-9c11-47c5-bd59-08089544ce72",
|
|
1835
|
+
question_layout: "<p>What is the cube of the number 5?</p>",
|
|
1836
|
+
question_student_layout: ["<p>What is the cube of the number 5?</p>"],
|
|
1837
|
+
options: ["25", "50", "125", "150"],
|
|
1838
|
+
options_layout: ["25", "50", "125", "150"],
|
|
1839
|
+
answers: ["125"],
|
|
1840
|
+
answers_layout: ["125"],
|
|
1841
|
+
duration: "",
|
|
1842
|
+
images: [],
|
|
1843
|
+
sub_question: [],
|
|
1844
|
+
grades: [
|
|
1845
|
+
{
|
|
1846
|
+
grade: "43141",
|
|
1847
|
+
difficulty: "47081",
|
|
1848
|
+
},
|
|
1849
|
+
],
|
|
1850
|
+
curriculum: ["38416"],
|
|
1851
|
+
subjects: ["43150"],
|
|
1852
|
+
chapters: ["91916"],
|
|
1853
|
+
topics: ["9453045"],
|
|
1854
|
+
sub_topic: [],
|
|
1855
|
+
assessmentType: ["Formative"],
|
|
1856
|
+
cognitivLevel: ["Application"],
|
|
1857
|
+
status: "0",
|
|
1858
|
+
version: "1.2",
|
|
1859
|
+
is_subquestion: false,
|
|
1860
|
+
created_by: "Vandana",
|
|
1861
|
+
modified_by: "CMMA Maths",
|
|
1862
|
+
is_teacher: true,
|
|
1863
|
+
is_student: true,
|
|
1864
|
+
created_by_id: "127",
|
|
1865
|
+
modified_by_id: "94",
|
|
1866
|
+
createdAt: "2024-02-26T10:57:24.813Z",
|
|
1867
|
+
version_uuid: "af2d846f-f274-4028-a61b-420626dff6af",
|
|
1868
|
+
approved_by_id: "94",
|
|
1869
|
+
approved_by: "CMMA Maths",
|
|
1870
|
+
is_archive: false,
|
|
1871
|
+
layout_type: null,
|
|
1872
|
+
images_details: [],
|
|
1873
|
+
knowledge_cell: ["65b92021b08b23325238251a"],
|
|
1874
|
+
source: "Source G",
|
|
1875
|
+
option_image_details: [],
|
|
1876
|
+
labels: {
|
|
1877
|
+
normal: {
|
|
1878
|
+
prompt_id: "65d35a9a48a34e9470928cd9",
|
|
1879
|
+
source_coteacher_uuid: "adbec745-a134-48c4-8047-446962fc2c5b",
|
|
1880
|
+
},
|
|
1881
|
+
syllabus: [
|
|
1882
|
+
{
|
|
1883
|
+
curriculum: "38416",
|
|
1884
|
+
grade: "43141",
|
|
1885
|
+
subject: "43150",
|
|
1886
|
+
chapter: "91916",
|
|
1887
|
+
topic: "9453045",
|
|
1888
|
+
difficulty: "47081",
|
|
1889
|
+
},
|
|
1890
|
+
],
|
|
1891
|
+
explanation: {
|
|
1892
|
+
prompt_id: "65d38f8f48a34e947092b190",
|
|
1893
|
+
},
|
|
1894
|
+
isAdvanced: false,
|
|
1895
|
+
basket: true,
|
|
1896
|
+
},
|
|
1897
|
+
updatedAt: "2024-09-09T06:04:13.667Z",
|
|
1898
|
+
__v: 0,
|
|
1899
|
+
approvedAt: "2024-07-16T05:52:06.674Z",
|
|
1900
|
+
hintandexplanations: [
|
|
1901
|
+
{
|
|
1902
|
+
_id: "65dc6e94672c9c7702c25742",
|
|
1903
|
+
hint: [],
|
|
1904
|
+
explanation: [
|
|
1905
|
+
{
|
|
1906
|
+
layout_type: "Normal",
|
|
1907
|
+
data: [
|
|
1908
|
+
{
|
|
1909
|
+
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.",
|
|
1910
|
+
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.",
|
|
1911
|
+
media_type: "image",
|
|
1912
|
+
media: "",
|
|
1913
|
+
_id: "65d38f8fe04ce2b731a62d6d",
|
|
1914
|
+
},
|
|
1915
|
+
],
|
|
1916
|
+
_id: "65dc6e94672c9c7702c25743",
|
|
1917
|
+
},
|
|
1918
|
+
],
|
|
1919
|
+
question_id: "aab397a1-9c11-47c5-bd59-08089544ce72",
|
|
1920
|
+
createdAt: "2024-02-26T10:57:24.828Z",
|
|
1921
|
+
updatedAt: "2024-02-26T10:57:24.828Z",
|
|
1922
|
+
__v: 0,
|
|
1923
|
+
},
|
|
1924
|
+
],
|
|
1925
|
+
syllabusMapping: [
|
|
1926
|
+
{
|
|
1927
|
+
curriculum: {
|
|
1928
|
+
id: "38416",
|
|
1929
|
+
title: "CBSE",
|
|
1930
|
+
},
|
|
1931
|
+
grade: {
|
|
1932
|
+
id: "43141",
|
|
1933
|
+
title: "Grade 8",
|
|
1934
|
+
},
|
|
1935
|
+
subject: {
|
|
1936
|
+
id: "43150",
|
|
1937
|
+
title: "Mathematics",
|
|
1938
|
+
},
|
|
1939
|
+
chapter: {
|
|
1940
|
+
id: "91916",
|
|
1941
|
+
title: "Cubes and Cube Roots",
|
|
1942
|
+
},
|
|
1943
|
+
topic: {
|
|
1944
|
+
id: "9453045",
|
|
1945
|
+
title: "Cubes",
|
|
1946
|
+
},
|
|
1947
|
+
difficulty: {
|
|
1948
|
+
id: "47081",
|
|
1949
|
+
},
|
|
1950
|
+
assessmentType: "Formative",
|
|
1951
|
+
cognitivLevel: "Application",
|
|
1952
|
+
},
|
|
1953
|
+
],
|
|
1954
|
+
},
|
|
1955
|
+
main_question_count: "1",
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
question: "baf2dcad-7a45-462b-94df-63bebe775bc1",
|
|
1959
|
+
user_answer: '{"answerResult":[{"actualAnswer":"125","givenAnswer":"150","isCorrect":false}],"overAllResult":false,"chatId":"93376943-eadc-4dd-8749ac107397627"}',
|
|
1960
|
+
difficulty_level: "",
|
|
1961
|
+
result: true,
|
|
1962
|
+
question_sequence: "main_question",
|
|
1963
|
+
created_at: "2024-09-09T09:51:09.354Z",
|
|
1964
|
+
question_details: {
|
|
1965
|
+
question_type: "2",
|
|
1966
|
+
question: "What is the cube of the largest two-digit even number?",
|
|
1967
|
+
solution: "<p>The largest two-digit even number is 98. The cube of 98 is 98 × 98 × 98 = 941192.</p>",
|
|
1968
|
+
uuid: "db1fd729-8d57-4364-8358-213eea0320fe",
|
|
1969
|
+
question_layout: "<p>What is the cube of the largest two-digit even number?</p>",
|
|
1970
|
+
question_student_layout: [
|
|
1971
|
+
"<p>What is the cube of the largest two-digit even number?</p>",
|
|
1972
|
+
],
|
|
1973
|
+
options: ["64000", "6859", "8000", "941192"],
|
|
1974
|
+
options_layout: ["64000", "6859", "8000", "<p>941192</p>"],
|
|
1975
|
+
answers: ["941192"],
|
|
1976
|
+
answers_layout: ["<p>941192</p>"],
|
|
1977
|
+
duration: "",
|
|
1978
|
+
images: [],
|
|
1979
|
+
sub_question: [],
|
|
1980
|
+
grades: [
|
|
1981
|
+
{
|
|
1982
|
+
grade: "43141",
|
|
1983
|
+
difficulty: "47081",
|
|
1984
|
+
},
|
|
1985
|
+
],
|
|
1986
|
+
curriculum: ["38416"],
|
|
1987
|
+
subjects: ["43150"],
|
|
1988
|
+
chapters: ["91916"],
|
|
1989
|
+
topics: ["9453045"],
|
|
1990
|
+
sub_topic: [],
|
|
1991
|
+
assessmentType: ["Formative"],
|
|
1992
|
+
cognitivLevel: ["Application"],
|
|
1993
|
+
status: "0",
|
|
1994
|
+
version: "1.3",
|
|
1995
|
+
is_subquestion: false,
|
|
1996
|
+
created_by: "Vandana",
|
|
1997
|
+
modified_by: "CMMA Maths",
|
|
1998
|
+
is_teacher: true,
|
|
1999
|
+
is_student: true,
|
|
2000
|
+
created_by_id: "127",
|
|
2001
|
+
modified_by_id: "94",
|
|
2002
|
+
createdAt: "2024-02-26T12:05:39.013Z",
|
|
2003
|
+
version_uuid: "baf2dcad-7a45-462b-94df-63bebe775bc1",
|
|
2004
|
+
approved_by_id: "94",
|
|
2005
|
+
approved_by: "CMMA Maths",
|
|
2006
|
+
is_archive: false,
|
|
2007
|
+
layout_type: null,
|
|
2008
|
+
images_details: [],
|
|
2009
|
+
knowledge_cell: ["65b92021b08b23325238251a"],
|
|
2010
|
+
source: "Source G",
|
|
2011
|
+
option_image_details: [],
|
|
2012
|
+
labels: {
|
|
2013
|
+
normal: {
|
|
2014
|
+
prompt_id: "65d35b0048a34e9470928d1e",
|
|
2015
|
+
source_coteacher_uuid: "5420b263-7f2c-4091-b7e9-b257292cd40c",
|
|
2016
|
+
},
|
|
2017
|
+
syllabus: [
|
|
2018
|
+
{
|
|
2019
|
+
curriculum: "38416",
|
|
2020
|
+
grade: "43141",
|
|
2021
|
+
subject: "43150",
|
|
2022
|
+
chapter: "91916",
|
|
2023
|
+
topic: "9453045",
|
|
2024
|
+
difficulty: "47120",
|
|
2025
|
+
},
|
|
2026
|
+
],
|
|
2027
|
+
explanation: {
|
|
2028
|
+
prompt_id: "65d38ea148a34e947092b0df",
|
|
2029
|
+
},
|
|
2030
|
+
isAdvanced: false,
|
|
2031
|
+
basket: true,
|
|
2032
|
+
},
|
|
2033
|
+
updatedAt: "2024-09-09T06:04:13.667Z",
|
|
2034
|
+
__v: 0,
|
|
2035
|
+
approvedAt: "2024-07-16T05:52:06.674Z",
|
|
2036
|
+
hintandexplanations: [
|
|
2037
|
+
{
|
|
2038
|
+
_id: "65dc7e934fba1266d2d1a0bc",
|
|
2039
|
+
hint: [],
|
|
2040
|
+
explanation: [
|
|
2041
|
+
{
|
|
2042
|
+
layout_type: "Normal",
|
|
2043
|
+
data: [
|
|
2044
|
+
{
|
|
2045
|
+
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>",
|
|
2046
|
+
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.",
|
|
2047
|
+
media_type: "image",
|
|
2048
|
+
media: "",
|
|
2049
|
+
_id: "65d6e124a96478be69ebf2be",
|
|
2050
|
+
},
|
|
2051
|
+
],
|
|
2052
|
+
_id: "65dc7e934fba1266d2d1a0bd",
|
|
2053
|
+
},
|
|
2054
|
+
],
|
|
2055
|
+
question_id: "db1fd729-8d57-4364-8358-213eea0320fe",
|
|
2056
|
+
createdAt: "2024-02-26T12:05:39.027Z",
|
|
2057
|
+
updatedAt: "2024-02-26T12:05:39.027Z",
|
|
2058
|
+
__v: 0,
|
|
2059
|
+
},
|
|
2060
|
+
],
|
|
2061
|
+
syllabusMapping: [
|
|
2062
|
+
{
|
|
2063
|
+
curriculum: {
|
|
2064
|
+
id: "38416",
|
|
2065
|
+
title: "CBSE",
|
|
2066
|
+
},
|
|
2067
|
+
grade: {
|
|
2068
|
+
id: "43141",
|
|
2069
|
+
title: "Grade 8",
|
|
2070
|
+
},
|
|
2071
|
+
subject: {
|
|
2072
|
+
id: "43150",
|
|
2073
|
+
title: "Mathematics",
|
|
2074
|
+
},
|
|
2075
|
+
chapter: {
|
|
2076
|
+
id: "91916",
|
|
2077
|
+
title: "Cubes and Cube Roots",
|
|
2078
|
+
},
|
|
2079
|
+
topic: {
|
|
2080
|
+
id: "9453045",
|
|
2081
|
+
title: "Cubes",
|
|
2082
|
+
},
|
|
2083
|
+
difficulty: {
|
|
2084
|
+
id: "47081",
|
|
2085
|
+
},
|
|
2086
|
+
assessmentType: "Formative",
|
|
2087
|
+
cognitivLevel: "Application",
|
|
2088
|
+
},
|
|
2089
|
+
],
|
|
2090
|
+
},
|
|
2091
|
+
main_question_count: "2",
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
question: "238e0bea-9366-443d-ac87-0f5ad0ca4fe0",
|
|
2095
|
+
user_answer: '{"answerResult":[{"actualAnswer":"64","givenAnswer":"64","isCorrect":true}],"overAllResult":true,"chatId":"284ec739-a6e8-41d6-8d46-f8d9a85fe061"}',
|
|
2096
|
+
difficulty_level: "",
|
|
2097
|
+
result: false,
|
|
2098
|
+
question_sequence: "main_question",
|
|
2099
|
+
created_at: "2024-09-09T09:51:11.962Z",
|
|
2100
|
+
question_details: {
|
|
2101
|
+
question_type: "2",
|
|
2102
|
+
question: "Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?",
|
|
2103
|
+
solution: "<p>64 is the smallest multiple of 4 that is also a perfect cube because it is equal to \\(4^{3}\\)</p>",
|
|
2104
|
+
uuid: "c3d38f8f-7c46-4046-86cb-e92fbd620b0d",
|
|
2105
|
+
question_layout: "<p>Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?</p>",
|
|
2106
|
+
question_student_layout: [
|
|
2107
|
+
"<p>Which of the following numbers is the smallest multiple of 4 that is also a perfect cube?</p>",
|
|
2108
|
+
],
|
|
2109
|
+
options: ["64", "128", "256", "512"],
|
|
2110
|
+
options_layout: ["64", "128", "256", "512"],
|
|
2111
|
+
answers: ["64"],
|
|
2112
|
+
answers_layout: ["64"],
|
|
2113
|
+
duration: "",
|
|
2114
|
+
images: [],
|
|
2115
|
+
sub_question: [],
|
|
2116
|
+
grades: [
|
|
2117
|
+
{
|
|
2118
|
+
grade: "43141",
|
|
2119
|
+
difficulty: "47081",
|
|
2120
|
+
},
|
|
2121
|
+
],
|
|
2122
|
+
curriculum: ["38416"],
|
|
2123
|
+
subjects: ["43150"],
|
|
2124
|
+
chapters: ["91916"],
|
|
2125
|
+
topics: ["9453045"],
|
|
2126
|
+
sub_topic: [],
|
|
2127
|
+
assessmentType: ["Formative"],
|
|
2128
|
+
cognitivLevel: ["Application"],
|
|
2129
|
+
status: "0",
|
|
2130
|
+
version: "1.4",
|
|
2131
|
+
is_subquestion: false,
|
|
2132
|
+
created_by: "Vandana",
|
|
2133
|
+
modified_by: "CMMA Maths",
|
|
2134
|
+
is_teacher: true,
|
|
2135
|
+
is_student: true,
|
|
2136
|
+
created_by_id: "127",
|
|
2137
|
+
modified_by_id: "94",
|
|
2138
|
+
createdAt: "2024-02-26T11:54:32.015Z",
|
|
2139
|
+
version_uuid: "238e0bea-9366-443d-ac87-0f5ad0ca4fe0",
|
|
2140
|
+
approved_by_id: "94",
|
|
2141
|
+
approved_by: "CMMA Maths",
|
|
2142
|
+
is_archive: false,
|
|
2143
|
+
layout_type: null,
|
|
2144
|
+
images_details: [],
|
|
2145
|
+
knowledge_cell: ["65b9211fb08b2332523835ea"],
|
|
2146
|
+
source: "Source G",
|
|
2147
|
+
option_image_details: [],
|
|
2148
|
+
labels: {
|
|
2149
|
+
normal: {
|
|
2150
|
+
prompt_id: "65d35e2948a34e9470928f44",
|
|
2151
|
+
source_coteacher_uuid: "21f7ee77-9fcd-446d-bc24-53e89b8fd573",
|
|
2152
|
+
},
|
|
2153
|
+
syllabus: [
|
|
2154
|
+
{
|
|
2155
|
+
curriculum: "38416",
|
|
2156
|
+
grade: "43141",
|
|
2157
|
+
subject: "43150",
|
|
2158
|
+
chapter: "91916",
|
|
2159
|
+
topic: "9453045",
|
|
2160
|
+
difficulty: "47081",
|
|
2161
|
+
},
|
|
2162
|
+
],
|
|
2163
|
+
explanation: {
|
|
2164
|
+
prompt_id: "65d3889248a34e947092ac6a",
|
|
2165
|
+
},
|
|
2166
|
+
isAdvanced: false,
|
|
2167
|
+
basket: true,
|
|
2168
|
+
},
|
|
2169
|
+
updatedAt: "2024-09-09T06:04:13.667Z",
|
|
2170
|
+
__v: 0,
|
|
2171
|
+
approvedAt: "2024-07-16T05:52:06.674Z",
|
|
2172
|
+
hintandexplanations: [
|
|
2173
|
+
{
|
|
2174
|
+
_id: "65dc7bf8672c9c7702c2674e",
|
|
2175
|
+
hint: [],
|
|
2176
|
+
explanation: [
|
|
2177
|
+
{
|
|
2178
|
+
layout_type: "Normal",
|
|
2179
|
+
data: [
|
|
2180
|
+
{
|
|
2181
|
+
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>",
|
|
2182
|
+
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.",
|
|
2183
|
+
media_type: "image",
|
|
2184
|
+
media: "",
|
|
2185
|
+
_id: "65d72f75a96478be69ecbf8e",
|
|
2186
|
+
},
|
|
2187
|
+
],
|
|
2188
|
+
_id: "65dc7bf8672c9c7702c2674f",
|
|
2189
|
+
},
|
|
2190
|
+
],
|
|
2191
|
+
question_id: "c3d38f8f-7c46-4046-86cb-e92fbd620b0d",
|
|
2192
|
+
createdAt: "2024-02-26T11:54:32.030Z",
|
|
2193
|
+
updatedAt: "2024-02-26T11:54:32.030Z",
|
|
2194
|
+
__v: 0,
|
|
2195
|
+
},
|
|
2196
|
+
],
|
|
2197
|
+
syllabusMapping: [
|
|
2198
|
+
{
|
|
2199
|
+
curriculum: {
|
|
2200
|
+
id: "38416",
|
|
2201
|
+
title: "CBSE",
|
|
2202
|
+
},
|
|
2203
|
+
grade: {
|
|
2204
|
+
id: "43141",
|
|
2205
|
+
title: "Grade 8",
|
|
2206
|
+
},
|
|
2207
|
+
subject: {
|
|
2208
|
+
id: "43150",
|
|
2209
|
+
title: "Mathematics",
|
|
2210
|
+
},
|
|
2211
|
+
chapter: {
|
|
2212
|
+
id: "91916",
|
|
2213
|
+
title: "Cubes and Cube Roots",
|
|
2214
|
+
},
|
|
2215
|
+
topic: {
|
|
2216
|
+
id: "9453045",
|
|
2217
|
+
title: "Cubes",
|
|
2218
|
+
},
|
|
2219
|
+
difficulty: {
|
|
2220
|
+
id: "47081",
|
|
2221
|
+
},
|
|
2222
|
+
assessmentType: "Formative",
|
|
2223
|
+
cognitivLevel: "Application",
|
|
2224
|
+
},
|
|
2225
|
+
],
|
|
2226
|
+
},
|
|
2227
|
+
main_question_count: "3",
|
|
2228
|
+
},
|
|
2229
|
+
{
|
|
2230
|
+
question: "912435da-1927-45a7-96f5-d1b3dec00adf",
|
|
2231
|
+
user_answer: '{"answerResult":[{"actualAnswer":"4","givenAnswer":"8","isCorrect":false}],"overAllResult":false,"chatId":"c4ee5cf7-97b3-4ead-8794-e8ab68606b05"}',
|
|
2232
|
+
difficulty_level: "",
|
|
2233
|
+
result: false,
|
|
2234
|
+
question_sequence: "main_question",
|
|
2235
|
+
created_at: "2024-09-09T09:51:14.307Z",
|
|
2236
|
+
question_details: {
|
|
2237
|
+
question_type: "2",
|
|
2238
|
+
question: "A number is multiplied by itself three times to get 64. What is the number?",
|
|
2239
|
+
solution: "<p>The number is 4 because 4 × 4 × 4 = 64. </p>",
|
|
2240
|
+
uuid: "5aa77892-f8b9-4482-a6fe-876212413d4a",
|
|
2241
|
+
question_layout: "<p>A number is multiplied by itself three times to get 64. What is the number?</p>",
|
|
2242
|
+
question_student_layout: [
|
|
2243
|
+
"<p>A number is multiplied by itself three times to get 64. What is the number?</p>",
|
|
2244
|
+
],
|
|
2245
|
+
options: ["2", "4", "6", "8"],
|
|
2246
|
+
options_layout: ["2", "4", "6", "8"],
|
|
2247
|
+
answers: ["4"],
|
|
2248
|
+
answers_layout: ["4"],
|
|
2249
|
+
duration: "",
|
|
2250
|
+
images: [],
|
|
2251
|
+
sub_question: [],
|
|
2252
|
+
grades: [
|
|
2253
|
+
{
|
|
2254
|
+
grade: "43141",
|
|
2255
|
+
difficulty: "47081",
|
|
2256
|
+
},
|
|
2257
|
+
],
|
|
2258
|
+
curriculum: ["38416"],
|
|
2259
|
+
subjects: ["43150"],
|
|
2260
|
+
chapters: ["91916"],
|
|
2261
|
+
topics: ["9453045"],
|
|
2262
|
+
sub_topic: [],
|
|
2263
|
+
assessmentType: ["Formative"],
|
|
2264
|
+
cognitivLevel: ["Application"],
|
|
2265
|
+
status: "0",
|
|
2266
|
+
version: "1.2",
|
|
2267
|
+
is_subquestion: false,
|
|
2268
|
+
created_by: "Vandana",
|
|
2269
|
+
modified_by: "CMMA Maths",
|
|
2270
|
+
is_teacher: true,
|
|
2271
|
+
is_student: true,
|
|
2272
|
+
created_by_id: "127",
|
|
2273
|
+
modified_by_id: "94",
|
|
2274
|
+
createdAt: "2024-02-26T11:05:32.911Z",
|
|
2275
|
+
version_uuid: "912435da-1927-45a7-96f5-d1b3dec00adf",
|
|
2276
|
+
approved_by_id: "94",
|
|
2277
|
+
approved_by: "CMMA Maths",
|
|
2278
|
+
is_archive: false,
|
|
2279
|
+
layout_type: null,
|
|
2280
|
+
images_details: [],
|
|
2281
|
+
knowledge_cell: ["65b92175b08b233252383b6a"],
|
|
2282
|
+
source: "Source G",
|
|
2283
|
+
option_image_details: [],
|
|
2284
|
+
labels: {
|
|
2285
|
+
normal: {
|
|
2286
|
+
prompt_id: "65d3598f48a34e9470928bee",
|
|
2287
|
+
source_coteacher_uuid: "067fbd2d-2621-4f01-acec-55fe428506cd",
|
|
2288
|
+
},
|
|
2289
|
+
syllabus: [
|
|
2290
|
+
{
|
|
2291
|
+
curriculum: "38416",
|
|
2292
|
+
grade: "43141",
|
|
2293
|
+
subject: "43150",
|
|
2294
|
+
chapter: "91916",
|
|
2295
|
+
topic: [],
|
|
2296
|
+
difficulty: "47081",
|
|
2297
|
+
},
|
|
2298
|
+
],
|
|
2299
|
+
explanation: {
|
|
2300
|
+
prompt_id: "65d3912b48a34e947092b30b",
|
|
2301
|
+
},
|
|
2302
|
+
isAdvanced: false,
|
|
2303
|
+
basket: true,
|
|
2304
|
+
},
|
|
2305
|
+
updatedAt: "2024-09-09T06:04:13.667Z",
|
|
2306
|
+
__v: 0,
|
|
2307
|
+
approvedAt: "2024-07-16T05:52:06.674Z",
|
|
2308
|
+
hintandexplanations: [
|
|
2309
|
+
{
|
|
2310
|
+
_id: "65dc707c4fba1266d2d18e22",
|
|
2311
|
+
hint: [],
|
|
2312
|
+
explanation: [
|
|
2313
|
+
{
|
|
2314
|
+
layout_type: "Normal",
|
|
2315
|
+
data: [
|
|
2316
|
+
{
|
|
2317
|
+
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>",
|
|
2318
|
+
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.",
|
|
2319
|
+
media_type: "image",
|
|
2320
|
+
media: "",
|
|
2321
|
+
_id: "65d5e3a06d01968ae918ae67",
|
|
2322
|
+
},
|
|
2323
|
+
],
|
|
2324
|
+
_id: "65dc707c4fba1266d2d18e23",
|
|
2325
|
+
},
|
|
2326
|
+
],
|
|
2327
|
+
question_id: "5aa77892-f8b9-4482-a6fe-876212413d4a",
|
|
2328
|
+
createdAt: "2024-02-26T11:05:32.932Z",
|
|
2329
|
+
updatedAt: "2024-02-26T11:05:32.932Z",
|
|
2330
|
+
__v: 0,
|
|
2331
|
+
},
|
|
2332
|
+
],
|
|
2333
|
+
syllabusMapping: [
|
|
2334
|
+
{
|
|
2335
|
+
curriculum: {
|
|
2336
|
+
id: "38416",
|
|
2337
|
+
title: "CBSE",
|
|
2338
|
+
},
|
|
2339
|
+
grade: {
|
|
2340
|
+
id: "43141",
|
|
2341
|
+
title: "Grade 8",
|
|
2342
|
+
},
|
|
2343
|
+
subject: {
|
|
2344
|
+
id: "43150",
|
|
2345
|
+
title: "Mathematics",
|
|
2346
|
+
},
|
|
2347
|
+
chapter: {
|
|
2348
|
+
id: "91916",
|
|
2349
|
+
title: "Cubes and Cube Roots",
|
|
2350
|
+
},
|
|
2351
|
+
topic: {
|
|
2352
|
+
id: "9453045",
|
|
2353
|
+
title: "Cubes",
|
|
2354
|
+
},
|
|
2355
|
+
difficulty: {
|
|
2356
|
+
id: "47081",
|
|
2357
|
+
},
|
|
2358
|
+
assessmentType: "Formative",
|
|
2359
|
+
cognitivLevel: "Application",
|
|
2360
|
+
},
|
|
2361
|
+
],
|
|
2362
|
+
},
|
|
2363
|
+
main_question_count: "4",
|
|
2364
|
+
},
|
|
2365
|
+
],
|
|
2366
|
+
total_questions: 4,
|
|
2367
|
+
},
|
|
2368
|
+
];
|
|
2369
|
+
exports.commonprops = {
|
|
2370
|
+
mcqStyle: Mcq_module_css_1.default,
|
|
2371
|
+
fibStyle: Fib_module_css_1.default,
|
|
2372
|
+
scqStyle: ScqStudent_module_css_1.default,
|
|
2373
|
+
questionLayoutStyle: QuestionLayout_module_css_1.default,
|
|
2374
|
+
assistantStyle: assistant_module_css_1.default,
|
|
2375
|
+
factualStyle: factual_module_css_1.default,
|
|
2376
|
+
icons: {
|
|
2377
|
+
NewQuestionImage: newQuestion_svg_1.default,
|
|
2378
|
+
AssistantImg: assistant_svg_1.default,
|
|
2379
|
+
play: playIcon_svg_1.default,
|
|
2380
|
+
Arrow: doubt_svg_1.default,
|
|
2381
|
+
progressViewIcons: {
|
|
2382
|
+
DefaultProgressIcon: defaultNew_svg_1.default,
|
|
2383
|
+
FirstProgressIcon: oneNew_svg_1.default,
|
|
2384
|
+
SecondProgressIcon: twoNew_svg_1.default,
|
|
2385
|
+
CompleteProgressIcon: completedNew_svg_1.default,
|
|
2386
|
+
GreenCompleteProgressIcon: greenCompletedNew_svg_1.default,
|
|
2387
|
+
ConnectingLine: lineNew_svg_1.default,
|
|
2388
|
+
CompletedConnectingLine: lineCompletedNew_svg_1.default,
|
|
2389
|
+
TrophyIcon: trophyNew_svg_1.default,
|
|
2390
|
+
FirstTrophyIcon: trophyOneNew_svg_1.default,
|
|
2391
|
+
SecondTrophyIcon: trophyTwoNew_svg_1.default,
|
|
2392
|
+
TrophyCompletedIcon: trophyCompletedNew_svg_1.default,
|
|
2393
|
+
LeftIcon: leftIcon_svg_1.default,
|
|
2394
|
+
RightIcon: rightIcon_svg_1.default,
|
|
2395
|
+
EmptyProgressIcon: emptyProgressIcon_svg_1.default,
|
|
2396
|
+
TrophyStartedIcon: trophyOneNew_svg_1.default,
|
|
2397
|
+
},
|
|
2398
|
+
CheckmarkCircle: discussSymbol_svg_1.default,
|
|
2399
|
+
closeCircle: discussSymbol_svg_1.default,
|
|
2400
|
+
},
|
|
2401
|
+
loaderText: "Take a deep breath! Brace up for comprehension question. Read the passage and answer the questions",
|
|
2402
|
+
finalText: "Once you select your answer and hit Next, you won't be able to change it - so take a moment to be sure before locking it in!",
|
|
2403
|
+
};
|
|
2404
|
+
exports.dummyOptionImages = [
|
|
2405
|
+
{
|
|
2406
|
+
url: "https://innerscore-questions.s3.ap-south-1.amazonaws.com/ce9d251de07548feb429ade7f21dfe32Q3_a%20%281%29.png",
|
|
2407
|
+
aspect_ratio_type: 3,
|
|
2408
|
+
show_text: true,
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
url: "https://innerscore-questions.s3.ap-south-1.amazonaws.com/728359f9dd6e4fc3aec518a1e4712c89Q2%20%288%29.png",
|
|
2412
|
+
aspect_ratio_type: 3,
|
|
2413
|
+
show_text: true,
|
|
2414
|
+
},
|
|
2415
|
+
{
|
|
2416
|
+
url: "https://innerscore-questions.s3.ap-south-1.amazonaws.com/1a252de419e24946a1f383257f75034dQ3_c%20%281%29.png",
|
|
2417
|
+
aspect_ratio_type: 3,
|
|
2418
|
+
show_text: true,
|
|
2419
|
+
},
|
|
2420
|
+
{
|
|
2421
|
+
url: "https://innerscore-questions.s3.ap-south-1.amazonaws.com/e2723cd120254738aa1768ab5d50e0c0Q3_a.png",
|
|
2422
|
+
aspect_ratio_type: 3,
|
|
2423
|
+
show_text: true,
|
|
2424
|
+
},
|
|
2425
|
+
];
|
|
2426
|
+
exports.comprehensionBasedQuestionData = [
|
|
2427
|
+
{
|
|
2428
|
+
count: "1",
|
|
2429
|
+
history: [],
|
|
2430
|
+
question_sequence: "main_question",
|
|
2431
|
+
ref: { current: "div.css-79elbk" },
|
|
2432
|
+
summary: "",
|
|
2433
|
+
userAnswer: {
|
|
2434
|
+
answerResult: [
|
|
2435
|
+
{
|
|
2436
|
+
actualAnswer: "Atoms can exist independently and also combine to form molecules",
|
|
2437
|
+
givenAnswer: "Atoms can exist independently and also combine to form molecules",
|
|
2438
|
+
isCorrect: true,
|
|
2439
|
+
time_taken: 40,
|
|
2440
|
+
},
|
|
2441
|
+
],
|
|
2442
|
+
overAllResult: true,
|
|
2443
|
+
},
|
|
2444
|
+
questionObject: {
|
|
2445
|
+
exitScript: "",
|
|
2446
|
+
question_type: "2",
|
|
2447
|
+
solution: "<p>Atoms can exist independently and also combine to form molecules </p>",
|
|
2448
|
+
uuid: "bf6066a9-00da-4373-a4ad-86898b99e112",
|
|
2449
|
+
question_layout: "<p>Which statement is true about the size of atoms and their existence?</p>",
|
|
2450
|
+
options_layout: [
|
|
2451
|
+
"Atoms are so small that they can be seen with the naked eye",
|
|
2452
|
+
"Atoms are larger than molecules",
|
|
2453
|
+
"Atoms can exist independently and also combine to form molecules",
|
|
2454
|
+
"Atoms are always in a solid state",
|
|
2455
|
+
],
|
|
2456
|
+
answers_layout: [
|
|
2457
|
+
"Atoms can exist independently and also combine to form molecules",
|
|
2458
|
+
],
|
|
2459
|
+
sub_question: [],
|
|
2460
|
+
version_uuid: "a6493019-70ef-4267-a7c5-3f368021aa55",
|
|
2461
|
+
images_details: [],
|
|
2462
|
+
option_image_details: [],
|
|
2463
|
+
hintandexplanations: [
|
|
2464
|
+
{
|
|
2465
|
+
_id: "66c5886d5ebb2d081294ed40",
|
|
2466
|
+
hint: [],
|
|
2467
|
+
explanation: [
|
|
2468
|
+
{
|
|
2469
|
+
layout_type: "Normal",
|
|
2470
|
+
data: [
|
|
2471
|
+
{
|
|
2472
|
+
text_layout: "Atoms are like tiny building blocks of everything around us. Just like single Lego pieces, atoms can exist all by themselves. However, they can also click together with other atoms to create a variety of shapes, or in scientific terms, molecules. This is how water, air, and even you are made! So, atoms can be independent or join forces to form molecules, which is why the statement \"Atoms can exist independently and also combine to form molecules\" is true. Other options might suggest that atoms can't exist alone or only form molecules, which isn't correct.",
|
|
2473
|
+
text: "Atoms are like tiny building blocks of everything around us. Just like single Lego pieces, atoms can exist all by themselves. However, they can also click together with other atoms to create a variety of shapes, or in scientific terms, molecules. This is how water, air, and even you are made! So, atoms can be independent or join forces to form molecules, which is why the statement \"Atoms can exist independently and also combine to form molecules\" is true. Other options might suggest that atoms can't exist alone or only form molecules, which isn't correct.",
|
|
2474
|
+
media_type: "image",
|
|
2475
|
+
media: "",
|
|
2476
|
+
_id: "65e567677bc9d5ca1d2194d5",
|
|
2477
|
+
},
|
|
2478
|
+
],
|
|
2479
|
+
_id: "66c5886d5ebb2d081294ed41",
|
|
2480
|
+
},
|
|
2481
|
+
],
|
|
2482
|
+
question_id: "bf6066a9-00da-4373-a4ad-86898b99e112",
|
|
2483
|
+
createdAt: "2024-08-21T06:25:49.810Z",
|
|
2484
|
+
updatedAt: "2024-08-21T06:25:49.810Z",
|
|
2485
|
+
__v: 0,
|
|
2486
|
+
},
|
|
2487
|
+
],
|
|
2488
|
+
rubric: {},
|
|
2489
|
+
syllabusMapping: [
|
|
2490
|
+
{
|
|
2491
|
+
curriculum: {
|
|
2492
|
+
id: "38416",
|
|
2493
|
+
title: "CBSE",
|
|
2494
|
+
},
|
|
2495
|
+
grade: {
|
|
2496
|
+
id: "43144",
|
|
2497
|
+
title: "Grade 9",
|
|
2498
|
+
},
|
|
2499
|
+
subject: {
|
|
2500
|
+
id: "45481",
|
|
2501
|
+
title: "Chemistry",
|
|
2502
|
+
},
|
|
2503
|
+
chapter: {
|
|
2504
|
+
id: "2876852",
|
|
2505
|
+
title: "Atoms and Molecules",
|
|
2506
|
+
},
|
|
2507
|
+
topic: {
|
|
2508
|
+
id: "9452744",
|
|
2509
|
+
title: "What Is an Atom?",
|
|
2510
|
+
},
|
|
2511
|
+
difficulty: {
|
|
2512
|
+
id: "47120",
|
|
2513
|
+
},
|
|
2514
|
+
assessmentType: "Formative",
|
|
2515
|
+
cognitivLevel: "UnderStanding",
|
|
2516
|
+
},
|
|
2517
|
+
],
|
|
2518
|
+
answer_schema: "1",
|
|
2519
|
+
showGreen: true,
|
|
2520
|
+
},
|
|
2521
|
+
},
|
|
2522
|
+
{
|
|
2523
|
+
count: "2",
|
|
2524
|
+
history: [
|
|
2525
|
+
{
|
|
2526
|
+
"958c8f70-630e-48ce-b860-baea9fbe70d0": [
|
|
2527
|
+
{
|
|
2528
|
+
role: "user",
|
|
2529
|
+
content: "test1",
|
|
2530
|
+
descriptive_answer: {
|
|
2531
|
+
sample_answer: 'The friend’s suggestion to get an otter from the Tigris marshes shows he knew about local traditions. In Southern Iraq, otters were common and often kept as pets by Arabs, making it a normal and easy thing to do in that culture.<span data-checked="" style="border-color: var(--chakra-colors-chakra-border-color); margin-inline-start: 0.5rem; user-select: none; font-size: var(--chakra-fontSizes-md);"></span>',
|
|
2532
|
+
rubricId: "68467d20730dcb509180b572",
|
|
2533
|
+
rubricType: "SA-2",
|
|
2534
|
+
name: "Short Answer",
|
|
2535
|
+
spellErrors: [],
|
|
2536
|
+
transcribeImageList: [],
|
|
2537
|
+
evaluation_status: "success",
|
|
2538
|
+
solution_layout: [
|
|
2539
|
+
{
|
|
2540
|
+
layout_type: "Normal",
|
|
2541
|
+
data: [
|
|
2542
|
+
{
|
|
2543
|
+
text_layout: 'The friend’s suggestion to get an otter from the Tigris marshes shows he knew about local traditions. In Southern Iraq, otters were common and often kept as pets by Arabs, making it a normal and easy thing to do in that culture.<span data-checked="" style="border-color: var(--chakra-colors-chakra-border-color); margin-inline-start: 0.5rem; user-select: none; font-size: var(--chakra-fontSizes-md);"></span>',
|
|
2544
|
+
text: "The friend’s suggestion to get an otter from the Tigris marshes shows he knew about local traditions. In Southern Iraq, otters were common and often kept as pets by Arabs, making it a normal and easy thing to do in that culture.",
|
|
2545
|
+
media_type: "image",
|
|
2546
|
+
media: "",
|
|
2547
|
+
weight: "",
|
|
2548
|
+
},
|
|
2549
|
+
],
|
|
2550
|
+
},
|
|
2551
|
+
],
|
|
2552
|
+
result: [
|
|
2553
|
+
{
|
|
2554
|
+
metric_description: "Evaluate the student's ability to interpret the significance of the friend's advice in the passage.",
|
|
2555
|
+
metric_name: "Interpret the observation",
|
|
2556
|
+
student_weight_score: 0,
|
|
2557
|
+
student_weight_score_explanation: "The student did not provide any interpretation of the significance of the friend's advice regarding where to obtain an otter.",
|
|
2558
|
+
weight: 1,
|
|
2559
|
+
},
|
|
2560
|
+
{
|
|
2561
|
+
metric_description: "Evaluate the student's ability to explain the reasoning behind the friend's advice and its relation to local customs.",
|
|
2562
|
+
metric_name: "Explain correct process/reasoning",
|
|
2563
|
+
student_weight_score: 0,
|
|
2564
|
+
student_weight_score_explanation: "The student did not explain any reasoning or connection to local customs as required by the question.",
|
|
2565
|
+
weight: 1,
|
|
2566
|
+
},
|
|
2567
|
+
],
|
|
2568
|
+
student_answer_missing: "You did not address the question at all. The response 'test1' does not provide any information or analysis related to the significance of the friend's advice or what it reveals about local customs.",
|
|
2569
|
+
student_answer_well_done: "There is nothing correct in your response as it does not address the question.",
|
|
2570
|
+
status: "wrong",
|
|
2571
|
+
bandInfo: {
|
|
2572
|
+
_id: "6780f687b655707672e015ac",
|
|
2573
|
+
index: 6,
|
|
2574
|
+
total_marks: 2,
|
|
2575
|
+
lower_limit: 0,
|
|
2576
|
+
upper_limit: 0.25,
|
|
2577
|
+
message: "You missed the core context of the question. Focus on grasping the fundamentals.",
|
|
2578
|
+
status: "wrong",
|
|
2579
|
+
},
|
|
2580
|
+
},
|
|
2581
|
+
is_user_concluded: false,
|
|
2582
|
+
mode: "Descriptive Answer",
|
|
2583
|
+
chatID: "958c8f70-630e-48ce-b860-baea9fbe70d0",
|
|
2584
|
+
},
|
|
2585
|
+
{
|
|
2586
|
+
role: "assistant",
|
|
2587
|
+
content: "You did not address the question at all. The response 'test1' does not provide any information or analysis related to the significance of the friend's advice or what it reveals about local customs.",
|
|
2588
|
+
chatID: "958c8f70-630e-48ce-b860-baea9fbe70d0",
|
|
2589
|
+
},
|
|
2590
|
+
],
|
|
2591
|
+
},
|
|
2592
|
+
{
|
|
2593
|
+
"7eba34ce-8c75-416c-8b20-2af9fc7c23e1": [
|
|
2594
|
+
{
|
|
2595
|
+
role: "user",
|
|
2596
|
+
content: "test2",
|
|
2597
|
+
descriptive_answer: {
|
|
2598
|
+
sample_answer: "The friend’s suggestion to get an otter from the Tigris marshes shows he knew about local traditions. In Southern Iraq, otters were common and often kept as pets by Arabs, making it a normal and easy thing to do in that culture.",
|
|
2599
|
+
rubricId: "68467d48730dcb509180b57d",
|
|
2600
|
+
rubricType: "VSA-1",
|
|
2601
|
+
name: "Very Short Answer",
|
|
2602
|
+
spellErrors: [],
|
|
2603
|
+
transcribeImageList: [],
|
|
2604
|
+
evaluation_status: "success",
|
|
2605
|
+
solution_layout: [
|
|
2606
|
+
{
|
|
2607
|
+
layout_type: "Normal",
|
|
2608
|
+
data: [
|
|
2609
|
+
{
|
|
2610
|
+
text_layout: "The friend’s suggestion to get an otter from the Tigris marshes shows he knew about local traditions. In Southern Iraq, otters were common and often kept as pets by Arabs, making it a normal and easy thing to do in that culture.",
|
|
2611
|
+
text: "The friend’s suggestion to get an otter from the Tigris marshes shows he knew about local traditions. In Southern Iraq, otters were common and often kept as pets by Arabs, making it a normal and easy thing to do in that culture.",
|
|
2612
|
+
media_type: "image",
|
|
2613
|
+
media: "",
|
|
2614
|
+
weight: "",
|
|
2615
|
+
},
|
|
2616
|
+
],
|
|
2617
|
+
},
|
|
2618
|
+
],
|
|
2619
|
+
result: [
|
|
2620
|
+
{
|
|
2621
|
+
metric_description: "Evaluate if the student correctly interpreted the observation regarding the significance of the friend's advice.",
|
|
2622
|
+
metric_name: "Interpret the observation",
|
|
2623
|
+
student_weight_score: 0,
|
|
2624
|
+
student_weight_score_explanation: "The student did not provide any interpretation of the observation regarding the friend's advice.",
|
|
2625
|
+
weight: 0.5,
|
|
2626
|
+
},
|
|
2627
|
+
{
|
|
2628
|
+
metric_description: "Evaluate if the student explained the reasoning behind the significance of the friend's advice and its relation to local customs.",
|
|
2629
|
+
metric_name: "Explain correct process/reasoning",
|
|
2630
|
+
student_weight_score: 0,
|
|
2631
|
+
student_weight_score_explanation: "The student did not provide any explanation or reasoning related to the significance of the friend's advice or its relation to local customs.",
|
|
2632
|
+
weight: 0.5,
|
|
2633
|
+
},
|
|
2634
|
+
],
|
|
2635
|
+
student_answer_missing: "Your response did not address the question. You need to discuss the significance of the friend's advice about obtaining an otter and what it reveals about local customs.",
|
|
2636
|
+
student_answer_well_done: "Your response did not contain any correct elements related to the question.",
|
|
2637
|
+
status: "partially_correct",
|
|
2638
|
+
bandInfo: {
|
|
2639
|
+
status: "partially_correct",
|
|
2640
|
+
message: "Here is your evalution",
|
|
2641
|
+
},
|
|
2642
|
+
},
|
|
2643
|
+
is_user_concluded: false,
|
|
2644
|
+
mode: "Descriptive Answer",
|
|
2645
|
+
chatID: "7eba34ce-8c75-416c-8b20-2af9fc7c23e1",
|
|
2646
|
+
},
|
|
2647
|
+
{
|
|
2648
|
+
role: "assistant",
|
|
2649
|
+
content: "Your response did not address the question. You need to discuss the significance of the friend's advice about obtaining an otter and what it reveals about local customs.",
|
|
2650
|
+
chatID: "7eba34ce-8c75-416c-8b20-2af9fc7c23e1",
|
|
2651
|
+
},
|
|
2652
|
+
],
|
|
2653
|
+
},
|
|
2654
|
+
{
|
|
2655
|
+
"5d98d17a-9f8b-4091-b236-6b295e5f3420": [
|
|
2656
|
+
{ role: "user", content: "64" },
|
|
2657
|
+
{
|
|
2658
|
+
role: "assistant",
|
|
2659
|
+
content: "Well done! The smallest multiple of 4 that is also a perfect cube is indeed 64. This is because \\(64 = 4 \\times 16\\) and it can also be expressed as \\(4^3\\), satisfying both conditions of being a multiple of 4 and a perfect cube.#*#*#",
|
|
2660
|
+
},
|
|
2661
|
+
],
|
|
2662
|
+
},
|
|
2663
|
+
],
|
|
2664
|
+
question_sequence: "main_question",
|
|
2665
|
+
ref: { current: "div.css-79elbk" },
|
|
2666
|
+
summary: "",
|
|
2667
|
+
userAnswer: {
|
|
2668
|
+
overAllResult: true,
|
|
2669
|
+
sub_questions: [
|
|
2670
|
+
{
|
|
2671
|
+
question_id: "d4c40dcd-c1b7-4979-bebf-81d596e72be8",
|
|
2672
|
+
instance_id: "d4c40dcd-c1b7-4979-bebf-81d596e72be8",
|
|
2673
|
+
user_answer: '{"answerResult":[{"actualAnswer":"Because it was surrounded by water","givenAnswer":"Because it was in Southern Iraq","isCorrect":false,"time_taken":34}],"overAllResult":false}',
|
|
2674
|
+
result: false,
|
|
2675
|
+
time_taken: 34,
|
|
2676
|
+
chat_id: "5d98d17a-9f8b-4091-b236-6b295e5f3420",
|
|
2677
|
+
},
|
|
2678
|
+
{
|
|
2679
|
+
question_id: "f3779228-dc94-402a-82c1-91db89378845",
|
|
2680
|
+
instance_id: "f3779228-dc94-402a-82c1-91db89378845",
|
|
2681
|
+
user_answer: '{"answerResult":[{"actualAnswer":"na","givenAnswer":"test1","isCorrect":false,"time_taken":20}],"overAllResult":false}',
|
|
2682
|
+
result: false,
|
|
2683
|
+
time_taken: 20,
|
|
2684
|
+
chat_id: "958c8f70-630e-48ce-b860-baea9fbe70d0",
|
|
2685
|
+
},
|
|
2686
|
+
{
|
|
2687
|
+
question_id: "8a744457-b350-466c-8c03-22540103ca90",
|
|
2688
|
+
instance_id: "8a744457-b350-466c-8c03-22540103ca90",
|
|
2689
|
+
user_answer: '{"answerResult":[{"actualAnswer":"na","givenAnswer":"test2","isCorrect":false,"time_taken":11}],"overAllResult":false}',
|
|
2690
|
+
result: false,
|
|
2691
|
+
time_taken: 11,
|
|
2692
|
+
chat_id: "7eba34ce-8c75-416c-8b20-2af9fc7c23e1",
|
|
2693
|
+
},
|
|
2694
|
+
{
|
|
2695
|
+
question_id: "858a2884-a99d-498e-80eb-058e491bf65d",
|
|
2696
|
+
instance_id: "858a2884-a99d-498e-80eb-058e491bf65d",
|
|
2697
|
+
user_answer: '{"answerResult":[{"actualAnswer":"18","givenAnswer":"35","isCorrect":false,"time_taken":4}],"overAllResult":false}',
|
|
2698
|
+
result: false,
|
|
2699
|
+
time_taken: 4,
|
|
2700
|
+
chat_id: null,
|
|
2701
|
+
},
|
|
2702
|
+
],
|
|
2703
|
+
},
|
|
2704
|
+
questionObject: {
|
|
2705
|
+
dialog_entry_script: {},
|
|
2706
|
+
exitScript: "",
|
|
2707
|
+
question_type: "9",
|
|
2708
|
+
solution: "",
|
|
2709
|
+
uuid: "063c8563-671d-4c51-bf01-88a6b76faeba",
|
|
2710
|
+
question_layout: "<b>Read the following extract carefully and answer the questions that follow:</b> EARLY in the New Year of 1956 I travelled to Southern Iraq. By then it had crossed my mind that I should like to keep an otter instead of a dog, and that Camusfearna, ringed by water a stone’s throw from its door, would be an eminently suitable spot for this experiment. When I casually mentioned this to a friend, he as casually replied that I had better get one in the Tigris marshes, for there they were as common as mosquitoes, and were often tamed by the Arabs. We were going to Basra to the Consulate-General to collect and answer our mail from Europe. At the Consulate-General we found that my friend’s mail had arrived but that mine had not.",
|
|
2711
|
+
options_layout: [],
|
|
2712
|
+
answers_layout: [],
|
|
2713
|
+
sub_question: [
|
|
2714
|
+
{
|
|
2715
|
+
question_type: "2",
|
|
2716
|
+
solution: "",
|
|
2717
|
+
uuid: "d4c40dcd-c1b7-4979-bebf-81d596e72be8",
|
|
2718
|
+
question_layout: "Why did the author believe Camusfearna would be a good location for keeping an otter?",
|
|
2719
|
+
options_layout: [
|
|
2720
|
+
"Because it was surrounded by water",
|
|
2721
|
+
"Because it was in Southern Iraq",
|
|
2722
|
+
"Because his friend lived there",
|
|
2723
|
+
"Because it was close to a market",
|
|
2724
|
+
],
|
|
2725
|
+
answers_layout: ["Because it was surrounded by water"],
|
|
2726
|
+
sub_question: [],
|
|
2727
|
+
version_uuid: "d4c40dcd-c1b7-4979-bebf-81d596e72be8",
|
|
2728
|
+
images_details: [],
|
|
2729
|
+
option_image_details: [],
|
|
2730
|
+
solution_layout: [],
|
|
2731
|
+
rubric: {},
|
|
2732
|
+
hintandexplanations: [],
|
|
2733
|
+
answers_index_hashed_keys: [],
|
|
2734
|
+
syllabusMapping: [
|
|
2735
|
+
{
|
|
2736
|
+
curriculum: {
|
|
2737
|
+
id: "38416",
|
|
2738
|
+
title: "CBSE",
|
|
2739
|
+
},
|
|
2740
|
+
grade: {
|
|
2741
|
+
id: "43144",
|
|
2742
|
+
title: "Grade 9",
|
|
2743
|
+
},
|
|
2744
|
+
subject: {
|
|
2745
|
+
id: "45481",
|
|
2746
|
+
title: "Chemistry",
|
|
2747
|
+
},
|
|
2748
|
+
chapter: {
|
|
2749
|
+
id: "2876852",
|
|
2750
|
+
title: "Atoms and Molecules",
|
|
2751
|
+
},
|
|
2752
|
+
topic: {
|
|
2753
|
+
id: "",
|
|
2754
|
+
},
|
|
2755
|
+
difficulty: {
|
|
2756
|
+
id: "47081",
|
|
2757
|
+
},
|
|
2758
|
+
assessmentType: "External Exam",
|
|
2759
|
+
cognitivLevel: "Application",
|
|
2760
|
+
},
|
|
2761
|
+
],
|
|
2762
|
+
answer_schema: "1",
|
|
2763
|
+
showGreen: true,
|
|
2764
|
+
},
|
|
2765
|
+
{
|
|
2766
|
+
question_type: "4",
|
|
2767
|
+
solution: '<P>The friend’s suggestion to get an otter from the Tigris marshes shows he knew about local traditions. In Southern Iraq, otters were common and often kept as pets by Arabs, making it a normal and easy thing to do in that culture.<span data-checked="" style="border-color: var(--chakra-colors-chakra-border-color); margin-inline-start: 0.5rem; user-select: none; font-size: var(--chakra-fontSizes-md);"></span></P>',
|
|
2768
|
+
uuid: "f3779228-dc94-402a-82c1-91db89378845",
|
|
2769
|
+
question_layout: "How does the passage illustrate the significance of the author's friend's advice regarding where to obtain an otter, and what does this reveal about local customs?",
|
|
2770
|
+
options_layout: [],
|
|
2771
|
+
answers_layout: [],
|
|
2772
|
+
sub_question: [],
|
|
2773
|
+
version_uuid: "f3779228-dc94-402a-82c1-91db89378845",
|
|
2774
|
+
images_details: [],
|
|
2775
|
+
option_image_details: [],
|
|
2776
|
+
solution_layout: [
|
|
2777
|
+
{
|
|
2778
|
+
layout_type: "Normal",
|
|
2779
|
+
data: [
|
|
2780
|
+
{
|
|
2781
|
+
text_layout: 'The friend’s suggestion to get an otter from the Tigris marshes shows he knew about local traditions. In Southern Iraq, otters were common and often kept as pets by Arabs, making it a normal and easy thing to do in that culture.<span data-checked="" style="border-color: var(--chakra-colors-chakra-border-color); margin-inline-start: 0.5rem; user-select: none; font-size: var(--chakra-fontSizes-md);"></span>',
|
|
2782
|
+
text: "The friend’s suggestion to get an otter from the Tigris marshes shows he knew about local traditions. In Southern Iraq, otters were common and often kept as pets by Arabs, making it a normal and easy thing to do in that culture.",
|
|
2783
|
+
media_type: "image",
|
|
2784
|
+
media: "",
|
|
2785
|
+
weight: "",
|
|
2786
|
+
},
|
|
2787
|
+
],
|
|
2788
|
+
},
|
|
2789
|
+
],
|
|
2790
|
+
rubric: {
|
|
2791
|
+
rubricId: "68467d20730dcb509180b572",
|
|
2792
|
+
curriculum: "38416",
|
|
2793
|
+
grade: "43144",
|
|
2794
|
+
subject: "45481",
|
|
2795
|
+
rubricType: "SA-2",
|
|
2796
|
+
name: "Short Answer",
|
|
2797
|
+
metrics: [
|
|
2798
|
+
{
|
|
2799
|
+
key: "10803",
|
|
2800
|
+
metricName: "Interpret the observation",
|
|
2801
|
+
uniqueCode: "CH024",
|
|
2802
|
+
weight: "1.0",
|
|
2803
|
+
},
|
|
2804
|
+
{
|
|
2805
|
+
key: "10804",
|
|
2806
|
+
metricName: "Explain correct process/reasoning",
|
|
2807
|
+
uniqueCode: "CH040",
|
|
2808
|
+
weight: "1.0",
|
|
2809
|
+
},
|
|
2810
|
+
],
|
|
2811
|
+
totalMarks: "2",
|
|
2812
|
+
createdAt: "2025-06-09T06:20:16.782Z",
|
|
2813
|
+
updatedAt: "2025-06-09T06:20:16.782Z",
|
|
2814
|
+
__v: 0,
|
|
2815
|
+
},
|
|
2816
|
+
hintandexplanations: [],
|
|
2817
|
+
syllabusMapping: [
|
|
2818
|
+
{
|
|
2819
|
+
curriculum: {
|
|
2820
|
+
id: "38416",
|
|
2821
|
+
title: "CBSE",
|
|
2822
|
+
},
|
|
2823
|
+
grade: {
|
|
2824
|
+
id: "43144",
|
|
2825
|
+
title: "Grade 9",
|
|
2826
|
+
},
|
|
2827
|
+
subject: {
|
|
2828
|
+
id: "45481",
|
|
2829
|
+
title: "Chemistry",
|
|
2830
|
+
},
|
|
2831
|
+
chapter: {
|
|
2832
|
+
id: "2876852",
|
|
2833
|
+
title: "Atoms and Molecules",
|
|
2834
|
+
},
|
|
2835
|
+
topic: {
|
|
2836
|
+
id: "",
|
|
2837
|
+
},
|
|
2838
|
+
difficulty: {
|
|
2839
|
+
id: "47081",
|
|
2840
|
+
},
|
|
2841
|
+
assessmentType: "External Exam",
|
|
2842
|
+
cognitivLevel: "Application",
|
|
2843
|
+
},
|
|
2844
|
+
],
|
|
2845
|
+
answer_schema: "1",
|
|
2846
|
+
showGreen: true,
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
question_type: "15",
|
|
2850
|
+
solution: "<P>The friend’s suggestion to get an otter from the Tigris marshes shows he knew about local traditions. In Southern Iraq, otters were common and often kept as pets by Arabs, making it a normal and easy thing to do in that culture.</P>",
|
|
2851
|
+
uuid: "8a744457-b350-466c-8c03-22540103ca90",
|
|
2852
|
+
question_layout: 'How does the passage illustrate the significance of the author\'s friend\'s advice regarding where to obtain an otter, and what does this reveal about local customs?<span data-checked="" style="border-color: var(--chakra-colors-chakra-border-color); margin-inline-start: 0.5rem; user-select: none; font-size: var(--chakra-fontSizes-md);"></span>',
|
|
2853
|
+
options_layout: [],
|
|
2854
|
+
answers_layout: [],
|
|
2855
|
+
sub_question: [],
|
|
2856
|
+
version_uuid: "8a744457-b350-466c-8c03-22540103ca90",
|
|
2857
|
+
images_details: [],
|
|
2858
|
+
option_image_details: [],
|
|
2859
|
+
solution_layout: [
|
|
2860
|
+
{
|
|
2861
|
+
layout_type: "Normal",
|
|
2862
|
+
data: [
|
|
2863
|
+
{
|
|
2864
|
+
text_layout: "The friend’s suggestion to get an otter from the Tigris marshes shows he knew about local traditions. In Southern Iraq, otters were common and often kept as pets by Arabs, making it a normal and easy thing to do in that culture.",
|
|
2865
|
+
text: "The friend’s suggestion to get an otter from the Tigris marshes shows he knew about local traditions. In Southern Iraq, otters were common and often kept as pets by Arabs, making it a normal and easy thing to do in that culture.",
|
|
2866
|
+
media_type: "image",
|
|
2867
|
+
media: "",
|
|
2868
|
+
weight: "",
|
|
2869
|
+
},
|
|
2870
|
+
],
|
|
2871
|
+
},
|
|
2872
|
+
],
|
|
2873
|
+
rubric: {
|
|
2874
|
+
rubricId: "68467d48730dcb509180b57d",
|
|
2875
|
+
curriculum: "38416",
|
|
2876
|
+
grade: "43144",
|
|
2877
|
+
subject: "45481",
|
|
2878
|
+
rubricType: "VSA-1",
|
|
2879
|
+
name: "Very Short Answer",
|
|
2880
|
+
metrics: [
|
|
2881
|
+
{
|
|
2882
|
+
key: "10805",
|
|
2883
|
+
metricName: "Interpret the observation",
|
|
2884
|
+
uniqueCode: "CH024",
|
|
2885
|
+
weight: "0.5",
|
|
2886
|
+
},
|
|
2887
|
+
{
|
|
2888
|
+
key: "10806",
|
|
2889
|
+
metricName: "Explain correct process/reasoning",
|
|
2890
|
+
uniqueCode: "CH040",
|
|
2891
|
+
weight: "0.5",
|
|
2892
|
+
},
|
|
2893
|
+
],
|
|
2894
|
+
totalMarks: "1",
|
|
2895
|
+
createdAt: "2025-06-09T06:20:56.312Z",
|
|
2896
|
+
updatedAt: "2025-06-09T06:20:56.312Z",
|
|
2897
|
+
__v: 0,
|
|
2898
|
+
},
|
|
2899
|
+
hintandexplanations: [],
|
|
2900
|
+
syllabusMapping: [
|
|
2901
|
+
{
|
|
2902
|
+
curriculum: {
|
|
2903
|
+
id: "38416",
|
|
2904
|
+
title: "CBSE",
|
|
2905
|
+
},
|
|
2906
|
+
grade: {
|
|
2907
|
+
id: "43144",
|
|
2908
|
+
title: "Grade 9",
|
|
2909
|
+
},
|
|
2910
|
+
subject: {
|
|
2911
|
+
id: "45481",
|
|
2912
|
+
title: "Chemistry",
|
|
2913
|
+
},
|
|
2914
|
+
chapter: {
|
|
2915
|
+
id: "2876852",
|
|
2916
|
+
title: "Atoms and Molecules",
|
|
2917
|
+
},
|
|
2918
|
+
topic: {
|
|
2919
|
+
id: "",
|
|
2920
|
+
},
|
|
2921
|
+
difficulty: {
|
|
2922
|
+
id: "47081",
|
|
2923
|
+
},
|
|
2924
|
+
assessmentType: "External Exam",
|
|
2925
|
+
cognitivLevel: "Application",
|
|
2926
|
+
},
|
|
2927
|
+
],
|
|
2928
|
+
answer_schema: "1",
|
|
2929
|
+
showGreen: true,
|
|
2930
|
+
},
|
|
2931
|
+
{
|
|
2932
|
+
question_type: "2",
|
|
2933
|
+
solution: "",
|
|
2934
|
+
uuid: "858a2884-a99d-498e-80eb-058e491bf65d",
|
|
2935
|
+
question_layout: "An element has an atomic number of 17 and a mass number of 35. How many neutrons are present in its nucleus?",
|
|
2936
|
+
options_layout: ["17", "18", "19", "35"],
|
|
2937
|
+
answers_layout: ["18"],
|
|
2938
|
+
sub_question: [],
|
|
2939
|
+
version_uuid: "858a2884-a99d-498e-80eb-058e491bf65d",
|
|
2940
|
+
images_details: [],
|
|
2941
|
+
option_image_details: [],
|
|
2942
|
+
solution_layout: [],
|
|
2943
|
+
rubric: {},
|
|
2944
|
+
hintandexplanations: [],
|
|
2945
|
+
// answers_index_hashed_keys: ["de7d1f7af851068bd0b33d49dc9de5e2"],
|
|
2946
|
+
syllabusMapping: [
|
|
2947
|
+
{
|
|
2948
|
+
curriculum: {
|
|
2949
|
+
id: "38416",
|
|
2950
|
+
title: "CBSE",
|
|
2951
|
+
},
|
|
2952
|
+
grade: {
|
|
2953
|
+
id: "43144",
|
|
2954
|
+
title: "Grade 9",
|
|
2955
|
+
},
|
|
2956
|
+
subject: {
|
|
2957
|
+
id: "45481",
|
|
2958
|
+
title: "Chemistry",
|
|
2959
|
+
},
|
|
2960
|
+
chapter: {
|
|
2961
|
+
id: "2876852",
|
|
2962
|
+
title: "Atoms and Molecules",
|
|
2963
|
+
},
|
|
2964
|
+
topic: {
|
|
2965
|
+
id: "",
|
|
2966
|
+
},
|
|
2967
|
+
difficulty: {
|
|
2968
|
+
id: "47081",
|
|
2969
|
+
},
|
|
2970
|
+
assessmentType: "External Exam",
|
|
2971
|
+
cognitivLevel: "Application",
|
|
2972
|
+
},
|
|
2973
|
+
],
|
|
2974
|
+
answer_schema: "1",
|
|
2975
|
+
showGreen: true,
|
|
2976
|
+
},
|
|
2977
|
+
],
|
|
2978
|
+
version_uuid: "ee48fe85-0025-4577-9f47-10196b7529b3",
|
|
2979
|
+
images_details: [],
|
|
2980
|
+
option_image_details: [],
|
|
2981
|
+
solution_layout: [],
|
|
2982
|
+
rubric: {},
|
|
2983
|
+
hintandexplanations: [],
|
|
2984
|
+
syllabusMapping: [
|
|
2985
|
+
{
|
|
2986
|
+
curriculum: {
|
|
2987
|
+
id: "38416",
|
|
2988
|
+
title: "CBSE",
|
|
2989
|
+
},
|
|
2990
|
+
grade: {
|
|
2991
|
+
id: "43144",
|
|
2992
|
+
title: "Grade 9",
|
|
2993
|
+
},
|
|
2994
|
+
subject: {
|
|
2995
|
+
id: "45481",
|
|
2996
|
+
title: "Chemistry",
|
|
2997
|
+
},
|
|
2998
|
+
chapter: {
|
|
2999
|
+
id: "2876852",
|
|
3000
|
+
title: "Atoms and Molecules",
|
|
3001
|
+
},
|
|
3002
|
+
topic: {
|
|
3003
|
+
id: "",
|
|
3004
|
+
},
|
|
3005
|
+
difficulty: {
|
|
3006
|
+
id: "47081",
|
|
3007
|
+
},
|
|
3008
|
+
assessmentType: "External Exam",
|
|
3009
|
+
cognitivLevel: "Application",
|
|
3010
|
+
},
|
|
3011
|
+
],
|
|
3012
|
+
answer_schema: "1",
|
|
3013
|
+
showGreen: true,
|
|
3014
|
+
},
|
|
3015
|
+
},
|
|
3016
|
+
];
|
|
3017
|
+
//# sourceMappingURL=reviewUtils.js.map
|