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,568 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.schoolTermsInfo = exports.schoolPrivacyInfo = void 0;
|
|
4
|
+
const SCHOOL_TERMS = 'https://www.coschool.ai/school/teacher/school-terms';
|
|
5
|
+
const STUDENT_PRIVACY = 'https://www.coschool.ai/school/aitutor/privacy';
|
|
6
|
+
const SCHOOL_REFUND = 'https://www.coschool.ai/school/teacher/refund-and-cancellation';
|
|
7
|
+
exports.schoolPrivacyInfo = {
|
|
8
|
+
info: [
|
|
9
|
+
`<span style="font-weight:600;">THIS SCHOOL PRIVACY POLICY (“POLICY”) DOCUMENT IS AN ELECTRONIC RECORD IN TERMS OF THE INFORMATION TECHNOLOGY ACT, 2000 AND RULES MADE THEREUNDER. THIS ELECTRONIC RECORD IS GENERATED BY A COMPUTER SYSTEM AND DOES NOT REQUIRE ANY PHYSICAL OR DIGITAL SIGNATURES.</span>`,
|
|
10
|
+
`<span style="font-weight:600;">THIS DOCUMENT IS PUBLISHED IN ACCORDANCE WITH THE PROVISIONS OF INFORMATION TECHNOLOGY ACT, 2000 AND RULES MADE THEREUNDER THAT REQUIRES PUBLISHING THE RULES AND REGULATIONS, PRIVACY POLICY AND TERMS OF USE FOR ACCESS OR USAGE OF THIS WEBSITE.</span>`,
|
|
11
|
+
`We, People Combine Basics Private Limited, are a company incorporated under the laws of the Republic of India and/or its affiliates, with our registered office located at Villa No.10, Urban Sanctuary, Donthanapally, Shankarpalle, Shankarpalli, K.V. Rangareddy, Rangareddy, Telangana, India – 501203, India (<span style="font-weight:600;">“Company” / “we” / “our” / “us”</span>). `,
|
|
12
|
+
`We are committed to protecting the privacy of schools along with their authorised representatives (<span style="font-weight:600;">“you” / “your” / “yourself” or “School”</span>) who subscribe to and use our website, <a href="https://coschool.ai/" target="_blank" rel="noopener noreferrer">coschool.ai</a> (“Website”), and access our services provided on the Website (“Services”). `,
|
|
13
|
+
`This Policy applies specifically to the School’s use of the Website and all products and Services offered through it. Our mission is to provide Schools with tools that facilitate effective teaching and learning experiences. To achieve this, we offer a secure and structured digital environment that enables Schools to manage and oversee the use of the Website by their authorised users, including teachers, students, and employees. Ensuring a safe and protected digital environment for educational activities is fundamental to our commitment. This Policy outlines our practices and procedures regarding the collection, sharing, processing, and use of the School’s Information.`,
|
|
14
|
+
`This Policy shall be deemed to be incorporated into the <a href="${SCHOOL_TERMS}" target="_blank" rel="noopener noreferrer">School Terms of Use</a> of the Website and shall be read in addition to the <a href="${SCHOOL_TERMS}" target="_blank" rel="noopener noreferrer">School Terms of Use</a>. In the event of any conflict between this Policy and the <a href="${SCHOOL_TERMS}" target="_blank" rel="noopener noreferrer">School Terms of Use</a>, the interpretation placed by the Company shall be final and binding on you. `,
|
|
15
|
+
`This Policy is being framed in view of the Information Technology Act, 2000 read with Regulation 4 of the Information Technology (Reasonable Security Practices and Procedures and Sensitive Personal Data or Information) Rules, 2011 and Regulation 3(1) of the Information Technology (Intermediaries Guidelines and Digital Media Ethics Code) Rules, 2021 and the Digital Personal Data Protection Act, 2023.`,
|
|
16
|
+
`By accessing, browsing or otherwise using the Website and/or by giving the Company your information and/or by explicitly giving your consent (as indicated and recorded on the Website), you expressly agree to be bound by the terms of this Policy. If you do not agree with the terms mentioned herein, please exit this Website and restrict your access. By accepting this Policy, you understand and agree to the collection, use, sharing and processing of personal information as described herein. If you provide the Company with personal information about someone else, you confirm that (a) such information is accurate and up to date; (b) such person is aware that you have provided their information; and (c) they consent to both the disclosure and the use/processing of their information in accordance with this Policy. This Policy applies to all current and former visitors, who access this Website. `,
|
|
17
|
+
`If you are unwilling or unable to be legally bound by this Policy, please do not use the Website. You cannot accept this Policy if: (a) you are not lawfully entitled to use the Website; or (b) if you are not of legal age to form a binding agreement with the Company in accordance with the applicable laws.`
|
|
18
|
+
],
|
|
19
|
+
sections: [
|
|
20
|
+
{
|
|
21
|
+
title: "INTRODUCTION",
|
|
22
|
+
content: [
|
|
23
|
+
`This Policy governs the use of data collected by us to provide Services through our Website.`,
|
|
24
|
+
`The aim of this Policy is to ensure that you understand what Information (as defined below) we collect about you, the reasons for collection and use, and the entities we may share it with. By providing your consent to this Policy, you agree to the collection, use and transfer of your Information as set out in this Policy. If you do not agree, please refrain from using the Website. You can contact us anytime with queries about this Policy at helpdesk@coschool.ai.`,
|
|
25
|
+
`We ensure compliance with all applicable laws, including the Digital Personal Data Protection Act, 2023.`
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
title: "DEFINITIONS",
|
|
30
|
+
content: [
|
|
31
|
+
`<span style="font-weight:600;">"Child / Children"</span> means a person who has not completed the age of 18 years.`,
|
|
32
|
+
`<span style="font-weight:600;">"Large Language Models"</span> or <span style="font-weight:600;">"LLMs"</span> refer to advanced artificial intelligence models designed to process and analyse natural language data on a vast scale. These models possess significant computational power and have been trained on extensive datasets to understand and generate human-like language patterns, responses, and context.`
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
title: "SCOPE OF THE POLICY",
|
|
37
|
+
content: [
|
|
38
|
+
`By accessing or using the Website or otherwise giving us your information, you undertake that you have the capacity to enter into a legally binding contract vide this Policy, which constitutes a legally binding document between you and the Company under the applicable laws, in particular, the Indian Contract Act, 1872 and Digital Personal Data Protection Act, 2023. The Company will collect and process your personal and third-party data carefully, only for the purposes described in this Policy and only to the extent necessary as defined herein and within the scope of the applicable legal regulations. This Policy seeks to ensure that any personal information or third-party information handled by the Company is managed in a way that is ethical, compliant and adheres to the best industry practices. `,
|
|
39
|
+
`Please read the terms and conditions of this Policy carefully, before accessing or using this Website. By accessing or using the Website including its intermediary services, you agree to the terms of this Policy. If you are accepting this Policy on behalf of another person or company or other legal entity, you represent and warrant that you have full authority to bind such person, company or legal entity to these terms. `,
|
|
40
|
+
`This Policy describes the types of information the Company collects, why and how the Company uses the information, with whom the Company shares it, and the choices you can make about the Company’s use of the information. This Policy also describes the measures the Company takes to protect the security of the information and how you can contact the Company about its privacy practices. `,
|
|
41
|
+
`This Policy describes the Company’s current data protection policies and practices and may be amended/updated from time to time. Any changes to this Policy will become effective upon posting of the revised Policy on the Website. It is recommended that you regularly check this Policy to apprise yourself of any updates. Your continued use of Website or provision of data or information thereafter will imply your unconditional acceptance of such updates to this Policy.`
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
title: "APPLICABILITY TO CHILDREN",
|
|
46
|
+
isList: false,
|
|
47
|
+
content: [
|
|
48
|
+
`When a School onboards Children onto the Website, it provides their information to us in accordance with applicable laws. The School, as the primary subscriber, is responsible for obtaining any necessary consents, including parental or legal guardian consent where required, before sharing any personal data related to Children. By mapping Children as students and authorising their use of the Website, the School acknowledges and confirms that such consent has been explicitly obtained. The Company relies on the School’s compliance and shall not be liable for any failure on the School’s part to secure the requisite consents. For more details on how Child student’s data is handled, please refer to <a href="${STUDENT_PRIVACY}" target="_blank" rel="noopener noreferrer">Student Privacy Policy.</a>`
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
title: "APPLICABILITY TO TEACHERS",
|
|
53
|
+
isList: false,
|
|
54
|
+
content: [
|
|
55
|
+
`When a School onboards teachers to enable their access to and use of the Website, it provides us their information as well. This may include personal information such as names, employee IDs, email addresses, and other relevant data. By providing this data, the School confirms that it has the necessary authority or has obtained appropriate consents from such individuals, as required under applicable law. The Company relies on the School to ensure compliance with privacy regulations when sharing teacher and employee data.`
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
title: "COMPLIANCE",
|
|
60
|
+
content: [
|
|
61
|
+
`We collect minimal information from you and only use the Information collected for the purposes explicitly called out in the below Clause 9 of this Policy.`,
|
|
62
|
+
`The data collected is stored securely in a third-party cloud storage service provider, i.e., Amazon Web Services (AWS) servers in India as per industry standards. All details with regard to the nature of the data collected and the purpose for collecting it can be found in this Policy. `
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
title: "CONSENT",
|
|
67
|
+
content: [
|
|
68
|
+
`By mere use of the Website, the School and its authorised representatives expressly consent to the Company’s use, access, processing and disclosure of Information including any third-party information provided by the School, in accordance with this Policy. If you do not agree with the terms of this Policy, please do not use this Website.`,
|
|
69
|
+
`In order to access the Services provided on the Website, the School shall provide the Company with the official email address and employee ID of its authorised administrator(s) (<span style="font-weight:600;">“Admin(s)”</span>), as specified under the <a href="${SCHOOL_TERMS}" target="_blank" rel="noopener noreferrer">School Terms of Use</a>. Based on this information, the Company will generate an Admin Account and issue a welcome email to the provided address. The employee ID shall serve as the unique login identifier for the Admin Account. `,
|
|
70
|
+
`At the time of first login, the Admin shall be required to change the system-generated password and set a new password. The registered email address and, if provided, mobile number will be used for all account-related communications, including One Time Passwords (OTPs) for password resets and security alerts. The Company may update or modify its verification and authentication mechanisms from time to time to ensure enhanced account security.`,
|
|
71
|
+
`For the purposes of this Policy, <span style="font-weight:600;">“Login Credentials”</span> shall mean the combination of the employee ID (as the unique login identifier), password, OTP (if applicable), and any other authentication mechanism made available by the Company from time to time to enable secure access to the Admin Account.`,
|
|
72
|
+
`The School acknowledges and agrees that any information, instructions, or actions undertaken through the Admin Account using the Login Credentials shall be deemed to have been authorised by the School. The School shall be solely responsible for ensuring that its Admin(s) maintain the confidentiality and security of the Login Credentials and shall immediately notify the Company of any unauthorised use or suspected security breach.`,
|
|
73
|
+
`The School, through its authorised representative(s), acknowledges and agrees that any Information disclosed to the Company is done so with proper authorisation, and the School has the necessary rights and consents to provide such Information. The School’s acceptance of this Policy signifies its consent to the processing of such Information by the Company and forms a valid and binding agreement between the School and the Company for Information processing, as per Section 6(1) of the Digital Personal Data Protection Act, 2023.`
|
|
74
|
+
]
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
title: "TYPES OF INFORMATION COLLECTED BY THE COMPANY",
|
|
78
|
+
content: [
|
|
79
|
+
`<span style="font-weight:600;">School Information:</span> The Company collects information related to the School as an entity, including but not limited to the School’s name, registered address, contact details, and subscription details for the use of the Website and Services.`,
|
|
80
|
+
`<span style="font-weight:600;">Administrator Information:</span>To facilitate access to the Website, the School designates authorised representative(s) (<span style="font-weight:600;">“Administrators”</span>) responsible for onboarding and managing other users, such as students, teachers, and employees. The Company collects the Personal Information of these Administrators, including their first and last names, School-provided email address, mobile number, and login credentials, to enable them to oversee and manage the School’s use of the Website. This information is collected solely for the purpose of enabling the School to manage its account, control access, and provide necessary support to students and teachers through the Website. The School is responsible for ensuring that any individual designated as an Administrator has the appropriate authority to disclose this information to the Company.`,
|
|
81
|
+
`<span style="font-weight:600;">Non-Personal Information:</span> Non-personal information means information that does not specifically identify an individual or business, but includes information from you, such as your browser type, your internet service provider (ISP), operating system & version and your internet protocol (IP) address, device location, information about your mobile device including hardware model, preferred language, unique device identifier, your profession, field of work, information you provide us when you contact Us for help; information you enter into our system when using the Website, such as while asking doubts, participating in discussions and taking tests and any other information you may give on and through the Website. The Company may gather any non-personal information regarding how many people visit the Website, the pages you visit, how long you visited our Website, and the date and time you used the Website. The Company may also collect Non-Personal Information that you voluntarily provide, such as information included in response to a questionnaire, or a survey conducted by the Company.`,
|
|
82
|
+
`<span style="font-weight:600;">Usage Information:</span> Usage Information includes without limitation all data and information collected automatically through the Website (or through the third party analytics service providers), by use and access of the Website in the nature of system administrative data, statistical and demographical data, and operational information and data generated by or characterising use of the Website including without limitation, Non-Personal Information, cookies, your search queries, comments, search results selected, number of clicks, pages viewed and the order of those pages, error logs, Website traffic, time spent on the Website, number of visits to the Website and other similar information and behaviour indicating the mode and manner of use of the Website. `,
|
|
83
|
+
`Personal Information, Administrator Information, Non-Personal Information and Usage Information hereinafter shall be referred to as “Information”. The Company limits the collection of <span style="font-weight:600;">Information</span> which is necessary for its intended purpose.`,
|
|
84
|
+
`We only collect the data that is necessary for providing the Service. At all times, we endeavour to minimise the data that we collect from you.`,
|
|
85
|
+
`We also collect log data from all the visitors to our Website and teachers who willingly leave data for our marketing campaigns.`,
|
|
86
|
+
`You represent that the Information you provide from time to time is and shall be correct, current and updated, and you have all the rights, permissions and consents to provide the same. You’re providing Information and our consequent storage, collection, usage, transfer, access or processing of the same shall not be in violation of any third-party agreements, laws, judgments, orders or decrees. `,
|
|
87
|
+
`Please note that you will be required to give Personal Information as specified above, only if you sign up on the Website. Therefore, there is no compulsion on those who simply browse the Website to provide any Personal Information without availing any of the Services. At all points, it is advised that you exercise strict caution while submitting any Personal Information about you or your family members.`
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
title: "WHY DO WE COLLECT THIS INFORMATION?",
|
|
92
|
+
content: [
|
|
93
|
+
`The Company collects and processes information solely for the purpose of providing the Services to the School and facilitating its use of the Website, in accordance with this Policy and the <a href="${SCHOOL_TERMS}" target="_blank" rel="noopener noreferrer">School Terms of Use</a>. The collected data is used for the following purposes:
|
|
94
|
+
<ul style="list-style-type: lower-alpha;">
|
|
95
|
+
<li>Enabling the School’s access to and management of the Website, including the ability to onboard and oversee its Administrators and other authorised users.
|
|
96
|
+
<li>Providing administrative tools that allow the School to monitor and manage its engagement with the Website.
|
|
97
|
+
<li>Sending notifications and updates related to the School’s account and activities on the Website.
|
|
98
|
+
<li>Analysing usage data to enhance security, investigate potential misuse, and ensure compliance with applicable laws and regulations.
|
|
99
|
+
<li>Providing customer support to the School and assisting its Administrators in managing their use of the Website.
|
|
100
|
+
<li>Improving platform functionality by analysing usage patterns to enhance existing features and develop new capabilities that benefit the School.
|
|
101
|
+
</ul>
|
|
102
|
+
`
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
title: "WHAT IS THE DATA NOT COLLECTED FOR?",
|
|
107
|
+
content: [
|
|
108
|
+
`We do not allow advertising of data or sharing data for advertising on Website.`,
|
|
109
|
+
`We do not display advertisements, share data for the purpose of displaying advertisements, or allow data collection by advertisers or data brokers. `,
|
|
110
|
+
`We do not sell data to any third-party for any purpose. `,
|
|
111
|
+
`We do not allow for the profiling of School for targeted online advertisements. `
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
title: "DUTIES OF SCHOOLS",
|
|
116
|
+
content: [
|
|
117
|
+
`School is bound by certain obligations while sharing their Information as per the provisions of the Digital Personal Data Protection Act, 2023 and such obligations include (apart from the obligations prescribed under the <a href="${SCHOOL_TERMS}" target="_blank" rel="noopener noreferrer">School Terms of Use</a> of the Website):
|
|
118
|
+
<ul style="list-style-type: lower-alpha; padding-left: 20px;">
|
|
119
|
+
<li>comply with the provisions of all applicable laws for the time being in force while exercising rights under the provisions of the Digital Personal Data Protection Act, 2023;
|
|
120
|
+
<li>to ensure not to impersonate another person while providing their own personal data/Information for a specified purpose;
|
|
121
|
+
<li>to ensure not to suppress any material information while providing their personal data/Information for any document, unique identifier, proof of identity or proof of address issued by the State or any of its instrumentalities;
|
|
122
|
+
<li>to ensure not to register a false or frivolous grievance or complaint with the Company or the Data Protection Board of India; and
|
|
123
|
+
<li>to furnish only such information as is verifiably authentic, while exercising the right to correction or erasure under the provisions of Digital Personal Data Protection Act, 2023.
|
|
124
|
+
</ul>`
|
|
125
|
+
]
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
title: "DATA RETENTION",
|
|
129
|
+
isList: false,
|
|
130
|
+
content: [
|
|
131
|
+
`We will store your data only for as long as it is required for providing the Service or as mandated by law or required by third parties as detailed in Clause 13 below.`
|
|
132
|
+
]
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
title: "THIRD PARTIES AND SHARING OF DATA",
|
|
136
|
+
content: [
|
|
137
|
+
`The Company may engage third party vendors and/or contractors to perform certain support services for the Company, including, without limitation, fulfilment of your requests, software maintenance services, advertising and marketing services, web hosting services and such other related services which are required by the Company to provide its services efficiently. These third parties may have limited access to Information. If they do, this limited access is provided so that they may perform these tasks for the Company and they are not authorised by the Company to otherwise use or disclose Information, except to the extent required by law. The Company does not make any representations concerning the privacy practices or policies or terms of use/service of such websites/third parties, nor does it control or guarantee the accuracy, integrity, or quality of the information, data, text, software, music, sound, photographs, graphics, videos, messages or other materials available on and with such websites/third parties. `,
|
|
138
|
+
`The Website may contain links and interactive functionality interacting with the websites of third parties or third parties including without limitation the payment gateways, advertisements, social media Websites. The Company is not responsible for and has no liability for the functionality, actions, inactions, privacy settings, privacy policies, terms, or content of any such websites or third parties. Before enabling any sharing functions to communicate with any such websites or otherwise visiting any such websites, the Company strongly recommends that you review and understand the terms and conditions, privacy policies, settings, and information-sharing functions of each such third-party website.`
|
|
139
|
+
]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
title: "THIRD PARTY ANALYTICS",
|
|
143
|
+
content: [
|
|
144
|
+
`In order to improve your experience on our Website, we collect and use aggregate data about usage patterns of how you use our Website. For example, how a School interacts with various features on a page, the options selected by the School, the amount of time that the School spends on a specific page, etc. This is done to streamline the existing School experience and to provide Schools with a better experience of using the Service.`,
|
|
145
|
+
`We use a small number of third party services to collect and analyse this data. These services are contractually obligated only to use data about your usage of Services to provide analytics-related services to us and are prohibited from sharing it or using it for other purposes.`
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
title: "DATA SECURITY",
|
|
150
|
+
content: [
|
|
151
|
+
`We implement industry-standard security measures to protect the confidentiality and integrity of the data we collect and process. Access to the LLMs is restricted to authorised personnel only and we follow the principle of the least privilege.`,
|
|
152
|
+
`We securely store your Personal Information only as long as required for lawful purposes or as mandated by law. `
|
|
153
|
+
]
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
title: "COSCHOOL'S USE OF ARTIFICIAL INTELLIGENCE",
|
|
157
|
+
isList: false,
|
|
158
|
+
content: [
|
|
159
|
+
`Our use of AI in our Service does not showcase any kind of bias or discrimination in generating its results.`
|
|
160
|
+
]
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
title: "COMPLIANCE WITH LAWS FOR USERS OUTSIDE INDIA",
|
|
164
|
+
content: [
|
|
165
|
+
`While we strive to ensure compliance with applicable laws and regulations, it is not feasible for us to address the specific laws of every region. However, we are committed to protecting the privacy and Personal Information of all our users.`,
|
|
166
|
+
`<span style="font-weight:600;">Acceptance of Policy:</span> By accessing and using our services as a user outside India, you acknowledge and agree to the terms of this Policy and our data practices.`,
|
|
167
|
+
`<span style="font-weight:600;">Data Subject Rights:</span> As a user outside India, you may have certain rights regarding your Personal Information under the applicable laws of your region. While we strive to respect these rights to the extent required by law, please note that our ability to fully address specific legal requirements may be limited. We will, however, make reasonable efforts to assist you in exercising your rights as permitted by applicable laws.`,
|
|
168
|
+
`<span style="font-weight:600;">Compliance with Local Laws:</span> While we endeavour to comply with applicable laws and regulations, including privacy and data protection laws, in all regions we operate, it is important to note that certain laws may have extraterritorial application. We encourage users outside India to familiarise themselves with the local laws that may apply to their Personal Information and to assess the risks associated with using our services.`
|
|
169
|
+
]
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
title: "COOKIES AND LOCAL STORAGE",
|
|
173
|
+
isList: false,
|
|
174
|
+
content: [
|
|
175
|
+
`When you visit the Website, it may store or retrieve information on your browser, mostly in the form of cookies. The information that is stored might be about you, your preferences or your device and is mostly used to make the Website work as you expect it to. While the information does not directly identify you, it can provide you with a more personalised web experience. As we respect your right to privacy, you can choose not to allow some types of cookies through your browser settings. However, blocking some types of cookies may impact your experience of the site and the services we are able to offer. `,
|
|
176
|
+
`All browsers are different, so visit the <span style="font-weight:600;">“help”</span> section of your browser to learn about cookie preferences and other privacy settings that may be available. Please note that if you choose to remove or reject cookies or clear local storage this could affect the features, availability, and functionality of our Service.`
|
|
177
|
+
]
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
title: "VIEWING, EDITING OR WITHDRAWING YOUR INFORMATION",
|
|
181
|
+
isList: false,
|
|
182
|
+
content: [
|
|
183
|
+
`You may write to us at <a href="mailto:helpdesk@coschool.ai">helpdesk@coschool.ai</a> to access, review, amend or correct your Personal Information or Administrative Information or withdraw your consent to provide Personal Information or Administrative Information. However, we are not responsible for the authenticity of the Personal Information/Administrative Information provided by you. Access to or correction, updating or deletion of your Personal Information/Administrative Information may be denied or limited by the Company if it would violate another person’s rights and/or is not otherwise permitted by applicable law.`
|
|
184
|
+
]
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
title: "DELETING YOUR ACCOUNT",
|
|
188
|
+
isList: false,
|
|
189
|
+
content: [
|
|
190
|
+
`You have the right to “forget ability”, i.e., we will remove all your information from our systems if you so wish, if you would like to delete your account or any content submitted to Coschool, you can sign up or you can send an email to <a href="mailto:helpdesk@coschool.ai">helpdesk@coschool.ai</a>. We will notify you with a message before deleting your account from our database. `
|
|
191
|
+
]
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
title: "DATA PROTECTION PRACTICES",
|
|
195
|
+
content: [
|
|
196
|
+
`We follow the latest, industry standards to protect your data. Some measures that are in place include the use of highly secure, access-controlled data centres, data encryption in transit, and encryption data at rest etc. Despite these measures, in the event of a security breach, we will notify the affected Schools within the amount of time as required by the applicable law.`,
|
|
197
|
+
`Please be advised that, while the Company strives to protect Information and privacy, the Company cannot guarantee or warranty its absolute security when Information is transmitted over the internet into the Website. The Company will annually evaluate this necessity considering your privacy and our relation while keeping the applicable legislation in mind.`,
|
|
198
|
+
`Access to your online account on the Website is via your Login Credentials which is password protected and this helps to secure your account information. You are solely responsible for maintaining the confidentiality of your Login Credentials. To ensure safety of your Information, you are advised against sharing your Login Credentials with anyone. If you suspect any unauthorised use of your account, you must immediately notify the Company by sending an email to <a href="mailto:helpdesk@coschool.ai">helpdesk@coschool.ai</a>. You shall be liable to indemnify the Company for any loss suffered by the Company due to such unauthorised use of your account.`,
|
|
199
|
+
`For any loss or theft of Information, due to unauthorised access to your device through which you use the Website or other reasons solely attributable to you, the Company shall not be held liable or responsible under any circumstance whatsoever. Further, the Company shall not be responsible for any breach of security or for any actions of any third parties/vendors or events that are beyond the Company’s reasonable control including but not limited to acts of government, computer hacking, unauthorised access to computer data and storage device, computer crashes, breach of security and encryption, poor quality of internet service or telephone service of the user, etc. `
|
|
200
|
+
],
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
title: "CHANGES TO THE POLICY",
|
|
204
|
+
isList: false,
|
|
205
|
+
content: [
|
|
206
|
+
`We may make changes to this Policy from time to time to account for changes to our practices or as required by applicable laws. We will notify you of any such changes by posting the revised Policy with an updated date of revision on our Website. If we change this Policy in a way that we believe will materially affect your rights, we will notify you of such changes via an SMS or WhatsApp and publish the updated Policy on our website. If you continue to use our service after you receive notice of changes to this Policy, we will assume that you have accepted these changes. For previous versions of the Policy, please reach out to us at <a href="mailto:helpdesk@coschool.ai">helpdesk@coschool.ai</a>.`
|
|
207
|
+
]
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
title: "LIMITATION OF LIABILITY",
|
|
211
|
+
content: [
|
|
212
|
+
`The Company shall not be liable to you for any loss of profit, anticipated savings, goodwill, reputation or business opportunities or any type of direct or indirect, incidental, economic, compensatory, punitive, exemplary or consequential losses arising out of performance or non-performance of its obligations under this Policy.`,
|
|
213
|
+
`The Company is not responsible for any actions or inactions of any third parties, that receives your Personal Information.`,
|
|
214
|
+
`Notwithstanding anything contained in this Policy or elsewhere, the Company shall not be held responsible for any loss, damage or misuse of your Personal Information/Administrative Information, if such loss, damage or misuse is attributable to a Force Majeure Event and/or any third party. The term <span style="font-weight:600;">“Force Majeure Event”</span> shall mean any event that is beyond the reasonable control of the Company and shall include, without limitation, sabotage, fire, flood, explosion, acts of God, civil commotion, strikes, lockouts or industrial action of any kind, riots, insurrection, war, acts of government, computer hacking, civil disturbances, unauthorised access to computer data and storage device, computer crashes, breach of security and encryption, epidemic, pandemic or national/state lockdown due to any reason and any other similar events not within the control of the Company and which the Company is not able to overcome.`
|
|
215
|
+
]
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
title: "GOVERNING LAW",
|
|
219
|
+
isList: false,
|
|
220
|
+
content: [
|
|
221
|
+
`Without reference to any conflict of laws principles this Policy shall be governed by and interpreted and construed in accordance with the laws of India. The place of jurisdiction shall exclusively be in Hyderabad, Telangana, India. In the event of any dispute arising out of this Policy, the same shall be settled by binding arbitration conducted by a sole arbitrator, appointed jointly by both parties and governed by the Arbitration and Conciliation Act, 1996. The seat and venue of arbitration shall be Hyderabad, Telangana, India.`
|
|
222
|
+
]
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
title: "GRIEVANCE REDRESSAL MECHANISM",
|
|
226
|
+
content: [
|
|
227
|
+
`In accordance with the Information Technology Act, 2000 and Rules made thereunder along with Section 13 of the Digital Personal Data Protection Act, 2023, you have the right to readily available means of grievance redressal in relation to your Information collected by the Website. Therefore, the Website/Company respects your rights and is hereby furnishing the name and contact details of the Grievance Officer, as provided below:
|
|
228
|
+
<table style="margin-top:8px">
|
|
229
|
+
<tr>
|
|
230
|
+
<td style="width: 64px">Name</td>
|
|
231
|
+
<td style="width:calc(100% - 64px)">Vishwa Talati</td>
|
|
232
|
+
</tr>
|
|
233
|
+
<tr>
|
|
234
|
+
<td style="width: 64px">Address</td>
|
|
235
|
+
<td style="width:calc(100% - 64px)">Corporate Office: Villa 10, Urban Sanctuary, Shankarpalle, Shankarpalli, K.V. Rangareddy, Rangareddy, Telangana, India – 501203 </td>
|
|
236
|
+
</tr>
|
|
237
|
+
<tr>
|
|
238
|
+
<td style="width: 64px">Email</td>
|
|
239
|
+
<td style="width:calc(100% - 64px)">helpdesk@coschool.ai</td>
|
|
240
|
+
</tr>
|
|
241
|
+
</table>`,
|
|
242
|
+
`In case your grievance was not handled in compliance of the applicable laws by the Company, you have the right to file appropriate complaints (as per the prescribed rules) with the Data Protection Board of India under the provisions of the Digital Personal Data Protection Act, 2023.`
|
|
243
|
+
]
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
title: "CONTACT INFORMATION",
|
|
247
|
+
isList: false,
|
|
248
|
+
content: [
|
|
249
|
+
`If you have any questions about this Policy, please feel free to write to us at: <a href="mailto:helpdesk@coschool.ai">helpdesk@coschool.ai</a> and we will reach out to you as soon as possible.`,
|
|
250
|
+
]
|
|
251
|
+
}
|
|
252
|
+
]
|
|
253
|
+
};
|
|
254
|
+
exports.schoolTermsInfo = {
|
|
255
|
+
info: [
|
|
256
|
+
`<span style="font-weight:700;">THIS DOCUMENT IS AN ELECTRONIC RECORD IN TERMS OF THE INFORMATION TECHNOLOGY ACT, 2000 AND RULES MADE THEREUNDER. THIS ELECTRONIC RECORD IS GENERATED BY A COMPUTER SYSTEM AND DOES NOT REQUIRE ANY PHYSICAL OR DIGITAL SIGNATURES.</span>`,
|
|
257
|
+
`<span style="font-weight:700;">THIS DOCUMENT IS PUBLISHED IN ACCORDANCE WITH THE PROVISIONS OF RULE 3(1) OF THE INFORMATION TECHNOLOGY (INTERMEDIARY GUIDELINES AND DIGITAL MEDIA ETHICS CODE) RULES, 2021 AND CONSUMER PROTECTION (E-COMMERCE) RULES, 2020 THAT REQUIRES PUBLISHING THE RULES AND REGULATIONS, PRIVACY POLICY AND TERMS AND CONDITIONS FOR ACCESS OR USAGE OF THIS WEBSITE.</span>`,
|
|
258
|
+
`Welcome to Coschool.ai (hereinafter referred to as the <span style="font-weight:600;">“Website”</span> or <span style="font-weight:600;">“Coschool”</span>), owned by <span style="font-weight:600;">People Combine Basics Private Limited</span>, a company incorporated under the Companies Act, 2013 (bearing company identification number U80904TS2020PTC179943) (hereinafter referred to as the <span style="font-weight:600;">“Company” “we” “us”</span> and <span style="font-weight:600;">“our”</span>), having its registered office at Villa No.10, Urban Sanctuary, Donthanapally, Shankarpalle, Shankarpalli, K.V. Rangareddy, Rangareddy, Telangana, India – 501203 `,
|
|
259
|
+
`Please read these School terms of use (“<span style="font-weight:600;">Terms</span>”) carefully. By accessing, browsing, or otherwise using the Website, or any other websites or applications of Company that link to these Terms, and/or by accessing, using or availing any of the services and/or the contents including the information, reports, journals, data, study and reading material, graphics, audio and videos (“<span style="font-weight:600;">Material</span>”) provided or made available on and through the Website (collectively, “<span style="font-weight:600;">Service(s)</span>”), you (“<span style="font-weight:600;">you</span>”, “<span style="font-weight:600;">School</span>”, “<span style="font-weight:600;">your</span>”, “<span style="font-weight:600;">yourself</span>”) represent that you have read and understood the Terms and thereby expressly agree to be bound by the Terms. If you do not agree with the Terms mentioned herein, please exit this Website and restrict your access.`,
|
|
260
|
+
`The Company reserves the right, at its sole discretion, to change, modify, add or remove portions of these Terms at any time without any prior notice to you and may notify you whenever there is a change in the Terms, by email or post a conspicuous notice on the Website in the event of any revisions to these Terms. Your continued use of the Website following the changes and/or revisions shall be deemed to mean that You accept and agree to the revised Terms. As long as you comply with these Terms, the Company grants you a personal, non-exclusive, non-transferable, revocable, non-assignable, limited right to access and use the Website.`,
|
|
261
|
+
`You should read these Terms and access and read all further linked information, if any, referred to in these Terms, as such information contains further terms and conditions that apply to you as a School. Such linked information including but not limited to the Company’s privacy policy (<span style="font-weight:600;">“Privacy Policy”</span>) is hereby incorporated by reference into these Terms.`,
|
|
262
|
+
`These Terms read with any agreement that you may enter into with the Company shall define our relationship and mutual expectations while you use the Website. In order to use the Website, it shall be your responsibility to comply with both these Terms and any other agreement(s) that you may enter into with the Company. In case of conflict between these Terms and such agreement that you may enter into with the Company, the interpretation placed by the Company shall be final and binding on you.`
|
|
263
|
+
],
|
|
264
|
+
sections: [
|
|
265
|
+
{
|
|
266
|
+
title: "MEMBERSHIP ELIGIBILITY",
|
|
267
|
+
content: [
|
|
268
|
+
`Use of the Website is permitted only to individuals, legally recognised educational institutions, or entities capable of entering into legally binding contracts under the Indian Contract Act, 1872. If you are registering on behalf of a School, you represent and warrant that you have the authority to bind the School to these Terms. The Company shall not be responsible for verifying such authority.`,
|
|
269
|
+
`As a School, you are responsible for ensuring that all students, teachers, and employees using the Website comply with these Terms, as well as any other applicable terms and conditions available on the Website and all relevant laws and regulations.`,
|
|
270
|
+
`The Website provides minors access to educational content and Services through the School’s registration. The School must obtain explicit consent from the minor’s legal guardian or parent before permitting the minor to register or use the Website in compliance with applicable data privacy laws and regulations governing the protection of minors.`,
|
|
271
|
+
`By facilitating the registration of minor students, the School confirms that it has obtained the necessary consent from the minor’s legal guardian/parent; or has ensured that the registration complies with applicable laws and regulations. The Company disclaims any liability for a School’s failure to obtain the required consent or comply with applicable laws regarding minor users. The School shall be solely responsible for ensuring compliance.`,
|
|
272
|
+
`Any failure by the School to secure legal guardian consent or to comply with relevant laws and regulations renders the minor student ineligible to use the Website. The Company disclaims all liability for any consequences arising from unauthorised use of the Website by minor students. The responsibility for ensuring compliance with these Terms rests solely with the School or educational institution and/or the legal guardians/parents of the minors.`,
|
|
273
|
+
`Individuals who are undischarged insolvents or who have been declared of unsound mind are prohibited from using the Website. Undischarged insolvents are those declared insolvent by a court and have not been discharged from their debts, while persons of unsound mind are those declared legally incompetent to manage their own affairs due to mental incapacity. If you fall into either of these categories, you are hereby notified that your use of the Website is prohibited. The Company reserves the right to verify user eligibility and may take appropriate actions to enforce this prohibition.`,
|
|
274
|
+
`By using the Website, you acknowledge and warrant that you are not an undischarged insolvent or a person of unsound mind and that you meet the eligibility criteria outlined in these Terms. Any breach of this warranty may result in the termination of your access to Coschool.`,
|
|
275
|
+
`The Company reserves the right, at its sole discretion, to suspend or terminate a School’s access to the Website if it is discovered that the School does not meet the eligibility criteria or has violated these Terms.`,
|
|
276
|
+
`Schools accessing the Website from outside India must ensure compliance with local laws. The Company provides its services exclusively within India (“Territory”) and is not obligated to perform services outside this Territory.`
|
|
277
|
+
]
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
title: "ACCEPTANCE OF THE TERMS",
|
|
281
|
+
content: [
|
|
282
|
+
`To accept these Terms, the School must indicate its agreement by checking a box confirming that it has read and agrees to the Terms before completing registration or accessing any Services on the Website. By checking this box, the School affirms its understanding and acceptance of these Terms.`,
|
|
283
|
+
`The School further acknowledges that by continuing to use or access the Website, it is deemed to have accepted these Terms, regardless of whether explicit consent has been provided through any other method. Any use or access of the Website by the School constitutes acceptance of these Terms.`
|
|
284
|
+
]
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
title: "SCHOOL REGISTRATION & ACCOUNT MANAGEMENT",
|
|
288
|
+
content: [
|
|
289
|
+
`<span style="font-weight:600;">Eligibility:</span> The Services are available solely to individuals and duly recognised educational or training institutions that are registered, accredited, or otherwise authorised to operate under applicable laws and have the legal capacity to enter into binding contracts under the Indian Contract Act, 1872. By registering on the Website, the School represents and warrants that it has the necessary authority to enter into these Terms and use the Services.`,
|
|
290
|
+
`<span style="font-weight:600;">Registration Data:</span> To access the Services, the School agrees to provide all necessary information as required by the Company (<span style="font-weight:600;">“Registration Data”</span>). The School represents and warrants that all Registration Data submitted is true, current, and complete, and agrees to update it as necessary to maintain its accuracy. The School is responsible for ensuring that only authorized teachers and students are added to the Website and that all provided details are accurate and up to date.`,
|
|
291
|
+
{
|
|
292
|
+
"children": {
|
|
293
|
+
title: `<span style="font-weight:600;">Admin Account Creation:</span>`,
|
|
294
|
+
data: [
|
|
295
|
+
`In order to access the Services, the School shall provide the Company with the official email address and employee ID of the authorised administrator(s) (“Admin(s)”). Based on the details received, the Company shall generate an administrative account (“Admin Account”) and issue a system-generated welcome email to the provided email address. The employee ID shall serve as the unique login identifier for the Admin Account.`,
|
|
296
|
+
`At the time of first access, the Admin shall be required to change the system-generated password and set a new password of their choice. The registered email address and mobile number (if provided) shall be used for all account-related communications, including sending One Time Passwords (OTPs) for password reset and other security alerts. The Company reserves the right to introduce or modify the methods of verification and authentication from time to time for enhanced account security.`,
|
|
297
|
+
`Once the Admin Account is created, the School authorised personnel can log in using: the registered id and password.`,
|
|
298
|
+
`Through the Admin Account, the School shall have the authority to:
|
|
299
|
+
<ol style="list-style-type: lower-alpha;margin:0px">
|
|
300
|
+
<li>Create, manage and map user accounts for teachers, students, legal guardians/parents of the students, and other authorised users based on School records.</li>
|
|
301
|
+
<li>Populate user accounts with necessary details from School records, including:|
|
|
302
|
+
<ol style="list-style-type: lower-roman; margin: 0px;">
|
|
303
|
+
<li>For teachers: first name, last name, email ID, phone number, and teacher ID;
|
|
304
|
+
<li>For employees: first name, last name, email address provided by School, phone number, employee ID; and
|
|
305
|
+
<li>For students: first name, last name, School provided email address, student ID, phone number, curriculum, grade, section, and information about the legal guardian/parent.
|
|
306
|
+
<li>For legal guardians/parents: first name, last name, email address, phone number.
|
|
307
|
+
</ol>
|
|
308
|
+
</li>
|
|
309
|
+
<li>The School is solely responsible for mapping accounts correctly, maintaining the accuracy of user information, and ensuring that only authorised personnel access and manage the Admin Account. The Company shall not be responsible for any errors, misattributions, or unauthorized account access due to the School’s actions.</li>
|
|
310
|
+
</ol>
|
|
311
|
+
`
|
|
312
|
+
]
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"children": {
|
|
317
|
+
title: `<span style="font-weight:600;">Admin Account Responsibility:</span> The School is responsible for all activities that occur under its Admin Account(s) and the accounts it creates for teachers, students, legal guardians/parents and other employees. The School agrees to:`,
|
|
318
|
+
data: [
|
|
319
|
+
`Create accounts exclusively for users who are eligible and currently associated with the School.`,
|
|
320
|
+
`Secure and confirm all required consents from legal guardians or parents prior to registering any minor student’s account.`,
|
|
321
|
+
`Immediately deactivate or remove accounts of users who are no longer connected to the School, such as graduated students or former staff members.`
|
|
322
|
+
]
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
`<span style="font-weight:600;">Security and Unauthorised Use:</span> The School shall maintain the confidentiality of its Admin Account credentials and shall not share them with unauthorised persons. Any suspected unauthorised use of the Admin Account shall be reported to the Company immediately. The Company shall not be liable for any loss or damage arising from unauthorised Admin Account access due to failure on the part of the School to maintain account security.
|
|
326
|
+
`,
|
|
327
|
+
`<span style="font-weight:600;">Authority and Consent:</span> By using the Services, the School represents and warrants that it has the authority to create and manage accounts for teachers, students, and legal guardians/parents of the students. The School shall be solely responsible for ensuring compliance with applicable data protection laws and obtaining necessary consents before enrolling minors.`,
|
|
328
|
+
`<span style="font-weight:600;">Changes in Affiliation:</span> The School agrees to regularly update its account records and remove accounts of individuals who are no longer affiliated with the School. The School shall be responsible for any unauthorised access or continued use of the Services by former students, employees and teachers.`,
|
|
329
|
+
{
|
|
330
|
+
children: {
|
|
331
|
+
title: `<span style="font-weight:600;">Company’s Right to Suspend or Terminate Accounts:</span> The Company reserves the right, at its sole discretion, to review account activity and suspend or terminate any School’s access to the Services if:`,
|
|
332
|
+
data: [
|
|
333
|
+
`The School fails to comply with these Terms.`,
|
|
334
|
+
`The School provides false or misleading Registration Data.`,
|
|
335
|
+
`There is a breach of security or unauthorised use of the Services.`,
|
|
336
|
+
`Any service agreement or agreement governing the relationship between the School and Company is terminated or has expired, for any reason whatsoever.`
|
|
337
|
+
]
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
`By using the Services, the School acknowledges and agrees to abide by these Terms, ensuring responsible use and management of accounts.`,
|
|
341
|
+
`For the sake of clarity, the Company may offer certain optional or premium features, content, or activities on the Website intended for use by students including advanced learning modules, interactive exercises, progress tracking, and curated educational resources (“Smart Learn”). Access to such Smart Learn Features may require students to redeem virtual credits, which are to be purchased exclusively by the student’s parent or legal guardian via the Company’s designated third-party payment facility. The School shall not be involved in the purchase, processing, or facilitation of such payments, nor shall it bear any responsibility or liability in relation to any such transactions. All matters relating to payment, refund, cancellation, or balance of credits shall be governed solely by the <a href="${SCHOOL_REFUND}" target="_blank" rel="noopener noreferrer">Refund and Cancellation Policy</a> as published on the Website.`
|
|
342
|
+
]
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
title: "SCHOOL CODE OF CONDUCT",
|
|
346
|
+
content: [
|
|
347
|
+
{
|
|
348
|
+
children: {
|
|
349
|
+
title: "The School agrees, undertakes and covenants that, during the use of the Website, the Services and/or the Materials, the School shall not host, display, upload, modify, publish, transmit, store, update or share any information that:",
|
|
350
|
+
data: [
|
|
351
|
+
"belongs to another person or entity and to which the School does not have any right;",
|
|
352
|
+
"belongs to another person or entity to which the School has no right;",
|
|
353
|
+
"is defamatory, obscene, pornographic, sexually explicit, invasive of privacy, hateful, harassing, racially or ethnically objectionable, or otherwise unlawful;",
|
|
354
|
+
"contains content harmful to minors;",
|
|
355
|
+
"misleads or deceives in any way;",
|
|
356
|
+
"involves spam, junk mail, or unauthorised solicitations;",
|
|
357
|
+
"infringes any third-party intellectual property or proprietary rights, including patents, trademarks, copyrights, or privacy rights;",
|
|
358
|
+
"promotes discrimination, hate speech, or controversial political or social issues for commercial purposes;",
|
|
359
|
+
"impersonates another entity, or provides instructions for illegal activities, including hacking, fraud, or privacy violations;",
|
|
360
|
+
"promotes or provides information on illegal, unsafe, or inappropriate products, including tobacco, drugs, or other restricted substances;",
|
|
361
|
+
"attempts unauthorised access to the Website, other user accounts, or restricted areas of the Website;",
|
|
362
|
+
"engages in commercial activities, such as advertising, without prior written consent from the Company;",
|
|
363
|
+
"interferes with another School’s use of the Website;",
|
|
364
|
+
"spreads false or misleading information, including fake news;",
|
|
365
|
+
"contains malware, viruses, or any malicious software designed to harm, disrupt, or compromise security;",
|
|
366
|
+
"threatens the unity, integrity, security, or sovereignty of India, incites offenses, or violates public order;",
|
|
367
|
+
"is patently false and published with the intent to mislead or cause harm; and/or",
|
|
368
|
+
"violates any applicable laws or regulations."
|
|
369
|
+
]
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
`The School agrees and acknowledges that: (a) it shall not use the Website for any illegal or unauthorised purpose; and (b) its use of any information or Materials on the Website is entirely at its own risk, for which the Company shall not be liable. The School further agrees to comply with all applicable laws, rules, and regulations relating to the use of the Website.`,
|
|
373
|
+
`The School shall not permit unauthorised use of its Admin Account. The Company shall not be liable for any claims or damages arising from such unauthorised use.`,
|
|
374
|
+
`The Company reserves the right, but is not obligated, to monitor access to or use of the Website to ensure the School’s compliance with these Terms, applicable laws, or other legal requirements, at its sole discretion.`,
|
|
375
|
+
`The School shall not assign, mortgage, charge, sub-contract, or otherwise delegate any of its rights or obligations under this Agreement, except with the prior written consent of the Company.`
|
|
376
|
+
]
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
title: "USER DATA",
|
|
380
|
+
content: [
|
|
381
|
+
`<span style="font-weight:600;">General. “User Data”</span> refers to any personally identifiable information of students, teachers, and other employees shared by the School with the Company for the purpose of using the Services. This includes, but is not limited to, the full name, address, email ID, username, password, student ID, phone number, curriculum, grade, section, guardian or parent details, and other non-public educational records of students, as well as the full name, email ID, phone number, employment details, designation, and other work-related records of teachers and non-teaching staff. The Company will collect, store, and process User Data solely for the purpose of providing and improving the educational Services in compliance with applicable data protection laws.`,
|
|
382
|
+
{
|
|
383
|
+
children: {
|
|
384
|
+
title: `<span style="font-weight:600;">Responsibilities of Schools.</span> The School is solely responsible for ensuring compliance with all applicable laws and regulations, including but not limited to data privacy laws, regarding the disclosure of User Data and other user information to the Company in connection with the Services. For all User Data shared with the Company, the School represents and warrants that:`,
|
|
385
|
+
data: [
|
|
386
|
+
"It has provided appropriate notice to all relevant individuals (or, in the case of minors, to their parents or legal guardians) about the sharing of their data with third-party service providers, including the Company.",
|
|
387
|
+
"It has obtained all required consents from parents, legal guardians, teachers, and employees, in accordance with applicable laws."
|
|
388
|
+
]
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
children: {
|
|
393
|
+
title: `<span style="font-weight:600;">Use of User Data.</span> The Company may access, process, and use User Data strictly for the purposes of:`,
|
|
394
|
+
data: [
|
|
395
|
+
"Providing and enhancing the educational Services;",
|
|
396
|
+
"Supporting student learning and engagement;",
|
|
397
|
+
"Ensuring compliance with legal and regulatory requirements; and",
|
|
398
|
+
"Conducting research and analytics for academic and educational development.",
|
|
399
|
+
"The Company will not use User Data for advertising, marketing, or commercial purposes, nor will it sell or share User Data with third parties except as required by law or authorised by the School."
|
|
400
|
+
]
|
|
401
|
+
}
|
|
402
|
+
},
|
|
403
|
+
]
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
title: "RIGHT TO ACCESS WEBSITE",
|
|
407
|
+
content: [
|
|
408
|
+
{
|
|
409
|
+
children: {
|
|
410
|
+
title: "Subject to the School’s compliance with these Terms and/or payment of applicable service fees, if any, the Company grants the School, its administrators, and other authorised users a limited, non-transferable, and revocable right to access and use the Website and Services for educational purposes. The following actions are prohibited unless expressly authorized in writing by the Company:",
|
|
411
|
+
data: [
|
|
412
|
+
"Downloading (except for temporary page caching) or altering any part of the Website.",
|
|
413
|
+
"Utilizing the Website or its content for resale, redistribution, or other commercial exploitation.",
|
|
414
|
+
"Replicating, aggregating, or compiling Service listings, descriptions, or pricing information.",
|
|
415
|
+
"Extracting, scraping, or crawling data from the Website using automated means, bots, or similar technologies."
|
|
416
|
+
]
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
children: {
|
|
421
|
+
title: "The Website and Services (including proprietary content, copyrighted materials, trademarks, and other intellectual property) may not be:",
|
|
422
|
+
data: [
|
|
423
|
+
"Reproducing, duplicating, copying, reselling, or distributing for any commercial purpose.",
|
|
424
|
+
"Framing or embedding the Website or its content within another website without the Company's express written consent.",
|
|
425
|
+
"Using the Website or its content in any manner that misrepresents or harms the reputation of the Company."
|
|
426
|
+
]
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
`The School and its authorised users are granted a limited, revocable, and non-exclusive right to create a hyperlink to the Website’s homepage, provided that the link does not misrepresent or damage the Company. The use of Company logos, trademarks, or graphics in links requires express written consent. Any unauthorized use of the Website or violation of these terms may result in immediate suspension or termination of access.`
|
|
430
|
+
]
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
title: "CONTENT AND INTELLECTUAL PROPERTY RIGHTS",
|
|
434
|
+
content: [
|
|
435
|
+
`The School acknowledges and agrees that all intellectual property and proprietary rights in the Website, the Services, and any materials provided or made available through the Website (“Materials”) are owned solely and exclusively by the Company. This includes, but is not limited to, copyrights, trademarks, text, graphics, audio and video clips, digital downloads, service marks, logos, trade names, and all other intellectual and proprietary rights associated with the Website or the Company’s Services and content. These rights are protected under Indian law and international copyright laws. The School is granted only a limited license to access and use the Materials, as applicable, solely for the purpose of utilizing the Services for personal use.`,
|
|
436
|
+
`The Company reserves the right, at its sole discretion, to change or modify the Services and/or the Materials on the Website at any time.`,
|
|
437
|
+
`The School further acknowledges that the Website and the Services constitute original works developed, compiled, prepared, revised, selected, and arranged by the Company and others through the application of significant time, effort, and resources, and represent valuable intellectual property. The School agrees to protect the proprietary rights of the Company during and after the term of these Terms, and shall not download portions of the Website or Materials without retaining all copyright notices.`,
|
|
438
|
+
`The School shall not display, print, or download extracts from the Website for any purpose, whether personal or otherwise, nor commercialize any intellectual property belonging to the Company in any manner.`,
|
|
439
|
+
`The School shall not, directly or indirectly (including through the use of any program), create a database in electronic or other form by downloading and storing all or any part of the pages from the Website.`,
|
|
440
|
+
`No part of the Website may be reproduced, transmitted, or stored in any other website or mobile application, nor disseminated in any electronic or non-electronic form, without the Company’s prior written permission.`,
|
|
441
|
+
`Nothing on the Website or in your use of the Services shall be construed as conferring any license or other rights under the intellectual property or other proprietary rights of the Company, its affiliates, or any third party, whether implied or otherwise.`,
|
|
442
|
+
`The Company is not responsible for any claims relating to infringement of intellectual property rights in relation to the Services and/or their content.`,
|
|
443
|
+
`As between the School and the Company, the School retains ownership of the information it provides to the Company and may request its deletion at any time. Any information submitted to the Company is at the School’s own risk. By providing information, the School represents and warrants that it is entitled to submit such information, that it is not confidential, and that its submission does not violate any law, contractual restrictions, or third-party rights (including intellectual property rights).`,
|
|
444
|
+
`Any infringement of these rights may result in legal proceedings against the School in the appropriate forum, with the Company seeking all available remedies under applicable law.`
|
|
445
|
+
]
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
title: "INTELLECTUAL PROPERTY CLAIMS",
|
|
449
|
+
content: [
|
|
450
|
+
`Company respects the intellectual property of others. If you believe that your intellectual property rights have been used in any way that gives rise to concerns of infringement, please write to us at <a href="mailto:helpdesk@coschool.ai">helpdesk@coschool.ai</a>.`
|
|
451
|
+
]
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
title: "TERMINATION OF ACCESS TO SERVICES",
|
|
455
|
+
content: [
|
|
456
|
+
{
|
|
457
|
+
children: {
|
|
458
|
+
title: "The Admin Account of the School with the Website can be terminated at any time by: ",
|
|
459
|
+
data: [
|
|
460
|
+
"the School, by ceasing to access or use the Website; or by",
|
|
461
|
+
"the Company in its sole discretion, for no reason or any reason including the School’s violation of these Terms or lack of use of Services and/or termination of agreement with School."
|
|
462
|
+
]
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
`The School acknowledges and agrees that Services may be terminated at any time without prior notice. Upon such termination, the Company may immediately deactivate or delete the Admin Account and all related information, and/or restrict any further access to the Admin Account or Services, in accordance with applicable law.`,
|
|
466
|
+
`Provisions of these Terms that by their nature should survive termination—including, but not limited to, the disclaimer of warranties, limitation of liability, and governing law—will remain in effect after termination of these Terms.`
|
|
467
|
+
]
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
title: "FORCE MAJEURE EVENTS",
|
|
471
|
+
content: [
|
|
472
|
+
`For the purposes of these Terms, a <span style="font-weight:600;">"Force Majeure Event"</span> refers to any circumstance or event beyond the reasonable control of the Company. Such events include, but are not limited to, sabotage, fire, flood, explosion, acts of God, civil commotion, strikes, lockouts or other industrial actions, riots, insurrection, war, acts of government, governmental or foreign orders (including lockdowns and quarantines), outbreaks of epidemics, pandemics or other communicable diseases, computer hacking, civil disturbances, unauthorized access to computer data or storage devices, computer crashes, breaches of security or encryption, and any other similar events that are outside the Company’s control and cannot be overcome by the Company. The Company shall have the sole discretion to determine what constitutes a Force Majeure Event, and such determination shall be final and binding on the School.`,
|
|
473
|
+
`The Company shall not be liable to the School for any failure or delay in the performance of the Website, including but not limited to unavailability, partial availability, downtime, maintenance, slow-down, disruption, defects, deficiencies, or delays in the Services, to the extent that such failure or delay is caused by circumstances beyond the Company’s reasonable control, including Force Majeure Events. This also includes any issues arising from acts or omissions of the School or non-responsiveness of the School.`,
|
|
474
|
+
]
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
title: "LINKS TO THIRD PARTY",
|
|
478
|
+
isList: false,
|
|
479
|
+
content: [
|
|
480
|
+
`The Website may contain links and interactive functionality interacting with the websites, services, tools or features of third parties. The Company shall not be responsible for and has no liability for the functionality, actions, inactions, privacy settings, privacy policies, terms, or content of any such third party links and integrations. Before enabling any sharing functions to communicate with any such third parties or otherwise visiting any such third parties, the Company strongly recommends that the School reviews and understands the terms and conditions, privacy policies, settings, and information-sharing functions of each such third-party links and integrations.`
|
|
481
|
+
]
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
title: "REPRESENTATIONS",
|
|
485
|
+
isList: false,
|
|
486
|
+
content: [
|
|
487
|
+
`The School hereby represents and warrants that the School has validly entered into these Terms and has the legal power to do so. The School further represents and warrants that the School shall be solely responsible for the due compliance with these Terms.`
|
|
488
|
+
]
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
title: "LIMITATION OF LIABILITY",
|
|
492
|
+
content: [
|
|
493
|
+
`The School acknowledges and agrees that the Company shall not be liable to the School for any direct, indirect, incidental, special, consequential, exemplary, or punitive damages, or for any loss of profits, business, data, or revenues. The Company shall also not be liable for any damages arising from or related to the School’s inability or difficulty in accessing the Website, any bugs, viruses, trojan horses, or similar issues that may be transmitted to or through the Website by any third party, any loss of the School’s data or content from the Website, or the School’s failure to keep its login credentials secure and confidential.`,
|
|
494
|
+
`Under no circumstances shall the Company be liable for any damages arising from or related to the content and Services provided through the Website, or any information or integrated services offered or provided by any third party through the Website.`,
|
|
495
|
+
`To the maximum extent permitted by law, the total aggregate liability of the Company to the School for all claims arising out of or relating to the use of, or inability to use, any part of the Website or otherwise under these Terms, whether in contract, tort, or otherwise, shall not exceed INR 100 (Indian Rupees One Hundred Only).`
|
|
496
|
+
]
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
title: "DISCLAIMER OF WARRANTIES",
|
|
500
|
+
isList: false,
|
|
501
|
+
content: [
|
|
502
|
+
`THE WEBSITE AND ALL INFORMATION, CONTENT, MATERIALS AND SERVICES INCLUDED ON OR OTHERWISE MADE AVAILABLE TO THE SCHOOL THROUGH THE WEBSITE ARE PROVIDED BY THE COMPANY ON AN “AS IS,” “AS AVAILABLE” BASIS, WITHOUT REPRESENTATIONS OR WARRANTIES OF ANY KIND. THE COMPANY MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, AS TO THE OPERATION OF THE WEBSITE, THE ACCURACY OR COMPLETENESS OF THE CONTENTS OR THE INFORMATION OR THE SERVICES PROVIDED ON THE WEBSITE AND/OR THAT THE PERFORMANCE OF THE WEBSITE AND/OR THE SERVICES WILL BE UNINTERRUPTED, TIMELY, SECURE, ACCURATE OR ERROR FREE AND/OR THAT THE RESULTS THAT MAY BE OBTAINED OR EXPECTED TO BE OBTAINED FROM THE USE OF WEBSITE WILL BE ACCURATE OR RELIABLE. THE COMPANY SHALL HAVE NO RESPONSIBILITY FOR ANY DAMAGE TO THE SCHOOL’S COMPUTER SYSTEM OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF ANY CONTENT, MATERIALS, DOCUMENT OR INFORMATION THROUGH THE WEBSITE. THE SCHOOL EXPRESSLY AGREES THAT THE USE OF THE WEBSITE IS AT THE SCHOOL’S SOLE RISK. THE COMPANY WILL NOT BE LIABLE FOR ANY DAMAGES OF ANY KIND ARISING FROM THE USE OF THE WEBSITE OR THE CONTENTS INCLUDING, WITHOUT LIMITATION, DIRECT, INDIRECT, CONSEQUENTIAL, PUNITIVE, AND CONSEQUENTIAL LOSE AND/OR DAMAGES. TO THE FULL EXTENT PERMITTED BY LAW, THE COMPANY DISCLAIMS ANY AND ALL REPRESENTATIONS AND WARRANTIES WITH RESPECT TO THE WEBSITE AND ITS CONTENTS, WHETHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE OR USE. `,
|
|
503
|
+
`THE SCHOOL FURTHER ACKNOWLEDGES AND AGREES THAT COMPANY DOES NOT WARRANT THAT THE ACCESS TO THE SERVICES THROUGH THE WEBSITE OR VARIOUS NETWORK CHANNELS OF THIRD-PARTY SERVICE PROVIDERS INCLUDING THE INFRASTRUCTURE MAINTAINED BY THE SCHOOL, ALL OF WHICH ARE BEYOND THE COMPANY’S CONTROL, WILL BE UNINTERRUPTED, TIMELY, ERROR-FREE. THE SERVICES WILL ACCORDINGLY NOT BE CONSIDERED UNAVAILABLE FOR ANY OUTAGES DUE TO: (I) ACTS OR OMISSIONS OF THE SCHOOLS; (II) FAILURES OF EQUIPMENT OF THE SCHOOL, NETWORK UNAVAILABILITY OR BANDWIDTH LIMITATIONS ON HOSTING SERVERS SUBSCRIBED TO BY THE COMPANY AND/OR THE SCHOOL; OR (III) ISSUES ARISING FROM BUGS OR OTHER PROBLEMS IN THE WEBSITE, SOFTWARE, FIRMWARE OR HARDWARE OF THE COMPANY, SCHOOL AND/OR ANY THIRD-PARTY SERVICE PROVIDER. PLEASE NOTE THAT INFORMATION PROVIDED ON THE WEBSITE HAS NOT BEEN EVALUATED AND/OR APPROVED BY ANY STATUTORY BODY OR AUTHORITY IN INDIA.`,
|
|
504
|
+
`THE SCHOOL AGREES AND ACKNOWLEDGES THAT BY PROVIDING THE SERVICES, THE COMPANY IS MERELY EXTENDING A FACILITY TO ASSIST THE SCHOOL IN IMPROVING ACADEMIC AND OPERATIONAL PERFORMANCE OF SCHOOLS AND THE COMPANY MAKES NO REPRESENTATIONS OR GUARANTEES THAT AS A RESULT OF THE SERVICES TO BE PROVIDED BY THE COMPANY, (A) SCHOOLS’ ACADEMIC PERFORMANCE WILL INCREASE; AND/OR (B) SCHOOLS’ OPERATIONAL PERFORMANCE WILL INCREASE. IT IS AGREED BY THE SCHOOL THAT THE COMPANY GIVES NO ASSURANCE ABOUT THE ACCURACY, RESULTS OF USE, COMPLETENESS OR ADEQUACY OF THE SERVICES WHICH THE SCHOOL RECEIVES FROM THE COMPANY AND THE SCHOOL WILL RELY EXCLUSIVELY ON THE RESULTS OF ITS OWN INVESTIGATIONS CARRIED OUT WITH RESPECT TO THE USE AND UTILIZATION OF THE SERVICES BY THE SCHOOL. THE COMPANY SHALL NOT BE LIABLE FOR ANY DAMAGES OF ANY NATURE WHATSOEVER RESULTING FROM THE USE OF THE SERVICES BY THE SCHOOL.`,
|
|
505
|
+
`THE SCHOOL FURTHER AGREES THAT THE SERVICES HEREIN IS MERE SUPPLEMENTAL AND NOT A SUBSTITUTION TO THE REAL AND TRADITIONAL EDUCATION SYSTEM. THE COMPANY MAKES NO GUARANTEES WITH RESPECT TO THE AVAILABILITY OR UPTIME OF ANY OF THE SERVICES. IN THE EVENT OF DEGRADATION OR INSTABILITY OF COMPANY’S SYSTEM OR AN EMERGENCY, THE COMPANY MAY, IN ITS SOLE DISCRETION, TEMPORARILY SUSPEND SCHOOL’S ACCESS TO THE SERVICES UNDER THIS AGREEMENT PROVIDED HOWEVER AS SOON AS REASONABLY PRACTICAL, THE COMPANY SHALL PROVIDE REASON FOR THE SUSPENSION TO ENABLE THE SCHOOL TO TAKE REMEDIAL MEASURES IN ORDER TO ENABLE THE COMPANY TO RESTORE THE SERVICES.`,
|
|
506
|
+
`THE SERVICES PROVIDED ON THIS WEBSITE, INCLUDING AI ASSISTANT, AI TUTOR, SCHOOL AI AND VIN, OR SUCH OTHER TOOLS/FEATURES, UTILIZE ADVANCED ARTIFICIAL INTELLIGENCE (“AI”) TECHNOLOGY TO ENHANCE THE LEARNING EXPERIENCE. HOWEVER, THE COMPANY MAKES NO REPRESENTATIONS OR GUARANTEES REGARDING THE ACCURACY, COMPLETENESS, OR RELIABILITY OF THE RESPONSES AND INFORMATION GENERATED BY THESE AI DRIVEN SERVICES. SCHOOLS SHOULD BE AWARE THAT NOT ALL QUERIES ASKED TO AI ASSISTANT, AI TUTOR, SCHOOL AI, VIN OR SUCH OTHER TOOLS/FEATURE AVAILABLE ON THE WEBSITE WILL RECEIVE ACCURATE OR COMPLETE ANSWERS. THE COMPANY RECOMMENDS THAT SCHOOLS INDEPENDENTLY VERIFY ANY INFORMATION OR ADVICE OBTAINED FROM THESE SERVICES BEFORE RELYING ON IT FOR EDUCATIONAL OR DECISION-MAKING PURPOSES. THE COMPANY SHALL NOT BE LIABLE FOR ANY ERRORS, OMISSIONS, OR INACCURACIES IN THE INFORMATION PROVIDED BY THESE AI SERVICES OR FOR ANY RELIANCE PLACED ON SUCH INFORMATION BY THE SCHOOL.`
|
|
507
|
+
]
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
title: "INDEMNIFICATION",
|
|
511
|
+
isList: false,
|
|
512
|
+
content: [
|
|
513
|
+
`The School shall indemnify and hold harmless the Company, affiliates, subsidiaries, group companies (as applicable) and their respective officers, directors, agents, and employees, from any and all claims or demands, or actions including reasonable attorneys’ fees, made by any third party or penalty imposed due to or arising out of the School’s breach of these Terms, Privacy Policy and other policies, or the School’s violation of any law, rules or regulations or the rights (including infringement of any intellectual property rights) of a third party.
|
|
514
|
+
`
|
|
515
|
+
]
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
title: "PRIVACY POLICY",
|
|
519
|
+
content: [
|
|
520
|
+
`As elaborated under the Privacy Policy, the Company will keep all confidential information confidential and shall not disclose it to anyone except as required by law, and shall ensure that such confidential information is protected with security measures and a degree of care that it would apply to its own confidential information. `,
|
|
521
|
+
`The Company acknowledges that its employees, directors, agents and contractors shall use the confidential information only for the intended purpose for which it is provided. The Company shall use all reasonable endeavours to ensure that its employees, directors, agents and contractors acknowledge and comply with the provisions of these terms of confidentiality as if such person was subject to these terms of confidentiality. If the School objects to the School’s information being transferred or used, the School is advised not to use the Website.`
|
|
522
|
+
]
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
title: "ASSIGNMENT",
|
|
526
|
+
isList: false,
|
|
527
|
+
content: [
|
|
528
|
+
`It is expressly agreed by the School that the Company may assign all or part of its rights or duties under these Terms without such assignment being considered a change to these Terms and without notice to the School, except to the extent provided by law. `
|
|
529
|
+
]
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
title: "GOVERNING LAW",
|
|
533
|
+
isList: false,
|
|
534
|
+
content: [
|
|
535
|
+
`These Terms shall be governed by and interpreted and construed in accordance with the laws of India. The place of jurisdiction shall exclusively be in Hyderabad, Telangana, India. In the event of any dispute arising out of these Terms the same shall be settled by a binding arbitration conducted by a sole arbitrator, appointed jointly by both the Company and the School and such arbitration shall be governed by the Arbitration and Conciliation Act, 1996. The seat and venue of arbitration shall be Hyderabad, Telangana, India. The award of the arbitrator shall be valid and binding on both the School and the Company.`
|
|
536
|
+
]
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
title: "GRIEVANCE REDRESSAL MECHANISM",
|
|
540
|
+
isList: false,
|
|
541
|
+
content: [
|
|
542
|
+
`In accordance with the Information Technology Act, 2000, the Digital Data Protection Act, 2023 and Rules made thereunder, the name and contact details of the Grievance Officer are provided below:
|
|
543
|
+
<table style="margin-top:8px">
|
|
544
|
+
<tr>
|
|
545
|
+
<td style="width: 64px">Name</td>
|
|
546
|
+
<td style="width:calc(100% - 64px)">Vishwa Talati</td>
|
|
547
|
+
</tr>
|
|
548
|
+
<tr>
|
|
549
|
+
<td style="width: 64px">Address</td>
|
|
550
|
+
<td style="width:calc(100% - 64px)">Corporate Office: Villa 10, Urban Sanctuary, Shankarpalle, Shankarpalli, K.V. Rangareddy, Rangareddy, Telangana, India – 501203 </td>
|
|
551
|
+
</tr>
|
|
552
|
+
<tr>
|
|
553
|
+
<td style="width: 64px">Email</td>
|
|
554
|
+
<td style="width:calc(100% - 64px)">helpdesk@coschool.ai</td>
|
|
555
|
+
</tr>
|
|
556
|
+
</table>`,
|
|
557
|
+
]
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
title: "CONTACT INFORMATION",
|
|
561
|
+
isList: false,
|
|
562
|
+
content: [
|
|
563
|
+
`If you have any questions about these School Terms of Use, please feel free to write to us at: <a href="mailto:helpdesk@coschool.ai">helpdesk@coschool.ai</a> and we will reach out to you as soon as possible.`
|
|
564
|
+
]
|
|
565
|
+
}
|
|
566
|
+
]
|
|
567
|
+
};
|
|
568
|
+
//# sourceMappingURL=SchoolHelper.js.map
|