mario-core 2.9.413-feedback → 2.9.413-wellbeing
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.ts +2 -2
- package/dist/index.js +375 -8
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +375 -9
- package/dist/index.modern.js.map +1 -1
- package/dist/redux/commons/action.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -67,7 +67,7 @@ import utcToLocalTime from "./utils/utcToLocalTime";
|
|
|
67
67
|
import getStaticFileUrl from "./utils/getStaticFileUrl";
|
|
68
68
|
import getCookieValue from "./utils/getCookieValue";
|
|
69
69
|
import { uploadFile, systemStudentBadge, systemCertificateUpload } from "./services/fileServices";
|
|
70
|
-
import { setLoading, setModal, setAlert, setUser, reset, setCurrentStudentId, setCurrentStudentUserId, setCurrentStudentName, setTurnOffPassWhenChangeMode, showMenuBar, showFontSize, initAmplitude } from "./redux/commons/action";
|
|
70
|
+
import { setLoading, setModal, setAlert, setUser, reset, setCurrentStudentId, setCurrentStudentUserId, setCurrentStudentName, setTurnOffPassWhenChangeMode, showMenuBar, showFontSize, initAmplitude, setEnableWellBeing } from "./redux/commons/action";
|
|
71
71
|
import { setClassList } from "./redux/classes/action";
|
|
72
72
|
import { setConferenceRubricList } from "./redux/conferenceRubrics/action";
|
|
73
73
|
import { setSuggestionList } from "./redux/suggestionBanks/action";
|
|
@@ -114,4 +114,4 @@ import useFilters from "./hooks/useFilters";
|
|
|
114
114
|
import * as amplitude from "@amplitude/analytics-browser";
|
|
115
115
|
import { setWeeklyQuestList, setOpenModelCongratulation } from "./redux/weeklyQuests/action";
|
|
116
116
|
declare const amplitudeClient: typeof amplitude;
|
|
117
|
-
export { Login, Dashboard, TheLayout, TheContent, NotFound, EmailTemplateList, EmailTemplateDetail, FaqList, SkillList, UserList, UserContainer, UserDetail, Loading, NotificationModal, CommonHeader, CommonModal, NotificationLogoutModal, AddButton, DeleteButtonIcon, EditButtonIcon, LinkEditButton, ToggleButton, EmptyDataAlert, SandboxAlert, CreatableSelector, CustomPagination, SearchBox, FileInput, QuitPrompt, QuestionTypeSelector, QuestionCategorySelector, SuggestionCategorySelector, CategorySelector, ErrorHandler, DetailActionButtons, RequiredLabel, StarRatingSelector, ReactNotification, NotificationList, CustomSelector, UploadFileButton, SearchBoxContainer, CustomTab, CommonAlert, GalleryList, MediaList, useGalleryList, AcademicClassSelector, SchoolList, store, showMenuBar, showFontSize, setLoading, setModal, setAlert, setClassList, setConferenceRubricList, setSuggestionList, setStrategyList, setSubjectList, setLearningSupportCategoryList, setQuestionList, setUserList, setStudentList, setBadgeList, setGoalExampleList, setSemesterList, setFeedbackList, setAssessmentList, setQuestionByCategory, setSelectQuestion, setMoveItemQuestion, setReflectionList, setReflectionResultList, setEditItemQuesion, setResetQuestionList, setMailCategory, setUser, setAssignmentList, setAssistantList, setSessionTemplateList, setTutorialScreenList, setSessionTemplateGeneralClassList, setCustomAlertList, setCertificateList, closeTab, addTab, editTab, clearTab, changeNote, changeTags, answerQuestion, setSessionPlayer, setStartTime, setTurnOffPassWhenChangeMode, reset, setImproveMyClass, setSchoolBlankDayList, setEnableIEP, setEnableSurvey, setEnableMarioAi, setConversationOneToOne, setLanguage, setWeeklyQuestList, setOpenModelCongratulation, setSandboxMode, i18n, useTranslation, I18nextProvider, api, apiUpload, uploadFile, systemStudentBadge, systemCertificateUpload, BASE_URL, DEFAULT_FILTER, LICENSE_AGGRID, TINY_MCE_API_KEY, QUESTION_TYPES, QUESTION_TYPES_OPTIONS, ANSWER_EDITOR_HEIGHT, CHAT_CHANNEL, NOTIFICATION_CHANNEL, DATE_RESULT, DATE_FORMAT, FULL_DATE_RESULT, ACCESS_TOKEN, NOTIFICATION_ALERT_KEY, GOOGLE_RECAPTCHA_KEY, DEFAULT_LANGUAGE_CODE, LANGUAGES, SUPPORTED_LANGUAGES_CODE, EMOTIONS, TAB_COLORS, SANDBOX_NOTIFICATION, Filter, Conversation, Message, ConversationMember, NavbarTab, editorConfig, generateRandomString, isInViewport, debounce, firstCheckToken, canAccessRoute, getFileUrl, getTextFromHTML, utcToLocalTime, getInfo, Images, setQuestionCateList, setMyStudent, setDataPlayer, answerQuestionDataPlayer, setCurrentStudentUserId, setCurrentStudentId, setCurrentStudentName, setFilterWidget, setBandScoreList, setStudentIdSelectedByTeacher, useFilters, ScrollToTop, initAmplitude, amplitudeClient, INIT_AMPLITUDE_KEY_STAGE, INIT_AMPLITUDE_KEY_PROD, isLocalhost, getStaticFileUrl, IS_USER_SESSION_BROWSER, getCookieValue };
|
|
117
|
+
export { Login, Dashboard, TheLayout, TheContent, NotFound, EmailTemplateList, EmailTemplateDetail, FaqList, SkillList, UserList, UserContainer, UserDetail, Loading, NotificationModal, CommonHeader, CommonModal, NotificationLogoutModal, AddButton, DeleteButtonIcon, EditButtonIcon, LinkEditButton, ToggleButton, EmptyDataAlert, SandboxAlert, CreatableSelector, CustomPagination, SearchBox, FileInput, QuitPrompt, QuestionTypeSelector, QuestionCategorySelector, SuggestionCategorySelector, CategorySelector, ErrorHandler, DetailActionButtons, RequiredLabel, StarRatingSelector, ReactNotification, NotificationList, CustomSelector, UploadFileButton, SearchBoxContainer, CustomTab, CommonAlert, GalleryList, MediaList, useGalleryList, AcademicClassSelector, SchoolList, store, showMenuBar, showFontSize, setLoading, setModal, setAlert, setClassList, setConferenceRubricList, setSuggestionList, setStrategyList, setSubjectList, setLearningSupportCategoryList, setQuestionList, setUserList, setStudentList, setBadgeList, setGoalExampleList, setSemesterList, setFeedbackList, setAssessmentList, setQuestionByCategory, setSelectQuestion, setMoveItemQuestion, setReflectionList, setReflectionResultList, setEditItemQuesion, setResetQuestionList, setMailCategory, setUser, setAssignmentList, setAssistantList, setSessionTemplateList, setTutorialScreenList, setSessionTemplateGeneralClassList, setCustomAlertList, setCertificateList, closeTab, addTab, editTab, clearTab, changeNote, changeTags, answerQuestion, setSessionPlayer, setStartTime, setTurnOffPassWhenChangeMode, reset, setImproveMyClass, setSchoolBlankDayList, setEnableIEP, setEnableSurvey, setEnableMarioAi, setConversationOneToOne, setLanguage, setWeeklyQuestList, setOpenModelCongratulation, setSandboxMode, i18n, useTranslation, I18nextProvider, api, apiUpload, uploadFile, systemStudentBadge, systemCertificateUpload, BASE_URL, DEFAULT_FILTER, LICENSE_AGGRID, TINY_MCE_API_KEY, QUESTION_TYPES, QUESTION_TYPES_OPTIONS, ANSWER_EDITOR_HEIGHT, CHAT_CHANNEL, NOTIFICATION_CHANNEL, DATE_RESULT, DATE_FORMAT, FULL_DATE_RESULT, ACCESS_TOKEN, NOTIFICATION_ALERT_KEY, GOOGLE_RECAPTCHA_KEY, DEFAULT_LANGUAGE_CODE, LANGUAGES, SUPPORTED_LANGUAGES_CODE, EMOTIONS, TAB_COLORS, SANDBOX_NOTIFICATION, Filter, Conversation, Message, ConversationMember, NavbarTab, editorConfig, generateRandomString, isInViewport, debounce, firstCheckToken, canAccessRoute, getFileUrl, getTextFromHTML, utcToLocalTime, getInfo, Images, setQuestionCateList, setMyStudent, setDataPlayer, answerQuestionDataPlayer, setCurrentStudentUserId, setCurrentStudentId, setCurrentStudentName, setFilterWidget, setBandScoreList, setStudentIdSelectedByTeacher, useFilters, ScrollToTop, initAmplitude, amplitudeClient, INIT_AMPLITUDE_KEY_STAGE, INIT_AMPLITUDE_KEY_PROD, isLocalhost, getStaticFileUrl, IS_USER_SESSION_BROWSER, getCookieValue, setEnableWellBeing };
|
package/dist/index.js
CHANGED
|
@@ -2183,6 +2183,42 @@ var save_note = "Save note";
|
|
|
2183
2183
|
var type_the_main_focus_of_this_session = "Type the main focus of this session";
|
|
2184
2184
|
var please_add_title_note = "Please add note title";
|
|
2185
2185
|
var notes_and_logs = "Notes and Logs";
|
|
2186
|
+
var my_well_being = "My Well-being";
|
|
2187
|
+
var my_well_Being_check_in = "My Well-Being Check-in";
|
|
2188
|
+
var my_sessions = "My Sessions";
|
|
2189
|
+
var your_personal_data_will_not_be_shared_with_anyone_else = "Your personal data will <strong>not be shared</strong> with anyone else";
|
|
2190
|
+
var school_leadership_will_only_see_aggregated_data = "School leadership will only see aggregated data.";
|
|
2191
|
+
var save_filters = "Save Filters";
|
|
2192
|
+
var clear_all_filters = "Clear All Filters";
|
|
2193
|
+
var my_well_being_check_in = "My Well-Being Check-in";
|
|
2194
|
+
var unless_you_specifically_choose_to_do_this = "unless you specifically choose to do this.";
|
|
2195
|
+
var physical_well_being = "Physical Well-Being";
|
|
2196
|
+
var emotional_well_being = "Emotional Well-Being";
|
|
2197
|
+
var social_well_being_relationships = "Social Well-Being - Relationships";
|
|
2198
|
+
var social_well_being_environment = "Social Well-Being - Environment";
|
|
2199
|
+
var intellectual_well_being = "Intellectual Well-Being";
|
|
2200
|
+
var colleague_or_staff_member_you_like_to_praise_or_thank = "Colleague or staff member you'd like to praise or thank?";
|
|
2201
|
+
var wellbeing_finished = "Wellbeing Finished";
|
|
2202
|
+
var check_in = "Check-in";
|
|
2203
|
+
var take_a_moment_for_you = "Take a Moment for You";
|
|
2204
|
+
var it_s_time_to_take_care_of_yourself_start_your_well_being_check_in_to_reflect_on_how_you_re_doing_and_receive_the_support_you_deserve = "It’s time to take care of yourself. Start your Well-Being Check-In to reflect on how you’re doing and receive the support you deserve.";
|
|
2205
|
+
var start_check_in_now = "START CHECK-IN NOW";
|
|
2206
|
+
var i_ll_do_it_later = "I'LL DO IT LATER";
|
|
2207
|
+
var survey_portal = "Survey Portal";
|
|
2208
|
+
var external_api = "External Api";
|
|
2209
|
+
var teacher_well_being = "Teacher Well-Being";
|
|
2210
|
+
var frequency_and_setup = "Frequency and Setup";
|
|
2211
|
+
var well_being_dashboard = "Well-Being Dashboard";
|
|
2212
|
+
var go_to_dashboard = "Go to dashboard";
|
|
2213
|
+
var your_responses_have_been_recorded_and_will_help_us_better_understand_and_support_your_well_being_journey = "Your responses have been recorded and will help us better understand and support your well-being journey.";
|
|
2214
|
+
var you_can_view_your_personal_well_being_dashboard_anytime_to_track_your_progress_over_time = "You can view your personal well-being dashboard anytime to track your progress over time.";
|
|
2215
|
+
var remember_your_individual_responses_remain_private_and_confidential_only_aggregated_data_is_shared_with_school_leadership = "Remember: Your individual responses remain private and confidential. Only aggregated data is shared with school leadership.";
|
|
2216
|
+
var check_in_complete = "Check-in Complete!";
|
|
2217
|
+
var schedule_a_conversation = "Schedule a Conversation";
|
|
2218
|
+
var select_a_contact_to_speak_with = "Select a contact to speak with";
|
|
2219
|
+
var what_would_you_like_to_discuss = "What would you like to discuss?";
|
|
2220
|
+
var please_describe_what_you_d_like_to_talk_about_or_any_specific_concerns_you_have = "Please describe what you'd like to talk about or any specific concerns you have...";
|
|
2221
|
+
var wellbeing_sections = "Wellbeing Sections";
|
|
2186
2222
|
var school_monthly_usage = "School Monthly Usage";
|
|
2187
2223
|
var location$1 = "Location";
|
|
2188
2224
|
var edit_my_profile = "Edit My Profile";
|
|
@@ -4389,6 +4425,43 @@ var lang_us = {
|
|
|
4389
4425
|
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session,
|
|
4390
4426
|
please_add_title_note: please_add_title_note,
|
|
4391
4427
|
notes_and_logs: notes_and_logs,
|
|
4428
|
+
my_well_being: my_well_being,
|
|
4429
|
+
my_well_Being_check_in: my_well_Being_check_in,
|
|
4430
|
+
my_sessions: my_sessions,
|
|
4431
|
+
your_personal_data_will_not_be_shared_with_anyone_else: your_personal_data_will_not_be_shared_with_anyone_else,
|
|
4432
|
+
school_leadership_will_only_see_aggregated_data: school_leadership_will_only_see_aggregated_data,
|
|
4433
|
+
save_filters: save_filters,
|
|
4434
|
+
clear_all_filters: clear_all_filters,
|
|
4435
|
+
my_well_being_check_in: my_well_being_check_in,
|
|
4436
|
+
unless_you_specifically_choose_to_do_this: unless_you_specifically_choose_to_do_this,
|
|
4437
|
+
physical_well_being: physical_well_being,
|
|
4438
|
+
emotional_well_being: emotional_well_being,
|
|
4439
|
+
"self_care_&_balance": "Self-Care & Balance",
|
|
4440
|
+
social_well_being_relationships: social_well_being_relationships,
|
|
4441
|
+
social_well_being_environment: social_well_being_environment,
|
|
4442
|
+
intellectual_well_being: intellectual_well_being,
|
|
4443
|
+
colleague_or_staff_member_you_like_to_praise_or_thank: colleague_or_staff_member_you_like_to_praise_or_thank,
|
|
4444
|
+
wellbeing_finished: wellbeing_finished,
|
|
4445
|
+
check_in: check_in,
|
|
4446
|
+
take_a_moment_for_you: take_a_moment_for_you,
|
|
4447
|
+
it_s_time_to_take_care_of_yourself_start_your_well_being_check_in_to_reflect_on_how_you_re_doing_and_receive_the_support_you_deserve: it_s_time_to_take_care_of_yourself_start_your_well_being_check_in_to_reflect_on_how_you_re_doing_and_receive_the_support_you_deserve,
|
|
4448
|
+
start_check_in_now: start_check_in_now,
|
|
4449
|
+
i_ll_do_it_later: i_ll_do_it_later,
|
|
4450
|
+
survey_portal: survey_portal,
|
|
4451
|
+
external_api: external_api,
|
|
4452
|
+
teacher_well_being: teacher_well_being,
|
|
4453
|
+
frequency_and_setup: frequency_and_setup,
|
|
4454
|
+
well_being_dashboard: well_being_dashboard,
|
|
4455
|
+
go_to_dashboard: go_to_dashboard,
|
|
4456
|
+
your_responses_have_been_recorded_and_will_help_us_better_understand_and_support_your_well_being_journey: your_responses_have_been_recorded_and_will_help_us_better_understand_and_support_your_well_being_journey,
|
|
4457
|
+
you_can_view_your_personal_well_being_dashboard_anytime_to_track_your_progress_over_time: you_can_view_your_personal_well_being_dashboard_anytime_to_track_your_progress_over_time,
|
|
4458
|
+
remember_your_individual_responses_remain_private_and_confidential_only_aggregated_data_is_shared_with_school_leadership: remember_your_individual_responses_remain_private_and_confidential_only_aggregated_data_is_shared_with_school_leadership,
|
|
4459
|
+
check_in_complete: check_in_complete,
|
|
4460
|
+
schedule_a_conversation: schedule_a_conversation,
|
|
4461
|
+
select_a_contact_to_speak_with: select_a_contact_to_speak_with,
|
|
4462
|
+
what_would_you_like_to_discuss: what_would_you_like_to_discuss,
|
|
4463
|
+
please_describe_what_you_d_like_to_talk_about_or_any_specific_concerns_you_have: please_describe_what_you_d_like_to_talk_about_or_any_specific_concerns_you_have,
|
|
4464
|
+
wellbeing_sections: wellbeing_sections,
|
|
4392
4465
|
school_monthly_usage: school_monthly_usage,
|
|
4393
4466
|
location: location$1,
|
|
4394
4467
|
edit_my_profile: edit_my_profile,
|
|
@@ -4413,7 +4486,7 @@ var cancel$1 = "Cancel";
|
|
|
4413
4486
|
var hey$1 = "Hey";
|
|
4414
4487
|
var readiness_to_learn$1 = "Readiness to Learn";
|
|
4415
4488
|
var high_impact_learning_strategies$1 = "High Impact Learning Strategies";
|
|
4416
|
-
var check_in = "Check In";
|
|
4489
|
+
var check_in$1 = "Check In";
|
|
4417
4490
|
var check_ins$1 = "Check Ins";
|
|
4418
4491
|
var reflection$1 = "Reflection";
|
|
4419
4492
|
var conferences$1 = "Conferences";
|
|
@@ -6542,11 +6615,46 @@ var save_note$1 = "Save note";
|
|
|
6542
6615
|
var type_the_main_focus_of_this_session$1 = "Type the main focus of this session";
|
|
6543
6616
|
var please_add_title_note$1 = "Please add note title";
|
|
6544
6617
|
var notes_and_logs$1 = "Notes and Logs";
|
|
6618
|
+
var survey_portal$1 = "Survey Portal";
|
|
6619
|
+
var external_api$1 = "External Api";
|
|
6620
|
+
var teacher_well_being$1 = "Teacher Well-Being";
|
|
6621
|
+
var frequency_and_setup$1 = "Frequency and Setup";
|
|
6622
|
+
var well_being_dashboard$1 = "Well-Being Dashboard";
|
|
6623
|
+
var go_to_dashboard$1 = "Go to dashboard";
|
|
6624
|
+
var your_responses_have_been_recorded_and_will_help_us_better_understand_and_support_your_well_being_journey$1 = "Your responses have been recorded and will help us better understand and support your well-being journey.";
|
|
6625
|
+
var you_can_view_your_personal_well_being_dashboard_anytime_to_track_your_progress_over_time$1 = "You can view your personal well-being dashboard anytime to track your progress over time.";
|
|
6626
|
+
var remember_your_individual_responses_remain_private_and_confidential_only_aggregated_data_is_shared_with_school_leadership$1 = "Remember: Your individual responses remain private and confidential. Only aggregated data is shared with school leadership.";
|
|
6627
|
+
var check_in_complete$1 = "Check-in Complete!";
|
|
6628
|
+
var schedule_a_conversation$1 = "Schedule a Conversation";
|
|
6629
|
+
var select_a_contact_to_speak_with$1 = "Select a contact to speak with";
|
|
6630
|
+
var what_would_you_like_to_discuss$1 = "What would you like to discuss?";
|
|
6631
|
+
var please_describe_what_you_d_like_to_talk_about_or_any_specific_concerns_you_have$1 = "Please describe what you'd like to talk about or any specific concerns you have...";
|
|
6632
|
+
var wellbeing_sections$1 = "Wellbeing Sections";
|
|
6545
6633
|
var school_monthly_usage$1 = "School Monthly Usage";
|
|
6546
6634
|
var location$2 = "Location";
|
|
6547
6635
|
var edit_my_profile$1 = "Edit My Profile";
|
|
6548
6636
|
var save_new_password$1 = "Save new password";
|
|
6549
6637
|
var teacher_code$1 = "Teacher code";
|
|
6638
|
+
var my_well_being$1 = "My Well-being";
|
|
6639
|
+
var my_well_Being_check_in$1 = "My Well-Being Check-in";
|
|
6640
|
+
var my_sessions$1 = "My Sessions";
|
|
6641
|
+
var your_personal_data_will_not_be_shared_with_anyone_else$1 = "Your personal data will <strong>not be shared</strong> with anyone else";
|
|
6642
|
+
var school_leadership_will_only_see_aggregated_data$1 = "School leadership will only see aggregated data.";
|
|
6643
|
+
var save_filters$1 = "Save Filters";
|
|
6644
|
+
var clear_all_filters$1 = "Clear All Filters";
|
|
6645
|
+
var my_well_being_check_in$1 = "My Well-Being Check-in";
|
|
6646
|
+
var unless_you_specifically_choose_to_do_this$1 = "unless you specifically choose to do this.";
|
|
6647
|
+
var physical_well_being$1 = "Physical Well-Being";
|
|
6648
|
+
var emotional_well_being$1 = "Emotional Well-Being";
|
|
6649
|
+
var social_well_being_relationships$1 = "Social Well-Being - Relationships";
|
|
6650
|
+
var social_well_being_environment$1 = "Social Well-Being - Environment";
|
|
6651
|
+
var intellectual_well_being$1 = "Intellectual Well-Being";
|
|
6652
|
+
var colleague_or_staff_member_you_like_to_praise_or_thank$1 = "Colleague or staff member you'd like to praise or thank?";
|
|
6653
|
+
var wellbeing_finished$1 = "Wellbeing Finished";
|
|
6654
|
+
var take_a_moment_for_you$1 = "Take a Moment for You";
|
|
6655
|
+
var it_s_time_to_take_care_of_yourself_start_your_well_being_check_in_to_reflect_on_how_you_re_doing_and_receive_the_support_you_deserve$1 = "It’s time to take care of yourself. Start your Well-Being Check-In to reflect on how you’re doing and receive the support you deserve.";
|
|
6656
|
+
var start_check_in_now$1 = "START CHECK-IN NOW";
|
|
6657
|
+
var i_ll_do_it_later$1 = "I'LL DO IT LATER";
|
|
6550
6658
|
var number_of_conversations$1 = "Number of conversations";
|
|
6551
6659
|
var number_of_expected_conversations_based_on_the_goal$1 = "Number of expected conversations based on the goal";
|
|
6552
6660
|
var lang_uk = {
|
|
@@ -6566,7 +6674,7 @@ var lang_uk = {
|
|
|
6566
6674
|
readiness_to_learn: readiness_to_learn$1,
|
|
6567
6675
|
high_impact_learning_strategies: high_impact_learning_strategies$1,
|
|
6568
6676
|
"1_to_1": "1 to 1",
|
|
6569
|
-
check_in: check_in,
|
|
6677
|
+
check_in: check_in$1,
|
|
6570
6678
|
check_ins: check_ins$1,
|
|
6571
6679
|
reflection: reflection$1,
|
|
6572
6680
|
conferences: conferences$1,
|
|
@@ -8746,11 +8854,47 @@ var lang_uk = {
|
|
|
8746
8854
|
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session$1,
|
|
8747
8855
|
please_add_title_note: please_add_title_note$1,
|
|
8748
8856
|
notes_and_logs: notes_and_logs$1,
|
|
8857
|
+
survey_portal: survey_portal$1,
|
|
8858
|
+
external_api: external_api$1,
|
|
8859
|
+
teacher_well_being: teacher_well_being$1,
|
|
8860
|
+
frequency_and_setup: frequency_and_setup$1,
|
|
8861
|
+
well_being_dashboard: well_being_dashboard$1,
|
|
8862
|
+
go_to_dashboard: go_to_dashboard$1,
|
|
8863
|
+
your_responses_have_been_recorded_and_will_help_us_better_understand_and_support_your_well_being_journey: your_responses_have_been_recorded_and_will_help_us_better_understand_and_support_your_well_being_journey$1,
|
|
8864
|
+
you_can_view_your_personal_well_being_dashboard_anytime_to_track_your_progress_over_time: you_can_view_your_personal_well_being_dashboard_anytime_to_track_your_progress_over_time$1,
|
|
8865
|
+
remember_your_individual_responses_remain_private_and_confidential_only_aggregated_data_is_shared_with_school_leadership: remember_your_individual_responses_remain_private_and_confidential_only_aggregated_data_is_shared_with_school_leadership$1,
|
|
8866
|
+
check_in_complete: check_in_complete$1,
|
|
8867
|
+
schedule_a_conversation: schedule_a_conversation$1,
|
|
8868
|
+
select_a_contact_to_speak_with: select_a_contact_to_speak_with$1,
|
|
8869
|
+
what_would_you_like_to_discuss: what_would_you_like_to_discuss$1,
|
|
8870
|
+
please_describe_what_you_d_like_to_talk_about_or_any_specific_concerns_you_have: please_describe_what_you_d_like_to_talk_about_or_any_specific_concerns_you_have$1,
|
|
8871
|
+
wellbeing_sections: wellbeing_sections$1,
|
|
8749
8872
|
school_monthly_usage: school_monthly_usage$1,
|
|
8750
8873
|
location: location$2,
|
|
8751
8874
|
edit_my_profile: edit_my_profile$1,
|
|
8752
8875
|
save_new_password: save_new_password$1,
|
|
8753
8876
|
teacher_code: teacher_code$1,
|
|
8877
|
+
my_well_being: my_well_being$1,
|
|
8878
|
+
my_well_Being_check_in: my_well_Being_check_in$1,
|
|
8879
|
+
my_sessions: my_sessions$1,
|
|
8880
|
+
your_personal_data_will_not_be_shared_with_anyone_else: your_personal_data_will_not_be_shared_with_anyone_else$1,
|
|
8881
|
+
school_leadership_will_only_see_aggregated_data: school_leadership_will_only_see_aggregated_data$1,
|
|
8882
|
+
save_filters: save_filters$1,
|
|
8883
|
+
clear_all_filters: clear_all_filters$1,
|
|
8884
|
+
my_well_being_check_in: my_well_being_check_in$1,
|
|
8885
|
+
unless_you_specifically_choose_to_do_this: unless_you_specifically_choose_to_do_this$1,
|
|
8886
|
+
physical_well_being: physical_well_being$1,
|
|
8887
|
+
emotional_well_being: emotional_well_being$1,
|
|
8888
|
+
"self_care_&_balance": "Self-Care & Balance",
|
|
8889
|
+
social_well_being_relationships: social_well_being_relationships$1,
|
|
8890
|
+
social_well_being_environment: social_well_being_environment$1,
|
|
8891
|
+
intellectual_well_being: intellectual_well_being$1,
|
|
8892
|
+
colleague_or_staff_member_you_like_to_praise_or_thank: colleague_or_staff_member_you_like_to_praise_or_thank$1,
|
|
8893
|
+
wellbeing_finished: wellbeing_finished$1,
|
|
8894
|
+
take_a_moment_for_you: take_a_moment_for_you$1,
|
|
8895
|
+
it_s_time_to_take_care_of_yourself_start_your_well_being_check_in_to_reflect_on_how_you_re_doing_and_receive_the_support_you_deserve: it_s_time_to_take_care_of_yourself_start_your_well_being_check_in_to_reflect_on_how_you_re_doing_and_receive_the_support_you_deserve$1,
|
|
8896
|
+
start_check_in_now: start_check_in_now$1,
|
|
8897
|
+
i_ll_do_it_later: i_ll_do_it_later$1,
|
|
8754
8898
|
number_of_conversations: number_of_conversations$1,
|
|
8755
8899
|
number_of_expected_conversations_based_on_the_goal: number_of_expected_conversations_based_on_the_goal$1
|
|
8756
8900
|
};
|
|
@@ -8770,7 +8914,7 @@ var cancel$2 = "إلغاء";
|
|
|
8770
8914
|
var hey$2 = "مرحبًا";
|
|
8771
8915
|
var readiness_to_learn$2 = "الاستعداد للتعلم";
|
|
8772
8916
|
var high_impact_learning_strategies$2 = "استراتيجيات التعلم عالية التأثير";
|
|
8773
|
-
var check_in$
|
|
8917
|
+
var check_in$2 = "تسجيل الحضور";
|
|
8774
8918
|
var check_ins$2 = "عمليات تسجيل الحضور";
|
|
8775
8919
|
var reflection$2 = "التفكير";
|
|
8776
8920
|
var conferences$2 = "اللقاءات";
|
|
@@ -10929,11 +11073,47 @@ var save_note$2 = "Save note";
|
|
|
10929
11073
|
var type_the_main_focus_of_this_session$2 = "Type the main focus of this session";
|
|
10930
11074
|
var please_add_title_note$2 = "Please add note title";
|
|
10931
11075
|
var notes_and_logs$2 = "Notes and Logs";
|
|
11076
|
+
var survey_portal$2 = "Survey Portal";
|
|
11077
|
+
var integrations$2 = "Integrations";
|
|
11078
|
+
var external_api$2 = "External Api";
|
|
11079
|
+
var teacher_well_being$2 = "Teacher Well-Being";
|
|
11080
|
+
var frequency_and_setup$2 = "Frequency and Setup";
|
|
11081
|
+
var well_being_dashboard$2 = "Well-Being Dashboard";
|
|
11082
|
+
var go_to_dashboard$2 = "Go to dashboard";
|
|
11083
|
+
var your_responses_have_been_recorded_and_will_help_us_better_understand_and_support_your_well_being_journey$2 = "Your responses have been recorded and will help us better understand and support your well-being journey.";
|
|
11084
|
+
var you_can_view_your_personal_well_being_dashboard_anytime_to_track_your_progress_over_time$2 = "You can view your personal well-being dashboard anytime to track your progress over time.";
|
|
11085
|
+
var remember_your_individual_responses_remain_private_and_confidential_only_aggregated_data_is_shared_with_school_leadership$2 = "Remember: Your individual responses remain private and confidential. Only aggregated data is shared with school leadership.";
|
|
11086
|
+
var check_in_complete$2 = "Check-in Complete!";
|
|
11087
|
+
var schedule_a_conversation$2 = "Schedule a Conversation";
|
|
11088
|
+
var select_a_contact_to_speak_with$2 = "Select a contact to speak with";
|
|
11089
|
+
var what_would_you_like_to_discuss$2 = "What would you like to discuss?";
|
|
11090
|
+
var please_describe_what_you_d_like_to_talk_about_or_any_specific_concerns_you_have$2 = "Please describe what you'd like to talk about or any specific concerns you have...";
|
|
11091
|
+
var wellbeing_sections$2 = "Wellbeing Sections";
|
|
10932
11092
|
var school_monthly_usage$2 = "School Monthly Usage";
|
|
10933
11093
|
var location$3 = "Location";
|
|
10934
11094
|
var edit_my_profile$2 = "Edit My Profile";
|
|
10935
11095
|
var save_new_password$2 = "Save new password";
|
|
10936
11096
|
var teacher_code$2 = "Teacher code";
|
|
11097
|
+
var my_well_being$2 = "My Well-being";
|
|
11098
|
+
var my_well_Being_check_in$2 = "My Well-Being Check-in";
|
|
11099
|
+
var my_sessions$2 = "My Sessions";
|
|
11100
|
+
var your_personal_data_will_not_be_shared_with_anyone_else$2 = "Your personal data will <strong>not be shared</strong> with anyone else";
|
|
11101
|
+
var school_leadership_will_only_see_aggregated_data$2 = "School leadership will only see aggregated data.";
|
|
11102
|
+
var save_filters$2 = "Save Filters";
|
|
11103
|
+
var clear_all_filters$2 = "Clear All Filters";
|
|
11104
|
+
var my_well_being_check_in$2 = "My Well-Being Check-in";
|
|
11105
|
+
var unless_you_specifically_choose_to_do_this$2 = "unless you specifically choose to do this.";
|
|
11106
|
+
var physical_well_being$2 = "Physical Well-Being";
|
|
11107
|
+
var emotional_well_being$2 = "Emotional Well-Being";
|
|
11108
|
+
var social_well_being_relationships$2 = "Social Well-Being - Relationships";
|
|
11109
|
+
var social_well_being_environment$2 = "Social Well-Being - Environment";
|
|
11110
|
+
var intellectual_well_being$2 = "Intellectual Well-Being";
|
|
11111
|
+
var colleague_or_staff_member_you_like_to_praise_or_thank$2 = "Colleague or staff member you'd like to praise or thank?";
|
|
11112
|
+
var wellbeing_finished$2 = "Wellbeing Finished";
|
|
11113
|
+
var take_a_moment_for_you$2 = "Take a Moment for You";
|
|
11114
|
+
var it_s_time_to_take_care_of_yourself_start_your_well_being_check_in_to_reflect_on_how_you_re_doing_and_receive_the_support_you_deserve$2 = "It’s time to take care of yourself. Start your Well-Being Check-In to reflect on how you’re doing and receive the support you deserve.";
|
|
11115
|
+
var start_check_in_now$2 = "START CHECK-IN NOW";
|
|
11116
|
+
var i_ll_do_it_later$2 = "I'LL DO IT LATER";
|
|
10937
11117
|
var number_of_conversations$2 = "Number of conversations";
|
|
10938
11118
|
var number_of_expected_conversations_based_on_the_goal$2 = "Number of expected conversations based on the goal";
|
|
10939
11119
|
var lang_ar = {
|
|
@@ -10953,7 +11133,7 @@ var lang_ar = {
|
|
|
10953
11133
|
readiness_to_learn: readiness_to_learn$2,
|
|
10954
11134
|
high_impact_learning_strategies: high_impact_learning_strategies$2,
|
|
10955
11135
|
"1_to_1": "1 إلى 1",
|
|
10956
|
-
check_in: check_in$
|
|
11136
|
+
check_in: check_in$2,
|
|
10957
11137
|
check_ins: check_ins$2,
|
|
10958
11138
|
reflection: reflection$2,
|
|
10959
11139
|
conferences: conferences$2,
|
|
@@ -13165,11 +13345,48 @@ var lang_ar = {
|
|
|
13165
13345
|
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session$2,
|
|
13166
13346
|
please_add_title_note: please_add_title_note$2,
|
|
13167
13347
|
notes_and_logs: notes_and_logs$2,
|
|
13348
|
+
survey_portal: survey_portal$2,
|
|
13349
|
+
integrations: integrations$2,
|
|
13350
|
+
external_api: external_api$2,
|
|
13351
|
+
teacher_well_being: teacher_well_being$2,
|
|
13352
|
+
frequency_and_setup: frequency_and_setup$2,
|
|
13353
|
+
well_being_dashboard: well_being_dashboard$2,
|
|
13354
|
+
go_to_dashboard: go_to_dashboard$2,
|
|
13355
|
+
your_responses_have_been_recorded_and_will_help_us_better_understand_and_support_your_well_being_journey: your_responses_have_been_recorded_and_will_help_us_better_understand_and_support_your_well_being_journey$2,
|
|
13356
|
+
you_can_view_your_personal_well_being_dashboard_anytime_to_track_your_progress_over_time: you_can_view_your_personal_well_being_dashboard_anytime_to_track_your_progress_over_time$2,
|
|
13357
|
+
remember_your_individual_responses_remain_private_and_confidential_only_aggregated_data_is_shared_with_school_leadership: remember_your_individual_responses_remain_private_and_confidential_only_aggregated_data_is_shared_with_school_leadership$2,
|
|
13358
|
+
check_in_complete: check_in_complete$2,
|
|
13359
|
+
schedule_a_conversation: schedule_a_conversation$2,
|
|
13360
|
+
select_a_contact_to_speak_with: select_a_contact_to_speak_with$2,
|
|
13361
|
+
what_would_you_like_to_discuss: what_would_you_like_to_discuss$2,
|
|
13362
|
+
please_describe_what_you_d_like_to_talk_about_or_any_specific_concerns_you_have: please_describe_what_you_d_like_to_talk_about_or_any_specific_concerns_you_have$2,
|
|
13363
|
+
wellbeing_sections: wellbeing_sections$2,
|
|
13168
13364
|
school_monthly_usage: school_monthly_usage$2,
|
|
13169
13365
|
location: location$3,
|
|
13170
13366
|
edit_my_profile: edit_my_profile$2,
|
|
13171
13367
|
save_new_password: save_new_password$2,
|
|
13172
13368
|
teacher_code: teacher_code$2,
|
|
13369
|
+
my_well_being: my_well_being$2,
|
|
13370
|
+
my_well_Being_check_in: my_well_Being_check_in$2,
|
|
13371
|
+
my_sessions: my_sessions$2,
|
|
13372
|
+
your_personal_data_will_not_be_shared_with_anyone_else: your_personal_data_will_not_be_shared_with_anyone_else$2,
|
|
13373
|
+
school_leadership_will_only_see_aggregated_data: school_leadership_will_only_see_aggregated_data$2,
|
|
13374
|
+
save_filters: save_filters$2,
|
|
13375
|
+
clear_all_filters: clear_all_filters$2,
|
|
13376
|
+
my_well_being_check_in: my_well_being_check_in$2,
|
|
13377
|
+
unless_you_specifically_choose_to_do_this: unless_you_specifically_choose_to_do_this$2,
|
|
13378
|
+
physical_well_being: physical_well_being$2,
|
|
13379
|
+
emotional_well_being: emotional_well_being$2,
|
|
13380
|
+
"self_care_&_balance": "Self-Care & Balance",
|
|
13381
|
+
social_well_being_relationships: social_well_being_relationships$2,
|
|
13382
|
+
social_well_being_environment: social_well_being_environment$2,
|
|
13383
|
+
intellectual_well_being: intellectual_well_being$2,
|
|
13384
|
+
colleague_or_staff_member_you_like_to_praise_or_thank: colleague_or_staff_member_you_like_to_praise_or_thank$2,
|
|
13385
|
+
wellbeing_finished: wellbeing_finished$2,
|
|
13386
|
+
take_a_moment_for_you: take_a_moment_for_you$2,
|
|
13387
|
+
it_s_time_to_take_care_of_yourself_start_your_well_being_check_in_to_reflect_on_how_you_re_doing_and_receive_the_support_you_deserve: it_s_time_to_take_care_of_yourself_start_your_well_being_check_in_to_reflect_on_how_you_re_doing_and_receive_the_support_you_deserve$2,
|
|
13388
|
+
start_check_in_now: start_check_in_now$2,
|
|
13389
|
+
i_ll_do_it_later: i_ll_do_it_later$2,
|
|
13173
13390
|
number_of_conversations: number_of_conversations$2,
|
|
13174
13391
|
number_of_expected_conversations_based_on_the_goal: number_of_expected_conversations_based_on_the_goal$2
|
|
13175
13392
|
};
|
|
@@ -13189,7 +13406,7 @@ var cancel$3 = "Cancelar";
|
|
|
13189
13406
|
var hey$3 = "Hola";
|
|
13190
13407
|
var readiness_to_learn$3 = "Preparación para el aprendizaje";
|
|
13191
13408
|
var high_impact_learning_strategies$3 = "Estrategias de aprendizaje de alto impacto";
|
|
13192
|
-
var check_in$
|
|
13409
|
+
var check_in$3 = "Registro";
|
|
13193
13410
|
var check_ins$3 = "Registro de entrada";
|
|
13194
13411
|
var reflection$3 = "Reflexión";
|
|
13195
13412
|
var conferences$3 = "Conferencias";
|
|
@@ -15348,11 +15565,47 @@ var save_note$3 = "Save note";
|
|
|
15348
15565
|
var type_the_main_focus_of_this_session$3 = "Type the main focus of this session";
|
|
15349
15566
|
var please_add_title_note$3 = "Please add note title";
|
|
15350
15567
|
var notes_and_logs$3 = "Notes and Logs";
|
|
15568
|
+
var survey_portal$3 = "Survey Portal";
|
|
15569
|
+
var integrations$3 = "Integrations";
|
|
15570
|
+
var external_api$3 = "External Api";
|
|
15571
|
+
var teacher_well_being$3 = "Teacher Well-Being";
|
|
15572
|
+
var frequency_and_setup$3 = "Frequency and Setup";
|
|
15573
|
+
var well_being_dashboard$3 = "Well-Being Dashboard";
|
|
15574
|
+
var go_to_dashboard$3 = "Go to dashboard";
|
|
15575
|
+
var your_responses_have_been_recorded_and_will_help_us_better_understand_and_support_your_well_being_journey$3 = "Your responses have been recorded and will help us better understand and support your well-being journey.";
|
|
15576
|
+
var you_can_view_your_personal_well_being_dashboard_anytime_to_track_your_progress_over_time$3 = "You can view your personal well-being dashboard anytime to track your progress over time.";
|
|
15577
|
+
var remember_your_individual_responses_remain_private_and_confidential_only_aggregated_data_is_shared_with_school_leadership$3 = "Remember: Your individual responses remain private and confidential. Only aggregated data is shared with school leadership.";
|
|
15578
|
+
var check_in_complete$3 = "Check-in Complete!";
|
|
15579
|
+
var schedule_a_conversation$3 = "Schedule a Conversation";
|
|
15580
|
+
var select_a_contact_to_speak_with$3 = "Select a contact to speak with";
|
|
15581
|
+
var what_would_you_like_to_discuss$3 = "What would you like to discuss?";
|
|
15582
|
+
var please_describe_what_you_d_like_to_talk_about_or_any_specific_concerns_you_have$3 = "Please describe what you'd like to talk about or any specific concerns you have...";
|
|
15583
|
+
var wellbeing_sections$3 = "Wellbeing Sections";
|
|
15351
15584
|
var school_monthly_usage$3 = "School Monthly Usage";
|
|
15352
15585
|
var location$4 = "Location";
|
|
15353
15586
|
var edit_my_profile$3 = "Edit My Profile";
|
|
15354
15587
|
var save_new_password$3 = "Save new password";
|
|
15355
15588
|
var teacher_code$3 = "Teacher code";
|
|
15589
|
+
var my_well_being$3 = "My Well-being";
|
|
15590
|
+
var my_well_Being_check_in$3 = "My Well-Being Check-in";
|
|
15591
|
+
var my_sessions$3 = "My Sessions";
|
|
15592
|
+
var your_personal_data_will_not_be_shared_with_anyone_else$3 = "Your personal data will <strong>not be shared</strong> with anyone else";
|
|
15593
|
+
var school_leadership_will_only_see_aggregated_data$3 = "School leadership will only see aggregated data.";
|
|
15594
|
+
var save_filters$3 = "Save Filters";
|
|
15595
|
+
var clear_all_filters$3 = "Clear All Filters";
|
|
15596
|
+
var my_well_being_check_in$3 = "My Well-Being Check-in";
|
|
15597
|
+
var unless_you_specifically_choose_to_do_this$3 = "unless you specifically choose to do this.";
|
|
15598
|
+
var physical_well_being$3 = "Physical Well-Being";
|
|
15599
|
+
var emotional_well_being$3 = "Emotional Well-Being";
|
|
15600
|
+
var social_well_being_relationships$3 = "Social Well-Being - Relationships";
|
|
15601
|
+
var social_well_being_environment$3 = "Social Well-Being - Environment";
|
|
15602
|
+
var intellectual_well_being$3 = "Intellectual Well-Being";
|
|
15603
|
+
var colleague_or_staff_member_you_like_to_praise_or_thank$3 = "Colleague or staff member you'd like to praise or thank?";
|
|
15604
|
+
var wellbeing_finished$3 = "Wellbeing Finished";
|
|
15605
|
+
var take_a_moment_for_you$3 = "Take a Moment for You";
|
|
15606
|
+
var it_s_time_to_take_care_of_yourself_start_your_well_being_check_in_to_reflect_on_how_you_re_doing_and_receive_the_support_you_deserve$3 = "It’s time to take care of yourself. Start your Well-Being Check-In to reflect on how you’re doing and receive the support you deserve.";
|
|
15607
|
+
var start_check_in_now$3 = "START CHECK-IN NOW";
|
|
15608
|
+
var i_ll_do_it_later$3 = "I'LL DO IT LATER";
|
|
15356
15609
|
var number_of_conversations$3 = "Number of conversations";
|
|
15357
15610
|
var number_of_expected_conversations_based_on_the_goal$3 = "Number of expected conversations based on the goal";
|
|
15358
15611
|
var lang_es = {
|
|
@@ -15372,7 +15625,7 @@ var lang_es = {
|
|
|
15372
15625
|
readiness_to_learn: readiness_to_learn$3,
|
|
15373
15626
|
high_impact_learning_strategies: high_impact_learning_strategies$3,
|
|
15374
15627
|
"1_to_1": "1 a 1",
|
|
15375
|
-
check_in: check_in$
|
|
15628
|
+
check_in: check_in$3,
|
|
15376
15629
|
check_ins: check_ins$3,
|
|
15377
15630
|
reflection: reflection$3,
|
|
15378
15631
|
conferences: conferences$3,
|
|
@@ -17584,11 +17837,48 @@ var lang_es = {
|
|
|
17584
17837
|
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session$3,
|
|
17585
17838
|
please_add_title_note: please_add_title_note$3,
|
|
17586
17839
|
notes_and_logs: notes_and_logs$3,
|
|
17840
|
+
survey_portal: survey_portal$3,
|
|
17841
|
+
integrations: integrations$3,
|
|
17842
|
+
external_api: external_api$3,
|
|
17843
|
+
teacher_well_being: teacher_well_being$3,
|
|
17844
|
+
frequency_and_setup: frequency_and_setup$3,
|
|
17845
|
+
well_being_dashboard: well_being_dashboard$3,
|
|
17846
|
+
go_to_dashboard: go_to_dashboard$3,
|
|
17847
|
+
your_responses_have_been_recorded_and_will_help_us_better_understand_and_support_your_well_being_journey: your_responses_have_been_recorded_and_will_help_us_better_understand_and_support_your_well_being_journey$3,
|
|
17848
|
+
you_can_view_your_personal_well_being_dashboard_anytime_to_track_your_progress_over_time: you_can_view_your_personal_well_being_dashboard_anytime_to_track_your_progress_over_time$3,
|
|
17849
|
+
remember_your_individual_responses_remain_private_and_confidential_only_aggregated_data_is_shared_with_school_leadership: remember_your_individual_responses_remain_private_and_confidential_only_aggregated_data_is_shared_with_school_leadership$3,
|
|
17850
|
+
check_in_complete: check_in_complete$3,
|
|
17851
|
+
schedule_a_conversation: schedule_a_conversation$3,
|
|
17852
|
+
select_a_contact_to_speak_with: select_a_contact_to_speak_with$3,
|
|
17853
|
+
what_would_you_like_to_discuss: what_would_you_like_to_discuss$3,
|
|
17854
|
+
please_describe_what_you_d_like_to_talk_about_or_any_specific_concerns_you_have: please_describe_what_you_d_like_to_talk_about_or_any_specific_concerns_you_have$3,
|
|
17855
|
+
wellbeing_sections: wellbeing_sections$3,
|
|
17587
17856
|
school_monthly_usage: school_monthly_usage$3,
|
|
17588
17857
|
location: location$4,
|
|
17589
17858
|
edit_my_profile: edit_my_profile$3,
|
|
17590
17859
|
save_new_password: save_new_password$3,
|
|
17591
17860
|
teacher_code: teacher_code$3,
|
|
17861
|
+
my_well_being: my_well_being$3,
|
|
17862
|
+
my_well_Being_check_in: my_well_Being_check_in$3,
|
|
17863
|
+
my_sessions: my_sessions$3,
|
|
17864
|
+
your_personal_data_will_not_be_shared_with_anyone_else: your_personal_data_will_not_be_shared_with_anyone_else$3,
|
|
17865
|
+
school_leadership_will_only_see_aggregated_data: school_leadership_will_only_see_aggregated_data$3,
|
|
17866
|
+
save_filters: save_filters$3,
|
|
17867
|
+
clear_all_filters: clear_all_filters$3,
|
|
17868
|
+
my_well_being_check_in: my_well_being_check_in$3,
|
|
17869
|
+
unless_you_specifically_choose_to_do_this: unless_you_specifically_choose_to_do_this$3,
|
|
17870
|
+
physical_well_being: physical_well_being$3,
|
|
17871
|
+
emotional_well_being: emotional_well_being$3,
|
|
17872
|
+
"self_care_&_balance": "Self-Care & Balance",
|
|
17873
|
+
social_well_being_relationships: social_well_being_relationships$3,
|
|
17874
|
+
social_well_being_environment: social_well_being_environment$3,
|
|
17875
|
+
intellectual_well_being: intellectual_well_being$3,
|
|
17876
|
+
colleague_or_staff_member_you_like_to_praise_or_thank: colleague_or_staff_member_you_like_to_praise_or_thank$3,
|
|
17877
|
+
wellbeing_finished: wellbeing_finished$3,
|
|
17878
|
+
take_a_moment_for_you: take_a_moment_for_you$3,
|
|
17879
|
+
it_s_time_to_take_care_of_yourself_start_your_well_being_check_in_to_reflect_on_how_you_re_doing_and_receive_the_support_you_deserve: it_s_time_to_take_care_of_yourself_start_your_well_being_check_in_to_reflect_on_how_you_re_doing_and_receive_the_support_you_deserve$3,
|
|
17880
|
+
start_check_in_now: start_check_in_now$3,
|
|
17881
|
+
i_ll_do_it_later: i_ll_do_it_later$3,
|
|
17592
17882
|
number_of_conversations: number_of_conversations$3,
|
|
17593
17883
|
number_of_expected_conversations_based_on_the_goal: number_of_expected_conversations_based_on_the_goal$3
|
|
17594
17884
|
};
|
|
@@ -17608,7 +17898,7 @@ var cancel$4 = "取消";
|
|
|
17608
17898
|
var hey$4 = "您好";
|
|
17609
17899
|
var readiness_to_learn$4 = "准备学习";
|
|
17610
17900
|
var high_impact_learning_strategies$4 = "高效学习策略";
|
|
17611
|
-
var check_in$
|
|
17901
|
+
var check_in$4 = "签到";
|
|
17612
17902
|
var check_ins$4 = "签到";
|
|
17613
17903
|
var reflection$4 = "反思";
|
|
17614
17904
|
var conferences$4 = "讨论会";
|
|
@@ -19767,11 +20057,47 @@ var save_note$4 = "Save note";
|
|
|
19767
20057
|
var type_the_main_focus_of_this_session$4 = "Type the main focus of this session";
|
|
19768
20058
|
var please_add_title_note$4 = "Please add note title";
|
|
19769
20059
|
var notes_and_logs$4 = "Notes and Logs";
|
|
20060
|
+
var survey_portal$4 = "Survey Portal";
|
|
20061
|
+
var integrations$4 = "Integrations";
|
|
20062
|
+
var external_api$4 = "External Api";
|
|
20063
|
+
var teacher_well_being$4 = "Teacher Well-Being";
|
|
20064
|
+
var frequency_and_setup$4 = "Frequency and Setup";
|
|
20065
|
+
var well_being_dashboard$4 = "Well-Being Dashboard";
|
|
20066
|
+
var go_to_dashboard$4 = "Go to dashboard";
|
|
20067
|
+
var your_responses_have_been_recorded_and_will_help_us_better_understand_and_support_your_well_being_journey$4 = "Your responses have been recorded and will help us better understand and support your well-being journey.";
|
|
20068
|
+
var you_can_view_your_personal_well_being_dashboard_anytime_to_track_your_progress_over_time$4 = "You can view your personal well-being dashboard anytime to track your progress over time.";
|
|
20069
|
+
var remember_your_individual_responses_remain_private_and_confidential_only_aggregated_data_is_shared_with_school_leadership$4 = "Remember: Your individual responses remain private and confidential. Only aggregated data is shared with school leadership.";
|
|
20070
|
+
var check_in_complete$4 = "Check-in Complete!";
|
|
20071
|
+
var schedule_a_conversation$4 = "Schedule a Conversation";
|
|
20072
|
+
var select_a_contact_to_speak_with$4 = "Select a contact to speak with";
|
|
20073
|
+
var what_would_you_like_to_discuss$4 = "What would you like to discuss?";
|
|
20074
|
+
var please_describe_what_you_d_like_to_talk_about_or_any_specific_concerns_you_have$4 = "Please describe what you'd like to talk about or any specific concerns you have...";
|
|
20075
|
+
var wellbeing_sections$4 = "Wellbeing Sections";
|
|
19770
20076
|
var school_monthly_usage$4 = "School Monthly Usage";
|
|
19771
20077
|
var location$5 = "Location";
|
|
19772
20078
|
var edit_my_profile$4 = "Edit My Profile";
|
|
19773
20079
|
var save_new_password$4 = "Save new password";
|
|
19774
20080
|
var teacher_code$4 = "Teacher code";
|
|
20081
|
+
var my_well_being$4 = "My Well-being";
|
|
20082
|
+
var my_well_Being_check_in$4 = "My Well-Being Check-in";
|
|
20083
|
+
var my_sessions$4 = "My Sessions";
|
|
20084
|
+
var your_personal_data_will_not_be_shared_with_anyone_else$4 = "Your personal data will <strong>not be shared</strong> with anyone else";
|
|
20085
|
+
var school_leadership_will_only_see_aggregated_data$4 = "School leadership will only see aggregated data.";
|
|
20086
|
+
var save_filters$4 = "Save Filters";
|
|
20087
|
+
var clear_all_filters$4 = "Clear All Filters";
|
|
20088
|
+
var my_well_being_check_in$4 = "My Well-Being Check-in";
|
|
20089
|
+
var unless_you_specifically_choose_to_do_this$4 = "unless you specifically choose to do this.";
|
|
20090
|
+
var physical_well_being$4 = "Physical Well-Being";
|
|
20091
|
+
var emotional_well_being$4 = "Emotional Well-Being";
|
|
20092
|
+
var social_well_being_relationships$4 = "Social Well-Being - Relationships";
|
|
20093
|
+
var social_well_being_environment$4 = "Social Well-Being - Environment";
|
|
20094
|
+
var intellectual_well_being$4 = "Intellectual Well-Being";
|
|
20095
|
+
var colleague_or_staff_member_you_like_to_praise_or_thank$4 = "Colleague or staff member you'd like to praise or thank?";
|
|
20096
|
+
var wellbeing_finished$4 = "Wellbeing Finished";
|
|
20097
|
+
var take_a_moment_for_you$4 = "Take a Moment for You";
|
|
20098
|
+
var it_s_time_to_take_care_of_yourself_start_your_well_being_check_in_to_reflect_on_how_you_re_doing_and_receive_the_support_you_deserve$4 = "It’s time to take care of yourself. Start your Well-Being Check-In to reflect on how you’re doing and receive the support you deserve.";
|
|
20099
|
+
var start_check_in_now$4 = "START CHECK-IN NOW";
|
|
20100
|
+
var i_ll_do_it_later$4 = "I'LL DO IT LATER";
|
|
19775
20101
|
var number_of_conversations$4 = "Number of conversations";
|
|
19776
20102
|
var number_of_expected_conversations_based_on_the_goal$4 = "Number of expected conversations based on the goal";
|
|
19777
20103
|
var lang_zh = {
|
|
@@ -19791,7 +20117,7 @@ var lang_zh = {
|
|
|
19791
20117
|
readiness_to_learn: readiness_to_learn$4,
|
|
19792
20118
|
high_impact_learning_strategies: high_impact_learning_strategies$4,
|
|
19793
20119
|
"1_to_1": "一对一",
|
|
19794
|
-
check_in: check_in$
|
|
20120
|
+
check_in: check_in$4,
|
|
19795
20121
|
check_ins: check_ins$4,
|
|
19796
20122
|
reflection: reflection$4,
|
|
19797
20123
|
conferences: conferences$4,
|
|
@@ -22003,11 +22329,48 @@ var lang_zh = {
|
|
|
22003
22329
|
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session$4,
|
|
22004
22330
|
please_add_title_note: please_add_title_note$4,
|
|
22005
22331
|
notes_and_logs: notes_and_logs$4,
|
|
22332
|
+
survey_portal: survey_portal$4,
|
|
22333
|
+
integrations: integrations$4,
|
|
22334
|
+
external_api: external_api$4,
|
|
22335
|
+
teacher_well_being: teacher_well_being$4,
|
|
22336
|
+
frequency_and_setup: frequency_and_setup$4,
|
|
22337
|
+
well_being_dashboard: well_being_dashboard$4,
|
|
22338
|
+
go_to_dashboard: go_to_dashboard$4,
|
|
22339
|
+
your_responses_have_been_recorded_and_will_help_us_better_understand_and_support_your_well_being_journey: your_responses_have_been_recorded_and_will_help_us_better_understand_and_support_your_well_being_journey$4,
|
|
22340
|
+
you_can_view_your_personal_well_being_dashboard_anytime_to_track_your_progress_over_time: you_can_view_your_personal_well_being_dashboard_anytime_to_track_your_progress_over_time$4,
|
|
22341
|
+
remember_your_individual_responses_remain_private_and_confidential_only_aggregated_data_is_shared_with_school_leadership: remember_your_individual_responses_remain_private_and_confidential_only_aggregated_data_is_shared_with_school_leadership$4,
|
|
22342
|
+
check_in_complete: check_in_complete$4,
|
|
22343
|
+
schedule_a_conversation: schedule_a_conversation$4,
|
|
22344
|
+
select_a_contact_to_speak_with: select_a_contact_to_speak_with$4,
|
|
22345
|
+
what_would_you_like_to_discuss: what_would_you_like_to_discuss$4,
|
|
22346
|
+
please_describe_what_you_d_like_to_talk_about_or_any_specific_concerns_you_have: please_describe_what_you_d_like_to_talk_about_or_any_specific_concerns_you_have$4,
|
|
22347
|
+
wellbeing_sections: wellbeing_sections$4,
|
|
22006
22348
|
school_monthly_usage: school_monthly_usage$4,
|
|
22007
22349
|
location: location$5,
|
|
22008
22350
|
edit_my_profile: edit_my_profile$4,
|
|
22009
22351
|
save_new_password: save_new_password$4,
|
|
22010
22352
|
teacher_code: teacher_code$4,
|
|
22353
|
+
my_well_being: my_well_being$4,
|
|
22354
|
+
my_well_Being_check_in: my_well_Being_check_in$4,
|
|
22355
|
+
my_sessions: my_sessions$4,
|
|
22356
|
+
your_personal_data_will_not_be_shared_with_anyone_else: your_personal_data_will_not_be_shared_with_anyone_else$4,
|
|
22357
|
+
school_leadership_will_only_see_aggregated_data: school_leadership_will_only_see_aggregated_data$4,
|
|
22358
|
+
save_filters: save_filters$4,
|
|
22359
|
+
clear_all_filters: clear_all_filters$4,
|
|
22360
|
+
my_well_being_check_in: my_well_being_check_in$4,
|
|
22361
|
+
unless_you_specifically_choose_to_do_this: unless_you_specifically_choose_to_do_this$4,
|
|
22362
|
+
physical_well_being: physical_well_being$4,
|
|
22363
|
+
emotional_well_being: emotional_well_being$4,
|
|
22364
|
+
"self_care_&_balance": "Self-Care & Balance",
|
|
22365
|
+
social_well_being_relationships: social_well_being_relationships$4,
|
|
22366
|
+
social_well_being_environment: social_well_being_environment$4,
|
|
22367
|
+
intellectual_well_being: intellectual_well_being$4,
|
|
22368
|
+
colleague_or_staff_member_you_like_to_praise_or_thank: colleague_or_staff_member_you_like_to_praise_or_thank$4,
|
|
22369
|
+
wellbeing_finished: wellbeing_finished$4,
|
|
22370
|
+
take_a_moment_for_you: take_a_moment_for_you$4,
|
|
22371
|
+
it_s_time_to_take_care_of_yourself_start_your_well_being_check_in_to_reflect_on_how_you_re_doing_and_receive_the_support_you_deserve: it_s_time_to_take_care_of_yourself_start_your_well_being_check_in_to_reflect_on_how_you_re_doing_and_receive_the_support_you_deserve$4,
|
|
22372
|
+
start_check_in_now: start_check_in_now$4,
|
|
22373
|
+
i_ll_do_it_later: i_ll_do_it_later$4,
|
|
22011
22374
|
number_of_conversations: number_of_conversations$4,
|
|
22012
22375
|
number_of_expected_conversations_based_on_the_goal: number_of_expected_conversations_based_on_the_goal$4
|
|
22013
22376
|
};
|
|
@@ -39598,6 +39961,7 @@ var showMenuBar = toolkit.createAction("common/showMenuBar");
|
|
|
39598
39961
|
var showFontSize = toolkit.createAction("common/showFontSize");
|
|
39599
39962
|
var setEnableIEP = toolkit.createAction("common/setEnableIEP");
|
|
39600
39963
|
var setEnableSurvey = toolkit.createAction("common/setEnableSurvey");
|
|
39964
|
+
var setEnableWellBeing = toolkit.createAction("common/setEnableWellBeing");
|
|
39601
39965
|
var setEnableMarioAi = toolkit.createAction("common/setEnableMarioAi");
|
|
39602
39966
|
var setSandboxMode = toolkit.createAction("common/setSandboxMode");
|
|
39603
39967
|
var setConversationOneToOne = toolkit.createAction("common/setConversationOneToOne");
|
|
@@ -53406,6 +53770,8 @@ var commonReducer = toolkit.createReducer(initialState, function (builder) {
|
|
|
53406
53770
|
state.isEnableIEP = action.payload;
|
|
53407
53771
|
}).addCase(setEnableSurvey, function (state, action) {
|
|
53408
53772
|
state.isEnableSurvey = action.payload;
|
|
53773
|
+
}).addCase(setEnableWellBeing, function (state, action) {
|
|
53774
|
+
state.isEnableWellBeing = action.payload;
|
|
53409
53775
|
}).addCase(setEnableMarioAi, function (state, action) {
|
|
53410
53776
|
state.isEnableMarioAi = action.payload;
|
|
53411
53777
|
}).addCase(setConversationOneToOne, function (state, action) {
|
|
@@ -54930,6 +55296,7 @@ exports.setEditItemQuesion = setEditItemQuesion;
|
|
|
54930
55296
|
exports.setEnableIEP = setEnableIEP;
|
|
54931
55297
|
exports.setEnableMarioAi = setEnableMarioAi;
|
|
54932
55298
|
exports.setEnableSurvey = setEnableSurvey;
|
|
55299
|
+
exports.setEnableWellBeing = setEnableWellBeing;
|
|
54933
55300
|
exports.setFeedbackList = setFeedbackList;
|
|
54934
55301
|
exports.setFilterWidget = setFilterWidget;
|
|
54935
55302
|
exports.setGoalExampleList = setGoalExampleList;
|