mario-core 2.9.237-layout → 2.9.238-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.
@@ -5,9 +5,10 @@ export { I18nextProvider, useTranslation } from 'react-i18next';
5
5
  import React, { useState, useCallback, useEffect, forwardRef, useRef, Suspense, memo, Fragment, useImperativeHandle, useMemo } from 'react';
6
6
  import { Input, Modal, ModalHeader, ModalBody, ModalFooter, Button, Row, Col, Form, FormGroup, Navbar, NavbarBrand, Collapse, Nav, NavItem, NavLink, Dropdown, DropdownToggle, DropdownMenu, DropdownItem, Alert, Pagination, PaginationItem, PaginationLink, Table, Label, Popover, PopoverBody, TabContent, TabPane, CardText, CustomInput, Card, CardImg, CardBody, CardTitle, CardHeader } from 'reactstrap';
7
7
  import { useHistory, Link, useLocation, Switch, Route, Prompt, useParams } from 'react-router-dom';
8
+ import { useDispatch, useSelector } from 'react-redux';
8
9
  import { Formik } from 'formik';
9
10
  import { object, string, boolean, number, array } from 'yup';
10
- import { useDispatch, useSelector } from 'react-redux';
11
+ import { LogLevel, PublicClientApplication } from '@azure/msal-browser';
11
12
  import { createAction, createReducer, configureStore } from '@reduxjs/toolkit';
12
13
  import axios from 'axios';
13
14
  import amplitude from 'amplitude-js';
@@ -92,7 +93,7 @@ var age = "Age";
92
93
  var role = "Role";
93
94
  var active_status = "Active status";
94
95
  var action = "Action";
95
- var Active = "Active";
96
+ var active = "Active";
96
97
  var inactive = "Inactive";
97
98
  var create = "Create";
98
99
  var update = "Update";
@@ -115,6 +116,7 @@ var edit_question = "Edit question";
115
116
  var question_type = "Question Type";
116
117
  var category = "Category";
117
118
  var sub_category = "Sub Category";
119
+ var question_text = "Question text";
118
120
  var text = "Text";
119
121
  var is_default_question_for_one_to_one = "Is default question for one-to-one";
120
122
  var default_question_for_students_or_teachers = "Default question for students or teachers";
@@ -447,7 +449,7 @@ var impact_score = "Impact Score";
447
449
  var iep = "IEP";
448
450
  var creator = "Creator";
449
451
  var last_modify = "Last Modify";
450
- var Modify = "Modify";
452
+ var modify = "Modify";
451
453
  var student_reflections = "Student Reflections";
452
454
  var external_reflection = "External Reflection";
453
455
  var external_class_reflection = "External Class Reflection";
@@ -494,7 +496,7 @@ var transition_planning_content = "Beginning no later than a student’s 16th bi
494
496
  var present_levels = "Present Levels";
495
497
  var present_levels_content = "How is the child currently doing in school? How does the disability affect his or her performance in class? This type of information is captured in the “present levels” statement in the IEP.";
496
498
  var signatures = "Signatures";
497
- var iep_old_version_and_diagnostic_docs = "IEP old version and diagnostic docs";
499
+ var iep_old_versionf_and_diagnostic_docs = "IEP old version and diagnostic docs";
498
500
  var upload_file = "Upload File";
499
501
  var add_interest = "Add Interest";
500
502
  var upload_image = "Upload Image";
@@ -551,6 +553,7 @@ var external = "EXTERNAL";
551
553
  var student_survey = "Student Survey";
552
554
  var view_survey = "VIEW SURVEY";
553
555
  var create_a_survey = "Create a survey";
556
+ var survey_from = "Survey from";
554
557
  var review = "Review";
555
558
  var publish_survey = "Publish survey";
556
559
  var total_surveys = "Total Surveys";
@@ -646,7 +649,6 @@ var learning_process = "Learning Process";
646
649
  var survey_dashboard = "Survey Dashboard";
647
650
  var response_rate = "Response Rate";
648
651
  var top_5_most_survey_used = "Top 5 Survey's Used";
649
- var survey_from = "Survey from";
650
652
  var question_intervention = "Question Intervention";
651
653
  var student_pressure = "Student Pressure";
652
654
  var overall_readiness_to_learn = "Overall Readiness to Learn";
@@ -667,7 +669,7 @@ var marked_themselves_as_unsafe = "marked themselves as unsafe.";
667
669
  var of_students_are_highly_stressed = "of students are highly stressed.";
668
670
  var flagged_with_high_stress = "flagged with high stress.";
669
671
  var select_a_student_to_see_their_profile_and_learning_plan = "Select a student to see their profile and learning plan";
670
- 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";
672
+ 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";
671
673
  var start = "start";
672
674
  var teacher_reflection = "Teacher Reflection";
673
675
  var notes = "Notes";
@@ -695,7 +697,7 @@ var this_student_does_nt_have_missing_check_in = "This student doesn’t have mi
695
697
  var no_student_missing_weekly_check_in = "No student missing weekly check in";
696
698
  var start_1_1_conversation = "Start 1-1 Conversation";
697
699
  var select_a_teacher_and_start_a_check_in = "Select a teacher and start a check in";
698
- var this_weeks_check_ins = "This week's check ins";
700
+ var this_weeks_check_ins = "This week's check Ins";
699
701
  var this_weeks_1_1s = "This week's 1-1s";
700
702
  var this_student_does_nt_have_1_1_in_this_week = "This student doesn’t have 1-1 in this week";
701
703
  var this_student_does_nt_have_check_in_in_this_week = "This student doesn’t have check in in this week";
@@ -720,6 +722,7 @@ var created_by = "Created by";
720
722
  var responses_distribution = "Responses Distribution";
721
723
  var ratings_of_questions = "Ratings of Questions";
722
724
  var show_results_for = "Show results for";
725
+ var responses_and_response_rates_per_question = "Responses and Response Rates Per Question";
723
726
  var view_list_of_students = "View List of Students";
724
727
  var view_list_of_responses = "View List of Response";
725
728
  var number_of_responses = "Number of Responses";
@@ -750,7 +753,7 @@ var how_many_times_a_strategy_has_been_chosen = "How many times a strategy has b
750
753
  var these_metrics_come_from_students_check_ins_filter_above_to_change_the_data_set = "These metrics come from students' check ins. Filter above to change the data set";
751
754
  var not_yet_started = "Not yet started";
752
755
  var in_progress = "In progress";
753
- var export_check_ins_to_csv = "Export Check ins to CSV";
756
+ var export_check_ins_to_csv = "Export Check Ins to CSV";
754
757
  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";
755
758
  var please_save_first = "Please save first";
756
759
  var print_date = "Print date";
@@ -779,10 +782,9 @@ var start_reflection = "Start Reflection";
779
782
  var customize_reflection = "Customize Reflection";
780
783
  var include_section_you_want_to_appear = "Include section you want to appear";
781
784
  var time_of_day = "Time of Day";
785
+ var iep_template = "IEP Template";
782
786
  var one_roster = "OneRoster";
783
787
  var sandbox = "Sandbox";
784
- var well_being = "Well-being";
785
- var self_efficacy = "Self-Efficacy";
786
788
  var information_roster_sourced_id_full_name_email = "Information Roster (Sourced Id / Full name / Email)";
787
789
  var sync_roster_users = "Sync Roster users";
788
790
  var export_to_csv = "Export to CSV";
@@ -796,10 +798,12 @@ var order = "Order";
796
798
  var user_for = "User for";
797
799
  var question_category = "Question Category";
798
800
  var template_survey = "Template Survey";
799
- var is_intervention = "Is intervention";
801
+ var total_of_category = "Total of category";
800
802
  var create_template = "Create template";
801
803
  var number_of_question = "Number of question";
802
804
  var mandatory = "Mandatory";
805
+ var well_being = "well-being";
806
+ var self_efficacy = "self-efficacy";
803
807
  var no_question_to_display = "No question to display";
804
808
  var privacy_policy = "Privacy Policy";
805
809
  var profile = "Profile";
@@ -854,7 +858,7 @@ var unmotivated = "Unmotivated";
854
858
  var comfort = "Comfort";
855
859
  var stretch = "Stretch";
856
860
  var strain = "Strain";
857
- var overwhelmed_overwhelmed = "OVERWHELMEDOverwhelmed";
861
+ var overwhelmed = "OVERWHELMED";
858
862
  var edit_student_profile = "Edit student profile";
859
863
  var teacher = "teacher";
860
864
  var created = "created";
@@ -944,7 +948,6 @@ var what_do_you_want_to_do_differently = "What do you want to do differently?";
944
948
  var to_do = "To Do";
945
949
  var my_class_reflections = "My Class Reflections";
946
950
  var send_reflection = "Send reflection";
947
- var iep_template = "IEP Template";
948
951
  var type_2_characters_to_search = "Type 2 characters to search";
949
952
  var create_time = "Create time";
950
953
  var do_you_want_to_remove_this_user = "Do you want to remove this user?";
@@ -956,7 +959,6 @@ var choose_file = "Choose file";
956
959
  var do_you_want_to_remove_this_question = "Do you want to remove this question?";
957
960
  var select = "Select";
958
961
  var do_you_want_to_remove_this_category = "Do you want to remove this category?";
959
- var total_of_category = "Total of category";
960
962
  var total_of_templates = "Total of templates";
961
963
  var template_name = "Template name";
962
964
  var category_name = "Category name";
@@ -1682,7 +1684,7 @@ var not_likely_at_all = "Not likely at all";
1682
1684
  var extremely_likely = "Extremely likely";
1683
1685
  var uwcsea_sg_climate_survey_connections_with_adults_and_peers = "UWCSEA-SG Climate Survey: Connections with Adults & Peers";
1684
1686
  var uwcsea_sg_climate_survey_do_you_need_some_extra_help_or_support = "UWCSEA-SG Climate Survey: Do you need some extra help or support?";
1685
- var uwcsea_sg_climate_survey_my_health_and_wellbeing = "UWCSEA-SG Climate Survey: My Health and Well-being";
1687
+ var uwcsea_sg_climate_survey_my_health_and_wellbeing = "UWCSEA-SG Climate Survey: My Health and Wellbeing";
1686
1688
  var uwcsea_sg_climate_survey_open_ended_questions = "UWCSEA-SG Climate Survey: Open Ended Questions";
1687
1689
  var uwcsea_sg_climate_suvey_holistic_learning_experiences = "UWCSEA-SG Climate Suvey: Holistic Learning Experiences";
1688
1690
  var import_email_by_csv = "Import email by csv";
@@ -1842,15 +1844,13 @@ var accommodation_set = "Accommodation Set";
1842
1844
  var add_new_accommodation = "Add new accommodation";
1843
1845
  var print_my_accommodations = "Print my accommodations";
1844
1846
  var my_learning_progress = "My Learning Progress";
1845
- var responses_and_response_rates_per_question = "Responses and Response Rates Per Question";
1847
+ var weekly_quests = "Weekly quests";
1846
1848
  var responses_comparisons = "Responses Comparisons";
1847
1849
  var dropdown_and_verbal_questions_responses = "Dropdown and Verbal Questions Responses";
1848
1850
  var mario_tools = "MARIO TOOLS";
1849
1851
  var customize = "Customize";
1850
1852
  var techical_settings = "Technical Settings";
1851
1853
  var data_import_export = "Data Import/Export";
1852
- var question_text = "Question text";
1853
- var weekly_quests = "Weekly quests";
1854
1854
  var inactive_students = "Inactive Students";
1855
1855
  var admin_general_tips = "Admin General Tips";
1856
1856
  var school_usage = "School Usage";
@@ -1954,7 +1954,7 @@ var my_current_PLP = "My current PLP";
1954
1954
  var view_PLP = "View PLP";
1955
1955
  var current_accommodation = "Current accommodation";
1956
1956
  var goal_date = "Goal Date";
1957
- var you_havent_added_any_academic_milestones_yet = "You haven't added any academic milestones yet";
1957
+ var you_havent_added_any_item_yet = "You haven't added any {{item}} yet";
1958
1958
  var passing_date = "Passing Date";
1959
1959
  var college = "College";
1960
1960
  var visit = "Visit";
@@ -1968,6 +1968,24 @@ var resources = "resources";
1968
1968
  var essay = "essay";
1969
1969
  var essays = "essays";
1970
1970
  var plans = "plans";
