mario-core 2.9.409-feedback → 2.9.409-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 +287 -33
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +287 -34
- 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
|
@@ -845,7 +845,7 @@ var email_notifications = "Email Notifications";
|
|
|
845
845
|
var turn_on_all_emails = "Turn on all emails";
|
|
846
846
|
var a_student_responds_to_a_1_1_readiness_to_learn_with_no = "A student responds to a 1-1 Readiness to Learn with “NO”";
|
|
847
847
|
var a_student_reported_a_low_safety_score_on_a_check_in = "A student reported a low safety score on a check-in";
|
|
848
|
-
var continue_as = "Continue as
|
|
848
|
+
var continue_as = "Continue as";
|
|
849
849
|
var admin = "Admin";
|
|
850
850
|
var counselor = "Counselor";
|
|
851
851
|
var support_teacher = "SupportTeacher";
|
|
@@ -2035,6 +2035,7 @@ var your_survey_was_sent_to_x_students_and_y_staff_members_you_can_keep_track_of
|
|
|
2035
2035
|
var leave = "leave";
|
|
2036
2036
|
var go_to_the_survey_dashboard = "Go to the Survey Dashboard";
|
|
2037
2037
|
var my_dashboard = "My Dashboard";
|
|
2038
|
+
var nice_choice_what_area_of_category_would_you_like_to_work_on = "Nice choice! What area of {{category}} would you like to work on?";
|
|
2038
2039
|
var nice_choice_what_area_of_academics_would_you_like_to_work_on = "Nice choice! What area of Academics would you like to work on?";
|
|
2039
2040
|
var nice_choice_what_area_of_organization_would_you_like_to_work_on = "Nice choice! What area of Organization would you like to work on?";
|
|
2040
2041
|
var nice_choice_what_area_of_focus_would_you_like_to_work_on = "Nice choice! What area of Focus would you like to work on?";
|
|
@@ -2182,7 +2183,47 @@ var save_note = "Save note";
|
|
|
2182
2183
|
var type_the_main_focus_of_this_session = "Type the main focus of this session";
|
|
2183
2184
|
var please_add_title_note = "Please add note title";
|
|
2184
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 not be shared 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";
|
|
2185
2222
|
var school_monthly_usage = "School Monthly Usage";
|
|
2223
|
+
var location$1 = "Location";
|
|
2224
|
+
var edit_my_profile = "Edit My Profile";
|
|
2225
|
+
var save_new_password = "Save new password";
|
|
2226
|
+
var teacher_code = "Teacher code";
|
|
2186
2227
|
var lang_us = {
|
|
2187
2228
|
dashboard: dashboard,
|
|
2188
2229
|
user: user,
|
|
@@ -4221,6 +4262,7 @@ var lang_us = {
|
|
|
4221
4262
|
leave: leave,
|
|
4222
4263
|
go_to_the_survey_dashboard: go_to_the_survey_dashboard,
|
|
4223
4264
|
my_dashboard: my_dashboard,
|
|
4265
|
+
nice_choice_what_area_of_category_would_you_like_to_work_on: nice_choice_what_area_of_category_would_you_like_to_work_on,
|
|
4224
4266
|
"nice_choice_what_area_of_well-being_would_you_like_to_work_on": "Nice choice! What area of Well-being would you like to work on?",
|
|
4225
4267
|
nice_choice_what_area_of_academics_would_you_like_to_work_on: nice_choice_what_area_of_academics_would_you_like_to_work_on,
|
|
4226
4268
|
nice_choice_what_area_of_organization_would_you_like_to_work_on: nice_choice_what_area_of_organization_would_you_like_to_work_on,
|
|
@@ -4381,7 +4423,48 @@ var lang_us = {
|
|
|
4381
4423
|
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session,
|
|
4382
4424
|
please_add_title_note: please_add_title_note,
|
|
4383
4425
|
notes_and_logs: notes_and_logs,
|
|
4384
|
-
|
|
4426
|
+
my_well_being: my_well_being,
|
|
4427
|
+
my_well_Being_check_in: my_well_Being_check_in,
|
|
4428
|
+
my_sessions: my_sessions,
|
|
4429
|
+
your_personal_data_will_not_be_shared_with_anyone_else: your_personal_data_will_not_be_shared_with_anyone_else,
|
|
4430
|
+
school_leadership_will_only_see_aggregated_data: school_leadership_will_only_see_aggregated_data,
|
|
4431
|
+
save_filters: save_filters,
|
|
4432
|
+
clear_all_filters: clear_all_filters,
|
|
4433
|
+
my_well_being_check_in: my_well_being_check_in,
|
|
4434
|
+
unless_you_specifically_choose_to_do_this: unless_you_specifically_choose_to_do_this,
|
|
4435
|
+
physical_well_being: physical_well_being,
|
|
4436
|
+
emotional_well_being: emotional_well_being,
|
|
4437
|
+
"self_care_&_balance": "Self-Care & Balance",
|
|
4438
|
+
social_well_being_relationships: social_well_being_relationships,
|
|
4439
|
+
social_well_being_environment: social_well_being_environment,
|
|
4440
|
+
intellectual_well_being: intellectual_well_being,
|
|
4441
|
+
colleague_or_staff_member_you_like_to_praise_or_thank: colleague_or_staff_member_you_like_to_praise_or_thank,
|
|
4442
|
+
wellbeing_finished: wellbeing_finished,
|
|
4443
|
+
check_in: check_in,
|
|
4444
|
+
take_a_moment_for_you: take_a_moment_for_you,
|
|
4445
|
+
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,
|
|
4446
|
+
start_check_in_now: start_check_in_now,
|
|
4447
|
+
i_ll_do_it_later: i_ll_do_it_later,
|
|
4448
|
+
survey_portal: survey_portal,
|
|
4449
|
+
external_api: external_api,
|
|
4450
|
+
teacher_well_being: teacher_well_being,
|
|
4451
|
+
frequency_and_setup: frequency_and_setup,
|
|
4452
|
+
well_being_dashboard: well_being_dashboard,
|
|
4453
|
+
go_to_dashboard: go_to_dashboard,
|
|
4454
|
+
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,
|
|
4455
|
+
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,
|
|
4456
|
+
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,
|
|
4457
|
+
check_in_complete: check_in_complete,
|
|
4458
|
+
schedule_a_conversation: schedule_a_conversation,
|
|
4459
|
+
select_a_contact_to_speak_with: select_a_contact_to_speak_with,
|
|
4460
|
+
what_would_you_like_to_discuss: what_would_you_like_to_discuss,
|
|
4461
|
+
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,
|
|
4462
|
+
wellbeing_sections: wellbeing_sections,
|
|
4463
|
+
school_monthly_usage: school_monthly_usage,
|
|
4464
|
+
location: location$1,
|
|
4465
|
+
edit_my_profile: edit_my_profile,
|
|
4466
|
+
save_new_password: save_new_password,
|
|
4467
|
+
teacher_code: teacher_code
|
|
4385
4468
|
};
|
|
4386
4469
|
|
|
4387
4470
|
var dashboard$1 = "Dashboard";
|
|
@@ -4399,7 +4482,7 @@ var cancel$1 = "Cancel";
|
|
|
4399
4482
|
var hey$1 = "Hey";
|
|
4400
4483
|
var readiness_to_learn$1 = "Readiness to Learn";
|
|
4401
4484
|
var high_impact_learning_strategies$1 = "High Impact Learning Strategies";
|
|
4402
|
-
var check_in = "Check In";
|
|
4485
|
+
var check_in$1 = "Check In";
|
|
4403
4486
|
var check_ins$1 = "Check Ins";
|
|
4404
4487
|
var reflection$1 = "Reflection";
|
|
4405
4488
|
var conferences$1 = "Conferences";
|
|
@@ -5193,7 +5276,7 @@ var email_notifications$1 = "Email Notifications";
|
|
|
5193
5276
|
var turn_on_all_emails$1 = "Turn on all emails";
|
|
5194
5277
|
var a_student_responds_to_a_1_1_readiness_to_learn_with_no$1 = "A student responds to a 1-1 Readiness to Learn with “NO”";
|
|
5195
5278
|
var a_student_reported_a_low_safety_score_on_a_check_in$1 = "A student reported a low safety score on a check-in";
|
|
5196
|
-
var continue_as$1 = "Continue as
|
|
5279
|
+
var continue_as$1 = "Continue as";
|
|
5197
5280
|
var admin$1 = "Admin";
|
|
5198
5281
|
var counselor$1 = "Counselor";
|
|
5199
5282
|
var support_teacher$1 = "SupportTeacher";
|
|
@@ -6382,6 +6465,7 @@ var your_survey_was_sent_to_x_students_and_y_staff_members_you_can_keep_track_of
|
|
|
6382
6465
|
var leave$1 = "leave";
|
|
6383
6466
|
var go_to_the_survey_dashboard$1 = "Go to the Survey Dashboard";
|
|
6384
6467
|
var my_dashboard$1 = "My Dashboard";
|
|
6468
|
+
var nice_choice_what_area_of_category_would_you_like_to_work_on$1 = "Nice choice! What area of {{category}} would you like to work on?";
|
|
6385
6469
|
var nice_choice_what_area_of_academics_would_you_like_to_work_on$1 = "Nice choice! What area of Academics would you like to work on?";
|
|
6386
6470
|
var nice_choice_what_area_of_organization_would_you_like_to_work_on$1 = "Nice choice! What area of Organization would you like to work on?";
|
|
6387
6471
|
var nice_choice_what_area_of_focus_would_you_like_to_work_on$1 = "Nice choice! What area of Focus would you like to work on?";
|
|
@@ -6527,7 +6611,26 @@ var save_note$1 = "Save note";
|
|
|
6527
6611
|
var type_the_main_focus_of_this_session$1 = "Type the main focus of this session";
|
|
6528
6612
|
var please_add_title_note$1 = "Please add note title";
|
|
6529
6613
|
var notes_and_logs$1 = "Notes and Logs";
|
|
6614
|
+
var survey_portal$1 = "Survey Portal";
|
|
6615
|
+
var external_api$1 = "External Api";
|
|
6616
|
+
var teacher_well_being$1 = "Teacher Well-Being";
|
|
6617
|
+
var frequency_and_setup$1 = "Frequency and Setup";
|
|
6618
|
+
var well_being_dashboard$1 = "Well-Being Dashboard";
|
|
6619
|
+
var go_to_dashboard$1 = "Go to dashboard";
|
|
6620
|
+
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.";
|
|
6621
|
+
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.";
|
|
6622
|
+
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.";
|
|
6623
|
+
var check_in_complete$1 = "Check-in Complete!";
|
|
6624
|
+
var schedule_a_conversation$1 = "Schedule a Conversation";
|
|
6625
|
+
var select_a_contact_to_speak_with$1 = "Select a contact to speak with";
|
|
6626
|
+
var what_would_you_like_to_discuss$1 = "What would you like to discuss?";
|
|
6627
|
+
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...";
|
|
6628
|
+
var wellbeing_sections$1 = "Wellbeing Sections";
|
|
6530
6629
|
var school_monthly_usage$1 = "School Monthly Usage";
|
|
6630
|
+
var location$2 = "Location";
|
|
6631
|
+
var edit_my_profile$1 = "Edit My Profile";
|
|
6632
|
+
var save_new_password$1 = "Save new password";
|
|
6633
|
+
var teacher_code$1 = "Teacher code";
|
|
6531
6634
|
var lang_uk = {
|
|
6532
6635
|
dashboard: dashboard$1,
|
|
6533
6636
|
user: user$1,
|
|
@@ -6545,7 +6648,7 @@ var lang_uk = {
|
|
|
6545
6648
|
readiness_to_learn: readiness_to_learn$1,
|
|
6546
6649
|
high_impact_learning_strategies: high_impact_learning_strategies$1,
|
|
6547
6650
|
"1_to_1": "1 to 1",
|
|
6548
|
-
check_in: check_in,
|
|
6651
|
+
check_in: check_in$1,
|
|
6549
6652
|
check_ins: check_ins$1,
|
|
6550
6653
|
reflection: reflection$1,
|
|
6551
6654
|
conferences: conferences$1,
|
|
@@ -8566,6 +8669,7 @@ var lang_uk = {
|
|
|
8566
8669
|
leave: leave$1,
|
|
8567
8670
|
go_to_the_survey_dashboard: go_to_the_survey_dashboard$1,
|
|
8568
8671
|
my_dashboard: my_dashboard$1,
|
|
8672
|
+
nice_choice_what_area_of_category_would_you_like_to_work_on: nice_choice_what_area_of_category_would_you_like_to_work_on$1,
|
|
8569
8673
|
"nice_choice_what_area_of_well-being_would_you_like_to_work_on": "Nice choice! What area of Well-being would you like to work on?",
|
|
8570
8674
|
nice_choice_what_area_of_academics_would_you_like_to_work_on: nice_choice_what_area_of_academics_would_you_like_to_work_on$1,
|
|
8571
8675
|
nice_choice_what_area_of_organization_would_you_like_to_work_on: nice_choice_what_area_of_organization_would_you_like_to_work_on$1,
|
|
@@ -8724,7 +8828,26 @@ var lang_uk = {
|
|
|
8724
8828
|
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session$1,
|
|
8725
8829
|
please_add_title_note: please_add_title_note$1,
|
|
8726
8830
|
notes_and_logs: notes_and_logs$1,
|
|
8727
|
-
|
|
8831
|
+
survey_portal: survey_portal$1,
|
|
8832
|
+
external_api: external_api$1,
|
|
8833
|
+
teacher_well_being: teacher_well_being$1,
|
|
8834
|
+
frequency_and_setup: frequency_and_setup$1,
|
|
8835
|
+
well_being_dashboard: well_being_dashboard$1,
|
|
8836
|
+
go_to_dashboard: go_to_dashboard$1,
|
|
8837
|
+
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,
|
|
8838
|
+
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,
|
|
8839
|
+
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,
|
|
8840
|
+
check_in_complete: check_in_complete$1,
|
|
8841
|
+
schedule_a_conversation: schedule_a_conversation$1,
|
|
8842
|
+
select_a_contact_to_speak_with: select_a_contact_to_speak_with$1,
|
|
8843
|
+
what_would_you_like_to_discuss: what_would_you_like_to_discuss$1,
|
|
8844
|
+
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,
|
|
8845
|
+
wellbeing_sections: wellbeing_sections$1,
|
|
8846
|
+
school_monthly_usage: school_monthly_usage$1,
|
|
8847
|
+
location: location$2,
|
|
8848
|
+
edit_my_profile: edit_my_profile$1,
|
|
8849
|
+
save_new_password: save_new_password$1,
|
|
8850
|
+
teacher_code: teacher_code$1
|
|
8728
8851
|
};
|
|
8729
8852
|
|
|
8730
8853
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -8742,7 +8865,7 @@ var cancel$2 = "إلغاء";
|
|
|
8742
8865
|
var hey$2 = "مرحبًا";
|
|
8743
8866
|
var readiness_to_learn$2 = "الاستعداد للتعلم";
|
|
8744
8867
|
var high_impact_learning_strategies$2 = "استراتيجيات التعلم عالية التأثير";
|
|
8745
|
-
var check_in$
|
|
8868
|
+
var check_in$2 = "تسجيل الحضور";
|
|
8746
8869
|
var check_ins$2 = "عمليات تسجيل الحضور";
|
|
8747
8870
|
var reflection$2 = "التفكير";
|
|
8748
8871
|
var conferences$2 = "اللقاءات";
|
|
@@ -9533,7 +9656,7 @@ var email_notifications$2 = "إشعارات البريد الإلكتروني";
|
|
|
9533
9656
|
var turn_on_all_emails$2 = "تشغيل جميع عناوين البريد الإلكتروني";
|
|
9534
9657
|
var a_student_responds_to_a_1_1_readiness_to_learn_with_no$2 = "استجابة طالب للاستعداد للتعلم في المحادثة الفردية بـ \"لا\"";
|
|
9535
9658
|
var a_student_reported_a_low_safety_score_on_a_check_in$2 = "إبلاغ طالب عن انخفاض درجة السلامة عند تسجيل حضوره";
|
|
9536
|
-
var continue_as$2 = "الاستمرار
|
|
9659
|
+
var continue_as$2 = "الاستمرار كـ";
|
|
9537
9660
|
var admin$2 = "المدير";
|
|
9538
9661
|
var counselor$2 = "المستشار";
|
|
9539
9662
|
var support_teacher$2 = "معلِّم الدعم";
|
|
@@ -10757,6 +10880,7 @@ var your_survey_was_sent_to_x_students_and_y_staff_members_you_can_keep_track_of
|
|
|
10757
10880
|
var leave$2 = "يترك";
|
|
10758
10881
|
var go_to_the_survey_dashboard$2 = "انتقل إلى لوحة معلومات الاستطلاع";
|
|
10759
10882
|
var my_dashboard$2 = "لوحة التحكم الخاصة بي";
|
|
10883
|
+
var nice_choice_what_area_of_category_would_you_like_to_work_on$2 = "اختيار جميل! ما هو مجال {{category}} الذي ترغب في العمل عليه؟";
|
|
10760
10884
|
var nice_choice_what_area_of_academics_would_you_like_to_work_on$2 = "اختيار جميل! ما هو المجال الأكاديمي الذي ترغب بالعمل فيه؟";
|
|
10761
10885
|
var nice_choice_what_area_of_organization_would_you_like_to_work_on$2 = "اختيار جميل! في أي مجال من مجالات المنظمة تود العمل؟";
|
|
10762
10886
|
var nice_choice_what_area_of_focus_would_you_like_to_work_on$2 = "اختيار جميل! ما هو مجال التركيز الذي ترغب في العمل عليه؟";
|
|
@@ -10900,7 +11024,27 @@ var save_note$2 = "Save note";
|
|
|
10900
11024
|
var type_the_main_focus_of_this_session$2 = "Type the main focus of this session";
|
|
10901
11025
|
var please_add_title_note$2 = "Please add note title";
|
|
10902
11026
|
var notes_and_logs$2 = "Notes and Logs";
|
|
11027
|
+
var survey_portal$2 = "Survey Portal";
|
|
11028
|
+
var integrations$2 = "Integrations";
|
|
11029
|
+
var external_api$2 = "External Api";
|
|
11030
|
+
var teacher_well_being$2 = "Teacher Well-Being";
|
|
11031
|
+
var frequency_and_setup$2 = "Frequency and Setup";
|
|
11032
|
+
var well_being_dashboard$2 = "Well-Being Dashboard";
|
|
11033
|
+
var go_to_dashboard$2 = "Go to dashboard";
|
|
11034
|
+
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.";
|
|
11035
|
+
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.";
|
|
11036
|
+
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.";
|
|
11037
|
+
var check_in_complete$2 = "Check-in Complete!";
|
|
11038
|
+
var schedule_a_conversation$2 = "Schedule a Conversation";
|
|
11039
|
+
var select_a_contact_to_speak_with$2 = "Select a contact to speak with";
|
|
11040
|
+
var what_would_you_like_to_discuss$2 = "What would you like to discuss?";
|
|
11041
|
+
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...";
|
|
11042
|
+
var wellbeing_sections$2 = "Wellbeing Sections";
|
|
10903
11043
|
var school_monthly_usage$2 = "School Monthly Usage";
|
|
11044
|
+
var location$3 = "Location";
|
|
11045
|
+
var edit_my_profile$2 = "Edit My Profile";
|
|
11046
|
+
var save_new_password$2 = "Save new password";
|
|
11047
|
+
var teacher_code$2 = "Teacher code";
|
|
10904
11048
|
var lang_ar = {
|
|
10905
11049
|
dashboard: dashboard$2,
|
|
10906
11050
|
user: user$2,
|
|
@@ -10918,7 +11062,7 @@ var lang_ar = {
|
|
|
10918
11062
|
readiness_to_learn: readiness_to_learn$2,
|
|
10919
11063
|
high_impact_learning_strategies: high_impact_learning_strategies$2,
|
|
10920
11064
|
"1_to_1": "1 إلى 1",
|
|
10921
|
-
check_in: check_in$
|
|
11065
|
+
check_in: check_in$2,
|
|
10922
11066
|
check_ins: check_ins$2,
|
|
10923
11067
|
reflection: reflection$2,
|
|
10924
11068
|
conferences: conferences$2,
|
|
@@ -12973,6 +13117,7 @@ var lang_ar = {
|
|
|
12973
13117
|
leave: leave$2,
|
|
12974
13118
|
go_to_the_survey_dashboard: go_to_the_survey_dashboard$2,
|
|
12975
13119
|
my_dashboard: my_dashboard$2,
|
|
13120
|
+
nice_choice_what_area_of_category_would_you_like_to_work_on: nice_choice_what_area_of_category_would_you_like_to_work_on$2,
|
|
12976
13121
|
"nice_choice_what_area_of_well-being_would_you_like_to_work_on": "اختيار جميل! ما هو مجال الصحة والرفاهية الذي ترغب في العمل فيه؟",
|
|
12977
13122
|
nice_choice_what_area_of_academics_would_you_like_to_work_on: nice_choice_what_area_of_academics_would_you_like_to_work_on$2,
|
|
12978
13123
|
nice_choice_what_area_of_organization_would_you_like_to_work_on: nice_choice_what_area_of_organization_would_you_like_to_work_on$2,
|
|
@@ -13129,7 +13274,27 @@ var lang_ar = {
|
|
|
13129
13274
|
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session$2,
|
|
13130
13275
|
please_add_title_note: please_add_title_note$2,
|
|
13131
13276
|
notes_and_logs: notes_and_logs$2,
|
|
13132
|
-
|
|
13277
|
+
survey_portal: survey_portal$2,
|
|
13278
|
+
integrations: integrations$2,
|
|
13279
|
+
external_api: external_api$2,
|
|
13280
|
+
teacher_well_being: teacher_well_being$2,
|
|
13281
|
+
frequency_and_setup: frequency_and_setup$2,
|
|
13282
|
+
well_being_dashboard: well_being_dashboard$2,
|
|
13283
|
+
go_to_dashboard: go_to_dashboard$2,
|
|
13284
|
+
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,
|
|
13285
|
+
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,
|
|
13286
|
+
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,
|
|
13287
|
+
check_in_complete: check_in_complete$2,
|
|
13288
|
+
schedule_a_conversation: schedule_a_conversation$2,
|
|
13289
|
+
select_a_contact_to_speak_with: select_a_contact_to_speak_with$2,
|
|
13290
|
+
what_would_you_like_to_discuss: what_would_you_like_to_discuss$2,
|
|
13291
|
+
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,
|
|
13292
|
+
wellbeing_sections: wellbeing_sections$2,
|
|
13293
|
+
school_monthly_usage: school_monthly_usage$2,
|
|
13294
|
+
location: location$3,
|
|
13295
|
+
edit_my_profile: edit_my_profile$2,
|
|
13296
|
+
save_new_password: save_new_password$2,
|
|
13297
|
+
teacher_code: teacher_code$2
|
|
13133
13298
|
};
|
|
13134
13299
|
|
|
13135
13300
|
var dashboard$3 = "Cuadro de mandos";
|
|
@@ -13147,7 +13312,7 @@ var cancel$3 = "Cancelar";
|
|
|
13147
13312
|
var hey$3 = "Hola";
|
|
13148
13313
|
var readiness_to_learn$3 = "Preparación para el aprendizaje";
|
|
13149
13314
|
var high_impact_learning_strategies$3 = "Estrategias de aprendizaje de alto impacto";
|
|
13150
|
-
var check_in$
|
|
13315
|
+
var check_in$3 = "Registro";
|
|
13151
13316
|
var check_ins$3 = "Registro de entrada";
|
|
13152
13317
|
var reflection$3 = "Reflexión";
|
|
13153
13318
|
var conferences$3 = "Conferencias";
|
|
@@ -13938,7 +14103,7 @@ var email_notifications$3 = "Notificaciones por correo electrónico";
|
|
|
13938
14103
|
var turn_on_all_emails$3 = "Active todos los correos electrónicos";
|
|
13939
14104
|
var a_student_responds_to_a_1_1_readiness_to_learn_with_no$3 = "Un estudiante responde a un 1-1 Preparación para aprender con un No";
|
|
13940
14105
|
var a_student_reported_a_low_safety_score_on_a_check_in$3 = "Un estudiante informó de una puntuación de seguridad baja en un registro";
|
|
13941
|
-
var continue_as$3 = "Continuar como
|
|
14106
|
+
var continue_as$3 = "Continuar como";
|
|
13942
14107
|
var admin$3 = "Administrador";
|
|
13943
14108
|
var counselor$3 = "Consejero";
|
|
13944
14109
|
var support_teacher$3 = "Profesor de apoyo";
|
|
@@ -15162,6 +15327,7 @@ var your_survey_was_sent_to_x_students_and_y_staff_members_you_can_keep_track_of
|
|
|
15162
15327
|
var leave$3 = "dejar";
|
|
15163
15328
|
var go_to_the_survey_dashboard$3 = "Ir al panel de encuestas";
|
|
15164
15329
|
var my_dashboard$3 = "Mi panel de control";
|
|
15330
|
+
var nice_choice_what_area_of_category_would_you_like_to_work_on$3 = "¡Buena elección! ¿En qué área de {{category}} te gustaría trabajar?";
|
|
15165
15331
|
var nice_choice_what_area_of_academics_would_you_like_to_work_on$3 = "¡Chica Nick! Y veo si tienes estudios académicos y un hijo tuyo, Taher, ¿tienes algún trabajo?";
|
|
15166
15332
|
var nice_choice_what_area_of_organization_would_you_like_to_work_on$3 = "¡Chica Nick! Y a ver si ya estás arreglando y tienes un hijo, tienes un papel?";
|
|
15167
15333
|
var nice_choice_what_area_of_focus_would_you_like_to_work_on$3 = "¡Chica Nick! Y a ver si Fox y su hijo son como tú, Taher, ¿qué pasa?";
|
|
@@ -15305,7 +15471,27 @@ var save_note$3 = "Save note";
|
|
|
15305
15471
|
var type_the_main_focus_of_this_session$3 = "Type the main focus of this session";
|
|
15306
15472
|
var please_add_title_note$3 = "Please add note title";
|
|
15307
15473
|
var notes_and_logs$3 = "Notes and Logs";
|
|
15474
|
+
var survey_portal$3 = "Survey Portal";
|
|
15475
|
+
var integrations$3 = "Integrations";
|
|
15476
|
+
var external_api$3 = "External Api";
|
|
15477
|
+
var teacher_well_being$3 = "Teacher Well-Being";
|
|
15478
|
+
var frequency_and_setup$3 = "Frequency and Setup";
|
|
15479
|
+
var well_being_dashboard$3 = "Well-Being Dashboard";
|
|
15480
|
+
var go_to_dashboard$3 = "Go to dashboard";
|
|
15481
|
+
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.";
|
|
15482
|
+
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.";
|
|
15483
|
+
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.";
|
|
15484
|
+
var check_in_complete$3 = "Check-in Complete!";
|
|
15485
|
+
var schedule_a_conversation$3 = "Schedule a Conversation";
|
|
15486
|
+
var select_a_contact_to_speak_with$3 = "Select a contact to speak with";
|
|
15487
|
+
var what_would_you_like_to_discuss$3 = "What would you like to discuss?";
|
|
15488
|
+
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...";
|
|
15489
|
+
var wellbeing_sections$3 = "Wellbeing Sections";
|
|
15308
15490
|
var school_monthly_usage$3 = "School Monthly Usage";
|
|
15491
|
+
var location$4 = "Location";
|
|
15492
|
+
var edit_my_profile$3 = "Edit My Profile";
|
|
15493
|
+
var save_new_password$3 = "Save new password";
|
|
15494
|
+
var teacher_code$3 = "Teacher code";
|
|
15309
15495
|
var lang_es = {
|
|
15310
15496
|
dashboard: dashboard$3,
|
|
15311
15497
|
user: user$3,
|
|
@@ -15323,7 +15509,7 @@ var lang_es = {
|
|
|
15323
15509
|
readiness_to_learn: readiness_to_learn$3,
|
|
15324
15510
|
high_impact_learning_strategies: high_impact_learning_strategies$3,
|
|
15325
15511
|
"1_to_1": "1 a 1",
|
|
15326
|
-
check_in: check_in$
|
|
15512
|
+
check_in: check_in$3,
|
|
15327
15513
|
check_ins: check_ins$3,
|
|
15328
15514
|
reflection: reflection$3,
|
|
15329
15515
|
conferences: conferences$3,
|
|
@@ -17378,6 +17564,7 @@ var lang_es = {
|
|
|
17378
17564
|
leave: leave$3,
|
|
17379
17565
|
go_to_the_survey_dashboard: go_to_the_survey_dashboard$3,
|
|
17380
17566
|
my_dashboard: my_dashboard$3,
|
|
17567
|
+
nice_choice_what_area_of_category_would_you_like_to_work_on: nice_choice_what_area_of_category_would_you_like_to_work_on$3,
|
|
17381
17568
|
"nice_choice_what_area_of_well-being_would_you_like_to_work_on": "¡Buena elección! ¿En qué área del bienestar te gustaría trabajar?",
|
|
17382
17569
|
nice_choice_what_area_of_academics_would_you_like_to_work_on: nice_choice_what_area_of_academics_would_you_like_to_work_on$3,
|
|
17383
17570
|
nice_choice_what_area_of_organization_would_you_like_to_work_on: nice_choice_what_area_of_organization_would_you_like_to_work_on$3,
|
|
@@ -17534,7 +17721,27 @@ var lang_es = {
|
|
|
17534
17721
|
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session$3,
|
|
17535
17722
|
please_add_title_note: please_add_title_note$3,
|
|
17536
17723
|
notes_and_logs: notes_and_logs$3,
|
|
17537
|
-
|
|
17724
|
+
survey_portal: survey_portal$3,
|
|
17725
|
+
integrations: integrations$3,
|
|
17726
|
+
external_api: external_api$3,
|
|
17727
|
+
teacher_well_being: teacher_well_being$3,
|
|
17728
|
+
frequency_and_setup: frequency_and_setup$3,
|
|
17729
|
+
well_being_dashboard: well_being_dashboard$3,
|
|
17730
|
+
go_to_dashboard: go_to_dashboard$3,
|
|
17731
|
+
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,
|
|
17732
|
+
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,
|
|
17733
|
+
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,
|
|
17734
|
+
check_in_complete: check_in_complete$3,
|
|
17735
|
+
schedule_a_conversation: schedule_a_conversation$3,
|
|
17736
|
+
select_a_contact_to_speak_with: select_a_contact_to_speak_with$3,
|
|
17737
|
+
what_would_you_like_to_discuss: what_would_you_like_to_discuss$3,
|
|
17738
|
+
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,
|
|
17739
|
+
wellbeing_sections: wellbeing_sections$3,
|
|
17740
|
+
school_monthly_usage: school_monthly_usage$3,
|
|
17741
|
+
location: location$4,
|
|
17742
|
+
edit_my_profile: edit_my_profile$3,
|
|
17743
|
+
save_new_password: save_new_password$3,
|
|
17744
|
+
teacher_code: teacher_code$3
|
|
17538
17745
|
};
|
|
17539
17746
|
|
|
17540
17747
|
var dashboard$4 = "仪表板";
|
|
@@ -17552,7 +17759,7 @@ var cancel$4 = "取消";
|
|
|
17552
17759
|
var hey$4 = "您好";
|
|
17553
17760
|
var readiness_to_learn$4 = "准备学习";
|
|
17554
17761
|
var high_impact_learning_strategies$4 = "高效学习策略";
|
|
17555
|
-
var check_in$
|
|
17762
|
+
var check_in$4 = "签到";
|
|
17556
17763
|
var check_ins$4 = "签到";
|
|
17557
17764
|
var reflection$4 = "反思";
|
|
17558
17765
|
var conferences$4 = "讨论会";
|
|
@@ -18343,7 +18550,7 @@ var email_notifications$4 = "电子邮件通知";
|
|
|
18343
18550
|
var turn_on_all_emails$4 = "打开所有电子邮件";
|
|
18344
18551
|
var a_student_responds_to_a_1_1_readiness_to_learn_with_no$4 = "学生对 1-1 学习准备度的回复为“否”";
|
|
18345
18552
|
var a_student_reported_a_low_safety_score_on_a_check_in$4 = "学生在签到时报告安全分数低";
|
|
18346
|
-
var continue_as$4 = "
|
|
18553
|
+
var continue_as$4 = "继续担任";
|
|
18347
18554
|
var admin$4 = "管理员";
|
|
18348
18555
|
var counselor$4 = "辅导员";
|
|
18349
18556
|
var support_teacher$4 = "支持老师";
|
|
@@ -19567,6 +19774,7 @@ var your_survey_was_sent_to_x_students_and_y_staff_members_you_can_keep_track_of
|
|
|
19567
19774
|
var leave$4 = "离开";
|
|
19568
19775
|
var go_to_the_survey_dashboard$4 = "前往调查仪表板";
|
|
19569
19776
|
var my_dashboard$4 = "我的仪表板";
|
|
19777
|
+
var nice_choice_what_area_of_category_would_you_like_to_work_on$4 = "不错的选择!您想在哪个{{category}}领域开展工作?";
|
|
19570
19778
|
var nice_choice_what_area_of_academics_would_you_like_to_work_on$4 = "尼克·奇克!我看到如果你有学者和你的儿子塔希尔,你有论文吗?";
|
|
19571
19779
|
var nice_choice_what_area_of_organization_would_you_like_to_work_on$4 = "尼克·奇克!让我看看,如果您正在安排,并且您有一个儿子,您有文件吗?";
|
|
19572
19780
|
var nice_choice_what_area_of_focus_would_you_like_to_work_on$4 = "不错的选择!您希望在哪个重点领域开展工作?";
|
|
@@ -19710,7 +19918,27 @@ var save_note$4 = "Save note";
|
|
|
19710
19918
|
var type_the_main_focus_of_this_session$4 = "Type the main focus of this session";
|
|
19711
19919
|
var please_add_title_note$4 = "Please add note title";
|
|
19712
19920
|
var notes_and_logs$4 = "Notes and Logs";
|
|
19921
|
+
var survey_portal$4 = "Survey Portal";
|
|
19922
|
+
var integrations$4 = "Integrations";
|
|
19923
|
+
var external_api$4 = "External Api";
|
|
19924
|
+
var teacher_well_being$4 = "Teacher Well-Being";
|
|
19925
|
+
var frequency_and_setup$4 = "Frequency and Setup";
|
|
19926
|
+
var well_being_dashboard$4 = "Well-Being Dashboard";
|
|
19927
|
+
var go_to_dashboard$4 = "Go to dashboard";
|
|
19928
|
+
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.";
|
|
19929
|
+
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.";
|
|
19930
|
+
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.";
|
|
19931
|
+
var check_in_complete$4 = "Check-in Complete!";
|
|
19932
|
+
var schedule_a_conversation$4 = "Schedule a Conversation";
|
|
19933
|
+
var select_a_contact_to_speak_with$4 = "Select a contact to speak with";
|
|
19934
|
+
var what_would_you_like_to_discuss$4 = "What would you like to discuss?";
|
|
19935
|
+
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...";
|
|
19936
|
+
var wellbeing_sections$4 = "Wellbeing Sections";
|
|
19713
19937
|
var school_monthly_usage$4 = "School Monthly Usage";
|
|
19938
|
+
var location$5 = "Location";
|
|
19939
|
+
var edit_my_profile$4 = "Edit My Profile";
|
|
19940
|
+
var save_new_password$4 = "Save new password";
|
|
19941
|
+
var teacher_code$4 = "Teacher code";
|
|
19714
19942
|
var lang_zh = {
|
|
19715
19943
|
dashboard: dashboard$4,
|
|
19716
19944
|
user: user$4,
|
|
@@ -19728,7 +19956,7 @@ var lang_zh = {
|
|
|
19728
19956
|
readiness_to_learn: readiness_to_learn$4,
|
|
19729
19957
|
high_impact_learning_strategies: high_impact_learning_strategies$4,
|
|
19730
19958
|
"1_to_1": "一对一",
|
|
19731
|
-
check_in: check_in$
|
|
19959
|
+
check_in: check_in$4,
|
|
19732
19960
|
check_ins: check_ins$4,
|
|
19733
19961
|
reflection: reflection$4,
|
|
19734
19962
|
conferences: conferences$4,
|
|
@@ -21783,6 +22011,7 @@ var lang_zh = {
|
|
|
21783
22011
|
leave: leave$4,
|
|
21784
22012
|
go_to_the_survey_dashboard: go_to_the_survey_dashboard$4,
|
|
21785
22013
|
my_dashboard: my_dashboard$4,
|
|
22014
|
+
nice_choice_what_area_of_category_would_you_like_to_work_on: nice_choice_what_area_of_category_would_you_like_to_work_on$4,
|
|
21786
22015
|
"nice_choice_what_area_of_well-being_would_you_like_to_work_on": "不错的选择!您想在哪个幸福健康领域开展工作?",
|
|
21787
22016
|
nice_choice_what_area_of_academics_would_you_like_to_work_on: nice_choice_what_area_of_academics_would_you_like_to_work_on$4,
|
|
21788
22017
|
nice_choice_what_area_of_organization_would_you_like_to_work_on: nice_choice_what_area_of_organization_would_you_like_to_work_on$4,
|
|
@@ -21939,7 +22168,27 @@ var lang_zh = {
|
|
|
21939
22168
|
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session$4,
|
|
21940
22169
|
please_add_title_note: please_add_title_note$4,
|
|
21941
22170
|
notes_and_logs: notes_and_logs$4,
|
|
21942
|
-
|
|
22171
|
+
survey_portal: survey_portal$4,
|
|
22172
|
+
integrations: integrations$4,
|
|
22173
|
+
external_api: external_api$4,
|
|
22174
|
+
teacher_well_being: teacher_well_being$4,
|
|
22175
|
+
frequency_and_setup: frequency_and_setup$4,
|
|
22176
|
+
well_being_dashboard: well_being_dashboard$4,
|
|
22177
|
+
go_to_dashboard: go_to_dashboard$4,
|
|
22178
|
+
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,
|
|
22179
|
+
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,
|
|
22180
|
+
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,
|
|
22181
|
+
check_in_complete: check_in_complete$4,
|
|
22182
|
+
schedule_a_conversation: schedule_a_conversation$4,
|
|
22183
|
+
select_a_contact_to_speak_with: select_a_contact_to_speak_with$4,
|
|
22184
|
+
what_would_you_like_to_discuss: what_would_you_like_to_discuss$4,
|
|
22185
|
+
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,
|
|
22186
|
+
wellbeing_sections: wellbeing_sections$4,
|
|
22187
|
+
school_monthly_usage: school_monthly_usage$4,
|
|
22188
|
+
location: location$5,
|
|
22189
|
+
edit_my_profile: edit_my_profile$4,
|
|
22190
|
+
save_new_password: save_new_password$4,
|
|
22191
|
+
teacher_code: teacher_code$4
|
|
21943
22192
|
};
|
|
21944
22193
|
|
|
21945
22194
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|
|
@@ -39528,6 +39777,7 @@ var showMenuBar = toolkit.createAction("common/showMenuBar");
|
|
|
39528
39777
|
var showFontSize = toolkit.createAction("common/showFontSize");
|
|
39529
39778
|
var setEnableIEP = toolkit.createAction("common/setEnableIEP");
|
|
39530
39779
|
var setEnableSurvey = toolkit.createAction("common/setEnableSurvey");
|
|
39780
|
+
var setEnableWellBeing = toolkit.createAction("common/setEnableWellBeing");
|
|
39531
39781
|
var setEnableMarioAi = toolkit.createAction("common/setEnableMarioAi");
|
|
39532
39782
|
var setSandboxMode = toolkit.createAction("common/setSandboxMode");
|
|
39533
39783
|
var setConversationOneToOne = toolkit.createAction("common/setConversationOneToOne");
|
|
@@ -39724,7 +39974,8 @@ var BlockLogin = function BlockLogin(_ref) {
|
|
|
39724
39974
|
lg: 6,
|
|
39725
39975
|
md: 6,
|
|
39726
39976
|
xs: 12,
|
|
39727
|
-
className: styles["btn-login-sso"] + " pl-md-2"
|
|
39977
|
+
className: styles["btn-login-sso"] + " pl-md-2",
|
|
39978
|
+
hidden: !(school !== null && school !== void 0 && school.schoolId)
|
|
39728
39979
|
}, React__default.createElement("div", {
|
|
39729
39980
|
className: styles["btn-login-with-sso"],
|
|
39730
39981
|
onClick: function onClick() {
|
|
@@ -40915,6 +41166,8 @@ var useLogin = function useLogin() {
|
|
|
40915
41166
|
try {
|
|
40916
41167
|
msalInstance.handleRedirectPromise().then(function (tokenResponse) {
|
|
40917
41168
|
try {
|
|
41169
|
+
if (!(school !== null && school !== void 0 && school.schoolId)) return Promise.resolve();
|
|
41170
|
+
|
|
40918
41171
|
var _temp38 = function () {
|
|
40919
41172
|
if (!tokenResponse) {
|
|
40920
41173
|
var accounts = msalInstance.getAllAccounts();
|
|
@@ -50210,7 +50463,7 @@ var useCSVImportTab = function useCSVImportTab() {
|
|
|
50210
50463
|
return row.trim();
|
|
50211
50464
|
});
|
|
50212
50465
|
var headerIndex = rows.findIndex(function (row) {
|
|
50213
|
-
return row.split(",").includes("
|
|
50466
|
+
return row.split(",").includes("First Name");
|
|
50214
50467
|
});
|
|
50215
50468
|
|
|
50216
50469
|
if (headerIndex === 0) {
|
|
@@ -50224,6 +50477,17 @@ var useCSVImportTab = function useCSVImportTab() {
|
|
|
50224
50477
|
});
|
|
50225
50478
|
var header = parsedData.meta.fields;
|
|
50226
50479
|
var dataRows = parsedData.data;
|
|
50480
|
+
|
|
50481
|
+
if (!!!dataRows.length) {
|
|
50482
|
+
dispatch(setLoading(false));
|
|
50483
|
+
dispatch(setAlert({
|
|
50484
|
+
type: "danger",
|
|
50485
|
+
message: 'The file has no data or some column names are misformed.'
|
|
50486
|
+
}));
|
|
50487
|
+
_exit2 = true;
|
|
50488
|
+
return;
|
|
50489
|
+
}
|
|
50490
|
+
|
|
50227
50491
|
var chunkSize = 10;
|
|
50228
50492
|
var chunks = [];
|
|
50229
50493
|
|
|
@@ -50234,12 +50498,6 @@ var useCSVImportTab = function useCSVImportTab() {
|
|
|
50234
50498
|
return (v != null ? v : "").toString().trim();
|
|
50235
50499
|
});
|
|
50236
50500
|
});
|
|
50237
|
-
console.log({
|
|
50238
|
-
valuesOnly: valuesOnly
|
|
50239
|
-
});
|
|
50240
|
-
console.log({
|
|
50241
|
-
chunkData: chunkData
|
|
50242
|
-
});
|
|
50243
50501
|
|
|
50244
50502
|
if (header) {
|
|
50245
50503
|
valuesOnly.unshift(header);
|
|
@@ -50251,13 +50509,6 @@ var useCSVImportTab = function useCSVImportTab() {
|
|
|
50251
50509
|
chunks.push(valuesOnly);
|
|
50252
50510
|
}
|
|
50253
50511
|
|
|
50254
|
-
console.log({
|
|
50255
|
-
chunks: chunks
|
|
50256
|
-
});
|
|
50257
|
-
console.log({
|
|
50258
|
-
header: header
|
|
50259
|
-
});
|
|
50260
|
-
|
|
50261
50512
|
var _temp5 = _forTo(chunks, function (i) {
|
|
50262
50513
|
return Promise.resolve(importChunkFileUsers({
|
|
50263
50514
|
chunks: chunks[i]
|
|
@@ -53765,6 +54016,8 @@ var commonReducer = toolkit.createReducer(initialState, function (builder) {
|
|
|
53765
54016
|
state.isEnableIEP = action.payload;
|
|
53766
54017
|
}).addCase(setEnableSurvey, function (state, action) {
|
|
53767
54018
|
state.isEnableSurvey = action.payload;
|
|
54019
|
+
}).addCase(setEnableWellBeing, function (state, action) {
|
|
54020
|
+
state.isEnableWellBeing = action.payload;
|
|
53768
54021
|
}).addCase(setEnableMarioAi, function (state, action) {
|
|
53769
54022
|
state.isEnableMarioAi = action.payload;
|
|
53770
54023
|
}).addCase(setConversationOneToOne, function (state, action) {
|
|
@@ -54859,6 +55112,7 @@ exports.setEditItemQuesion = setEditItemQuesion;
|
|
|
54859
55112
|
exports.setEnableIEP = setEnableIEP;
|
|
54860
55113
|
exports.setEnableMarioAi = setEnableMarioAi;
|
|
54861
55114
|
exports.setEnableSurvey = setEnableSurvey;
|
|
55115
|
+
exports.setEnableWellBeing = setEnableWellBeing;
|
|
54862
55116
|
exports.setFeedbackList = setFeedbackList;
|
|
54863
55117
|
exports.setFilterWidget = setFilterWidget;
|
|
54864
55118
|
exports.setGoalExampleList = setGoalExampleList;
|