mario-core 2.9.421-feedback → 2.9.421-release
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/containers/User/hooks/useCSVImportTab.d.ts +0 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1394 -687
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1397 -691
- package/dist/index.modern.js.map +1 -1
- package/dist/redux/commons/action.d.ts +1 -0
- package/dist/services/csvImportService.d.ts +0 -2
- package/package.json +105 -105
- package/dist/containers/Login/views/block/BlockAssignTeacherByCode.d.ts +0 -8
package/dist/index.modern.js
CHANGED
|
@@ -2,8 +2,8 @@ import 'bootstrap/dist/css/bootstrap.min.css';
|
|
|
2
2
|
import i18n from 'i18next';
|
|
3
3
|
import { initReactI18next, useTranslation } from 'react-i18next';
|
|
4
4
|
export { I18nextProvider, useTranslation } from 'react-i18next';
|
|
5
|
-
import React, { useCallback, useState, useEffect, useRef, Suspense, memo, Fragment, forwardRef, useImperativeHandle
|
|
6
|
-
import { Input, Form, FormGroup, Row, Col, Navbar, NavbarBrand, Collapse, Nav, NavItem, NavLink, Dropdown, DropdownToggle, DropdownMenu, DropdownItem, Button, Alert, Pagination, PaginationItem, PaginationLink, Table, Label,
|
|
5
|
+
import React, { useCallback, useState, useEffect, useRef, useMemo, Suspense, memo, Fragment, forwardRef, useImperativeHandle } from 'react';
|
|
6
|
+
import { Input, Form, FormGroup, Row, Col, Navbar, NavbarBrand, Collapse, Nav, NavItem, NavLink, Dropdown, DropdownToggle, DropdownMenu, DropdownItem, Modal, Button, Alert, Pagination, PaginationItem, PaginationLink, Table, Label, ModalHeader, ModalBody, ModalFooter, Popover, PopoverBody, TabContent, TabPane, Card, CardBody, CardText, Tooltip, CustomInput, CardImg, CardTitle, CardHeader } from 'reactstrap';
|
|
7
7
|
import { Link, useLocation, useHistory, Switch, Route, Prompt, useParams } from 'react-router-dom';
|
|
8
8
|
import { useDispatch, useSelector } from 'react-redux';
|
|
9
9
|
import { Formik } from 'formik';
|
|
@@ -17,7 +17,7 @@ import { track, setSessionId, init, Identify, identify } from '@amplitude/analyt
|
|
|
17
17
|
import moment from 'moment';
|
|
18
18
|
import { LogLevel, PublicClientApplication } from '@azure/msal-browser';
|
|
19
19
|
import { GiHamburgerMenu } from 'react-icons/gi';
|
|
20
|
-
import { CSidebar, CSidebarBrand, CSidebarNav, CCreateElement, CSidebarNavDivider, CSidebarNavDropdown, CSidebarNavItem, CSidebarNavTitle, CSidebarFooter,
|
|
20
|
+
import { CSidebar, CSidebarBrand, CSidebarNav, CCreateElement, CSidebarNavDivider, CSidebarNavDropdown, CSidebarNavItem, CSidebarNavTitle, CSidebarFooter, CHeader, CToggler, CHeaderBrand, CHeaderNav, CContainer } from '@coreui/react';
|
|
21
21
|
import { CgMenuRight } from 'react-icons/cg';
|
|
22
22
|
import { RiLogoutBoxRLine } from 'react-icons/ri';
|
|
23
23
|
import Pusher from 'pusher-js/with-encryption';
|
|
@@ -81,7 +81,7 @@ var total_1_to_1 = "Total 1-to-1s";
|
|
|
81
81
|
var total_1_to_1_time = "Total 1-to-1 Time";
|
|
82
82
|
var total_conferences = "Total Conferences";
|
|
83
83
|
var total_conferences_time = "Total Conference Time";
|
|
84
|
-
var total_class_reflection_check_ins = "Total Class Reflection Check
|
|
84
|
+
var total_class_reflection_check_ins = "Total Class Reflection Check-Ins";
|
|
85
85
|
var create_user = "Create user";
|
|
86
86
|
var edit_user = "Edit user";
|
|
87
87
|
var change_password = "Change password";
|
|
@@ -232,7 +232,7 @@ var edit_designation = "Edit Designation";
|
|
|
232
232
|
var confirm$1 = "Confirm";
|
|
233
233
|
var hello = "Hello";
|
|
234
234
|
var todays_1_1 = "Today’s 1-1";
|
|
235
|
-
var todays_check_in = "Today’s Check
|
|
235
|
+
var todays_check_in = "Today’s Check-in";
|
|
236
236
|
var todays_Conferences = "Today’s Conferences";
|
|
237
237
|
var next_meeting = "Next Meeting";
|
|
238
238
|
var next_conference = "Next Conference";
|
|
@@ -262,7 +262,7 @@ var add_new = "Add New";
|
|
|
262
262
|
var show_only_work_as_assistant = "Show only work as assistant";
|
|
263
263
|
var show_only_work_as_teacher = "Show only work as teacher";
|
|
264
264
|
var last_1_to_1 = "Last 1-TO-1";
|
|
265
|
-
var last_check_in = "Last Check
|
|
265
|
+
var last_check_in = "Last Check-in";
|
|
266
266
|
var last_conference = "Last conference";
|
|
267
267
|
var total_time = "Total time";
|
|
268
268
|
var assistant_name = "Assistant Name";
|
|
@@ -282,7 +282,7 @@ var change_date = "Change date";
|
|
|
282
282
|
var change_time = "Change time";
|
|
283
283
|
var apply = "Apply";
|
|
284
284
|
var new_1_to_1 = "New 1-to-1";
|
|
285
|
-
var new_check_in = "New Check
|
|
285
|
+
var new_check_in = "New Check-in";
|
|
286
286
|
var do_you_want_to_talk_with_teacher = "Do you want to talk with teacher";
|
|
287
287
|
var start_now = "Start now";
|
|
288
288
|
var book_for_later = "Book for later";
|
|
@@ -294,17 +294,17 @@ var select_student = "Select student";
|
|
|
294
294
|
var select_staff = "Select staff";
|
|
295
295
|
var staff_name = "Staff name";
|
|
296
296
|
var select_teacher = "Select teacher";
|
|
297
|
-
var do_you_want_to_talk_with = "Who would you like to check
|
|
297
|
+
var do_you_want_to_talk_with = "Who would you like to check-in with?";
|
|
298
298
|
var please_select_a_student = "Please select a student";
|
|
299
299
|
var please_select_a_teacher = "Please select a teacher";
|
|
300
300
|
var please_provide_a_valid_student = "Please provide a valid student";
|
|
301
301
|
var please_provide_a_valid_teacher = "Please provide a valid teacher";
|
|
302
|
-
var select_a_student_and_launch_a_new_session_or_book_one_for_later = "Select a student and launch a new session
|
|
302
|
+
var select_a_student_and_launch_a_new_session_or_book_one_for_later = "Select a student and launch a new session";
|
|
303
303
|
var you_have_no_teacher = "You have no teacher";
|
|
304
304
|
var search_teacher = "Search teacher";
|
|
305
305
|
var select_date_time = "Select Date & Time";
|
|
306
306
|
var book_1_to_1 = "Book 1-to-1";
|
|
307
|
-
var book_new_check_in = "Book new Check
|
|
307
|
+
var book_new_check_in = "Book new Check-in";
|
|
308
308
|
var schedule = "Schedule";
|
|
309
309
|
var sessions_are_booked_as_10_minute_slots = "Sessions are booked as 10 minute slots";
|
|
310
310
|
var does_not_reoccur = "Does not reoccur";
|
|
@@ -320,7 +320,7 @@ var no_data = "No Data";
|
|
|
320
320
|
var schedule_detail = "Schedule Detail";
|
|
321
321
|
var are_you_sure_you_want_to_cancel_this_schedule = "Are you sure you want to Cancel this schedule?";
|
|
322
322
|
var completed_1_to_1 = "Completed 1-1 Conversation";
|
|
323
|
-
var completed_check_in = "Completed Check
|
|
323
|
+
var completed_check_in = "Completed Check-in";
|
|
324
324
|
var done = "Done";
|
|
325
325
|
var what_do_you_want_to_talk_about = "What do you want to talk about?";
|
|
326
326
|
var session_type = "Session Type";
|
|
@@ -335,7 +335,7 @@ var how_much_did_you_learn_from_this_session = "How much did you learn from this
|
|
|
335
335
|
var what_is_the_most_important_thing_you_learned_from_this_session = "What is the most important thing you learned from this session?";
|
|
336
336
|
var your_next_meeting = "Your next meeting";
|
|
337
337
|
var today_at = "Today at";
|
|
338
|
-
var choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later = "Choose if you want to start the check
|
|
338
|
+
var choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later = "Choose if you want to start the check-in now with your teacher or counselor.";
|
|
339
339
|
var edit = "Edit";
|
|
340
340
|
var phone_number = "Phone number";
|
|
341
341
|
var second_phone_number = "Second phone number";
|
|
@@ -445,7 +445,7 @@ var student_request = "Student Request";
|
|
|
445
445
|
var overview = "Overview";
|
|
446
446
|
var plp = "PLP";
|
|
447
447
|
var my_student_1_to_1 = "My Student 1-to-1";
|
|
448
|
-
var my_student_check_in = "My Student Check
|
|
448
|
+
var my_student_check_in = "My Student Check-in";
|
|
449
449
|
var my_student_conference = "My Student Conference";
|
|
450
450
|
var received_date = "Received Date";
|
|
451
451
|
var class_impact_score = "Class Impact Score";
|
|
@@ -584,7 +584,7 @@ var session_scheduled = "Session scheduled";
|
|
|
584
584
|
var search_survey = "Search survey";
|
|
585
585
|
var total_survey = "Total Survey";
|
|
586
586
|
var survey_result = "Survey Result";
|
|
587
|
-
var check_in_from = "Check
|
|
587
|
+
var check_in_from = "Check-in from";
|
|
588
588
|
var received_today_at = "Received today at";
|
|
589
589
|
var preview_survey = "Preview Survey";
|
|
590
590
|
var complete_survey = "Complete survey";
|
|
@@ -675,19 +675,19 @@ var of_students_are_highly_stressed = "of students are highly stressed.";
|
|
|
675
675
|
var flagged_with_high_stress = "flagged with high stress.";
|
|
676
676
|
var are_feeling_highly_stressed = "are feeling highly stressed.";
|
|
677
677
|
var select_a_student_to_see_their_profile_and_learning_plan = "Select a student to see their profile and learning plan";
|
|
678
|
-
var select_a_student_and_start_a_conversation_with_the_check_in_results = "Select a student and start a conversation with the check
|
|
678
|
+
var select_a_student_and_start_a_conversation_with_the_check_in_results = "Select a student and start a conversation with the check-in results";
|
|
679
679
|
var start = "start";
|
|
680
680
|
var teacher_reflection = "Teacher Reflections";
|
|
681
681
|
var notes = "Notes";
|
|
682
682
|
var student_reflection = "Student Reflections";
|
|
683
|
-
var view_latest_check_ins = "View Latest Check
|
|
683
|
+
var view_latest_check_ins = "View Latest Check-ins";
|
|
684
684
|
var this_week_s = "This Week's";
|
|
685
|
-
var missing_weekly_check_in = "missing weekly check
|
|
685
|
+
var missing_weekly_check_in = "missing weekly check-in";
|
|
686
686
|
var add_new_student = "Add new student";
|
|
687
|
-
var start_check_in = "Start Check
|
|
687
|
+
var start_check_in = "Start Check-in";
|
|
688
688
|
var no_events_today = "No events today";
|
|
689
689
|
var today_schedule = "Today's Schedule";
|
|
690
|
-
var high_stressed = "high
|
|
690
|
+
var high_stressed = "high stress";
|
|
691
691
|
var unsafe = "unsafe";
|
|
692
692
|
var average = "Average";
|
|
693
693
|
var see_them = "see them";
|
|
@@ -695,22 +695,22 @@ var goal = "goal";
|
|
|
695
695
|
var ended_over_24_hours_ago = "ended over 24 hours ago";
|
|
696
696
|
var start_a_1_1_conversation = "Start a 1-1 Conversation";
|
|
697
697
|
var view_results = "View results";
|
|
698
|
-
var request_check_in = "Request
|
|
698
|
+
var request_check_in = "Request check-in";
|
|
699
699
|
var last = "Last";
|
|
700
|
-
var latest_check_ins = "Latest Check
|
|
701
|
-
var students_who_missing_weekly_check_in = "Students who missing weekly check
|
|
702
|
-
var this_student_does_nt_have_missing_check_in = "This student doesn’t have missing check
|
|
703
|
-
var no_student_missing_weekly_check_in = "No student missing weekly check
|
|
704
|
-
var start_1_1_conversation = "Start 1-1 Conversation";
|
|
705
|
-
var select_a_teacher_and_start_a_check_in = "Select a teacher and start a check
|
|
706
|
-
var this_weeks_check_ins = "This week's check
|
|
700
|
+
var latest_check_ins = "Latest Check-ins";
|
|
701
|
+
var students_who_missing_weekly_check_in = "Students who missing weekly check-in";
|
|
702
|
+
var this_student_does_nt_have_missing_check_in = "This student doesn’t have missing check-in";
|
|
703
|
+
var no_student_missing_weekly_check_in = "No student missing weekly check-in";
|
|
704
|
+
var start_1_1_conversation = "Start a 1-1 Conversation";
|
|
705
|
+
var select_a_teacher_and_start_a_check_in = "Select a teacher and start a check-in";
|
|
706
|
+
var this_weeks_check_ins = "This week's check-ins";
|
|
707
707
|
var this_weeks_1_1s = "This week's 1-1s";
|
|
708
708
|
var this_student_does_nt_have_1_1_in_this_week = "This student doesn’t have 1-1 in this week";
|
|
709
|
-
var this_student_does_nt_have_check_in_in_this_week = "This student doesn’t have check
|
|
710
|
-
var no_last_or_requested_check_ins = "No last or requested Check
|
|
709
|
+
var this_student_does_nt_have_check_in_in_this_week = "This student doesn’t have check-in in this week";
|
|
710
|
+
var no_last_or_requested_check_ins = "No last or requested Check-ins";
|
|
711
711
|
var students_who_are_highly_stressed = "Students who are highly stressed";
|
|
712
712
|
var students_who_are_not_feeling_safe = "Students who are not feeling safe";
|
|
713
|
-
var students_missing_a_weekly_check_in = "Students missing a weekly check
|
|
713
|
+
var students_missing_a_weekly_check_in = "Students missing a weekly check-in";
|
|
714
714
|
var student_stress_by_zone = "Student Stress by Zone";
|
|
715
715
|
var student_distribution = "Student Distribution";
|
|
716
716
|
var surveys_flags = "Survey's flags";
|
|
@@ -754,12 +754,12 @@ var create_new_survey = "Create new survey";
|
|
|
754
754
|
var go_to_individual_survey_responses = "Go to Individual Survey Responses";
|
|
755
755
|
var you_can_only_select_number_kpis_at_a_time = "You can only select {{number}} KPIs at a time";
|
|
756
756
|
var you_can_only_select_number_kpis_at_a_time_To_select_a_new_one_please_switch_off_one_of_the_previous_ones = "You can only select {{number}} KPIs at a time. To select a new one, please switch off one of the previous ones.";
|
|
757
|
-
var last_check__in = "Last Check
|
|
757
|
+
var last_check__in = "Last Check-in";
|
|
758
758
|
var how_many_times_a_strategy_has_been_chosen = "How many times a strategy has been chosen";
|
|
759
759
|
var these_metrics_come_from_students_check_ins_filter_above_to_change_the_data_set = "These metrics come from student check-ins. Filter above to change the data set";
|
|
760
760
|
var not_yet_started = "Not yet started";
|
|
761
761
|
var in_progress = "In progress";
|
|
762
|
-
var export_check_ins_to_csv = "Export Check
|
|
762
|
+
var export_check_ins_to_csv = "Export Check-Ins to CSV";
|
|
763
763
|
var these_metrics_come_from_the_conference_rubric_only_teacher_responses_are_scored = "These metrics come from the conference rubric. Only teacher responses are scored";
|
|
764
764
|
var please_save_first = "Please save first";
|
|
765
765
|
var print_date = "Print date";
|
|
@@ -772,7 +772,7 @@ var image_is_a_required = "Image is a required";
|
|
|
772
772
|
var old_iep = "Old IEP";
|
|
773
773
|
var create_next_years_iep = "Create Next Year's IEP";
|
|
774
774
|
var write_something_optional = "Write something (Optional)";
|
|
775
|
-
var the_effectiveness_of_learning_strategies_by_students_feedback = "The effectiveness of learning strategies
|
|
775
|
+
var the_effectiveness_of_learning_strategies_by_students_feedback = "The effectiveness of learning strategies are rated by students";
|
|
776
776
|
var perceived_usefulness = "Perceived Usefulness";
|
|
777
777
|
var performance$1 = "Performance";
|
|
778
778
|
var not_enough_challenge_leading_to_boredom_and_lack_of_interest = "Not enough challenge, leading to boredom and lack of interest.";
|
|
@@ -950,7 +950,7 @@ var my_learning_plan_beta = "My Learning Plan (Beta)";
|
|
|
950
950
|
var winning_doesn_t_always_mean_being_first_winning_means_you_re_doing_better_than_you_ve_done_before = "Winning doesn’t always mean being first. Winning means you’re doing better than you’ve done before.";
|
|
951
951
|
var integrating_learningwith_previous_knowledge = "Integrating Learningwith PreviousKnowledge";
|
|
952
952
|
var improving_student_self_efficacy = "Improving Student Self-Efficacy";
|
|
953
|
-
var my_check_in = "My Check
|
|
953
|
+
var my_check_in = "My Check-in";
|
|
954
954
|
var what_do_you_want_to_do_differently = "What do you want to do differently?";
|
|
955
955
|
var to_do = "To Do";
|
|
956
956
|
var my_class_reflections = "My Class Reflections";
|
|
@@ -2052,8 +2052,8 @@ var request = "Request";
|
|
|
2052
2052
|
var edit_iep_template = "Edit IEP template";
|
|
2053
2053
|
var are_you_ready_to_submit = "Are you ready to submit?";
|
|
2054
2054
|
var there_are_several_questions_you_have_not_answered_yet_are_you_sure_you_want_to_submit = "There are several questions you have not answered yet. Are you sure you want to submit?";
|
|
2055
|
-
var you_did_not_complete_the_check_in_please_check_your_responses_and_click_done = "You did not complete the check
|
|
2056
|
-
var check_in_finished = "Check
|
|
2055
|
+
var you_did_not_complete_the_check_in_please_check_your_responses_and_click_done = "You did not complete the check-in. Please check your responses and click Done";
|
|
2056
|
+
var check_in_finished = "Check-in Finished";
|
|
2057
2057
|
var research_the_academic_programs_campus_life_and_support_services_at_your_top_choice_universities = "Research the academic programs, campus life, and support services at your top-choice universities.";
|
|
2058
2058
|
var what_actions_do_you_need_to_take_now_to_position_yourself_successfully_for_these_three_areas = "What actions do you need to take now to position yourself successfully for these three areas?";
|
|
2059
2059
|
var what_service_opportunities_have_you_taken_part_in = "What service opportunities have you taken part in?";
|
|
@@ -2124,7 +2124,7 @@ var save_conversation = "Save CONVERSATION";
|
|
|
2124
2124
|
var yes_view_student_goals = "Yes, view student goals";
|
|
2125
2125
|
var please_set_time_1_1_conversation = "Please set time 1-1 conversation";
|
|
2126
2126
|
var type_your_answer_here = "Type your answer here...";
|
|
2127
|
-
var delete_bulk = "
|
|
2127
|
+
var delete_bulk = "Remove Bulk";
|
|
2128
2128
|
var number_of_students_with_at_least_one_very_low_metric = "Students with concerning metrics";
|
|
2129
2129
|
var this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40 = "This flags if the student is not ready to learn or has at least one success, or readiness to learn metrics under 40%";
|
|
2130
2130
|
var of_students_have_concerned_metrics = "of students have concerned metrics";
|
|
@@ -2165,11 +2165,11 @@ var log_a_1_1_conversation_title = "Log a 1-1 Conversation";
|
|
|
2165
2165
|
var save_1_1_log_note = "Save 1-1 log note";
|
|
2166
2166
|
var view_1_1_note = "View 1-1 Note";
|
|
2167
2167
|
var please_enter_a_description_of_the_conversation = "Please enter a description of the conversation.";
|
|
2168
|
-
var check_ins_tab = "Check-
|
|
2168
|
+
var check_ins_tab = "Check-ins";
|
|
2169
2169
|
var start_check_in_homepage = "Start Check-in";
|
|
2170
|
-
var select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins = "Select the teacher or counselor asking you to check
|
|
2170
|
+
var select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins = "Select the teacher or counselor asking you to check-in. If you have more than one teacher, choose any teacher in the class. All the teachers and counselors listed can view your check-ins.";
|
|
2171
2171
|
var total_check_ins = "Total Check-ins";
|
|
2172
|
-
var check_ins = "Check
|
|
2172
|
+
var check_ins = "Check-Ins";
|
|
2173
2173
|
var here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has = "Here you can find all the notes and 1-1 conversations logs the student has.";
|
|
2174
2174
|
var back_to_notes_and_logs = "Back to Notes and Logs";
|
|
2175
2175
|
var students_review = "Student's Review";
|
|
@@ -2182,6 +2182,42 @@ var save_note = "Save note";
|
|
|
2182
2182
|
var type_the_main_focus_of_this_session = "Type the main focus of this session";
|
|
2183
2183
|
var please_add_title_note = "Please add note title";
|
|
2184
2184
|
var notes_and_logs = "Notes and Logs";
|
|
2185
|
+
var my_well_being = "My Well-being";
|
|
2186
|
+
var my_well_Being_check_in = "My Well-Being Check-in";
|
|
2187
|
+
var my_sessions = "My Sessions";
|
|
2188
|
+
var your_personal_data_will_not_be_shared_with_anyone_else = "Your personal data will <strong>not be shared</strong> with anyone else";
|
|
2189
|
+
var school_leadership_will_only_see_aggregated_data = "School leadership will only see aggregated data.";
|
|
2190
|
+
var save_filters = "Save Filters";
|
|
2191
|
+
var clear_all_filters = "Clear All Filters";
|
|
2192
|
+
var my_well_being_check_in = "My Well-Being Check-in";
|
|
2193
|
+
var unless_you_specifically_choose_to_do_this = "unless you specifically choose to do this.";
|
|
2194
|
+
var physical_well_being = "Physical Well-Being";
|
|
2195
|
+
var emotional_well_being = "Emotional Well-Being";
|
|
2196
|
+
var social_well_being_relationships = "Social Well-Being - Relationships";
|
|
2197
|
+
var social_well_being_environment = "Social Well-Being - Environment";
|
|
2198
|
+
var intellectual_well_being = "Intellectual Well-Being";
|
|
2199
|
+
var colleague_or_staff_member_you_like_to_praise_or_thank = "Colleague or staff member you'd like to praise or thank?";
|
|
2200
|
+
var wellbeing_finished = "Wellbeing Finished";
|
|
2201
|
+
var check_in = "Check-in";
|
|
2202
|
+
var take_a_moment_for_you = "Take a Moment for You";
|
|
2203
|
+
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.";
|
|
2204
|
+
var start_check_in_now = "START CHECK-IN NOW";
|
|
2205
|
+
var i_ll_do_it_later = "I'LL DO IT LATER";
|
|
2206
|
+
var survey_portal = "Survey Portal";
|
|
2207
|
+
var external_api = "External Api";
|
|
2208
|
+
var teacher_well_being = "Teacher Well-Being";
|
|
2209
|
+
var frequency_and_setup = "Frequency and Setup";
|
|
2210
|
+
var well_being_dashboard = "Well-Being Dashboard";
|
|
2211
|
+
var go_to_dashboard = "Go to dashboard";
|
|
2212
|
+
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.";
|
|
2213
|
+
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.";
|
|
2214
|
+
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.";
|
|
2215
|
+
var check_in_complete = "Check-in Complete!";
|
|
2216
|
+
var schedule_a_conversation = "Schedule a Conversation";
|
|
2217
|
+
var select_a_contact_to_speak_with = "Select a contact to speak with";
|
|
2218
|
+
var what_would_you_like_to_discuss = "What would you like to discuss?";
|
|
2219
|
+
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...";
|
|
2220
|
+
var wellbeing_sections = "Wellbeing Sections";
|
|
2185
2221
|
var school_monthly_usage = "School Monthly Usage";
|
|
2186
2222
|
var location$1 = "Location";
|
|
2187
2223
|
var edit_my_profile = "Edit My Profile";
|
|
@@ -2189,10 +2225,46 @@ var save_new_password = "Save new password";
|
|
|
2189
2225
|
var teacher_code = "Teacher code";
|
|
2190
2226
|
var number_of_conversations = "Number of conversations";
|
|
2191
2227
|
var number_of_expected_conversations_based_on_the_goal = "Number of expected conversations based on the goal";
|
|
2192
|
-
var check_in = "Check-in";
|
|
2193
2228
|
var search_for_a_student = "Search for a student";
|
|
2194
2229
|
var survey_resulting_in_scheduled_sessions = "Survey resulting in scheduled sessions";
|
|
2195
2230
|
var current_class_grade = "Current Class Grade";
|
|
2231
|
+
var these_are_the_answers_from_classroom_teachers = "These are the answers from classroom teachers.";
|
|
2232
|
+
var total_responses = "Total Responses";
|
|
2233
|
+
var readiness_trends = "Readiness Trends";
|
|
2234
|
+
var the_note_will_be_visible_to_the_student_and_all_connected_educators = "The note will be visible to the student and all connected educators";
|
|
2235
|
+
var _unless_you_check_the_make_this_a_private_note_box = " unless you check the \"Make this a private note\" box";
|
|
2236
|
+
var do_you_still_wish_to_save = "Do you still wish to save?";
|
|
2237
|
+
var yes_im_sure = "yes, i'm sure!";
|
|
2238
|
+
var delete_survey = "Delete survey";
|
|
2239
|
+
var are_you_sure_to_delete_selected_survey = "Are you sure to delete {{number}} survey(s)?";
|
|
2240
|
+
var delete_1_1 = "Delete 1-1";
|
|
2241
|
+
var are_you_sure_to_delete_this_one_to_one = "Are you sure to delete this one to one?";
|
|
2242
|
+
var delete_conversation = "Delete conversation";
|
|
2243
|
+
var are_you_sure_to_delete_this_conversation = "Are you sure to delete this conversation?";
|
|
2244
|
+
var teachers_well_being_dashboard = "Teachers' Well-Being Dashboard";
|
|
2245
|
+
var my_well_being_dashboard = "My Well-Being Dashboard";
|
|
2246
|
+
var understand_the_metrics_about_the_educators_wellness_and_environment = "Understand the metrics about the educator's wellness and environment";
|
|
2247
|
+
var understand_the_metrics_about_my_wellness_and_environment = "Understand the metrics about my wellness and environment";
|
|
2248
|
+
var engagement = "Engagement";
|
|
2249
|
+
var total_1_1_conversations = "Total 1-1 Conversations";
|
|
2250
|
+
var educators_without_check_ins = "Educators without<br/>check-ins";
|
|
2251
|
+
var educators_without_check_ins_not_br = "Educators without Check-ins";
|
|
2252
|
+
var educators_havent_completed_check_ins_in_the_last_30_days = "educators haven't completed check-ins in the last 30 days";
|
|
2253
|
+
var you_can_send_individual_requests_or_bulk_reminders_to_all_educators = "You can send individual requests or bulk reminders to all educators";
|
|
2254
|
+
var department = "Department";
|
|
2255
|
+
var last_check_in_normal = "Last check-in";
|
|
2256
|
+
var request_check_in_wellbeing = "Request check-in";
|
|
2257
|
+
var send_bulk_reminder = "Send bulk reminder";
|
|
2258
|
+
var physical = "Physical";
|
|
2259
|
+
var self_care = "Self-care";
|
|
2260
|
+
var relationships_well_being = "Relationships Well-Being";
|
|
2261
|
+
var self_care_well_being = "Self-Care Well-Being";
|
|
2262
|
+
var environment = "Environment";
|
|
2263
|
+
var environment_well_being = "Environment Well-Being";
|
|
2264
|
+
var intellectual = "Intellectual";
|
|
2265
|
+
var the_data_presented_here_comes_from_the_check_ins = "The data presented here comes from the check-ins.";
|
|
2266
|
+
var charts_will_appear_once_over_20_of_educators = "Charts will appear once over 20% of educators<br/>have completed their check-ins.";
|
|
2267
|
+
var total_1_1_requested = "Total 1-1 Requested";
|
|
2196
2268
|
var lang_us = {
|
|
2197
2269
|
dashboard: dashboard,
|
|
2198
2270
|
user: user,
|
|
@@ -2210,8 +2282,8 @@ var lang_us = {
|
|
|
2210
2282
|
readiness_to_learn: readiness_to_learn,
|
|
2211
2283
|
high_impact_learning_strategies: high_impact_learning_strategies,
|
|
2212
2284
|
"1_to_1": "1 to 1",
|
|
2213
|
-
"-session": "Check
|
|
2214
|
-
"-sessions": "Check
|
|
2285
|
+
"-session": "Check-in",
|
|
2286
|
+
"-sessions": "Check-ins",
|
|
2215
2287
|
reflection: reflection,
|
|
2216
2288
|
conferences: conferences,
|
|
2217
2289
|
safety: safety,
|
|
@@ -2236,7 +2308,7 @@ var lang_us = {
|
|
|
2236
2308
|
tooltip_content_students_by_designation: tooltip_content_students_by_designation,
|
|
2237
2309
|
total_1_to_1: total_1_to_1,
|
|
2238
2310
|
"total_-session": "Total Check-ins",
|
|
2239
|
-
"total_-sessions": "Total Check
|
|
2311
|
+
"total_-sessions": "Total Check-Ins",
|
|
2240
2312
|
total_1_to_1_time: total_1_to_1_time,
|
|
2241
2313
|
total_conferences: total_conferences,
|
|
2242
2314
|
total_conferences_time: total_conferences_time,
|
|
@@ -2850,7 +2922,7 @@ var lang_us = {
|
|
|
2850
2922
|
this_week_s: this_week_s,
|
|
2851
2923
|
missing_weekly_check_in: missing_weekly_check_in,
|
|
2852
2924
|
add_new_student: add_new_student,
|
|
2853
|
-
"start_your_check-in_and_you_can_also_request_a_conversation_with_your_teacher_after": "Start your Check
|
|
2925
|
+
"start_your_check-in_and_you_can_also_request_a_conversation_with_your_teacher_after": "Start your Check-in. You can also request a conversation with your teacher after this.",
|
|
2854
2926
|
start_check_in: start_check_in,
|
|
2855
2927
|
no_events_today: no_events_today,
|
|
2856
2928
|
today_schedule: today_schedule,
|
|
@@ -4026,7 +4098,7 @@ var lang_us = {
|
|
|
4026
4098
|
student_has_started_this_check_in_are_you_sure_to_delete: student_has_started_this_check_in_are_you_sure_to_delete,
|
|
4027
4099
|
student_has_not_started_this_one_to_one_are_you_sure_to_delete: student_has_not_started_this_one_to_one_are_you_sure_to_delete,
|
|
4028
4100
|
"you_can_start_a_1-1_conversation_after_the_results_of_the_student's_check-in._If_the_check-in_is_24_hours_older,_you_can_request_the_new_check-in_or_start_the_conversation_by_viewing_the_results": "You can start a 1-1 conversation after the results of the student's check-in. If the check-in is 24 hours older, you can request the new check-in or start the conversation by viewing the results",
|
|
4029
|
-
"select_a_student_and_start_a_1-1_conversation_from_a_check-in_or_ask_the_student_to_check-in_before": "Select a student
|
|
4101
|
+
"select_a_student_and_start_a_1-1_conversation_from_a_check-in_or_ask_the_student_to_check-in_before": "Select a student to start a conversation from their recent check-in or request a new check-in",
|
|
4030
4102
|
my_accommodations: my_accommodations,
|
|
4031
4103
|
accommodation_set: accommodation_set,
|
|
4032
4104
|
add_new_accommodation: add_new_accommodation,
|
|
@@ -4392,6 +4464,43 @@ var lang_us = {
|
|
|
4392
4464
|
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session,
|
|
4393
4465
|
please_add_title_note: please_add_title_note,
|
|
4394
4466
|
notes_and_logs: notes_and_logs,
|
|
4467
|
+
my_well_being: my_well_being,
|
|
4468
|
+
my_well_Being_check_in: my_well_Being_check_in,
|
|
4469
|
+
my_sessions: my_sessions,
|
|
4470
|
+
your_personal_data_will_not_be_shared_with_anyone_else: your_personal_data_will_not_be_shared_with_anyone_else,
|
|
4471
|
+
school_leadership_will_only_see_aggregated_data: school_leadership_will_only_see_aggregated_data,
|
|
4472
|
+
save_filters: save_filters,
|
|
4473
|
+
clear_all_filters: clear_all_filters,
|
|
4474
|
+
my_well_being_check_in: my_well_being_check_in,
|
|
4475
|
+
unless_you_specifically_choose_to_do_this: unless_you_specifically_choose_to_do_this,
|
|
4476
|
+
physical_well_being: physical_well_being,
|
|
4477
|
+
emotional_well_being: emotional_well_being,
|
|
4478
|
+
"self_care_&_balance": "Self-Care & Balance",
|
|
4479
|
+
social_well_being_relationships: social_well_being_relationships,
|
|
4480
|
+
social_well_being_environment: social_well_being_environment,
|
|
4481
|
+
intellectual_well_being: intellectual_well_being,
|
|
4482
|
+
colleague_or_staff_member_you_like_to_praise_or_thank: colleague_or_staff_member_you_like_to_praise_or_thank,
|
|
4483
|
+
wellbeing_finished: wellbeing_finished,
|
|
4484
|
+
check_in: check_in,
|
|
4485
|
+
take_a_moment_for_you: take_a_moment_for_you,
|
|
4486
|
+
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,
|
|
4487
|
+
start_check_in_now: start_check_in_now,
|
|
4488
|
+
i_ll_do_it_later: i_ll_do_it_later,
|
|
4489
|
+
survey_portal: survey_portal,
|
|
4490
|
+
external_api: external_api,
|
|
4491
|
+
teacher_well_being: teacher_well_being,
|
|
4492
|
+
frequency_and_setup: frequency_and_setup,
|
|
4493
|
+
well_being_dashboard: well_being_dashboard,
|
|
4494
|
+
go_to_dashboard: go_to_dashboard,
|
|
4495
|
+
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,
|
|
4496
|
+
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,
|
|
4497
|
+
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,
|
|
4498
|
+
check_in_complete: check_in_complete,
|
|
4499
|
+
schedule_a_conversation: schedule_a_conversation,
|
|
4500
|
+
select_a_contact_to_speak_with: select_a_contact_to_speak_with,
|
|
4501
|
+
what_would_you_like_to_discuss: what_would_you_like_to_discuss,
|
|
4502
|
+
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,
|
|
4503
|
+
wellbeing_sections: wellbeing_sections,
|
|
4395
4504
|
school_monthly_usage: school_monthly_usage,
|
|
4396
4505
|
location: location$1,
|
|
4397
4506
|
edit_my_profile: edit_my_profile,
|
|
@@ -4399,10 +4508,46 @@ var lang_us = {
|
|
|
4399
4508
|
teacher_code: teacher_code,
|
|
4400
4509
|
number_of_conversations: number_of_conversations,
|
|
4401
4510
|
number_of_expected_conversations_based_on_the_goal: number_of_expected_conversations_based_on_the_goal,
|
|
4402
|
-
check_in: check_in,
|
|
4403
4511
|
search_for_a_student: search_for_a_student,
|
|
4404
4512
|
survey_resulting_in_scheduled_sessions: survey_resulting_in_scheduled_sessions,
|
|
4405
|
-
current_class_grade: current_class_grade
|
|
4513
|
+
current_class_grade: current_class_grade,
|
|
4514
|
+
these_are_the_answers_from_classroom_teachers: these_are_the_answers_from_classroom_teachers,
|
|
4515
|
+
total_responses: total_responses,
|
|
4516
|
+
readiness_trends: readiness_trends,
|
|
4517
|
+
the_note_will_be_visible_to_the_student_and_all_connected_educators: the_note_will_be_visible_to_the_student_and_all_connected_educators,
|
|
4518
|
+
_unless_you_check_the_make_this_a_private_note_box: _unless_you_check_the_make_this_a_private_note_box,
|
|
4519
|
+
do_you_still_wish_to_save: do_you_still_wish_to_save,
|
|
4520
|
+
yes_im_sure: yes_im_sure,
|
|
4521
|
+
delete_survey: delete_survey,
|
|
4522
|
+
are_you_sure_to_delete_selected_survey: are_you_sure_to_delete_selected_survey,
|
|
4523
|
+
delete_1_1: delete_1_1,
|
|
4524
|
+
are_you_sure_to_delete_this_one_to_one: are_you_sure_to_delete_this_one_to_one,
|
|
4525
|
+
delete_conversation: delete_conversation,
|
|
4526
|
+
are_you_sure_to_delete_this_conversation: are_you_sure_to_delete_this_conversation,
|
|
4527
|
+
teachers_well_being_dashboard: teachers_well_being_dashboard,
|
|
4528
|
+
my_well_being_dashboard: my_well_being_dashboard,
|
|
4529
|
+
understand_the_metrics_about_the_educators_wellness_and_environment: understand_the_metrics_about_the_educators_wellness_and_environment,
|
|
4530
|
+
understand_the_metrics_about_my_wellness_and_environment: understand_the_metrics_about_my_wellness_and_environment,
|
|
4531
|
+
engagement: engagement,
|
|
4532
|
+
total_1_1_conversations: total_1_1_conversations,
|
|
4533
|
+
educators_without_check_ins: educators_without_check_ins,
|
|
4534
|
+
educators_without_check_ins_not_br: educators_without_check_ins_not_br,
|
|
4535
|
+
educators_havent_completed_check_ins_in_the_last_30_days: educators_havent_completed_check_ins_in_the_last_30_days,
|
|
4536
|
+
you_can_send_individual_requests_or_bulk_reminders_to_all_educators: you_can_send_individual_requests_or_bulk_reminders_to_all_educators,
|
|
4537
|
+
department: department,
|
|
4538
|
+
last_check_in_normal: last_check_in_normal,
|
|
4539
|
+
request_check_in_wellbeing: request_check_in_wellbeing,
|
|
4540
|
+
send_bulk_reminder: send_bulk_reminder,
|
|
4541
|
+
physical: physical,
|
|
4542
|
+
self_care: self_care,
|
|
4543
|
+
relationships_well_being: relationships_well_being,
|
|
4544
|
+
self_care_well_being: self_care_well_being,
|
|
4545
|
+
environment: environment,
|
|
4546
|
+
environment_well_being: environment_well_being,
|
|
4547
|
+
intellectual: intellectual,
|
|
4548
|
+
the_data_presented_here_comes_from_the_check_ins: the_data_presented_here_comes_from_the_check_ins,
|
|
4549
|
+
charts_will_appear_once_over_20_of_educators: charts_will_appear_once_over_20_of_educators,
|
|
4550
|
+
total_1_1_requested: total_1_1_requested
|
|
4406
4551
|
};
|
|
4407
4552
|
|
|
4408
4553
|
var dashboard$1 = "Dashboard";
|
|
@@ -4420,8 +4565,8 @@ var cancel$1 = "Cancel";
|
|
|
4420
4565
|
var hey$1 = "Hey";
|
|
4421
4566
|
var readiness_to_learn$1 = "Readiness to Learn";
|
|
4422
4567
|
var high_impact_learning_strategies$1 = "High Impact Learning Strategies";
|
|
4423
|
-
var check_in$1 = "Check
|
|
4424
|
-
var check_ins$1 = "Check
|
|
4568
|
+
var check_in$1 = "Check-in";
|
|
4569
|
+
var check_ins$1 = "Check-ins";
|
|
4425
4570
|
var reflection$1 = "Reflection";
|
|
4426
4571
|
var conferences$1 = "Conferences";
|
|
4427
4572
|
var safety$1 = "Safety";
|
|
@@ -4450,7 +4595,7 @@ var total_check_ins$1 = "Total Check-ins";
|
|
|
4450
4595
|
var total_1_to_1_time$1 = "Total 1-to-1 Time";
|
|
4451
4596
|
var total_conferences$1 = "Total Conferences";
|
|
4452
4597
|
var total_conferences_time$1 = "Total Conference Time";
|
|
4453
|
-
var total_class_reflection_check_ins$1 = "Total Class Reflection Check
|
|
4598
|
+
var total_class_reflection_check_ins$1 = "Total Class Reflection Check-ins";
|
|
4454
4599
|
var create_user$1 = "Create user";
|
|
4455
4600
|
var edit_user$1 = "Edit user";
|
|
4456
4601
|
var change_password$1 = "Change password";
|
|
@@ -4601,7 +4746,7 @@ var edit_designation$1 = "Edit Designation";
|
|
|
4601
4746
|
var confirm$2 = "Confirm";
|
|
4602
4747
|
var hello$1 = "Hello";
|
|
4603
4748
|
var todays_1_1$1 = "Today’s 1-1";
|
|
4604
|
-
var todays_check_in$1 = "Today’s Check
|
|
4749
|
+
var todays_check_in$1 = "Today’s Check-in";
|
|
4605
4750
|
var todays_Conferences$1 = "Today’s Conferences";
|
|
4606
4751
|
var next_meeting$1 = "Next Meeting";
|
|
4607
4752
|
var next_conference$1 = "Next Conference";
|
|
@@ -4631,7 +4776,7 @@ var add_new$1 = "Add New";
|
|
|
4631
4776
|
var show_only_work_as_assistant$1 = "Show only work as assistant";
|
|
4632
4777
|
var show_only_work_as_teacher$1 = "Show only work as teacher";
|
|
4633
4778
|
var last_1_to_1$1 = "Last 1-TO-1";
|
|
4634
|
-
var last_check_in$1 = "Last Check
|
|
4779
|
+
var last_check_in$1 = "Last Check-in";
|
|
4635
4780
|
var last_conference$1 = "Last conference";
|
|
4636
4781
|
var total_time$1 = "Total time";
|
|
4637
4782
|
var assistant_name$1 = "Assistant Name";
|
|
@@ -4651,7 +4796,7 @@ var change_date$1 = "Change date";
|
|
|
4651
4796
|
var change_time$1 = "Change time";
|
|
4652
4797
|
var apply$1 = "Apply";
|
|
4653
4798
|
var new_1_to_1$1 = "New 1-to-1";
|
|
4654
|
-
var new_check_in$1 = "New Check
|
|
4799
|
+
var new_check_in$1 = "New Check-in";
|
|
4655
4800
|
var do_you_want_to_talk_with_teacher$1 = "Do you want to talk with teacher";
|
|
4656
4801
|
var start_now$1 = "Start now";
|
|
4657
4802
|
var book_for_later$1 = "Book for later";
|
|
@@ -4663,17 +4808,17 @@ var select_student$1 = "Select student";
|
|
|
4663
4808
|
var select_staff$1 = "Select staff";
|
|
4664
4809
|
var staff_name$1 = "Staff name";
|
|
4665
4810
|
var select_teacher$1 = "Select teacher";
|
|
4666
|
-
var do_you_want_to_talk_with$1 = "Who would you like to check
|
|
4811
|
+
var do_you_want_to_talk_with$1 = "Who would you like to check-in with?";
|
|
4667
4812
|
var please_select_a_student$1 = "Please select a student";
|
|
4668
4813
|
var please_select_a_teacher$1 = "Please select a teacher";
|
|
4669
4814
|
var please_provide_a_valid_student$1 = "Please provide a valid student";
|
|
4670
4815
|
var please_provide_a_valid_teacher$1 = "Please provide a valid teacher";
|
|
4671
|
-
var select_a_student_and_launch_a_new_session_or_book_one_for_later$1 = "Select a student and launch a new session
|
|
4816
|
+
var select_a_student_and_launch_a_new_session_or_book_one_for_later$1 = "Select a student and launch a new session";
|
|
4672
4817
|
var you_have_no_teacher$1 = "You have no teacher";
|
|
4673
4818
|
var search_teacher$1 = "Search teacher";
|
|
4674
4819
|
var select_date_time$1 = "Select Date & Time";
|
|
4675
4820
|
var book_1_to_1$1 = "Book 1-to-1";
|
|
4676
|
-
var book_new_check_in$1 = "Book new Check
|
|
4821
|
+
var book_new_check_in$1 = "Book new Check-in";
|
|
4677
4822
|
var schedule$1 = "Schedule";
|
|
4678
4823
|
var sessions_are_booked_as_10_minute_slots$1 = "Sessions are booked as 10 minute slots";
|
|
4679
4824
|
var does_not_reoccur$1 = "Does not reoccur";
|
|
@@ -4689,7 +4834,7 @@ var no_data$1 = "No Data";
|
|
|
4689
4834
|
var schedule_detail$1 = "Schedule Detail";
|
|
4690
4835
|
var are_you_sure_you_want_to_cancel_this_schedule$1 = "Are you sure you want to Cancel this schedule?";
|
|
4691
4836
|
var completed_1_to_1$1 = "Completed 1-1 Conversation";
|
|
4692
|
-
var completed_check_in$1 = "Completed Check
|
|
4837
|
+
var completed_check_in$1 = "Completed Check-in";
|
|
4693
4838
|
var done$1 = "Done";
|
|
4694
4839
|
var what_do_you_want_to_talk_about$1 = "What do you want to talk about?";
|
|
4695
4840
|
var session_type$1 = "Session Type";
|
|
@@ -4704,7 +4849,7 @@ var how_much_did_you_learn_from_this_session$1 = "How much did you learn from th
|
|
|
4704
4849
|
var what_is_the_most_important_thing_you_learned_from_this_session$1 = "What is the most important thing you learned from this session?";
|
|
4705
4850
|
var your_next_meeting$1 = "Your next meeting";
|
|
4706
4851
|
var today_at$1 = "Today at";
|
|
4707
|
-
var choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later$1 = "Choose if you want to start the check
|
|
4852
|
+
var choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later$1 = "Choose if you want to start the check-in now with your teacher or counselor.";
|
|
4708
4853
|
var edit$1 = "Edit";
|
|
4709
4854
|
var phone_number$1 = "Phone number";
|
|
4710
4855
|
var second_phone_number$1 = "Second phone number";
|
|
@@ -4814,7 +4959,7 @@ var student_request$1 = "Student Request";
|
|
|
4814
4959
|
var overview$1 = "Overview";
|
|
4815
4960
|
var plp$1 = "PLP";
|
|
4816
4961
|
var my_student_1_to_1$1 = "My Student 1-to-1";
|
|
4817
|
-
var my_student_check_in$1 = "My Student Check
|
|
4962
|
+
var my_student_check_in$1 = "My Student Check-in";
|
|
4818
4963
|
var my_student_conference$1 = "My Student Conference";
|
|
4819
4964
|
var received_date$1 = "Received Date";
|
|
4820
4965
|
var class_impact_score$1 = "Class Impact Score";
|
|
@@ -4953,7 +5098,7 @@ var session_scheduled$1 = "Session scheduled";
|
|
|
4953
5098
|
var search_survey$1 = "Search survey";
|
|
4954
5099
|
var total_survey$1 = "Total Survey";
|
|
4955
5100
|
var survey_result$1 = "Survey Result";
|
|
4956
|
-
var check_in_from$1 = "Check
|
|
5101
|
+
var check_in_from$1 = "Check-in from";
|
|
4957
5102
|
var received_today_at$1 = "Received today at";
|
|
4958
5103
|
var preview_survey$1 = "Preview Survey";
|
|
4959
5104
|
var complete_survey$1 = "Complete survey";
|
|
@@ -5045,19 +5190,19 @@ var of_students_are_highly_stressed$1 = "of students are highly stressed.";
|
|
|
5045
5190
|
var flagged_with_high_stress$1 = "flagged with high stress.";
|
|
5046
5191
|
var are_feeling_highly_stressed$1 = "are feeling highly stressed.";
|
|
5047
5192
|
var select_a_student_to_see_their_profile_and_learning_plan$1 = "Select a student to see their profile and learning plan";
|
|
5048
|
-
var select_a_student_and_start_a_conversation_with_the_check_in_results$1 = "Select a student and start a conversation with the check
|
|
5193
|
+
var select_a_student_and_start_a_conversation_with_the_check_in_results$1 = "Select a student and start a conversation with the check-in results";
|
|
5049
5194
|
var start$1 = "start";
|
|
5050
5195
|
var teacher_reflection$1 = "Teacher Reflections";
|
|
5051
5196
|
var notes$1 = "Notes";
|
|
5052
5197
|
var student_reflection$1 = "Student Reflections";
|
|
5053
|
-
var view_latest_check_ins$1 = "View Latest Check
|
|
5198
|
+
var view_latest_check_ins$1 = "View Latest Check-ins";
|
|
5054
5199
|
var this_week_s$1 = "This Week's";
|
|
5055
|
-
var missing_weekly_check_in$1 = "missing weekly check
|
|
5200
|
+
var missing_weekly_check_in$1 = "missing weekly check-in";
|
|
5056
5201
|
var add_new_student$1 = "Add new student";
|
|
5057
|
-
var start_check_in$1 = "Start Check
|
|
5202
|
+
var start_check_in$1 = "Start Check-in";
|
|
5058
5203
|
var no_events_today$1 = "No events today";
|
|
5059
5204
|
var today_schedule$1 = "Today's Schedule";
|
|
5060
|
-
var high_stressed$1 = "high
|
|
5205
|
+
var high_stressed$1 = "high stress";
|
|
5061
5206
|
var unsafe$1 = "unsafe";
|
|
5062
5207
|
var average$1 = "Average";
|
|
5063
5208
|
var see_them$1 = "see them";
|
|
@@ -5065,22 +5210,22 @@ var goal$1 = "goal";
|
|
|
5065
5210
|
var ended_over_24_hours_ago$1 = "ended over 24 hours ago";
|
|
5066
5211
|
var start_a_1_1_conversation$1 = "Start a 1-1 Conversation";
|
|
5067
5212
|
var view_results$1 = "View results";
|
|
5068
|
-
var request_check_in$1 = "Request
|
|
5213
|
+
var request_check_in$1 = "Request check-in";
|
|
5069
5214
|
var last$1 = "Last";
|
|
5070
|
-
var latest_check_ins$1 = "Latest Check
|
|
5071
|
-
var students_who_missing_weekly_check_in$1 = "Students who missing weekly check
|
|
5072
|
-
var this_student_does_nt_have_missing_check_in$1 = "This student doesn’t have missing check
|
|
5073
|
-
var no_student_missing_weekly_check_in$1 = "No student missing weekly check
|
|
5074
|
-
var start_1_1_conversation$1 = "Start 1-1 Conversation";
|
|
5075
|
-
var select_a_teacher_and_start_a_check_in$1 = "Select a teacher and start a check
|
|
5076
|
-
var this_weeks_check_ins$1 = "This week's check
|
|
5215
|
+
var latest_check_ins$1 = "Latest Check-ins";
|
|
5216
|
+
var students_who_missing_weekly_check_in$1 = "Students who missing weekly check-in";
|
|
5217
|
+
var this_student_does_nt_have_missing_check_in$1 = "This student doesn’t have missing check-in";
|
|
5218
|
+
var no_student_missing_weekly_check_in$1 = "No student missing weekly check-in";
|
|
5219
|
+
var start_1_1_conversation$1 = "Start a 1-1 Conversation";
|
|
5220
|
+
var select_a_teacher_and_start_a_check_in$1 = "Select a teacher and start a check-in";
|
|
5221
|
+
var this_weeks_check_ins$1 = "This week's check-ins";
|
|
5077
5222
|
var this_weeks_1_1s$1 = "This week's 1-1s";
|
|
5078
5223
|
var this_student_does_nt_have_1_1_in_this_week$1 = "This student doesn’t have 1-1 in this week";
|
|
5079
|
-
var this_student_does_nt_have_check_in_in_this_week$1 = "This student doesn’t have check
|
|
5080
|
-
var no_last_or_requested_check_ins$1 = "No last or requested Check
|
|
5224
|
+
var this_student_does_nt_have_check_in_in_this_week$1 = "This student doesn’t have check-in in this week";
|
|
5225
|
+
var no_last_or_requested_check_ins$1 = "No last or requested Check-ins";
|
|
5081
5226
|
var students_who_are_highly_stressed$1 = "Students who are highly stressed";
|
|
5082
5227
|
var students_who_are_not_feeling_safe$1 = "Students who are not feeling safe";
|
|
5083
|
-
var students_missing_a_weekly_check_in$1 = "Students missing a weekly check
|
|
5228
|
+
var students_missing_a_weekly_check_in$1 = "Students missing a weekly check-in";
|
|
5084
5229
|
var student_stress_by_zone$1 = "Student Stress by Zone";
|
|
5085
5230
|
var student_distribution$1 = "Student Distribution";
|
|
5086
5231
|
var surveys_flags$1 = "Survey's flags";
|
|
@@ -5124,12 +5269,12 @@ var create_new_survey$1 = "Create new survey";
|
|
|
5124
5269
|
var go_to_individual_survey_responses$1 = "Go to Individual Survey Responses";
|
|
5125
5270
|
var you_can_only_select_number_kpis_at_a_time$1 = "You can only select {{number}} KPIs at a time";
|
|
5126
5271
|
var you_can_only_select_number_kpis_at_a_time_To_select_a_new_one_please_switch_off_one_of_the_previous_ones$1 = "You can only select {{number}} KPIs at a time. To select a new one, please switch off one of the previous ones.";
|
|
5127
|
-
var last_check__in$1 = "Last Check
|
|
5272
|
+
var last_check__in$1 = "Last Check-in";
|
|
5128
5273
|
var how_many_times_a_strategy_has_been_chosen$1 = "How many times a strategy has been chosen";
|
|
5129
5274
|
var these_metrics_come_from_students_check_ins_filter_above_to_change_the_data_set$1 = "These metrics come from student check-ins. Filter above to change the data set";
|
|
5130
5275
|
var not_yet_started$1 = "Not yet started";
|
|
5131
5276
|
var in_progress$1 = "In progress";
|
|
5132
|
-
var export_check_ins_to_csv$1 = "Export Check
|
|
5277
|
+
var export_check_ins_to_csv$1 = "Export Check-ins to CSV";
|
|
5133
5278
|
var these_metrics_come_from_the_conference_rubric_only_teacher_responses_are_scored$1 = "These metrics come from the conference rubric. Only teacher responses are scored";
|
|
5134
5279
|
var please_save_first$1 = "Please save first";
|
|
5135
5280
|
var print_date$1 = "Print date";
|
|
@@ -5142,7 +5287,7 @@ var image_is_a_required$1 = "Image is a required";
|
|
|
5142
5287
|
var old_iep$1 = "Old IEP";
|
|
5143
5288
|
var create_next_years_iep$1 = "Create Next Year's IEP";
|
|
5144
5289
|
var write_something_optional$1 = "Write something (Optional)";
|
|
5145
|
-
var the_effectiveness_of_learning_strategies_by_students_feedback$1 = "The effectiveness of learning strategies
|
|
5290
|
+
var the_effectiveness_of_learning_strategies_by_students_feedback$1 = "The effectiveness of learning strategies are rated by students";
|
|
5146
5291
|
var perceived_usefulness$1 = "Perceived Usefulness";
|
|
5147
5292
|
var performance$2 = "Performance";
|
|
5148
5293
|
var not_enough_challenge_leading_to_boredom_and_lack_of_interest$1 = "Not enough challenge, leading to boredom and lack of interest.";
|
|
@@ -5320,7 +5465,7 @@ var my_learning_plan_beta$1 = "My Learning Plan (Beta)";
|
|
|
5320
5465
|
var winning_doesn_t_always_mean_being_first_winning_means_you_re_doing_better_than_you_ve_done_before$1 = "Winning doesn’t always mean being first. Winning means you’re doing better than you’ve done before.";
|
|
5321
5466
|
var integrating_learningwith_previous_knowledge$1 = "Integrating Learningwith PreviousKnowledge";
|
|
5322
5467
|
var improving_student_self_efficacy$1 = "Improving Student Self-Efficacy";
|
|
5323
|
-
var my_check_in$1 = "My Check
|
|
5468
|
+
var my_check_in$1 = "My Check-in";
|
|
5324
5469
|
var what_do_you_want_to_do_differently$1 = "What do you want to do differently?";
|
|
5325
5470
|
var to_do$1 = "To Do";
|
|
5326
5471
|
var my_class_reflections$1 = "My Class Reflections";
|
|
@@ -6421,8 +6566,8 @@ var request$1 = "Request";
|
|
|
6421
6566
|
var edit_iep_template$1 = "Edit IEP template";
|
|
6422
6567
|
var are_you_ready_to_submit$1 = "Are you ready to submit?";
|
|
6423
6568
|
var there_are_several_questions_you_have_not_answered_yet_are_you_sure_you_want_to_submit$1 = "There are several questions you have not answered yet. Are you sure you want to submit?";
|
|
6424
|
-
var you_did_not_complete_the_check_in_please_check_your_responses_and_click_done$1 = "You did not complete the check
|
|
6425
|
-
var check_in_finished$1 = "Check
|
|
6569
|
+
var you_did_not_complete_the_check_in_please_check_your_responses_and_click_done$1 = "You did not complete the check-in. Please check your responses and click Done";
|
|
6570
|
+
var check_in_finished$1 = "Check-in Finished";
|
|
6426
6571
|
var research_the_academic_programs_campus_life_and_support_services_at_your_top_choice_universities$1 = "Research the academic programs, campus life, and support services at your top-choice universities.";
|
|
6427
6572
|
var what_actions_do_you_need_to_take_now_to_position_yourself_successfully_for_these_three_areas$1 = "What actions do you need to take now to position yourself successfully for these three areas?";
|
|
6428
6573
|
var what_service_opportunities_have_you_taken_part_in$1 = "What service opportunities have you taken part in?";
|
|
@@ -6493,7 +6638,7 @@ var save_conversation$1 = "Save CONVERSATION";
|
|
|
6493
6638
|
var yes_view_student_goals$1 = "Yes, view student goals";
|
|
6494
6639
|
var please_set_time_1_1_conversation$1 = "Please set time 1-1 conversation";
|
|
6495
6640
|
var type_your_answer_here$1 = "Type your answer here...";
|
|
6496
|
-
var delete_bulk$1 = "
|
|
6641
|
+
var delete_bulk$1 = "Remove Bulk";
|
|
6497
6642
|
var number_of_students_with_at_least_one_very_low_metric$1 = "Students with concerning metrics";
|
|
6498
6643
|
var this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40$1 = "This flags if the student is not ready to learn or has at least one success, or readiness to learn metrics under 40%";
|
|
6499
6644
|
var of_students_have_concerned_metrics$1 = "of students have concerned metrics";
|
|
@@ -6536,7 +6681,7 @@ var view_1_1_note$1 = "View 1-1 Note";
|
|
|
6536
6681
|
var please_enter_a_description_of_the_conversation$1 = "Please enter a description of the conversation.";
|
|
6537
6682
|
var check_ins_tab$1 = "Check-Ins";
|
|
6538
6683
|
var start_check_in_homepage$1 = "Start Check-in";
|
|
6539
|
-
var select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins$1 = "Select the teacher or counselor asking you to check
|
|
6684
|
+
var select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins$1 = "Select the teacher or counselor asking you to check-in. If you have more than one teacher, choose any teacher in the class. All the teachers and counselors listed can view your check-ins.";
|
|
6540
6685
|
var here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has$1 = "Here you can find all the notes and 1-1 conversations logs the student has.";
|
|
6541
6686
|
var back_to_notes_and_logs$1 = "Back to Notes and Logs";
|
|
6542
6687
|
var students_review$1 = "Student's Review";
|
|
@@ -6549,16 +6694,88 @@ var save_note$1 = "Save note";
|
|
|
6549
6694
|
var type_the_main_focus_of_this_session$1 = "Type the main focus of this session";
|
|
6550
6695
|
var please_add_title_note$1 = "Please add note title";
|
|
6551
6696
|
var notes_and_logs$1 = "Notes and Logs";
|
|
6697
|
+
var survey_portal$1 = "Survey Portal";
|
|
6698
|
+
var external_api$1 = "External Api";
|
|
6699
|
+
var teacher_well_being$1 = "Teacher Well-Being";
|
|
6700
|
+
var frequency_and_setup$1 = "Frequency and Setup";
|
|
6701
|
+
var well_being_dashboard$1 = "Well-Being Dashboard";
|
|
6702
|
+
var go_to_dashboard$1 = "Go to dashboard";
|
|
6703
|
+
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.";
|
|
6704
|
+
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.";
|
|
6705
|
+
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.";
|
|
6706
|
+
var check_in_complete$1 = "Check-in Complete!";
|
|
6707
|
+
var schedule_a_conversation$1 = "Schedule a Conversation";
|
|
6708
|
+
var select_a_contact_to_speak_with$1 = "Select a contact to speak with";
|
|
6709
|
+
var what_would_you_like_to_discuss$1 = "What would you like to discuss?";
|
|
6710
|
+
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...";
|
|
6711
|
+
var wellbeing_sections$1 = "Wellbeing Sections";
|
|
6552
6712
|
var school_monthly_usage$1 = "School Monthly Usage";
|
|
6553
6713
|
var location$2 = "Location";
|
|
6554
6714
|
var edit_my_profile$1 = "Edit My Profile";
|
|
6555
6715
|
var save_new_password$1 = "Save new password";
|
|
6556
6716
|
var teacher_code$1 = "Teacher code";
|
|
6717
|
+
var my_well_being$1 = "My Well-being";
|
|
6718
|
+
var my_well_Being_check_in$1 = "My Well-Being Check-in";
|
|
6719
|
+
var my_sessions$1 = "My Sessions";
|
|
6720
|
+
var your_personal_data_will_not_be_shared_with_anyone_else$1 = "Your personal data will <strong>not be shared</strong> with anyone else";
|
|
6721
|
+
var school_leadership_will_only_see_aggregated_data$1 = "School leadership will only see aggregated data.";
|
|
6722
|
+
var save_filters$1 = "Save Filters";
|
|
6723
|
+
var clear_all_filters$1 = "Clear All Filters";
|
|
6724
|
+
var my_well_being_check_in$1 = "My Well-Being Check-in";
|
|
6725
|
+
var unless_you_specifically_choose_to_do_this$1 = "unless you specifically choose to do this.";
|
|
6726
|
+
var physical_well_being$1 = "Physical Well-Being";
|
|
6727
|
+
var emotional_well_being$1 = "Emotional Well-Being";
|
|
6728
|
+
var social_well_being_relationships$1 = "Social Well-Being - Relationships";
|
|
6729
|
+
var social_well_being_environment$1 = "Social Well-Being - Environment";
|
|
6730
|
+
var intellectual_well_being$1 = "Intellectual Well-Being";
|
|
6731
|
+
var colleague_or_staff_member_you_like_to_praise_or_thank$1 = "Colleague or staff member you'd like to praise or thank?";
|
|
6732
|
+
var wellbeing_finished$1 = "Wellbeing Finished";
|
|
6733
|
+
var take_a_moment_for_you$1 = "Take a Moment for You";
|
|
6734
|
+
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.";
|
|
6735
|
+
var start_check_in_now$1 = "START CHECK-IN NOW";
|
|
6736
|
+
var i_ll_do_it_later$1 = "I'LL DO IT LATER";
|
|
6557
6737
|
var number_of_conversations$1 = "Number of conversations";
|
|
6558
6738
|
var number_of_expected_conversations_based_on_the_goal$1 = "Number of expected conversations based on the goal";
|
|
6559
6739
|
var search_for_a_student$1 = "Search for a student";
|
|
6560
6740
|
var survey_resulting_in_scheduled_sessions$1 = "Survey resulting in scheduled sessions";
|
|
6561
6741
|
var current_class_grade$1 = "Current Class Grade";
|
|
6742
|
+
var these_are_the_answers_from_classroom_teachers$1 = "These are the answers from classroom teachers.";
|
|
6743
|
+
var total_responses$1 = "Total Responses";
|
|
6744
|
+
var readiness_trends$1 = "Readiness Trends";
|
|
6745
|
+
var the_note_will_be_visible_to_the_student_and_all_connected_educators$1 = "The note will be visible to the student and all connected educators";
|
|
6746
|
+
var _unless_you_check_the_make_this_a_private_note_box$1 = " unless you check the \"Make this a private note\" box";
|
|
6747
|
+
var do_you_still_wish_to_save$1 = "Do you still wish to save?";
|
|
6748
|
+
var yes_im_sure$1 = "yes, i'm sure!";
|
|
6749
|
+
var delete_survey$1 = "Delete survey";
|
|
6750
|
+
var are_you_sure_to_delete_selected_survey$1 = "Are you sure to delete {{number}} survey(s)?";
|
|
6751
|
+
var delete_1_1$1 = "Delete 1-1";
|
|
6752
|
+
var are_you_sure_to_delete_this_one_to_one$1 = "Are you sure to delete this one to one?";
|
|
6753
|
+
var delete_conversation$1 = "Delete conversation";
|
|
6754
|
+
var are_you_sure_to_delete_this_conversation$1 = "Are you sure to delete this conversation?";
|
|
6755
|
+
var teachers_well_being_dashboard$1 = "Teachers' Well-Being Dashboard";
|
|
6756
|
+
var my_well_being_dashboard$1 = "My Well-Being Dashboard";
|
|
6757
|
+
var understand_the_metrics_about_the_educators_wellness_and_environment$1 = "Understand the metrics about the educator's wellness and environment";
|
|
6758
|
+
var understand_the_metrics_about_my_wellness_and_environment$1 = "Understand the metrics about my wellness and environment";
|
|
6759
|
+
var engagement$1 = "Engagement";
|
|
6760
|
+
var total_1_1_conversations$1 = "Total 1-1 Conversations";
|
|
6761
|
+
var educators_without_check_ins$1 = "Educators without<br/>check-ins";
|
|
6762
|
+
var educators_without_check_ins_not_br$1 = "Educators without Check-ins";
|
|
6763
|
+
var educators_havent_completed_check_ins_in_the_last_30_days$1 = "educators haven't completed check-ins in the last 30 days";
|
|
6764
|
+
var you_can_send_individual_requests_or_bulk_reminders_to_all_educators$1 = "You can send individual requests or bulk reminders to all educators";
|
|
6765
|
+
var department$1 = "Department";
|
|
6766
|
+
var last_check_in_normal$1 = "Last check-in";
|
|
6767
|
+
var request_check_in_wellbeing$1 = "Request check-in";
|
|
6768
|
+
var send_bulk_reminder$1 = "Send bulk reminder";
|
|
6769
|
+
var physical$1 = "Physical";
|
|
6770
|
+
var self_care$1 = "Self-care";
|
|
6771
|
+
var relationships_well_being$1 = "Relationships Well-Being";
|
|
6772
|
+
var self_care_well_being$1 = "Self-Care Well-Being";
|
|
6773
|
+
var environment$1 = "Environment";
|
|
6774
|
+
var environment_well_being$1 = "Environment Well-Being";
|
|
6775
|
+
var intellectual$1 = "Intellectual";
|
|
6776
|
+
var the_data_presented_here_comes_from_the_check_ins$1 = "The data presented here comes from the check-ins.";
|
|
6777
|
+
var charts_will_appear_once_over_20_of_educators$1 = "Charts will appear once over 20% of educators<br/>have completed their check-ins.";
|
|
6778
|
+
var total_1_1_requested$1 = "Total 1-1 Requested";
|
|
6562
6779
|
var lang_uk = {
|
|
6563
6780
|
dashboard: dashboard$1,
|
|
6564
6781
|
user: user$1,
|
|
@@ -7217,7 +7434,7 @@ var lang_uk = {
|
|
|
7217
7434
|
this_week_s: this_week_s$1,
|
|
7218
7435
|
missing_weekly_check_in: missing_weekly_check_in$1,
|
|
7219
7436
|
add_new_student: add_new_student$1,
|
|
7220
|
-
"start_your_check-in_and_you_can_also_request_a_conversation_with_your_teacher_after": "Start your Check
|
|
7437
|
+
"start_your_check-in_and_you_can_also_request_a_conversation_with_your_teacher_after": "Start your Check-in. You can also request a conversation with your teacher after this.",
|
|
7221
7438
|
start_check_in: start_check_in$1,
|
|
7222
7439
|
no_events_today: no_events_today$1,
|
|
7223
7440
|
today_schedule: today_schedule$1,
|
|
@@ -8395,7 +8612,7 @@ var lang_uk = {
|
|
|
8395
8612
|
student_has_started_this_check_in_are_you_sure_to_delete: student_has_started_this_check_in_are_you_sure_to_delete$1,
|
|
8396
8613
|
student_has_not_started_this_one_to_one_are_you_sure_to_delete: student_has_not_started_this_one_to_one_are_you_sure_to_delete$1,
|
|
8397
8614
|
"you_can_start_a_1-1_conversation_after_the_results_of_the_student's_check-in._If_the_check-in_is_24_hours_older,_you_can_request_the_new_check-in_or_start_the_conversation_by_viewing_the_results": "You can start a 1-1 conversation after the results of the student's check-in. If the check-in is 24 hours older, you can request the new check-in or start the conversation by viewing the results",
|
|
8398
|
-
"select_a_student_and_start_a_1-1_conversation_from_a_check-in_or_ask_the_student_to_check-in_before": "Select a student
|
|
8615
|
+
"select_a_student_and_start_a_1-1_conversation_from_a_check-in_or_ask_the_student_to_check-in_before": "Select a student to start a conversation from their recent check-in or request a new check-in",
|
|
8399
8616
|
my_accommodations: my_accommodations$1,
|
|
8400
8617
|
accommodation_set: accommodation_set$1,
|
|
8401
8618
|
add_new_accommodation: add_new_accommodation$1,
|
|
@@ -8756,16 +8973,89 @@ var lang_uk = {
|
|
|
8756
8973
|
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session$1,
|
|
8757
8974
|
please_add_title_note: please_add_title_note$1,
|
|
8758
8975
|
notes_and_logs: notes_and_logs$1,
|
|
8976
|
+
survey_portal: survey_portal$1,
|
|
8977
|
+
external_api: external_api$1,
|
|
8978
|
+
teacher_well_being: teacher_well_being$1,
|
|
8979
|
+
frequency_and_setup: frequency_and_setup$1,
|
|
8980
|
+
well_being_dashboard: well_being_dashboard$1,
|
|
8981
|
+
go_to_dashboard: go_to_dashboard$1,
|
|
8982
|
+
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,
|
|
8983
|
+
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,
|
|
8984
|
+
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,
|
|
8985
|
+
check_in_complete: check_in_complete$1,
|
|
8986
|
+
schedule_a_conversation: schedule_a_conversation$1,
|
|
8987
|
+
select_a_contact_to_speak_with: select_a_contact_to_speak_with$1,
|
|
8988
|
+
what_would_you_like_to_discuss: what_would_you_like_to_discuss$1,
|
|
8989
|
+
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,
|
|
8990
|
+
wellbeing_sections: wellbeing_sections$1,
|
|
8759
8991
|
school_monthly_usage: school_monthly_usage$1,
|
|
8760
8992
|
location: location$2,
|
|
8761
8993
|
edit_my_profile: edit_my_profile$1,
|
|
8762
8994
|
save_new_password: save_new_password$1,
|
|
8763
8995
|
teacher_code: teacher_code$1,
|
|
8996
|
+
my_well_being: my_well_being$1,
|
|
8997
|
+
my_well_Being_check_in: my_well_Being_check_in$1,
|
|
8998
|
+
my_sessions: my_sessions$1,
|
|
8999
|
+
your_personal_data_will_not_be_shared_with_anyone_else: your_personal_data_will_not_be_shared_with_anyone_else$1,
|
|
9000
|
+
school_leadership_will_only_see_aggregated_data: school_leadership_will_only_see_aggregated_data$1,
|
|
9001
|
+
save_filters: save_filters$1,
|
|
9002
|
+
clear_all_filters: clear_all_filters$1,
|
|
9003
|
+
my_well_being_check_in: my_well_being_check_in$1,
|
|
9004
|
+
unless_you_specifically_choose_to_do_this: unless_you_specifically_choose_to_do_this$1,
|
|
9005
|
+
physical_well_being: physical_well_being$1,
|
|
9006
|
+
emotional_well_being: emotional_well_being$1,
|
|
9007
|
+
"self_care_&_balance": "Self-Care & Balance",
|
|
9008
|
+
social_well_being_relationships: social_well_being_relationships$1,
|
|
9009
|
+
social_well_being_environment: social_well_being_environment$1,
|
|
9010
|
+
intellectual_well_being: intellectual_well_being$1,
|
|
9011
|
+
colleague_or_staff_member_you_like_to_praise_or_thank: colleague_or_staff_member_you_like_to_praise_or_thank$1,
|
|
9012
|
+
wellbeing_finished: wellbeing_finished$1,
|
|
9013
|
+
take_a_moment_for_you: take_a_moment_for_you$1,
|
|
9014
|
+
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,
|
|
9015
|
+
start_check_in_now: start_check_in_now$1,
|
|
9016
|
+
i_ll_do_it_later: i_ll_do_it_later$1,
|
|
8764
9017
|
number_of_conversations: number_of_conversations$1,
|
|
8765
9018
|
number_of_expected_conversations_based_on_the_goal: number_of_expected_conversations_based_on_the_goal$1,
|
|
8766
9019
|
search_for_a_student: search_for_a_student$1,
|
|
8767
9020
|
survey_resulting_in_scheduled_sessions: survey_resulting_in_scheduled_sessions$1,
|
|
8768
|
-
current_class_grade: current_class_grade$1
|
|
9021
|
+
current_class_grade: current_class_grade$1,
|
|
9022
|
+
these_are_the_answers_from_classroom_teachers: these_are_the_answers_from_classroom_teachers$1,
|
|
9023
|
+
total_responses: total_responses$1,
|
|
9024
|
+
readiness_trends: readiness_trends$1,
|
|
9025
|
+
the_note_will_be_visible_to_the_student_and_all_connected_educators: the_note_will_be_visible_to_the_student_and_all_connected_educators$1,
|
|
9026
|
+
_unless_you_check_the_make_this_a_private_note_box: _unless_you_check_the_make_this_a_private_note_box$1,
|
|
9027
|
+
do_you_still_wish_to_save: do_you_still_wish_to_save$1,
|
|
9028
|
+
yes_im_sure: yes_im_sure$1,
|
|
9029
|
+
delete_survey: delete_survey$1,
|
|
9030
|
+
are_you_sure_to_delete_selected_survey: are_you_sure_to_delete_selected_survey$1,
|
|
9031
|
+
delete_1_1: delete_1_1$1,
|
|
9032
|
+
are_you_sure_to_delete_this_one_to_one: are_you_sure_to_delete_this_one_to_one$1,
|
|
9033
|
+
delete_conversation: delete_conversation$1,
|
|
9034
|
+
are_you_sure_to_delete_this_conversation: are_you_sure_to_delete_this_conversation$1,
|
|
9035
|
+
teachers_well_being_dashboard: teachers_well_being_dashboard$1,
|
|
9036
|
+
my_well_being_dashboard: my_well_being_dashboard$1,
|
|
9037
|
+
understand_the_metrics_about_the_educators_wellness_and_environment: understand_the_metrics_about_the_educators_wellness_and_environment$1,
|
|
9038
|
+
understand_the_metrics_about_my_wellness_and_environment: understand_the_metrics_about_my_wellness_and_environment$1,
|
|
9039
|
+
engagement: engagement$1,
|
|
9040
|
+
total_1_1_conversations: total_1_1_conversations$1,
|
|
9041
|
+
educators_without_check_ins: educators_without_check_ins$1,
|
|
9042
|
+
educators_without_check_ins_not_br: educators_without_check_ins_not_br$1,
|
|
9043
|
+
educators_havent_completed_check_ins_in_the_last_30_days: educators_havent_completed_check_ins_in_the_last_30_days$1,
|
|
9044
|
+
you_can_send_individual_requests_or_bulk_reminders_to_all_educators: you_can_send_individual_requests_or_bulk_reminders_to_all_educators$1,
|
|
9045
|
+
department: department$1,
|
|
9046
|
+
last_check_in_normal: last_check_in_normal$1,
|
|
9047
|
+
request_check_in_wellbeing: request_check_in_wellbeing$1,
|
|
9048
|
+
send_bulk_reminder: send_bulk_reminder$1,
|
|
9049
|
+
physical: physical$1,
|
|
9050
|
+
self_care: self_care$1,
|
|
9051
|
+
relationships_well_being: relationships_well_being$1,
|
|
9052
|
+
self_care_well_being: self_care_well_being$1,
|
|
9053
|
+
environment: environment$1,
|
|
9054
|
+
environment_well_being: environment_well_being$1,
|
|
9055
|
+
intellectual: intellectual$1,
|
|
9056
|
+
the_data_presented_here_comes_from_the_check_ins: the_data_presented_here_comes_from_the_check_ins$1,
|
|
9057
|
+
charts_will_appear_once_over_20_of_educators: charts_will_appear_once_over_20_of_educators$1,
|
|
9058
|
+
total_1_1_requested: total_1_1_requested$1
|
|
8769
9059
|
};
|
|
8770
9060
|
|
|
8771
9061
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -10886,7 +11176,7 @@ var yes_view_student_goals$2 = "Yes, view student goals";
|
|
|
10886
11176
|
var please_set_time_1_1_conversation$2 = "Please set time 1-1 conversation";
|
|
10887
11177
|
var type_your_answer_here$2 = "Type your answer here...";
|
|
10888
11178
|
var not_ready_to_learn$2 = "Not ready to learn";
|
|
10889
|
-
var delete_bulk$2 = "
|
|
11179
|
+
var delete_bulk$2 = "Remove Bulk";
|
|
10890
11180
|
var number_of_students_with_at_least_one_very_low_metric$2 = "Students with concerning metrics";
|
|
10891
11181
|
var this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40$2 = "This flags if the student is not ready to learn or has at least one success, or readiness to learn metrics under 40%";
|
|
10892
11182
|
var of_students_have_concerned_metrics$2 = "of students have concerned metrics";
|
|
@@ -10942,16 +11232,89 @@ var save_note$2 = "Save note";
|
|
|
10942
11232
|
var type_the_main_focus_of_this_session$2 = "Type the main focus of this session";
|
|
10943
11233
|
var please_add_title_note$2 = "Please add note title";
|
|
10944
11234
|
var notes_and_logs$2 = "Notes and Logs";
|
|
11235
|
+
var survey_portal$2 = "Survey Portal";
|
|
11236
|
+
var integrations$2 = "Integrations";
|
|
11237
|
+
var external_api$2 = "External Api";
|
|
11238
|
+
var teacher_well_being$2 = "Teacher Well-Being";
|
|
11239
|
+
var frequency_and_setup$2 = "Frequency and Setup";
|
|
11240
|
+
var well_being_dashboard$2 = "Well-Being Dashboard";
|
|
11241
|
+
var go_to_dashboard$2 = "Go to dashboard";
|
|
11242
|
+
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.";
|
|
11243
|
+
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.";
|
|
11244
|
+
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.";
|
|
11245
|
+
var check_in_complete$2 = "Check-in Complete!";
|
|
11246
|
+
var schedule_a_conversation$2 = "Schedule a Conversation";
|
|
11247
|
+
var select_a_contact_to_speak_with$2 = "Select a contact to speak with";
|
|
11248
|
+
var what_would_you_like_to_discuss$2 = "What would you like to discuss?";
|
|
11249
|
+
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...";
|
|
11250
|
+
var wellbeing_sections$2 = "Wellbeing Sections";
|
|
10945
11251
|
var school_monthly_usage$2 = "School Monthly Usage";
|
|
10946
11252
|
var location$3 = "Location";
|
|
10947
11253
|
var edit_my_profile$2 = "Edit My Profile";
|
|
10948
11254
|
var save_new_password$2 = "Save new password";
|
|
10949
11255
|
var teacher_code$2 = "Teacher code";
|
|
11256
|
+
var my_well_being$2 = "My Well-being";
|
|
11257
|
+
var my_well_Being_check_in$2 = "My Well-Being Check-in";
|
|
11258
|
+
var my_sessions$2 = "My Sessions";
|
|
11259
|
+
var your_personal_data_will_not_be_shared_with_anyone_else$2 = "Your personal data will <strong>not be shared</strong> with anyone else";
|
|
11260
|
+
var school_leadership_will_only_see_aggregated_data$2 = "School leadership will only see aggregated data.";
|
|
11261
|
+
var save_filters$2 = "Save Filters";
|
|
11262
|
+
var clear_all_filters$2 = "Clear All Filters";
|
|
11263
|
+
var my_well_being_check_in$2 = "My Well-Being Check-in";
|
|
11264
|
+
var unless_you_specifically_choose_to_do_this$2 = "unless you specifically choose to do this.";
|
|
11265
|
+
var physical_well_being$2 = "Physical Well-Being";
|
|
11266
|
+
var emotional_well_being$2 = "Emotional Well-Being";
|
|
11267
|
+
var social_well_being_relationships$2 = "Social Well-Being - Relationships";
|
|
11268
|
+
var social_well_being_environment$2 = "Social Well-Being - Environment";
|
|
11269
|
+
var intellectual_well_being$2 = "Intellectual Well-Being";
|
|
11270
|
+
var colleague_or_staff_member_you_like_to_praise_or_thank$2 = "Colleague or staff member you'd like to praise or thank?";
|
|
11271
|
+
var wellbeing_finished$2 = "Wellbeing Finished";
|
|
11272
|
+
var take_a_moment_for_you$2 = "Take a Moment for You";
|
|
11273
|
+
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.";
|
|
11274
|
+
var start_check_in_now$2 = "START CHECK-IN NOW";
|
|
11275
|
+
var i_ll_do_it_later$2 = "I'LL DO IT LATER";
|
|
10950
11276
|
var number_of_conversations$2 = "Number of conversations";
|
|
10951
11277
|
var number_of_expected_conversations_based_on_the_goal$2 = "Number of expected conversations based on the goal";
|
|
10952
11278
|
var search_for_a_student$2 = "Search for a student";
|
|
10953
11279
|
var survey_resulting_in_scheduled_sessions$2 = "Survey resulting in scheduled sessions";
|
|
10954
11280
|
var current_class_grade$2 = "Current Class Grade";
|
|
11281
|
+
var these_are_the_answers_from_classroom_teachers$2 = "These are the answers from classroom teachers.";
|
|
11282
|
+
var total_responses$2 = "Total Responses";
|
|
11283
|
+
var readiness_trends$2 = "Readiness Trends";
|
|
11284
|
+
var the_note_will_be_visible_to_the_student_and_all_connected_educators$2 = "The note will be visible to the student and all connected educators";
|
|
11285
|
+
var _unless_you_check_the_make_this_a_private_note_box$2 = " unless you check the \"Make this a private note\" box";
|
|
11286
|
+
var do_you_still_wish_to_save$2 = "Do you still wish to save?";
|
|
11287
|
+
var yes_im_sure$2 = "yes, i'm sure!";
|
|
11288
|
+
var delete_survey$2 = "Delete survey";
|
|
11289
|
+
var are_you_sure_to_delete_selected_survey$2 = "Are you sure to delete {{number}} survey(s)?";
|
|
11290
|
+
var delete_1_1$2 = "Delete 1-1";
|
|
11291
|
+
var are_you_sure_to_delete_this_one_to_one$2 = "Are you sure to delete this one to one?";
|
|
11292
|
+
var delete_conversation$2 = "Delete conversation";
|
|
11293
|
+
var are_you_sure_to_delete_this_conversation$2 = "Are you sure to delete this conversation?";
|
|
11294
|
+
var teachers_well_being_dashboard$2 = "Teachers' Well-Being Dashboard";
|
|
11295
|
+
var my_well_being_dashboard$2 = "My Well-Being Dashboard";
|
|
11296
|
+
var understand_the_metrics_about_the_educators_wellness_and_environment$2 = "Understand the metrics about the educator's wellness and environment";
|
|
11297
|
+
var understand_the_metrics_about_my_wellness_and_environment$2 = "Understand the metrics about my wellness and environment";
|
|
11298
|
+
var engagement$2 = "Engagement";
|
|
11299
|
+
var total_1_1_conversations$2 = "Total 1-1 Conversations";
|
|
11300
|
+
var educators_without_check_ins$2 = "Educators without<br/>check-ins";
|
|
11301
|
+
var educators_without_check_ins_not_br$2 = "Educators without Check-ins";
|
|
11302
|
+
var educators_havent_completed_check_ins_in_the_last_30_days$2 = "educators haven't completed check-ins in the last 30 days";
|
|
11303
|
+
var you_can_send_individual_requests_or_bulk_reminders_to_all_educators$2 = "You can send individual requests or bulk reminders to all educators";
|
|
11304
|
+
var department$2 = "Department";
|
|
11305
|
+
var last_check_in_normal$2 = "Last check-in";
|
|
11306
|
+
var request_check_in_wellbeing$2 = "Request check-in";
|
|
11307
|
+
var send_bulk_reminder$2 = "Send bulk reminder";
|
|
11308
|
+
var physical$2 = "Physical";
|
|
11309
|
+
var self_care$2 = "Self-care";
|
|
11310
|
+
var relationships_well_being$2 = "Relationships Well-Being";
|
|
11311
|
+
var self_care_well_being$2 = "Self-Care Well-Being";
|
|
11312
|
+
var environment$2 = "Environment";
|
|
11313
|
+
var environment_well_being$2 = "Environment Well-Being";
|
|
11314
|
+
var intellectual$2 = "Intellectual";
|
|
11315
|
+
var the_data_presented_here_comes_from_the_check_ins$2 = "The data presented here comes from the check-ins.";
|
|
11316
|
+
var charts_will_appear_once_over_20_of_educators$2 = "Charts will appear once over 20% of educators<br/>have completed their check-ins.";
|
|
11317
|
+
var total_1_1_requested$2 = "Total 1-1 Requested";
|
|
10955
11318
|
var lang_ar = {
|
|
10956
11319
|
dashboard: dashboard$2,
|
|
10957
11320
|
user: user$2,
|
|
@@ -13181,16 +13544,90 @@ var lang_ar = {
|
|
|
13181
13544
|
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session$2,
|
|
13182
13545
|
please_add_title_note: please_add_title_note$2,
|
|
13183
13546
|
notes_and_logs: notes_and_logs$2,
|
|
13547
|
+
survey_portal: survey_portal$2,
|
|
13548
|
+
integrations: integrations$2,
|
|
13549
|
+
external_api: external_api$2,
|
|
13550
|
+
teacher_well_being: teacher_well_being$2,
|
|
13551
|
+
frequency_and_setup: frequency_and_setup$2,
|
|
13552
|
+
well_being_dashboard: well_being_dashboard$2,
|
|
13553
|
+
go_to_dashboard: go_to_dashboard$2,
|
|
13554
|
+
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,
|
|
13555
|
+
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,
|
|
13556
|
+
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,
|
|
13557
|
+
check_in_complete: check_in_complete$2,
|
|
13558
|
+
schedule_a_conversation: schedule_a_conversation$2,
|
|
13559
|
+
select_a_contact_to_speak_with: select_a_contact_to_speak_with$2,
|
|
13560
|
+
what_would_you_like_to_discuss: what_would_you_like_to_discuss$2,
|
|
13561
|
+
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,
|
|
13562
|
+
wellbeing_sections: wellbeing_sections$2,
|
|
13184
13563
|
school_monthly_usage: school_monthly_usage$2,
|
|
13185
13564
|
location: location$3,
|
|
13186
13565
|
edit_my_profile: edit_my_profile$2,
|
|
13187
13566
|
save_new_password: save_new_password$2,
|
|
13188
13567
|
teacher_code: teacher_code$2,
|
|
13568
|
+
my_well_being: my_well_being$2,
|
|
13569
|
+
my_well_Being_check_in: my_well_Being_check_in$2,
|
|
13570
|
+
my_sessions: my_sessions$2,
|
|
13571
|
+
your_personal_data_will_not_be_shared_with_anyone_else: your_personal_data_will_not_be_shared_with_anyone_else$2,
|
|
13572
|
+
school_leadership_will_only_see_aggregated_data: school_leadership_will_only_see_aggregated_data$2,
|
|
13573
|
+
save_filters: save_filters$2,
|
|
13574
|
+
clear_all_filters: clear_all_filters$2,
|
|
13575
|
+
my_well_being_check_in: my_well_being_check_in$2,
|
|
13576
|
+
unless_you_specifically_choose_to_do_this: unless_you_specifically_choose_to_do_this$2,
|
|
13577
|
+
physical_well_being: physical_well_being$2,
|
|
13578
|
+
emotional_well_being: emotional_well_being$2,
|
|
13579
|
+
"self_care_&_balance": "Self-Care & Balance",
|
|
13580
|
+
social_well_being_relationships: social_well_being_relationships$2,
|
|
13581
|
+
social_well_being_environment: social_well_being_environment$2,
|
|
13582
|
+
intellectual_well_being: intellectual_well_being$2,
|
|
13583
|
+
colleague_or_staff_member_you_like_to_praise_or_thank: colleague_or_staff_member_you_like_to_praise_or_thank$2,
|
|
13584
|
+
wellbeing_finished: wellbeing_finished$2,
|
|
13585
|
+
take_a_moment_for_you: take_a_moment_for_you$2,
|
|
13586
|
+
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,
|
|
13587
|
+
start_check_in_now: start_check_in_now$2,
|
|
13588
|
+
i_ll_do_it_later: i_ll_do_it_later$2,
|
|
13189
13589
|
number_of_conversations: number_of_conversations$2,
|
|
13190
13590
|
number_of_expected_conversations_based_on_the_goal: number_of_expected_conversations_based_on_the_goal$2,
|
|
13191
13591
|
search_for_a_student: search_for_a_student$2,
|
|
13192
13592
|
survey_resulting_in_scheduled_sessions: survey_resulting_in_scheduled_sessions$2,
|
|
13193
|
-
current_class_grade: current_class_grade$2
|
|
13593
|
+
current_class_grade: current_class_grade$2,
|
|
13594
|
+
these_are_the_answers_from_classroom_teachers: these_are_the_answers_from_classroom_teachers$2,
|
|
13595
|
+
total_responses: total_responses$2,
|
|
13596
|
+
readiness_trends: readiness_trends$2,
|
|
13597
|
+
the_note_will_be_visible_to_the_student_and_all_connected_educators: the_note_will_be_visible_to_the_student_and_all_connected_educators$2,
|
|
13598
|
+
_unless_you_check_the_make_this_a_private_note_box: _unless_you_check_the_make_this_a_private_note_box$2,
|
|
13599
|
+
do_you_still_wish_to_save: do_you_still_wish_to_save$2,
|
|
13600
|
+
yes_im_sure: yes_im_sure$2,
|
|
13601
|
+
delete_survey: delete_survey$2,
|
|
13602
|
+
are_you_sure_to_delete_selected_survey: are_you_sure_to_delete_selected_survey$2,
|
|
13603
|
+
delete_1_1: delete_1_1$2,
|
|
13604
|
+
are_you_sure_to_delete_this_one_to_one: are_you_sure_to_delete_this_one_to_one$2,
|
|
13605
|
+
delete_conversation: delete_conversation$2,
|
|
13606
|
+
are_you_sure_to_delete_this_conversation: are_you_sure_to_delete_this_conversation$2,
|
|
13607
|
+
teachers_well_being_dashboard: teachers_well_being_dashboard$2,
|
|
13608
|
+
my_well_being_dashboard: my_well_being_dashboard$2,
|
|
13609
|
+
understand_the_metrics_about_the_educators_wellness_and_environment: understand_the_metrics_about_the_educators_wellness_and_environment$2,
|
|
13610
|
+
understand_the_metrics_about_my_wellness_and_environment: understand_the_metrics_about_my_wellness_and_environment$2,
|
|
13611
|
+
engagement: engagement$2,
|
|
13612
|
+
total_1_1_conversations: total_1_1_conversations$2,
|
|
13613
|
+
educators_without_check_ins: educators_without_check_ins$2,
|
|
13614
|
+
educators_without_check_ins_not_br: educators_without_check_ins_not_br$2,
|
|
13615
|
+
educators_havent_completed_check_ins_in_the_last_30_days: educators_havent_completed_check_ins_in_the_last_30_days$2,
|
|
13616
|
+
you_can_send_individual_requests_or_bulk_reminders_to_all_educators: you_can_send_individual_requests_or_bulk_reminders_to_all_educators$2,
|
|
13617
|
+
department: department$2,
|
|
13618
|
+
last_check_in_normal: last_check_in_normal$2,
|
|
13619
|
+
request_check_in_wellbeing: request_check_in_wellbeing$2,
|
|
13620
|
+
send_bulk_reminder: send_bulk_reminder$2,
|
|
13621
|
+
physical: physical$2,
|
|
13622
|
+
self_care: self_care$2,
|
|
13623
|
+
relationships_well_being: relationships_well_being$2,
|
|
13624
|
+
self_care_well_being: self_care_well_being$2,
|
|
13625
|
+
environment: environment$2,
|
|
13626
|
+
environment_well_being: environment_well_being$2,
|
|
13627
|
+
intellectual: intellectual$2,
|
|
13628
|
+
the_data_presented_here_comes_from_the_check_ins: the_data_presented_here_comes_from_the_check_ins$2,
|
|
13629
|
+
charts_will_appear_once_over_20_of_educators: charts_will_appear_once_over_20_of_educators$2,
|
|
13630
|
+
total_1_1_requested: total_1_1_requested$2
|
|
13194
13631
|
};
|
|
13195
13632
|
|
|
13196
13633
|
var dashboard$3 = "Cuadro de mandos";
|
|
@@ -15311,7 +15748,7 @@ var save_conversation$3 = "Save CONVERSATION";
|
|
|
15311
15748
|
var yes_view_student_goals$3 = "Yes, view student goals";
|
|
15312
15749
|
var please_set_time_1_1_conversation$3 = "Please set time 1-1 conversation";
|
|
15313
15750
|
var type_your_answer_here$3 = "Type your answer here...";
|
|
15314
|
-
var delete_bulk$3 = "
|
|
15751
|
+
var delete_bulk$3 = "Remove Bulk";
|
|
15315
15752
|
var number_of_students_with_at_least_one_very_low_metric$3 = "Students with concerning metrics";
|
|
15316
15753
|
var this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40$3 = "This flags if the student is not ready to learn or has at least one success, or readiness to learn metrics under 40%";
|
|
15317
15754
|
var of_students_have_concerned_metrics$3 = "of students have concerned metrics";
|
|
@@ -15367,16 +15804,89 @@ var save_note$3 = "Save note";
|
|
|
15367
15804
|
var type_the_main_focus_of_this_session$3 = "Type the main focus of this session";
|
|
15368
15805
|
var please_add_title_note$3 = "Please add note title";
|
|
15369
15806
|
var notes_and_logs$3 = "Notes and Logs";
|
|
15807
|
+
var survey_portal$3 = "Survey Portal";
|
|
15808
|
+
var integrations$3 = "Integrations";
|
|
15809
|
+
var external_api$3 = "External Api";
|
|
15810
|
+
var teacher_well_being$3 = "Teacher Well-Being";
|
|
15811
|
+
var frequency_and_setup$3 = "Frequency and Setup";
|
|
15812
|
+
var well_being_dashboard$3 = "Well-Being Dashboard";
|
|
15813
|
+
var go_to_dashboard$3 = "Go to dashboard";
|
|
15814
|
+
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.";
|
|
15815
|
+
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.";
|
|
15816
|
+
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.";
|
|
15817
|
+
var check_in_complete$3 = "Check-in Complete!";
|
|
15818
|
+
var schedule_a_conversation$3 = "Schedule a Conversation";
|
|
15819
|
+
var select_a_contact_to_speak_with$3 = "Select a contact to speak with";
|
|
15820
|
+
var what_would_you_like_to_discuss$3 = "What would you like to discuss?";
|
|
15821
|
+
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...";
|
|
15822
|
+
var wellbeing_sections$3 = "Wellbeing Sections";
|
|
15370
15823
|
var school_monthly_usage$3 = "School Monthly Usage";
|
|
15371
15824
|
var location$4 = "Location";
|
|
15372
15825
|
var edit_my_profile$3 = "Edit My Profile";
|
|
15373
15826
|
var save_new_password$3 = "Save new password";
|
|
15374
15827
|
var teacher_code$3 = "Teacher code";
|
|
15828
|
+
var my_well_being$3 = "My Well-being";
|
|
15829
|
+
var my_well_Being_check_in$3 = "My Well-Being Check-in";
|
|
15830
|
+
var my_sessions$3 = "My Sessions";
|
|
15831
|
+
var your_personal_data_will_not_be_shared_with_anyone_else$3 = "Your personal data will <strong>not be shared</strong> with anyone else";
|
|
15832
|
+
var school_leadership_will_only_see_aggregated_data$3 = "School leadership will only see aggregated data.";
|
|
15833
|
+
var save_filters$3 = "Save Filters";
|
|
15834
|
+
var clear_all_filters$3 = "Clear All Filters";
|
|
15835
|
+
var my_well_being_check_in$3 = "My Well-Being Check-in";
|
|
15836
|
+
var unless_you_specifically_choose_to_do_this$3 = "unless you specifically choose to do this.";
|
|
15837
|
+
var physical_well_being$3 = "Physical Well-Being";
|
|
15838
|
+
var emotional_well_being$3 = "Emotional Well-Being";
|
|
15839
|
+
var social_well_being_relationships$3 = "Social Well-Being - Relationships";
|
|
15840
|
+
var social_well_being_environment$3 = "Social Well-Being - Environment";
|
|
15841
|
+
var intellectual_well_being$3 = "Intellectual Well-Being";
|
|
15842
|
+
var colleague_or_staff_member_you_like_to_praise_or_thank$3 = "Colleague or staff member you'd like to praise or thank?";
|
|
15843
|
+
var wellbeing_finished$3 = "Wellbeing Finished";
|
|
15844
|
+
var take_a_moment_for_you$3 = "Take a Moment for You";
|
|
15845
|
+
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.";
|
|
15846
|
+
var start_check_in_now$3 = "START CHECK-IN NOW";
|
|
15847
|
+
var i_ll_do_it_later$3 = "I'LL DO IT LATER";
|
|
15375
15848
|
var number_of_conversations$3 = "Number of conversations";
|
|
15376
15849
|
var number_of_expected_conversations_based_on_the_goal$3 = "Number of expected conversations based on the goal";
|
|
15377
15850
|
var search_for_a_student$3 = "Search for a student";
|
|
15378
15851
|
var survey_resulting_in_scheduled_sessions$3 = "Survey resulting in scheduled sessions";
|
|
15379
15852
|
var current_class_grade$3 = "Current Class Grade";
|
|
15853
|
+
var these_are_the_answers_from_classroom_teachers$3 = "These are the answers from classroom teachers.";
|
|
15854
|
+
var total_responses$3 = "Total Responses";
|
|
15855
|
+
var readiness_trends$3 = "Readiness Trends";
|
|
15856
|
+
var the_note_will_be_visible_to_the_student_and_all_connected_educators$3 = "The note will be visible to the student and all connected educators";
|
|
15857
|
+
var _unless_you_check_the_make_this_a_private_note_box$3 = " unless you check the \"Make this a private note\" box";
|
|
15858
|
+
var do_you_still_wish_to_save$3 = "Do you still wish to save?";
|
|
15859
|
+
var yes_im_sure$3 = "yes, i'm sure!";
|
|
15860
|
+
var delete_survey$3 = "Delete survey";
|
|
15861
|
+
var are_you_sure_to_delete_selected_survey$3 = "Are you sure to delete {{number}} survey(s)?";
|
|
15862
|
+
var delete_1_1$3 = "Delete 1-1";
|
|
15863
|
+
var are_you_sure_to_delete_this_one_to_one$3 = "Are you sure to delete this one to one?";
|
|
15864
|
+
var delete_conversation$3 = "Delete conversation";
|
|
15865
|
+
var are_you_sure_to_delete_this_conversation$3 = "Are you sure to delete this conversation?";
|
|
15866
|
+
var teachers_well_being_dashboard$3 = "Teachers' Well-Being Dashboard";
|
|
15867
|
+
var my_well_being_dashboard$3 = "My Well-Being Dashboard";
|
|
15868
|
+
var understand_the_metrics_about_the_educators_wellness_and_environment$3 = "Understand the metrics about the educator's wellness and environment";
|
|
15869
|
+
var understand_the_metrics_about_my_wellness_and_environment$3 = "Understand the metrics about my wellness and environment";
|
|
15870
|
+
var engagement$3 = "Engagement";
|
|
15871
|
+
var total_1_1_conversations$3 = "Total 1-1 Conversations";
|
|
15872
|
+
var educators_without_check_ins$3 = "Educators without<br/>check-ins";
|
|
15873
|
+
var educators_without_check_ins_not_br$3 = "Educators without Check-ins";
|
|
15874
|
+
var educators_havent_completed_check_ins_in_the_last_30_days$3 = "educators haven't completed check-ins in the last 30 days";
|
|
15875
|
+
var you_can_send_individual_requests_or_bulk_reminders_to_all_educators$3 = "You can send individual requests or bulk reminders to all educators";
|
|
15876
|
+
var department$3 = "Department";
|
|
15877
|
+
var last_check_in_normal$3 = "Last check-in";
|
|
15878
|
+
var request_check_in_wellbeing$3 = "Request check-in";
|
|
15879
|
+
var send_bulk_reminder$3 = "Send bulk reminder";
|
|
15880
|
+
var physical$3 = "Physical";
|
|
15881
|
+
var self_care$3 = "Self-care";
|
|
15882
|
+
var relationships_well_being$3 = "Relationships Well-Being";
|
|
15883
|
+
var self_care_well_being$3 = "Self-Care Well-Being";
|
|
15884
|
+
var environment$3 = "Environment";
|
|
15885
|
+
var environment_well_being$3 = "Environment Well-Being";
|
|
15886
|
+
var intellectual$3 = "Intellectual";
|
|
15887
|
+
var the_data_presented_here_comes_from_the_check_ins$3 = "The data presented here comes from the check-ins.";
|
|
15888
|
+
var charts_will_appear_once_over_20_of_educators$3 = "Charts will appear once over 20% of educators<br/>have completed their check-ins.";
|
|
15889
|
+
var total_1_1_requested$3 = "Total 1-1 Requested";
|
|
15380
15890
|
var lang_es = {
|
|
15381
15891
|
dashboard: dashboard$3,
|
|
15382
15892
|
user: user$3,
|
|
@@ -17606,16 +18116,90 @@ var lang_es = {
|
|
|
17606
18116
|
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session$3,
|
|
17607
18117
|
please_add_title_note: please_add_title_note$3,
|
|
17608
18118
|
notes_and_logs: notes_and_logs$3,
|
|
18119
|
+
survey_portal: survey_portal$3,
|
|
18120
|
+
integrations: integrations$3,
|
|
18121
|
+
external_api: external_api$3,
|
|
18122
|
+
teacher_well_being: teacher_well_being$3,
|
|
18123
|
+
frequency_and_setup: frequency_and_setup$3,
|
|
18124
|
+
well_being_dashboard: well_being_dashboard$3,
|
|
18125
|
+
go_to_dashboard: go_to_dashboard$3,
|
|
18126
|
+
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,
|
|
18127
|
+
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,
|
|
18128
|
+
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,
|
|
18129
|
+
check_in_complete: check_in_complete$3,
|
|
18130
|
+
schedule_a_conversation: schedule_a_conversation$3,
|
|
18131
|
+
select_a_contact_to_speak_with: select_a_contact_to_speak_with$3,
|
|
18132
|
+
what_would_you_like_to_discuss: what_would_you_like_to_discuss$3,
|
|
18133
|
+
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,
|
|
18134
|
+
wellbeing_sections: wellbeing_sections$3,
|
|
17609
18135
|
school_monthly_usage: school_monthly_usage$3,
|
|
17610
18136
|
location: location$4,
|
|
17611
18137
|
edit_my_profile: edit_my_profile$3,
|
|
17612
18138
|
save_new_password: save_new_password$3,
|
|
17613
18139
|
teacher_code: teacher_code$3,
|
|
18140
|
+
my_well_being: my_well_being$3,
|
|
18141
|
+
my_well_Being_check_in: my_well_Being_check_in$3,
|
|
18142
|
+
my_sessions: my_sessions$3,
|
|
18143
|
+
your_personal_data_will_not_be_shared_with_anyone_else: your_personal_data_will_not_be_shared_with_anyone_else$3,
|
|
18144
|
+
school_leadership_will_only_see_aggregated_data: school_leadership_will_only_see_aggregated_data$3,
|
|
18145
|
+
save_filters: save_filters$3,
|
|
18146
|
+
clear_all_filters: clear_all_filters$3,
|
|
18147
|
+
my_well_being_check_in: my_well_being_check_in$3,
|
|
18148
|
+
unless_you_specifically_choose_to_do_this: unless_you_specifically_choose_to_do_this$3,
|
|
18149
|
+
physical_well_being: physical_well_being$3,
|
|
18150
|
+
emotional_well_being: emotional_well_being$3,
|
|
18151
|
+
"self_care_&_balance": "Self-Care & Balance",
|
|
18152
|
+
social_well_being_relationships: social_well_being_relationships$3,
|
|
18153
|
+
social_well_being_environment: social_well_being_environment$3,
|
|
18154
|
+
intellectual_well_being: intellectual_well_being$3,
|
|
18155
|
+
colleague_or_staff_member_you_like_to_praise_or_thank: colleague_or_staff_member_you_like_to_praise_or_thank$3,
|
|
18156
|
+
wellbeing_finished: wellbeing_finished$3,
|
|
18157
|
+
take_a_moment_for_you: take_a_moment_for_you$3,
|
|
18158
|
+
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,
|
|
18159
|
+
start_check_in_now: start_check_in_now$3,
|
|
18160
|
+
i_ll_do_it_later: i_ll_do_it_later$3,
|
|
17614
18161
|
number_of_conversations: number_of_conversations$3,
|
|
17615
18162
|
number_of_expected_conversations_based_on_the_goal: number_of_expected_conversations_based_on_the_goal$3,
|
|
17616
18163
|
search_for_a_student: search_for_a_student$3,
|
|
17617
18164
|
survey_resulting_in_scheduled_sessions: survey_resulting_in_scheduled_sessions$3,
|
|
17618
|
-
current_class_grade: current_class_grade$3
|
|
18165
|
+
current_class_grade: current_class_grade$3,
|
|
18166
|
+
these_are_the_answers_from_classroom_teachers: these_are_the_answers_from_classroom_teachers$3,
|
|
18167
|
+
total_responses: total_responses$3,
|
|
18168
|
+
readiness_trends: readiness_trends$3,
|
|
18169
|
+
the_note_will_be_visible_to_the_student_and_all_connected_educators: the_note_will_be_visible_to_the_student_and_all_connected_educators$3,
|
|
18170
|
+
_unless_you_check_the_make_this_a_private_note_box: _unless_you_check_the_make_this_a_private_note_box$3,
|
|
18171
|
+
do_you_still_wish_to_save: do_you_still_wish_to_save$3,
|
|
18172
|
+
yes_im_sure: yes_im_sure$3,
|
|
18173
|
+
delete_survey: delete_survey$3,
|
|
18174
|
+
are_you_sure_to_delete_selected_survey: are_you_sure_to_delete_selected_survey$3,
|
|
18175
|
+
delete_1_1: delete_1_1$3,
|
|
18176
|
+
are_you_sure_to_delete_this_one_to_one: are_you_sure_to_delete_this_one_to_one$3,
|
|
18177
|
+
delete_conversation: delete_conversation$3,
|
|
18178
|
+
are_you_sure_to_delete_this_conversation: are_you_sure_to_delete_this_conversation$3,
|
|
18179
|
+
teachers_well_being_dashboard: teachers_well_being_dashboard$3,
|
|
18180
|
+
my_well_being_dashboard: my_well_being_dashboard$3,
|
|
18181
|
+
understand_the_metrics_about_the_educators_wellness_and_environment: understand_the_metrics_about_the_educators_wellness_and_environment$3,
|
|
18182
|
+
understand_the_metrics_about_my_wellness_and_environment: understand_the_metrics_about_my_wellness_and_environment$3,
|
|
18183
|
+
engagement: engagement$3,
|
|
18184
|
+
total_1_1_conversations: total_1_1_conversations$3,
|
|
18185
|
+
educators_without_check_ins: educators_without_check_ins$3,
|
|
18186
|
+
educators_without_check_ins_not_br: educators_without_check_ins_not_br$3,
|
|
18187
|
+
educators_havent_completed_check_ins_in_the_last_30_days: educators_havent_completed_check_ins_in_the_last_30_days$3,
|
|
18188
|
+
you_can_send_individual_requests_or_bulk_reminders_to_all_educators: you_can_send_individual_requests_or_bulk_reminders_to_all_educators$3,
|
|
18189
|
+
department: department$3,
|
|
18190
|
+
last_check_in_normal: last_check_in_normal$3,
|
|
18191
|
+
request_check_in_wellbeing: request_check_in_wellbeing$3,
|
|
18192
|
+
send_bulk_reminder: send_bulk_reminder$3,
|
|
18193
|
+
physical: physical$3,
|
|
18194
|
+
self_care: self_care$3,
|
|
18195
|
+
relationships_well_being: relationships_well_being$3,
|
|
18196
|
+
self_care_well_being: self_care_well_being$3,
|
|
18197
|
+
environment: environment$3,
|
|
18198
|
+
environment_well_being: environment_well_being$3,
|
|
18199
|
+
intellectual: intellectual$3,
|
|
18200
|
+
the_data_presented_here_comes_from_the_check_ins: the_data_presented_here_comes_from_the_check_ins$3,
|
|
18201
|
+
charts_will_appear_once_over_20_of_educators: charts_will_appear_once_over_20_of_educators$3,
|
|
18202
|
+
total_1_1_requested: total_1_1_requested$3
|
|
17619
18203
|
};
|
|
17620
18204
|
|
|
17621
18205
|
var dashboard$4 = "仪表板";
|
|
@@ -19736,7 +20320,7 @@ var save_conversation$4 = "Save CONVERSATION";
|
|
|
19736
20320
|
var yes_view_student_goals$4 = "Yes, view student goals";
|
|
19737
20321
|
var please_set_time_1_1_conversation$4 = "Please set time 1-1 conversation";
|
|
19738
20322
|
var type_your_answer_here$4 = "Type your answer here...";
|
|
19739
|
-
var delete_bulk$4 = "
|
|
20323
|
+
var delete_bulk$4 = "Remove Bulk";
|
|
19740
20324
|
var number_of_students_with_at_least_one_very_low_metric$4 = "Students with concerning metrics";
|
|
19741
20325
|
var this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40$4 = "This flags if the student is not ready to learn or has at least one success, or readiness to learn metrics under 40%";
|
|
19742
20326
|
var of_students_have_concerned_metrics$4 = "of students have concerned metrics";
|
|
@@ -19792,16 +20376,89 @@ var save_note$4 = "Save note";
|
|
|
19792
20376
|
var type_the_main_focus_of_this_session$4 = "Type the main focus of this session";
|
|
19793
20377
|
var please_add_title_note$4 = "Please add note title";
|
|
19794
20378
|
var notes_and_logs$4 = "Notes and Logs";
|
|
20379
|
+
var survey_portal$4 = "Survey Portal";
|
|
20380
|
+
var integrations$4 = "Integrations";
|
|
20381
|
+
var external_api$4 = "External Api";
|
|
20382
|
+
var teacher_well_being$4 = "Teacher Well-Being";
|
|
20383
|
+
var frequency_and_setup$4 = "Frequency and Setup";
|
|
20384
|
+
var well_being_dashboard$4 = "Well-Being Dashboard";
|
|
20385
|
+
var go_to_dashboard$4 = "Go to dashboard";
|
|
20386
|
+
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.";
|
|
20387
|
+
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.";
|
|
20388
|
+
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.";
|
|
20389
|
+
var check_in_complete$4 = "Check-in Complete!";
|
|
20390
|
+
var schedule_a_conversation$4 = "Schedule a Conversation";
|
|
20391
|
+
var select_a_contact_to_speak_with$4 = "Select a contact to speak with";
|
|
20392
|
+
var what_would_you_like_to_discuss$4 = "What would you like to discuss?";
|
|
20393
|
+
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...";
|
|
20394
|
+
var wellbeing_sections$4 = "Wellbeing Sections";
|
|
19795
20395
|
var school_monthly_usage$4 = "School Monthly Usage";
|
|
19796
20396
|
var location$5 = "Location";
|
|
19797
20397
|
var edit_my_profile$4 = "Edit My Profile";
|
|
19798
20398
|
var save_new_password$4 = "Save new password";
|
|
19799
20399
|
var teacher_code$4 = "Teacher code";
|
|
20400
|
+
var my_well_being$4 = "My Well-being";
|
|
20401
|
+
var my_well_Being_check_in$4 = "My Well-Being Check-in";
|
|
20402
|
+
var my_sessions$4 = "My Sessions";
|
|
20403
|
+
var your_personal_data_will_not_be_shared_with_anyone_else$4 = "Your personal data will <strong>not be shared</strong> with anyone else";
|
|
20404
|
+
var school_leadership_will_only_see_aggregated_data$4 = "School leadership will only see aggregated data.";
|
|
20405
|
+
var save_filters$4 = "Save Filters";
|
|
20406
|
+
var clear_all_filters$4 = "Clear All Filters";
|
|
20407
|
+
var my_well_being_check_in$4 = "My Well-Being Check-in";
|
|
20408
|
+
var unless_you_specifically_choose_to_do_this$4 = "unless you specifically choose to do this.";
|
|
20409
|
+
var physical_well_being$4 = "Physical Well-Being";
|
|
20410
|
+
var emotional_well_being$4 = "Emotional Well-Being";
|
|
20411
|
+
var social_well_being_relationships$4 = "Social Well-Being - Relationships";
|
|
20412
|
+
var social_well_being_environment$4 = "Social Well-Being - Environment";
|
|
20413
|
+
var intellectual_well_being$4 = "Intellectual Well-Being";
|
|
20414
|
+
var colleague_or_staff_member_you_like_to_praise_or_thank$4 = "Colleague or staff member you'd like to praise or thank?";
|
|
20415
|
+
var wellbeing_finished$4 = "Wellbeing Finished";
|
|
20416
|
+
var take_a_moment_for_you$4 = "Take a Moment for You";
|
|
20417
|
+
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.";
|
|
20418
|
+
var start_check_in_now$4 = "START CHECK-IN NOW";
|
|
20419
|
+
var i_ll_do_it_later$4 = "I'LL DO IT LATER";
|
|
19800
20420
|
var number_of_conversations$4 = "Number of conversations";
|
|
19801
20421
|
var number_of_expected_conversations_based_on_the_goal$4 = "Number of expected conversations based on the goal";
|
|
19802
20422
|
var search_for_a_student$4 = "Search for a student";
|
|
19803
20423
|
var survey_resulting_in_scheduled_sessions$4 = "Survey resulting in scheduled sessions";
|
|
19804
20424
|
var current_class_grade$4 = "Current Class Grade";
|
|
20425
|
+
var these_are_the_answers_from_classroom_teachers$4 = "These are the answers from classroom teachers.";
|
|
20426
|
+
var total_responses$4 = "Total Responses";
|
|
20427
|
+
var readiness_trends$4 = "Readiness Trends";
|
|
20428
|
+
var the_note_will_be_visible_to_the_student_and_all_connected_educators$4 = "The note will be visible to the student and all connected educators";
|
|
20429
|
+
var _unless_you_check_the_make_this_a_private_note_box$4 = " unless you check the \"Make this a private note\" box";
|
|
20430
|
+
var do_you_still_wish_to_save$4 = "Do you still wish to save?";
|
|
20431
|
+
var yes_im_sure$4 = "yes, i'm sure!";
|
|
20432
|
+
var delete_survey$4 = "Delete survey";
|
|
20433
|
+
var are_you_sure_to_delete_selected_survey$4 = "Are you sure to delete {{number}} survey(s)?";
|
|
20434
|
+
var delete_1_1$4 = "Delete 1-1";
|
|
20435
|
+
var are_you_sure_to_delete_this_one_to_one$4 = "Are you sure to delete this one to one?";
|
|
20436
|
+
var delete_conversation$4 = "Delete conversation";
|
|
20437
|
+
var are_you_sure_to_delete_this_conversation$4 = "Are you sure to delete this conversation?";
|
|
20438
|
+
var teachers_well_being_dashboard$4 = "Teachers' Well-Being Dashboard";
|
|
20439
|
+
var my_well_being_dashboard$4 = "My Well-Being Dashboard";
|
|
20440
|
+
var understand_the_metrics_about_the_educators_wellness_and_environment$4 = "Understand the metrics about the educator's wellness and environment";
|
|
20441
|
+
var understand_the_metrics_about_my_wellness_and_environment$4 = "Understand the metrics about my wellness and environment";
|
|
20442
|
+
var engagement$4 = "Engagement";
|
|
20443
|
+
var total_1_1_conversations$4 = "Total 1-1 Conversations";
|
|
20444
|
+
var educators_without_check_ins$4 = "Educators without<br/>check-ins";
|
|
20445
|
+
var educators_without_check_ins_not_br$4 = "Educators without Check-ins";
|
|
20446
|
+
var educators_havent_completed_check_ins_in_the_last_30_days$4 = "educators haven't completed check-ins in the last 30 days";
|
|
20447
|
+
var you_can_send_individual_requests_or_bulk_reminders_to_all_educators$4 = "You can send individual requests or bulk reminders to all educators";
|
|
20448
|
+
var department$4 = "Department";
|
|
20449
|
+
var last_check_in_normal$4 = "Last check-in";
|
|
20450
|
+
var request_check_in_wellbeing$4 = "Request check-in";
|
|
20451
|
+
var send_bulk_reminder$4 = "Send bulk reminder";
|
|
20452
|
+
var physical$4 = "Physical";
|
|
20453
|
+
var self_care$4 = "Self-care";
|
|
20454
|
+
var relationships_well_being$4 = "Relationships Well-Being";
|
|
20455
|
+
var self_care_well_being$4 = "Self-Care Well-Being";
|
|
20456
|
+
var environment$4 = "Environment";
|
|
20457
|
+
var environment_well_being$4 = "Environment Well-Being";
|
|
20458
|
+
var intellectual$4 = "Intellectual";
|
|
20459
|
+
var the_data_presented_here_comes_from_the_check_ins$4 = "The data presented here comes from the check-ins.";
|
|
20460
|
+
var charts_will_appear_once_over_20_of_educators$4 = "Charts will appear once over 20% of educators<br/>have completed their check-ins.";
|
|
20461
|
+
var total_1_1_requested$4 = "Total 1-1 Requested";
|
|
19805
20462
|
var lang_zh = {
|
|
19806
20463
|
dashboard: dashboard$4,
|
|
19807
20464
|
user: user$4,
|
|
@@ -22031,16 +22688,90 @@ var lang_zh = {
|
|
|
22031
22688
|
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session$4,
|
|
22032
22689
|
please_add_title_note: please_add_title_note$4,
|
|
22033
22690
|
notes_and_logs: notes_and_logs$4,
|
|
22691
|
+
survey_portal: survey_portal$4,
|
|
22692
|
+
integrations: integrations$4,
|
|
22693
|
+
external_api: external_api$4,
|
|
22694
|
+
teacher_well_being: teacher_well_being$4,
|
|
22695
|
+
frequency_and_setup: frequency_and_setup$4,
|
|
22696
|
+
well_being_dashboard: well_being_dashboard$4,
|
|
22697
|
+
go_to_dashboard: go_to_dashboard$4,
|
|
22698
|
+
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,
|
|
22699
|
+
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,
|
|
22700
|
+
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,
|
|
22701
|
+
check_in_complete: check_in_complete$4,
|
|
22702
|
+
schedule_a_conversation: schedule_a_conversation$4,
|
|
22703
|
+
select_a_contact_to_speak_with: select_a_contact_to_speak_with$4,
|
|
22704
|
+
what_would_you_like_to_discuss: what_would_you_like_to_discuss$4,
|
|
22705
|
+
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,
|
|
22706
|
+
wellbeing_sections: wellbeing_sections$4,
|
|
22034
22707
|
school_monthly_usage: school_monthly_usage$4,
|
|
22035
22708
|
location: location$5,
|
|
22036
22709
|
edit_my_profile: edit_my_profile$4,
|
|
22037
22710
|
save_new_password: save_new_password$4,
|
|
22038
22711
|
teacher_code: teacher_code$4,
|
|
22712
|
+
my_well_being: my_well_being$4,
|
|
22713
|
+
my_well_Being_check_in: my_well_Being_check_in$4,
|
|
22714
|
+
my_sessions: my_sessions$4,
|
|
22715
|
+
your_personal_data_will_not_be_shared_with_anyone_else: your_personal_data_will_not_be_shared_with_anyone_else$4,
|
|
22716
|
+
school_leadership_will_only_see_aggregated_data: school_leadership_will_only_see_aggregated_data$4,
|
|
22717
|
+
save_filters: save_filters$4,
|
|
22718
|
+
clear_all_filters: clear_all_filters$4,
|
|
22719
|
+
my_well_being_check_in: my_well_being_check_in$4,
|
|
22720
|
+
unless_you_specifically_choose_to_do_this: unless_you_specifically_choose_to_do_this$4,
|
|
22721
|
+
physical_well_being: physical_well_being$4,
|
|
22722
|
+
emotional_well_being: emotional_well_being$4,
|
|
22723
|
+
"self_care_&_balance": "Self-Care & Balance",
|
|
22724
|
+
social_well_being_relationships: social_well_being_relationships$4,
|
|
22725
|
+
social_well_being_environment: social_well_being_environment$4,
|
|
22726
|
+
intellectual_well_being: intellectual_well_being$4,
|
|
22727
|
+
colleague_or_staff_member_you_like_to_praise_or_thank: colleague_or_staff_member_you_like_to_praise_or_thank$4,
|
|
22728
|
+
wellbeing_finished: wellbeing_finished$4,
|
|
22729
|
+
take_a_moment_for_you: take_a_moment_for_you$4,
|
|
22730
|
+
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,
|
|
22731
|
+
start_check_in_now: start_check_in_now$4,
|
|
22732
|
+
i_ll_do_it_later: i_ll_do_it_later$4,
|
|
22039
22733
|
number_of_conversations: number_of_conversations$4,
|
|
22040
22734
|
number_of_expected_conversations_based_on_the_goal: number_of_expected_conversations_based_on_the_goal$4,
|
|
22041
22735
|
search_for_a_student: search_for_a_student$4,
|
|
22042
22736
|
survey_resulting_in_scheduled_sessions: survey_resulting_in_scheduled_sessions$4,
|
|
22043
|
-
current_class_grade: current_class_grade$4
|
|
22737
|
+
current_class_grade: current_class_grade$4,
|
|
22738
|
+
these_are_the_answers_from_classroom_teachers: these_are_the_answers_from_classroom_teachers$4,
|
|
22739
|
+
total_responses: total_responses$4,
|
|
22740
|
+
readiness_trends: readiness_trends$4,
|
|
22741
|
+
the_note_will_be_visible_to_the_student_and_all_connected_educators: the_note_will_be_visible_to_the_student_and_all_connected_educators$4,
|
|
22742
|
+
_unless_you_check_the_make_this_a_private_note_box: _unless_you_check_the_make_this_a_private_note_box$4,
|
|
22743
|
+
do_you_still_wish_to_save: do_you_still_wish_to_save$4,
|
|
22744
|
+
yes_im_sure: yes_im_sure$4,
|
|
22745
|
+
delete_survey: delete_survey$4,
|
|
22746
|
+
are_you_sure_to_delete_selected_survey: are_you_sure_to_delete_selected_survey$4,
|
|
22747
|
+
delete_1_1: delete_1_1$4,
|
|
22748
|
+
are_you_sure_to_delete_this_one_to_one: are_you_sure_to_delete_this_one_to_one$4,
|
|
22749
|
+
delete_conversation: delete_conversation$4,
|
|
22750
|
+
are_you_sure_to_delete_this_conversation: are_you_sure_to_delete_this_conversation$4,
|
|
22751
|
+
teachers_well_being_dashboard: teachers_well_being_dashboard$4,
|
|
22752
|
+
my_well_being_dashboard: my_well_being_dashboard$4,
|
|
22753
|
+
understand_the_metrics_about_the_educators_wellness_and_environment: understand_the_metrics_about_the_educators_wellness_and_environment$4,
|
|
22754
|
+
understand_the_metrics_about_my_wellness_and_environment: understand_the_metrics_about_my_wellness_and_environment$4,
|
|
22755
|
+
engagement: engagement$4,
|
|
22756
|
+
total_1_1_conversations: total_1_1_conversations$4,
|
|
22757
|
+
educators_without_check_ins: educators_without_check_ins$4,
|
|
22758
|
+
educators_without_check_ins_not_br: educators_without_check_ins_not_br$4,
|
|
22759
|
+
educators_havent_completed_check_ins_in_the_last_30_days: educators_havent_completed_check_ins_in_the_last_30_days$4,
|
|
22760
|
+
you_can_send_individual_requests_or_bulk_reminders_to_all_educators: you_can_send_individual_requests_or_bulk_reminders_to_all_educators$4,
|
|
22761
|
+
department: department$4,
|
|
22762
|
+
last_check_in_normal: last_check_in_normal$4,
|
|
22763
|
+
request_check_in_wellbeing: request_check_in_wellbeing$4,
|
|
22764
|
+
send_bulk_reminder: send_bulk_reminder$4,
|
|
22765
|
+
physical: physical$4,
|
|
22766
|
+
self_care: self_care$4,
|
|
22767
|
+
relationships_well_being: relationships_well_being$4,
|
|
22768
|
+
self_care_well_being: self_care_well_being$4,
|
|
22769
|
+
environment: environment$4,
|
|
22770
|
+
environment_well_being: environment_well_being$4,
|
|
22771
|
+
intellectual: intellectual$4,
|
|
22772
|
+
the_data_presented_here_comes_from_the_check_ins: the_data_presented_here_comes_from_the_check_ins$4,
|
|
22773
|
+
charts_will_appear_once_over_20_of_educators: charts_will_appear_once_over_20_of_educators$4,
|
|
22774
|
+
total_1_1_requested: total_1_1_requested$4
|
|
22044
22775
|
};
|
|
22045
22776
|
|
|
22046
22777
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|
|
@@ -39641,6 +40372,7 @@ var showMenuBar = createAction("common/showMenuBar");
|
|
|
39641
40372
|
var showFontSize = createAction("common/showFontSize");
|
|
39642
40373
|
var setEnableIEP = createAction("common/setEnableIEP");
|
|
39643
40374
|
var setEnableSurvey = createAction("common/setEnableSurvey");
|
|
40375
|
+
var setEnableWellBeing = createAction("common/setEnableWellBeing");
|
|
39644
40376
|
var setEnableMarioAi = createAction("common/setEnableMarioAi");
|
|
39645
40377
|
var setSandboxMode = createAction("common/setSandboxMode");
|
|
39646
40378
|
var setConversationOneToOne = createAction("common/setConversationOneToOne");
|
|
@@ -39694,7 +40426,7 @@ var BlockLogin = function BlockLogin(_ref) {
|
|
|
39694
40426
|
|
|
39695
40427
|
var onSuccessGoogle = function onSuccessGoogle(res) {
|
|
39696
40428
|
if (!!(res !== null && res !== void 0 && res.accessToken)) {
|
|
39697
|
-
var _hostName$split, _email$split;
|
|
40429
|
+
var _hostName$split, _email$split, _extensionEmail$split, _extensionEmail$split2;
|
|
39698
40430
|
|
|
39699
40431
|
var _res$profileObj = res.profileObj,
|
|
39700
40432
|
email = _res$profileObj.email,
|
|
@@ -39707,8 +40439,15 @@ var BlockLogin = function BlockLogin(_ref) {
|
|
|
39707
40439
|
var hostName = window.location.hostname;
|
|
39708
40440
|
var subDomain = (_hostName$split = hostName.split(".marioforme.com")) === null || _hostName$split === void 0 ? void 0 : _hostName$split[0];
|
|
39709
40441
|
var emailDomain = (_email$split = email.split("@")) === null || _email$split === void 0 ? void 0 : _email$split[1];
|
|
40442
|
+
var matchExtension = extensionEmail === null || extensionEmail === void 0 ? void 0 : (_extensionEmail$split = extensionEmail.split(",")) === null || _extensionEmail$split === void 0 ? void 0 : (_extensionEmail$split2 = _extensionEmail$split.map(function (x) {
|
|
40443
|
+
return x.trim();
|
|
40444
|
+
})) === null || _extensionEmail$split2 === void 0 ? void 0 : _extensionEmail$split2.filter(function (x) {
|
|
40445
|
+
return x;
|
|
40446
|
+
}).some(function (ext) {
|
|
40447
|
+
return emailDomain.includes(ext);
|
|
40448
|
+
});
|
|
39710
40449
|
|
|
39711
|
-
if (!emailDomain.includes(subDomain) && !
|
|
40450
|
+
if (!emailDomain.includes(subDomain) && !matchExtension) {
|
|
39712
40451
|
alert("The email address you used does not match the login information in the database. Please check that you are using your school assigned email address to log into MARIO for Me. If you have further trouble please notify your school site administrator");
|
|
39713
40452
|
return;
|
|
39714
40453
|
}
|
|
@@ -41351,14 +42090,7 @@ var BlockCreatePassword = function BlockCreatePassword() {
|
|
|
41351
42090
|
className: "" + styles["img-login-rectangle"]
|
|
41352
42091
|
}), React.createElement("p", {
|
|
41353
42092
|
className: "" + styles["title-login"]
|
|
41354
|
-
}, "You cannot regenerate the password"))))
|
|
41355
|
-
lg: 4,
|
|
41356
|
-
md: 4,
|
|
41357
|
-
className: "" + styles["img-box"]
|
|
41358
|
-
}, React.createElement("img", {
|
|
41359
|
-
src: "/images/img-login.png",
|
|
41360
|
-
className: "" + styles["img-login"]
|
|
41361
|
-
})));
|
|
42093
|
+
}, "You cannot regenerate the password")))));
|
|
41362
42094
|
});
|
|
41363
42095
|
};
|
|
41364
42096
|
|
|
@@ -41923,6 +42655,212 @@ var TheHeaderDropdown = function TheHeaderDropdown(_ref) {
|
|
|
41923
42655
|
})), t("log_out")))));
|
|
41924
42656
|
};
|
|
41925
42657
|
|
|
42658
|
+
var apiGetLanguage = function apiGetLanguage() {
|
|
42659
|
+
return api.get(BASE_URL + "/api/language");
|
|
42660
|
+
};
|
|
42661
|
+
|
|
42662
|
+
var apiUpdateLanguage = function apiUpdateLanguage(lang) {
|
|
42663
|
+
return api.put(BASE_URL + "/api/language?lang=" + lang);
|
|
42664
|
+
};
|
|
42665
|
+
|
|
42666
|
+
var LANGUAGE_SYSTEM = "LANGUAGE_SYSTEM";
|
|
42667
|
+
|
|
42668
|
+
var useLanguages = function useLanguages() {
|
|
42669
|
+
var dispatch = useDispatch();
|
|
42670
|
+
|
|
42671
|
+
var _useTranslation = useTranslation(),
|
|
42672
|
+
i18n = _useTranslation.i18n;
|
|
42673
|
+
|
|
42674
|
+
var language = useSelector(function (state) {
|
|
42675
|
+
return state.common.language;
|
|
42676
|
+
});
|
|
42677
|
+
var defaultLanguage = getCookieValue(LANGUAGE_SYSTEM) != null ? getCookieValue(LANGUAGE_SYSTEM) : DEFAULT_LANGUAGE_CODE;
|
|
42678
|
+
|
|
42679
|
+
var _useState = useState([]),
|
|
42680
|
+
languageList = _useState[0],
|
|
42681
|
+
setLanguageList = _useState[1];
|
|
42682
|
+
|
|
42683
|
+
var _useState2 = useState(false),
|
|
42684
|
+
dropdownOpen = _useState2[0],
|
|
42685
|
+
setDropdownOpen = _useState2[1];
|
|
42686
|
+
|
|
42687
|
+
var _useState3 = useState(defaultLanguage),
|
|
42688
|
+
currentLang = _useState3[0],
|
|
42689
|
+
setCurrentLang = _useState3[1];
|
|
42690
|
+
|
|
42691
|
+
var toggle = function toggle() {
|
|
42692
|
+
return setDropdownOpen(function (prevState) {
|
|
42693
|
+
return !prevState;
|
|
42694
|
+
});
|
|
42695
|
+
};
|
|
42696
|
+
|
|
42697
|
+
var changeLanguageApp = function changeLanguageApp(lang) {
|
|
42698
|
+
try {
|
|
42699
|
+
var _temp3 = function _temp3() {
|
|
42700
|
+
dispatch(setLoading(false));
|
|
42701
|
+
};
|
|
42702
|
+
|
|
42703
|
+
dispatch(setLoading(true));
|
|
42704
|
+
|
|
42705
|
+
var _temp4 = _catch(function () {
|
|
42706
|
+
return Promise.resolve(apiUpdateLanguage(lang)).then(function () {
|
|
42707
|
+
i18n.changeLanguage(lang);
|
|
42708
|
+
setCurrentLang(lang);
|
|
42709
|
+
dispatch(setLanguage(lang));
|
|
42710
|
+
});
|
|
42711
|
+
}, function (err) {
|
|
42712
|
+
var _err$response, _err$response$data;
|
|
42713
|
+
|
|
42714
|
+
dispatch(setAlert({
|
|
42715
|
+
type: "danger",
|
|
42716
|
+
message: ((_err$response = err.response) === null || _err$response === void 0 ? void 0 : (_err$response$data = _err$response.data) === null || _err$response$data === void 0 ? void 0 : _err$response$data.title) || err.message
|
|
42717
|
+
}));
|
|
42718
|
+
});
|
|
42719
|
+
|
|
42720
|
+
return Promise.resolve(_temp4 && _temp4.then ? _temp4.then(_temp3) : _temp3(_temp4));
|
|
42721
|
+
} catch (e) {
|
|
42722
|
+
return Promise.reject(e);
|
|
42723
|
+
}
|
|
42724
|
+
};
|
|
42725
|
+
|
|
42726
|
+
var getListLanguage = function getListLanguage() {
|
|
42727
|
+
try {
|
|
42728
|
+
var _temp6 = _catch(function () {
|
|
42729
|
+
return Promise.resolve(apiGetLanguage()).then(function (res) {
|
|
42730
|
+
setLanguageList(res.data);
|
|
42731
|
+
});
|
|
42732
|
+
}, function (err) {
|
|
42733
|
+
var _err$response2, _err$response2$data;
|
|
42734
|
+
|
|
42735
|
+
dispatch(setAlert({
|
|
42736
|
+
type: "danger",
|
|
42737
|
+
message: ((_err$response2 = err.response) === null || _err$response2 === void 0 ? void 0 : (_err$response2$data = _err$response2.data) === null || _err$response2$data === void 0 ? void 0 : _err$response2$data.title) || err.message
|
|
42738
|
+
}));
|
|
42739
|
+
});
|
|
42740
|
+
|
|
42741
|
+
return Promise.resolve(_temp6 && _temp6.then ? _temp6.then(function () {}) : void 0);
|
|
42742
|
+
} catch (e) {
|
|
42743
|
+
return Promise.reject(e);
|
|
42744
|
+
}
|
|
42745
|
+
};
|
|
42746
|
+
|
|
42747
|
+
useEffect(function () {
|
|
42748
|
+
defaultLanguage != language && changeLanguageApp(defaultLanguage);
|
|
42749
|
+
getListLanguage();
|
|
42750
|
+
}, []);
|
|
42751
|
+
return {
|
|
42752
|
+
languageList: languageList,
|
|
42753
|
+
toggle: toggle,
|
|
42754
|
+
dropdownOpen: dropdownOpen,
|
|
42755
|
+
currentLang: currentLang,
|
|
42756
|
+
changeLanguageApp: changeLanguageApp,
|
|
42757
|
+
setCurrentLang: setCurrentLang
|
|
42758
|
+
};
|
|
42759
|
+
};
|
|
42760
|
+
|
|
42761
|
+
var TheLanguageDropdown = function TheLanguageDropdown() {
|
|
42762
|
+
var _useLanguages = useLanguages(),
|
|
42763
|
+
languageList = _useLanguages.languageList,
|
|
42764
|
+
toggle = _useLanguages.toggle,
|
|
42765
|
+
dropdownOpen = _useLanguages.dropdownOpen,
|
|
42766
|
+
currentLang = _useLanguages.currentLang,
|
|
42767
|
+
changeLanguageApp = _useLanguages.changeLanguageApp;
|
|
42768
|
+
|
|
42769
|
+
var currentLanguage = useMemo(function () {
|
|
42770
|
+
var current = languageList.find(function (i) {
|
|
42771
|
+
return i.code === currentLang;
|
|
42772
|
+
});
|
|
42773
|
+
if (!current) return null;
|
|
42774
|
+
return React.createElement(React.Fragment, null, React.createElement("img", {
|
|
42775
|
+
className: "mr-2 " + styles['dropdown-menu-flag'],
|
|
42776
|
+
src: "" + getStaticFileUrl(current.image)
|
|
42777
|
+
}), " ", current.name);
|
|
42778
|
+
}, [currentLang, languageList]);
|
|
42779
|
+
return React.createElement(Dropdown, {
|
|
42780
|
+
isOpen: dropdownOpen,
|
|
42781
|
+
toggle: toggle,
|
|
42782
|
+
className: "" + styles["dropdown-menu"]
|
|
42783
|
+
}, React.createElement(DropdownToggle, {
|
|
42784
|
+
className: styles["header-avatar"] + " d-flex align-items-center"
|
|
42785
|
+
}, React.createElement("span", {
|
|
42786
|
+
style: {
|
|
42787
|
+
color: "#000",
|
|
42788
|
+
textTransform: "capitalize",
|
|
42789
|
+
display: 'flex',
|
|
42790
|
+
alignItems: 'center'
|
|
42791
|
+
}
|
|
42792
|
+
}, currentLanguage, React.createElement(BsChevronDown, {
|
|
42793
|
+
className: "ml-2",
|
|
42794
|
+
style: {
|
|
42795
|
+
fontSize: '10px'
|
|
42796
|
+
}
|
|
42797
|
+
}))), React.createElement(DropdownMenu, {
|
|
42798
|
+
className: styles["dropdown-content-language"]
|
|
42799
|
+
}, !!languageList && languageList.length > 0 && languageList.map(function (lang, index) {
|
|
42800
|
+
return React.createElement(DropdownItem, {
|
|
42801
|
+
key: lang.code,
|
|
42802
|
+
className: styles["dropdown-change"] + " px-0 py-0 " + (index === languageList.length - 1 ? "pb-2" : "pt-2"),
|
|
42803
|
+
onClick: function onClick() {
|
|
42804
|
+
return changeLanguageApp(lang.code);
|
|
42805
|
+
}
|
|
42806
|
+
}, React.createElement("div", {
|
|
42807
|
+
className: styles["dropdown-item-language"] + " " + styles["item-logout"] + " " + (currentLang == lang.code ? styles['dropdown-item-language-active'] : "") + " d-flex align-items-center w-100"
|
|
42808
|
+
}, React.createElement("span", {
|
|
42809
|
+
className: "mr-2 d-flex hover-opacity"
|
|
42810
|
+
}, React.createElement("img", {
|
|
42811
|
+
style: {
|
|
42812
|
+
width: "30px",
|
|
42813
|
+
height: "25px",
|
|
42814
|
+
borderRadius: "5px"
|
|
42815
|
+
},
|
|
42816
|
+
src: getStaticFileUrl(lang.image)
|
|
42817
|
+
})), lang.name));
|
|
42818
|
+
})));
|
|
42819
|
+
};
|
|
42820
|
+
|
|
42821
|
+
var TheHeader = function TheHeader(_ref) {
|
|
42822
|
+
var onToggleModel = _ref.onToggleModel;
|
|
42823
|
+
var dispatch = useDispatch();
|
|
42824
|
+
var sidebarShow = useSelector(function (state) {
|
|
42825
|
+
return state.common.sidebarShow;
|
|
42826
|
+
});
|
|
42827
|
+
|
|
42828
|
+
var _useTranslation = useTranslation(),
|
|
42829
|
+
t = _useTranslation.t;
|
|
42830
|
+
|
|
42831
|
+
var toggleSidebarMobile = function toggleSidebarMobile() {
|
|
42832
|
+
var val = [false, "responsive"].includes(sidebarShow) ? true : "responsive";
|
|
42833
|
+
dispatch(setSidebar(val));
|
|
42834
|
+
};
|
|
42835
|
+
|
|
42836
|
+
var isDistrict = window.location.host.includes("-district");
|
|
42837
|
+
return React.createElement(CHeader, {
|
|
42838
|
+
withSubheader: true,
|
|
42839
|
+
className: "d-flex align-items-center justify-content-end"
|
|
42840
|
+
}, React.createElement(CToggler, {
|
|
42841
|
+
inHeader: true,
|
|
42842
|
+
className: "ml-md-3 d-lg-none",
|
|
42843
|
+
onClick: toggleSidebarMobile
|
|
42844
|
+
}), React.createElement(CHeaderBrand, {
|
|
42845
|
+
className: "mx-auto flex-grow-1 d-lg-none",
|
|
42846
|
+
to: "/"
|
|
42847
|
+
}, React.createElement("img", {
|
|
42848
|
+
src: getStaticFileUrl(Images.LOGO_HEADER),
|
|
42849
|
+
className: styles["header-logo"]
|
|
42850
|
+
})), React.createElement(CHeaderNav, {
|
|
42851
|
+
className: "pr-3"
|
|
42852
|
+
}, React.createElement(TheLanguageDropdown, null), React.createElement("a", {
|
|
42853
|
+
className: "mr-3",
|
|
42854
|
+
style: {
|
|
42855
|
+
color: '#000'
|
|
42856
|
+
},
|
|
42857
|
+
href: '/privacy-policy',
|
|
42858
|
+
target: "blank"
|
|
42859
|
+
}, t("privacy_policy")), !isDistrict && React.createElement(NotificationButton, null), React.createElement(TheHeaderDropdown, {
|
|
42860
|
+
onToggleModel: onToggleModel
|
|
42861
|
+
})));
|
|
42862
|
+
};
|
|
42863
|
+
|
|
41926
42864
|
var TITLE$3 = "Not found";
|
|
41927
42865
|
|
|
41928
42866
|
var NotFound = function NotFound() {
|
|
@@ -41980,6 +42918,258 @@ var TheContent = function TheContent(_ref) {
|
|
|
41980
42918
|
|
|
41981
42919
|
var TheContent$1 = React.memo(TheContent);
|
|
41982
42920
|
|
|
42921
|
+
var loadingStyle = {
|
|
42922
|
+
minWidth: "100vw",
|
|
42923
|
+
minHeight: "100vh",
|
|
42924
|
+
position: "fixed",
|
|
42925
|
+
top: 0,
|
|
42926
|
+
left: 0,
|
|
42927
|
+
zIndex: 999999999,
|
|
42928
|
+
backgroundColor: "rgba(0, 0, 0, 0.4)",
|
|
42929
|
+
display: "flex",
|
|
42930
|
+
justifyContent: "center",
|
|
42931
|
+
alignItems: "center"
|
|
42932
|
+
};
|
|
42933
|
+
|
|
42934
|
+
var Loading = function Loading() {
|
|
42935
|
+
var isLoading = useSelector(function (state) {
|
|
42936
|
+
return state.common.isLoading;
|
|
42937
|
+
});
|
|
42938
|
+
localStorage.setItem("LAST_TIME_REQUETST", moment().utc().format("YYYY-MM-DD HH:mm:ss"));
|
|
42939
|
+
return isLoading ? React.createElement("div", {
|
|
42940
|
+
style: loadingStyle
|
|
42941
|
+
}, React.createElement("div", {
|
|
42942
|
+
className: "spinner-border text-secondary",
|
|
42943
|
+
role: "status"
|
|
42944
|
+
}, React.createElement("span", {
|
|
42945
|
+
className: "sr-only"
|
|
42946
|
+
}, "Loading..."))) : null;
|
|
42947
|
+
};
|
|
42948
|
+
|
|
42949
|
+
var firstCheckToken = function firstCheckToken() {
|
|
42950
|
+
return Promise.resolve(_catch(function () {
|
|
42951
|
+
var token = getAccessToken();
|
|
42952
|
+
return token ? Promise.resolve(checkToken(token)).then(function (tokenStatus) {
|
|
42953
|
+
return tokenStatus.data ? true : false;
|
|
42954
|
+
}) : false;
|
|
42955
|
+
}, function () {
|
|
42956
|
+
return false;
|
|
42957
|
+
}));
|
|
42958
|
+
};
|
|
42959
|
+
|
|
42960
|
+
var canAccess = function canAccess(userRoles, componentRoles) {
|
|
42961
|
+
if (!Array.isArray(userRoles)) {
|
|
42962
|
+
return false;
|
|
42963
|
+
}
|
|
42964
|
+
|
|
42965
|
+
if (Array.isArray(componentRoles)) {
|
|
42966
|
+
var intersects = userRoles.filter(function (i) {
|
|
42967
|
+
return componentRoles.includes(i);
|
|
42968
|
+
});
|
|
42969
|
+
return intersects.length > 0;
|
|
42970
|
+
}
|
|
42971
|
+
|
|
42972
|
+
return true;
|
|
42973
|
+
};
|
|
42974
|
+
|
|
42975
|
+
var ModelSelectRole = function ModelSelectRole(_ref) {
|
|
42976
|
+
var _handleUserRole;
|
|
42977
|
+
|
|
42978
|
+
var open = _ref.open,
|
|
42979
|
+
onToggleModel = _ref.onToggleModel;
|
|
42980
|
+
var dispatch = useDispatch();
|
|
42981
|
+
|
|
42982
|
+
var _useTranslation = useTranslation(),
|
|
42983
|
+
t = _useTranslation.t;
|
|
42984
|
+
|
|
42985
|
+
var history = useHistory();
|
|
42986
|
+
var pathname = window.location.pathname;
|
|
42987
|
+
var user = useSelector(function (state) {
|
|
42988
|
+
return state.common.user;
|
|
42989
|
+
});
|
|
42990
|
+
var roles = user === null || user === void 0 ? void 0 : user.roles;
|
|
42991
|
+
|
|
42992
|
+
var handleSelectUserRoles = function handleSelectUserRoles(roles) {
|
|
42993
|
+
dispatch(setLoading(true));
|
|
42994
|
+
var roleSelect = roles.includes("Teacher/Assistant") ? ["Teacher", "Assistant"] : roles;
|
|
42995
|
+
dispatch(setUser(_extends({}, user, {
|
|
42996
|
+
roles: roleSelect
|
|
42997
|
+
})));
|
|
42998
|
+
localStorage.setItem("ROLES", roleSelect.toString());
|
|
42999
|
+
onToggleModel();
|
|
43000
|
+
|
|
43001
|
+
if (roles.includes("Parent")) {
|
|
43002
|
+
history.push("/parent");
|
|
43003
|
+
} else if (roles.includes("Admin")) {
|
|
43004
|
+
history.push("/admin/home");
|
|
43005
|
+
} else {
|
|
43006
|
+
pathname !== "/home" ? history.push("/home") : window.location.reload();
|
|
43007
|
+
}
|
|
43008
|
+
};
|
|
43009
|
+
|
|
43010
|
+
return React.createElement(Modal, {
|
|
43011
|
+
isOpen: open,
|
|
43012
|
+
toggle: function toggle() {
|
|
43013
|
+
return onToggleModel();
|
|
43014
|
+
},
|
|
43015
|
+
className: "" + styles["model-switch-roles"],
|
|
43016
|
+
centered: true
|
|
43017
|
+
}, React.createElement("p", {
|
|
43018
|
+
className: "" + styles["title"]
|
|
43019
|
+
}, t("continue_as")), React.createElement("div", null, (_handleUserRole = handleUserRole(user === null || user === void 0 ? void 0 : user.roles)) === null || _handleUserRole === void 0 ? void 0 : _handleUserRole.map(function (r) {
|
|
43020
|
+
return React.createElement("p", {
|
|
43021
|
+
key: r,
|
|
43022
|
+
className: styles["item-select-role"] + " " + styles[roles.includes("Teacher") && roles.includes("Assistant") && r === "Teacher/Assistant" && !roles.includes("Admin") || roles.includes("Admin") && r === "Admin" || roles.includes(r) && !roles.includes("Admin") ? "item-role-active" : ""],
|
|
43023
|
+
onClick: function onClick() {
|
|
43024
|
+
return handleSelectUserRoles([r]);
|
|
43025
|
+
}
|
|
43026
|
+
}, r == "SecondaryTeacher" ? "Support Teacher" : r);
|
|
43027
|
+
})));
|
|
43028
|
+
};
|
|
43029
|
+
|
|
43030
|
+
var TheLayout = function TheLayout(_ref) {
|
|
43031
|
+
var routes = _ref.routes,
|
|
43032
|
+
navigation = _ref.navigation;
|
|
43033
|
+
var history = useHistory();
|
|
43034
|
+
var dispatch = useDispatch();
|
|
43035
|
+
var user = useSelector(function (state) {
|
|
43036
|
+
return state.common.user;
|
|
43037
|
+
});
|
|
43038
|
+
var language = useSelector(function (state) {
|
|
43039
|
+
return state.common.language;
|
|
43040
|
+
});
|
|
43041
|
+
|
|
43042
|
+
var _useState = useState(false),
|
|
43043
|
+
openModelSelectRole = _useState[0],
|
|
43044
|
+
setOpenModelSelectRole = _useState[1];
|
|
43045
|
+
|
|
43046
|
+
var _useTranslation = useTranslation(),
|
|
43047
|
+
t = _useTranslation.t;
|
|
43048
|
+
|
|
43049
|
+
var location = useLocation();
|
|
43050
|
+
var isNotification = location.pathname.includes("notifications");
|
|
43051
|
+
var isDistrict = window.location.host.includes("-district");
|
|
43052
|
+
|
|
43053
|
+
var handleToggleModel = function handleToggleModel() {
|
|
43054
|
+
setOpenModelSelectRole(!openModelSelectRole);
|
|
43055
|
+
};
|
|
43056
|
+
|
|
43057
|
+
var authRoutes = useMemo(function () {
|
|
43058
|
+
return routes.filter(function (route) {
|
|
43059
|
+
return canAccess(user === null || user === void 0 ? void 0 : user.roles, route.roles);
|
|
43060
|
+
}).filter(function (route) {
|
|
43061
|
+
return !!route.isDistrict === isDistrict;
|
|
43062
|
+
});
|
|
43063
|
+
}, [user, language]);
|
|
43064
|
+
var authNavigations = useMemo(function () {
|
|
43065
|
+
return navigation.map(function (item) {
|
|
43066
|
+
var _item$_children, _item$_children2;
|
|
43067
|
+
|
|
43068
|
+
return _extends({}, item, {
|
|
43069
|
+
name: t(item.name),
|
|
43070
|
+
_children: item !== null && item !== void 0 && (_item$_children = item._children) !== null && _item$_children !== void 0 && _item$_children.length ? item === null || item === void 0 ? void 0 : (_item$_children2 = item._children) === null || _item$_children2 === void 0 ? void 0 : _item$_children2.map(function (x) {
|
|
43071
|
+
return _extends({}, x, {
|
|
43072
|
+
name: t(x.name)
|
|
43073
|
+
});
|
|
43074
|
+
}) : undefined
|
|
43075
|
+
});
|
|
43076
|
+
}).filter(function (nav) {
|
|
43077
|
+
return canAccess(user === null || user === void 0 ? void 0 : user.roles, nav.roles);
|
|
43078
|
+
}).filter(function (nav) {
|
|
43079
|
+
return !!nav.isDistrict === isDistrict;
|
|
43080
|
+
});
|
|
43081
|
+
}, [user, language]);
|
|
43082
|
+
|
|
43083
|
+
var getInformationSetting = function getInformationSetting() {
|
|
43084
|
+
try {
|
|
43085
|
+
var _temp2 = _catch(function () {
|
|
43086
|
+
return Promise.resolve(getSchoolSettings()).then(function (res) {
|
|
43087
|
+
dispatch(setSandboxMode(res.data.isSandboxMode));
|
|
43088
|
+
});
|
|
43089
|
+
}, function (err) {
|
|
43090
|
+
console.error(err);
|
|
43091
|
+
});
|
|
43092
|
+
|
|
43093
|
+
return Promise.resolve(_temp2 && _temp2.then ? _temp2.then(function () {}) : void 0);
|
|
43094
|
+
} catch (e) {
|
|
43095
|
+
return Promise.reject(e);
|
|
43096
|
+
}
|
|
43097
|
+
};
|
|
43098
|
+
|
|
43099
|
+
useEffect(function () {
|
|
43100
|
+
checkAuthentication();
|
|
43101
|
+
}, []);
|
|
43102
|
+
useEffect(function () {
|
|
43103
|
+
getInformationSetting();
|
|
43104
|
+
}, [location.pathname]);
|
|
43105
|
+
|
|
43106
|
+
var checkAuthentication = function checkAuthentication() {
|
|
43107
|
+
try {
|
|
43108
|
+
var _temp4 = _catch(function () {
|
|
43109
|
+
return Promise.resolve(firstCheckToken()).then(function (tokenStatus) {
|
|
43110
|
+
tokenStatus ? loadInfo() : resetAuth();
|
|
43111
|
+
});
|
|
43112
|
+
}, function () {
|
|
43113
|
+
resetAuth();
|
|
43114
|
+
});
|
|
43115
|
+
|
|
43116
|
+
return Promise.resolve(_temp4 && _temp4.then ? _temp4.then(function () {}) : void 0);
|
|
43117
|
+
} catch (e) {
|
|
43118
|
+
return Promise.reject(e);
|
|
43119
|
+
}
|
|
43120
|
+
};
|
|
43121
|
+
|
|
43122
|
+
var loadInfo = function loadInfo() {
|
|
43123
|
+
try {
|
|
43124
|
+
var _temp6 = _catch(function () {
|
|
43125
|
+
return Promise.resolve(getInfo()).then(function (info) {
|
|
43126
|
+
var _info$data, _info$data$roles;
|
|
43127
|
+
|
|
43128
|
+
if (!info || !(info !== null && info !== void 0 && (_info$data = info.data) !== null && _info$data !== void 0 && (_info$data$roles = _info$data.roles) !== null && _info$data$roles !== void 0 && _info$data$roles.includes("Admin"))) {
|
|
43129
|
+
resetAuth();
|
|
43130
|
+
}
|
|
43131
|
+
|
|
43132
|
+
dispatch(setUser(info.data));
|
|
43133
|
+
});
|
|
43134
|
+
}, function () {
|
|
43135
|
+
resetAuth();
|
|
43136
|
+
});
|
|
43137
|
+
|
|
43138
|
+
return Promise.resolve(_temp6 && _temp6.then ? _temp6.then(function () {}) : void 0);
|
|
43139
|
+
} catch (e) {
|
|
43140
|
+
return Promise.reject(e);
|
|
43141
|
+
}
|
|
43142
|
+
};
|
|
43143
|
+
|
|
43144
|
+
var resetAuth = function resetAuth() {
|
|
43145
|
+
localStorage.removeItem(ACCESS_TOKEN);
|
|
43146
|
+
sessionStorage.removeItem(ACCESS_TOKEN);
|
|
43147
|
+
localStorage.removeItem("ROLES");
|
|
43148
|
+
history.push("/");
|
|
43149
|
+
};
|
|
43150
|
+
|
|
43151
|
+
if (!user) {
|
|
43152
|
+
return React.createElement(Loading, null);
|
|
43153
|
+
}
|
|
43154
|
+
|
|
43155
|
+
return React.createElement("div", {
|
|
43156
|
+
className: "c-app c-default-layout"
|
|
43157
|
+
}, !isNotification && React.createElement(TheSidebar, {
|
|
43158
|
+
navigation: authNavigations
|
|
43159
|
+
}), React.createElement("div", {
|
|
43160
|
+
className: "c-wrapper"
|
|
43161
|
+
}, !isNotification && React.createElement(TheHeader, {
|
|
43162
|
+
onToggleModel: handleToggleModel
|
|
43163
|
+
}), React.createElement("div", {
|
|
43164
|
+
className: "c-body bg-white"
|
|
43165
|
+
}, React.createElement(TheContent$1, {
|
|
43166
|
+
routes: authRoutes
|
|
43167
|
+
}))), React.createElement(ModelSelectRole, {
|
|
43168
|
+
open: openModelSelectRole,
|
|
43169
|
+
onToggleModel: handleToggleModel
|
|
43170
|
+
}));
|
|
43171
|
+
};
|
|
43172
|
+
|
|
41983
43173
|
var buttonTextStyle = {
|
|
41984
43174
|
fontWeight: 500
|
|
41985
43175
|
};
|
|
@@ -45344,15 +46534,15 @@ var useFilterPopover = function useFilterPopover(props) {
|
|
|
45344
46534
|
}, []);
|
|
45345
46535
|
var handleSortDesc = useCallback(function () {
|
|
45346
46536
|
onChangeFilters === null || onChangeFilters === void 0 ? void 0 : onChangeFilters(_extends({}, filters, {
|
|
45347
|
-
sortBy:
|
|
45348
|
-
isDescending:
|
|
46537
|
+
sortBy: sortBy,
|
|
46538
|
+
isDescending: true
|
|
45349
46539
|
}));
|
|
45350
46540
|
onClose === null || onClose === void 0 ? void 0 : onClose();
|
|
45351
46541
|
}, [JSON.stringify(filters), searchBy]);
|
|
45352
46542
|
var handleSortAsc = useCallback(function () {
|
|
45353
46543
|
onChangeFilters === null || onChangeFilters === void 0 ? void 0 : onChangeFilters(_extends({}, filters, {
|
|
45354
|
-
sortBy:
|
|
45355
|
-
isDescending:
|
|
46544
|
+
sortBy: sortBy,
|
|
46545
|
+
isDescending: false
|
|
45356
46546
|
}));
|
|
45357
46547
|
onClose === null || onClose === void 0 ? void 0 : onClose();
|
|
45358
46548
|
}, [JSON.stringify(filters), searchBy]);
|
|
@@ -45890,9 +47080,6 @@ var importUsersCSV = function importUsersCSV(formData) {
|
|
|
45890
47080
|
var downloadTemplateFileUser = function downloadTemplateFileUser() {
|
|
45891
47081
|
return api.get(CSV_FILE_TEACHER + "/download-template-file-user");
|
|
45892
47082
|
};
|
|
45893
|
-
var validateCsvApi = function validateCsvApi(formData, type) {
|
|
45894
|
-
return api.post(CSV_FILE_TEACHER + "/validate-csv-template-student/" + type, formData);
|
|
45895
|
-
};
|
|
45896
47083
|
|
|
45897
47084
|
var CSVType;
|
|
45898
47085
|
|
|
@@ -49689,7 +50876,7 @@ var style$2 = {
|
|
|
49689
50876
|
color: "#fff",
|
|
49690
50877
|
fontWeight: 500,
|
|
49691
50878
|
fontSize: "14px",
|
|
49692
|
-
height: "
|
|
50879
|
+
height: "100%",
|
|
49693
50880
|
justifyContent: "center"
|
|
49694
50881
|
};
|
|
49695
50882
|
|
|
@@ -49788,19 +50975,15 @@ var useCSVImportTab = function useCSVImportTab() {
|
|
|
49788
50975
|
studentDataFile = _useState5[0],
|
|
49789
50976
|
setStudentDataFile = _useState5[1];
|
|
49790
50977
|
|
|
49791
|
-
var _useState6 = useState([]),
|
|
49792
|
-
errorsValidate = _useState6[0],
|
|
49793
|
-
setErrorsValidate = _useState6[1];
|
|
49794
|
-
|
|
49795
50978
|
var isCheckDomainIBS = true;
|
|
49796
50979
|
|
|
49797
|
-
var
|
|
49798
|
-
defaultTeacher =
|
|
49799
|
-
setDefaultTeacher =
|
|
50980
|
+
var _useState6 = useState(0),
|
|
50981
|
+
defaultTeacher = _useState6[0],
|
|
50982
|
+
setDefaultTeacher = _useState6[1];
|
|
49800
50983
|
|
|
49801
|
-
var
|
|
49802
|
-
fileName =
|
|
49803
|
-
setFileName =
|
|
50984
|
+
var _useState7 = useState(""),
|
|
50985
|
+
fileName = _useState7[0],
|
|
50986
|
+
setFileName = _useState7[1];
|
|
49804
50987
|
|
|
49805
50988
|
useEffect(function () {
|
|
49806
50989
|
document.title = title$5;
|
|
@@ -49845,10 +51028,10 @@ var useCSVImportTab = function useCSVImportTab() {
|
|
|
49845
51028
|
|
|
49846
51029
|
var upload = useCallback(function (file) {
|
|
49847
51030
|
try {
|
|
49848
|
-
var
|
|
51031
|
+
var _exit2 = false;
|
|
49849
51032
|
|
|
49850
|
-
var _temp12 = function _temp12(
|
|
49851
|
-
if (
|
|
51033
|
+
var _temp12 = function _temp12(_result2) {
|
|
51034
|
+
if (_exit2) return _result2;
|
|
49852
51035
|
dispatch(setLoading(false));
|
|
49853
51036
|
var inputId = document.getElementById(id$1);
|
|
49854
51037
|
var input = document.getElementById('import-student');
|
|
@@ -49862,114 +51045,103 @@ var useCSVImportTab = function useCSVImportTab() {
|
|
|
49862
51045
|
dispatch(setLoading(true));
|
|
49863
51046
|
|
|
49864
51047
|
var _temp13 = _catch(function () {
|
|
51048
|
+
function _temp9(_result) {
|
|
51049
|
+
if (_exit2) return _result;
|
|
51050
|
+
dispatch(setAlert({
|
|
51051
|
+
type: "success",
|
|
51052
|
+
message: "Import CSV successfully"
|
|
51053
|
+
}));
|
|
51054
|
+
}
|
|
51055
|
+
|
|
49865
51056
|
var formData = new FormData();
|
|
49866
51057
|
formData.append("file", file, file.name);
|
|
49867
|
-
var typeOfCsv = type === CSVType$1.AllUser ? CsvImportType.Admin : CsvImportType.Teacher;
|
|
49868
|
-
return Promise.resolve(validateCsvApi(formData, typeOfCsv)).then(function (res) {
|
|
49869
|
-
var _exit2 = false;
|
|
49870
|
-
|
|
49871
|
-
function _temp9(_result2) {
|
|
49872
|
-
if (_exit2) return _result2;
|
|
49873
|
-
dispatch(setAlert({
|
|
49874
|
-
type: "success",
|
|
49875
|
-
message: "Import CSV successfully"
|
|
49876
|
-
}));
|
|
49877
|
-
}
|
|
49878
|
-
|
|
49879
|
-
if (res.data && res.data.length > 0) {
|
|
49880
|
-
setErrorsValidate(res.data);
|
|
49881
|
-
dispatch(setLoading(false));
|
|
49882
|
-
_exit3 = true;
|
|
49883
|
-
return;
|
|
49884
|
-
}
|
|
49885
51058
|
|
|
49886
|
-
|
|
49887
|
-
|
|
49888
|
-
|
|
49889
|
-
|
|
49890
|
-
|
|
49891
|
-
|
|
49892
|
-
|
|
49893
|
-
|
|
49894
|
-
|
|
49895
|
-
|
|
51059
|
+
var _temp8 = function () {
|
|
51060
|
+
if (type == CSVType$1.AllUser) {
|
|
51061
|
+
return Promise.resolve(file.text()).then(function (fileTextRaw) {
|
|
51062
|
+
var fileText = fileTextRaw.trim();
|
|
51063
|
+
var rows = fileText.split("\n").map(function (row) {
|
|
51064
|
+
return row.trim();
|
|
51065
|
+
});
|
|
51066
|
+
var headerIndex = rows.findIndex(function (row) {
|
|
51067
|
+
return row.split(",").includes("First Name");
|
|
51068
|
+
});
|
|
49896
51069
|
|
|
49897
|
-
|
|
49898
|
-
|
|
49899
|
-
|
|
51070
|
+
if (headerIndex === 0) {
|
|
51071
|
+
throw new Error("Invalid CSV: Missing header row.");
|
|
51072
|
+
}
|
|
49900
51073
|
|
|
49901
|
-
|
|
49902
|
-
|
|
49903
|
-
|
|
49904
|
-
|
|
49905
|
-
|
|
49906
|
-
|
|
49907
|
-
|
|
51074
|
+
fileText = rows.slice(headerIndex).join("\n");
|
|
51075
|
+
var parsedData = Papa.parse(fileText, {
|
|
51076
|
+
header: true,
|
|
51077
|
+
skipEmptyLines: true
|
|
51078
|
+
});
|
|
51079
|
+
var header = parsedData.meta.fields;
|
|
51080
|
+
var dataRows = parsedData.data;
|
|
49908
51081
|
|
|
49909
|
-
|
|
49910
|
-
|
|
49911
|
-
|
|
49912
|
-
|
|
49913
|
-
|
|
49914
|
-
|
|
49915
|
-
|
|
49916
|
-
|
|
49917
|
-
|
|
51082
|
+
if (!!!dataRows.length) {
|
|
51083
|
+
dispatch(setLoading(false));
|
|
51084
|
+
dispatch(setAlert({
|
|
51085
|
+
type: "danger",
|
|
51086
|
+
message: 'The file has no data or some column names are misformed.'
|
|
51087
|
+
}));
|
|
51088
|
+
_exit2 = true;
|
|
51089
|
+
return;
|
|
51090
|
+
}
|
|
49918
51091
|
|
|
49919
|
-
|
|
49920
|
-
|
|
51092
|
+
var chunkSize = 10;
|
|
51093
|
+
var chunks = [];
|
|
49921
51094
|
|
|
49922
|
-
|
|
49923
|
-
|
|
49924
|
-
|
|
49925
|
-
|
|
49926
|
-
|
|
49927
|
-
});
|
|
51095
|
+
for (var _i = 0; _i < dataRows.length; _i += chunkSize) {
|
|
51096
|
+
var chunkData = dataRows.slice(_i, _i + chunkSize);
|
|
51097
|
+
var valuesOnly = chunkData.map(function (row) {
|
|
51098
|
+
return Object.values(row).map(function (v) {
|
|
51099
|
+
return (v != null ? v : "").toString().trim();
|
|
49928
51100
|
});
|
|
51101
|
+
});
|
|
49929
51102
|
|
|
49930
|
-
|
|
49931
|
-
|
|
49932
|
-
}
|
|
49933
|
-
|
|
49934
|
-
console.log({
|
|
49935
|
-
valuesOnly: valuesOnly
|
|
49936
|
-
});
|
|
49937
|
-
chunks.push(valuesOnly);
|
|
51103
|
+
if (header) {
|
|
51104
|
+
valuesOnly.unshift(header);
|
|
49938
51105
|
}
|
|
49939
51106
|
|
|
49940
|
-
|
|
49941
|
-
|
|
49942
|
-
chunks: chunks[i]
|
|
49943
|
-
})).then(function () {
|
|
49944
|
-
return Promise.resolve(new Promise(function (res) {
|
|
49945
|
-
return setTimeout(res, 500);
|
|
49946
|
-
})).then(function () {});
|
|
49947
|
-
});
|
|
51107
|
+
console.log({
|
|
51108
|
+
valuesOnly: valuesOnly
|
|
49948
51109
|
});
|
|
51110
|
+
chunks.push(valuesOnly);
|
|
51111
|
+
}
|
|
49949
51112
|
|
|
49950
|
-
|
|
51113
|
+
var _temp5 = _forTo(chunks, function (i) {
|
|
51114
|
+
return Promise.resolve(importChunkFileUsers({
|
|
51115
|
+
chunks: chunks[i]
|
|
51116
|
+
})).then(function () {
|
|
51117
|
+
return Promise.resolve(new Promise(function (res) {
|
|
51118
|
+
return setTimeout(res, 500);
|
|
51119
|
+
})).then(function () {});
|
|
51120
|
+
});
|
|
49951
51121
|
});
|
|
49952
|
-
} else {
|
|
49953
|
-
var _temp14 = function () {
|
|
49954
|
-
if (isCheckDomainIBS) {
|
|
49955
|
-
var _temp15 = function () {
|
|
49956
|
-
if (type == CSVType$1.ClassReflection) {
|
|
49957
|
-
return Promise.resolve(importClassReflectionCSV$1(formData)).then(function () {});
|
|
49958
|
-
}
|
|
49959
|
-
}();
|
|
49960
|
-
|
|
49961
|
-
if (_temp15 && _temp15.then) return _temp15.then(function () {});
|
|
49962
|
-
} else {
|
|
49963
|
-
return Promise.resolve(importCSV$1(formData, type.toString())).then(function () {});
|
|
49964
|
-
}
|
|
49965
|
-
}();
|
|
49966
51122
|
|
|
49967
|
-
if (
|
|
49968
|
-
}
|
|
49969
|
-
}
|
|
51123
|
+
if (_temp5 && _temp5.then) return _temp5.then(function () {});
|
|
51124
|
+
});
|
|
51125
|
+
} else {
|
|
51126
|
+
var _temp14 = function () {
|
|
51127
|
+
if (isCheckDomainIBS) {
|
|
51128
|
+
var _temp15 = function () {
|
|
51129
|
+
if (type == CSVType$1.ClassReflection) {
|
|
51130
|
+
return Promise.resolve(importClassReflectionCSV$1(formData)).then(function () {});
|
|
51131
|
+
}
|
|
51132
|
+
}();
|
|
49970
51133
|
|
|
49971
|
-
|
|
49972
|
-
|
|
51134
|
+
if (_temp15 && _temp15.then) return _temp15.then(function () {});
|
|
51135
|
+
} else {
|
|
51136
|
+
return Promise.resolve(importCSV$1(formData, type.toString())).then(function () {});
|
|
51137
|
+
}
|
|
51138
|
+
}();
|
|
51139
|
+
|
|
51140
|
+
if (_temp14 && _temp14.then) return _temp14.then(function () {});
|
|
51141
|
+
}
|
|
51142
|
+
}();
|
|
51143
|
+
|
|
51144
|
+
return _temp8 && _temp8.then ? _temp8.then(_temp9) : _temp9(_temp8);
|
|
49973
51145
|
}, function (err) {
|
|
49974
51146
|
var _err$response, _err$response$data;
|
|
49975
51147
|
|
|
@@ -50124,9 +51296,7 @@ var useCSVImportTab = function useCSVImportTab() {
|
|
|
50124
51296
|
defaultTeacher: defaultTeacher,
|
|
50125
51297
|
fileName: fileName,
|
|
50126
51298
|
onStudentSubmit: onStudentSubmit,
|
|
50127
|
-
downloadTemplateUser: downloadTemplateUser
|
|
50128
|
-
errorsValidate: errorsValidate,
|
|
50129
|
-
setErrorsValidate: setErrorsValidate
|
|
51299
|
+
downloadTemplateUser: downloadTemplateUser
|
|
50130
51300
|
};
|
|
50131
51301
|
};
|
|
50132
51302
|
|
|
@@ -50153,8 +51323,7 @@ var CSVImport = function CSVImport() {
|
|
|
50153
51323
|
setArrStudent = _useCSVImportTab.setArrStudent,
|
|
50154
51324
|
buttons = _useCSVImportTab.buttons,
|
|
50155
51325
|
upload = _useCSVImportTab.upload,
|
|
50156
|
-
downloadTemplateUser = _useCSVImportTab.downloadTemplateUser
|
|
50157
|
-
errorsValidate = _useCSVImportTab.errorsValidate;
|
|
51326
|
+
downloadTemplateUser = _useCSVImportTab.downloadTemplateUser;
|
|
50158
51327
|
|
|
50159
51328
|
var _useTranslation = useTranslation(),
|
|
50160
51329
|
t = _useTranslation.t;
|
|
@@ -50207,9 +51376,9 @@ var CSVImport = function CSVImport() {
|
|
|
50207
51376
|
accept: "text/csv"
|
|
50208
51377
|
}), React.createElement(Col, {
|
|
50209
51378
|
md: 6,
|
|
50210
|
-
className: "mb-2 d-flex
|
|
51379
|
+
className: "mb-2 d-flex align-items-end"
|
|
50211
51380
|
}, React.createElement(Row, {
|
|
50212
|
-
className: "w-100
|
|
51381
|
+
className: "w-100"
|
|
50213
51382
|
}, React.createElement(Col, {
|
|
50214
51383
|
md: 12,
|
|
50215
51384
|
className: ""
|
|
@@ -50238,9 +51407,7 @@ var CSVImport = function CSVImport() {
|
|
|
50238
51407
|
})))), React.createElement(Col, {
|
|
50239
51408
|
md: 6,
|
|
50240
51409
|
className: "mb-2"
|
|
50241
|
-
}, React.createElement(Row, {
|
|
50242
|
-
className: "flex-column"
|
|
50243
|
-
}, React.createElement(Col, {
|
|
51410
|
+
}, React.createElement(Row, null, React.createElement(Col, {
|
|
50244
51411
|
md: 12,
|
|
50245
51412
|
className: "mb-2 text-right"
|
|
50246
51413
|
}, React.createElement(Button, {
|
|
@@ -50270,12 +51437,7 @@ var CSVImport = function CSVImport() {
|
|
|
50270
51437
|
return setType(button.type);
|
|
50271
51438
|
}
|
|
50272
51439
|
});
|
|
50273
|
-
}))
|
|
50274
|
-
return React.createElement(ErrorHandler, {
|
|
50275
|
-
key: index,
|
|
50276
|
-
text: error
|
|
50277
|
-
});
|
|
50278
|
-
}))));
|
|
51440
|
+
})))));
|
|
50279
51441
|
}))) );
|
|
50280
51442
|
};
|
|
50281
51443
|
|
|
@@ -51360,34 +52522,6 @@ var UserDetail = function UserDetail() {
|
|
|
51360
52522
|
});
|
|
51361
52523
|
};
|
|
51362
52524
|
|
|
51363
|
-
var loadingStyle = {
|
|
51364
|
-
minWidth: "100vw",
|
|
51365
|
-
minHeight: "100vh",
|
|
51366
|
-
position: "fixed",
|
|
51367
|
-
top: 0,
|
|
51368
|
-
left: 0,
|
|
51369
|
-
zIndex: 999999999,
|
|
51370
|
-
backgroundColor: "rgba(0, 0, 0, 0.4)",
|
|
51371
|
-
display: "flex",
|
|
51372
|
-
justifyContent: "center",
|
|
51373
|
-
alignItems: "center"
|
|
51374
|
-
};
|
|
51375
|
-
|
|
51376
|
-
var Loading = function Loading() {
|
|
51377
|
-
var isLoading = useSelector(function (state) {
|
|
51378
|
-
return state.common.isLoading;
|
|
51379
|
-
});
|
|
51380
|
-
localStorage.setItem("LAST_TIME_REQUETST", moment().utc().format("YYYY-MM-DD HH:mm:ss"));
|
|
51381
|
-
return isLoading ? React.createElement("div", {
|
|
51382
|
-
style: loadingStyle
|
|
51383
|
-
}, React.createElement("div", {
|
|
51384
|
-
className: "spinner-border text-secondary",
|
|
51385
|
-
role: "status"
|
|
51386
|
-
}, React.createElement("span", {
|
|
51387
|
-
className: "sr-only"
|
|
51388
|
-
}, "Loading..."))) : null;
|
|
51389
|
-
};
|
|
51390
|
-
|
|
51391
52525
|
var ScrollToTop = function ScrollToTop() {
|
|
51392
52526
|
var _useLocation = useLocation(),
|
|
51393
52527
|
pathname = _useLocation.pathname;
|
|
@@ -53483,6 +54617,8 @@ var commonReducer = createReducer(initialState, function (builder) {
|
|
|
53483
54617
|
state.isEnableIEP = action.payload;
|
|
53484
54618
|
}).addCase(setEnableSurvey, function (state, action) {
|
|
53485
54619
|
state.isEnableSurvey = action.payload;
|
|
54620
|
+
}).addCase(setEnableWellBeing, function (state, action) {
|
|
54621
|
+
state.isEnableWellBeing = action.payload;
|
|
53486
54622
|
}).addCase(setEnableMarioAi, function (state, action) {
|
|
53487
54623
|
state.isEnableMarioAi = action.payload;
|
|
53488
54624
|
}).addCase(setConversationOneToOne, function (state, action) {
|
|
@@ -54411,32 +55547,6 @@ var store = configureStore({
|
|
|
54411
55547
|
}
|
|
54412
55548
|
});
|
|
54413
55549
|
|
|
54414
|
-
var firstCheckToken = function firstCheckToken() {
|
|
54415
|
-
return Promise.resolve(_catch(function () {
|
|
54416
|
-
var token = getAccessToken();
|
|
54417
|
-
return token ? Promise.resolve(checkToken(token)).then(function (tokenStatus) {
|
|
54418
|
-
return tokenStatus.data ? true : false;
|
|
54419
|
-
}) : false;
|
|
54420
|
-
}, function () {
|
|
54421
|
-
return false;
|
|
54422
|
-
}));
|
|
54423
|
-
};
|
|
54424
|
-
|
|
54425
|
-
var canAccess = function canAccess(userRoles, componentRoles) {
|
|
54426
|
-
if (!Array.isArray(userRoles)) {
|
|
54427
|
-
return false;
|
|
54428
|
-
}
|
|
54429
|
-
|
|
54430
|
-
if (Array.isArray(componentRoles)) {
|
|
54431
|
-
var intersects = userRoles.filter(function (i) {
|
|
54432
|
-
return componentRoles.includes(i);
|
|
54433
|
-
});
|
|
54434
|
-
return intersects.length > 0;
|
|
54435
|
-
}
|
|
54436
|
-
|
|
54437
|
-
return true;
|
|
54438
|
-
};
|
|
54439
|
-
|
|
54440
55550
|
var isInViewport = function isInViewport(el) {
|
|
54441
55551
|
var rect = el === null || el === void 0 ? void 0 : el.getBoundingClientRect();
|
|
54442
55552
|
return rect.top >= 0 && rect.left >= 0 && rect.bottom <= (window.innerHeight || document.documentElement.clientHeight) && rect.right <= (window.innerWidth || document.documentElement.clientWidth);
|
|
@@ -54470,411 +55580,7 @@ var generateRandomString = (function () {
|
|
|
54470
55580
|
return (Math.random() + 1).toString(36).substring(7);
|
|
54471
55581
|
});
|
|
54472
55582
|
|
|
54473
|
-
var apiGetLanguage = function apiGetLanguage() {
|
|
54474
|
-
return api.get(BASE_URL + "/api/language");
|
|
54475
|
-
};
|
|
54476
|
-
|
|
54477
|
-
var apiUpdateLanguage = function apiUpdateLanguage(lang) {
|
|
54478
|
-
return api.put(BASE_URL + "/api/language?lang=" + lang);
|
|
54479
|
-
};
|
|
54480
|
-
|
|
54481
|
-
var LANGUAGE_SYSTEM = "LANGUAGE_SYSTEM";
|
|
54482
|
-
|
|
54483
|
-
var useLanguages = function useLanguages() {
|
|
54484
|
-
var dispatch = useDispatch();
|
|
54485
|
-
|
|
54486
|
-
var _useTranslation = useTranslation(),
|
|
54487
|
-
i18n = _useTranslation.i18n;
|
|
54488
|
-
|
|
54489
|
-
var language = useSelector(function (state) {
|
|
54490
|
-
return state.common.language;
|
|
54491
|
-
});
|
|
54492
|
-
var defaultLanguage = getCookieValue(LANGUAGE_SYSTEM) != null ? getCookieValue(LANGUAGE_SYSTEM) : DEFAULT_LANGUAGE_CODE;
|
|
54493
|
-
|
|
54494
|
-
var _useState = useState([]),
|
|
54495
|
-
languageList = _useState[0],
|
|
54496
|
-
setLanguageList = _useState[1];
|
|
54497
|
-
|
|
54498
|
-
var _useState2 = useState(false),
|
|
54499
|
-
dropdownOpen = _useState2[0],
|
|
54500
|
-
setDropdownOpen = _useState2[1];
|
|
54501
|
-
|
|
54502
|
-
var _useState3 = useState(defaultLanguage),
|
|
54503
|
-
currentLang = _useState3[0],
|
|
54504
|
-
setCurrentLang = _useState3[1];
|
|
54505
|
-
|
|
54506
|
-
var toggle = function toggle() {
|
|
54507
|
-
return setDropdownOpen(function (prevState) {
|
|
54508
|
-
return !prevState;
|
|
54509
|
-
});
|
|
54510
|
-
};
|
|
54511
|
-
|
|
54512
|
-
var changeLanguageApp = function changeLanguageApp(lang) {
|
|
54513
|
-
try {
|
|
54514
|
-
var _temp3 = function _temp3() {
|
|
54515
|
-
dispatch(setLoading(false));
|
|
54516
|
-
};
|
|
54517
|
-
|
|
54518
|
-
dispatch(setLoading(true));
|
|
54519
|
-
|
|
54520
|
-
var _temp4 = _catch(function () {
|
|
54521
|
-
return Promise.resolve(apiUpdateLanguage(lang)).then(function () {
|
|
54522
|
-
i18n.changeLanguage(lang);
|
|
54523
|
-
setCurrentLang(lang);
|
|
54524
|
-
dispatch(setLanguage(lang));
|
|
54525
|
-
});
|
|
54526
|
-
}, function (err) {
|
|
54527
|
-
var _err$response, _err$response$data;
|
|
54528
|
-
|
|
54529
|
-
dispatch(setAlert({
|
|
54530
|
-
type: "danger",
|
|
54531
|
-
message: ((_err$response = err.response) === null || _err$response === void 0 ? void 0 : (_err$response$data = _err$response.data) === null || _err$response$data === void 0 ? void 0 : _err$response$data.title) || err.message
|
|
54532
|
-
}));
|
|
54533
|
-
});
|
|
54534
|
-
|
|
54535
|
-
return Promise.resolve(_temp4 && _temp4.then ? _temp4.then(_temp3) : _temp3(_temp4));
|
|
54536
|
-
} catch (e) {
|
|
54537
|
-
return Promise.reject(e);
|
|
54538
|
-
}
|
|
54539
|
-
};
|
|
54540
|
-
|
|
54541
|
-
var getListLanguage = function getListLanguage() {
|
|
54542
|
-
try {
|
|
54543
|
-
var _temp6 = _catch(function () {
|
|
54544
|
-
return Promise.resolve(apiGetLanguage()).then(function (res) {
|
|
54545
|
-
setLanguageList(res.data);
|
|
54546
|
-
});
|
|
54547
|
-
}, function (err) {
|
|
54548
|
-
var _err$response2, _err$response2$data;
|
|
54549
|
-
|
|
54550
|
-
dispatch(setAlert({
|
|
54551
|
-
type: "danger",
|
|
54552
|
-
message: ((_err$response2 = err.response) === null || _err$response2 === void 0 ? void 0 : (_err$response2$data = _err$response2.data) === null || _err$response2$data === void 0 ? void 0 : _err$response2$data.title) || err.message
|
|
54553
|
-
}));
|
|
54554
|
-
});
|
|
54555
|
-
|
|
54556
|
-
return Promise.resolve(_temp6 && _temp6.then ? _temp6.then(function () {}) : void 0);
|
|
54557
|
-
} catch (e) {
|
|
54558
|
-
return Promise.reject(e);
|
|
54559
|
-
}
|
|
54560
|
-
};
|
|
54561
|
-
|
|
54562
|
-
useEffect(function () {
|
|
54563
|
-
defaultLanguage != language && changeLanguageApp(defaultLanguage);
|
|
54564
|
-
getListLanguage();
|
|
54565
|
-
}, []);
|
|
54566
|
-
return {
|
|
54567
|
-
languageList: languageList,
|
|
54568
|
-
toggle: toggle,
|
|
54569
|
-
dropdownOpen: dropdownOpen,
|
|
54570
|
-
currentLang: currentLang,
|
|
54571
|
-
changeLanguageApp: changeLanguageApp,
|
|
54572
|
-
setCurrentLang: setCurrentLang
|
|
54573
|
-
};
|
|
54574
|
-
};
|
|
54575
|
-
|
|
54576
|
-
var TheLanguageDropdown = function TheLanguageDropdown() {
|
|
54577
|
-
var _useLanguages = useLanguages(),
|
|
54578
|
-
languageList = _useLanguages.languageList,
|
|
54579
|
-
toggle = _useLanguages.toggle,
|
|
54580
|
-
dropdownOpen = _useLanguages.dropdownOpen,
|
|
54581
|
-
currentLang = _useLanguages.currentLang,
|
|
54582
|
-
changeLanguageApp = _useLanguages.changeLanguageApp;
|
|
54583
|
-
|
|
54584
|
-
var currentLanguage = useMemo(function () {
|
|
54585
|
-
var current = languageList.find(function (i) {
|
|
54586
|
-
return i.code === currentLang;
|
|
54587
|
-
});
|
|
54588
|
-
if (!current) return null;
|
|
54589
|
-
return React.createElement(React.Fragment, null, React.createElement("img", {
|
|
54590
|
-
className: "mr-2 " + styles['dropdown-menu-flag'],
|
|
54591
|
-
src: "" + getStaticFileUrl(current.image)
|
|
54592
|
-
}), " ", current.name);
|
|
54593
|
-
}, [currentLang, languageList]);
|
|
54594
|
-
return React.createElement(Dropdown, {
|
|
54595
|
-
isOpen: dropdownOpen,
|
|
54596
|
-
toggle: toggle,
|
|
54597
|
-
className: "" + styles["dropdown-menu"]
|
|
54598
|
-
}, React.createElement(DropdownToggle, {
|
|
54599
|
-
className: styles["header-avatar"] + " d-flex align-items-center"
|
|
54600
|
-
}, React.createElement("span", {
|
|
54601
|
-
style: {
|
|
54602
|
-
color: "#000",
|
|
54603
|
-
textTransform: "capitalize",
|
|
54604
|
-
display: 'flex',
|
|
54605
|
-
alignItems: 'center'
|
|
54606
|
-
}
|
|
54607
|
-
}, currentLanguage, React.createElement(BsChevronDown, {
|
|
54608
|
-
className: "ml-2",
|
|
54609
|
-
style: {
|
|
54610
|
-
fontSize: '10px'
|
|
54611
|
-
}
|
|
54612
|
-
}))), React.createElement(DropdownMenu, {
|
|
54613
|
-
className: styles["dropdown-content-language"]
|
|
54614
|
-
}, !!languageList && languageList.length > 0 && languageList.map(function (lang, index) {
|
|
54615
|
-
return React.createElement(DropdownItem, {
|
|
54616
|
-
key: lang.code,
|
|
54617
|
-
className: styles["dropdown-change"] + " px-0 py-0 " + (index === languageList.length - 1 ? "pb-2" : "pt-2"),
|
|
54618
|
-
onClick: function onClick() {
|
|
54619
|
-
return changeLanguageApp(lang.code);
|
|
54620
|
-
}
|
|
54621
|
-
}, React.createElement("div", {
|
|
54622
|
-
className: styles["dropdown-item-language"] + " " + styles["item-logout"] + " " + (currentLang == lang.code ? styles['dropdown-item-language-active'] : "") + " d-flex align-items-center w-100"
|
|
54623
|
-
}, React.createElement("span", {
|
|
54624
|
-
className: "mr-2 d-flex hover-opacity"
|
|
54625
|
-
}, React.createElement("img", {
|
|
54626
|
-
style: {
|
|
54627
|
-
width: "30px",
|
|
54628
|
-
height: "25px",
|
|
54629
|
-
borderRadius: "5px"
|
|
54630
|
-
},
|
|
54631
|
-
src: getStaticFileUrl(lang.image)
|
|
54632
|
-
})), lang.name));
|
|
54633
|
-
})));
|
|
54634
|
-
};
|
|
54635
|
-
|
|
54636
|
-
var TheHeader = function TheHeader(_ref) {
|
|
54637
|
-
var onToggleModel = _ref.onToggleModel;
|
|
54638
|
-
var dispatch = useDispatch();
|
|
54639
|
-
var sidebarShow = useSelector(function (state) {
|
|
54640
|
-
return state.common.sidebarShow;
|
|
54641
|
-
});
|
|
54642
|
-
|
|
54643
|
-
var _useTranslation = useTranslation(),
|
|
54644
|
-
t = _useTranslation.t;
|
|
54645
|
-
|
|
54646
|
-
var toggleSidebarMobile = function toggleSidebarMobile() {
|
|
54647
|
-
var val = [false, "responsive"].includes(sidebarShow) ? true : "responsive";
|
|
54648
|
-
dispatch(setSidebar(val));
|
|
54649
|
-
};
|
|
54650
|
-
|
|
54651
|
-
var isDistrict = window.location.host.includes("-district");
|
|
54652
|
-
return React.createElement(CHeader, {
|
|
54653
|
-
withSubheader: true,
|
|
54654
|
-
className: "d-flex align-items-center justify-content-end"
|
|
54655
|
-
}, React.createElement(CToggler, {
|
|
54656
|
-
inHeader: true,
|
|
54657
|
-
className: "ml-md-3 d-lg-none",
|
|
54658
|
-
onClick: toggleSidebarMobile
|
|
54659
|
-
}), React.createElement(CHeaderBrand, {
|
|
54660
|
-
className: "mx-auto flex-grow-1 d-lg-none",
|
|
54661
|
-
to: "/"
|
|
54662
|
-
}, React.createElement("img", {
|
|
54663
|
-
src: getStaticFileUrl(Images.LOGO_HEADER),
|
|
54664
|
-
className: styles["header-logo"]
|
|
54665
|
-
})), React.createElement(CHeaderNav, {
|
|
54666
|
-
className: "pr-3"
|
|
54667
|
-
}, React.createElement(TheLanguageDropdown, null), React.createElement("a", {
|
|
54668
|
-
className: "mr-3",
|
|
54669
|
-
style: {
|
|
54670
|
-
color: '#000'
|
|
54671
|
-
},
|
|
54672
|
-
href: '/privacy-policy',
|
|
54673
|
-
target: "blank"
|
|
54674
|
-
}, t("privacy_policy")), !isDistrict && React.createElement(NotificationButton, null), React.createElement(TheHeaderDropdown, {
|
|
54675
|
-
onToggleModel: onToggleModel
|
|
54676
|
-
})));
|
|
54677
|
-
};
|
|
54678
|
-
|
|
54679
|
-
var ModelSelectRole = function ModelSelectRole(_ref) {
|
|
54680
|
-
var _handleUserRole;
|
|
54681
|
-
|
|
54682
|
-
var open = _ref.open,
|
|
54683
|
-
onToggleModel = _ref.onToggleModel;
|
|
54684
|
-
var dispatch = useDispatch();
|
|
54685
|
-
|
|
54686
|
-
var _useTranslation = useTranslation(),
|
|
54687
|
-
t = _useTranslation.t;
|
|
54688
|
-
|
|
54689
|
-
var history = useHistory();
|
|
54690
|
-
var pathname = window.location.pathname;
|
|
54691
|
-
var user = useSelector(function (state) {
|
|
54692
|
-
return state.common.user;
|
|
54693
|
-
});
|
|
54694
|
-
var roles = user === null || user === void 0 ? void 0 : user.roles;
|
|
54695
|
-
|
|
54696
|
-
var handleSelectUserRoles = function handleSelectUserRoles(roles) {
|
|
54697
|
-
dispatch(setLoading(true));
|
|
54698
|
-
var roleSelect = roles.includes("Teacher/Assistant") ? ["Teacher", "Assistant"] : roles;
|
|
54699
|
-
dispatch(setUser(_extends({}, user, {
|
|
54700
|
-
roles: roleSelect
|
|
54701
|
-
})));
|
|
54702
|
-
localStorage.setItem("ROLES", roleSelect.toString());
|
|
54703
|
-
onToggleModel();
|
|
54704
|
-
|
|
54705
|
-
if (roles.includes("Parent")) {
|
|
54706
|
-
history.push("/parent");
|
|
54707
|
-
} else if (roles.includes("Admin")) {
|
|
54708
|
-
history.push("/admin/home");
|
|
54709
|
-
} else {
|
|
54710
|
-
pathname !== "/home" ? history.push("/home") : window.location.reload();
|
|
54711
|
-
}
|
|
54712
|
-
};
|
|
54713
|
-
|
|
54714
|
-
return React.createElement(Modal, {
|
|
54715
|
-
isOpen: open,
|
|
54716
|
-
toggle: function toggle() {
|
|
54717
|
-
return onToggleModel();
|
|
54718
|
-
},
|
|
54719
|
-
className: "" + styles["model-switch-roles"],
|
|
54720
|
-
centered: true
|
|
54721
|
-
}, React.createElement("p", {
|
|
54722
|
-
className: "" + styles["title"]
|
|
54723
|
-
}, t("continue_as")), React.createElement("div", null, (_handleUserRole = handleUserRole(user === null || user === void 0 ? void 0 : user.roles)) === null || _handleUserRole === void 0 ? void 0 : _handleUserRole.map(function (r) {
|
|
54724
|
-
return React.createElement("p", {
|
|
54725
|
-
key: r,
|
|
54726
|
-
className: styles["item-select-role"] + " " + styles[roles.includes("Teacher") && roles.includes("Assistant") && r === "Teacher/Assistant" && !roles.includes("Admin") || roles.includes("Admin") && r === "Admin" || roles.includes(r) && !roles.includes("Admin") ? "item-role-active" : ""],
|
|
54727
|
-
onClick: function onClick() {
|
|
54728
|
-
return handleSelectUserRoles([r]);
|
|
54729
|
-
}
|
|
54730
|
-
}, r == "SecondaryTeacher" ? "Support Teacher" : r);
|
|
54731
|
-
})));
|
|
54732
|
-
};
|
|
54733
|
-
|
|
54734
|
-
var TheLayout = function TheLayout(_ref) {
|
|
54735
|
-
var routes = _ref.routes,
|
|
54736
|
-
navigation = _ref.navigation;
|
|
54737
|
-
var history = useHistory();
|
|
54738
|
-
var dispatch = useDispatch();
|
|
54739
|
-
var user = useSelector(function (state) {
|
|
54740
|
-
return state.common.user;
|
|
54741
|
-
});
|
|
54742
|
-
var language = useSelector(function (state) {
|
|
54743
|
-
return state.common.language;
|
|
54744
|
-
});
|
|
54745
|
-
|
|
54746
|
-
var _useState = useState(false),
|
|
54747
|
-
openModelSelectRole = _useState[0],
|
|
54748
|
-
setOpenModelSelectRole = _useState[1];
|
|
54749
|
-
|
|
54750
|
-
var _useTranslation = useTranslation(),
|
|
54751
|
-
t = _useTranslation.t;
|
|
54752
|
-
|
|
54753
|
-
var location = useLocation();
|
|
54754
|
-
var isNotification = location.pathname.includes("notifications");
|
|
54755
|
-
var isDistrict = window.location.host.includes("-district");
|
|
54756
|
-
|
|
54757
|
-
var handleToggleModel = function handleToggleModel() {
|
|
54758
|
-
setOpenModelSelectRole(!openModelSelectRole);
|
|
54759
|
-
};
|
|
54760
|
-
|
|
54761
|
-
var authRoutes = useMemo(function () {
|
|
54762
|
-
return routes.filter(function (route) {
|
|
54763
|
-
return canAccess(user === null || user === void 0 ? void 0 : user.roles, route.roles);
|
|
54764
|
-
}).filter(function (route) {
|
|
54765
|
-
return !!route.isDistrict === isDistrict;
|
|
54766
|
-
});
|
|
54767
|
-
}, [user, language]);
|
|
54768
|
-
var authNavigations = useMemo(function () {
|
|
54769
|
-
return navigation.map(function (item) {
|
|
54770
|
-
var _item$_children, _item$_children2;
|
|
54771
|
-
|
|
54772
|
-
return _extends({}, item, {
|
|
54773
|
-
name: t(item.name),
|
|
54774
|
-
_children: item !== null && item !== void 0 && (_item$_children = item._children) !== null && _item$_children !== void 0 && _item$_children.length ? item === null || item === void 0 ? void 0 : (_item$_children2 = item._children) === null || _item$_children2 === void 0 ? void 0 : _item$_children2.map(function (x) {
|
|
54775
|
-
return _extends({}, x, {
|
|
54776
|
-
name: t(x.name)
|
|
54777
|
-
});
|
|
54778
|
-
}) : undefined
|
|
54779
|
-
});
|
|
54780
|
-
}).filter(function (nav) {
|
|
54781
|
-
return canAccess(user === null || user === void 0 ? void 0 : user.roles, nav.roles);
|
|
54782
|
-
}).filter(function (nav) {
|
|
54783
|
-
return !!nav.isDistrict === isDistrict;
|
|
54784
|
-
});
|
|
54785
|
-
}, [user, language]);
|
|
54786
|
-
|
|
54787
|
-
var getInformationSetting = function getInformationSetting() {
|
|
54788
|
-
try {
|
|
54789
|
-
var _temp2 = _catch(function () {
|
|
54790
|
-
return Promise.resolve(getSchoolSettings()).then(function (res) {
|
|
54791
|
-
dispatch(setSandboxMode(res.data.isSandboxMode));
|
|
54792
|
-
});
|
|
54793
|
-
}, function (err) {
|
|
54794
|
-
console.error(err);
|
|
54795
|
-
});
|
|
54796
|
-
|
|
54797
|
-
return Promise.resolve(_temp2 && _temp2.then ? _temp2.then(function () {}) : void 0);
|
|
54798
|
-
} catch (e) {
|
|
54799
|
-
return Promise.reject(e);
|
|
54800
|
-
}
|
|
54801
|
-
};
|
|
54802
|
-
|
|
54803
|
-
useEffect(function () {
|
|
54804
|
-
checkAuthentication();
|
|
54805
|
-
}, []);
|
|
54806
|
-
useEffect(function () {
|
|
54807
|
-
getInformationSetting();
|
|
54808
|
-
}, [location.pathname]);
|
|
54809
|
-
|
|
54810
|
-
var checkAuthentication = function checkAuthentication() {
|
|
54811
|
-
try {
|
|
54812
|
-
var _temp4 = _catch(function () {
|
|
54813
|
-
return Promise.resolve(firstCheckToken()).then(function (tokenStatus) {
|
|
54814
|
-
tokenStatus ? loadInfo() : resetAuth();
|
|
54815
|
-
});
|
|
54816
|
-
}, function () {
|
|
54817
|
-
resetAuth();
|
|
54818
|
-
});
|
|
54819
|
-
|
|
54820
|
-
return Promise.resolve(_temp4 && _temp4.then ? _temp4.then(function () {}) : void 0);
|
|
54821
|
-
} catch (e) {
|
|
54822
|
-
return Promise.reject(e);
|
|
54823
|
-
}
|
|
54824
|
-
};
|
|
54825
|
-
|
|
54826
|
-
var loadInfo = function loadInfo() {
|
|
54827
|
-
try {
|
|
54828
|
-
var _temp6 = _catch(function () {
|
|
54829
|
-
return Promise.resolve(getInfo()).then(function (info) {
|
|
54830
|
-
var _info$data, _info$data$roles;
|
|
54831
|
-
|
|
54832
|
-
if (!info || !(info !== null && info !== void 0 && (_info$data = info.data) !== null && _info$data !== void 0 && (_info$data$roles = _info$data.roles) !== null && _info$data$roles !== void 0 && _info$data$roles.includes("Admin"))) {
|
|
54833
|
-
resetAuth();
|
|
54834
|
-
}
|
|
54835
|
-
|
|
54836
|
-
dispatch(setUser(info.data));
|
|
54837
|
-
});
|
|
54838
|
-
}, function () {
|
|
54839
|
-
resetAuth();
|
|
54840
|
-
});
|
|
54841
|
-
|
|
54842
|
-
return Promise.resolve(_temp6 && _temp6.then ? _temp6.then(function () {}) : void 0);
|
|
54843
|
-
} catch (e) {
|
|
54844
|
-
return Promise.reject(e);
|
|
54845
|
-
}
|
|
54846
|
-
};
|
|
54847
|
-
|
|
54848
|
-
var resetAuth = function resetAuth() {
|
|
54849
|
-
localStorage.removeItem(ACCESS_TOKEN);
|
|
54850
|
-
sessionStorage.removeItem(ACCESS_TOKEN);
|
|
54851
|
-
localStorage.removeItem("ROLES");
|
|
54852
|
-
history.push("/");
|
|
54853
|
-
};
|
|
54854
|
-
|
|
54855
|
-
if (!user) {
|
|
54856
|
-
return React.createElement(Loading, null);
|
|
54857
|
-
}
|
|
54858
|
-
|
|
54859
|
-
return React.createElement("div", {
|
|
54860
|
-
className: "c-app c-default-layout"
|
|
54861
|
-
}, !isNotification && React.createElement(TheSidebar, {
|
|
54862
|
-
navigation: authNavigations
|
|
54863
|
-
}), React.createElement("div", {
|
|
54864
|
-
className: "c-wrapper"
|
|
54865
|
-
}, !isNotification && React.createElement(TheHeader, {
|
|
54866
|
-
onToggleModel: handleToggleModel
|
|
54867
|
-
}), React.createElement("div", {
|
|
54868
|
-
className: "c-body bg-white"
|
|
54869
|
-
}, React.createElement(TheContent$1, {
|
|
54870
|
-
routes: authRoutes
|
|
54871
|
-
}))), React.createElement(ModelSelectRole, {
|
|
54872
|
-
open: openModelSelectRole,
|
|
54873
|
-
onToggleModel: handleToggleModel
|
|
54874
|
-
}));
|
|
54875
|
-
};
|
|
54876
|
-
|
|
54877
55583
|
var amplitudeClient = amplitude;
|
|
54878
55584
|
|
|
54879
|
-
export { ACCESS_TOKEN, ANSWER_EDITOR_HEIGHT, AcademicClassSelector, AddButton, BASE_URL, CHAT_CHANNEL, CategorySelector, CommonAlert, CommonHeader, CommonModal$1 as CommonModal, CreatableSelector, CustomPagination, CustomSelector, CustomTabs as CustomTab, DATE_FORMAT, DATE_RESULT, DEFAULT_FILTER, DEFAULT_LANGUAGE_CODE, Dashboard, DeleteButtonIcon, DetailActionButtons, EMOTIONS, EditButtonIcon, EmailTemplateDetail, EmailTemplateList, EmptyDataAlert, ErrorHandler, FULL_DATE_RESULT, FaqList, InputFile as FileInput, GOOGLE_RECAPTCHA_KEY, GalleryList, INIT_AMPLITUDE_KEY_PROD, INIT_AMPLITUDE_KEY_STAGE, IS_USER_SESSION_BROWSER, Images, LANGUAGES, LICENSE_AGGRID, LinkEditButton, Loading, Login, MediaList, NOTIFICATION_ALERT_KEY, NOTIFICATION_CHANNEL, NotFound, NotificationList, NotificationLogoutModal, NotificationModal, QUESTION_TYPES, QUESTION_TYPES_OPTIONS, QuestionCategorySelector, QuestionTypeSelector, QuitPrompt, ReactNotification, RequiredLabel$1 as RequiredLabel, SANDBOX_NOTIFICATION, SUPPORTED_LANGUAGES_CODE, SandboxAlert, SchoolList, ScrollToTop, SearchBox$1 as SearchBox, SearchBoxContainer, SkillList, StarRatingSelector, SuggestionCategorySelector, TAB_COLORS, TINY_MCE_API_KEY, TheContent$1 as TheContent, TheLayout, ToggleButton, UploadFileButton, UserContainer, UserDetail, UserList, addTab, amplitudeClient, answerQuestion, answerQuestionDataPlayer, api, apiUpload, canAccess as canAccessRoute, changeNote, changeTags, clearTab, closeTab, debounce, editTab, editorConfig, firstCheckToken, generateRandomString, getCookieValue, getFileUrl, getInfo, getStaticFileUrl, getTextFromHTML, i18n, initAmplitude, isInViewport, isLocalhost, reset, setAlert, setAssessmentList, setAssignmentList, setAssistantList, setBadgeList, setBandScoreList, setCertificateList, setClassList, setConferenceRubricList, setConversationOneToOne, setCurrentStudentId, setCurrentStudentName, setCurrentStudentUserId, setCustomAlertList, setDataPlayer, setEditItemQuesion, setEnableIEP, setEnableMarioAi, setEnableSurvey, setFeedbackList, setFilterWidget, setGoalExampleList, setImproveMyClass, setLanguage, setLearningSupportCategoryList, setLoading, setMailCategory, setModal, setMoveItemQuestion, setMyStudent, setOpenModelCongratulation, setQuestionByCategory, setQuestionCateList, setQuestionList, setReflectionList, setReflectionResultList, setResetQuestionList, setSandboxMode, setSchoolBlankDayList, setSelectQuestion, setSemesterList, setSessionPlayer, setSessionTemplateGeneralClassList, setSessionTemplateList, setStartTime, setStrategyList, setStudentIdSelectedByTeacher, setStudentList, setSubjectList, setSuggestionList, setTurnOffPassWhenChangeMode, setTutorialScreenList, setUser, setUserList, setWeeklyQuestList, showFontSize, showMenuBar, store, systemCertificateUpload, systemStudentBadge, uploadFile, useFilters, useGalleryList, utcToLocalTime };
|
|
55585
|
+
export { ACCESS_TOKEN, ANSWER_EDITOR_HEIGHT, AcademicClassSelector, AddButton, BASE_URL, CHAT_CHANNEL, CategorySelector, CommonAlert, CommonHeader, CommonModal$1 as CommonModal, CreatableSelector, CustomPagination, CustomSelector, CustomTabs as CustomTab, DATE_FORMAT, DATE_RESULT, DEFAULT_FILTER, DEFAULT_LANGUAGE_CODE, Dashboard, DeleteButtonIcon, DetailActionButtons, EMOTIONS, EditButtonIcon, EmailTemplateDetail, EmailTemplateList, EmptyDataAlert, ErrorHandler, FULL_DATE_RESULT, FaqList, InputFile as FileInput, GOOGLE_RECAPTCHA_KEY, GalleryList, INIT_AMPLITUDE_KEY_PROD, INIT_AMPLITUDE_KEY_STAGE, IS_USER_SESSION_BROWSER, Images, LANGUAGES, LICENSE_AGGRID, LinkEditButton, Loading, Login, MediaList, NOTIFICATION_ALERT_KEY, NOTIFICATION_CHANNEL, NotFound, NotificationList, NotificationLogoutModal, NotificationModal, QUESTION_TYPES, QUESTION_TYPES_OPTIONS, QuestionCategorySelector, QuestionTypeSelector, QuitPrompt, ReactNotification, RequiredLabel$1 as RequiredLabel, SANDBOX_NOTIFICATION, SUPPORTED_LANGUAGES_CODE, SandboxAlert, SchoolList, ScrollToTop, SearchBox$1 as SearchBox, SearchBoxContainer, SkillList, StarRatingSelector, SuggestionCategorySelector, TAB_COLORS, TINY_MCE_API_KEY, TheContent$1 as TheContent, TheLayout, ToggleButton, UploadFileButton, UserContainer, UserDetail, UserList, addTab, amplitudeClient, answerQuestion, answerQuestionDataPlayer, api, apiUpload, canAccess as canAccessRoute, changeNote, changeTags, clearTab, closeTab, debounce, editTab, editorConfig, firstCheckToken, generateRandomString, getCookieValue, getFileUrl, getInfo, getStaticFileUrl, getTextFromHTML, i18n, initAmplitude, isInViewport, isLocalhost, reset, setAlert, setAssessmentList, setAssignmentList, setAssistantList, setBadgeList, setBandScoreList, setCertificateList, setClassList, setConferenceRubricList, setConversationOneToOne, setCurrentStudentId, setCurrentStudentName, setCurrentStudentUserId, setCustomAlertList, setDataPlayer, setEditItemQuesion, setEnableIEP, setEnableMarioAi, setEnableSurvey, setEnableWellBeing, setFeedbackList, setFilterWidget, setGoalExampleList, setImproveMyClass, setLanguage, setLearningSupportCategoryList, setLoading, setMailCategory, setModal, setMoveItemQuestion, setMyStudent, setOpenModelCongratulation, setQuestionByCategory, setQuestionCateList, setQuestionList, setReflectionList, setReflectionResultList, setResetQuestionList, setSandboxMode, setSchoolBlankDayList, setSelectQuestion, setSemesterList, setSessionPlayer, setSessionTemplateGeneralClassList, setSessionTemplateList, setStartTime, setStrategyList, setStudentIdSelectedByTeacher, setStudentList, setSubjectList, setSuggestionList, setTurnOffPassWhenChangeMode, setTutorialScreenList, setUser, setUserList, setWeeklyQuestList, showFontSize, showMenuBar, store, systemCertificateUpload, systemStudentBadge, uploadFile, useFilters, useGalleryList, utcToLocalTime };
|
|
54880
55586
|
//# sourceMappingURL=index.modern.js.map
|