catchup-library-web 1.4.5 → 1.4.7
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/dist/index.d.mts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +163 -13
- package/dist/index.mjs +163 -13
- package/package.json +1 -1
- package/src/components/tabs/SelectionTabFill.tsx +2 -1
- package/src/utilization/PlanUtilization.ts +160 -11
package/dist/index.d.mts
CHANGED
|
@@ -705,7 +705,6 @@ declare const retrieveTeachingMethodologyOptionList: () => {
|
|
|
705
705
|
declare const retrieveSubTeachingMethodologyOptionList: () => {
|
|
706
706
|
value: string;
|
|
707
707
|
text: string;
|
|
708
|
-
parent: string;
|
|
709
708
|
}[];
|
|
710
709
|
|
|
711
710
|
export { ActivityBodyContent, ActivityLabel, ActivityPreviewByData, ActivitySolutionContent, ActivityTemplateLabel, ApproveButton, BaseImage, BaseLoading, BaseLoadingWithText, BaseModal, BaseTitle, BlueVerticalDividerLine, BrandLabel, CancelButton, CoterieLabel, CreateButton, DeleteButton, DividerLine, DropdownActivityContent, FillInTheBlanksActivityContent, GradeLabel, GroupingActivityContent, InfoWithText, InputGroup, InputWithSpecialExpression, LeftTextRightInputGroup, MCMAActivityContent, MCSAActivityContent, MatchingActivityContent, ONE_DAY, ONE_HOUR, ONE_MONTH, ONE_WEEK, OpenEndedActivityContent, OrderingActivityContent, OutcomeLabel, PersonalLabel, PrimaryButton, PublishingHouseLabel, SecondaryButton, SelectionBox, SelectionCheckbox, SelectionTab, SelectionTabFill, SubTitle, THREE_MONTHS, TrueFalseActivityContent, VerticalDividerLine, base64ToFile, calculateLevenshteinDistance, checkActivityAnswerState, checkIfAnswerIsEmpty, constructActivityAnswerMap, constructActivityAnswerStateList, constructActivityData, constructActivityItemListBodyOnly, constructActivityItemListForSolution, constructActivityItemListMaterialOnly, constructActivityItemListSolutionOnly, constructActivityItemListWithAnswersForAI, constructActivityItemListWithSolutionForAI, constructAnswerBasedOnData, constructBaseNumericIndividualModel, constructBaseVerbalIndvidualModel, constructCategoryTreeFromParentCode, constructInputWithSpecialExpressionList, constructUserProfileQueryParams, constructWeekName, convertDataURLtoFile, convertToBase64, convertToBodyMapString, convertToEvaluationRubricMapString, convertToSolutionMapString, convertTurkishCharactersToEnglish, filterCategoryVersionCodeOptionList, filterCategoryVersionCodeOptionListByGradeDTO, filterCategoryVersionCodeOptionListByInstitutionDTO, filterCoterieTypeOptionList, filterGradeLevelOptionList, filterUserRoleOptionList, findAISettingsFromCurrentProfile, findBestFitActivity, getColorByIndex, ignoreMathematicalExpression, mergeObjects, parseBodyMapFromData, parseContentMapFromData, parseJwt, parseMaterialMapFromData, retrieveActivityAnswerFromAnswerList, retrieveActivityTemplateDTOOptionList, retrieveAllEarnedBadgeDTOListByCoterieType, retrieveAllEarnedBadgeDTOListByCoterieTypeList, retrieveAnnouncementAudienceOptionList, retrieveAnnouncementTypeOptionList, retrieveBadgeRuleListByParams, retrieveBadgeRuleTextByParams, retrieveBranchDTOByUserProfileOptionList, retrieveBranchDTOOptionList, retrieveBrandDTOByUserProfileOptionList, retrieveBrandDTOOptionList, retrieveCampusDTOByUserProfileOptionList, retrieveCampusDTOOptionList, retrieveCategoryVersionCodeOptionList, retrieveClockTimeLeft, retrieveColorByScore, retrieveContentTypeOptionList, retrieveContestTypeOptionList, retrieveCoterieTypeFromStandardExamCoterieType, retrieveCoterieTypeOptionList, retrieveCountryCodeOptionList, retrieveCountryNameOptionList, retrieveCurrentDefaultDataMap, retrieveDateIntervalOptionList, retrieveDefaultUserRoleOptionList, retrieveDistintCoterieTypeFromCatchtivityApplicationDTO, retrieveDocumentTypeFromAcceptedFormat, retrieveDocumentTypeFromExtension, retrieveDurationInMinutesOptionList, retrieveDurationInSecondsOptionList, retrieveDurationTypeOptionList, retrieveEachTimeSpentInSeconds, retrieveEnableOptionList, retrieveExternalRegistrationDTOOptionList, retrieveFrequencyTypeOptionList, retrieveGenderOptionList, retrieveGradeDTOByUserProfileOptionList, retrieveGradeDTOOptionList, retrieveGradeLevelOptionList, retrieveInstitutionDTOByUserProfileOptionList, retrieveInstitutionDTOOptionList, retrieveInstitutionTypeOptionList, retrieveMonthNameByIndex, retrieveOtherBadgeDTOList, retrievePhoneNumberAreaCodeList, retrieveProvinceNameOptionList, retrieveReportTypeOptionList, retrieveSeasonDTOByUserProfileOptionList, retrieveSeasonDTOOptionList, retrieveStandardExamCoterieTypeOptionListByStandardExamType, retrieveStandardExamTypeIcon, retrieveStandardExamTypeOptionList, retrieveStatusOptionList, retrieveSubTeachingMethodologyOptionList, retrieveTaxonomyGroupName, retrieveTaxonomyName, retrieveTaxonomyType, retrieveTeachingMethodologyOptionList, retrieveTokenUsageSubTypeOptionList, retrieveTokenUsageTypeOptionList, retrieveTotalTimeSpentInMinutes, retrieveTotalTimeSpentInSeconds, retrieveUserAuthorityGeneralOptionList, retrieveUserRoleOptionList, retrieveValidationRequirementList, shuffleArray, useScreenSize };
|
package/dist/index.d.ts
CHANGED
|
@@ -705,7 +705,6 @@ declare const retrieveTeachingMethodologyOptionList: () => {
|
|
|
705
705
|
declare const retrieveSubTeachingMethodologyOptionList: () => {
|
|
706
706
|
value: string;
|
|
707
707
|
text: string;
|
|
708
|
-
parent: string;
|
|
709
708
|
}[];
|
|
710
709
|
|
|
711
710
|
export { ActivityBodyContent, ActivityLabel, ActivityPreviewByData, ActivitySolutionContent, ActivityTemplateLabel, ApproveButton, BaseImage, BaseLoading, BaseLoadingWithText, BaseModal, BaseTitle, BlueVerticalDividerLine, BrandLabel, CancelButton, CoterieLabel, CreateButton, DeleteButton, DividerLine, DropdownActivityContent, FillInTheBlanksActivityContent, GradeLabel, GroupingActivityContent, InfoWithText, InputGroup, InputWithSpecialExpression, LeftTextRightInputGroup, MCMAActivityContent, MCSAActivityContent, MatchingActivityContent, ONE_DAY, ONE_HOUR, ONE_MONTH, ONE_WEEK, OpenEndedActivityContent, OrderingActivityContent, OutcomeLabel, PersonalLabel, PrimaryButton, PublishingHouseLabel, SecondaryButton, SelectionBox, SelectionCheckbox, SelectionTab, SelectionTabFill, SubTitle, THREE_MONTHS, TrueFalseActivityContent, VerticalDividerLine, base64ToFile, calculateLevenshteinDistance, checkActivityAnswerState, checkIfAnswerIsEmpty, constructActivityAnswerMap, constructActivityAnswerStateList, constructActivityData, constructActivityItemListBodyOnly, constructActivityItemListForSolution, constructActivityItemListMaterialOnly, constructActivityItemListSolutionOnly, constructActivityItemListWithAnswersForAI, constructActivityItemListWithSolutionForAI, constructAnswerBasedOnData, constructBaseNumericIndividualModel, constructBaseVerbalIndvidualModel, constructCategoryTreeFromParentCode, constructInputWithSpecialExpressionList, constructUserProfileQueryParams, constructWeekName, convertDataURLtoFile, convertToBase64, convertToBodyMapString, convertToEvaluationRubricMapString, convertToSolutionMapString, convertTurkishCharactersToEnglish, filterCategoryVersionCodeOptionList, filterCategoryVersionCodeOptionListByGradeDTO, filterCategoryVersionCodeOptionListByInstitutionDTO, filterCoterieTypeOptionList, filterGradeLevelOptionList, filterUserRoleOptionList, findAISettingsFromCurrentProfile, findBestFitActivity, getColorByIndex, ignoreMathematicalExpression, mergeObjects, parseBodyMapFromData, parseContentMapFromData, parseJwt, parseMaterialMapFromData, retrieveActivityAnswerFromAnswerList, retrieveActivityTemplateDTOOptionList, retrieveAllEarnedBadgeDTOListByCoterieType, retrieveAllEarnedBadgeDTOListByCoterieTypeList, retrieveAnnouncementAudienceOptionList, retrieveAnnouncementTypeOptionList, retrieveBadgeRuleListByParams, retrieveBadgeRuleTextByParams, retrieveBranchDTOByUserProfileOptionList, retrieveBranchDTOOptionList, retrieveBrandDTOByUserProfileOptionList, retrieveBrandDTOOptionList, retrieveCampusDTOByUserProfileOptionList, retrieveCampusDTOOptionList, retrieveCategoryVersionCodeOptionList, retrieveClockTimeLeft, retrieveColorByScore, retrieveContentTypeOptionList, retrieveContestTypeOptionList, retrieveCoterieTypeFromStandardExamCoterieType, retrieveCoterieTypeOptionList, retrieveCountryCodeOptionList, retrieveCountryNameOptionList, retrieveCurrentDefaultDataMap, retrieveDateIntervalOptionList, retrieveDefaultUserRoleOptionList, retrieveDistintCoterieTypeFromCatchtivityApplicationDTO, retrieveDocumentTypeFromAcceptedFormat, retrieveDocumentTypeFromExtension, retrieveDurationInMinutesOptionList, retrieveDurationInSecondsOptionList, retrieveDurationTypeOptionList, retrieveEachTimeSpentInSeconds, retrieveEnableOptionList, retrieveExternalRegistrationDTOOptionList, retrieveFrequencyTypeOptionList, retrieveGenderOptionList, retrieveGradeDTOByUserProfileOptionList, retrieveGradeDTOOptionList, retrieveGradeLevelOptionList, retrieveInstitutionDTOByUserProfileOptionList, retrieveInstitutionDTOOptionList, retrieveInstitutionTypeOptionList, retrieveMonthNameByIndex, retrieveOtherBadgeDTOList, retrievePhoneNumberAreaCodeList, retrieveProvinceNameOptionList, retrieveReportTypeOptionList, retrieveSeasonDTOByUserProfileOptionList, retrieveSeasonDTOOptionList, retrieveStandardExamCoterieTypeOptionListByStandardExamType, retrieveStandardExamTypeIcon, retrieveStandardExamTypeOptionList, retrieveStatusOptionList, retrieveSubTeachingMethodologyOptionList, retrieveTaxonomyGroupName, retrieveTaxonomyName, retrieveTaxonomyType, retrieveTeachingMethodologyOptionList, retrieveTokenUsageSubTypeOptionList, retrieveTokenUsageTypeOptionList, retrieveTotalTimeSpentInMinutes, retrieveTotalTimeSpentInSeconds, retrieveUserAuthorityGeneralOptionList, retrieveUserRoleOptionList, retrieveValidationRequirementList, shuffleArray, useScreenSize };
|
package/dist/index.js
CHANGED
|
@@ -6750,7 +6750,7 @@ var SelectionTabFill = ({
|
|
|
6750
6750
|
selectedId,
|
|
6751
6751
|
handleSelectOnClick
|
|
6752
6752
|
}) => {
|
|
6753
|
-
return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "w-full flex flex-row bg-catchup-gray-50 gap-x-2 rounded-catchup-medium px-4 py-2 justify-center text-center", children: optionList.map((option) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
6753
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "w-full flex flex-row bg-catchup-gray-50 gap-x-2 rounded-catchup-medium px-4 py-2 justify-center text-center", children: optionList.map((option, index) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
6754
6754
|
"div",
|
|
6755
6755
|
{
|
|
6756
6756
|
className: "cursor-pointer",
|
|
@@ -6764,7 +6764,8 @@ var SelectionTabFill = ({
|
|
|
6764
6764
|
children: option.title
|
|
6765
6765
|
}
|
|
6766
6766
|
)
|
|
6767
|
-
}
|
|
6767
|
+
},
|
|
6768
|
+
index
|
|
6768
6769
|
)) });
|
|
6769
6770
|
};
|
|
6770
6771
|
var SelectionTabFill_default = SelectionTabFill;
|
|
@@ -9063,27 +9064,176 @@ var retrieveTokenUsageSubTypeOptionList = () => {
|
|
|
9063
9064
|
var retrieveTeachingMethodologyOptionList = () => {
|
|
9064
9065
|
return [
|
|
9065
9066
|
{
|
|
9066
|
-
value: "
|
|
9067
|
-
text: i18n_default.t("
|
|
9067
|
+
value: "FIVE_E_LEARNING",
|
|
9068
|
+
text: i18n_default.t("FIVE_E_LEARNING")
|
|
9069
|
+
},
|
|
9070
|
+
{
|
|
9071
|
+
value: "STEM",
|
|
9072
|
+
text: i18n_default.t("STEM")
|
|
9073
|
+
},
|
|
9074
|
+
{
|
|
9075
|
+
value: "ARGUMENTATION",
|
|
9076
|
+
text: i18n_default.t("ARGUMENTATION")
|
|
9077
|
+
},
|
|
9078
|
+
{
|
|
9079
|
+
value: "GEMS_BASED_APPROACH",
|
|
9080
|
+
text: i18n_default.t("GEMS_BASED_APPROACH")
|
|
9081
|
+
},
|
|
9082
|
+
{
|
|
9083
|
+
value: "PROBLEM_BASED_LEARNING",
|
|
9084
|
+
text: i18n_default.t("PROBLEM_BASED_LEARNING")
|
|
9085
|
+
},
|
|
9086
|
+
{
|
|
9087
|
+
value: "PROJECT_BASED_LEARNING",
|
|
9088
|
+
text: i18n_default.t("PROJECT_BASED_LEARNING")
|
|
9089
|
+
},
|
|
9090
|
+
{
|
|
9091
|
+
value: "INQUIRY_BASED_LEARNING",
|
|
9092
|
+
text: i18n_default.t("INQUIRY_BASED_LEARNING")
|
|
9093
|
+
},
|
|
9094
|
+
{
|
|
9095
|
+
value: "SOCIAL_EMOTIONAL_LEARNING",
|
|
9096
|
+
text: i18n_default.t("SOCIAL_EMOTIONAL_LEARNING")
|
|
9097
|
+
},
|
|
9098
|
+
{
|
|
9099
|
+
value: "KINESTHETIC_LEARNING",
|
|
9100
|
+
text: i18n_default.t("KINESTHETIC_LEARNING")
|
|
9101
|
+
},
|
|
9102
|
+
{
|
|
9103
|
+
value: "COMMON_KNOWLEDGE_STRUCTURING_MODEL",
|
|
9104
|
+
text: i18n_default.t("COMMON_KNOWLEDGE_STRUCTURING_MODEL")
|
|
9105
|
+
},
|
|
9106
|
+
{
|
|
9107
|
+
value: "REFLECTIVE_LEARNING_TEACHING_APPROACH",
|
|
9108
|
+
text: i18n_default.t("REFLECTIVE_LEARNING_TEACHING_APPROACH")
|
|
9109
|
+
},
|
|
9110
|
+
{
|
|
9111
|
+
value: "AUTHENTIC_LEARNING_TEACHING_APPROACH",
|
|
9112
|
+
text: i18n_default.t("AUTHENTIC_LEARNING_TEACHING_APPROACH")
|
|
9113
|
+
},
|
|
9114
|
+
{
|
|
9115
|
+
value: "MODULAR_TEACHING_APPROACH",
|
|
9116
|
+
text: i18n_default.t("MODULAR_TEACHING_APPROACH")
|
|
9117
|
+
},
|
|
9118
|
+
{
|
|
9119
|
+
value: "GAME_BASED_LEARNING_TEACHING_APPROACH",
|
|
9120
|
+
text: i18n_default.t("GAME_BASED_LEARNING_TEACHING_APPROACH")
|
|
9121
|
+
},
|
|
9122
|
+
{
|
|
9123
|
+
value: "PROCESS_BASED_TEACHING_APPROACH",
|
|
9124
|
+
text: i18n_default.t("PROCESS_BASED_TEACHING_APPROACH")
|
|
9125
|
+
},
|
|
9126
|
+
{
|
|
9127
|
+
value: "SIX_THINKING_HATS",
|
|
9128
|
+
text: i18n_default.t("SIX_THINKING_HATS")
|
|
9129
|
+
},
|
|
9130
|
+
{
|
|
9131
|
+
value: "CONSTRUCTIVIST_LEARNING_APPROACH",
|
|
9132
|
+
text: i18n_default.t("CONSTRUCTIVIST_LEARNING_APPROACH")
|
|
9133
|
+
},
|
|
9134
|
+
{
|
|
9135
|
+
value: "SOCRATIC_QUESTIONING_METHOD",
|
|
9136
|
+
text: i18n_default.t("SOCRATIC_QUESTIONING_METHOD")
|
|
9137
|
+
},
|
|
9138
|
+
{
|
|
9139
|
+
value: "RAFT_STRATEGY",
|
|
9140
|
+
text: i18n_default.t("RAFT_STRATEGY")
|
|
9068
9141
|
}
|
|
9069
9142
|
];
|
|
9070
9143
|
};
|
|
9071
9144
|
var retrieveSubTeachingMethodologyOptionList = () => {
|
|
9072
9145
|
return [
|
|
9073
9146
|
{
|
|
9074
|
-
value: "
|
|
9075
|
-
text: i18n_default.t("
|
|
9076
|
-
parent: "ACTIVE_LEARNING"
|
|
9147
|
+
value: "STEM",
|
|
9148
|
+
text: i18n_default.t("STEM")
|
|
9077
9149
|
},
|
|
9078
9150
|
{
|
|
9079
|
-
value: "
|
|
9080
|
-
text: i18n_default.t("
|
|
9081
|
-
parent: "ACTIVE_LEARNING"
|
|
9151
|
+
value: "EXPERIMENT_AND_OBSERVATION",
|
|
9152
|
+
text: i18n_default.t("EXPERIMENT_AND_OBSERVATION")
|
|
9082
9153
|
},
|
|
9083
9154
|
{
|
|
9084
|
-
value: "
|
|
9085
|
-
text: i18n_default.t("
|
|
9086
|
-
|
|
9155
|
+
value: "RESEARCH",
|
|
9156
|
+
text: i18n_default.t("RESEARCH")
|
|
9157
|
+
},
|
|
9158
|
+
{
|
|
9159
|
+
value: "FLOW_MAP",
|
|
9160
|
+
text: i18n_default.t("FLOW_MAP")
|
|
9161
|
+
},
|
|
9162
|
+
{
|
|
9163
|
+
value: "GROUP_WORK",
|
|
9164
|
+
text: i18n_default.t("GROUP_WORK")
|
|
9165
|
+
},
|
|
9166
|
+
{
|
|
9167
|
+
value: "ARGUMENT",
|
|
9168
|
+
text: i18n_default.t("ARGUMENT")
|
|
9169
|
+
},
|
|
9170
|
+
{
|
|
9171
|
+
value: "DISCUSSION",
|
|
9172
|
+
text: i18n_default.t("DISCUSSION")
|
|
9173
|
+
},
|
|
9174
|
+
{
|
|
9175
|
+
value: "PANEL",
|
|
9176
|
+
text: i18n_default.t("PANEL")
|
|
9177
|
+
},
|
|
9178
|
+
{
|
|
9179
|
+
value: "OPEN_SESSION",
|
|
9180
|
+
text: i18n_default.t("OPEN_SESSION")
|
|
9181
|
+
},
|
|
9182
|
+
{
|
|
9183
|
+
value: "FORUM",
|
|
9184
|
+
text: i18n_default.t("FORUM")
|
|
9185
|
+
},
|
|
9186
|
+
{
|
|
9187
|
+
value: "QUESTION_ANSWER",
|
|
9188
|
+
text: i18n_default.t("QUESTION_ANSWER")
|
|
9189
|
+
},
|
|
9190
|
+
{
|
|
9191
|
+
value: "BRAINSTORMING",
|
|
9192
|
+
text: i18n_default.t("BRAINSTORMING")
|
|
9193
|
+
},
|
|
9194
|
+
{
|
|
9195
|
+
value: "CREATIVE_DRAMA",
|
|
9196
|
+
text: i18n_default.t("CREATIVE_DRAMA")
|
|
9197
|
+
},
|
|
9198
|
+
{
|
|
9199
|
+
value: "ROLE_PLAYING",
|
|
9200
|
+
text: i18n_default.t("ROLE_PLAYING")
|
|
9201
|
+
},
|
|
9202
|
+
{
|
|
9203
|
+
value: "CASE_STUDY",
|
|
9204
|
+
text: i18n_default.t("CASE_STUDY")
|
|
9205
|
+
},
|
|
9206
|
+
{
|
|
9207
|
+
value: "PROJECT_WORK",
|
|
9208
|
+
text: i18n_default.t("PROJECT_WORK")
|
|
9209
|
+
},
|
|
9210
|
+
{
|
|
9211
|
+
value: "CONCEPT_MAPS",
|
|
9212
|
+
text: i18n_default.t("CONCEPT_MAPS")
|
|
9213
|
+
},
|
|
9214
|
+
{
|
|
9215
|
+
value: "MIND_MAPS",
|
|
9216
|
+
text: i18n_default.t("MIND_MAPS")
|
|
9217
|
+
},
|
|
9218
|
+
{
|
|
9219
|
+
value: "CHAIN_MAPS",
|
|
9220
|
+
text: i18n_default.t("CHAIN_MAPS")
|
|
9221
|
+
},
|
|
9222
|
+
{
|
|
9223
|
+
value: "VENN_DIAGRAM",
|
|
9224
|
+
text: i18n_default.t("VENN_DIAGRAM")
|
|
9225
|
+
},
|
|
9226
|
+
{
|
|
9227
|
+
value: "STORY_COMPLETION",
|
|
9228
|
+
text: i18n_default.t("STORY_COMPLETION")
|
|
9229
|
+
},
|
|
9230
|
+
{
|
|
9231
|
+
value: "PATH_OF_DISCOVERY",
|
|
9232
|
+
text: i18n_default.t("PATH_OF_DISCOVERY")
|
|
9233
|
+
},
|
|
9234
|
+
{
|
|
9235
|
+
value: "COURT",
|
|
9236
|
+
text: i18n_default.t("COURT")
|
|
9087
9237
|
}
|
|
9088
9238
|
];
|
|
9089
9239
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -6560,7 +6560,7 @@ var SelectionTabFill = ({
|
|
|
6560
6560
|
selectedId,
|
|
6561
6561
|
handleSelectOnClick
|
|
6562
6562
|
}) => {
|
|
6563
|
-
return /* @__PURE__ */ jsx47("div", { className: "w-full flex flex-row bg-catchup-gray-50 gap-x-2 rounded-catchup-medium px-4 py-2 justify-center text-center", children: optionList.map((option) => /* @__PURE__ */ jsx47(
|
|
6563
|
+
return /* @__PURE__ */ jsx47("div", { className: "w-full flex flex-row bg-catchup-gray-50 gap-x-2 rounded-catchup-medium px-4 py-2 justify-center text-center", children: optionList.map((option, index) => /* @__PURE__ */ jsx47(
|
|
6564
6564
|
"div",
|
|
6565
6565
|
{
|
|
6566
6566
|
className: "cursor-pointer",
|
|
@@ -6574,7 +6574,8 @@ var SelectionTabFill = ({
|
|
|
6574
6574
|
children: option.title
|
|
6575
6575
|
}
|
|
6576
6576
|
)
|
|
6577
|
-
}
|
|
6577
|
+
},
|
|
6578
|
+
index
|
|
6578
6579
|
)) });
|
|
6579
6580
|
};
|
|
6580
6581
|
var SelectionTabFill_default = SelectionTabFill;
|
|
@@ -8873,27 +8874,176 @@ var retrieveTokenUsageSubTypeOptionList = () => {
|
|
|
8873
8874
|
var retrieveTeachingMethodologyOptionList = () => {
|
|
8874
8875
|
return [
|
|
8875
8876
|
{
|
|
8876
|
-
value: "
|
|
8877
|
-
text: i18n_default.t("
|
|
8877
|
+
value: "FIVE_E_LEARNING",
|
|
8878
|
+
text: i18n_default.t("FIVE_E_LEARNING")
|
|
8879
|
+
},
|
|
8880
|
+
{
|
|
8881
|
+
value: "STEM",
|
|
8882
|
+
text: i18n_default.t("STEM")
|
|
8883
|
+
},
|
|
8884
|
+
{
|
|
8885
|
+
value: "ARGUMENTATION",
|
|
8886
|
+
text: i18n_default.t("ARGUMENTATION")
|
|
8887
|
+
},
|
|
8888
|
+
{
|
|
8889
|
+
value: "GEMS_BASED_APPROACH",
|
|
8890
|
+
text: i18n_default.t("GEMS_BASED_APPROACH")
|
|
8891
|
+
},
|
|
8892
|
+
{
|
|
8893
|
+
value: "PROBLEM_BASED_LEARNING",
|
|
8894
|
+
text: i18n_default.t("PROBLEM_BASED_LEARNING")
|
|
8895
|
+
},
|
|
8896
|
+
{
|
|
8897
|
+
value: "PROJECT_BASED_LEARNING",
|
|
8898
|
+
text: i18n_default.t("PROJECT_BASED_LEARNING")
|
|
8899
|
+
},
|
|
8900
|
+
{
|
|
8901
|
+
value: "INQUIRY_BASED_LEARNING",
|
|
8902
|
+
text: i18n_default.t("INQUIRY_BASED_LEARNING")
|
|
8903
|
+
},
|
|
8904
|
+
{
|
|
8905
|
+
value: "SOCIAL_EMOTIONAL_LEARNING",
|
|
8906
|
+
text: i18n_default.t("SOCIAL_EMOTIONAL_LEARNING")
|
|
8907
|
+
},
|
|
8908
|
+
{
|
|
8909
|
+
value: "KINESTHETIC_LEARNING",
|
|
8910
|
+
text: i18n_default.t("KINESTHETIC_LEARNING")
|
|
8911
|
+
},
|
|
8912
|
+
{
|
|
8913
|
+
value: "COMMON_KNOWLEDGE_STRUCTURING_MODEL",
|
|
8914
|
+
text: i18n_default.t("COMMON_KNOWLEDGE_STRUCTURING_MODEL")
|
|
8915
|
+
},
|
|
8916
|
+
{
|
|
8917
|
+
value: "REFLECTIVE_LEARNING_TEACHING_APPROACH",
|
|
8918
|
+
text: i18n_default.t("REFLECTIVE_LEARNING_TEACHING_APPROACH")
|
|
8919
|
+
},
|
|
8920
|
+
{
|
|
8921
|
+
value: "AUTHENTIC_LEARNING_TEACHING_APPROACH",
|
|
8922
|
+
text: i18n_default.t("AUTHENTIC_LEARNING_TEACHING_APPROACH")
|
|
8923
|
+
},
|
|
8924
|
+
{
|
|
8925
|
+
value: "MODULAR_TEACHING_APPROACH",
|
|
8926
|
+
text: i18n_default.t("MODULAR_TEACHING_APPROACH")
|
|
8927
|
+
},
|
|
8928
|
+
{
|
|
8929
|
+
value: "GAME_BASED_LEARNING_TEACHING_APPROACH",
|
|
8930
|
+
text: i18n_default.t("GAME_BASED_LEARNING_TEACHING_APPROACH")
|
|
8931
|
+
},
|
|
8932
|
+
{
|
|
8933
|
+
value: "PROCESS_BASED_TEACHING_APPROACH",
|
|
8934
|
+
text: i18n_default.t("PROCESS_BASED_TEACHING_APPROACH")
|
|
8935
|
+
},
|
|
8936
|
+
{
|
|
8937
|
+
value: "SIX_THINKING_HATS",
|
|
8938
|
+
text: i18n_default.t("SIX_THINKING_HATS")
|
|
8939
|
+
},
|
|
8940
|
+
{
|
|
8941
|
+
value: "CONSTRUCTIVIST_LEARNING_APPROACH",
|
|
8942
|
+
text: i18n_default.t("CONSTRUCTIVIST_LEARNING_APPROACH")
|
|
8943
|
+
},
|
|
8944
|
+
{
|
|
8945
|
+
value: "SOCRATIC_QUESTIONING_METHOD",
|
|
8946
|
+
text: i18n_default.t("SOCRATIC_QUESTIONING_METHOD")
|
|
8947
|
+
},
|
|
8948
|
+
{
|
|
8949
|
+
value: "RAFT_STRATEGY",
|
|
8950
|
+
text: i18n_default.t("RAFT_STRATEGY")
|
|
8878
8951
|
}
|
|
8879
8952
|
];
|
|
8880
8953
|
};
|
|
8881
8954
|
var retrieveSubTeachingMethodologyOptionList = () => {
|
|
8882
8955
|
return [
|
|
8883
8956
|
{
|
|
8884
|
-
value: "
|
|
8885
|
-
text: i18n_default.t("
|
|
8886
|
-
parent: "ACTIVE_LEARNING"
|
|
8957
|
+
value: "STEM",
|
|
8958
|
+
text: i18n_default.t("STEM")
|
|
8887
8959
|
},
|
|
8888
8960
|
{
|
|
8889
|
-
value: "
|
|
8890
|
-
text: i18n_default.t("
|
|
8891
|
-
parent: "ACTIVE_LEARNING"
|
|
8961
|
+
value: "EXPERIMENT_AND_OBSERVATION",
|
|
8962
|
+
text: i18n_default.t("EXPERIMENT_AND_OBSERVATION")
|
|
8892
8963
|
},
|
|
8893
8964
|
{
|
|
8894
|
-
value: "
|
|
8895
|
-
text: i18n_default.t("
|
|
8896
|
-
|
|
8965
|
+
value: "RESEARCH",
|
|
8966
|
+
text: i18n_default.t("RESEARCH")
|
|
8967
|
+
},
|
|
8968
|
+
{
|
|
8969
|
+
value: "FLOW_MAP",
|
|
8970
|
+
text: i18n_default.t("FLOW_MAP")
|
|
8971
|
+
},
|
|
8972
|
+
{
|
|
8973
|
+
value: "GROUP_WORK",
|
|
8974
|
+
text: i18n_default.t("GROUP_WORK")
|
|
8975
|
+
},
|
|
8976
|
+
{
|
|
8977
|
+
value: "ARGUMENT",
|
|
8978
|
+
text: i18n_default.t("ARGUMENT")
|
|
8979
|
+
},
|
|
8980
|
+
{
|
|
8981
|
+
value: "DISCUSSION",
|
|
8982
|
+
text: i18n_default.t("DISCUSSION")
|
|
8983
|
+
},
|
|
8984
|
+
{
|
|
8985
|
+
value: "PANEL",
|
|
8986
|
+
text: i18n_default.t("PANEL")
|
|
8987
|
+
},
|
|
8988
|
+
{
|
|
8989
|
+
value: "OPEN_SESSION",
|
|
8990
|
+
text: i18n_default.t("OPEN_SESSION")
|
|
8991
|
+
},
|
|
8992
|
+
{
|
|
8993
|
+
value: "FORUM",
|
|
8994
|
+
text: i18n_default.t("FORUM")
|
|
8995
|
+
},
|
|
8996
|
+
{
|
|
8997
|
+
value: "QUESTION_ANSWER",
|
|
8998
|
+
text: i18n_default.t("QUESTION_ANSWER")
|
|
8999
|
+
},
|
|
9000
|
+
{
|
|
9001
|
+
value: "BRAINSTORMING",
|
|
9002
|
+
text: i18n_default.t("BRAINSTORMING")
|
|
9003
|
+
},
|
|
9004
|
+
{
|
|
9005
|
+
value: "CREATIVE_DRAMA",
|
|
9006
|
+
text: i18n_default.t("CREATIVE_DRAMA")
|
|
9007
|
+
},
|
|
9008
|
+
{
|
|
9009
|
+
value: "ROLE_PLAYING",
|
|
9010
|
+
text: i18n_default.t("ROLE_PLAYING")
|
|
9011
|
+
},
|
|
9012
|
+
{
|
|
9013
|
+
value: "CASE_STUDY",
|
|
9014
|
+
text: i18n_default.t("CASE_STUDY")
|
|
9015
|
+
},
|
|
9016
|
+
{
|
|
9017
|
+
value: "PROJECT_WORK",
|
|
9018
|
+
text: i18n_default.t("PROJECT_WORK")
|
|
9019
|
+
},
|
|
9020
|
+
{
|
|
9021
|
+
value: "CONCEPT_MAPS",
|
|
9022
|
+
text: i18n_default.t("CONCEPT_MAPS")
|
|
9023
|
+
},
|
|
9024
|
+
{
|
|
9025
|
+
value: "MIND_MAPS",
|
|
9026
|
+
text: i18n_default.t("MIND_MAPS")
|
|
9027
|
+
},
|
|
9028
|
+
{
|
|
9029
|
+
value: "CHAIN_MAPS",
|
|
9030
|
+
text: i18n_default.t("CHAIN_MAPS")
|
|
9031
|
+
},
|
|
9032
|
+
{
|
|
9033
|
+
value: "VENN_DIAGRAM",
|
|
9034
|
+
text: i18n_default.t("VENN_DIAGRAM")
|
|
9035
|
+
},
|
|
9036
|
+
{
|
|
9037
|
+
value: "STORY_COMPLETION",
|
|
9038
|
+
text: i18n_default.t("STORY_COMPLETION")
|
|
9039
|
+
},
|
|
9040
|
+
{
|
|
9041
|
+
value: "PATH_OF_DISCOVERY",
|
|
9042
|
+
text: i18n_default.t("PATH_OF_DISCOVERY")
|
|
9043
|
+
},
|
|
9044
|
+
{
|
|
9045
|
+
value: "COURT",
|
|
9046
|
+
text: i18n_default.t("COURT")
|
|
8897
9047
|
}
|
|
8898
9048
|
];
|
|
8899
9049
|
};
|
package/package.json
CHANGED
|
@@ -7,8 +7,9 @@ const SelectionTabFill = ({
|
|
|
7
7
|
}: ISelectionTabProps) => {
|
|
8
8
|
return (
|
|
9
9
|
<div className="w-full flex flex-row bg-catchup-gray-50 gap-x-2 rounded-catchup-medium px-4 py-2 justify-center text-center">
|
|
10
|
-
{optionList.map((option: any) => (
|
|
10
|
+
{optionList.map((option: any, index: number) => (
|
|
11
11
|
<div
|
|
12
|
+
key={index}
|
|
12
13
|
className="cursor-pointer"
|
|
13
14
|
onClick={() => {
|
|
14
15
|
handleSelectOnClick(option.id);
|
|
@@ -3,28 +3,177 @@ import i18n from "../language/i18n";
|
|
|
3
3
|
export const retrieveTeachingMethodologyOptionList = () => {
|
|
4
4
|
return [
|
|
5
5
|
{
|
|
6
|
-
value: "
|
|
7
|
-
text: i18n.t("
|
|
6
|
+
value: "FIVE_E_LEARNING",
|
|
7
|
+
text: i18n.t("FIVE_E_LEARNING"),
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
value: "STEM",
|
|
11
|
+
text: i18n.t("STEM"),
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
value: "ARGUMENTATION",
|
|
15
|
+
text: i18n.t("ARGUMENTATION"),
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
value: "GEMS_BASED_APPROACH",
|
|
19
|
+
text: i18n.t("GEMS_BASED_APPROACH"),
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
value: "PROBLEM_BASED_LEARNING",
|
|
23
|
+
text: i18n.t("PROBLEM_BASED_LEARNING"),
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
value: "PROJECT_BASED_LEARNING",
|
|
27
|
+
text: i18n.t("PROJECT_BASED_LEARNING"),
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
value: "INQUIRY_BASED_LEARNING",
|
|
31
|
+
text: i18n.t("INQUIRY_BASED_LEARNING"),
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
value: "SOCIAL_EMOTIONAL_LEARNING",
|
|
35
|
+
text: i18n.t("SOCIAL_EMOTIONAL_LEARNING"),
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
value: "KINESTHETIC_LEARNING",
|
|
39
|
+
text: i18n.t("KINESTHETIC_LEARNING"),
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
value: "COMMON_KNOWLEDGE_STRUCTURING_MODEL",
|
|
43
|
+
text: i18n.t("COMMON_KNOWLEDGE_STRUCTURING_MODEL"),
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
value: "REFLECTIVE_LEARNING_TEACHING_APPROACH",
|
|
47
|
+
text: i18n.t("REFLECTIVE_LEARNING_TEACHING_APPROACH"),
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
value: "AUTHENTIC_LEARNING_TEACHING_APPROACH",
|
|
51
|
+
text: i18n.t("AUTHENTIC_LEARNING_TEACHING_APPROACH"),
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
value: "MODULAR_TEACHING_APPROACH",
|
|
55
|
+
text: i18n.t("MODULAR_TEACHING_APPROACH"),
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
value: "GAME_BASED_LEARNING_TEACHING_APPROACH",
|
|
59
|
+
text: i18n.t("GAME_BASED_LEARNING_TEACHING_APPROACH"),
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
value: "PROCESS_BASED_TEACHING_APPROACH",
|
|
63
|
+
text: i18n.t("PROCESS_BASED_TEACHING_APPROACH"),
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
value: "SIX_THINKING_HATS",
|
|
67
|
+
text: i18n.t("SIX_THINKING_HATS"),
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
value: "CONSTRUCTIVIST_LEARNING_APPROACH",
|
|
71
|
+
text: i18n.t("CONSTRUCTIVIST_LEARNING_APPROACH"),
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
value: "SOCRATIC_QUESTIONING_METHOD",
|
|
75
|
+
text: i18n.t("SOCRATIC_QUESTIONING_METHOD"),
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
value: "RAFT_STRATEGY",
|
|
79
|
+
text: i18n.t("RAFT_STRATEGY"),
|
|
8
80
|
},
|
|
9
81
|
];
|
|
10
82
|
};
|
|
11
83
|
|
|
12
84
|
export const retrieveSubTeachingMethodologyOptionList = () => {
|
|
13
85
|
return [
|
|
14
|
-
{
|
|
15
|
-
value: "FIVE_E_LEARNING",
|
|
16
|
-
text: i18n.t("FIVE_E_LEARNING"),
|
|
17
|
-
parent: "ACTIVE_LEARNING",
|
|
18
|
-
},
|
|
19
86
|
{
|
|
20
87
|
value: "STEM",
|
|
21
88
|
text: i18n.t("STEM"),
|
|
22
|
-
parent: "ACTIVE_LEARNING",
|
|
23
89
|
},
|
|
24
90
|
{
|
|
25
|
-
value: "
|
|
26
|
-
text: i18n.t("
|
|
27
|
-
|
|
91
|
+
value: "EXPERIMENT_AND_OBSERVATION",
|
|
92
|
+
text: i18n.t("EXPERIMENT_AND_OBSERVATION"),
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
value: "RESEARCH",
|
|
96
|
+
text: i18n.t("RESEARCH"),
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
value: "FLOW_MAP",
|
|
100
|
+
text: i18n.t("FLOW_MAP"),
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
value: "GROUP_WORK",
|
|
104
|
+
text: i18n.t("GROUP_WORK"),
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
value: "ARGUMENT",
|
|
108
|
+
text: i18n.t("ARGUMENT"),
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
value: "DISCUSSION",
|
|
112
|
+
text: i18n.t("DISCUSSION"),
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
value: "PANEL",
|
|
116
|
+
text: i18n.t("PANEL"),
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
value: "OPEN_SESSION",
|
|
120
|
+
text: i18n.t("OPEN_SESSION"),
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
value: "FORUM",
|
|
124
|
+
text: i18n.t("FORUM"),
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
value: "QUESTION_ANSWER",
|
|
128
|
+
text: i18n.t("QUESTION_ANSWER"),
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
value: "BRAINSTORMING",
|
|
132
|
+
text: i18n.t("BRAINSTORMING"),
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
value: "CREATIVE_DRAMA",
|
|
136
|
+
text: i18n.t("CREATIVE_DRAMA"),
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
value: "ROLE_PLAYING",
|
|
140
|
+
text: i18n.t("ROLE_PLAYING"),
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
value: "CASE_STUDY",
|
|
144
|
+
text: i18n.t("CASE_STUDY"),
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
value: "PROJECT_WORK",
|
|
148
|
+
text: i18n.t("PROJECT_WORK"),
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
value: "CONCEPT_MAPS",
|
|
152
|
+
text: i18n.t("CONCEPT_MAPS"),
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
value: "MIND_MAPS",
|
|
156
|
+
text: i18n.t("MIND_MAPS"),
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
value: "CHAIN_MAPS",
|
|
160
|
+
text: i18n.t("CHAIN_MAPS"),
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
value: "VENN_DIAGRAM",
|
|
164
|
+
text: i18n.t("VENN_DIAGRAM"),
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
value: "STORY_COMPLETION",
|
|
168
|
+
text: i18n.t("STORY_COMPLETION"),
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
value: "PATH_OF_DISCOVERY",
|
|
172
|
+
text: i18n.t("PATH_OF_DISCOVERY"),
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
value: "COURT",
|
|
176
|
+
text: i18n.t("COURT"),
|
|
28
177
|
},
|
|
29
178
|
];
|
|
30
179
|
};
|