mario-core 2.9.131-level → 2.9.132-all
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +84 -8
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +84 -8
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -166,7 +166,6 @@ var edit_semester = "Edit semester";
|
|
|
166
166
|
var create_semester = "Create semester";
|
|
167
167
|
var update_school_break_month = "Update school break month";
|
|
168
168
|
var total_of_semesters = "Total of semesters";
|
|
169
|
-
var total_of_academicyear = "Total of academic years";
|
|
170
169
|
var semester = "semester";
|
|
171
170
|
var breaking_month = "Breaking month";
|
|
172
171
|
var change_breaking_month = "Change breaking month";
|
|
@@ -553,6 +552,7 @@ var total_survey_done = "Total survey done";
|
|
|
553
552
|
var total_survey_not_done = "Total survey not done";
|
|
554
553
|
var list_survey = "LIST SURVEY";
|
|
555
554
|
var surveys = "Surveys";
|
|
555
|
+
var survey = "Survey";
|
|
556
556
|
var create_survey = "Create survey";
|
|
557
557
|
var my_survey = "My Survey";
|
|
558
558
|
var counselor_name = "Counselor Name";
|
|
@@ -627,7 +627,7 @@ var select_secondary_teacher_change = "Select Secondary Teacher Change";
|
|
|
627
627
|
var filter_calendar = "Filter calendar";
|
|
628
628
|
var average_student_safety = "Average Student Safety";
|
|
629
629
|
var is_active = "Is Active";
|
|
630
|
-
var top_5_most_used_strategies = "Top 5
|
|
630
|
+
var top_5_most_used_strategies = "Top 5 Most Used Strategies";
|
|
631
631
|
var preparedness = "Preparedness";
|
|
632
632
|
var average_student_stress = "Average Student Stress";
|
|
633
633
|
var success_indicators = "Success Indicators";
|
|
@@ -636,6 +636,25 @@ var survey_dashboard = "Survey Dashboard";
|
|
|
636
636
|
var response_rate = "Response Rate";
|
|
637
637
|
var top_5_most_survey_used = "Top 5 Survey's Used";
|
|
638
638
|
var question_intervention = "Question Intervention";
|
|
639
|
+
var student_pressure = "Student Pressure";
|
|
640
|
+
var overall_readiness_to_learn = "Overall Readiness to Learn";
|
|
641
|
+
var view_calendar = " View Calendar";
|
|
642
|
+
var student_wellness = "Student Wellness";
|
|
643
|
+
var view_data_dashboard = "View Data Dashboard";
|
|
644
|
+
var view_a_student = "View a student";
|
|
645
|
+
var average_safety = "Average Safety";
|
|
646
|
+
var average_stress = "Average Stress";
|
|
647
|
+
var average_energy = "Average Energy";
|
|
648
|
+
var average_focus = "Average Focus";
|
|
649
|
+
var average_happiness = "Average Happiness";
|
|
650
|
+
var vs_last_month = "vs last month";
|
|
651
|
+
var of_students_are_not_feeling_safe = "of students are not feeling safe.";
|
|
652
|
+
var students_marked_themselves_as_unsafe = "students marked themselves as unsafe.";
|
|
653
|
+
var of_students_are_highly_stressed = "of students are highly stressed.";
|
|
654
|
+
var flagged_with_high_stress = "flagged_with_high_stress.";
|
|
655
|
+
var select_a_student_to_see_their_profile_and_learning_plan = "Select a student to see their profile and learning plan";
|
|
656
|
+
var select_a_student_and_start_a_conversation_with_the_check_in_results = "Select a student and start\n a conversation with the check-in results";
|
|
657
|
+
var start = "start";
|
|
639
658
|
var lang_us = {
|
|
640
659
|
dashboard: dashboard,
|
|
641
660
|
user: user,
|
|
@@ -770,7 +789,6 @@ var lang_us = {
|
|
|
770
789
|
create_semester: create_semester,
|
|
771
790
|
update_school_break_month: update_school_break_month,
|
|
772
791
|
total_of_semesters: total_of_semesters,
|
|
773
|
-
total_of_academicyear: total_of_academicyear,
|
|
774
792
|
semester: semester,
|
|
775
793
|
breaking_month: breaking_month,
|
|
776
794
|
change_breaking_month: change_breaking_month,
|
|
@@ -1161,6 +1179,7 @@ var lang_us = {
|
|
|
1161
1179
|
total_survey_not_done: total_survey_not_done,
|
|
1162
1180
|
list_survey: list_survey,
|
|
1163
1181
|
surveys: surveys,
|
|
1182
|
+
survey: survey,
|
|
1164
1183
|
create_survey: create_survey,
|
|
1165
1184
|
my_survey: my_survey,
|
|
1166
1185
|
counselor_name: counselor_name,
|
|
@@ -1244,7 +1263,26 @@ var lang_us = {
|
|
|
1244
1263
|
survey_dashboard: survey_dashboard,
|
|
1245
1264
|
response_rate: response_rate,
|
|
1246
1265
|
top_5_most_survey_used: top_5_most_survey_used,
|
|
1247
|
-
question_intervention: question_intervention
|
|
1266
|
+
question_intervention: question_intervention,
|
|
1267
|
+
student_pressure: student_pressure,
|
|
1268
|
+
overall_readiness_to_learn: overall_readiness_to_learn,
|
|
1269
|
+
view_calendar: view_calendar,
|
|
1270
|
+
student_wellness: student_wellness,
|
|
1271
|
+
view_data_dashboard: view_data_dashboard,
|
|
1272
|
+
view_a_student: view_a_student,
|
|
1273
|
+
average_safety: average_safety,
|
|
1274
|
+
average_stress: average_stress,
|
|
1275
|
+
average_energy: average_energy,
|
|
1276
|
+
average_focus: average_focus,
|
|
1277
|
+
average_happiness: average_happiness,
|
|
1278
|
+
vs_last_month: vs_last_month,
|
|
1279
|
+
of_students_are_not_feeling_safe: of_students_are_not_feeling_safe,
|
|
1280
|
+
students_marked_themselves_as_unsafe: students_marked_themselves_as_unsafe,
|
|
1281
|
+
of_students_are_highly_stressed: of_students_are_highly_stressed,
|
|
1282
|
+
flagged_with_high_stress: flagged_with_high_stress,
|
|
1283
|
+
select_a_student_to_see_their_profile_and_learning_plan: select_a_student_to_see_their_profile_and_learning_plan,
|
|
1284
|
+
select_a_student_and_start_a_conversation_with_the_check_in_results: select_a_student_and_start_a_conversation_with_the_check_in_results,
|
|
1285
|
+
start: start
|
|
1248
1286
|
};
|
|
1249
1287
|
|
|
1250
1288
|
var dashboard$1 = "Dashboard";
|
|
@@ -1379,7 +1417,6 @@ var edit_semester$1 = "Edit semester";
|
|
|
1379
1417
|
var create_semester$1 = "Create semester";
|
|
1380
1418
|
var update_school_break_month$1 = "Update school break month";
|
|
1381
1419
|
var total_of_semesters$1 = "Total of semesters";
|
|
1382
|
-
var total_of_academicyear$1 = "Total of academic years";
|
|
1383
1420
|
var semester$1 = "semester";
|
|
1384
1421
|
var breaking_month$1 = "Breaking month";
|
|
1385
1422
|
var change_breaking_month$1 = "Change breaking month";
|
|
@@ -1766,6 +1803,7 @@ var total_survey_done$1 = "Total survey done";
|
|
|
1766
1803
|
var total_survey_not_done$1 = "Total survey not done";
|
|
1767
1804
|
var list_survey$1 = "LIST SURVEY";
|
|
1768
1805
|
var surveys$1 = "Surveys";
|
|
1806
|
+
var survey$1 = "Survey";
|
|
1769
1807
|
var create_survey$1 = "Create survey";
|
|
1770
1808
|
var my_survey$1 = "My Survey";
|
|
1771
1809
|
var counselor_name$1 = "Counselor Name";
|
|
@@ -1840,7 +1878,7 @@ var select_secondary_teacher_change$1 = "Select Secondary Teacher Change";
|
|
|
1840
1878
|
var filter_calendar$1 = "Filter calendar";
|
|
1841
1879
|
var average_student_safety$1 = "Average Student Safety";
|
|
1842
1880
|
var is_active$1 = "Is Active";
|
|
1843
|
-
var top_5_most_used_strategies$1 = "Top 5
|
|
1881
|
+
var top_5_most_used_strategies$1 = "Top 5 Most Used Strategies";
|
|
1844
1882
|
var preparedness$1 = "Preparedness";
|
|
1845
1883
|
var average_student_stress$1 = "Average Student Stress";
|
|
1846
1884
|
var success_indicators$1 = "Success Indicators";
|
|
@@ -1849,6 +1887,25 @@ var survey_dashboard$1 = "Survey Dashboard";
|
|
|
1849
1887
|
var response_rate$1 = "Response Rate";
|
|
1850
1888
|
var top_5_most_survey_used$1 = "Top 5 Survey's Used";
|
|
1851
1889
|
var question_intervention$1 = "Question Intervention";
|
|
1890
|
+
var student_pressure$1 = "Student Pressure";
|
|
1891
|
+
var overall_readiness_to_learn$1 = "Overall Readiness to Learn";
|
|
1892
|
+
var view_calendar$1 = " View Calendar";
|
|
1893
|
+
var student_wellness$1 = "Student Wellness";
|
|
1894
|
+
var view_data_dashboard$1 = "View Data Dashboard";
|
|
1895
|
+
var view_a_student$1 = "View a student";
|
|
1896
|
+
var average_safety$1 = "Average Safety";
|
|
1897
|
+
var average_stress$1 = "Average Stress";
|
|
1898
|
+
var average_energy$1 = "Average Energy";
|
|
1899
|
+
var average_focus$1 = "Average Focus";
|
|
1900
|
+
var average_happiness$1 = "Average Happiness";
|
|
1901
|
+
var vs_last_month$1 = "vs last month";
|
|
1902
|
+
var of_students_are_not_feeling_safe$1 = "of students are not feeling safe.";
|
|
1903
|
+
var students_marked_themselves_as_unsafe$1 = "students marked themselves as unsafe.";
|
|
1904
|
+
var of_students_are_highly_stressed$1 = "of students are highly stressed.";
|
|
1905
|
+
var flagged_with_high_stress$1 = "flagged_with_high_stress.";
|
|
1906
|
+
var select_a_student_to_see_their_profile_and_learning_plan$1 = "Select a student to see their profile and learning plan";
|
|
1907
|
+
var select_a_student_and_start_a_conversation_with_the_check_in_results$1 = "Select a student and start\n a conversation with the check-in results";
|
|
1908
|
+
var start$1 = "start";
|
|
1852
1909
|
var lang_uk = {
|
|
1853
1910
|
dashboard: dashboard$1,
|
|
1854
1911
|
user: user$1,
|
|
@@ -1983,7 +2040,6 @@ var lang_uk = {
|
|
|
1983
2040
|
create_semester: create_semester$1,
|
|
1984
2041
|
update_school_break_month: update_school_break_month$1,
|
|
1985
2042
|
total_of_semesters: total_of_semesters$1,
|
|
1986
|
-
total_of_academicyear: total_of_academicyear$1,
|
|
1987
2043
|
semester: semester$1,
|
|
1988
2044
|
breaking_month: breaking_month$1,
|
|
1989
2045
|
change_breaking_month: change_breaking_month$1,
|
|
@@ -2374,6 +2430,7 @@ var lang_uk = {
|
|
|
2374
2430
|
total_survey_not_done: total_survey_not_done$1,
|
|
2375
2431
|
list_survey: list_survey$1,
|
|
2376
2432
|
surveys: surveys$1,
|
|
2433
|
+
survey: survey$1,
|
|
2377
2434
|
create_survey: create_survey$1,
|
|
2378
2435
|
my_survey: my_survey$1,
|
|
2379
2436
|
counselor_name: counselor_name$1,
|
|
@@ -2457,7 +2514,26 @@ var lang_uk = {
|
|
|
2457
2514
|
survey_dashboard: survey_dashboard$1,
|
|
2458
2515
|
response_rate: response_rate$1,
|
|
2459
2516
|
top_5_most_survey_used: top_5_most_survey_used$1,
|
|
2460
|
-
question_intervention: question_intervention$1
|
|
2517
|
+
question_intervention: question_intervention$1,
|
|
2518
|
+
student_pressure: student_pressure$1,
|
|
2519
|
+
overall_readiness_to_learn: overall_readiness_to_learn$1,
|
|
2520
|
+
view_calendar: view_calendar$1,
|
|
2521
|
+
student_wellness: student_wellness$1,
|
|
2522
|
+
view_data_dashboard: view_data_dashboard$1,
|
|
2523
|
+
view_a_student: view_a_student$1,
|
|
2524
|
+
average_safety: average_safety$1,
|
|
2525
|
+
average_stress: average_stress$1,
|
|
2526
|
+
average_energy: average_energy$1,
|
|
2527
|
+
average_focus: average_focus$1,
|
|
2528
|
+
average_happiness: average_happiness$1,
|
|
2529
|
+
vs_last_month: vs_last_month$1,
|
|
2530
|
+
of_students_are_not_feeling_safe: of_students_are_not_feeling_safe$1,
|
|
2531
|
+
students_marked_themselves_as_unsafe: students_marked_themselves_as_unsafe$1,
|
|
2532
|
+
of_students_are_highly_stressed: of_students_are_highly_stressed$1,
|
|
2533
|
+
flagged_with_high_stress: flagged_with_high_stress$1,
|
|
2534
|
+
select_a_student_to_see_their_profile_and_learning_plan: select_a_student_to_see_their_profile_and_learning_plan$1,
|
|
2535
|
+
select_a_student_and_start_a_conversation_with_the_check_in_results: select_a_student_and_start_a_conversation_with_the_check_in_results$1,
|
|
2536
|
+
start: start$1
|
|
2461
2537
|
};
|
|
2462
2538
|
|
|
2463
2539
|
var DEFAULT_LANGUAGE = localStorage.getItem("language") !== null ? localStorage.getItem("language") : "uk";
|