1971
+ var total_of = "Total of";
1972
+ var diagnostic_survey = "diagnostic survey";
1973
+ var selected_questions = "Selected Questions";
1974
+ var available_questions = "Available questions";
1975
+ var are_you_sure_you_want_to_inactive_students = "Are you sure you want to inactive {{number}} students?";
1976
+ var data_for_the_last_month = "Data for the last month";
1977
+ var number_of_questions = "Number of questions";
1978
+ var no_item_to_display = "No {{item}} to display";
1979
+ var template = "template";
1980
+ var assessment = "assessment";
1981
+ var assignment_result = "assignment result";
1982
+ var certificate = "certificate";
1983
+ var learning_support_category = "Learning support category";
1984
+ var feedback = "feedback";
1985
+ var suggestion = "suggestion";
1986
+ var tutorial_screen = "tutorial screen";
1987
+ var reflection_forms = "reflection forms";
1988
+ var select_question_to_add = "Select question to add";
1971
1989
  var lang_us = {
1972
1990
  dashboard: dashboard,
1973
1991
  user: user,
@@ -1984,7 +2002,7 @@ var lang_us = {
1984
2002
  hey: hey,
1985
2003
  readiness_to_learn: readiness_to_learn,
1986
2004
  high_impact_learning_strategies: high_impact_learning_strategies,
1987
- "1_to_1": "1 To 1",
2005
+ "1_to_1": "1 to 1",
1988
2006
  check_in: check_in,
1989
2007
  check_ins: check_ins,
1990
2008
  reflection: reflection,
@@ -2025,7 +2043,7 @@ var lang_us = {
2025
2043
  role: role,
2026
2044
  active_status: active_status,
2027
2045
  action: action,
2028
- Active: Active,
2046
+ active: active,
2029
2047
  inactive: inactive,
2030
2048
  create: create,
2031
2049
  update: update,
@@ -2048,7 +2066,7 @@ var lang_us = {
2048
2066
  question_type: question_type,
2049
2067
  category: category,
2050
2068
  sub_category: sub_category,
2051
- "Question text": "Question text",
2069
+ question_text: question_text,
2052
2070
  text: text,
2053
2071
  is_default_question_for_one_to_one: is_default_question_for_one_to_one,
2054
2072
  default_question_for_students_or_teachers: default_question_for_students_or_teachers,
@@ -2385,7 +2403,7 @@ var lang_us = {
2385
2403
  "1_to_1_conversation": "1-to-1 Conversation",
2386
2404
  creator: creator,
2387
2405
  last_modify: last_modify,
2388
- Modify: Modify,
2406
+ modify: modify,
2389
2407
  student_reflections: student_reflections,
2390
2408
  external_reflection: external_reflection,
2391
2409
  external_class_reflection: external_class_reflection,
@@ -2432,7 +2450,7 @@ var lang_us = {
2432
2450
  present_levels: present_levels,
2433
2451
  present_levels_content: present_levels_content,
2434
2452
  signatures: signatures,
2435
- iep_old_version_and_diagnostic_docs: iep_old_version_and_diagnostic_docs,
2453
+ iep_old_versionf_and_diagnostic_docs: iep_old_versionf_and_diagnostic_docs,
2436
2454
  upload_file: upload_file,
2437
2455
  add_interest: add_interest,
2438
2456
  upload_image: upload_image,
@@ -2489,6 +2507,7 @@ var lang_us = {
2489
2507
  student_survey: student_survey,
2490
2508
  view_survey: view_survey,
2491
2509
  create_a_survey: create_a_survey,
2510
+ survey_from: survey_from,
2492
2511
  review: review,
2493
2512
  publish_survey: publish_survey,
2494
2513
  total_surveys: total_surveys,
@@ -2585,7 +2604,6 @@ var lang_us = {
2585
2604
  survey_dashboard: survey_dashboard,
2586
2605
  response_rate: response_rate,
2587
2606
  top_5_most_survey_used: top_5_most_survey_used,
2588
- survey_from: survey_from,
2589
2607
  question_intervention: question_intervention,
2590
2608
  student_pressure: student_pressure,
2591
2609
  overall_readiness_to_learn: overall_readiness_to_learn,
@@ -2664,6 +2682,7 @@ var lang_us = {
2664
2682
  responses_distribution: responses_distribution,
2665
2683
  ratings_of_questions: ratings_of_questions,
2666
2684
  show_results_for: show_results_for,
2685
+ responses_and_response_rates_per_question: responses_and_response_rates_per_question,
2667
2686
  view_list_of_students: view_list_of_students,
2668
2687
  view_list_of_responses: view_list_of_responses,
2669
2688
  number_of_responses: number_of_responses,
@@ -2725,10 +2744,11 @@ var lang_us = {
2725
2744
  customize_reflection: customize_reflection,
2726
2745
  include_section_you_want_to_appear: include_section_you_want_to_appear,
2727
2746
  time_of_day: time_of_day,
2747
+ iep_template: iep_template,
2728
2748
  one_roster: one_roster,
2729
2749
  sandbox: sandbox,
2730
- well_being: well_being,
2731
- self_efficacy: self_efficacy,
2750
+ "well-being": "Well-being",
2751
+ "self-efficacy": "Self-Efficacy",
2732
2752
  information_roster_sourced_id_full_name_email: information_roster_sourced_id_full_name_email,
2733
2753
  sync_roster_users: sync_roster_users,
2734
2754
  export_to_csv: export_to_csv,
@@ -2742,10 +2762,12 @@ var lang_us = {
2742
2762
  user_for: user_for,
2743
2763
  question_category: question_category,
2744
2764
  template_survey: template_survey,
2745
- is_intervention: is_intervention,
2765
+ total_of_category: total_of_category,
2746
2766
  create_template: create_template,
2747
2767
  number_of_question: number_of_question,
2748
2768
  mandatory: mandatory,
2769
+ well_being: well_being,
2770
+ self_efficacy: self_efficacy,
2749
2771
  no_question_to_display: no_question_to_display,
2750
2772
  privacy_policy: privacy_policy,
2751
2773
  profile: profile,
@@ -2801,7 +2823,7 @@ var lang_us = {
2801
2823
  comfort: comfort,
2802
2824
  stretch: stretch,
2803
2825
  strain: strain,
2804
- overwhelmed_overwhelmed: overwhelmed_overwhelmed,
2826
+ overwhelmed: overwhelmed,
2805
2827
  edit_student_profile: edit_student_profile,
2806
2828
  teacher: teacher,
2807
2829
  created: created,
@@ -2891,7 +2913,6 @@ var lang_us = {
2891
2913
  to_do: to_do,
2892
2914
  my_class_reflections: my_class_reflections,
2893
2915
  send_reflection: send_reflection,
2894
- iep_template: iep_template,
2895
2916
  type_2_characters_to_search: type_2_characters_to_search,
2896
2917
  create_time: create_time,
2897
2918
  do_you_want_to_remove_this_user: do_you_want_to_remove_this_user,
@@ -2903,7 +2924,6 @@ var lang_us = {
2903
2924
  do_you_want_to_remove_this_question: do_you_want_to_remove_this_question,
2904
2925
  select: select,
2905
2926
  do_you_want_to_remove_this_category: do_you_want_to_remove_this_category,
2906
- total_of_category: total_of_category,
2907
2927
  total_of_templates: total_of_templates,
2908
2928
  template_name: template_name,
2909
2929
  category_name: category_name,
@@ -3793,15 +3813,13 @@ var lang_us = {
3793
3813
  my_learning_progress: my_learning_progress,
3794
3814
  "here_your_teacher_can_edit_or_add_your_accommodation_details._please_note_that_you_can_view_the_information,_but_for_any_edits_or_additions,_kindly_contact_your_teacher_directly.": "Here your teacher can edit or add your accommodation details. Please note that you can view the information, but for any edits or additions, kindly contact your teacher directly.",
3795
3815
  "this_is_a_brand_new_beta_version_for_your_personal_learning_journey._you_can_think_about_what_you_want_like_to_do_and_how_you_like_to_learn._we_advise_you_to_do_it_gradually_per_section_and_visit_it_once_a_month.": "This is a brand new beta version for your personal learning journey. You can think about what you want like to do and how you like to learn. We advise you to do it gradually per section and visit it once a month.",
3796
- responses_and_response_rates_per_question: responses_and_response_rates_per_question,
3816
+ weekly_quests: weekly_quests,
3797
3817
  responses_comparisons: responses_comparisons,
3798
3818
  dropdown_and_verbal_questions_responses: dropdown_and_verbal_questions_responses,
3799
3819
  mario_tools: mario_tools,
3800
3820
  customize: customize,
3801
3821
  techical_settings: techical_settings,
3802
3822
  data_import_export: data_import_export,
3803
- question_text: question_text,
3804
- weekly_quests: weekly_quests,
3805
3823
  inactive_students: inactive_students,
3806
3824
  admin_general_tips: admin_general_tips,
3807
3825
  school_usage: school_usage,
@@ -3921,7 +3939,7 @@ var lang_us = {
3921
3939
  view_PLP: view_PLP,
3922
3940
  current_accommodation: current_accommodation,
3923
3941
  goal_date: goal_date,
3924
- you_havent_added_any_academic_milestones_yet: you_havent_added_any_academic_milestones_yet,
3942
+ you_havent_added_any_item_yet: you_havent_added_any_item_yet,
3925
3943
  passing_date: passing_date,
3926
3944
  college: college,
3927
3945
  visit: visit,
@@ -3934,7 +3952,25 @@ var lang_us = {
3934
3952
  resources: resources,
3935
3953
  essay: essay,
3936
3954
  essays: essays,
3937
- plans: plans
3955
+ plans: plans,
3956
+ total_of: total_of,
3957
+ diagnostic_survey: diagnostic_survey,
3958
+ selected_questions: selected_questions,
3959
+ available_questions: available_questions,
3960
+ are_you_sure_you_want_to_inactive_students: are_you_sure_you_want_to_inactive_students,
3961
+ data_for_the_last_month: data_for_the_last_month,
3962
+ number_of_questions: number_of_questions,
3963
+ no_item_to_display: no_item_to_display,
3964
+ template: template,
3965
+ assessment: assessment,
3966
+ assignment_result: assignment_result,
3967
+ certificate: certificate,
3968
+ learning_support_category: learning_support_category,
3969
+ feedback: feedback,
3970
+ suggestion: suggestion,
3971
+ tutorial_screen: tutorial_screen,
3972
+ reflection_forms: reflection_forms,
3973
+ select_question_to_add: select_question_to_add
3938
3974
  };
3939
3975
 
3940
3976
  var dashboard$1 = "Dashboard";
@@ -3992,7 +4028,7 @@ var age$1 = "Age";
3992
4028
  var role$1 = "Role";
3993
4029
  var active_status$1 = "Active status";
3994
4030
  var action$1 = "Action";
3995
- var active = "Active";
4031
+ var active$1 = "Active";
3996
4032
  var inactive$1 = "Inactive";
3997
4033
  var create$1 = "Create";
3998
4034
  var update$1 = "Update";
@@ -4348,7 +4384,7 @@ var impact_score$1 = "Impact Score";
4348
4384
  var iep$1 = "IEP";
4349
4385
  var creator$1 = "Creator";
4350
4386
  var last_modify$1 = "Last Modify";
4351
- var modify = "Modify";
4387
+ var modify$1 = "Modify";
4352
4388
  var student_reflections$1 = "Student Reflections";
4353
4389
  var external_reflection$1 = "External Reflection";
4354
4390
  var external_class_reflection$1 = "External Class Reflection";
@@ -4395,7 +4431,7 @@ var transition_planning_content$1 = "Beginning no later than a student’s 16th
4395
4431
  var present_levels$1 = "Present Levels";
4396
4432
  var present_levels_content$1 = "How is the child currently doing in school? How does the disability affect his or her performance in class? This type of information is captured in the “present levels” statement in the IEP.";
4397
4433
  var signatures$1 = "Signatures";
4398
- var iep_old_versionf_and_diagnostic_docs = "IEP old version and diagnostic docs";
4434
+ var iep_old_versionf_and_diagnostic_docs$1 = "IEP old version and diagnostic docs";
4399
4435
  var upload_file$1 = "Upload File";
4400
4436
  var add_interest$1 = "Add Interest";
4401
4437
  var upload_image$1 = "Upload Image";
@@ -4487,6 +4523,7 @@ var do_you_want_to_share_a_survey_to_teachers$1 = "Do you want to share a survey
4487
4523
  var you_can_share_this_survey_to_teachers_to_get_more_insight_about_your_student$1 = "You can share this survey to teachers to get more insight about your student.";
4488
4524
  var skip$1 = "skip";
4489
4525
  var survey_questions$1 = "Survey questions";
4526
+ var weekly_quests$1 = "Weekly quests";
4490
4527
  var add_survey_question$1 = "Add Survey Question";
4491
4528
  var additional_question$1 = "Additional Question";
4492
4529
  var add_additional_question$1 = "Add additional question";
@@ -4757,7 +4794,7 @@ var unmotivated$1 = "Unmotivated";
4757
4794
  var comfort$1 = "Comfort";
4758
4795
  var stretch$1 = "Stretch";
4759
4796
  var strain$1 = "Strain";
4760
- var overwhelmed = "OVERWHELMED";
4797
+ var overwhelmed$1 = "OVERWHELMED";
4761
4798
  var edit_student_profile$1 = "Edit student profile";
4762
4799
  var teacher$1 = "teacher";
4763
4800
  var created$1 = "created";
@@ -5743,13 +5780,13 @@ var accommodation_set$1 = "Accommodation Set";
5743
5780
  var add_new_accommodation$1 = "Add new accommodation";
5744
5781
  var print_my_accommodations$1 = "Print my accommodations";
5745
5782
  var my_learning_progress$1 = "My Learning Progress";
5783
+ var inactive_students$1 = "Inactive Students";
5746
5784
  var responses_comparisons$1 = "Responses Comparisons";
5747
5785
  var dropdown_and_verbal_questions_responses$1 = "Dropdown and Verbal Questions Responses";
5748
5786
  var mario_tools$1 = "MARIO TOOLS";
5749
5787
  var customize$1 = "Customize";
5750
5788
  var techical_settings$1 = "Technical Settings";
5751
5789
  var data_import_export$1 = "Data Import/Export";
5752
- var inactive_students$1 = "Inactive Students";
5753
5790
  var admin_general_tips$1 = "Admin General Tips";
5754
5791
  var school_usage$1 = "School Usage";
5755
5792
  var total_conversations_time$1 = "Total Conversations Time";
@@ -5852,7 +5889,7 @@ var my_current_PLP$1 = "My current PLP";
5852
5889
  var view_PLP$1 = "View PLP";
5853
5890
  var current_accommodation$1 = "Current accommodation";
5854
5891
  var goal_date$1 = "Goal Date";
5855
- var you_havent_added_any_item_yet = "You haven't added any {{item}} yet";
5892
+ var you_havent_added_any_item_yet$1 = "You haven't added any {{item}} yet";
5856
5893
  var passing_date$1 = "Passing Date";
5857
5894
  var college$1 = "College";
5858
5895
  var visit$1 = "Visit";
@@ -5866,6 +5903,24 @@ var resources$1 = "resources";
5866
5903
  var essay$1 = "essay";
5867
5904
  var essays$1 = "essays";
5868
5905
  var plans$1 = "plans";
5906
+ var total_of$1 = "Total of";
5907
+ var diagnostic_survey$1 = "diagnostic survey";
5908
+ var selected_questions$1 = "Selected Questions";
5909
+ var available_questions$1 = "Available questions";
5910
+ var are_you_sure_you_want_to_inactive_students$1 = "Are you sure you want to inactive {{number}} students?";
5911
+ var data_for_the_last_month$1 = "Data for the last month";
5912
+ var number_of_questions$1 = "Number of questions";
5913
+ var no_item_to_display$1 = "No {{item}} to display";
5914
+ var template$1 = "template";
5915
+ var assessment$1 = "assessment";
5916
+ var assignment_result$1 = "assignment result";
5917
+ var certificate$1 = "certificate";
5918
+ var learning_support_category$1 = "Learning support category";
5919
+ var feedback$1 = "feedback";
5920
+ var suggestion$1 = "suggestion";
5921
+ var tutorial_screen$1 = "tutorial screen";
5922
+ var reflection_forms$1 = "reflection forms";
5923
+ var select_question_to_add$1 = "Select question to add";
5869
5924
  var lang_uk = {
5870
5925
  dashboard: dashboard$1,
5871
5926
  user: user$1,
@@ -5923,7 +5978,7 @@ var lang_uk = {
5923
5978
  role: role$1,
5924
5979
  active_status: active_status$1,
5925
5980
  action: action$1,
5926
- active: active,
5981
+ active: active$1,
5927
5982
  inactive: inactive$1,
5928
5983
  create: create$1,
5929
5984
  update: update$1,
@@ -6283,7 +6338,7 @@ var lang_uk = {
6283
6338
  "1_to_1_conversation": "1-to-1 Conversation",
6284
6339
  creator: creator$1,
6285
6340
  last_modify: last_modify$1,
6286
- modify: modify,
6341
+ modify: modify$1,
6287
6342
  student_reflections: student_reflections$1,
6288
6343
  external_reflection: external_reflection$1,
6289
6344
  external_class_reflection: external_class_reflection$1,
@@ -6330,7 +6385,7 @@ var lang_uk = {
6330
6385
  present_levels: present_levels$1,
6331
6386
  present_levels_content: present_levels_content$1,
6332
6387
  signatures: signatures$1,
6333
- iep_old_versionf_and_diagnostic_docs: iep_old_versionf_and_diagnostic_docs,
6388
+ iep_old_versionf_and_diagnostic_docs: iep_old_versionf_and_diagnostic_docs$1,
6334
6389
  upload_file: upload_file$1,
6335
6390
  add_interest: add_interest$1,
6336
6391
  upload_image: upload_image$1,
@@ -6423,6 +6478,7 @@ var lang_uk = {
6423
6478
  you_can_share_this_survey_to_teachers_to_get_more_insight_about_your_student: you_can_share_this_survey_to_teachers_to_get_more_insight_about_your_student$1,
6424
6479
  skip: skip$1,
6425
6480
  survey_questions: survey_questions$1,
6481
+ weekly_quests: weekly_quests$1,
6426
6482
  add_survey_question: add_survey_question$1,
6427
6483
  additional_question: additional_question$1,
6428
6484
  add_additional_question: add_additional_question$1,
@@ -6703,7 +6759,7 @@ var lang_uk = {
6703
6759
  comfort: comfort$1,
6704
6760
  stretch: stretch$1,
6705
6761
  strain: strain$1,
6706
- overwhelmed: overwhelmed,
6762
+ overwhelmed: overwhelmed$1,
6707
6763
  edit_student_profile: edit_student_profile$1,
6708
6764
  teacher: teacher$1,
6709
6765
  created: created$1,
@@ -7692,6 +7748,7 @@ var lang_uk = {
7692
7748
  print_my_accommodations: print_my_accommodations$1,
7693
7749
  my_learning_progress: my_learning_progress$1,
7694
7750
  "here_your_teacher_can_edit_or_add_your_accommodation_details._please_note_that_you_can_view_the_information,_but_for_any_edits_or_additions,_kindly_contact_your_teacher_directly.": "Here your teacher can edit or add your accommodation details. Please note that you can view the information, but for any edits or additions, kindly contact your teacher directly.",
7751
+ inactive_students: inactive_students$1,
7695
7752
  "this_is_a_brand_new_beta_version_for_your_personal_learning_journey._you_can_think_about_what_you_want_like_to_do_and_how_you_like_to_learn._we_advise_you_to_do_it_gradually_per_section_and_visit_it_once_a_month.": "This is a brand new beta version for your personal learning journey. You can think about what you want like to do and how you like to learn. We advise you to do it gradually per section and visit it once a month.",
7696
7753
  responses_comparisons: responses_comparisons$1,
7697
7754
  dropdown_and_verbal_questions_responses: dropdown_and_verbal_questions_responses$1,
@@ -7699,7 +7756,6 @@ var lang_uk = {
7699
7756
  customize: customize$1,
7700
7757
  techical_settings: techical_settings$1,
7701
7758
  data_import_export: data_import_export$1,
7702
- inactive_students: inactive_students$1,
7703
7759
  admin_general_tips: admin_general_tips$1,
7704
7760
  school_usage: school_usage$1,
7705
7761
  total_conversations_time: total_conversations_time$1,
@@ -7818,7 +7874,7 @@ var lang_uk = {
7818
7874
  view_PLP: view_PLP$1,
7819
7875
  current_accommodation: current_accommodation$1,
7820
7876
  goal_date: goal_date$1,
7821
- you_havent_added_any_item_yet: you_havent_added_any_item_yet,
7877
+ you_havent_added_any_item_yet: you_havent_added_any_item_yet$1,
7822
7878
  passing_date: passing_date$1,
7823
7879
  college: college$1,
7824
7880
  visit: visit$1,
@@ -7831,7 +7887,25 @@ var lang_uk = {
7831
7887
  resources: resources$1,
7832
7888
  essay: essay$1,
7833
7889
  essays: essays$1,
7834
- plans: plans$1
7890
+ plans: plans$1,
7891
+ total_of: total_of$1,
7892
+ diagnostic_survey: diagnostic_survey$1,
7893
+ selected_questions: selected_questions$1,
7894
+ available_questions: available_questions$1,
7895
+ are_you_sure_you_want_to_inactive_students: are_you_sure_you_want_to_inactive_students$1,
7896
+ data_for_the_last_month: data_for_the_last_month$1,
7897
+ number_of_questions: number_of_questions$1,
7898
+ no_item_to_display: no_item_to_display$1,
7899
+ template: template$1,
7900
+ assessment: assessment$1,
7901
+ assignment_result: assignment_result$1,
7902
+ certificate: certificate$1,
7903
+ learning_support_category: learning_support_category$1,
7904
+ feedback: feedback$1,
7905
+ suggestion: suggestion$1,
7906
+ tutorial_screen: tutorial_screen$1,
7907
+ reflection_forms: reflection_forms$1,
7908
+ select_question_to_add: select_question_to_add$1
7835
7909
  };
7836
7910
 
7837
7911
  var dashboard$2 = "لوحة المعلومات";
@@ -7889,7 +7963,7 @@ var age$2 = "العمر";
7889
7963
  var role$2 = "الدور الوظيفي";
7890
7964
  var active_status$2 = "الحالة الفعالة";
7891
7965
  var action$2 = "الإجراء";
7892
- var active$1 = "فعال";
7966
+ var active$2 = "فعال";
7893
7967
  var inactive$2 = "غير فعال";
7894
7968
  var create$2 = "إنشاء ";
7895
7969
  var update$2 = "تحديث";
@@ -8237,7 +8311,7 @@ var impact_score$2 = "درجة التأثير ";
8237
8311
  var iep$2 = "برنامج التعليم الفردي";
8238
8312
  var creator$2 = "المصمم";
8239
8313
  var last_modify$2 = "آخر تعديل";
8240
- var modify$1 = "تعديل";
8314
+ var modify$2 = "تعديل";
8241
8315
  var student_reflections$2 = "أفكار الطالب";
8242
8316
  var external_reflection$2 = "الأفكار الخارجية";
8243
8317
  var external_class_reflection$2 = "الأفكار الصفية الخارجية";
@@ -8284,7 +8358,7 @@ var transition_planning_content$2 = "بدءًا من عمر السادسة عش
8284
8358
  var present_levels$2 = "المستويات الحالية";
8285
8359
  var present_levels_content$2 = "كيف حال الطفل حاليًا في المدرسة؟ كيف تؤثر الحالة الخاصة على أدائه في الفصل؟ يتم تضمين هذا النوع من المعلومات في بيان \"المستويات الحالية\" في برنامج التعليم الفردي.";
8286
8360
  var signatures$2 = "التواقيع";
8287
- var iep_old_versionf_and_diagnostic_docs$1 = "إصدار قديم من برنامج التعليم الفردي ومستندات التشخيص";
8361
+ var iep_old_versionf_and_diagnostic_docs$2 = "إصدار قديم من برنامج التعليم الفردي ومستندات التشخيص";
8288
8362
  var upload_file$2 = "تحميل الملف";
8289
8363
  var add_interest$2 = "إضافة جانب اهتمام";
8290
8364
  var upload_image$2 = "تحميل صورة";
@@ -8611,7 +8685,7 @@ var unmotivated$2 = "غير متحفز";
8611
8685
  var comfort$2 = "الراحة";
8612
8686
  var stretch$2 = "الاسترخاء";
8613
8687
  var strain$2 = "مُجهد";
8614
- var overwhelmed$1 = "مرهق";
8688
+ var overwhelmed$2 = "مرهق";
8615
8689
  var edit_student_profile$2 = "تعديل ملف الطالب";
8616
8690
  var teacher$2 = "المدرس";
8617
8691
  var created$2 = "تم إنشاؤه";
@@ -8733,7 +8807,7 @@ var user_for$2 = "مستخدم لـ";
8733
8807
  var do_you_want_to_remove_this_question$2 = "هل تريد إزالة هذا السؤال؟";
8734
8808
  var question_category$2 = "فئة السؤال ";
8735
8809
  var template_survey$2 = "قالب استطلاع الرأي";
8736
- var is_intervention$1 = "هو التدخل";
8810
+ var is_intervention = "هو التدخل";
8737
8811
  var select$2 = "اختيار";
8738
8812
  var select_category$2 = "اختر الفئة";
8739
8813
  var do_you_want_to_remove_this_category$2 = "هل تريد إزالة هذه الفئة؟";
@@ -9742,7 +9816,7 @@ var my_current_PLP$2 = "بلدي PLP الحالي";
9742
9816
  var view_PLP$2 = "عرض PLP";
9743
9817
  var current_accommodation$2 = "الإقامة الحالية";
9744
9818
  var goal_date$2 = "تاريخ الهدف";
9745
- var you_havent_added_any_academic_milestones_yet$1 = "لم تقم بإضافة أي إنجازات أكاديمية حتى الآن";
9819
+ var you_havent_added_any_item_yet$2 = "لم تقم بإضافة أي {{item}} حتى الآن";
9746
9820
  var passing_date$2 = "تاريخ المرور";
9747
9821
  var college$2 = "كلية";
9748
9822
  var visit$2 = "يزور";
@@ -9756,6 +9830,21 @@ var resources$2 = "موارد";
9756
9830
  var essay$2 = "مقال";
9757
9831
  var essays$2 = "مقالات";
9758
9832
  var plans$2 = "الخطط";
9833
+ var total_of$2 = "مجموع ال";
9834
+ var selected_questions$2 = "أسئلة مختارة";
9835
+ var diagnostic_survey$2 = "المسح التشخيصي";
9836
+ var available_questions$2 = "الأسئلة المتاحة";
9837
+ var are_you_sure_you_want_to_inactive_students$2 = "هل أنت متأكد أنك تريد {{number}} من الطلاب غير النشطين؟";
9838
+ var data_for_the_last_month$2 = "بيانات الشهر الماضي";
9839
+ var number_of_questions$2 = "عدد الأسئلة";
9840
+ var no_item_to_display$2 = "لا يوجد {{item}} للعرض";
9841
+ var template$2 = "نموذج";
9842
+ var assessment$2 = "تقدير";
9843
+ var certificate$2 = "شهادة";
9844
+ var assignment_result$2 = "نتيجة الاحالة";
9845
+ var learning_support_category$2 = "فئة دعم التعلم";
9846
+ var feedback$2 = "تعليق";
9847
+ var reflection_forms$2 = "أشكال الانعكاس";
9759
9848
  var lang_ar = {
9760
9849
  dashboard: dashboard$2,
9761
9850
  user: user$2,
@@ -9813,7 +9902,7 @@ var lang_ar = {
9813
9902
  role: role$2,
9814
9903
  active_status: active_status$2,
9815
9904
  action: action$2,
9816
- active: active$1,
9905
+ active: active$2,
9817
9906
  inactive: inactive$2,
9818
9907
  create: create$2,
9819
9908
  update: update$2,
@@ -10165,7 +10254,7 @@ var lang_ar = {
10165
10254
  "1_to_1_conversation": "محادثة تعلّم فردية",
10166
10255
  creator: creator$2,
10167
10256
  last_modify: last_modify$2,
10168
- modify: modify$1,
10257
+ modify: modify$2,
10169
10258
  student_reflections: student_reflections$2,
10170
10259
  external_reflection: external_reflection$2,
10171
10260
  external_class_reflection: external_class_reflection$2,
@@ -10212,7 +10301,7 @@ var lang_ar = {
10212
10301
  present_levels: present_levels$2,
10213
10302
  present_levels_content: present_levels_content$2,
10214
10303
  signatures: signatures$2,
10215
- iep_old_versionf_and_diagnostic_docs: iep_old_versionf_and_diagnostic_docs$1,
10304
+ iep_old_versionf_and_diagnostic_docs: iep_old_versionf_and_diagnostic_docs$2,
10216
10305
  upload_file: upload_file$2,
10217
10306
  add_interest: add_interest$2,
10218
10307
  upload_image: upload_image$2,
@@ -10547,7 +10636,7 @@ var lang_ar = {
10547
10636
  comfort: comfort$2,
10548
10637
  stretch: stretch$2,
10549
10638
  strain: strain$2,
10550
- overwhelmed: overwhelmed$1,
10639
+ overwhelmed: overwhelmed$2,
10551
10640
  edit_student_profile: edit_student_profile$2,
10552
10641
  teacher: teacher$2,
10553
10642
  created: created$2,
@@ -10669,7 +10758,7 @@ var lang_ar = {
10669
10758
  do_you_want_to_remove_this_question: do_you_want_to_remove_this_question$2,
10670
10759
  question_category: question_category$2,
10671
10760
  template_survey: template_survey$2,
10672
- is_intervention: is_intervention$1,
10761
+ is_intervention: is_intervention,
10673
10762
  select: select$2,
10674
10763
  select_category: select_category$2,
10675
10764
  do_you_want_to_remove_this_category: do_you_want_to_remove_this_category$2,
@@ -11698,7 +11787,7 @@ var lang_ar = {
11698
11787
  view_PLP: view_PLP$2,
11699
11788
  current_accommodation: current_accommodation$2,
11700
11789
  goal_date: goal_date$2,
11701
- you_havent_added_any_academic_milestones_yet: you_havent_added_any_academic_milestones_yet$1,
11790
+ you_havent_added_any_item_yet: you_havent_added_any_item_yet$2,
11702
11791
  passing_date: passing_date$2,
11703
11792
  college: college$2,
11704
11793
  visit: visit$2,
@@ -11711,7 +11800,22 @@ var lang_ar = {
11711
11800
  resources: resources$2,
11712
11801
  essay: essay$2,
11713
11802
  essays: essays$2,
11714
- plans: plans$2
11803
+ plans: plans$2,
11804
+ total_of: total_of$2,
11805
+ selected_questions: selected_questions$2,
11806
+ diagnostic_survey: diagnostic_survey$2,
11807
+ available_questions: available_questions$2,
11808
+ are_you_sure_you_want_to_inactive_students: are_you_sure_you_want_to_inactive_students$2,
11809
+ data_for_the_last_month: data_for_the_last_month$2,
11810
+ number_of_questions: number_of_questions$2,
11811
+ no_item_to_display: no_item_to_display$2,
11812
+ template: template$2,
11813
+ assessment: assessment$2,
11814
+ certificate: certificate$2,
11815
+ assignment_result: assignment_result$2,
11816
+ learning_support_category: learning_support_category$2,
11817
+ feedback: feedback$2,
11818
+ reflection_forms: reflection_forms$2
11715
11819
  };
11716
11820
 
11717
11821
  var dashboard$3 = "Panel de Control";
@@ -11768,7 +11872,7 @@ var age$3 = "Edad";
11768
11872
  var role$3 = "Role";
11769
11873
  var active_status$3 = "Estado activo";
11770
11874
  var action$3 = "Acción";
11771
- var Active$1 = "Activo";
11875
+ var Active = "Activo";
11772
11876
  var inactive$3 = "Inactivo";
11773
11877
  var create$3 = "Crear";
11774
11878
  var update$3 = "Actualizar";
@@ -12123,7 +12227,7 @@ var impact_score$3 = "Puntuación de impacto";
12123
12227
  var iep$3 = "PEI";
12124
12228
  var creator$3 = "Creador";
12125
12229
  var last_modify$3 = "Última modificación";
12126
- var Modify$1 = "Modificar";
12230
+ var Modify = "Modificar";
12127
12231
  var student_reflections$3 = "Reflexiones de los estudiantes";
12128
12232
  var external_reflection$3 = "Reflexión exterior";
12129
12233
  var external_class_reflection$3 = "Reflexión de clase externa";
@@ -12170,7 +12274,7 @@ var transition_planning_content$3 = "A partir del cumpleaños número 16 del est
12170
12274
  var present_levels$3 = "Niveles actuales";
12171
12275
  var present_levels_content$3 = "¿Cómo le está yendo al niño actualmente en la escuela? ¿Cómo afecta la discapacidad su desempeño en clase? Este tipo de información se captura en la declaración de niveles actuales\" en el IEP\".";
12172
12276
  var signatures$3 = "Firmas";
12173
- var iep_old_version_and_diagnostic_docs$1 = "Versión anterior del IEP y documentos de diagnóstico";
12277
+ var iep_old_version_and_diagnostic_docs = "Versión anterior del IEP y documentos de diagnóstico";
12174
12278
  var upload_file$3 = "Subir archivo";
12175
12279
  var add_interest$3 = "Agregar interés";
12176
12280
  var upload_image$3 = "Cargar imagen";
@@ -12420,8 +12524,6 @@ var performance$4 = "Actuación";
12420
12524
  var not_enough_challenge_leading_to_boredom_and_lack_of_interest$3 = "No hay suficientes desafíos lo que lleva al aburrimiento y la falta de interés.";
12421
12525
  var calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best$3 = "Tranquilo y relajado pero no hay suficiente motivación para dar lo mejor de mí.";
12422
12526
  var manageable_levels_of_stress_allowing_me_to_perform_at_my_best$3 = "Niveles manejables de estrés que me permiten rendir al máximo.";
12423
- var still_in_control_but_starting_to_feel_the_pressure$3 = "Aún tengo el control pero empiezo a sentir la presión.";
12424
- var too_much_pressure_and_really_struggling_to_manage_my_workload$3 = "Demasiada presión y muchas dificultades para gestionar mi carga de trabajo.";
12425
12527
  var import_emails_by_csv$3 = "Importar correo electrónico por csv";
12426
12528
  var request_number$3 = "Número de solicitud";
12427
12529
  var select_or_input_class_type$3 = "Seleccione o ingrese el tipo de clase";
@@ -12447,7 +12549,7 @@ var order$3 = "Orden";
12447
12549
  var user_for$3 = "Usuario para";
12448
12550
  var question_category$3 = "Categoría de preguntas";
12449
12551
  var template_survey$3 = "Plantilla de encuesta";
12450
- var is_intervention$2 = "Es intervención";
12552
+ var is_intervention$1 = "Es intervención";
12451
12553
  var create_template$3 = "Crear plantilla";
12452
12554
  var number_of_question$3 = "Número de preguntas";
12453
12555
  var mandatory$3 = "Obligatorio";
@@ -12505,7 +12607,7 @@ var unmotivated$3 = "Desmotivado";
12505
12607
  var comfort$3 = "Comodidad";
12506
12608
  var stretch$3 = "Estirar";
12507
12609
  var strain$3 = "Cepa";
12508
- var overwhelmed_overwhelmed$1 = "ABURRADOAbrumado";
12610
+ var overwhelmed_overwhelmed = "ABURRADOAbrumado";
12509
12611
  var edit_student_profile$3 = "Editar perfil de estudiante";
12510
12612
  var teacher$3 = "maestro";
12511
12613
  var created$3 = "creado";
@@ -13501,7 +13603,7 @@ var customize$3 = "Personalizar";
13501
13603
  var techical_settings$3 = "Configuración técnica";
13502
13604
  var data_import_export$3 = "Importación/Exportación de datos";
13503
13605
  var question_text$3 = "Texto de la pregunta";
13504
- var weekly_quests$1 = "Misiones semanales";
13606
+ var weekly_quests$2 = "Misiones semanales";
13505
13607
  var inactive_students$3 = "Estudiantes inactivos";
13506
13608
  var admin_general_tips$3 = "Consejos generales para el administrador";
13507
13609
  var school_usage$3 = "Uso escolar";
@@ -13604,7 +13706,7 @@ var my_current_PLP$3 = "Mi PLP actual";
13604
13706
  var view_PLP$3 = "Ver PLP";
13605
13707
  var current_accommodation$3 = "Alojamiento actual";
13606
13708
  var goal_date$3 = "Fecha objetivo";
13607
- var you_havent_added_any_academic_milestones_yet$2 = "Aún no has agregado ningún hito académico";
13709
+ var you_havent_added_any_item_yet$3 = "Aún no has agregado ningún {{item}}";
13608
13710
  var passing_date$3 = "Fecha de fallecimiento";
13609
13711
  var college$3 = "Colega";
13610
13712
  var visit$3 = "Visita";
@@ -13618,6 +13720,21 @@ var resources$3 = "recursos";
13618
13720
  var essay$3 = "ensayo";
13619
13721
  var essays$3 = "ensayos";
13620
13722
  var plans$3 = "planes";
13723
+ var total_of$3 = "Total de";
13724
+ var selected_questions$3 = "Preguntas seleccionadas";
13725
+ var diagnostic_survey$3 = "encuesta diagnóstica";
13726
+ var available_questions$3 = "Preguntas disponibles";
13727
+ var are_you_sure_you_want_to_inactive_students$3 = "¿Estás seguro de que deseas inactivar a {{number}} estudiantes?";
13728
+ var data_for_the_last_month$3 = "Datos del último mes";
13729
+ var number_of_questions$3 = "Numero de preguntas";
13730
+ var no_item_to_display$3 = "No hay {{item}} para mostrar";
13731
+ var template$3 = "plantilla";
13732
+ var assessment$3 = "evaluación";
13733
+ var certificate$3 = "certificado";
13734
+ var assignment_result$3 = "resultado de la tarea";
13735
+ var learning_support_category$3 = "Categoría de apoyo al aprendizaje";
13736
+ var feedback$3 = "comentario";
13737
+ var reflection_forms$3 = "formas de reflexión";
13621
13738
  var lang_es = {
13622
13739
  dashboard: dashboard$3,
13623
13740
  user: user$3,
@@ -13675,7 +13792,7 @@ var lang_es = {
13675
13792
  role: role$3,
13676
13793
  active_status: active_status$3,
13677
13794
  action: action$3,
13678
- Active: Active$1,
13795
+ Active: Active,
13679
13796
  inactive: inactive$3,
13680
13797
  create: create$3,
13681
13798
  update: update$3,
@@ -14035,7 +14152,7 @@ var lang_es = {
14035
14152
  "1_to_1_conversation": "Conversación 1 a 1",
14036
14153
  creator: creator$3,
14037
14154
  last_modify: last_modify$3,
14038
- Modify: Modify$1,
14155
+ Modify: Modify,
14039
14156
  student_reflections: student_reflections$3,
14040
14157
  external_reflection: external_reflection$3,
14041
14158
  external_class_reflection: external_class_reflection$3,
@@ -14082,7 +14199,7 @@ var lang_es = {
14082
14199
  present_levels: present_levels$3,
14083
14200
  present_levels_content: present_levels_content$3,
14084
14201
  signatures: signatures$3,
14085
- iep_old_version_and_diagnostic_docs: iep_old_version_and_diagnostic_docs$1,
14202
+ iep_old_version_and_diagnostic_docs: iep_old_version_and_diagnostic_docs,
14086
14203
  upload_file: upload_file$3,
14087
14204
  add_interest: add_interest$3,
14088
14205
  upload_image: upload_image$3,
@@ -14339,8 +14456,6 @@ var lang_es = {
14339
14456
  not_enough_challenge_leading_to_boredom_and_lack_of_interest: not_enough_challenge_leading_to_boredom_and_lack_of_interest$3,
14340
14457
  calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best: calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best$3,
14341
14458
  manageable_levels_of_stress_allowing_me_to_perform_at_my_best: manageable_levels_of_stress_allowing_me_to_perform_at_my_best$3,
14342
- still_in_control_but_starting_to_feel_the_pressure: still_in_control_but_starting_to_feel_the_pressure$3,
14343
- too_much_pressure_and_really_struggling_to_manage_my_workload: too_much_pressure_and_really_struggling_to_manage_my_workload$3,
14344
14459
  import_emails_by_csv: import_emails_by_csv$3,
14345
14460
  request_number: request_number$3,
14346
14461
  select_or_input_class_type: select_or_input_class_type$3,
@@ -14366,7 +14481,7 @@ var lang_es = {
14366
14481
  user_for: user_for$3,
14367
14482
  question_category: question_category$3,
14368
14483
  template_survey: template_survey$3,
14369
- is_intervention: is_intervention$2,
14484
+ is_intervention: is_intervention$1,
14370
14485
  create_template: create_template$3,
14371
14486
  number_of_question: number_of_question$3,
14372
14487
  mandatory: mandatory$3,
@@ -14425,7 +14540,7 @@ var lang_es = {
14425
14540
  comfort: comfort$3,
14426
14541
  stretch: stretch$3,
14427
14542
  strain: strain$3,
14428
- overwhelmed_overwhelmed: overwhelmed_overwhelmed$1,
14543
+ overwhelmed_overwhelmed: overwhelmed_overwhelmed,
14429
14544
  edit_student_profile: edit_student_profile$3,
14430
14545
  teacher: teacher$3,
14431
14546
  created: created$3,
@@ -15425,7 +15540,7 @@ var lang_es = {
15425
15540
  techical_settings: techical_settings$3,
15426
15541
  data_import_export: data_import_export$3,
15427
15542
  question_text: question_text$3,
15428
- weekly_quests: weekly_quests$1,
15543
+ weekly_quests: weekly_quests$2,
15429
15544
  inactive_students: inactive_students$3,
15430
15545
  admin_general_tips: admin_general_tips$3,
15431
15546
  school_usage: school_usage$3,
@@ -15545,7 +15660,7 @@ var lang_es = {
15545
15660
  view_PLP: view_PLP$3,
15546
15661
  current_accommodation: current_accommodation$3,
15547
15662
  goal_date: goal_date$3,
15548
- you_havent_added_any_academic_milestones_yet: you_havent_added_any_academic_milestones_yet$2,
15663
+ you_havent_added_any_item_yet: you_havent_added_any_item_yet$3,
15549
15664
  passing_date: passing_date$3,
15550
15665
  college: college$3,
15551
15666
  visit: visit$3,
@@ -15558,7 +15673,22 @@ var lang_es = {
15558
15673
  resources: resources$3,
15559
15674
  essay: essay$3,
15560
15675
  essays: essays$3,
15561
- plans: plans$3
15676
+ plans: plans$3,
15677
+ total_of: total_of$3,
15678
+ selected_questions: selected_questions$3,
15679
+ diagnostic_survey: diagnostic_survey$3,
15680
+ available_questions: available_questions$3,
15681
+ are_you_sure_you_want_to_inactive_students: are_you_sure_you_want_to_inactive_students$3,
15682
+ data_for_the_last_month: data_for_the_last_month$3,
15683
+ number_of_questions: number_of_questions$3,
15684
+ no_item_to_display: no_item_to_display$3,
15685
+ template: template$3,
15686
+ assessment: assessment$3,
15687
+ certificate: certificate$3,
15688
+ assignment_result: assignment_result$3,
15689
+ learning_support_category: learning_support_category$3,
15690
+ feedback: feedback$3,
15691
+ reflection_forms: reflection_forms$3
15562
15692
  };
15563
15693
 
15564
15694
  var dashboard$4 = "仪表板";
@@ -15616,7 +15746,7 @@ var age$4 = "年龄";
15616
15746
  var role$4 = "角色";
15617
15747
  var active_status$4 = "活跃状态";
15618
15748
  var action$4 = "操作";
15619
- var Active$2 = "活跃";
15749
+ var Active$1 = "活跃";
15620
15750
  var inactive$4 = "非活跃";
15621
15751
  var create$4 = "创建";
15622
15752
  var update$4 = "更新";
@@ -15971,7 +16101,7 @@ var impact_score$4 = "影响分数";
15971
16101
  var iep$4 = "IEP";
15972
16102
  var creator$4 = "创建者";
15973
16103
  var last_modify$4 = "上次修改";
15974
- var Modify$2 = "修改";
16104
+ var Modify$1 = "修改";
15975
16105
  var student_reflections$4 = "学生反思";
15976
16106
  var external_reflection$4 = "外部反思";
15977
16107
  var external_class_reflection$4 = "外部班级反思";
@@ -16018,7 +16148,7 @@ var transition_planning_content$4 = "不晚于学生 16 岁生日(如适用,
16018
16148
  var present_levels$4 = "当前水平";
16019
16149
  var present_levels_content$4 = "儿童目前在学校的表现如何?残疾如何影响他在课堂上的表现?此类信息包含在 IEP 中的“当前水平”声明中。";
16020
16150
  var signatures$4 = "签名";
16021
- var iep_old_version_and_diagnostic_docs$2 = "IEP 旧版本和诊断文档";
16151
+ var iep_old_version_and_diagnostic_docs$1 = "IEP 旧版本和诊断文档";
16022
16152
  var upload_file$4 = "上传文件";
16023
16153
  var add_interest$4 = "添加兴趣";
16024
16154
  var upload_image$4 = "上传图片";
@@ -16293,8 +16423,8 @@ var performance$5 = "表现";
16293
16423
  var not_enough_challenge_leading_to_boredom_and_lack_of_interest$4 = "挑战不够,导致无聊和缺乏兴趣。";
16294
16424
  var calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best$4 = "平静而放松,但没有足够的动力来发挥我的最佳水平。";
16295
16425
  var manageable_levels_of_stress_allowing_me_to_perform_at_my_best$4 = "可控的压力水平让我能够发挥出最佳水平。";
16296
- var still_in_control_but_starting_to_feel_the_pressure$4 = "仍在控制之中,但开始感到压力。";
16297
- var too_much_pressure_and_really_struggling_to_manage_my_workload$4 = "压力过大,真的很难管理我的工作量。";
16426
+ var still_in_control_but_starting_to_feel_the_pressure$3 = "仍在控制之中,但开始感到压力。";
16427
+ var too_much_pressure_and_really_struggling_to_manage_my_workload$3 = "压力过大,真的很难管理我的工作量。";
16298
16428
  var import_emails_by_csv$4 = "通过 csv 导入电子邮件";
16299
16429
  var request_number$4 = "请求编号";
16300
16430
  var select_or_input_class_type$4 = "选择或输入班级类型";
@@ -16320,7 +16450,7 @@ var order$4 = "顺序";
16320
16450
  var user_for$4 = "用户";
16321
16451
  var question_category$4 = "问题类别";
16322
16452
  var template_survey$4 = "模板调查";
16323
- var is_intervention$3 = "是否干预";
16453
+ var is_intervention$2 = "是否干预";
16324
16454
  var create_template$4 = "创建模板";
16325
16455
  var number_of_question$4 = "问题数量";
16326
16456
  var mandatory$4 = "必填";
@@ -16378,7 +16508,7 @@ var unmotivated$4 = "无动力";
16378
16508
  var comfort$4 = "舒适";
16379
16509
  var stretch$4 = "伸展";
16380
16510
  var strain$4 = "紧张";
16381
- var overwhelmed_overwhelmed$2 = "不知所措";
16511
+ var overwhelmed_overwhelmed$1 = "不知所措";
16382
16512
  var edit_student_profile$4 = "编辑学生资料";
16383
16513
  var teacher$4 = "老师";
16384
16514
  var created$4 = "创建";
@@ -17374,7 +17504,7 @@ var customize$4 = "自定义";
17374
17504
  var techical_settings$4 = "技术设置";
17375
17505
  var data_import_export$4 = "数据导入/导出";
17376
17506
  var question_text$4 = "问题文本";
17377
- var weekly_quests$2 = "每周任务";
17507
+ var weekly_quests$3 = "每周任务";
17378
17508
  var inactive_students$4 = "非活跃学生";
17379
17509
  var admin_general_tips$4 = "管理员一般提示";
17380
17510
  var school_usage$4 = "学校使用";
@@ -17478,7 +17608,7 @@ var my_current_PLP$4 = "我目前的 PLP";
17478
17608
  var view_PLP$4 = "看看 PLP";
17479
17609
  var current_accommodation$4 = "目前住宿";
17480
17610
  var goal_date$4 = "目標日期";
17481
- var you_havent_added_any_academic_milestones_yet$3 = "您尚未添加任何學術里程碑";
17611
+ var you_havent_added_any_item_yet$4 = "您還沒有添加任何{{item}}";
17482
17612
  var passing_date$4 = "透過日期";
17483
17613
  var college$4 = "大學";
17484
17614
  var visit$4 = "訪問";
@@ -17492,6 +17622,21 @@ var resources$4 = "資源";
17492
17622
  var essay$4 = "散文";
17493
17623
  var essays$4 = "論文";
17494
17624
  var plans$4 = "計劃";
17625
+ var total_of$4 = "總數是";
17626
+ var selected_questions$4 = "精選問題";
17627
+ var diagnostic_survey$4 = "診斷調查";
17628
+ var available_questions$4 = "可用問題";
17629
+ var are_you_sure_you_want_to_inactive_students$4 = "您確定要刪除不活躍的 {{number}} 名學生嗎?";
17630
+ var data_for_the_last_month$4 = "上個月的數據";
17631
+ var number_of_questions$4 = "問題數量";
17632
+ var no_item_to_display$4 = "沒有可顯示的{{item}}";
17633
+ var template$4 = "範本";
17634
+ var assessment$4 = "評估";
17635
+ var certificate$4 = "證書";
17636
+ var assignment_result$4 = "作業結果";
17637
+ var learning_support_category$4 = "學習支援類";
17638
+ var feedback$4 = "回饋";
17639
+ var reflection_forms$4 = "反射形式";
17495
17640
  var lang_zh = {
17496
17641
  dashboard: dashboard$4,
17497
17642
  user: user$4,
@@ -17549,7 +17694,7 @@ var lang_zh = {
17549
17694
  role: role$4,
17550
17695
  active_status: active_status$4,
17551
17696
  action: action$4,
17552
- Active: Active$2,
17697
+ Active: Active$1,
17553
17698
  inactive: inactive$4,
17554
17699
  create: create$4,
17555
17700
  update: update$4,
@@ -17909,7 +18054,7 @@ var lang_zh = {
17909
18054
  "1_to_1_conversation": "一对一讨论会",
17910
18055
  creator: creator$4,
17911
18056
  last_modify: last_modify$4,
17912
- Modify: Modify$2,
18057
+ Modify: Modify$1,
17913
18058
  student_reflections: student_reflections$4,
17914
18059
  external_reflection: external_reflection$4,
17915
18060
  external_class_reflection: external_class_reflection$4,
@@ -17956,7 +18101,7 @@ var lang_zh = {
17956
18101
  present_levels: present_levels$4,
17957
18102
  present_levels_content: present_levels_content$4,
17958
18103
  signatures: signatures$4,
17959
- iep_old_version_and_diagnostic_docs: iep_old_version_and_diagnostic_docs$2,
18104
+ iep_old_version_and_diagnostic_docs: iep_old_version_and_diagnostic_docs$1,
17960
18105
  upload_file: upload_file$4,
17961
18106
  add_interest: add_interest$4,
17962
18107
  upload_image: upload_image$4,
@@ -18239,8 +18384,8 @@ var lang_zh = {
18239
18384
  not_enough_challenge_leading_to_boredom_and_lack_of_interest: not_enough_challenge_leading_to_boredom_and_lack_of_interest$4,
18240
18385
  calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best: calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best$4,
18241
18386
  manageable_levels_of_stress_allowing_me_to_perform_at_my_best: manageable_levels_of_stress_allowing_me_to_perform_at_my_best$4,
18242
- still_in_control_but_starting_to_feel_the_pressure: still_in_control_but_starting_to_feel_the_pressure$4,
18243
- too_much_pressure_and_really_struggling_to_manage_my_workload: too_much_pressure_and_really_struggling_to_manage_my_workload$4,
18387
+ still_in_control_but_starting_to_feel_the_pressure: still_in_control_but_starting_to_feel_the_pressure$3,
18388
+ too_much_pressure_and_really_struggling_to_manage_my_workload: too_much_pressure_and_really_struggling_to_manage_my_workload$3,
18244
18389
  import_emails_by_csv: import_emails_by_csv$4,
18245
18390
  request_number: request_number$4,
18246
18391
  select_or_input_class_type: select_or_input_class_type$4,
@@ -18266,7 +18411,7 @@ var lang_zh = {
18266
18411
  user_for: user_for$4,
18267
18412
  question_category: question_category$4,
18268
18413
  template_survey: template_survey$4,
18269
- is_intervention: is_intervention$3,
18414
+ is_intervention: is_intervention$2,
18270
18415
  create_template: create_template$4,
18271
18416
  number_of_question: number_of_question$4,
18272
18417
  mandatory: mandatory$4,
@@ -18325,7 +18470,7 @@ var lang_zh = {
18325
18470
  comfort: comfort$4,
18326
18471
  stretch: stretch$4,
18327
18472
  strain: strain$4,
18328
- overwhelmed_overwhelmed: overwhelmed_overwhelmed$2,
18473
+ overwhelmed_overwhelmed: overwhelmed_overwhelmed$1,
18329
18474
  edit_student_profile: edit_student_profile$4,
18330
18475
  teacher: teacher$4,
18331
18476
  created: created$4,
@@ -19325,7 +19470,7 @@ var lang_zh = {
19325
19470
  techical_settings: techical_settings$4,
19326
19471
  data_import_export: data_import_export$4,
19327
19472
  question_text: question_text$4,
19328
- weekly_quests: weekly_quests$2,
19473
+ weekly_quests: weekly_quests$3,
19329
19474
  inactive_students: inactive_students$4,
19330
19475
  admin_general_tips: admin_general_tips$4,
19331
19476
  school_usage: school_usage$4,
@@ -19445,7 +19590,7 @@ var lang_zh = {
19445
19590
  view_PLP: view_PLP$4,
19446
19591
  current_accommodation: current_accommodation$4,
19447
19592
  goal_date: goal_date$4,
19448
- you_havent_added_any_academic_milestones_yet: you_havent_added_any_academic_milestones_yet$3,
19593
+ you_havent_added_any_item_yet: you_havent_added_any_item_yet$4,
19449
19594
  passing_date: passing_date$4,
19450
19595
  college: college$4,
19451
19596
  visit: visit$4,
@@ -19458,7 +19603,22 @@ var lang_zh = {
19458
19603
  resources: resources$4,
19459
19604
  essay: essay$4,
19460
19605
  essays: essays$4,
19461
- plans: plans$4
19606
+ plans: plans$4,
19607
+ total_of: total_of$4,
19608
+ selected_questions: selected_questions$4,
19609
+ diagnostic_survey: diagnostic_survey$4,
19610
+ available_questions: available_questions$4,
19611
+ are_you_sure_you_want_to_inactive_students: are_you_sure_you_want_to_inactive_students$4,
19612
+ data_for_the_last_month: data_for_the_last_month$4,
19613
+ number_of_questions: number_of_questions$4,
19614
+ no_item_to_display: no_item_to_display$4,
19615
+ template: template$4,
19616
+ assessment: assessment$4,
19617
+ certificate: certificate$4,
19618
+ assignment_result: assignment_result$4,
19619
+ learning_support_category: learning_support_category$4,
19620
+ feedback: feedback$4,
19621
+ reflection_forms: reflection_forms$4
19462
19622
  };
19463
19623
 
19464
19624
  var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
@@ -37012,6 +37172,8 @@ var setModal = createAction("common/setModal");
37012
37172
  var setUser = createAction("common/setUser");
37013
37173
  var setSidebar = createAction("common/setSidebar");
37014
37174
  var setAlert = createAction("common/setAlert");
37175
+ var setIsLoginGoogle = createAction("common/setIsLoginGoogle");
37176
+ var setInforUserGoogle = createAction("common/setInforUserGoogle");
37015
37177
  var reset = createAction("common/reset");
37016
37178
  var showMenuBar = createAction("common/showMenuBar");
37017
37179
  var showFontSize = createAction("common/showFontSize");
@@ -37075,13 +37237,11 @@ var apiUpload = axios.create({
37075
37237
  return i.interceptors.response.use(function (response) {
37076
37238
  return response;
37077
37239
  }, function (error) {
37078
- var _error$response$confi, _error$response$confi2, _error$response$confi3, _error$response$confi4;
37079
-
37080
37240
  console.log({
37081
37241
  error: error
37082
37242
  });
37083
37243
 
37084
- if (error.response.status === 401 && !((_error$response$confi = error.response.config) !== null && _error$response$confi !== void 0 && (_error$response$confi2 = _error$response$confi.url) !== null && _error$response$confi2 !== void 0 && _error$response$confi2.includes("cookieyes"))) {
37244
+ if (error.response.status === 401) {
37085
37245
  Object.keys(localStorage).forEach(function (key) {
37086
37246
  if (!key.includes('learning-plan')) delete localStorage[key];
37087
37247
  });
@@ -37098,13 +37258,16 @@ var apiUpload = axios.create({
37098
37258
  amplitude.getInstance().resetSessionId();
37099
37259
  }
37100
37260
 
37101
- localStorage.setItem("USER_EMAIL", "");
37261
+ localStorage.removeItem(ACCESS_TOKEN);
37262
+ localStorage.removeItem("USER_EMAIL");
37263
+ localStorage.removeItem("ROLES");
37102
37264
  window.location.href = "/login";
37103
37265
  }
37104
37266
 
37105
- if (error.response.status == 403 && !((_error$response$confi3 = error.response.config) !== null && _error$response$confi3 !== void 0 && (_error$response$confi4 = _error$response$confi3.url) !== null && _error$response$confi4 !== void 0 && _error$response$confi4.includes("cookieyes"))) {
37267
+ if (error.response.status == 403) {
37106
37268
  localStorage.removeItem(ACCESS_TOKEN);
37107
37269
  localStorage.removeItem("USER_EMAIL");
37270
+ localStorage.removeItem("ROLES");
37108
37271
  window.location.href = "/login";
37109
37272
  }
37110
37273
 
@@ -37148,8 +37311,12 @@ var checkResetToken = function checkResetToken(token, key) {
37148
37311
  var resetPassword = function resetPassword(data) {
37149
37312
  return api.post(ACCOUNT_URL + "/resetpassword", data);
37150
37313
  };
37151
- var checkUserGoogle = function checkUserGoogle(body) {
37152
- return api.post(USER_URL + "/check-user", body);
37314
+ var checkUserGoogle = function checkUserGoogle(type, body) {
37315
+ return api.post(USER_URL + "/check-user", body, {
37316
+ params: {
37317
+ type: type
37318
+ }
37319
+ });
37153
37320
  };
37154
37321
  var getAllLoginTeacher = function getAllLoginTeacher(param) {
37155
37322
  return api.get(TEACHER_URL + "/get-teacher-login", {
@@ -37171,6 +37338,14 @@ var getSchoolSettings = function getSchoolSettings() {
37171
37338
  return api.get(SCHOOL_URL + "/settings");
37172
37339
  };
37173
37340
 
37341
+ var TypeLogin;
37342
+
37343
+ (function (TypeLogin) {
37344
+ TypeLogin[TypeLogin["Google"] = 0] = "Google";
37345
+ TypeLogin[TypeLogin["ClassLink"] = 1] = "ClassLink";
37346
+ TypeLogin[TypeLogin["MicrosoftSSO"] = 2] = "MicrosoftSSO";
37347
+ })(TypeLogin || (TypeLogin = {}));
37348
+
37174
37349
  var LoginType;
37175
37350
 
37176
37351
  (function (LoginType) {
@@ -37179,6 +37354,48 @@ var LoginType;
37179
37354
  LoginType[LoginType["Impersonate"] = 2] = "Impersonate";
37180
37355
  })(LoginType || (LoginType = {}));
37181
37356
 
37357
+ var msalConfig = {
37358
+ auth: {
37359
+ clientId: "90c6897c-f17b-475e-a7a8-9a19651e0060",
37360
+ authority: "https://login.microsoftonline.com/common",
37361
+ redirectUri: window.location.origin + "/login"
37362
+ },
37363
+ cache: {
37364
+ cacheLocation: "sessionStorage",
37365
+ storeAuthStateInCookie: false
37366
+ },
37367
+ system: {
37368
+ loggerOptions: {
37369
+ loggerCallback: function loggerCallback(level, message, containsPii) {
37370
+ if (containsPii) {
37371
+ return;
37372
+ }
37373
+
37374
+ switch (level) {
37375
+ case LogLevel.Error:
37376
+ console.error(message);
37377
+ return;
37378
+
37379
+ case LogLevel.Info:
37380
+ console.info(message);
37381
+ return;
37382
+
37383
+ case LogLevel.Verbose:
37384
+ console.debug(message);
37385
+ return;
37386
+
37387
+ case LogLevel.Warning:
37388
+ console.warn(message);
37389
+ return;
37390
+
37391
+ default:
37392
+ return;
37393
+ }
37394
+ }
37395
+ }
37396
+ }
37397
+ };
37398
+
37182
37399
  var defaultInfo = {
37183
37400
  email: "",
37184
37401
  password: "",
@@ -37201,36 +37418,39 @@ var useLogin = function useLogin() {
37201
37418
  openLogin = _useState[0],
37202
37419
  setOpenLogin = _useState[1];
37203
37420
 
37204
- var _useState2 = useState(false),
37205
- isLoginGoogle = _useState2[0],
37206
- setIsLoginGoogle = _useState2[1];
37207
-
37208
- var _useState3 = useState(""),
37209
- googleClientId = _useState3[0],
37210
- setGoogleClientId = _useState3[1];
37421
+ var isLoginGoogle = useSelector(function (state) {
37422
+ return state.common.isLoginGoogle;
37423
+ });
37211
37424
 
37212
- var _useState4 = useState(""),
37213
- googleRecaptchaId = _useState4[0],
37214
- setGoogleRecaptchaId = _useState4[1];
37425
+ var _useState2 = useState(""),
37426
+ googleClientId = _useState2[0],
37427
+ setGoogleClientId = _useState2[1];
37215
37428
 
37216
- var _useState5 = useState(),
37217
- infoUser = _useState5[0],
37218
- setInfoUser = _useState5[1];
37429
+ var _useState3 = useState(""),
37430
+ googleRecaptchaId = _useState3[0],
37431
+ setGoogleRecaptchaId = _useState3[1];
37219
37432
 
37433
+ var infoUser = useSelector(function (state) {
37434
+ return state.common.inforUserGoogle;
37435
+ });
37220
37436
  var params = new URLSearchParams(location.search);
37221
37437
  var loginClassLink = params.get("type") === "classlink";
37222
37438
  var tokenClassLink = params.get("token");
37223
37439
 
37224
- var _useState6 = useState(false),
37225
- openModelAssign = _useState6[0];
37440
+ var _useState4 = useState(false),
37441
+ openModelAssign = _useState4[0];
37442
+
37443
+ var _useState5 = useState(),
37444
+ msalInstance = _useState5[0],
37445
+ setMsalInstance = _useState5[1];
37226
37446
 
37227
37447
  var toggle = useCallback(function () {
37228
37448
  setOpenLogin(!openLogin);
37229
37449
  }, [openLogin]);
37230
37450
 
37231
- var _useState7 = useState(false),
37232
- isShowPassword = _useState7[0],
37233
- setIsShowPassword = _useState7[1];
37451
+ var _useState6 = useState(false),
37452
+ isShowPassword = _useState6[0],
37453
+ setIsShowPassword = _useState6[1];
37234
37454
 
37235
37455
  useEffect(function () {
37236
37456
  document.title = TITLE;
@@ -37412,40 +37632,51 @@ var useLogin = function useLogin() {
37412
37632
  }
37413
37633
  };
37414
37634
 
37415
- var fnIsCheckLogin = useCallback(function (data, token, clickHandler) {
37635
+ var fnIsCheckLogin = useCallback(function (type, data, token, clickHandler) {
37416
37636
  try {
37417
- var _temp14 = function _temp14() {
37637
+ var _temp16 = function _temp16() {
37418
37638
  dispatch(setLoading(false));
37419
37639
  };
37420
37640
 
37421
37641
  dispatch(setLoading(true));
37422
37642
 
37423
- var _temp15 = _catch(function () {
37424
- return Promise.resolve(checkUserGoogle(data)).then(function (res) {
37643
+ var _temp17 = _catch(function () {
37644
+ return Promise.resolve(checkUserGoogle(type, data)).then(function (res) {
37425
37645
  var checkUser = res.data;
37426
37646
 
37427
- var _temp11 = function () {
37647
+ var _temp13 = function () {
37428
37648
  if (checkUser) {
37429
- return Promise.resolve(clickHandler()).then(function (clickHandlerRes) {
37430
- var dataUser = {
37431
- email: data.email,
37432
- captcha: clickHandlerRes,
37433
- isLoginGoogle: true,
37434
- rememberMe: false,
37435
- password: "default",
37436
- accessToken: token,
37437
- loginType: LoginType.Google
37438
- };
37439
- return Promise.resolve(userLogin(dataUser)).then(function () {
37440
- setIsLoginGoogle(false);
37649
+ var _temp18 = function _temp18() {
37650
+ return Promise.resolve(userLogin(_dataUser)).then(function () {
37651
+ dispatch(setIsLoginGoogle(false));
37441
37652
  });
37442
- });
37653
+ };
37654
+
37655
+ var _dataUser = {
37656
+ email: data.email,
37657
+ isLoginGoogle: true,
37658
+ rememberMe: false,
37659
+ password: "default",
37660
+ accessToken: token,
37661
+ captcha: "",
37662
+ loginType: LoginType.Google
37663
+ };
37664
+
37665
+ var _temp19 = function () {
37666
+ if (clickHandler != null) {
37667
+ return Promise.resolve(clickHandler()).then(function (clickHandlerRes) {
37668
+ _dataUser.captcha = clickHandlerRes;
37669
+ });
37670
+ }
37671
+ }();
37672
+
37673
+ return _temp19 && _temp19.then ? _temp19.then(_temp18) : _temp18(_temp19);
37443
37674
  } else {
37444
- setIsLoginGoogle(true);
37675
+ dispatch(setIsLoginGoogle(true));
37445
37676
  }
37446
37677
  }();
37447
37678
 
37448
- if (_temp11 && _temp11.then) return _temp11.then(function () {});
37679
+ if (_temp13 && _temp13.then) return _temp13.then(function () {});
37449
37680
  });
37450
37681
  }, function (err) {
37451
37682
  var _err$response4, _err$response4$data;
@@ -37456,7 +37687,7 @@ var useLogin = function useLogin() {
37456
37687
  }));
37457
37688
  });
37458
37689
 
37459
- return Promise.resolve(_temp15 && _temp15.then ? _temp15.then(_temp14) : _temp14(_temp15));
37690
+ return Promise.resolve(_temp17 && _temp17.then ? _temp17.then(_temp16) : _temp16(_temp17));
37460
37691
  } catch (e) {
37461
37692
  return Promise.reject(e);
37462
37693
  }
@@ -37464,14 +37695,14 @@ var useLogin = function useLogin() {
37464
37695
 
37465
37696
  var submitLogin = function submitLogin(teacherId, clickHandler) {
37466
37697
  try {
37467
- var _temp19 = function _temp19() {
37468
- setIsLoginGoogle(false);
37698
+ var _temp23 = function _temp23() {
37699
+ dispatch(setIsLoginGoogle(false));
37469
37700
  dispatch(setLoading(false));
37470
37701
  };
37471
37702
 
37472
37703
  dispatch(setLoading(true));
37473
37704
 
37474
- var _temp20 = _catch(function () {
37705
+ var _temp24 = _catch(function () {
37475
37706
  var data = {
37476
37707
  firstName: infoUser.firstName,
37477
37708
  lastName: infoUser.lastName,
@@ -37482,7 +37713,7 @@ var useLogin = function useLogin() {
37482
37713
  teacherId: teacherId
37483
37714
  };
37484
37715
  return Promise.resolve(registerUserStudent(data)).then(function (res) {
37485
- var _temp16 = function () {
37716
+ var _temp20 = function () {
37486
37717
  if (res.data) {
37487
37718
  return Promise.resolve(clickHandler()).then(function (clickHandlerRes) {
37488
37719
  var dataLogin = {
@@ -37494,7 +37725,7 @@ var useLogin = function useLogin() {
37494
37725
  accessToken: infoUser.accessToken,
37495
37726
  loginType: LoginType.Google
37496
37727
  };
37497
- setIsLoginGoogle(false);
37728
+ dispatch(setIsLoginGoogle(false));
37498
37729
  return Promise.resolve(userLogin(dataLogin)).then(function () {
37499
37730
  history.push(HOMEPAGE_STUDENT);
37500
37731
  });
@@ -37502,7 +37733,7 @@ var useLogin = function useLogin() {
37502
37733
  }
37503
37734
  }();
37504
37735
 
37505
- if (_temp16 && _temp16.then) return _temp16.then(function () {});
37736
+ if (_temp20 && _temp20.then) return _temp20.then(function () {});
37506
37737
  });
37507
37738
  }, function (err) {
37508
37739
  var _err$response5, _err$response5$data;
@@ -37513,7 +37744,7 @@ var useLogin = function useLogin() {
37513
37744
  }));
37514
37745
  });
37515
37746
 
37516
- return Promise.resolve(_temp20 && _temp20.then ? _temp20.then(_temp19) : _temp19(_temp20));
37747
+ return Promise.resolve(_temp24 && _temp24.then ? _temp24.then(_temp23) : _temp23(_temp24));
37517
37748
  } catch (e) {
37518
37749
  return Promise.reject(e);
37519
37750
  }
@@ -37521,7 +37752,7 @@ var useLogin = function useLogin() {
37521
37752
 
37522
37753
  var getInformationSetting = function getInformationSetting() {
37523
37754
  try {
37524
- var _temp22 = _catch(function () {
37755
+ var _temp26 = _catch(function () {
37525
37756
  return Promise.resolve(getSchoolSettings()).then(function (res) {
37526
37757
  dispatch(setSandboxMode(res.data.isSandboxMode));
37527
37758
  });
@@ -37529,14 +37760,89 @@ var useLogin = function useLogin() {
37529
37760
  console.error(err);
37530
37761
  });
37531
37762
 
37532
- return Promise.resolve(_temp22 && _temp22.then ? _temp22.then(function () {}) : void 0);
37763
+ return Promise.resolve(_temp26 && _temp26.then ? _temp26.then(function () {}) : void 0);
37764
+ } catch (e) {
37765
+ return Promise.reject(e);
37766
+ }
37767
+ };
37768
+
37769
+ var fnLoginSSO = function fnLoginSSO(clickHandler) {
37770
+ try {
37771
+ msalInstance.handleRedirectPromise().then(function (tokenResponse) {
37772
+ try {
37773
+ var _temp29 = function () {
37774
+ if (!tokenResponse) {
37775
+ var accounts = msalInstance.getAllAccounts();
37776
+
37777
+ var _temp30 = function () {
37778
+ if (accounts.length === 0) {
37779
+ msalInstance.loginRedirect();
37780
+ } else {
37781
+ var currentAccount = accounts[0];
37782
+ return Promise.resolve(getCurrentAccount(currentAccount, clickHandler)).then(function () {});
37783
+ }
37784
+ }();
37785
+
37786
+ if (_temp30 && _temp30.then) return _temp30.then(function () {});
37787
+ } else {
37788
+ var currentAccount = tokenResponse.account;
37789
+ return Promise.resolve(getCurrentAccount(currentAccount, clickHandler)).then(function () {});
37790
+ }
37791
+ }();
37792
+
37793
+ return Promise.resolve(_temp29 && _temp29.then ? _temp29.then(function () {}) : void 0);
37794
+ } catch (e) {
37795
+ return Promise.reject(e);
37796
+ }
37797
+ })["catch"](function (err) {
37798
+ console.error(err);
37799
+ });
37800
+ return Promise.resolve();
37801
+ } catch (e) {
37802
+ return Promise.reject(e);
37803
+ }
37804
+ };
37805
+
37806
+ var getCurrentAccount = function getCurrentAccount(account, clickHandler) {
37807
+ try {
37808
+ var fullName = account.name;
37809
+ var infoLogin = {
37810
+ firstName: fullName.split(' ').slice(0, -1).join(' '),
37811
+ lastName: fullName.split(' ').slice(-1).join(' '),
37812
+ fullName: fullName,
37813
+ imageUrl: "",
37814
+ email: account.username,
37815
+ accessToken: account.idTokenClaims.aio,
37816
+ googleId: account.tenantId
37817
+ };
37818
+ dispatch(setInforUserGoogle(infoLogin));
37819
+ return Promise.resolve(fnIsCheckLogin(TypeLogin.MicrosoftSSO, infoLogin, account.idTokenClaims.aio, clickHandler)).then(function () {});
37820
+ } catch (e) {
37821
+ return Promise.reject(e);
37822
+ }
37823
+ };
37824
+
37825
+ var initInformationSSO = function initInformationSSO() {
37826
+ try {
37827
+ var _msalInstance = new PublicClientApplication(msalConfig);
37828
+
37829
+ setMsalInstance(_msalInstance);
37830
+ return Promise.resolve();
37533
37831
  } catch (e) {
37534
37832
  return Promise.reject(e);
37535
37833
  }
37536
37834
  };
37537
37835
 
37836
+ useEffect(function () {
37837
+ var redirectUrl = window.location.href;
37838
+
37839
+ if (!!msalInstance && redirectUrl.includes("code") && redirectUrl.includes("client_info")) {
37840
+ fnLoginSSO();
37841
+ }
37842
+ }, [JSON.stringify(msalInstance)]);
37538
37843
  useEffect(function () {
37539
37844
  getInformationSetting();
37845
+ initInformationSSO();
37540
37846
  }, []);
37541
37847
  return {
37542
37848
  defaultInfo: defaultInfo,
@@ -37548,13 +37854,12 @@ var useLogin = function useLogin() {
37548
37854
  fnIsCheckLogin: fnIsCheckLogin,
37549
37855
  isLoginGoogle: isLoginGoogle,
37550
37856
  infoUser: infoUser,
37551
- setInfoUser: setInfoUser,
37552
37857
  submitLogin: submitLogin,
37553
- setIsLoginGoogle: setIsLoginGoogle,
37554
37858
  googleClientId: googleClientId,
37555
37859
  googleRecaptchaId: googleRecaptchaId,
37556
37860
  handleCancelModelAssign: handleCancelModelAssign,
37557
- openModelAssign: openModelAssign
37861
+ openModelAssign: openModelAssign,
37862
+ fnLoginSSO: fnLoginSSO
37558
37863
  };
37559
37864
  };
37560
37865
 
@@ -37582,8 +37887,7 @@ var BlockSelectTeacher = function BlockSelectTeacher(_ref) {
37582
37887
  openModal = _ref.openModal,
37583
37888
  onSubmit = _ref.onSubmit,
37584
37889
  token = _ref.token,
37585
- email = _ref.email,
37586
- setOpenModal = _ref.setOpenModal;
37890
+ email = _ref.email;
37587
37891
 
37588
37892
  var _useState = useState(false),
37589
37893
  modal = _useState[0],
@@ -37592,12 +37896,6 @@ var BlockSelectTeacher = function BlockSelectTeacher(_ref) {
37592
37896
  useEffect(function () {
37593
37897
  setModal(openModal);
37594
37898
  }, [openModal]);
37595
-
37596
- var toggle = function toggle() {
37597
- setModal(!modal);
37598
- setOpenModal(!modal);
37599
- };
37600
-
37601
37899
  var dispatch = useDispatch();
37602
37900
 
37603
37901
  var _useState2 = useState([]),
@@ -37617,6 +37915,12 @@ var BlockSelectTeacher = function BlockSelectTeacher(_ref) {
37617
37915
  setLoading = _useState5[1];
37618
37916
 
37619
37917
  var timeout = useRef();
37918
+
37919
+ var toggle = function toggle() {
37920
+ setModal(!modal);
37921
+ dispatch(setIsLoginGoogle(!modal));
37922
+ };
37923
+
37620
37924
  var loadData = useCallback(function () {
37621
37925
  try {
37622
37926
  var _temp3 = function _temp3() {
@@ -37725,16 +38029,17 @@ var BlockLogin = function BlockLogin(_ref) {
37725
38029
  setIsShowPassword = _useLogin.setIsShowPassword,
37726
38030
  fnIsCheckLogin = _useLogin.fnIsCheckLogin,
37727
38031
  isLoginGoogle = _useLogin.isLoginGoogle,
37728
- setInfoUser = _useLogin.setInfoUser,
37729
38032
  submitLogin = _useLogin.submitLogin,
37730
38033
  infoUser = _useLogin.infoUser,
37731
- setIsLoginGoogle = _useLogin.setIsLoginGoogle,
37732
- googleClientId = _useLogin.googleClientId;
38034
+ googleClientId = _useLogin.googleClientId,
38035
+ fnLoginSSO = _useLogin.fnLoginSSO;
37733
38036
 
37734
38037
  var togglePasswordVisible = function togglePasswordVisible() {
37735
38038
  return setIsShowPassword(!isShowPassword);
37736
38039
  };
37737
38040
 
38041
+ var dispatch = useDispatch();
38042
+
37738
38043
  var _useGoogleReCaptcha = useGoogleReCaptcha(),
37739
38044
  executeRecaptcha = _useGoogleReCaptcha.executeRecaptcha;
37740
38045
 
@@ -37768,6 +38073,7 @@ var BlockLogin = function BlockLogin(_ref) {
37768
38073
  return;
37769
38074
  }
37770
38075
 
38076
+ console.log("assss");
37771
38077
  var infoLogin = {
37772
38078
  firstName: givenName,
37773
38079
  lastName: familyName,
@@ -37777,8 +38083,8 @@ var BlockLogin = function BlockLogin(_ref) {
37777
38083
  accessToken: accessToken,
37778
38084
  googleId: googleId
37779
38085
  };
37780
- setInfoUser(infoLogin);
37781
- fnIsCheckLogin(infoLogin, accessToken, clickHandler);
38086
+ dispatch(setInforUserGoogle(infoLogin));
38087
+ fnIsCheckLogin(TypeLogin.Google, infoLogin, accessToken, clickHandler);
37782
38088
  }
37783
38089
  };
37784
38090
 
@@ -37863,6 +38169,15 @@ var BlockLogin = function BlockLogin(_ref) {
37863
38169
  cookiePolicy: 'single_host_origin',
37864
38170
  className: "" + styles["btn-login-google"]
37865
38171
  })), React.createElement("div", {
38172
+ className: styles["btn-login-sso"] + " mb-3"
38173
+ }, React.createElement("div", {
38174
+ className: styles["btn-login-with-sso"],
38175
+ onClick: function onClick() {
38176
+ return fnLoginSSO(clickHandler);
38177
+ }
38178
+ }, React.createElement("img", {
38179
+ src: "images/Single-Sign-On.png"
38180
+ }), " Login with SSO")), React.createElement("div", {
37866
38181
  className: "d-flex justify-content-between"
37867
38182
  }, React.createElement(Link, {
37868
38183
  to: "/forgot-password",
@@ -37885,8 +38200,7 @@ var BlockLogin = function BlockLogin(_ref) {
37885
38200
  },
37886
38201
  openModal: isLoginGoogle,
37887
38202
  token: infoUser.accessToken,
37888
- email: infoUser.email,
37889
- setOpenModal: setIsLoginGoogle
38203
+ email: infoUser.email
37890
38204
  }));
37891
38205
  };
37892
38206
 
@@ -39117,11 +39431,17 @@ var EmptyDataAlert = function EmptyDataAlert(_ref) {
39117
39431
  var label = _ref.label,
39118
39432
  className = _ref.className,
39119
39433
  style = _ref.style;
39434
+
39435
+ var _useTranslation = useTranslation(),
39436
+ t = _useTranslation.t;
39437
+
39120
39438
  return React.createElement(Alert, {
39121
39439
  color: "primary",
39122
39440
  className: className,
39123
39441
  style: style
39124
- }, "No ", label, " to display");
39442
+ }, t('no_item_to_display', {
39443
+ item: label
39444
+ }));
39125
39445
  };
39126
39446
 
39127
39447
  EmptyDataAlert.defaultProps = {
@@ -39442,7 +39762,7 @@ var EmailTemplateList = function EmailTemplateList() {
39442
39762
  }
39443
39763
  })));
39444
39764
  }))) : React.createElement(EmptyDataAlert, {
39445
- label: "template"
39765
+ label: t('template')
39446
39766
  }), React.createElement(Row, {
39447
39767
  className: "mt-2"
39448
39768
  }, React.createElement(Col, {
@@ -43697,7 +44017,9 @@ var AssignStudentList = function AssignStudentList() {
43697
44017
  display: 'flex',
43698
44018
  alignItems: 'center'
43699
44019
  }
43700
- }, "Are you sure you want to inactive " + isCheck.length + " students?")), React.createElement(ModalFooter, {
44020
+ }, t("are_you_sure_you_want_to_inactive_students", {
44021
+ number: isCheck.length
44022
+ }))), React.createElement(ModalFooter, {
43701
44023
  className: "text-right"
43702
44024
  }, React.createElement(Button, {
43703
44025
  onClick: function onClick() {
@@ -43817,7 +44139,7 @@ var AssignStudentList = function AssignStudentList() {
43817
44139
  }
43818
44140
  }))));
43819
44141
  })))) : React.createElement(EmptyDataAlert, {
43820
- label: "student"
44142
+ label: t('student')
43821
44143
  })), React.createElement(Col, {
43822
44144
  md: 12
43823
44145
  }, React.createElement(CustomPagination, {
@@ -45677,6 +45999,9 @@ var NotificationList = function NotificationList() {
45677
45999
  updateAll = _useNotificationList.updateAll,
45678
46000
  toggleUpdateAllStatus = _useNotificationList.toggleUpdateAllStatus;
45679
46001
 
46002
+ var _useTranslation = useTranslation(),
46003
+ t = _useTranslation.t;
46004
+
45680
46005
  return React.createElement("div", {
45681
46006
  className: "animated fadeIn",
45682
46007
  style: {
@@ -45765,7 +46090,7 @@ var NotificationList = function NotificationList() {
45765
46090
  }
45766
46091
  })));
45767
46092
  })))) : React.createElement(EmptyDataAlert, {
45768
- label: "notification"
46093
+ label: t('notification')
45769
46094
  })), React.createElement(Col, {
45770
46095
  md: 12
45771
46096
  }, React.createElement(CustomPagination, {
@@ -46890,6 +47215,8 @@ var initialState = {
46890
47215
  isEnableSurvey: false,
46891
47216
  isConversationOneToOne: false,
46892
47217
  isSandboxMode: false,
47218
+ isLoginGoogle: false,
47219
+ inforUserGoogle: null,
46893
47220
  language: DEFAULT_LANGUAGE_CODE,
46894
47221
  amplitude: {
46895
47222
  user_id: "",
@@ -46915,6 +47242,10 @@ var commonReducer = createReducer(initialState, function (builder) {
46915
47242
  state.user = action.payload;
46916
47243
  }).addCase(setSidebar, function (state, action) {
46917
47244
  state.sidebarShow = action.payload;
47245
+ }).addCase(setIsLoginGoogle, function (state, action) {
47246
+ state.isLoginGoogle = action.payload;
47247
+ }).addCase(setInforUserGoogle, function (state, action) {
47248
+ state.inforUserGoogle = action.payload;
46918
47249
  }).addCase(setAlert, function (state, action) {
46919
47250
  state.alert = action.payload;
46920
47251
  }).addCase(reset, function (_state, _action) {
@@ -47790,6 +48121,24 @@ var navMobileReducer = createReducer(initialState$B, function (builder) {
47790
48121
  });
47791
48122
  });
47792
48123
 
48124
+ var setWeeklyQuestList = createAction("setWeeklyQuestList");
48125
+ var setOpenModelCongratulation = createAction("setOpenModelCongratulation");
48126
+
48127
+ var initialState$C = {
48128
+ isOpenModelCongratulation: false,
48129
+ lastQuest: undefined,
48130
+ weeklyQuests: []
48131
+ };
48132
+ var weeklyQuestReducer = createReducer(initialState$C, function (builder) {
48133
+ builder.addCase(setWeeklyQuestList, function (state, action) {
48134
+ state.weeklyQuests = action.payload;
48135
+ }).addCase(setOpenModelCongratulation, function (state, action) {
48136
+ state.isOpenModelCongratulation = action.payload;
48137
+ }).addCase(reset, function (_state, _action) {
48138
+ return initialState$C;
48139
+ });
48140
+ });
48141
+
47793
48142
  var rootReducer = combineReducers({
47794
48143
  common: commonReducer,
47795
48144
  classes: classReducer,
@@ -47830,7 +48179,8 @@ var rootReducer = combineReducers({
47830
48179
  widget: widgetReducer,
47831
48180
  bandScores: commonReducer$h,
47832
48181
  schoolBlankDays: commonReducer$i,
47833
- navMobileReducer: navMobileReducer
48182
+ navMobileReducer: navMobileReducer,
48183
+ weeklyQuests: weeklyQuestReducer
47834
48184
  });
47835
48185
 
47836
48186
  var store = configureStore({
@@ -48286,6 +48636,7 @@ var TheLayout = function TheLayout(_ref) {
48286
48636
 
48287
48637
  var resetAuth = function resetAuth() {
48288
48638
  localStorage.removeItem(ACCESS_TOKEN);
48639
+ localStorage.removeItem("ROLES");
48289
48640
  history.push("/");
48290
48641
  };
48291
48642
 
@@ -48313,5 +48664,5 @@ var TheLayout = function TheLayout(_ref) {
48313
48664
 
48314
48665
  var amplitudeClient$1 = amplitude.getInstance();
48315
48666
 
48316
- 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, 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$1 as 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, setEnableSurvey, setFeedbackList, setFilterWidget, setGoalExampleList, setImproveMyClass, setLanguage, setLearningSupportCategoryList, setLoading, setMailCategory, setModal, setMoveItemQuestion, setMyStudent, setQuestionByCategory, setQuestionCateList, setQuestionList, setReflectionList, setReflectionResultList, setResetQuestionList, setSandboxMode, setSchoolBlankDayList, setSelectQuestion, setSemesterList, setSessionPlayer, setSessionTemplateGeneralClassList, setSessionTemplateList, setStartTime, setStrategyList, setStudentIdSelectedByTeacher, setStudentList, setSubjectList, setSuggestionList, setTurnOffPassWhenChangeMode, setTutorialScreenList, setUser, setUserList, showFontSize, showMenuBar, store, systemCertificateUpload, systemStudentBadge, uploadFile, useFilters, useGalleryList, utcToLocalTime };
48667
+ 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, 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$1 as 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, 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 };
48317
48668
  //# sourceMappingURL=index.modern.js.map