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.
- package/dist/containers/Login/constant/types.d.ts +14 -0
- package/dist/containers/Login/hooks/useLogin.d.ts +4 -4
- package/dist/containers/Login/views/block/BlockSelectTeacher.d.ts +0 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +532 -179
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +531 -180
- package/dist/index.modern.js.map +1 -1
- package/dist/redux/commons/action.d.ts +2 -0
- package/dist/rootReducer.d.ts +5 -0
- package/dist/services/accountService.d.ts +1 -1
- package/dist/services/weeklyQuestService.d.ts +1 -0
- package/dist/types/WeeklyQuest.d.ts +37 -0
- package/package.json +4 -1
package/dist/index.js
CHANGED
|
@@ -7,9 +7,10 @@ var React = require('react');
|
|
|
7
7
|
var React__default = _interopDefault(React);
|
|
8
8
|
var reactstrap = require('reactstrap');
|
|
9
9
|
var reactRouterDom = require('react-router-dom');
|
|
10
|
+
var reactRedux = require('react-redux');
|
|
10
11
|
var formik = require('formik');
|
|
11
12
|
var yup = require('yup');
|
|
12
|
-
var
|
|
13
|
+
var msalBrowser = require('@azure/msal-browser');
|
|
13
14
|
var toolkit = require('@reduxjs/toolkit');
|
|
14
15
|
var axios = _interopDefault(require('axios'));
|
|
15
16
|
var amplitude = _interopDefault(require('amplitude-js'));
|
|
@@ -94,7 +95,7 @@ var age = "Age";
|
|
|
94
95
|
var role = "Role";
|
|
95
96
|
var active_status = "Active status";
|
|
96
97
|
var action = "Action";
|
|
97
|
-
var
|
|
98
|
+
var active = "Active";
|
|
98
99
|
var inactive = "Inactive";
|
|
99
100
|
var create = "Create";
|
|
100
101
|
var update = "Update";
|
|
@@ -117,6 +118,7 @@ var edit_question = "Edit question";
|
|
|
117
118
|
var question_type = "Question Type";
|
|
118
119
|
var category = "Category";
|
|
119
120
|
var sub_category = "Sub Category";
|
|
121
|
+
var question_text = "Question text";
|
|
120
122
|
var text = "Text";
|
|
121
123
|
var is_default_question_for_one_to_one = "Is default question for one-to-one";
|
|
122
124
|
var default_question_for_students_or_teachers = "Default question for students or teachers";
|
|
@@ -449,7 +451,7 @@ var impact_score = "Impact Score";
|
|
|
449
451
|
var iep = "IEP";
|
|
450
452
|
var creator = "Creator";
|
|
451
453
|
var last_modify = "Last Modify";
|
|
452
|
-
var
|
|
454
|
+
var modify = "Modify";
|
|
453
455
|
var student_reflections = "Student Reflections";
|
|
454
456
|
var external_reflection = "External Reflection";
|
|
455
457
|
var external_class_reflection = "External Class Reflection";
|
|
@@ -496,7 +498,7 @@ var transition_planning_content = "Beginning no later than a student’s 16th bi
|
|
|
496
498
|
var present_levels = "Present Levels";
|
|
497
499
|
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.";
|
|
498
500
|
var signatures = "Signatures";
|
|
499
|
-
var
|
|
501
|
+
var iep_old_versionf_and_diagnostic_docs = "IEP old version and diagnostic docs";
|
|
500
502
|
var upload_file = "Upload File";
|
|
501
503
|
var add_interest = "Add Interest";
|
|
502
504
|
var upload_image = "Upload Image";
|
|
@@ -553,6 +555,7 @@ var external = "EXTERNAL";
|
|
|
553
555
|
var student_survey = "Student Survey";
|
|
554
556
|
var view_survey = "VIEW SURVEY";
|
|
555
557
|
var create_a_survey = "Create a survey";
|
|
558
|
+
var survey_from = "Survey from";
|
|
556
559
|
var review = "Review";
|
|
557
560
|
var publish_survey = "Publish survey";
|
|
558
561
|
var total_surveys = "Total Surveys";
|
|
@@ -648,7 +651,6 @@ var learning_process = "Learning Process";
|
|
|
648
651
|
var survey_dashboard = "Survey Dashboard";
|
|
649
652
|
var response_rate = "Response Rate";
|
|
650
653
|
var top_5_most_survey_used = "Top 5 Survey's Used";
|
|
651
|
-
var survey_from = "Survey from";
|
|
652
654
|
var question_intervention = "Question Intervention";
|
|
653
655
|
var student_pressure = "Student Pressure";
|
|
654
656
|
var overall_readiness_to_learn = "Overall Readiness to Learn";
|
|
@@ -669,7 +671,7 @@ var marked_themselves_as_unsafe = "marked themselves as unsafe.";
|
|
|
669
671
|
var of_students_are_highly_stressed = "of students are highly stressed.";
|
|
670
672
|
var flagged_with_high_stress = "flagged with high stress.";
|
|
671
673
|
var select_a_student_to_see_their_profile_and_learning_plan = "Select a student to see their profile and learning plan";
|
|
672
|
-
var select_a_student_and_start_a_conversation_with_the_check_in_results = "Select a student and start a conversation with the check
|
|
674
|
+
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";
|
|
673
675
|
var start = "start";
|
|
674
676
|
var teacher_reflection = "Teacher Reflection";
|
|
675
677
|
var notes = "Notes";
|
|
@@ -697,7 +699,7 @@ var this_student_does_nt_have_missing_check_in = "This student doesn’t have mi
|
|
|
697
699
|
var no_student_missing_weekly_check_in = "No student missing weekly check in";
|
|
698
700
|
var start_1_1_conversation = "Start 1-1 Conversation";
|
|
699
701
|
var select_a_teacher_and_start_a_check_in = "Select a teacher and start a check in";
|
|
700
|
-
var this_weeks_check_ins = "This week's check
|
|
702
|
+
var this_weeks_check_ins = "This week's check Ins";
|
|
701
703
|
var this_weeks_1_1s = "This week's 1-1s";
|
|
702
704
|
var this_student_does_nt_have_1_1_in_this_week = "This student doesn’t have 1-1 in this week";
|
|
703
705
|
var this_student_does_nt_have_check_in_in_this_week = "This student doesn’t have check in in this week";
|
|
@@ -722,6 +724,7 @@ var created_by = "Created by";
|
|
|
722
724
|
var responses_distribution = "Responses Distribution";
|
|
723
725
|
var ratings_of_questions = "Ratings of Questions";
|
|
724
726
|
var show_results_for = "Show results for";
|
|
727
|
+
var responses_and_response_rates_per_question = "Responses and Response Rates Per Question";
|
|
725
728
|
var view_list_of_students = "View List of Students";
|
|
726
729
|
var view_list_of_responses = "View List of Response";
|
|
727
730
|
var number_of_responses = "Number of Responses";
|
|
@@ -752,7 +755,7 @@ var how_many_times_a_strategy_has_been_chosen = "How many times a strategy has b
|
|
|
752
755
|
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";
|
|
753
756
|
var not_yet_started = "Not yet started";
|
|
754
757
|
var in_progress = "In progress";
|
|
755
|
-
var export_check_ins_to_csv = "Export Check
|
|
758
|
+
var export_check_ins_to_csv = "Export Check Ins to CSV";
|
|
756
759
|
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";
|
|
757
760
|
var please_save_first = "Please save first";
|
|
758
761
|
var print_date = "Print date";
|
|
@@ -781,10 +784,9 @@ var start_reflection = "Start Reflection";
|
|
|
781
784
|
var customize_reflection = "Customize Reflection";
|
|
782
785
|
var include_section_you_want_to_appear = "Include section you want to appear";
|
|
783
786
|
var time_of_day = "Time of Day";
|
|
787
|
+
var iep_template = "IEP Template";
|
|
784
788
|
var one_roster = "OneRoster";
|
|
785
789
|
var sandbox = "Sandbox";
|
|
786
|
-
var well_being = "Well-being";
|
|
787
|
-
var self_efficacy = "Self-Efficacy";
|
|
788
790
|
var information_roster_sourced_id_full_name_email = "Information Roster (Sourced Id / Full name / Email)";
|
|
789
791
|
var sync_roster_users = "Sync Roster users";
|
|
790
792
|
var export_to_csv = "Export to CSV";
|
|
@@ -798,10 +800,12 @@ var order = "Order";
|
|
|
798
800
|
var user_for = "User for";
|
|
799
801
|
var question_category = "Question Category";
|
|
800
802
|
var template_survey = "Template Survey";
|
|
801
|
-
var
|
|
803
|
+
var total_of_category = "Total of category";
|
|
802
804
|
var create_template = "Create template";
|
|
803
805
|
var number_of_question = "Number of question";
|
|
804
806
|
var mandatory = "Mandatory";
|
|
807
|
+
var well_being = "well-being";
|
|
808
|
+
var self_efficacy = "self-efficacy";
|
|
805
809
|
var no_question_to_display = "No question to display";
|
|
806
810
|
var privacy_policy = "Privacy Policy";
|
|
807
811
|
var profile = "Profile";
|
|
@@ -856,7 +860,7 @@ var unmotivated = "Unmotivated";
|
|
|
856
860
|
var comfort = "Comfort";
|
|
857
861
|
var stretch = "Stretch";
|
|
858
862
|
var strain = "Strain";
|
|
859
|
-
var
|
|
863
|
+
var overwhelmed = "OVERWHELMED";
|
|
860
864
|
var edit_student_profile = "Edit student profile";
|
|
861
865
|
var teacher = "teacher";
|
|
862
866
|
var created = "created";
|
|
@@ -946,7 +950,6 @@ var what_do_you_want_to_do_differently = "What do you want to do differently?";
|
|
|
946
950
|
var to_do = "To Do";
|
|
947
951
|
var my_class_reflections = "My Class Reflections";
|
|
948
952
|
var send_reflection = "Send reflection";
|
|
949
|
-
var iep_template = "IEP Template";
|
|
950
953
|
var type_2_characters_to_search = "Type 2 characters to search";
|
|
951
954
|
var create_time = "Create time";
|
|
952
955
|
var do_you_want_to_remove_this_user = "Do you want to remove this user?";
|
|
@@ -958,7 +961,6 @@ var choose_file = "Choose file";
|
|
|
958
961
|
var do_you_want_to_remove_this_question = "Do you want to remove this question?";
|
|
959
962
|
var select = "Select";
|
|
960
963
|
var do_you_want_to_remove_this_category = "Do you want to remove this category?";
|
|
961
|
-
var total_of_category = "Total of category";
|
|
962
964
|
var total_of_templates = "Total of templates";
|
|
963
965
|
var template_name = "Template name";
|
|
964
966
|
var category_name = "Category name";
|
|
@@ -1684,7 +1686,7 @@ var not_likely_at_all = "Not likely at all";
|
|
|
1684
1686
|
var extremely_likely = "Extremely likely";
|
|
1685
1687
|
var uwcsea_sg_climate_survey_connections_with_adults_and_peers = "UWCSEA-SG Climate Survey: Connections with Adults & Peers";
|
|
1686
1688
|
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?";
|
|
1687
|
-
var uwcsea_sg_climate_survey_my_health_and_wellbeing = "UWCSEA-SG Climate Survey: My Health and
|
|
1689
|
+
var uwcsea_sg_climate_survey_my_health_and_wellbeing = "UWCSEA-SG Climate Survey: My Health and Wellbeing";
|
|
1688
1690
|
var uwcsea_sg_climate_survey_open_ended_questions = "UWCSEA-SG Climate Survey: Open Ended Questions";
|
|
1689
1691
|
var uwcsea_sg_climate_suvey_holistic_learning_experiences = "UWCSEA-SG Climate Suvey: Holistic Learning Experiences";
|
|
1690
1692
|
var import_email_by_csv = "Import email by csv";
|
|
@@ -1844,15 +1846,13 @@ var accommodation_set = "Accommodation Set";
|
|
|
1844
1846
|
var add_new_accommodation = "Add new accommodation";
|
|
1845
1847
|
var print_my_accommodations = "Print my accommodations";
|
|
1846
1848
|
var my_learning_progress = "My Learning Progress";
|
|
1847
|
-
var
|
|
1849
|
+
var weekly_quests = "Weekly quests";
|
|
1848
1850
|
var responses_comparisons = "Responses Comparisons";
|
|
1849
1851
|
var dropdown_and_verbal_questions_responses = "Dropdown and Verbal Questions Responses";
|
|
1850
1852
|
var mario_tools = "MARIO TOOLS";
|
|
1851
1853
|
var customize = "Customize";
|
|
1852
1854
|
var techical_settings = "Technical Settings";
|
|
1853
1855
|
var data_import_export = "Data Import/Export";
|
|
1854
|
-
var question_text = "Question text";
|
|
1855
|
-
var weekly_quests = "Weekly quests";
|
|
1856
1856
|
var inactive_students = "Inactive Students";
|
|
1857
1857
|
var admin_general_tips = "Admin General Tips";
|
|
1858
1858
|
var school_usage = "School Usage";
|
|
@@ -1956,7 +1956,7 @@ var my_current_PLP = "My current PLP";
|
|
|
1956
1956
|
var view_PLP = "View PLP";
|
|
1957
1957
|
var current_accommodation = "Current accommodation";
|
|
1958
1958
|
var goal_date = "Goal Date";
|
|
1959
|
-
var
|
|
1959
|
+
var you_havent_added_any_item_yet = "You haven't added any {{item}} yet";
|
|
1960
1960
|
var passing_date = "Passing Date";
|
|
1961
1961
|
var college = "College";
|
|
1962
1962
|
var visit = "Visit";
|
|
@@ -1970,6 +1970,24 @@ var resources = "resources";
|
|
|
1970
1970
|
var essay = "essay";
|
|
1971
1971
|
var essays = "essays";
|
|
1972
1972
|
var plans = "plans";
|
|
1973
|
+
var total_of = "Total of";
|
|
1974
|
+
var diagnostic_survey = "diagnostic survey";
|
|
1975
|
+
var selected_questions = "Selected Questions";
|
|
1976
|
+
var available_questions = "Available questions";
|
|
1977
|
+
var are_you_sure_you_want_to_inactive_students = "Are you sure you want to inactive {{number}} students?";
|
|
1978
|
+
var data_for_the_last_month = "Data for the last month";
|
|
1979
|
+
var number_of_questions = "Number of questions";
|
|
1980
|
+
var no_item_to_display = "No {{item}} to display";
|
|
1981
|
+
var template = "template";
|
|
1982
|
+
var assessment = "assessment";
|
|
1983
|
+
var assignment_result = "assignment result";
|
|
1984
|
+
var certificate = "certificate";
|
|
1985
|
+
var learning_support_category = "Learning support category";
|
|
1986
|
+
var feedback = "feedback";
|
|
1987
|
+
var suggestion = "suggestion";
|
|
1988
|
+
var tutorial_screen = "tutorial screen";
|
|
1989
|
+
var reflection_forms = "reflection forms";
|
|
1990
|
+
var select_question_to_add = "Select question to add";
|
|
1973
1991
|
var lang_us = {
|
|
1974
1992
|
dashboard: dashboard,
|
|
1975
1993
|
user: user,
|
|
@@ -1986,7 +2004,7 @@ var lang_us = {
|
|
|
1986
2004
|
hey: hey,
|
|
1987
2005
|
readiness_to_learn: readiness_to_learn,
|
|
1988
2006
|
high_impact_learning_strategies: high_impact_learning_strategies,
|
|
1989
|
-
"1_to_1": "1
|
|
2007
|
+
"1_to_1": "1 to 1",
|
|
1990
2008
|
check_in: check_in,
|
|
1991
2009
|
check_ins: check_ins,
|
|
1992
2010
|
reflection: reflection,
|
|
@@ -2027,7 +2045,7 @@ var lang_us = {
|
|
|
2027
2045
|
role: role,
|
|
2028
2046
|
active_status: active_status,
|
|
2029
2047
|
action: action,
|
|
2030
|
-
|
|
2048
|
+
active: active,
|
|
2031
2049
|
inactive: inactive,
|
|
2032
2050
|
create: create,
|
|
2033
2051
|
update: update,
|
|
@@ -2050,7 +2068,7 @@ var lang_us = {
|
|
|
2050
2068
|
question_type: question_type,
|
|
2051
2069
|
category: category,
|
|
2052
2070
|
sub_category: sub_category,
|
|
2053
|
-
|
|
2071
|
+
question_text: question_text,
|
|
2054
2072
|
text: text,
|
|
2055
2073
|
is_default_question_for_one_to_one: is_default_question_for_one_to_one,
|
|
2056
2074
|
default_question_for_students_or_teachers: default_question_for_students_or_teachers,
|
|
@@ -2387,7 +2405,7 @@ var lang_us = {
|
|
|
2387
2405
|
"1_to_1_conversation": "1-to-1 Conversation",
|
|
2388
2406
|
creator: creator,
|
|
2389
2407
|
last_modify: last_modify,
|
|
2390
|
-
|
|
2408
|
+
modify: modify,
|
|
2391
2409
|
student_reflections: student_reflections,
|
|
2392
2410
|
external_reflection: external_reflection,
|
|
2393
2411
|
external_class_reflection: external_class_reflection,
|
|
@@ -2434,7 +2452,7 @@ var lang_us = {
|
|
|
2434
2452
|
present_levels: present_levels,
|
|
2435
2453
|
present_levels_content: present_levels_content,
|
|
2436
2454
|
signatures: signatures,
|
|
2437
|
-
|
|
2455
|
+
iep_old_versionf_and_diagnostic_docs: iep_old_versionf_and_diagnostic_docs,
|
|
2438
2456
|
upload_file: upload_file,
|
|
2439
2457
|
add_interest: add_interest,
|
|
2440
2458
|
upload_image: upload_image,
|
|
@@ -2491,6 +2509,7 @@ var lang_us = {
|
|
|
2491
2509
|
student_survey: student_survey,
|
|
2492
2510
|
view_survey: view_survey,
|
|
2493
2511
|
create_a_survey: create_a_survey,
|
|
2512
|
+
survey_from: survey_from,
|
|
2494
2513
|
review: review,
|
|
2495
2514
|
publish_survey: publish_survey,
|
|
2496
2515
|
total_surveys: total_surveys,
|
|
@@ -2587,7 +2606,6 @@ var lang_us = {
|
|
|
2587
2606
|
survey_dashboard: survey_dashboard,
|
|
2588
2607
|
response_rate: response_rate,
|
|
2589
2608
|
top_5_most_survey_used: top_5_most_survey_used,
|
|
2590
|
-
survey_from: survey_from,
|
|
2591
2609
|
question_intervention: question_intervention,
|
|
2592
2610
|
student_pressure: student_pressure,
|
|
2593
2611
|
overall_readiness_to_learn: overall_readiness_to_learn,
|
|
@@ -2666,6 +2684,7 @@ var lang_us = {
|
|
|
2666
2684
|
responses_distribution: responses_distribution,
|
|
2667
2685
|
ratings_of_questions: ratings_of_questions,
|
|
2668
2686
|
show_results_for: show_results_for,
|
|
2687
|
+
responses_and_response_rates_per_question: responses_and_response_rates_per_question,
|
|
2669
2688
|
view_list_of_students: view_list_of_students,
|
|
2670
2689
|
view_list_of_responses: view_list_of_responses,
|
|
2671
2690
|
number_of_responses: number_of_responses,
|
|
@@ -2727,10 +2746,11 @@ var lang_us = {
|
|
|
2727
2746
|
customize_reflection: customize_reflection,
|
|
2728
2747
|
include_section_you_want_to_appear: include_section_you_want_to_appear,
|
|
2729
2748
|
time_of_day: time_of_day,
|
|
2749
|
+
iep_template: iep_template,
|
|
2730
2750
|
one_roster: one_roster,
|
|
2731
2751
|
sandbox: sandbox,
|
|
2732
|
-
|
|
2733
|
-
|
|
2752
|
+
"well-being": "Well-being",
|
|
2753
|
+
"self-efficacy": "Self-Efficacy",
|
|
2734
2754
|
information_roster_sourced_id_full_name_email: information_roster_sourced_id_full_name_email,
|
|
2735
2755
|
sync_roster_users: sync_roster_users,
|
|
2736
2756
|
export_to_csv: export_to_csv,
|
|
@@ -2744,10 +2764,12 @@ var lang_us = {
|
|
|
2744
2764
|
user_for: user_for,
|
|
2745
2765
|
question_category: question_category,
|
|
2746
2766
|
template_survey: template_survey,
|
|
2747
|
-
|
|
2767
|
+
total_of_category: total_of_category,
|
|
2748
2768
|
create_template: create_template,
|
|
2749
2769
|
number_of_question: number_of_question,
|
|
2750
2770
|
mandatory: mandatory,
|
|
2771
|
+
well_being: well_being,
|
|
2772
|
+
self_efficacy: self_efficacy,
|
|
2751
2773
|
no_question_to_display: no_question_to_display,
|
|
2752
2774
|
privacy_policy: privacy_policy,
|
|
2753
2775
|
profile: profile,
|
|
@@ -2803,7 +2825,7 @@ var lang_us = {
|
|
|
2803
2825
|
comfort: comfort,
|
|
2804
2826
|
stretch: stretch,
|
|
2805
2827
|
strain: strain,
|
|
2806
|
-
|
|
2828
|
+
overwhelmed: overwhelmed,
|
|
2807
2829
|
edit_student_profile: edit_student_profile,
|
|
2808
2830
|
teacher: teacher,
|
|
2809
2831
|
created: created,
|
|
@@ -2893,7 +2915,6 @@ var lang_us = {
|
|
|
2893
2915
|
to_do: to_do,
|
|
2894
2916
|
my_class_reflections: my_class_reflections,
|
|
2895
2917
|
send_reflection: send_reflection,
|
|
2896
|
-
iep_template: iep_template,
|
|
2897
2918
|
type_2_characters_to_search: type_2_characters_to_search,
|
|
2898
2919
|
create_time: create_time,
|
|
2899
2920
|
do_you_want_to_remove_this_user: do_you_want_to_remove_this_user,
|
|
@@ -2905,7 +2926,6 @@ var lang_us = {
|
|
|
2905
2926
|
do_you_want_to_remove_this_question: do_you_want_to_remove_this_question,
|
|
2906
2927
|
select: select,
|
|
2907
2928
|
do_you_want_to_remove_this_category: do_you_want_to_remove_this_category,
|
|
2908
|
-
total_of_category: total_of_category,
|
|
2909
2929
|
total_of_templates: total_of_templates,
|
|
2910
2930
|
template_name: template_name,
|
|
2911
2931
|
category_name: category_name,
|
|
@@ -3795,15 +3815,13 @@ var lang_us = {
|
|
|
3795
3815
|
my_learning_progress: my_learning_progress,
|
|
3796
3816
|
"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.",
|
|
3797
3817
|
"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.",
|
|
3798
|
-
|
|
3818
|
+
weekly_quests: weekly_quests,
|
|
3799
3819
|
responses_comparisons: responses_comparisons,
|
|
3800
3820
|
dropdown_and_verbal_questions_responses: dropdown_and_verbal_questions_responses,
|
|
3801
3821
|
mario_tools: mario_tools,
|
|
3802
3822
|
customize: customize,
|
|
3803
3823
|
techical_settings: techical_settings,
|
|
3804
3824
|
data_import_export: data_import_export,
|
|
3805
|
-
question_text: question_text,
|
|
3806
|
-
weekly_quests: weekly_quests,
|
|
3807
3825
|
inactive_students: inactive_students,
|
|
3808
3826
|
admin_general_tips: admin_general_tips,
|
|
3809
3827
|
school_usage: school_usage,
|
|
@@ -3923,7 +3941,7 @@ var lang_us = {
|
|
|
3923
3941
|
view_PLP: view_PLP,
|
|
3924
3942
|
current_accommodation: current_accommodation,
|
|
3925
3943
|
goal_date: goal_date,
|
|
3926
|
-
|
|
3944
|
+
you_havent_added_any_item_yet: you_havent_added_any_item_yet,
|
|
3927
3945
|
passing_date: passing_date,
|
|
3928
3946
|
college: college,
|
|
3929
3947
|
visit: visit,
|
|
@@ -3936,7 +3954,25 @@ var lang_us = {
|
|
|
3936
3954
|
resources: resources,
|
|
3937
3955
|
essay: essay,
|
|
3938
3956
|
essays: essays,
|
|
3939
|
-
plans: plans
|
|
3957
|
+
plans: plans,
|
|
3958
|
+
total_of: total_of,
|
|
3959
|
+
diagnostic_survey: diagnostic_survey,
|
|
3960
|
+
selected_questions: selected_questions,
|
|
3961
|
+
available_questions: available_questions,
|
|
3962
|
+
are_you_sure_you_want_to_inactive_students: are_you_sure_you_want_to_inactive_students,
|
|
3963
|
+
data_for_the_last_month: data_for_the_last_month,
|
|
3964
|
+
number_of_questions: number_of_questions,
|
|
3965
|
+
no_item_to_display: no_item_to_display,
|
|
3966
|
+
template: template,
|
|
3967
|
+
assessment: assessment,
|
|
3968
|
+
assignment_result: assignment_result,
|
|
3969
|
+
certificate: certificate,
|
|
3970
|
+
learning_support_category: learning_support_category,
|
|
3971
|
+
feedback: feedback,
|
|
3972
|
+
suggestion: suggestion,
|
|
3973
|
+
tutorial_screen: tutorial_screen,
|
|
3974
|
+
reflection_forms: reflection_forms,
|
|
3975
|
+
select_question_to_add: select_question_to_add
|
|
3940
3976
|
};
|
|
3941
3977
|
|
|
3942
3978
|
var dashboard$1 = "Dashboard";
|
|
@@ -3994,7 +4030,7 @@ var age$1 = "Age";
|
|
|
3994
4030
|
var role$1 = "Role";
|
|
3995
4031
|
var active_status$1 = "Active status";
|
|
3996
4032
|
var action$1 = "Action";
|
|
3997
|
-
var active = "Active";
|
|
4033
|
+
var active$1 = "Active";
|
|
3998
4034
|
var inactive$1 = "Inactive";
|
|
3999
4035
|
var create$1 = "Create";
|
|
4000
4036
|
var update$1 = "Update";
|
|
@@ -4350,7 +4386,7 @@ var impact_score$1 = "Impact Score";
|
|
|
4350
4386
|
var iep$1 = "IEP";
|
|
4351
4387
|
var creator$1 = "Creator";
|
|
4352
4388
|
var last_modify$1 = "Last Modify";
|
|
4353
|
-
var modify = "Modify";
|
|
4389
|
+
var modify$1 = "Modify";
|
|
4354
4390
|
var student_reflections$1 = "Student Reflections";
|
|
4355
4391
|
var external_reflection$1 = "External Reflection";
|
|
4356
4392
|
var external_class_reflection$1 = "External Class Reflection";
|
|
@@ -4397,7 +4433,7 @@ var transition_planning_content$1 = "Beginning no later than a student’s 16th
|
|
|
4397
4433
|
var present_levels$1 = "Present Levels";
|
|
4398
4434
|
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.";
|
|
4399
4435
|
var signatures$1 = "Signatures";
|
|
4400
|
-
var iep_old_versionf_and_diagnostic_docs = "IEP old version and diagnostic docs";
|
|
4436
|
+
var iep_old_versionf_and_diagnostic_docs$1 = "IEP old version and diagnostic docs";
|
|
4401
4437
|
var upload_file$1 = "Upload File";
|
|
4402
4438
|
var add_interest$1 = "Add Interest";
|
|
4403
4439
|
var upload_image$1 = "Upload Image";
|
|
@@ -4489,6 +4525,7 @@ var do_you_want_to_share_a_survey_to_teachers$1 = "Do you want to share a survey
|
|
|
4489
4525
|
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.";
|
|
4490
4526
|
var skip$1 = "skip";
|
|
4491
4527
|
var survey_questions$1 = "Survey questions";
|
|
4528
|
+
var weekly_quests$1 = "Weekly quests";
|
|
4492
4529
|
var add_survey_question$1 = "Add Survey Question";
|
|
4493
4530
|
var additional_question$1 = "Additional Question";
|
|
4494
4531
|
var add_additional_question$1 = "Add additional question";
|
|
@@ -4759,7 +4796,7 @@ var unmotivated$1 = "Unmotivated";
|
|
|
4759
4796
|
var comfort$1 = "Comfort";
|
|
4760
4797
|
var stretch$1 = "Stretch";
|
|
4761
4798
|
var strain$1 = "Strain";
|
|
4762
|
-
var overwhelmed = "OVERWHELMED";
|
|
4799
|
+
var overwhelmed$1 = "OVERWHELMED";
|
|
4763
4800
|
var edit_student_profile$1 = "Edit student profile";
|
|
4764
4801
|
var teacher$1 = "teacher";
|
|
4765
4802
|
var created$1 = "created";
|
|
@@ -5745,13 +5782,13 @@ var accommodation_set$1 = "Accommodation Set";
|
|
|
5745
5782
|
var add_new_accommodation$1 = "Add new accommodation";
|
|
5746
5783
|
var print_my_accommodations$1 = "Print my accommodations";
|
|
5747
5784
|
var my_learning_progress$1 = "My Learning Progress";
|
|
5785
|
+
var inactive_students$1 = "Inactive Students";
|
|
5748
5786
|
var responses_comparisons$1 = "Responses Comparisons";
|
|
5749
5787
|
var dropdown_and_verbal_questions_responses$1 = "Dropdown and Verbal Questions Responses";
|
|
5750
5788
|
var mario_tools$1 = "MARIO TOOLS";
|
|
5751
5789
|
var customize$1 = "Customize";
|
|
5752
5790
|
var techical_settings$1 = "Technical Settings";
|
|
5753
5791
|
var data_import_export$1 = "Data Import/Export";
|
|
5754
|
-
var inactive_students$1 = "Inactive Students";
|
|
5755
5792
|
var admin_general_tips$1 = "Admin General Tips";
|
|
5756
5793
|
var school_usage$1 = "School Usage";
|
|
5757
5794
|
var total_conversations_time$1 = "Total Conversations Time";
|
|
@@ -5854,7 +5891,7 @@ var my_current_PLP$1 = "My current PLP";
|
|
|
5854
5891
|
var view_PLP$1 = "View PLP";
|
|
5855
5892
|
var current_accommodation$1 = "Current accommodation";
|
|
5856
5893
|
var goal_date$1 = "Goal Date";
|
|
5857
|
-
var you_havent_added_any_item_yet = "You haven't added any {{item}} yet";
|
|
5894
|
+
var you_havent_added_any_item_yet$1 = "You haven't added any {{item}} yet";
|
|
5858
5895
|
var passing_date$1 = "Passing Date";
|
|
5859
5896
|
var college$1 = "College";
|
|
5860
5897
|
var visit$1 = "Visit";
|
|
@@ -5868,6 +5905,24 @@ var resources$1 = "resources";
|
|
|
5868
5905
|
var essay$1 = "essay";
|
|
5869
5906
|
var essays$1 = "essays";
|
|
5870
5907
|
var plans$1 = "plans";
|
|
5908
|
+
var total_of$1 = "Total of";
|
|
5909
|
+
var diagnostic_survey$1 = "diagnostic survey";
|
|
5910
|
+
var selected_questions$1 = "Selected Questions";
|
|
5911
|
+
var available_questions$1 = "Available questions";
|
|
5912
|
+
var are_you_sure_you_want_to_inactive_students$1 = "Are you sure you want to inactive {{number}} students?";
|
|
5913
|
+
var data_for_the_last_month$1 = "Data for the last month";
|
|
5914
|
+
var number_of_questions$1 = "Number of questions";
|
|
5915
|
+
var no_item_to_display$1 = "No {{item}} to display";
|
|
5916
|
+
var template$1 = "template";
|
|
5917
|
+
var assessment$1 = "assessment";
|
|
5918
|
+
var assignment_result$1 = "assignment result";
|
|
5919
|
+
var certificate$1 = "certificate";
|
|
5920
|
+
var learning_support_category$1 = "Learning support category";
|
|
5921
|
+
var feedback$1 = "feedback";
|
|
5922
|
+
var suggestion$1 = "suggestion";
|
|
5923
|
+
var tutorial_screen$1 = "tutorial screen";
|
|
5924
|
+
var reflection_forms$1 = "reflection forms";
|
|
5925
|
+
var select_question_to_add$1 = "Select question to add";
|
|
5871
5926
|
var lang_uk = {
|
|
5872
5927
|
dashboard: dashboard$1,
|
|
5873
5928
|
user: user$1,
|
|
@@ -5925,7 +5980,7 @@ var lang_uk = {
|
|
|
5925
5980
|
role: role$1,
|
|
5926
5981
|
active_status: active_status$1,
|
|
5927
5982
|
action: action$1,
|
|
5928
|
-
active: active,
|
|
5983
|
+
active: active$1,
|
|
5929
5984
|
inactive: inactive$1,
|
|
5930
5985
|
create: create$1,
|
|
5931
5986
|
update: update$1,
|
|
@@ -6285,7 +6340,7 @@ var lang_uk = {
|
|
|
6285
6340
|
"1_to_1_conversation": "1-to-1 Conversation",
|
|
6286
6341
|
creator: creator$1,
|
|
6287
6342
|
last_modify: last_modify$1,
|
|
6288
|
-
modify: modify,
|
|
6343
|
+
modify: modify$1,
|
|
6289
6344
|
student_reflections: student_reflections$1,
|
|
6290
6345
|
external_reflection: external_reflection$1,
|
|
6291
6346
|
external_class_reflection: external_class_reflection$1,
|
|
@@ -6332,7 +6387,7 @@ var lang_uk = {
|
|
|
6332
6387
|
present_levels: present_levels$1,
|
|
6333
6388
|
present_levels_content: present_levels_content$1,
|
|
6334
6389
|
signatures: signatures$1,
|
|
6335
|
-
iep_old_versionf_and_diagnostic_docs: iep_old_versionf_and_diagnostic_docs,
|
|
6390
|
+
iep_old_versionf_and_diagnostic_docs: iep_old_versionf_and_diagnostic_docs$1,
|
|
6336
6391
|
upload_file: upload_file$1,
|
|
6337
6392
|
add_interest: add_interest$1,
|
|
6338
6393
|
upload_image: upload_image$1,
|
|
@@ -6425,6 +6480,7 @@ var lang_uk = {
|
|
|
6425
6480
|
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,
|
|
6426
6481
|
skip: skip$1,
|
|
6427
6482
|
survey_questions: survey_questions$1,
|
|
6483
|
+
weekly_quests: weekly_quests$1,
|
|
6428
6484
|
add_survey_question: add_survey_question$1,
|
|
6429
6485
|
additional_question: additional_question$1,
|
|
6430
6486
|
add_additional_question: add_additional_question$1,
|
|
@@ -6705,7 +6761,7 @@ var lang_uk = {
|
|
|
6705
6761
|
comfort: comfort$1,
|
|
6706
6762
|
stretch: stretch$1,
|
|
6707
6763
|
strain: strain$1,
|
|
6708
|
-
overwhelmed: overwhelmed,
|
|
6764
|
+
overwhelmed: overwhelmed$1,
|
|
6709
6765
|
edit_student_profile: edit_student_profile$1,
|
|
6710
6766
|
teacher: teacher$1,
|
|
6711
6767
|
created: created$1,
|
|
@@ -7694,6 +7750,7 @@ var lang_uk = {
|
|
|
7694
7750
|
print_my_accommodations: print_my_accommodations$1,
|
|
7695
7751
|
my_learning_progress: my_learning_progress$1,
|
|
7696
7752
|
"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.",
|
|
7753
|
+
inactive_students: inactive_students$1,
|
|
7697
7754
|
"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.",
|
|
7698
7755
|
responses_comparisons: responses_comparisons$1,
|
|
7699
7756
|
dropdown_and_verbal_questions_responses: dropdown_and_verbal_questions_responses$1,
|
|
@@ -7701,7 +7758,6 @@ var lang_uk = {
|
|
|
7701
7758
|
customize: customize$1,
|
|
7702
7759
|
techical_settings: techical_settings$1,
|
|
7703
7760
|
data_import_export: data_import_export$1,
|
|
7704
|
-
inactive_students: inactive_students$1,
|
|
7705
7761
|
admin_general_tips: admin_general_tips$1,
|
|
7706
7762
|
school_usage: school_usage$1,
|
|
7707
7763
|
total_conversations_time: total_conversations_time$1,
|
|
@@ -7820,7 +7876,7 @@ var lang_uk = {
|
|
|
7820
7876
|
view_PLP: view_PLP$1,
|
|
7821
7877
|
current_accommodation: current_accommodation$1,
|
|
7822
7878
|
goal_date: goal_date$1,
|
|
7823
|
-
you_havent_added_any_item_yet: you_havent_added_any_item_yet,
|
|
7879
|
+
you_havent_added_any_item_yet: you_havent_added_any_item_yet$1,
|
|
7824
7880
|
passing_date: passing_date$1,
|
|
7825
7881
|
college: college$1,
|
|
7826
7882
|
visit: visit$1,
|
|
@@ -7833,7 +7889,25 @@ var lang_uk = {
|
|
|
7833
7889
|
resources: resources$1,
|
|
7834
7890
|
essay: essay$1,
|
|
7835
7891
|
essays: essays$1,
|
|
7836
|
-
plans: plans$1
|
|
7892
|
+
plans: plans$1,
|
|
7893
|
+
total_of: total_of$1,
|
|
7894
|
+
diagnostic_survey: diagnostic_survey$1,
|
|
7895
|
+
selected_questions: selected_questions$1,
|
|
7896
|
+
available_questions: available_questions$1,
|
|
7897
|
+
are_you_sure_you_want_to_inactive_students: are_you_sure_you_want_to_inactive_students$1,
|
|
7898
|
+
data_for_the_last_month: data_for_the_last_month$1,
|
|
7899
|
+
number_of_questions: number_of_questions$1,
|
|
7900
|
+
no_item_to_display: no_item_to_display$1,
|
|
7901
|
+
template: template$1,
|
|
7902
|
+
assessment: assessment$1,
|
|
7903
|
+
assignment_result: assignment_result$1,
|
|
7904
|
+
certificate: certificate$1,
|
|
7905
|
+
learning_support_category: learning_support_category$1,
|
|
7906
|
+
feedback: feedback$1,
|
|
7907
|
+
suggestion: suggestion$1,
|
|
7908
|
+
tutorial_screen: tutorial_screen$1,
|
|
7909
|
+
reflection_forms: reflection_forms$1,
|
|
7910
|
+
select_question_to_add: select_question_to_add$1
|
|
7837
7911
|
};
|
|
7838
7912
|
|
|
7839
7913
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -7891,7 +7965,7 @@ var age$2 = "العمر";
|
|
|
7891
7965
|
var role$2 = "الدور الوظيفي";
|
|
7892
7966
|
var active_status$2 = "الحالة الفعالة";
|
|
7893
7967
|
var action$2 = "الإجراء";
|
|
7894
|
-
var active$
|
|
7968
|
+
var active$2 = "فعال";
|
|
7895
7969
|
var inactive$2 = "غير فعال";
|
|
7896
7970
|
var create$2 = "إنشاء ";
|
|
7897
7971
|
var update$2 = "تحديث";
|
|
@@ -8239,7 +8313,7 @@ var impact_score$2 = "درجة التأثير ";
|
|
|
8239
8313
|
var iep$2 = "برنامج التعليم الفردي";
|
|
8240
8314
|
var creator$2 = "المصمم";
|
|
8241
8315
|
var last_modify$2 = "آخر تعديل";
|
|
8242
|
-
var modify$
|
|
8316
|
+
var modify$2 = "تعديل";
|
|
8243
8317
|
var student_reflections$2 = "أفكار الطالب";
|
|
8244
8318
|
var external_reflection$2 = "الأفكار الخارجية";
|
|
8245
8319
|
var external_class_reflection$2 = "الأفكار الصفية الخارجية";
|
|
@@ -8286,7 +8360,7 @@ var transition_planning_content$2 = "بدءًا من عمر السادسة عش
|
|
|
8286
8360
|
var present_levels$2 = "المستويات الحالية";
|
|
8287
8361
|
var present_levels_content$2 = "كيف حال الطفل حاليًا في المدرسة؟ كيف تؤثر الحالة الخاصة على أدائه في الفصل؟ يتم تضمين هذا النوع من المعلومات في بيان \"المستويات الحالية\" في برنامج التعليم الفردي.";
|
|
8288
8362
|
var signatures$2 = "التواقيع";
|
|
8289
|
-
var iep_old_versionf_and_diagnostic_docs$
|
|
8363
|
+
var iep_old_versionf_and_diagnostic_docs$2 = "إصدار قديم من برنامج التعليم الفردي ومستندات التشخيص";
|
|
8290
8364
|
var upload_file$2 = "تحميل الملف";
|
|
8291
8365
|
var add_interest$2 = "إضافة جانب اهتمام";
|
|
8292
8366
|
var upload_image$2 = "تحميل صورة";
|
|
@@ -8613,7 +8687,7 @@ var unmotivated$2 = "غير متحفز";
|
|
|
8613
8687
|
var comfort$2 = "الراحة";
|
|
8614
8688
|
var stretch$2 = "الاسترخاء";
|
|
8615
8689
|
var strain$2 = "مُجهد";
|
|
8616
|
-
var overwhelmed$
|
|
8690
|
+
var overwhelmed$2 = "مرهق";
|
|
8617
8691
|
var edit_student_profile$2 = "تعديل ملف الطالب";
|
|
8618
8692
|
var teacher$2 = "المدرس";
|
|
8619
8693
|
var created$2 = "تم إنشاؤه";
|
|
@@ -8735,7 +8809,7 @@ var user_for$2 = "مستخدم لـ";
|
|
|
8735
8809
|
var do_you_want_to_remove_this_question$2 = "هل تريد إزالة هذا السؤال؟";
|
|
8736
8810
|
var question_category$2 = "فئة السؤال ";
|
|
8737
8811
|
var template_survey$2 = "قالب استطلاع الرأي";
|
|
8738
|
-
var is_intervention
|
|
8812
|
+
var is_intervention = "هو التدخل";
|
|
8739
8813
|
var select$2 = "اختيار";
|
|
8740
8814
|
var select_category$2 = "اختر الفئة";
|
|
8741
8815
|
var do_you_want_to_remove_this_category$2 = "هل تريد إزالة هذه الفئة؟";
|
|
@@ -9744,7 +9818,7 @@ var my_current_PLP$2 = "بلدي PLP الحالي";
|
|
|
9744
9818
|
var view_PLP$2 = "عرض PLP";
|
|
9745
9819
|
var current_accommodation$2 = "الإقامة الحالية";
|
|
9746
9820
|
var goal_date$2 = "تاريخ الهدف";
|
|
9747
|
-
var
|
|
9821
|
+
var you_havent_added_any_item_yet$2 = "لم تقم بإضافة أي {{item}} حتى الآن";
|
|
9748
9822
|
var passing_date$2 = "تاريخ المرور";
|
|
9749
9823
|
var college$2 = "كلية";
|
|
9750
9824
|
var visit$2 = "يزور";
|
|
@@ -9758,6 +9832,21 @@ var resources$2 = "موارد";
|
|
|
9758
9832
|
var essay$2 = "مقال";
|
|
9759
9833
|
var essays$2 = "مقالات";
|
|
9760
9834
|
var plans$2 = "الخطط";
|
|
9835
|
+
var total_of$2 = "مجموع ال";
|
|
9836
|
+
var selected_questions$2 = "أسئلة مختارة";
|
|
9837
|
+
var diagnostic_survey$2 = "المسح التشخيصي";
|
|
9838
|
+
var available_questions$2 = "الأسئلة المتاحة";
|
|
9839
|
+
var are_you_sure_you_want_to_inactive_students$2 = "هل أنت متأكد أنك تريد {{number}} من الطلاب غير النشطين؟";
|
|
9840
|
+
var data_for_the_last_month$2 = "بيانات الشهر الماضي";
|
|
9841
|
+
var number_of_questions$2 = "عدد الأسئلة";
|
|
9842
|
+
var no_item_to_display$2 = "لا يوجد {{item}} للعرض";
|
|
9843
|
+
var template$2 = "نموذج";
|
|
9844
|
+
var assessment$2 = "تقدير";
|
|
9845
|
+
var certificate$2 = "شهادة";
|
|
9846
|
+
var assignment_result$2 = "نتيجة الاحالة";
|
|
9847
|
+
var learning_support_category$2 = "فئة دعم التعلم";
|
|
9848
|
+
var feedback$2 = "تعليق";
|
|
9849
|
+
var reflection_forms$2 = "أشكال الانعكاس";
|
|
9761
9850
|
var lang_ar = {
|
|
9762
9851
|
dashboard: dashboard$2,
|
|
9763
9852
|
user: user$2,
|
|
@@ -9815,7 +9904,7 @@ var lang_ar = {
|
|
|
9815
9904
|
role: role$2,
|
|
9816
9905
|
active_status: active_status$2,
|
|
9817
9906
|
action: action$2,
|
|
9818
|
-
active: active$
|
|
9907
|
+
active: active$2,
|
|
9819
9908
|
inactive: inactive$2,
|
|
9820
9909
|
create: create$2,
|
|
9821
9910
|
update: update$2,
|
|
@@ -10167,7 +10256,7 @@ var lang_ar = {
|
|
|
10167
10256
|
"1_to_1_conversation": "محادثة تعلّم فردية",
|
|
10168
10257
|
creator: creator$2,
|
|
10169
10258
|
last_modify: last_modify$2,
|
|
10170
|
-
modify: modify$
|
|
10259
|
+
modify: modify$2,
|
|
10171
10260
|
student_reflections: student_reflections$2,
|
|
10172
10261
|
external_reflection: external_reflection$2,
|
|
10173
10262
|
external_class_reflection: external_class_reflection$2,
|
|
@@ -10214,7 +10303,7 @@ var lang_ar = {
|
|
|
10214
10303
|
present_levels: present_levels$2,
|
|
10215
10304
|
present_levels_content: present_levels_content$2,
|
|
10216
10305
|
signatures: signatures$2,
|
|
10217
|
-
iep_old_versionf_and_diagnostic_docs: iep_old_versionf_and_diagnostic_docs$
|
|
10306
|
+
iep_old_versionf_and_diagnostic_docs: iep_old_versionf_and_diagnostic_docs$2,
|
|
10218
10307
|
upload_file: upload_file$2,
|
|
10219
10308
|
add_interest: add_interest$2,
|
|
10220
10309
|
upload_image: upload_image$2,
|
|
@@ -10549,7 +10638,7 @@ var lang_ar = {
|
|
|
10549
10638
|
comfort: comfort$2,
|
|
10550
10639
|
stretch: stretch$2,
|
|
10551
10640
|
strain: strain$2,
|
|
10552
|
-
overwhelmed: overwhelmed$
|
|
10641
|
+
overwhelmed: overwhelmed$2,
|
|
10553
10642
|
edit_student_profile: edit_student_profile$2,
|
|
10554
10643
|
teacher: teacher$2,
|
|
10555
10644
|
created: created$2,
|
|
@@ -10671,7 +10760,7 @@ var lang_ar = {
|
|
|
10671
10760
|
do_you_want_to_remove_this_question: do_you_want_to_remove_this_question$2,
|
|
10672
10761
|
question_category: question_category$2,
|
|
10673
10762
|
template_survey: template_survey$2,
|
|
10674
|
-
is_intervention: is_intervention
|
|
10763
|
+
is_intervention: is_intervention,
|
|
10675
10764
|
select: select$2,
|
|
10676
10765
|
select_category: select_category$2,
|
|
10677
10766
|
do_you_want_to_remove_this_category: do_you_want_to_remove_this_category$2,
|
|
@@ -11700,7 +11789,7 @@ var lang_ar = {
|
|
|
11700
11789
|
view_PLP: view_PLP$2,
|
|
11701
11790
|
current_accommodation: current_accommodation$2,
|
|
11702
11791
|
goal_date: goal_date$2,
|
|
11703
|
-
|
|
11792
|
+
you_havent_added_any_item_yet: you_havent_added_any_item_yet$2,
|
|
11704
11793
|
passing_date: passing_date$2,
|
|
11705
11794
|
college: college$2,
|
|
11706
11795
|
visit: visit$2,
|
|
@@ -11713,7 +11802,22 @@ var lang_ar = {
|
|
|
11713
11802
|
resources: resources$2,
|
|
11714
11803
|
essay: essay$2,
|
|
11715
11804
|
essays: essays$2,
|
|
11716
|
-
plans: plans$2
|
|
11805
|
+
plans: plans$2,
|
|
11806
|
+
total_of: total_of$2,
|
|
11807
|
+
selected_questions: selected_questions$2,
|
|
11808
|
+
diagnostic_survey: diagnostic_survey$2,
|
|
11809
|
+
available_questions: available_questions$2,
|
|
11810
|
+
are_you_sure_you_want_to_inactive_students: are_you_sure_you_want_to_inactive_students$2,
|
|
11811
|
+
data_for_the_last_month: data_for_the_last_month$2,
|
|
11812
|
+
number_of_questions: number_of_questions$2,
|
|
11813
|
+
no_item_to_display: no_item_to_display$2,
|
|
11814
|
+
template: template$2,
|
|
11815
|
+
assessment: assessment$2,
|
|
11816
|
+
certificate: certificate$2,
|
|
11817
|
+
assignment_result: assignment_result$2,
|
|
11818
|
+
learning_support_category: learning_support_category$2,
|
|
11819
|
+
feedback: feedback$2,
|
|
11820
|
+
reflection_forms: reflection_forms$2
|
|
11717
11821
|
};
|
|
11718
11822
|
|
|
11719
11823
|
var dashboard$3 = "Panel de Control";
|
|
@@ -11770,7 +11874,7 @@ var age$3 = "Edad";
|
|
|
11770
11874
|
var role$3 = "Role";
|
|
11771
11875
|
var active_status$3 = "Estado activo";
|
|
11772
11876
|
var action$3 = "Acción";
|
|
11773
|
-
var Active
|
|
11877
|
+
var Active = "Activo";
|
|
11774
11878
|
var inactive$3 = "Inactivo";
|
|
11775
11879
|
var create$3 = "Crear";
|
|
11776
11880
|
var update$3 = "Actualizar";
|
|
@@ -12125,7 +12229,7 @@ var impact_score$3 = "Puntuación de impacto";
|
|
|
12125
12229
|
var iep$3 = "PEI";
|
|
12126
12230
|
var creator$3 = "Creador";
|
|
12127
12231
|
var last_modify$3 = "Última modificación";
|
|
12128
|
-
var Modify
|
|
12232
|
+
var Modify = "Modificar";
|
|
12129
12233
|
var student_reflections$3 = "Reflexiones de los estudiantes";
|
|
12130
12234
|
var external_reflection$3 = "Reflexión exterior";
|
|
12131
12235
|
var external_class_reflection$3 = "Reflexión de clase externa";
|
|
@@ -12172,7 +12276,7 @@ var transition_planning_content$3 = "A partir del cumpleaños número 16 del est
|
|
|
12172
12276
|
var present_levels$3 = "Niveles actuales";
|
|
12173
12277
|
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\".";
|
|
12174
12278
|
var signatures$3 = "Firmas";
|
|
12175
|
-
var iep_old_version_and_diagnostic_docs
|
|
12279
|
+
var iep_old_version_and_diagnostic_docs = "Versión anterior del IEP y documentos de diagnóstico";
|
|
12176
12280
|
var upload_file$3 = "Subir archivo";
|
|
12177
12281
|
var add_interest$3 = "Agregar interés";
|
|
12178
12282
|
var upload_image$3 = "Cargar imagen";
|
|
@@ -12422,8 +12526,6 @@ var performance$4 = "Actuación";
|
|
|
12422
12526
|
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.";
|
|
12423
12527
|
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í.";
|
|
12424
12528
|
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.";
|
|
12425
|
-
var still_in_control_but_starting_to_feel_the_pressure$3 = "Aún tengo el control pero empiezo a sentir la presión.";
|
|
12426
|
-
var too_much_pressure_and_really_struggling_to_manage_my_workload$3 = "Demasiada presión y muchas dificultades para gestionar mi carga de trabajo.";
|
|
12427
12529
|
var import_emails_by_csv$3 = "Importar correo electrónico por csv";
|
|
12428
12530
|
var request_number$3 = "Número de solicitud";
|
|
12429
12531
|
var select_or_input_class_type$3 = "Seleccione o ingrese el tipo de clase";
|
|
@@ -12449,7 +12551,7 @@ var order$3 = "Orden";
|
|
|
12449
12551
|
var user_for$3 = "Usuario para";
|
|
12450
12552
|
var question_category$3 = "Categoría de preguntas";
|
|
12451
12553
|
var template_survey$3 = "Plantilla de encuesta";
|
|
12452
|
-
var is_intervention$
|
|
12554
|
+
var is_intervention$1 = "Es intervención";
|
|
12453
12555
|
var create_template$3 = "Crear plantilla";
|
|
12454
12556
|
var number_of_question$3 = "Número de preguntas";
|
|
12455
12557
|
var mandatory$3 = "Obligatorio";
|
|
@@ -12507,7 +12609,7 @@ var unmotivated$3 = "Desmotivado";
|
|
|
12507
12609
|
var comfort$3 = "Comodidad";
|
|
12508
12610
|
var stretch$3 = "Estirar";
|
|
12509
12611
|
var strain$3 = "Cepa";
|
|
12510
|
-
var overwhelmed_overwhelmed
|
|
12612
|
+
var overwhelmed_overwhelmed = "ABURRADOAbrumado";
|
|
12511
12613
|
var edit_student_profile$3 = "Editar perfil de estudiante";
|
|
12512
12614
|
var teacher$3 = "maestro";
|
|
12513
12615
|
var created$3 = "creado";
|
|
@@ -13503,7 +13605,7 @@ var customize$3 = "Personalizar";
|
|
|
13503
13605
|
var techical_settings$3 = "Configuración técnica";
|
|
13504
13606
|
var data_import_export$3 = "Importación/Exportación de datos";
|
|
13505
13607
|
var question_text$3 = "Texto de la pregunta";
|
|
13506
|
-
var weekly_quests$
|
|
13608
|
+
var weekly_quests$2 = "Misiones semanales";
|
|
13507
13609
|
var inactive_students$3 = "Estudiantes inactivos";
|
|
13508
13610
|
var admin_general_tips$3 = "Consejos generales para el administrador";
|
|
13509
13611
|
var school_usage$3 = "Uso escolar";
|
|
@@ -13606,7 +13708,7 @@ var my_current_PLP$3 = "Mi PLP actual";
|
|
|
13606
13708
|
var view_PLP$3 = "Ver PLP";
|
|
13607
13709
|
var current_accommodation$3 = "Alojamiento actual";
|
|
13608
13710
|
var goal_date$3 = "Fecha objetivo";
|
|
13609
|
-
var
|
|
13711
|
+
var you_havent_added_any_item_yet$3 = "Aún no has agregado ningún {{item}}";
|
|
13610
13712
|
var passing_date$3 = "Fecha de fallecimiento";
|
|
13611
13713
|
var college$3 = "Colega";
|
|
13612
13714
|
var visit$3 = "Visita";
|
|
@@ -13620,6 +13722,21 @@ var resources$3 = "recursos";
|
|
|
13620
13722
|
var essay$3 = "ensayo";
|
|
13621
13723
|
var essays$3 = "ensayos";
|
|
13622
13724
|
var plans$3 = "planes";
|
|
13725
|
+
var total_of$3 = "Total de";
|
|
13726
|
+
var selected_questions$3 = "Preguntas seleccionadas";
|
|
13727
|
+
var diagnostic_survey$3 = "encuesta diagnóstica";
|
|
13728
|
+
var available_questions$3 = "Preguntas disponibles";
|
|
13729
|
+
var are_you_sure_you_want_to_inactive_students$3 = "¿Estás seguro de que deseas inactivar a {{number}} estudiantes?";
|
|
13730
|
+
var data_for_the_last_month$3 = "Datos del último mes";
|
|
13731
|
+
var number_of_questions$3 = "Numero de preguntas";
|
|
13732
|
+
var no_item_to_display$3 = "No hay {{item}} para mostrar";
|
|
13733
|
+
var template$3 = "plantilla";
|
|
13734
|
+
var assessment$3 = "evaluación";
|
|
13735
|
+
var certificate$3 = "certificado";
|
|
13736
|
+
var assignment_result$3 = "resultado de la tarea";
|
|
13737
|
+
var learning_support_category$3 = "Categoría de apoyo al aprendizaje";
|
|
13738
|
+
var feedback$3 = "comentario";
|
|
13739
|
+
var reflection_forms$3 = "formas de reflexión";
|
|
13623
13740
|
var lang_es = {
|
|
13624
13741
|
dashboard: dashboard$3,
|
|
13625
13742
|
user: user$3,
|
|
@@ -13677,7 +13794,7 @@ var lang_es = {
|
|
|
13677
13794
|
role: role$3,
|
|
13678
13795
|
active_status: active_status$3,
|
|
13679
13796
|
action: action$3,
|
|
13680
|
-
Active: Active
|
|
13797
|
+
Active: Active,
|
|
13681
13798
|
inactive: inactive$3,
|
|
13682
13799
|
create: create$3,
|
|
13683
13800
|
update: update$3,
|
|
@@ -14037,7 +14154,7 @@ var lang_es = {
|
|
|
14037
14154
|
"1_to_1_conversation": "Conversación 1 a 1",
|
|
14038
14155
|
creator: creator$3,
|
|
14039
14156
|
last_modify: last_modify$3,
|
|
14040
|
-
Modify: Modify
|
|
14157
|
+
Modify: Modify,
|
|
14041
14158
|
student_reflections: student_reflections$3,
|
|
14042
14159
|
external_reflection: external_reflection$3,
|
|
14043
14160
|
external_class_reflection: external_class_reflection$3,
|
|
@@ -14084,7 +14201,7 @@ var lang_es = {
|
|
|
14084
14201
|
present_levels: present_levels$3,
|
|
14085
14202
|
present_levels_content: present_levels_content$3,
|
|
14086
14203
|
signatures: signatures$3,
|
|
14087
|
-
iep_old_version_and_diagnostic_docs: iep_old_version_and_diagnostic_docs
|
|
14204
|
+
iep_old_version_and_diagnostic_docs: iep_old_version_and_diagnostic_docs,
|
|
14088
14205
|
upload_file: upload_file$3,
|
|
14089
14206
|
add_interest: add_interest$3,
|
|
14090
14207
|
upload_image: upload_image$3,
|
|
@@ -14341,8 +14458,6 @@ var lang_es = {
|
|
|
14341
14458
|
not_enough_challenge_leading_to_boredom_and_lack_of_interest: not_enough_challenge_leading_to_boredom_and_lack_of_interest$3,
|
|
14342
14459
|
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,
|
|
14343
14460
|
manageable_levels_of_stress_allowing_me_to_perform_at_my_best: manageable_levels_of_stress_allowing_me_to_perform_at_my_best$3,
|
|
14344
|
-
still_in_control_but_starting_to_feel_the_pressure: still_in_control_but_starting_to_feel_the_pressure$3,
|
|
14345
|
-
too_much_pressure_and_really_struggling_to_manage_my_workload: too_much_pressure_and_really_struggling_to_manage_my_workload$3,
|
|
14346
14461
|
import_emails_by_csv: import_emails_by_csv$3,
|
|
14347
14462
|
request_number: request_number$3,
|
|
14348
14463
|
select_or_input_class_type: select_or_input_class_type$3,
|
|
@@ -14368,7 +14483,7 @@ var lang_es = {
|
|
|
14368
14483
|
user_for: user_for$3,
|
|
14369
14484
|
question_category: question_category$3,
|
|
14370
14485
|
template_survey: template_survey$3,
|
|
14371
|
-
is_intervention: is_intervention$
|
|
14486
|
+
is_intervention: is_intervention$1,
|
|
14372
14487
|
create_template: create_template$3,
|
|
14373
14488
|
number_of_question: number_of_question$3,
|
|
14374
14489
|
mandatory: mandatory$3,
|
|
@@ -14427,7 +14542,7 @@ var lang_es = {
|
|
|
14427
14542
|
comfort: comfort$3,
|
|
14428
14543
|
stretch: stretch$3,
|
|
14429
14544
|
strain: strain$3,
|
|
14430
|
-
overwhelmed_overwhelmed: overwhelmed_overwhelmed
|
|
14545
|
+
overwhelmed_overwhelmed: overwhelmed_overwhelmed,
|
|
14431
14546
|
edit_student_profile: edit_student_profile$3,
|
|
14432
14547
|
teacher: teacher$3,
|
|
14433
14548
|
created: created$3,
|
|
@@ -15427,7 +15542,7 @@ var lang_es = {
|
|
|
15427
15542
|
techical_settings: techical_settings$3,
|
|
15428
15543
|
data_import_export: data_import_export$3,
|
|
15429
15544
|
question_text: question_text$3,
|
|
15430
|
-
weekly_quests: weekly_quests$
|
|
15545
|
+
weekly_quests: weekly_quests$2,
|
|
15431
15546
|
inactive_students: inactive_students$3,
|
|
15432
15547
|
admin_general_tips: admin_general_tips$3,
|
|
15433
15548
|
school_usage: school_usage$3,
|
|
@@ -15547,7 +15662,7 @@ var lang_es = {
|
|
|
15547
15662
|
view_PLP: view_PLP$3,
|
|
15548
15663
|
current_accommodation: current_accommodation$3,
|
|
15549
15664
|
goal_date: goal_date$3,
|
|
15550
|
-
|
|
15665
|
+
you_havent_added_any_item_yet: you_havent_added_any_item_yet$3,
|
|
15551
15666
|
passing_date: passing_date$3,
|
|
15552
15667
|
college: college$3,
|
|
15553
15668
|
visit: visit$3,
|
|
@@ -15560,7 +15675,22 @@ var lang_es = {
|
|
|
15560
15675
|
resources: resources$3,
|
|
15561
15676
|
essay: essay$3,
|
|
15562
15677
|
essays: essays$3,
|
|
15563
|
-
plans: plans$3
|
|
15678
|
+
plans: plans$3,
|
|
15679
|
+
total_of: total_of$3,
|
|
15680
|
+
selected_questions: selected_questions$3,
|
|
15681
|
+
diagnostic_survey: diagnostic_survey$3,
|
|
15682
|
+
available_questions: available_questions$3,
|
|
15683
|
+
are_you_sure_you_want_to_inactive_students: are_you_sure_you_want_to_inactive_students$3,
|
|
15684
|
+
data_for_the_last_month: data_for_the_last_month$3,
|
|
15685
|
+
number_of_questions: number_of_questions$3,
|
|
15686
|
+
no_item_to_display: no_item_to_display$3,
|
|
15687
|
+
template: template$3,
|
|
15688
|
+
assessment: assessment$3,
|
|
15689
|
+
certificate: certificate$3,
|
|
15690
|
+
assignment_result: assignment_result$3,
|
|
15691
|
+
learning_support_category: learning_support_category$3,
|
|
15692
|
+
feedback: feedback$3,
|
|
15693
|
+
reflection_forms: reflection_forms$3
|
|
15564
15694
|
};
|
|
15565
15695
|
|
|
15566
15696
|
var dashboard$4 = "仪表板";
|
|
@@ -15618,7 +15748,7 @@ var age$4 = "年龄";
|
|
|
15618
15748
|
var role$4 = "角色";
|
|
15619
15749
|
var active_status$4 = "活跃状态";
|
|
15620
15750
|
var action$4 = "操作";
|
|
15621
|
-
var Active$
|
|
15751
|
+
var Active$1 = "活跃";
|
|
15622
15752
|
var inactive$4 = "非活跃";
|
|
15623
15753
|
var create$4 = "创建";
|
|
15624
15754
|
var update$4 = "更新";
|
|
@@ -15973,7 +16103,7 @@ var impact_score$4 = "影响分数";
|
|
|
15973
16103
|
var iep$4 = "IEP";
|
|
15974
16104
|
var creator$4 = "创建者";
|
|
15975
16105
|
var last_modify$4 = "上次修改";
|
|
15976
|
-
var Modify$
|
|
16106
|
+
var Modify$1 = "修改";
|
|
15977
16107
|
var student_reflections$4 = "学生反思";
|
|
15978
16108
|
var external_reflection$4 = "外部反思";
|
|
15979
16109
|
var external_class_reflection$4 = "外部班级反思";
|
|
@@ -16020,7 +16150,7 @@ var transition_planning_content$4 = "不晚于学生 16 岁生日(如适用,
|
|
|
16020
16150
|
var present_levels$4 = "当前水平";
|
|
16021
16151
|
var present_levels_content$4 = "儿童目前在学校的表现如何?残疾如何影响他在课堂上的表现?此类信息包含在 IEP 中的“当前水平”声明中。";
|
|
16022
16152
|
var signatures$4 = "签名";
|
|
16023
|
-
var iep_old_version_and_diagnostic_docs$
|
|
16153
|
+
var iep_old_version_and_diagnostic_docs$1 = "IEP 旧版本和诊断文档";
|
|
16024
16154
|
var upload_file$4 = "上传文件";
|
|
16025
16155
|
var add_interest$4 = "添加兴趣";
|
|
16026
16156
|
var upload_image$4 = "上传图片";
|
|
@@ -16295,8 +16425,8 @@ var performance$5 = "表现";
|
|
|
16295
16425
|
var not_enough_challenge_leading_to_boredom_and_lack_of_interest$4 = "挑战不够,导致无聊和缺乏兴趣。";
|
|
16296
16426
|
var calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best$4 = "平静而放松,但没有足够的动力来发挥我的最佳水平。";
|
|
16297
16427
|
var manageable_levels_of_stress_allowing_me_to_perform_at_my_best$4 = "可控的压力水平让我能够发挥出最佳水平。";
|
|
16298
|
-
var still_in_control_but_starting_to_feel_the_pressure$
|
|
16299
|
-
var too_much_pressure_and_really_struggling_to_manage_my_workload$
|
|
16428
|
+
var still_in_control_but_starting_to_feel_the_pressure$3 = "仍在控制之中,但开始感到压力。";
|
|
16429
|
+
var too_much_pressure_and_really_struggling_to_manage_my_workload$3 = "压力过大,真的很难管理我的工作量。";
|
|
16300
16430
|
var import_emails_by_csv$4 = "通过 csv 导入电子邮件";
|
|
16301
16431
|
var request_number$4 = "请求编号";
|
|
16302
16432
|
var select_or_input_class_type$4 = "选择或输入班级类型";
|
|
@@ -16322,7 +16452,7 @@ var order$4 = "顺序";
|
|
|
16322
16452
|
var user_for$4 = "用户";
|
|
16323
16453
|
var question_category$4 = "问题类别";
|
|
16324
16454
|
var template_survey$4 = "模板调查";
|
|
16325
|
-
var is_intervention$
|
|
16455
|
+
var is_intervention$2 = "是否干预";
|
|
16326
16456
|
var create_template$4 = "创建模板";
|
|
16327
16457
|
var number_of_question$4 = "问题数量";
|
|
16328
16458
|
var mandatory$4 = "必填";
|
|
@@ -16380,7 +16510,7 @@ var unmotivated$4 = "无动力";
|
|
|
16380
16510
|
var comfort$4 = "舒适";
|
|
16381
16511
|
var stretch$4 = "伸展";
|
|
16382
16512
|
var strain$4 = "紧张";
|
|
16383
|
-
var overwhelmed_overwhelmed$
|
|
16513
|
+
var overwhelmed_overwhelmed$1 = "不知所措";
|
|
16384
16514
|
var edit_student_profile$4 = "编辑学生资料";
|
|
16385
16515
|
var teacher$4 = "老师";
|
|
16386
16516
|
var created$4 = "创建";
|
|
@@ -17376,7 +17506,7 @@ var customize$4 = "自定义";
|
|
|
17376
17506
|
var techical_settings$4 = "技术设置";
|
|
17377
17507
|
var data_import_export$4 = "数据导入/导出";
|
|
17378
17508
|
var question_text$4 = "问题文本";
|
|
17379
|
-
var weekly_quests$
|
|
17509
|
+
var weekly_quests$3 = "每周任务";
|
|
17380
17510
|
var inactive_students$4 = "非活跃学生";
|
|
17381
17511
|
var admin_general_tips$4 = "管理员一般提示";
|
|
17382
17512
|
var school_usage$4 = "学校使用";
|
|
@@ -17480,7 +17610,7 @@ var my_current_PLP$4 = "我目前的 PLP";
|
|
|
17480
17610
|
var view_PLP$4 = "看看 PLP";
|
|
17481
17611
|
var current_accommodation$4 = "目前住宿";
|
|
17482
17612
|
var goal_date$4 = "目標日期";
|
|
17483
|
-
var
|
|
17613
|
+
var you_havent_added_any_item_yet$4 = "您還沒有添加任何{{item}}";
|
|
17484
17614
|
var passing_date$4 = "透過日期";
|
|
17485
17615
|
var college$4 = "大學";
|
|
17486
17616
|
var visit$4 = "訪問";
|
|
@@ -17494,6 +17624,21 @@ var resources$4 = "資源";
|
|
|
17494
17624
|
var essay$4 = "散文";
|
|
17495
17625
|
var essays$4 = "論文";
|
|
17496
17626
|
var plans$4 = "計劃";
|
|
17627
|
+
var total_of$4 = "總數是";
|
|
17628
|
+
var selected_questions$4 = "精選問題";
|
|
17629
|
+
var diagnostic_survey$4 = "診斷調查";
|
|
17630
|
+
var available_questions$4 = "可用問題";
|
|
17631
|
+
var are_you_sure_you_want_to_inactive_students$4 = "您確定要刪除不活躍的 {{number}} 名學生嗎?";
|
|
17632
|
+
var data_for_the_last_month$4 = "上個月的數據";
|
|
17633
|
+
var number_of_questions$4 = "問題數量";
|
|
17634
|
+
var no_item_to_display$4 = "沒有可顯示的{{item}}";
|
|
17635
|
+
var template$4 = "範本";
|
|
17636
|
+
var assessment$4 = "評估";
|
|
17637
|
+
var certificate$4 = "證書";
|
|
17638
|
+
var assignment_result$4 = "作業結果";
|
|
17639
|
+
var learning_support_category$4 = "學習支援類";
|
|
17640
|
+
var feedback$4 = "回饋";
|
|
17641
|
+
var reflection_forms$4 = "反射形式";
|
|
17497
17642
|
var lang_zh = {
|
|
17498
17643
|
dashboard: dashboard$4,
|
|
17499
17644
|
user: user$4,
|
|
@@ -17551,7 +17696,7 @@ var lang_zh = {
|
|
|
17551
17696
|
role: role$4,
|
|
17552
17697
|
active_status: active_status$4,
|
|
17553
17698
|
action: action$4,
|
|
17554
|
-
Active: Active$
|
|
17699
|
+
Active: Active$1,
|
|
17555
17700
|
inactive: inactive$4,
|
|
17556
17701
|
create: create$4,
|
|
17557
17702
|
update: update$4,
|
|
@@ -17911,7 +18056,7 @@ var lang_zh = {
|
|
|
17911
18056
|
"1_to_1_conversation": "一对一讨论会",
|
|
17912
18057
|
creator: creator$4,
|
|
17913
18058
|
last_modify: last_modify$4,
|
|
17914
|
-
Modify: Modify$
|
|
18059
|
+
Modify: Modify$1,
|
|
17915
18060
|
student_reflections: student_reflections$4,
|
|
17916
18061
|
external_reflection: external_reflection$4,
|
|
17917
18062
|
external_class_reflection: external_class_reflection$4,
|
|
@@ -17958,7 +18103,7 @@ var lang_zh = {
|
|
|
17958
18103
|
present_levels: present_levels$4,
|
|
17959
18104
|
present_levels_content: present_levels_content$4,
|
|
17960
18105
|
signatures: signatures$4,
|
|
17961
|
-
iep_old_version_and_diagnostic_docs: iep_old_version_and_diagnostic_docs$
|
|
18106
|
+
iep_old_version_and_diagnostic_docs: iep_old_version_and_diagnostic_docs$1,
|
|
17962
18107
|
upload_file: upload_file$4,
|
|
17963
18108
|
add_interest: add_interest$4,
|
|
17964
18109
|
upload_image: upload_image$4,
|
|
@@ -18241,8 +18386,8 @@ var lang_zh = {
|
|
|
18241
18386
|
not_enough_challenge_leading_to_boredom_and_lack_of_interest: not_enough_challenge_leading_to_boredom_and_lack_of_interest$4,
|
|
18242
18387
|
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,
|
|
18243
18388
|
manageable_levels_of_stress_allowing_me_to_perform_at_my_best: manageable_levels_of_stress_allowing_me_to_perform_at_my_best$4,
|
|
18244
|
-
still_in_control_but_starting_to_feel_the_pressure: still_in_control_but_starting_to_feel_the_pressure$
|
|
18245
|
-
too_much_pressure_and_really_struggling_to_manage_my_workload: too_much_pressure_and_really_struggling_to_manage_my_workload$
|
|
18389
|
+
still_in_control_but_starting_to_feel_the_pressure: still_in_control_but_starting_to_feel_the_pressure$3,
|
|
18390
|
+
too_much_pressure_and_really_struggling_to_manage_my_workload: too_much_pressure_and_really_struggling_to_manage_my_workload$3,
|
|
18246
18391
|
import_emails_by_csv: import_emails_by_csv$4,
|
|
18247
18392
|
request_number: request_number$4,
|
|
18248
18393
|
select_or_input_class_type: select_or_input_class_type$4,
|
|
@@ -18268,7 +18413,7 @@ var lang_zh = {
|
|
|
18268
18413
|
user_for: user_for$4,
|
|
18269
18414
|
question_category: question_category$4,
|
|
18270
18415
|
template_survey: template_survey$4,
|
|
18271
|
-
is_intervention: is_intervention$
|
|
18416
|
+
is_intervention: is_intervention$2,
|
|
18272
18417
|
create_template: create_template$4,
|
|
18273
18418
|
number_of_question: number_of_question$4,
|
|
18274
18419
|
mandatory: mandatory$4,
|
|
@@ -18327,7 +18472,7 @@ var lang_zh = {
|
|
|
18327
18472
|
comfort: comfort$4,
|
|
18328
18473
|
stretch: stretch$4,
|
|
18329
18474
|
strain: strain$4,
|
|
18330
|
-
overwhelmed_overwhelmed: overwhelmed_overwhelmed$
|
|
18475
|
+
overwhelmed_overwhelmed: overwhelmed_overwhelmed$1,
|
|
18331
18476
|
edit_student_profile: edit_student_profile$4,
|
|
18332
18477
|
teacher: teacher$4,
|
|
18333
18478
|
created: created$4,
|
|
@@ -19327,7 +19472,7 @@ var lang_zh = {
|
|
|
19327
19472
|
techical_settings: techical_settings$4,
|
|
19328
19473
|
data_import_export: data_import_export$4,
|
|
19329
19474
|
question_text: question_text$4,
|
|
19330
|
-
weekly_quests: weekly_quests$
|
|
19475
|
+
weekly_quests: weekly_quests$3,
|
|
19331
19476
|
inactive_students: inactive_students$4,
|
|
19332
19477
|
admin_general_tips: admin_general_tips$4,
|
|
19333
19478
|
school_usage: school_usage$4,
|
|
@@ -19447,7 +19592,7 @@ var lang_zh = {
|
|
|
19447
19592
|
view_PLP: view_PLP$4,
|
|
19448
19593
|
current_accommodation: current_accommodation$4,
|
|
19449
19594
|
goal_date: goal_date$4,
|
|
19450
|
-
|
|
19595
|
+
you_havent_added_any_item_yet: you_havent_added_any_item_yet$4,
|
|
19451
19596
|
passing_date: passing_date$4,
|
|
19452
19597
|
college: college$4,
|
|
19453
19598
|
visit: visit$4,
|
|
@@ -19460,7 +19605,22 @@ var lang_zh = {
|
|
|
19460
19605
|
resources: resources$4,
|
|
19461
19606
|
essay: essay$4,
|
|
19462
19607
|
essays: essays$4,
|
|
19463
|
-
plans: plans$4
|
|
19608
|
+
plans: plans$4,
|
|
19609
|
+
total_of: total_of$4,
|
|
19610
|
+
selected_questions: selected_questions$4,
|
|
19611
|
+
diagnostic_survey: diagnostic_survey$4,
|
|
19612
|
+
available_questions: available_questions$4,
|
|
19613
|
+
are_you_sure_you_want_to_inactive_students: are_you_sure_you_want_to_inactive_students$4,
|
|
19614
|
+
data_for_the_last_month: data_for_the_last_month$4,
|
|
19615
|
+
number_of_questions: number_of_questions$4,
|
|
19616
|
+
no_item_to_display: no_item_to_display$4,
|
|
19617
|
+
template: template$4,
|
|
19618
|
+
assessment: assessment$4,
|
|
19619
|
+
certificate: certificate$4,
|
|
19620
|
+
assignment_result: assignment_result$4,
|
|
19621
|
+
learning_support_category: learning_support_category$4,
|
|
19622
|
+
feedback: feedback$4,
|
|
19623
|
+
reflection_forms: reflection_forms$4
|
|
19464
19624
|
};
|
|
19465
19625
|
|
|
19466
19626
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|
|
@@ -37014,6 +37174,8 @@ var setModal = toolkit.createAction("common/setModal");
|
|
|
37014
37174
|
var setUser = toolkit.createAction("common/setUser");
|
|
37015
37175
|
var setSidebar = toolkit.createAction("common/setSidebar");
|
|
37016
37176
|
var setAlert = toolkit.createAction("common/setAlert");
|
|
37177
|
+
var setIsLoginGoogle = toolkit.createAction("common/setIsLoginGoogle");
|
|
37178
|
+
var setInforUserGoogle = toolkit.createAction("common/setInforUserGoogle");
|
|
37017
37179
|
var reset = toolkit.createAction("common/reset");
|
|
37018
37180
|
var showMenuBar = toolkit.createAction("common/showMenuBar");
|
|
37019
37181
|
var showFontSize = toolkit.createAction("common/showFontSize");
|
|
@@ -37077,13 +37239,11 @@ var apiUpload = axios.create({
|
|
|
37077
37239
|
return i.interceptors.response.use(function (response) {
|
|
37078
37240
|
return response;
|
|
37079
37241
|
}, function (error) {
|
|
37080
|
-
var _error$response$confi, _error$response$confi2, _error$response$confi3, _error$response$confi4;
|
|
37081
|
-
|
|
37082
37242
|
console.log({
|
|
37083
37243
|
error: error
|
|
37084
37244
|
});
|
|
37085
37245
|
|
|
37086
|
-
if (error.response.status === 401
|
|
37246
|
+
if (error.response.status === 401) {
|
|
37087
37247
|
Object.keys(localStorage).forEach(function (key) {
|
|
37088
37248
|
if (!key.includes('learning-plan')) delete localStorage[key];
|
|
37089
37249
|
});
|
|
@@ -37100,13 +37260,16 @@ var apiUpload = axios.create({
|
|
|
37100
37260
|
amplitude.getInstance().resetSessionId();
|
|
37101
37261
|
}
|
|
37102
37262
|
|
|
37103
|
-
localStorage.
|
|
37263
|
+
localStorage.removeItem(ACCESS_TOKEN);
|
|
37264
|
+
localStorage.removeItem("USER_EMAIL");
|
|
37265
|
+
localStorage.removeItem("ROLES");
|
|
37104
37266
|
window.location.href = "/login";
|
|
37105
37267
|
}
|
|
37106
37268
|
|
|
37107
|
-
if (error.response.status == 403
|
|
37269
|
+
if (error.response.status == 403) {
|
|
37108
37270
|
localStorage.removeItem(ACCESS_TOKEN);
|
|
37109
37271
|
localStorage.removeItem("USER_EMAIL");
|
|
37272
|
+
localStorage.removeItem("ROLES");
|
|
37110
37273
|
window.location.href = "/login";
|
|
37111
37274
|
}
|
|
37112
37275
|
|
|
@@ -37150,8 +37313,12 @@ var checkResetToken = function checkResetToken(token, key) {
|
|
|
37150
37313
|
var resetPassword = function resetPassword(data) {
|
|
37151
37314
|
return api.post(ACCOUNT_URL + "/resetpassword", data);
|
|
37152
37315
|
};
|
|
37153
|
-
var checkUserGoogle = function checkUserGoogle(body) {
|
|
37154
|
-
return api.post(USER_URL + "/check-user", body
|
|
37316
|
+
var checkUserGoogle = function checkUserGoogle(type, body) {
|
|
37317
|
+
return api.post(USER_URL + "/check-user", body, {
|
|
37318
|
+
params: {
|
|
37319
|
+
type: type
|
|
37320
|
+
}
|
|
37321
|
+
});
|
|
37155
37322
|
};
|
|
37156
37323
|
var getAllLoginTeacher = function getAllLoginTeacher(param) {
|
|
37157
37324
|
return api.get(TEACHER_URL + "/get-teacher-login", {
|
|
@@ -37173,6 +37340,14 @@ var getSchoolSettings = function getSchoolSettings() {
|
|
|
37173
37340
|
return api.get(SCHOOL_URL + "/settings");
|
|
37174
37341
|
};
|
|
37175
37342
|
|
|
37343
|
+
var TypeLogin;
|
|
37344
|
+
|
|
37345
|
+
(function (TypeLogin) {
|
|
37346
|
+
TypeLogin[TypeLogin["Google"] = 0] = "Google";
|
|
37347
|
+
TypeLogin[TypeLogin["ClassLink"] = 1] = "ClassLink";
|
|
37348
|
+
TypeLogin[TypeLogin["MicrosoftSSO"] = 2] = "MicrosoftSSO";
|
|
37349
|
+
})(TypeLogin || (TypeLogin = {}));
|
|
37350
|
+
|
|
37176
37351
|
var LoginType;
|
|
37177
37352
|
|
|
37178
37353
|
(function (LoginType) {
|
|
@@ -37181,6 +37356,48 @@ var LoginType;
|
|
|
37181
37356
|
LoginType[LoginType["Impersonate"] = 2] = "Impersonate";
|
|
37182
37357
|
})(LoginType || (LoginType = {}));
|
|
37183
37358
|
|
|
37359
|
+
var msalConfig = {
|
|
37360
|
+
auth: {
|
|
37361
|
+
clientId: "90c6897c-f17b-475e-a7a8-9a19651e0060",
|
|
37362
|
+
authority: "https://login.microsoftonline.com/common",
|
|
37363
|
+
redirectUri: window.location.origin + "/login"
|
|
37364
|
+
},
|
|
37365
|
+
cache: {
|
|
37366
|
+
cacheLocation: "sessionStorage",
|
|
37367
|
+
storeAuthStateInCookie: false
|
|
37368
|
+
},
|
|
37369
|
+
system: {
|
|
37370
|
+
loggerOptions: {
|
|
37371
|
+
loggerCallback: function loggerCallback(level, message, containsPii) {
|
|
37372
|
+
if (containsPii) {
|
|
37373
|
+
return;
|
|
37374
|
+
}
|
|
37375
|
+
|
|
37376
|
+
switch (level) {
|
|
37377
|
+
case msalBrowser.LogLevel.Error:
|
|
37378
|
+
console.error(message);
|
|
37379
|
+
return;
|
|
37380
|
+
|
|
37381
|
+
case msalBrowser.LogLevel.Info:
|
|
37382
|
+
console.info(message);
|
|
37383
|
+
return;
|
|
37384
|
+
|
|
37385
|
+
case msalBrowser.LogLevel.Verbose:
|
|
37386
|
+
console.debug(message);
|
|
37387
|
+
return;
|
|
37388
|
+
|
|
37389
|
+
case msalBrowser.LogLevel.Warning:
|
|
37390
|
+
console.warn(message);
|
|
37391
|
+
return;
|
|
37392
|
+
|
|
37393
|
+
default:
|
|
37394
|
+
return;
|
|
37395
|
+
}
|
|
37396
|
+
}
|
|
37397
|
+
}
|
|
37398
|
+
}
|
|
37399
|
+
};
|
|
37400
|
+
|
|
37184
37401
|
var defaultInfo = {
|
|
37185
37402
|
email: "",
|
|
37186
37403
|
password: "",
|
|
@@ -37203,36 +37420,39 @@ var useLogin = function useLogin() {
|
|
|
37203
37420
|
openLogin = _useState[0],
|
|
37204
37421
|
setOpenLogin = _useState[1];
|
|
37205
37422
|
|
|
37206
|
-
var
|
|
37207
|
-
|
|
37208
|
-
|
|
37209
|
-
|
|
37210
|
-
var _useState3 = React.useState(""),
|
|
37211
|
-
googleClientId = _useState3[0],
|
|
37212
|
-
setGoogleClientId = _useState3[1];
|
|
37423
|
+
var isLoginGoogle = reactRedux.useSelector(function (state) {
|
|
37424
|
+
return state.common.isLoginGoogle;
|
|
37425
|
+
});
|
|
37213
37426
|
|
|
37214
|
-
var
|
|
37215
|
-
|
|
37216
|
-
|
|
37427
|
+
var _useState2 = React.useState(""),
|
|
37428
|
+
googleClientId = _useState2[0],
|
|
37429
|
+
setGoogleClientId = _useState2[1];
|
|
37217
37430
|
|
|
37218
|
-
var
|
|
37219
|
-
|
|
37220
|
-
|
|
37431
|
+
var _useState3 = React.useState(""),
|
|
37432
|
+
googleRecaptchaId = _useState3[0],
|
|
37433
|
+
setGoogleRecaptchaId = _useState3[1];
|
|
37221
37434
|
|
|
37435
|
+
var infoUser = reactRedux.useSelector(function (state) {
|
|
37436
|
+
return state.common.inforUserGoogle;
|
|
37437
|
+
});
|
|
37222
37438
|
var params = new URLSearchParams(location.search);
|
|
37223
37439
|
var loginClassLink = params.get("type") === "classlink";
|
|
37224
37440
|
var tokenClassLink = params.get("token");
|
|
37225
37441
|
|
|
37226
|
-
var
|
|
37227
|
-
openModelAssign =
|
|
37442
|
+
var _useState4 = React.useState(false),
|
|
37443
|
+
openModelAssign = _useState4[0];
|
|
37444
|
+
|
|
37445
|
+
var _useState5 = React.useState(),
|
|
37446
|
+
msalInstance = _useState5[0],
|
|
37447
|
+
setMsalInstance = _useState5[1];
|
|
37228
37448
|
|
|
37229
37449
|
var toggle = React.useCallback(function () {
|
|
37230
37450
|
setOpenLogin(!openLogin);
|
|
37231
37451
|
}, [openLogin]);
|
|
37232
37452
|
|
|
37233
|
-
var
|
|
37234
|
-
isShowPassword =
|
|
37235
|
-
setIsShowPassword =
|
|
37453
|
+
var _useState6 = React.useState(false),
|
|
37454
|
+
isShowPassword = _useState6[0],
|
|
37455
|
+
setIsShowPassword = _useState6[1];
|
|
37236
37456
|
|
|
37237
37457
|
React.useEffect(function () {
|
|
37238
37458
|
document.title = TITLE;
|
|
@@ -37414,40 +37634,51 @@ var useLogin = function useLogin() {
|
|
|
37414
37634
|
}
|
|
37415
37635
|
};
|
|
37416
37636
|
|
|
37417
|
-
var fnIsCheckLogin = React.useCallback(function (data, token, clickHandler) {
|
|
37637
|
+
var fnIsCheckLogin = React.useCallback(function (type, data, token, clickHandler) {
|
|
37418
37638
|
try {
|
|
37419
|
-
var
|
|
37639
|
+
var _temp16 = function _temp16() {
|
|
37420
37640
|
dispatch(setLoading(false));
|
|
37421
37641
|
};
|
|
37422
37642
|
|
|
37423
37643
|
dispatch(setLoading(true));
|
|
37424
37644
|
|
|
37425
|
-
var
|
|
37426
|
-
return Promise.resolve(checkUserGoogle(data)).then(function (res) {
|
|
37645
|
+
var _temp17 = _catch(function () {
|
|
37646
|
+
return Promise.resolve(checkUserGoogle(type, data)).then(function (res) {
|
|
37427
37647
|
var checkUser = res.data;
|
|
37428
37648
|
|
|
37429
|
-
var
|
|
37649
|
+
var _temp13 = function () {
|
|
37430
37650
|
if (checkUser) {
|
|
37431
|
-
|
|
37432
|
-
|
|
37433
|
-
|
|
37434
|
-
captcha: clickHandlerRes,
|
|
37435
|
-
isLoginGoogle: true,
|
|
37436
|
-
rememberMe: false,
|
|
37437
|
-
password: "default",
|
|
37438
|
-
accessToken: token,
|
|
37439
|
-
loginType: LoginType.Google
|
|
37440
|
-
};
|
|
37441
|
-
return Promise.resolve(userLogin(dataUser)).then(function () {
|
|
37442
|
-
setIsLoginGoogle(false);
|
|
37651
|
+
var _temp18 = function _temp18() {
|
|
37652
|
+
return Promise.resolve(userLogin(_dataUser)).then(function () {
|
|
37653
|
+
dispatch(setIsLoginGoogle(false));
|
|
37443
37654
|
});
|
|
37444
|
-
}
|
|
37655
|
+
};
|
|
37656
|
+
|
|
37657
|
+
var _dataUser = {
|
|
37658
|
+
email: data.email,
|
|
37659
|
+
isLoginGoogle: true,
|
|
37660
|
+
rememberMe: false,
|
|
37661
|
+
password: "default",
|
|
37662
|
+
accessToken: token,
|
|
37663
|
+
captcha: "",
|
|
37664
|
+
loginType: LoginType.Google
|
|
37665
|
+
};
|
|
37666
|
+
|
|
37667
|
+
var _temp19 = function () {
|
|
37668
|
+
if (clickHandler != null) {
|
|
37669
|
+
return Promise.resolve(clickHandler()).then(function (clickHandlerRes) {
|
|
37670
|
+
_dataUser.captcha = clickHandlerRes;
|
|
37671
|
+
});
|
|
37672
|
+
}
|
|
37673
|
+
}();
|
|
37674
|
+
|
|
37675
|
+
return _temp19 && _temp19.then ? _temp19.then(_temp18) : _temp18(_temp19);
|
|
37445
37676
|
} else {
|
|
37446
|
-
setIsLoginGoogle(true);
|
|
37677
|
+
dispatch(setIsLoginGoogle(true));
|
|
37447
37678
|
}
|
|
37448
37679
|
}();
|
|
37449
37680
|
|
|
37450
|
-
if (
|
|
37681
|
+
if (_temp13 && _temp13.then) return _temp13.then(function () {});
|
|
37451
37682
|
});
|
|
37452
37683
|
}, function (err) {
|
|
37453
37684
|
var _err$response4, _err$response4$data;
|
|
@@ -37458,7 +37689,7 @@ var useLogin = function useLogin() {
|
|
|
37458
37689
|
}));
|
|
37459
37690
|
});
|
|
37460
37691
|
|
|
37461
|
-
return Promise.resolve(
|
|
37692
|
+
return Promise.resolve(_temp17 && _temp17.then ? _temp17.then(_temp16) : _temp16(_temp17));
|
|
37462
37693
|
} catch (e) {
|
|
37463
37694
|
return Promise.reject(e);
|
|
37464
37695
|
}
|
|
@@ -37466,14 +37697,14 @@ var useLogin = function useLogin() {
|
|
|
37466
37697
|
|
|
37467
37698
|
var submitLogin = function submitLogin(teacherId, clickHandler) {
|
|
37468
37699
|
try {
|
|
37469
|
-
var
|
|
37470
|
-
setIsLoginGoogle(false);
|
|
37700
|
+
var _temp23 = function _temp23() {
|
|
37701
|
+
dispatch(setIsLoginGoogle(false));
|
|
37471
37702
|
dispatch(setLoading(false));
|
|
37472
37703
|
};
|
|
37473
37704
|
|
|
37474
37705
|
dispatch(setLoading(true));
|
|
37475
37706
|
|
|
37476
|
-
var
|
|
37707
|
+
var _temp24 = _catch(function () {
|
|
37477
37708
|
var data = {
|
|
37478
37709
|
firstName: infoUser.firstName,
|
|
37479
37710
|
lastName: infoUser.lastName,
|
|
@@ -37484,7 +37715,7 @@ var useLogin = function useLogin() {
|
|
|
37484
37715
|
teacherId: teacherId
|
|
37485
37716
|
};
|
|
37486
37717
|
return Promise.resolve(registerUserStudent(data)).then(function (res) {
|
|
37487
|
-
var
|
|
37718
|
+
var _temp20 = function () {
|
|
37488
37719
|
if (res.data) {
|
|
37489
37720
|
return Promise.resolve(clickHandler()).then(function (clickHandlerRes) {
|
|
37490
37721
|
var dataLogin = {
|
|
@@ -37496,7 +37727,7 @@ var useLogin = function useLogin() {
|
|
|
37496
37727
|
accessToken: infoUser.accessToken,
|
|
37497
37728
|
loginType: LoginType.Google
|
|
37498
37729
|
};
|
|
37499
|
-
setIsLoginGoogle(false);
|
|
37730
|
+
dispatch(setIsLoginGoogle(false));
|
|
37500
37731
|
return Promise.resolve(userLogin(dataLogin)).then(function () {
|
|
37501
37732
|
history.push(HOMEPAGE_STUDENT);
|
|
37502
37733
|
});
|
|
@@ -37504,7 +37735,7 @@ var useLogin = function useLogin() {
|
|
|
37504
37735
|
}
|
|
37505
37736
|
}();
|
|
37506
37737
|
|
|
37507
|
-
if (
|
|
37738
|
+
if (_temp20 && _temp20.then) return _temp20.then(function () {});
|
|
37508
37739
|
});
|
|
37509
37740
|
}, function (err) {
|
|
37510
37741
|
var _err$response5, _err$response5$data;
|
|
@@ -37515,7 +37746,7 @@ var useLogin = function useLogin() {
|
|
|
37515
37746
|
}));
|
|
37516
37747
|
});
|
|
37517
37748
|
|
|
37518
|
-
return Promise.resolve(
|
|
37749
|
+
return Promise.resolve(_temp24 && _temp24.then ? _temp24.then(_temp23) : _temp23(_temp24));
|
|
37519
37750
|
} catch (e) {
|
|
37520
37751
|
return Promise.reject(e);
|
|
37521
37752
|
}
|
|
@@ -37523,7 +37754,7 @@ var useLogin = function useLogin() {
|
|
|
37523
37754
|
|
|
37524
37755
|
var getInformationSetting = function getInformationSetting() {
|
|
37525
37756
|
try {
|
|
37526
|
-
var
|
|
37757
|
+
var _temp26 = _catch(function () {
|
|
37527
37758
|
return Promise.resolve(getSchoolSettings()).then(function (res) {
|
|
37528
37759
|
dispatch(setSandboxMode(res.data.isSandboxMode));
|
|
37529
37760
|
});
|
|
@@ -37531,14 +37762,89 @@ var useLogin = function useLogin() {
|
|
|
37531
37762
|
console.error(err);
|
|
37532
37763
|
});
|
|
37533
37764
|
|
|
37534
|
-
return Promise.resolve(
|
|
37765
|
+
return Promise.resolve(_temp26 && _temp26.then ? _temp26.then(function () {}) : void 0);
|
|
37766
|
+
} catch (e) {
|
|
37767
|
+
return Promise.reject(e);
|
|
37768
|
+
}
|
|
37769
|
+
};
|
|
37770
|
+
|
|
37771
|
+
var fnLoginSSO = function fnLoginSSO(clickHandler) {
|
|
37772
|
+
try {
|
|
37773
|
+
msalInstance.handleRedirectPromise().then(function (tokenResponse) {
|
|
37774
|
+
try {
|
|
37775
|
+
var _temp29 = function () {
|
|
37776
|
+
if (!tokenResponse) {
|
|
37777
|
+
var accounts = msalInstance.getAllAccounts();
|
|
37778
|
+
|
|
37779
|
+
var _temp30 = function () {
|
|
37780
|
+
if (accounts.length === 0) {
|
|
37781
|
+
msalInstance.loginRedirect();
|
|
37782
|
+
} else {
|
|
37783
|
+
var currentAccount = accounts[0];
|
|
37784
|
+
return Promise.resolve(getCurrentAccount(currentAccount, clickHandler)).then(function () {});
|
|
37785
|
+
}
|
|
37786
|
+
}();
|
|
37787
|
+
|
|
37788
|
+
if (_temp30 && _temp30.then) return _temp30.then(function () {});
|
|
37789
|
+
} else {
|
|
37790
|
+
var currentAccount = tokenResponse.account;
|
|
37791
|
+
return Promise.resolve(getCurrentAccount(currentAccount, clickHandler)).then(function () {});
|
|
37792
|
+
}
|
|
37793
|
+
}();
|
|
37794
|
+
|
|
37795
|
+
return Promise.resolve(_temp29 && _temp29.then ? _temp29.then(function () {}) : void 0);
|
|
37796
|
+
} catch (e) {
|
|
37797
|
+
return Promise.reject(e);
|
|
37798
|
+
}
|
|
37799
|
+
})["catch"](function (err) {
|
|
37800
|
+
console.error(err);
|
|
37801
|
+
});
|
|
37802
|
+
return Promise.resolve();
|
|
37803
|
+
} catch (e) {
|
|
37804
|
+
return Promise.reject(e);
|
|
37805
|
+
}
|
|
37806
|
+
};
|
|
37807
|
+
|
|
37808
|
+
var getCurrentAccount = function getCurrentAccount(account, clickHandler) {
|
|
37809
|
+
try {
|
|
37810
|
+
var fullName = account.name;
|
|
37811
|
+
var infoLogin = {
|
|
37812
|
+
firstName: fullName.split(' ').slice(0, -1).join(' '),
|
|
37813
|
+
lastName: fullName.split(' ').slice(-1).join(' '),
|
|
37814
|
+
fullName: fullName,
|
|
37815
|
+
imageUrl: "",
|
|
37816
|
+
email: account.username,
|
|
37817
|
+
accessToken: account.idTokenClaims.aio,
|
|
37818
|
+
googleId: account.tenantId
|
|
37819
|
+
};
|
|
37820
|
+
dispatch(setInforUserGoogle(infoLogin));
|
|
37821
|
+
return Promise.resolve(fnIsCheckLogin(TypeLogin.MicrosoftSSO, infoLogin, account.idTokenClaims.aio, clickHandler)).then(function () {});
|
|
37822
|
+
} catch (e) {
|
|
37823
|
+
return Promise.reject(e);
|
|
37824
|
+
}
|
|
37825
|
+
};
|
|
37826
|
+
|
|
37827
|
+
var initInformationSSO = function initInformationSSO() {
|
|
37828
|
+
try {
|
|
37829
|
+
var _msalInstance = new msalBrowser.PublicClientApplication(msalConfig);
|
|
37830
|
+
|
|
37831
|
+
setMsalInstance(_msalInstance);
|
|
37832
|
+
return Promise.resolve();
|
|
37535
37833
|
} catch (e) {
|
|
37536
37834
|
return Promise.reject(e);
|
|
37537
37835
|
}
|
|
37538
37836
|
};
|
|
37539
37837
|
|
|
37838
|
+
React.useEffect(function () {
|
|
37839
|
+
var redirectUrl = window.location.href;
|
|
37840
|
+
|
|
37841
|
+
if (!!msalInstance && redirectUrl.includes("code") && redirectUrl.includes("client_info")) {
|
|
37842
|
+
fnLoginSSO();
|
|
37843
|
+
}
|
|
37844
|
+
}, [JSON.stringify(msalInstance)]);
|
|
37540
37845
|
React.useEffect(function () {
|
|
37541
37846
|
getInformationSetting();
|
|
37847
|
+
initInformationSSO();
|
|
37542
37848
|
}, []);
|
|
37543
37849
|
return {
|
|
37544
37850
|
defaultInfo: defaultInfo,
|
|
@@ -37550,13 +37856,12 @@ var useLogin = function useLogin() {
|
|
|
37550
37856
|
fnIsCheckLogin: fnIsCheckLogin,
|
|
37551
37857
|
isLoginGoogle: isLoginGoogle,
|
|
37552
37858
|
infoUser: infoUser,
|
|
37553
|
-
setInfoUser: setInfoUser,
|
|
37554
37859
|
submitLogin: submitLogin,
|
|
37555
|
-
setIsLoginGoogle: setIsLoginGoogle,
|
|
37556
37860
|
googleClientId: googleClientId,
|
|
37557
37861
|
googleRecaptchaId: googleRecaptchaId,
|
|
37558
37862
|
handleCancelModelAssign: handleCancelModelAssign,
|
|
37559
|
-
openModelAssign: openModelAssign
|
|
37863
|
+
openModelAssign: openModelAssign,
|
|
37864
|
+
fnLoginSSO: fnLoginSSO
|
|
37560
37865
|
};
|
|
37561
37866
|
};
|
|
37562
37867
|
|
|
@@ -37584,8 +37889,7 @@ var BlockSelectTeacher = function BlockSelectTeacher(_ref) {
|
|
|
37584
37889
|
openModal = _ref.openModal,
|
|
37585
37890
|
onSubmit = _ref.onSubmit,
|
|
37586
37891
|
token = _ref.token,
|
|
37587
|
-
email = _ref.email
|
|
37588
|
-
setOpenModal = _ref.setOpenModal;
|
|
37892
|
+
email = _ref.email;
|
|
37589
37893
|
|
|
37590
37894
|
var _useState = React.useState(false),
|
|
37591
37895
|
modal = _useState[0],
|
|
@@ -37594,12 +37898,6 @@ var BlockSelectTeacher = function BlockSelectTeacher(_ref) {
|
|
|
37594
37898
|
React.useEffect(function () {
|
|
37595
37899
|
setModal(openModal);
|
|
37596
37900
|
}, [openModal]);
|
|
37597
|
-
|
|
37598
|
-
var toggle = function toggle() {
|
|
37599
|
-
setModal(!modal);
|
|
37600
|
-
setOpenModal(!modal);
|
|
37601
|
-
};
|
|
37602
|
-
|
|
37603
37901
|
var dispatch = reactRedux.useDispatch();
|
|
37604
37902
|
|
|
37605
37903
|
var _useState2 = React.useState([]),
|
|
@@ -37619,6 +37917,12 @@ var BlockSelectTeacher = function BlockSelectTeacher(_ref) {
|
|
|
37619
37917
|
setLoading = _useState5[1];
|
|
37620
37918
|
|
|
37621
37919
|
var timeout = React.useRef();
|
|
37920
|
+
|
|
37921
|
+
var toggle = function toggle() {
|
|
37922
|
+
setModal(!modal);
|
|
37923
|
+
dispatch(setIsLoginGoogle(!modal));
|
|
37924
|
+
};
|
|
37925
|
+
|
|
37622
37926
|
var loadData = React.useCallback(function () {
|
|
37623
37927
|
try {
|
|
37624
37928
|
var _temp3 = function _temp3() {
|
|
@@ -37727,16 +38031,17 @@ var BlockLogin = function BlockLogin(_ref) {
|
|
|
37727
38031
|
setIsShowPassword = _useLogin.setIsShowPassword,
|
|
37728
38032
|
fnIsCheckLogin = _useLogin.fnIsCheckLogin,
|
|
37729
38033
|
isLoginGoogle = _useLogin.isLoginGoogle,
|
|
37730
|
-
setInfoUser = _useLogin.setInfoUser,
|
|
37731
38034
|
submitLogin = _useLogin.submitLogin,
|
|
37732
38035
|
infoUser = _useLogin.infoUser,
|
|
37733
|
-
|
|
37734
|
-
|
|
38036
|
+
googleClientId = _useLogin.googleClientId,
|
|
38037
|
+
fnLoginSSO = _useLogin.fnLoginSSO;
|
|
37735
38038
|
|
|
37736
38039
|
var togglePasswordVisible = function togglePasswordVisible() {
|
|
37737
38040
|
return setIsShowPassword(!isShowPassword);
|
|
37738
38041
|
};
|
|
37739
38042
|
|
|
38043
|
+
var dispatch = reactRedux.useDispatch();
|
|
38044
|
+
|
|
37740
38045
|
var _useGoogleReCaptcha = reactGoogleRecaptchaV3.useGoogleReCaptcha(),
|
|
37741
38046
|
executeRecaptcha = _useGoogleReCaptcha.executeRecaptcha;
|
|
37742
38047
|
|
|
@@ -37770,6 +38075,7 @@ var BlockLogin = function BlockLogin(_ref) {
|
|
|
37770
38075
|
return;
|
|
37771
38076
|
}
|
|
37772
38077
|
|
|
38078
|
+
console.log("assss");
|
|
37773
38079
|
var infoLogin = {
|
|
37774
38080
|
firstName: givenName,
|
|
37775
38081
|
lastName: familyName,
|
|
@@ -37779,8 +38085,8 @@ var BlockLogin = function BlockLogin(_ref) {
|
|
|
37779
38085
|
accessToken: accessToken,
|
|
37780
38086
|
googleId: googleId
|
|
37781
38087
|
};
|
|
37782
|
-
|
|
37783
|
-
fnIsCheckLogin(infoLogin, accessToken, clickHandler);
|
|
38088
|
+
dispatch(setInforUserGoogle(infoLogin));
|
|
38089
|
+
fnIsCheckLogin(TypeLogin.Google, infoLogin, accessToken, clickHandler);
|
|
37784
38090
|
}
|
|
37785
38091
|
};
|
|
37786
38092
|
|
|
@@ -37865,6 +38171,15 @@ var BlockLogin = function BlockLogin(_ref) {
|
|
|
37865
38171
|
cookiePolicy: 'single_host_origin',
|
|
37866
38172
|
className: "" + styles["btn-login-google"]
|
|
37867
38173
|
})), React__default.createElement("div", {
|
|
38174
|
+
className: styles["btn-login-sso"] + " mb-3"
|
|
38175
|
+
}, React__default.createElement("div", {
|
|
38176
|
+
className: styles["btn-login-with-sso"],
|
|
38177
|
+
onClick: function onClick() {
|
|
38178
|
+
return fnLoginSSO(clickHandler);
|
|
38179
|
+
}
|
|
38180
|
+
}, React__default.createElement("img", {
|
|
38181
|
+
src: "images/Single-Sign-On.png"
|
|
38182
|
+
}), " Login with SSO")), React__default.createElement("div", {
|
|
37868
38183
|
className: "d-flex justify-content-between"
|
|
37869
38184
|
}, React__default.createElement(reactRouterDom.Link, {
|
|
37870
38185
|
to: "/forgot-password",
|
|
@@ -37887,8 +38202,7 @@ var BlockLogin = function BlockLogin(_ref) {
|
|
|
37887
38202
|
},
|
|
37888
38203
|
openModal: isLoginGoogle,
|
|
37889
38204
|
token: infoUser.accessToken,
|
|
37890
|
-
email: infoUser.email
|
|
37891
|
-
setOpenModal: setIsLoginGoogle
|
|
38205
|
+
email: infoUser.email
|
|
37892
38206
|
}));
|
|
37893
38207
|
};
|
|
37894
38208
|
|
|
@@ -39119,11 +39433,17 @@ var EmptyDataAlert = function EmptyDataAlert(_ref) {
|
|
|
39119
39433
|
var label = _ref.label,
|
|
39120
39434
|
className = _ref.className,
|
|
39121
39435
|
style = _ref.style;
|
|
39436
|
+
|
|
39437
|
+
var _useTranslation = reactI18next.useTranslation(),
|
|
39438
|
+
t = _useTranslation.t;
|
|
39439
|
+
|
|
39122
39440
|
return React__default.createElement(reactstrap.Alert, {
|
|
39123
39441
|
color: "primary",
|
|
39124
39442
|
className: className,
|
|
39125
39443
|
style: style
|
|
39126
|
-
},
|
|
39444
|
+
}, t('no_item_to_display', {
|
|
39445
|
+
item: label
|
|
39446
|
+
}));
|
|
39127
39447
|
};
|
|
39128
39448
|
|
|
39129
39449
|
EmptyDataAlert.defaultProps = {
|
|
@@ -39444,7 +39764,7 @@ var EmailTemplateList = function EmailTemplateList() {
|
|
|
39444
39764
|
}
|
|
39445
39765
|
})));
|
|
39446
39766
|
}))) : React__default.createElement(EmptyDataAlert, {
|
|
39447
|
-
label:
|
|
39767
|
+
label: t('template')
|
|
39448
39768
|
}), React__default.createElement(reactstrap.Row, {
|
|
39449
39769
|
className: "mt-2"
|
|
39450
39770
|
}, React__default.createElement(reactstrap.Col, {
|
|
@@ -43699,7 +44019,9 @@ var AssignStudentList = function AssignStudentList() {
|
|
|
43699
44019
|
display: 'flex',
|
|
43700
44020
|
alignItems: 'center'
|
|
43701
44021
|
}
|
|
43702
|
-
}, "
|
|
44022
|
+
}, t("are_you_sure_you_want_to_inactive_students", {
|
|
44023
|
+
number: isCheck.length
|
|
44024
|
+
}))), React__default.createElement(reactstrap.ModalFooter, {
|
|
43703
44025
|
className: "text-right"
|
|
43704
44026
|
}, React__default.createElement(reactstrap.Button, {
|
|
43705
44027
|
onClick: function onClick() {
|
|
@@ -43819,7 +44141,7 @@ var AssignStudentList = function AssignStudentList() {
|
|
|
43819
44141
|
}
|
|
43820
44142
|
}))));
|
|
43821
44143
|
})))) : React__default.createElement(EmptyDataAlert, {
|
|
43822
|
-
label:
|
|
44144
|
+
label: t('student')
|
|
43823
44145
|
})), React__default.createElement(reactstrap.Col, {
|
|
43824
44146
|
md: 12
|
|
43825
44147
|
}, React__default.createElement(CustomPagination, {
|
|
@@ -45679,6 +46001,9 @@ var NotificationList = function NotificationList() {
|
|
|
45679
46001
|
updateAll = _useNotificationList.updateAll,
|
|
45680
46002
|
toggleUpdateAllStatus = _useNotificationList.toggleUpdateAllStatus;
|
|
45681
46003
|
|
|
46004
|
+
var _useTranslation = reactI18next.useTranslation(),
|
|
46005
|
+
t = _useTranslation.t;
|
|
46006
|
+
|
|
45682
46007
|
return React__default.createElement("div", {
|
|
45683
46008
|
className: "animated fadeIn",
|
|
45684
46009
|
style: {
|
|
@@ -45767,7 +46092,7 @@ var NotificationList = function NotificationList() {
|
|
|
45767
46092
|
}
|
|
45768
46093
|
})));
|
|
45769
46094
|
})))) : React__default.createElement(EmptyDataAlert, {
|
|
45770
|
-
label:
|
|
46095
|
+
label: t('notification')
|
|
45771
46096
|
})), React__default.createElement(reactstrap.Col, {
|
|
45772
46097
|
md: 12
|
|
45773
46098
|
}, React__default.createElement(CustomPagination, {
|
|
@@ -46892,6 +47217,8 @@ var initialState = {
|
|
|
46892
47217
|
isEnableSurvey: false,
|
|
46893
47218
|
isConversationOneToOne: false,
|
|
46894
47219
|
isSandboxMode: false,
|
|
47220
|
+
isLoginGoogle: false,
|
|
47221
|
+
inforUserGoogle: null,
|
|
46895
47222
|
language: DEFAULT_LANGUAGE_CODE,
|
|
46896
47223
|
amplitude: {
|
|
46897
47224
|
user_id: "",
|
|
@@ -46917,6 +47244,10 @@ var commonReducer = toolkit.createReducer(initialState, function (builder) {
|
|
|
46917
47244
|
state.user = action.payload;
|
|
46918
47245
|
}).addCase(setSidebar, function (state, action) {
|
|
46919
47246
|
state.sidebarShow = action.payload;
|
|
47247
|
+
}).addCase(setIsLoginGoogle, function (state, action) {
|
|
47248
|
+
state.isLoginGoogle = action.payload;
|
|
47249
|
+
}).addCase(setInforUserGoogle, function (state, action) {
|
|
47250
|
+
state.inforUserGoogle = action.payload;
|
|
46920
47251
|
}).addCase(setAlert, function (state, action) {
|
|
46921
47252
|
state.alert = action.payload;
|
|
46922
47253
|
}).addCase(reset, function (_state, _action) {
|
|
@@ -47792,6 +48123,24 @@ var navMobileReducer = toolkit.createReducer(initialState$B, function (builder)
|
|
|
47792
48123
|
});
|
|
47793
48124
|
});
|
|
47794
48125
|
|
|
48126
|
+
var setWeeklyQuestList = toolkit.createAction("setWeeklyQuestList");
|
|
48127
|
+
var setOpenModelCongratulation = toolkit.createAction("setOpenModelCongratulation");
|
|
48128
|
+
|
|
48129
|
+
var initialState$C = {
|
|
48130
|
+
isOpenModelCongratulation: false,
|
|
48131
|
+
lastQuest: undefined,
|
|
48132
|
+
weeklyQuests: []
|
|
48133
|
+
};
|
|
48134
|
+
var weeklyQuestReducer = toolkit.createReducer(initialState$C, function (builder) {
|
|
48135
|
+
builder.addCase(setWeeklyQuestList, function (state, action) {
|
|
48136
|
+
state.weeklyQuests = action.payload;
|
|
48137
|
+
}).addCase(setOpenModelCongratulation, function (state, action) {
|
|
48138
|
+
state.isOpenModelCongratulation = action.payload;
|
|
48139
|
+
}).addCase(reset, function (_state, _action) {
|
|
48140
|
+
return initialState$C;
|
|
48141
|
+
});
|
|
48142
|
+
});
|
|
48143
|
+
|
|
47795
48144
|
var rootReducer = combineReducers({
|
|
47796
48145
|
common: commonReducer,
|
|
47797
48146
|
classes: classReducer,
|
|
@@ -47832,7 +48181,8 @@ var rootReducer = combineReducers({
|
|
|
47832
48181
|
widget: widgetReducer,
|
|
47833
48182
|
bandScores: commonReducer$h,
|
|
47834
48183
|
schoolBlankDays: commonReducer$i,
|
|
47835
|
-
navMobileReducer: navMobileReducer
|
|
48184
|
+
navMobileReducer: navMobileReducer,
|
|
48185
|
+
weeklyQuests: weeklyQuestReducer
|
|
47836
48186
|
});
|
|
47837
48187
|
|
|
47838
48188
|
var store = toolkit.configureStore({
|
|
@@ -48288,6 +48638,7 @@ var TheLayout = function TheLayout(_ref) {
|
|
|
48288
48638
|
|
|
48289
48639
|
var resetAuth = function resetAuth() {
|
|
48290
48640
|
localStorage.removeItem(ACCESS_TOKEN);
|
|
48641
|
+
localStorage.removeItem("ROLES");
|
|
48291
48642
|
history.push("/");
|
|
48292
48643
|
};
|
|
48293
48644
|
|
|
@@ -48455,6 +48806,7 @@ exports.setMailCategory = setMailCategory;
|
|
|
48455
48806
|
exports.setModal = setModal;
|
|
48456
48807
|
exports.setMoveItemQuestion = setMoveItemQuestion;
|
|
48457
48808
|
exports.setMyStudent = setMyStudent;
|
|
48809
|
+
exports.setOpenModelCongratulation = setOpenModelCongratulation;
|
|
48458
48810
|
exports.setQuestionByCategory = setQuestionByCategory;
|
|
48459
48811
|
exports.setQuestionCateList = setQuestionCateList;
|
|
48460
48812
|
exports.setQuestionList = setQuestionList;
|
|
@@ -48478,6 +48830,7 @@ exports.setTurnOffPassWhenChangeMode = setTurnOffPassWhenChangeMode;
|
|
|
48478
48830
|
exports.setTutorialScreenList = setTutorialScreenList;
|
|
48479
48831
|
exports.setUser = setUser;
|
|
48480
48832
|
exports.setUserList = setUserList;
|
|
48833
|
+
exports.setWeeklyQuestList = setWeeklyQuestList;
|
|
48481
48834
|
exports.showFontSize = showFontSize;
|
|
48482
48835
|
exports.showMenuBar = showMenuBar;
|
|
48483
48836
|
exports.store = store;
|