catchup-library-web 1.4.6 → 1.4.8
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 +5 -2
- package/dist/index.d.ts +5 -2
- package/dist/index.js +173 -10
- package/dist/index.mjs +172 -10
- package/package.json +1 -1
- package/src/utilization/PlanUtilization.ts +169 -7
package/dist/index.d.mts
CHANGED
|
@@ -698,6 +698,10 @@ declare const retrieveTokenUsageSubTypeOptionList: () => {
|
|
|
698
698
|
value: string;
|
|
699
699
|
}[];
|
|
700
700
|
|
|
701
|
+
declare const retrieveOutcomePlanTypeOptionList: () => {
|
|
702
|
+
value: string;
|
|
703
|
+
text: string;
|
|
704
|
+
}[];
|
|
701
705
|
declare const retrieveTeachingMethodologyOptionList: () => {
|
|
702
706
|
value: string;
|
|
703
707
|
text: string;
|
|
@@ -705,7 +709,6 @@ declare const retrieveTeachingMethodologyOptionList: () => {
|
|
|
705
709
|
declare const retrieveSubTeachingMethodologyOptionList: () => {
|
|
706
710
|
value: string;
|
|
707
711
|
text: string;
|
|
708
|
-
parent: string;
|
|
709
712
|
}[];
|
|
710
713
|
|
|
711
|
-
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 };
|
|
714
|
+
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, retrieveOutcomePlanTypeOptionList, 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
|
@@ -698,6 +698,10 @@ declare const retrieveTokenUsageSubTypeOptionList: () => {
|
|
|
698
698
|
value: string;
|
|
699
699
|
}[];
|
|
700
700
|
|
|
701
|
+
declare const retrieveOutcomePlanTypeOptionList: () => {
|
|
702
|
+
value: string;
|
|
703
|
+
text: string;
|
|
704
|
+
}[];
|
|
701
705
|
declare const retrieveTeachingMethodologyOptionList: () => {
|
|
702
706
|
value: string;
|
|
703
707
|
text: string;
|
|
@@ -705,7 +709,6 @@ declare const retrieveTeachingMethodologyOptionList: () => {
|
|
|
705
709
|
declare const retrieveSubTeachingMethodologyOptionList: () => {
|
|
706
710
|
value: string;
|
|
707
711
|
text: string;
|
|
708
|
-
parent: string;
|
|
709
712
|
}[];
|
|
710
713
|
|
|
711
|
-
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 };
|
|
714
|
+
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, retrieveOutcomePlanTypeOptionList, 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
|
@@ -202,6 +202,7 @@ __export(index_exports, {
|
|
|
202
202
|
retrieveInstitutionTypeOptionList: () => retrieveInstitutionTypeOptionList,
|
|
203
203
|
retrieveMonthNameByIndex: () => retrieveMonthNameByIndex,
|
|
204
204
|
retrieveOtherBadgeDTOList: () => retrieveOtherBadgeDTOList,
|
|
205
|
+
retrieveOutcomePlanTypeOptionList: () => retrieveOutcomePlanTypeOptionList,
|
|
205
206
|
retrievePhoneNumberAreaCodeList: () => retrievePhoneNumberAreaCodeList,
|
|
206
207
|
retrieveProvinceNameOptionList: () => retrieveProvinceNameOptionList,
|
|
207
208
|
retrieveReportTypeOptionList: () => retrieveReportTypeOptionList,
|
|
@@ -9061,30 +9062,191 @@ var retrieveTokenUsageSubTypeOptionList = () => {
|
|
|
9061
9062
|
};
|
|
9062
9063
|
|
|
9063
9064
|
// src/utilization/PlanUtilization.ts
|
|
9064
|
-
var
|
|
9065
|
+
var retrieveOutcomePlanTypeOptionList = () => {
|
|
9065
9066
|
return [
|
|
9066
9067
|
{
|
|
9067
|
-
value: "
|
|
9068
|
-
text: i18n_default.t("
|
|
9068
|
+
value: "PLAN",
|
|
9069
|
+
text: i18n_default.t("PLAN")
|
|
9070
|
+
},
|
|
9071
|
+
{
|
|
9072
|
+
value: "ACTIVITY",
|
|
9073
|
+
text: i18n_default.t("ACTIVITY")
|
|
9069
9074
|
}
|
|
9070
9075
|
];
|
|
9071
9076
|
};
|
|
9072
|
-
var
|
|
9077
|
+
var retrieveTeachingMethodologyOptionList = () => {
|
|
9073
9078
|
return [
|
|
9074
9079
|
{
|
|
9075
9080
|
value: "FIVE_E_LEARNING",
|
|
9076
|
-
text: i18n_default.t("FIVE_E_LEARNING")
|
|
9077
|
-
parent: "ACTIVE_LEARNING"
|
|
9081
|
+
text: i18n_default.t("FIVE_E_LEARNING")
|
|
9078
9082
|
},
|
|
9079
9083
|
{
|
|
9080
9084
|
value: "STEM",
|
|
9081
|
-
text: i18n_default.t("STEM")
|
|
9082
|
-
parent: "ACTIVE_LEARNING"
|
|
9085
|
+
text: i18n_default.t("STEM")
|
|
9083
9086
|
},
|
|
9084
9087
|
{
|
|
9085
9088
|
value: "ARGUMENTATION",
|
|
9086
|
-
text: i18n_default.t("ARGUMENTATION")
|
|
9087
|
-
|
|
9089
|
+
text: i18n_default.t("ARGUMENTATION")
|
|
9090
|
+
},
|
|
9091
|
+
{
|
|
9092
|
+
value: "GEMS_BASED_APPROACH",
|
|
9093
|
+
text: i18n_default.t("GEMS_BASED_APPROACH")
|
|
9094
|
+
},
|
|
9095
|
+
{
|
|
9096
|
+
value: "PROBLEM_BASED_LEARNING",
|
|
9097
|
+
text: i18n_default.t("PROBLEM_BASED_LEARNING")
|
|
9098
|
+
},
|
|
9099
|
+
{
|
|
9100
|
+
value: "PROJECT_BASED_LEARNING",
|
|
9101
|
+
text: i18n_default.t("PROJECT_BASED_LEARNING")
|
|
9102
|
+
},
|
|
9103
|
+
{
|
|
9104
|
+
value: "INQUIRY_BASED_LEARNING",
|
|
9105
|
+
text: i18n_default.t("INQUIRY_BASED_LEARNING")
|
|
9106
|
+
},
|
|
9107
|
+
{
|
|
9108
|
+
value: "SOCIAL_EMOTIONAL_LEARNING",
|
|
9109
|
+
text: i18n_default.t("SOCIAL_EMOTIONAL_LEARNING")
|
|
9110
|
+
},
|
|
9111
|
+
{
|
|
9112
|
+
value: "KINESTHETIC_LEARNING",
|
|
9113
|
+
text: i18n_default.t("KINESTHETIC_LEARNING")
|
|
9114
|
+
},
|
|
9115
|
+
{
|
|
9116
|
+
value: "COMMON_KNOWLEDGE_STRUCTURING_MODEL",
|
|
9117
|
+
text: i18n_default.t("COMMON_KNOWLEDGE_STRUCTURING_MODEL")
|
|
9118
|
+
},
|
|
9119
|
+
{
|
|
9120
|
+
value: "REFLECTIVE_LEARNING_TEACHING_APPROACH",
|
|
9121
|
+
text: i18n_default.t("REFLECTIVE_LEARNING_TEACHING_APPROACH")
|
|
9122
|
+
},
|
|
9123
|
+
{
|
|
9124
|
+
value: "AUTHENTIC_LEARNING_TEACHING_APPROACH",
|
|
9125
|
+
text: i18n_default.t("AUTHENTIC_LEARNING_TEACHING_APPROACH")
|
|
9126
|
+
},
|
|
9127
|
+
{
|
|
9128
|
+
value: "MODULAR_TEACHING_APPROACH",
|
|
9129
|
+
text: i18n_default.t("MODULAR_TEACHING_APPROACH")
|
|
9130
|
+
},
|
|
9131
|
+
{
|
|
9132
|
+
value: "GAME_BASED_LEARNING_TEACHING_APPROACH",
|
|
9133
|
+
text: i18n_default.t("GAME_BASED_LEARNING_TEACHING_APPROACH")
|
|
9134
|
+
},
|
|
9135
|
+
{
|
|
9136
|
+
value: "PROCESS_BASED_TEACHING_APPROACH",
|
|
9137
|
+
text: i18n_default.t("PROCESS_BASED_TEACHING_APPROACH")
|
|
9138
|
+
},
|
|
9139
|
+
{
|
|
9140
|
+
value: "SIX_THINKING_HATS",
|
|
9141
|
+
text: i18n_default.t("SIX_THINKING_HATS")
|
|
9142
|
+
},
|
|
9143
|
+
{
|
|
9144
|
+
value: "CONSTRUCTIVIST_LEARNING_APPROACH",
|
|
9145
|
+
text: i18n_default.t("CONSTRUCTIVIST_LEARNING_APPROACH")
|
|
9146
|
+
},
|
|
9147
|
+
{
|
|
9148
|
+
value: "SOCRATIC_QUESTIONING_METHOD",
|
|
9149
|
+
text: i18n_default.t("SOCRATIC_QUESTIONING_METHOD")
|
|
9150
|
+
},
|
|
9151
|
+
{
|
|
9152
|
+
value: "RAFT_STRATEGY",
|
|
9153
|
+
text: i18n_default.t("RAFT_STRATEGY")
|
|
9154
|
+
}
|
|
9155
|
+
];
|
|
9156
|
+
};
|
|
9157
|
+
var retrieveSubTeachingMethodologyOptionList = () => {
|
|
9158
|
+
return [
|
|
9159
|
+
{
|
|
9160
|
+
value: "STEM",
|
|
9161
|
+
text: i18n_default.t("STEM")
|
|
9162
|
+
},
|
|
9163
|
+
{
|
|
9164
|
+
value: "EXPERIMENT_AND_OBSERVATION",
|
|
9165
|
+
text: i18n_default.t("EXPERIMENT_AND_OBSERVATION")
|
|
9166
|
+
},
|
|
9167
|
+
{
|
|
9168
|
+
value: "RESEARCH",
|
|
9169
|
+
text: i18n_default.t("RESEARCH")
|
|
9170
|
+
},
|
|
9171
|
+
{
|
|
9172
|
+
value: "FLOW_MAP",
|
|
9173
|
+
text: i18n_default.t("FLOW_MAP")
|
|
9174
|
+
},
|
|
9175
|
+
{
|
|
9176
|
+
value: "GROUP_WORK",
|
|
9177
|
+
text: i18n_default.t("GROUP_WORK")
|
|
9178
|
+
},
|
|
9179
|
+
{
|
|
9180
|
+
value: "ARGUMENT",
|
|
9181
|
+
text: i18n_default.t("ARGUMENT")
|
|
9182
|
+
},
|
|
9183
|
+
{
|
|
9184
|
+
value: "DISCUSSION",
|
|
9185
|
+
text: i18n_default.t("DISCUSSION")
|
|
9186
|
+
},
|
|
9187
|
+
{
|
|
9188
|
+
value: "PANEL",
|
|
9189
|
+
text: i18n_default.t("PANEL")
|
|
9190
|
+
},
|
|
9191
|
+
{
|
|
9192
|
+
value: "OPEN_SESSION",
|
|
9193
|
+
text: i18n_default.t("OPEN_SESSION")
|
|
9194
|
+
},
|
|
9195
|
+
{
|
|
9196
|
+
value: "FORUM",
|
|
9197
|
+
text: i18n_default.t("FORUM")
|
|
9198
|
+
},
|
|
9199
|
+
{
|
|
9200
|
+
value: "QUESTION_ANSWER",
|
|
9201
|
+
text: i18n_default.t("QUESTION_ANSWER")
|
|
9202
|
+
},
|
|
9203
|
+
{
|
|
9204
|
+
value: "BRAINSTORMING",
|
|
9205
|
+
text: i18n_default.t("BRAINSTORMING")
|
|
9206
|
+
},
|
|
9207
|
+
{
|
|
9208
|
+
value: "CREATIVE_DRAMA",
|
|
9209
|
+
text: i18n_default.t("CREATIVE_DRAMA")
|
|
9210
|
+
},
|
|
9211
|
+
{
|
|
9212
|
+
value: "ROLE_PLAYING",
|
|
9213
|
+
text: i18n_default.t("ROLE_PLAYING")
|
|
9214
|
+
},
|
|
9215
|
+
{
|
|
9216
|
+
value: "CASE_STUDY",
|
|
9217
|
+
text: i18n_default.t("CASE_STUDY")
|
|
9218
|
+
},
|
|
9219
|
+
{
|
|
9220
|
+
value: "PROJECT_WORK",
|
|
9221
|
+
text: i18n_default.t("PROJECT_WORK")
|
|
9222
|
+
},
|
|
9223
|
+
{
|
|
9224
|
+
value: "CONCEPT_MAPS",
|
|
9225
|
+
text: i18n_default.t("CONCEPT_MAPS")
|
|
9226
|
+
},
|
|
9227
|
+
{
|
|
9228
|
+
value: "MIND_MAPS",
|
|
9229
|
+
text: i18n_default.t("MIND_MAPS")
|
|
9230
|
+
},
|
|
9231
|
+
{
|
|
9232
|
+
value: "CHAIN_MAPS",
|
|
9233
|
+
text: i18n_default.t("CHAIN_MAPS")
|
|
9234
|
+
},
|
|
9235
|
+
{
|
|
9236
|
+
value: "VENN_DIAGRAM",
|
|
9237
|
+
text: i18n_default.t("VENN_DIAGRAM")
|
|
9238
|
+
},
|
|
9239
|
+
{
|
|
9240
|
+
value: "STORY_COMPLETION",
|
|
9241
|
+
text: i18n_default.t("STORY_COMPLETION")
|
|
9242
|
+
},
|
|
9243
|
+
{
|
|
9244
|
+
value: "PATH_OF_DISCOVERY",
|
|
9245
|
+
text: i18n_default.t("PATH_OF_DISCOVERY")
|
|
9246
|
+
},
|
|
9247
|
+
{
|
|
9248
|
+
value: "COURT",
|
|
9249
|
+
text: i18n_default.t("COURT")
|
|
9088
9250
|
}
|
|
9089
9251
|
];
|
|
9090
9252
|
};
|
|
@@ -9225,6 +9387,7 @@ var retrieveSubTeachingMethodologyOptionList = () => {
|
|
|
9225
9387
|
retrieveInstitutionTypeOptionList,
|
|
9226
9388
|
retrieveMonthNameByIndex,
|
|
9227
9389
|
retrieveOtherBadgeDTOList,
|
|
9390
|
+
retrieveOutcomePlanTypeOptionList,
|
|
9228
9391
|
retrievePhoneNumberAreaCodeList,
|
|
9229
9392
|
retrieveProvinceNameOptionList,
|
|
9230
9393
|
retrieveReportTypeOptionList,
|
package/dist/index.mjs
CHANGED
|
@@ -8871,30 +8871,191 @@ var retrieveTokenUsageSubTypeOptionList = () => {
|
|
|
8871
8871
|
};
|
|
8872
8872
|
|
|
8873
8873
|
// src/utilization/PlanUtilization.ts
|
|
8874
|
-
var
|
|
8874
|
+
var retrieveOutcomePlanTypeOptionList = () => {
|
|
8875
8875
|
return [
|
|
8876
8876
|
{
|
|
8877
|
-
value: "
|
|
8878
|
-
text: i18n_default.t("
|
|
8877
|
+
value: "PLAN",
|
|
8878
|
+
text: i18n_default.t("PLAN")
|
|
8879
|
+
},
|
|
8880
|
+
{
|
|
8881
|
+
value: "ACTIVITY",
|
|
8882
|
+
text: i18n_default.t("ACTIVITY")
|
|
8879
8883
|
}
|
|
8880
8884
|
];
|
|
8881
8885
|
};
|
|
8882
|
-
var
|
|
8886
|
+
var retrieveTeachingMethodologyOptionList = () => {
|
|
8883
8887
|
return [
|
|
8884
8888
|
{
|
|
8885
8889
|
value: "FIVE_E_LEARNING",
|
|
8886
|
-
text: i18n_default.t("FIVE_E_LEARNING")
|
|
8887
|
-
parent: "ACTIVE_LEARNING"
|
|
8890
|
+
text: i18n_default.t("FIVE_E_LEARNING")
|
|
8888
8891
|
},
|
|
8889
8892
|
{
|
|
8890
8893
|
value: "STEM",
|
|
8891
|
-
text: i18n_default.t("STEM")
|
|
8892
|
-
parent: "ACTIVE_LEARNING"
|
|
8894
|
+
text: i18n_default.t("STEM")
|
|
8893
8895
|
},
|
|
8894
8896
|
{
|
|
8895
8897
|
value: "ARGUMENTATION",
|
|
8896
|
-
text: i18n_default.t("ARGUMENTATION")
|
|
8897
|
-
|
|
8898
|
+
text: i18n_default.t("ARGUMENTATION")
|
|
8899
|
+
},
|
|
8900
|
+
{
|
|
8901
|
+
value: "GEMS_BASED_APPROACH",
|
|
8902
|
+
text: i18n_default.t("GEMS_BASED_APPROACH")
|
|
8903
|
+
},
|
|
8904
|
+
{
|
|
8905
|
+
value: "PROBLEM_BASED_LEARNING",
|
|
8906
|
+
text: i18n_default.t("PROBLEM_BASED_LEARNING")
|
|
8907
|
+
},
|
|
8908
|
+
{
|
|
8909
|
+
value: "PROJECT_BASED_LEARNING",
|
|
8910
|
+
text: i18n_default.t("PROJECT_BASED_LEARNING")
|
|
8911
|
+
},
|
|
8912
|
+
{
|
|
8913
|
+
value: "INQUIRY_BASED_LEARNING",
|
|
8914
|
+
text: i18n_default.t("INQUIRY_BASED_LEARNING")
|
|
8915
|
+
},
|
|
8916
|
+
{
|
|
8917
|
+
value: "SOCIAL_EMOTIONAL_LEARNING",
|
|
8918
|
+
text: i18n_default.t("SOCIAL_EMOTIONAL_LEARNING")
|
|
8919
|
+
},
|
|
8920
|
+
{
|
|
8921
|
+
value: "KINESTHETIC_LEARNING",
|
|
8922
|
+
text: i18n_default.t("KINESTHETIC_LEARNING")
|
|
8923
|
+
},
|
|
8924
|
+
{
|
|
8925
|
+
value: "COMMON_KNOWLEDGE_STRUCTURING_MODEL",
|
|
8926
|
+
text: i18n_default.t("COMMON_KNOWLEDGE_STRUCTURING_MODEL")
|
|
8927
|
+
},
|
|
8928
|
+
{
|
|
8929
|
+
value: "REFLECTIVE_LEARNING_TEACHING_APPROACH",
|
|
8930
|
+
text: i18n_default.t("REFLECTIVE_LEARNING_TEACHING_APPROACH")
|
|
8931
|
+
},
|
|
8932
|
+
{
|
|
8933
|
+
value: "AUTHENTIC_LEARNING_TEACHING_APPROACH",
|
|
8934
|
+
text: i18n_default.t("AUTHENTIC_LEARNING_TEACHING_APPROACH")
|
|
8935
|
+
},
|
|
8936
|
+
{
|
|
8937
|
+
value: "MODULAR_TEACHING_APPROACH",
|
|
8938
|
+
text: i18n_default.t("MODULAR_TEACHING_APPROACH")
|
|
8939
|
+
},
|
|
8940
|
+
{
|
|
8941
|
+
value: "GAME_BASED_LEARNING_TEACHING_APPROACH",
|
|
8942
|
+
text: i18n_default.t("GAME_BASED_LEARNING_TEACHING_APPROACH")
|
|
8943
|
+
},
|
|
8944
|
+
{
|
|
8945
|
+
value: "PROCESS_BASED_TEACHING_APPROACH",
|
|
8946
|
+
text: i18n_default.t("PROCESS_BASED_TEACHING_APPROACH")
|
|
8947
|
+
},
|
|
8948
|
+
{
|
|
8949
|
+
value: "SIX_THINKING_HATS",
|
|
8950
|
+
text: i18n_default.t("SIX_THINKING_HATS")
|
|
8951
|
+
},
|
|
8952
|
+
{
|
|
8953
|
+
value: "CONSTRUCTIVIST_LEARNING_APPROACH",
|
|
8954
|
+
text: i18n_default.t("CONSTRUCTIVIST_LEARNING_APPROACH")
|
|
8955
|
+
},
|
|
8956
|
+
{
|
|
8957
|
+
value: "SOCRATIC_QUESTIONING_METHOD",
|
|
8958
|
+
text: i18n_default.t("SOCRATIC_QUESTIONING_METHOD")
|
|
8959
|
+
},
|
|
8960
|
+
{
|
|
8961
|
+
value: "RAFT_STRATEGY",
|
|
8962
|
+
text: i18n_default.t("RAFT_STRATEGY")
|
|
8963
|
+
}
|
|
8964
|
+
];
|
|
8965
|
+
};
|
|
8966
|
+
var retrieveSubTeachingMethodologyOptionList = () => {
|
|
8967
|
+
return [
|
|
8968
|
+
{
|
|
8969
|
+
value: "STEM",
|
|
8970
|
+
text: i18n_default.t("STEM")
|
|
8971
|
+
},
|
|
8972
|
+
{
|
|
8973
|
+
value: "EXPERIMENT_AND_OBSERVATION",
|
|
8974
|
+
text: i18n_default.t("EXPERIMENT_AND_OBSERVATION")
|
|
8975
|
+
},
|
|
8976
|
+
{
|
|
8977
|
+
value: "RESEARCH",
|
|
8978
|
+
text: i18n_default.t("RESEARCH")
|
|
8979
|
+
},
|
|
8980
|
+
{
|
|
8981
|
+
value: "FLOW_MAP",
|
|
8982
|
+
text: i18n_default.t("FLOW_MAP")
|
|
8983
|
+
},
|
|
8984
|
+
{
|
|
8985
|
+
value: "GROUP_WORK",
|
|
8986
|
+
text: i18n_default.t("GROUP_WORK")
|
|
8987
|
+
},
|
|
8988
|
+
{
|
|
8989
|
+
value: "ARGUMENT",
|
|
8990
|
+
text: i18n_default.t("ARGUMENT")
|
|
8991
|
+
},
|
|
8992
|
+
{
|
|
8993
|
+
value: "DISCUSSION",
|
|
8994
|
+
text: i18n_default.t("DISCUSSION")
|
|
8995
|
+
},
|
|
8996
|
+
{
|
|
8997
|
+
value: "PANEL",
|
|
8998
|
+
text: i18n_default.t("PANEL")
|
|
8999
|
+
},
|
|
9000
|
+
{
|
|
9001
|
+
value: "OPEN_SESSION",
|
|
9002
|
+
text: i18n_default.t("OPEN_SESSION")
|
|
9003
|
+
},
|
|
9004
|
+
{
|
|
9005
|
+
value: "FORUM",
|
|
9006
|
+
text: i18n_default.t("FORUM")
|
|
9007
|
+
},
|
|
9008
|
+
{
|
|
9009
|
+
value: "QUESTION_ANSWER",
|
|
9010
|
+
text: i18n_default.t("QUESTION_ANSWER")
|
|
9011
|
+
},
|
|
9012
|
+
{
|
|
9013
|
+
value: "BRAINSTORMING",
|
|
9014
|
+
text: i18n_default.t("BRAINSTORMING")
|
|
9015
|
+
},
|
|
9016
|
+
{
|
|
9017
|
+
value: "CREATIVE_DRAMA",
|
|
9018
|
+
text: i18n_default.t("CREATIVE_DRAMA")
|
|
9019
|
+
},
|
|
9020
|
+
{
|
|
9021
|
+
value: "ROLE_PLAYING",
|
|
9022
|
+
text: i18n_default.t("ROLE_PLAYING")
|
|
9023
|
+
},
|
|
9024
|
+
{
|
|
9025
|
+
value: "CASE_STUDY",
|
|
9026
|
+
text: i18n_default.t("CASE_STUDY")
|
|
9027
|
+
},
|
|
9028
|
+
{
|
|
9029
|
+
value: "PROJECT_WORK",
|
|
9030
|
+
text: i18n_default.t("PROJECT_WORK")
|
|
9031
|
+
},
|
|
9032
|
+
{
|
|
9033
|
+
value: "CONCEPT_MAPS",
|
|
9034
|
+
text: i18n_default.t("CONCEPT_MAPS")
|
|
9035
|
+
},
|
|
9036
|
+
{
|
|
9037
|
+
value: "MIND_MAPS",
|
|
9038
|
+
text: i18n_default.t("MIND_MAPS")
|
|
9039
|
+
},
|
|
9040
|
+
{
|
|
9041
|
+
value: "CHAIN_MAPS",
|
|
9042
|
+
text: i18n_default.t("CHAIN_MAPS")
|
|
9043
|
+
},
|
|
9044
|
+
{
|
|
9045
|
+
value: "VENN_DIAGRAM",
|
|
9046
|
+
text: i18n_default.t("VENN_DIAGRAM")
|
|
9047
|
+
},
|
|
9048
|
+
{
|
|
9049
|
+
value: "STORY_COMPLETION",
|
|
9050
|
+
text: i18n_default.t("STORY_COMPLETION")
|
|
9051
|
+
},
|
|
9052
|
+
{
|
|
9053
|
+
value: "PATH_OF_DISCOVERY",
|
|
9054
|
+
text: i18n_default.t("PATH_OF_DISCOVERY")
|
|
9055
|
+
},
|
|
9056
|
+
{
|
|
9057
|
+
value: "COURT",
|
|
9058
|
+
text: i18n_default.t("COURT")
|
|
8898
9059
|
}
|
|
8899
9060
|
];
|
|
8900
9061
|
};
|
|
@@ -9034,6 +9195,7 @@ export {
|
|
|
9034
9195
|
retrieveInstitutionTypeOptionList,
|
|
9035
9196
|
retrieveMonthNameByIndex,
|
|
9036
9197
|
retrieveOtherBadgeDTOList,
|
|
9198
|
+
retrieveOutcomePlanTypeOptionList,
|
|
9037
9199
|
retrievePhoneNumberAreaCodeList,
|
|
9038
9200
|
retrieveProvinceNameOptionList,
|
|
9039
9201
|
retrieveReportTypeOptionList,
|
package/package.json
CHANGED
|
@@ -1,30 +1,192 @@
|
|
|
1
1
|
import i18n from "../language/i18n";
|
|
2
2
|
|
|
3
|
-
export const
|
|
3
|
+
export const retrieveOutcomePlanTypeOptionList = () => {
|
|
4
4
|
return [
|
|
5
5
|
{
|
|
6
|
-
value: "
|
|
7
|
-
text: i18n.t("
|
|
6
|
+
value: "PLAN",
|
|
7
|
+
text: i18n.t("PLAN"),
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
value: "ACTIVITY",
|
|
11
|
+
text: i18n.t("ACTIVITY"),
|
|
8
12
|
},
|
|
9
13
|
];
|
|
10
14
|
};
|
|
11
15
|
|
|
12
|
-
export const
|
|
16
|
+
export const retrieveTeachingMethodologyOptionList = () => {
|
|
13
17
|
return [
|
|
14
18
|
{
|
|
15
19
|
value: "FIVE_E_LEARNING",
|
|
16
20
|
text: i18n.t("FIVE_E_LEARNING"),
|
|
17
|
-
parent: "ACTIVE_LEARNING",
|
|
18
21
|
},
|
|
19
22
|
{
|
|
20
23
|
value: "STEM",
|
|
21
24
|
text: i18n.t("STEM"),
|
|
22
|
-
parent: "ACTIVE_LEARNING",
|
|
23
25
|
},
|
|
24
26
|
{
|
|
25
27
|
value: "ARGUMENTATION",
|
|
26
28
|
text: i18n.t("ARGUMENTATION"),
|
|
27
|
-
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
value: "GEMS_BASED_APPROACH",
|
|
32
|
+
text: i18n.t("GEMS_BASED_APPROACH"),
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
value: "PROBLEM_BASED_LEARNING",
|
|
36
|
+
text: i18n.t("PROBLEM_BASED_LEARNING"),
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
value: "PROJECT_BASED_LEARNING",
|
|
40
|
+
text: i18n.t("PROJECT_BASED_LEARNING"),
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
value: "INQUIRY_BASED_LEARNING",
|
|
44
|
+
text: i18n.t("INQUIRY_BASED_LEARNING"),
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
value: "SOCIAL_EMOTIONAL_LEARNING",
|
|
48
|
+
text: i18n.t("SOCIAL_EMOTIONAL_LEARNING"),
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
value: "KINESTHETIC_LEARNING",
|
|
52
|
+
text: i18n.t("KINESTHETIC_LEARNING"),
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
value: "COMMON_KNOWLEDGE_STRUCTURING_MODEL",
|
|
56
|
+
text: i18n.t("COMMON_KNOWLEDGE_STRUCTURING_MODEL"),
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
value: "REFLECTIVE_LEARNING_TEACHING_APPROACH",
|
|
60
|
+
text: i18n.t("REFLECTIVE_LEARNING_TEACHING_APPROACH"),
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
value: "AUTHENTIC_LEARNING_TEACHING_APPROACH",
|
|
64
|
+
text: i18n.t("AUTHENTIC_LEARNING_TEACHING_APPROACH"),
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
value: "MODULAR_TEACHING_APPROACH",
|
|
68
|
+
text: i18n.t("MODULAR_TEACHING_APPROACH"),
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
value: "GAME_BASED_LEARNING_TEACHING_APPROACH",
|
|
72
|
+
text: i18n.t("GAME_BASED_LEARNING_TEACHING_APPROACH"),
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
value: "PROCESS_BASED_TEACHING_APPROACH",
|
|
76
|
+
text: i18n.t("PROCESS_BASED_TEACHING_APPROACH"),
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
value: "SIX_THINKING_HATS",
|
|
80
|
+
text: i18n.t("SIX_THINKING_HATS"),
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
value: "CONSTRUCTIVIST_LEARNING_APPROACH",
|
|
84
|
+
text: i18n.t("CONSTRUCTIVIST_LEARNING_APPROACH"),
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
value: "SOCRATIC_QUESTIONING_METHOD",
|
|
88
|
+
text: i18n.t("SOCRATIC_QUESTIONING_METHOD"),
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
value: "RAFT_STRATEGY",
|
|
92
|
+
text: i18n.t("RAFT_STRATEGY"),
|
|
93
|
+
},
|
|
94
|
+
];
|
|
95
|
+
};
|
|
96
|
+
|
|
97
|
+
export const retrieveSubTeachingMethodologyOptionList = () => {
|
|
98
|
+
return [
|
|
99
|
+
{
|
|
100
|
+
value: "STEM",
|
|
101
|
+
text: i18n.t("STEM"),
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
value: "EXPERIMENT_AND_OBSERVATION",
|
|
105
|
+
text: i18n.t("EXPERIMENT_AND_OBSERVATION"),
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
value: "RESEARCH",
|
|
109
|
+
text: i18n.t("RESEARCH"),
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
value: "FLOW_MAP",
|
|
113
|
+
text: i18n.t("FLOW_MAP"),
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
value: "GROUP_WORK",
|
|
117
|
+
text: i18n.t("GROUP_WORK"),
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
value: "ARGUMENT",
|
|
121
|
+
text: i18n.t("ARGUMENT"),
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
value: "DISCUSSION",
|
|
125
|
+
text: i18n.t("DISCUSSION"),
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
value: "PANEL",
|
|
129
|
+
text: i18n.t("PANEL"),
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
value: "OPEN_SESSION",
|
|
133
|
+
text: i18n.t("OPEN_SESSION"),
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
value: "FORUM",
|
|
137
|
+
text: i18n.t("FORUM"),
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
value: "QUESTION_ANSWER",
|
|
141
|
+
text: i18n.t("QUESTION_ANSWER"),
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
value: "BRAINSTORMING",
|
|
145
|
+
text: i18n.t("BRAINSTORMING"),
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
value: "CREATIVE_DRAMA",
|
|
149
|
+
text: i18n.t("CREATIVE_DRAMA"),
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
value: "ROLE_PLAYING",
|
|
153
|
+
text: i18n.t("ROLE_PLAYING"),
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
value: "CASE_STUDY",
|
|
157
|
+
text: i18n.t("CASE_STUDY"),
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
value: "PROJECT_WORK",
|
|
161
|
+
text: i18n.t("PROJECT_WORK"),
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
value: "CONCEPT_MAPS",
|
|
165
|
+
text: i18n.t("CONCEPT_MAPS"),
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
value: "MIND_MAPS",
|
|
169
|
+
text: i18n.t("MIND_MAPS"),
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
value: "CHAIN_MAPS",
|
|
173
|
+
text: i18n.t("CHAIN_MAPS"),
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
value: "VENN_DIAGRAM",
|
|
177
|
+
text: i18n.t("VENN_DIAGRAM"),
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
value: "STORY_COMPLETION",
|
|
181
|
+
text: i18n.t("STORY_COMPLETION"),
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
value: "PATH_OF_DISCOVERY",
|
|
185
|
+
text: i18n.t("PATH_OF_DISCOVERY"),
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
value: "COURT",
|
|
189
|
+
text: i18n.t("COURT"),
|
|
28
190
|
},
|
|
29
191
|
];
|
|
30
192
|
};
|