mario-core 2.9.131-level → 2.9.133-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 +88 -8
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +88 -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";
|
|
@@ -635,7 +635,27 @@ var learning_process = "Learning Process";
|
|
|
635
635
|
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
|
+
var survey_from = "Survey from";
|
|
638
639
|
var question_intervention = "Question Intervention";
|
|
640
|
+
var student_pressure = "Student Pressure";
|
|
641
|
+
var overall_readiness_to_learn = "Overall Readiness to Learn";
|
|
642
|
+
var view_calendar = " View Calendar";
|
|
643
|
+
var student_wellness = "Student Wellness";
|
|
644
|
+
var view_data_dashboard = "View Data Dashboard";
|
|
645
|
+
var view_a_student = "View a student";
|
|
646
|
+
var average_safety = "Average Safety";
|
|
647
|
+
var average_stress = "Average Stress";
|
|
648
|
+
var average_energy = "Average Energy";
|
|
649
|
+
var average_focus = "Average Focus";
|
|
650
|
+
var average_happiness = "Average Happiness";
|
|
651
|
+
var vs_last_month = "vs last month";
|
|
652
|
+
var of_students_are_not_feeling_safe = "of students are not feeling safe.";
|
|
653
|
+
var students_marked_themselves_as_unsafe = "students marked themselves as unsafe.";
|
|
654
|
+
var of_students_are_highly_stressed = "of students are highly stressed.";
|
|
655
|
+
var flagged_with_high_stress = "flagged_with_high_stress.";
|
|
656
|
+
var select_a_student_to_see_their_profile_and_learning_plan = "Select a student to see their profile and learning plan";
|
|
657
|
+
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";
|
|
658
|
+
var start = "start";
|
|
639
659
|
var lang_us = {
|
|
640
660
|
dashboard: dashboard,
|
|
641
661
|
user: user,
|
|
@@ -770,7 +790,6 @@ var lang_us = {
|
|
|
770
790
|
create_semester: create_semester,
|
|
771
791
|
update_school_break_month: update_school_break_month,
|
|
772
792
|
total_of_semesters: total_of_semesters,
|
|
773
|
-
total_of_academicyear: total_of_academicyear,
|
|
774
793
|
semester: semester,
|
|
775
794
|
breaking_month: breaking_month,
|
|
776
795
|
change_breaking_month: change_breaking_month,
|
|
@@ -1161,6 +1180,7 @@ var lang_us = {
|
|
|
1161
1180
|
total_survey_not_done: total_survey_not_done,
|
|
1162
1181
|
list_survey: list_survey,
|
|
1163
1182
|
surveys: surveys,
|
|
1183
|
+
survey: survey,
|
|
1164
1184
|
create_survey: create_survey,
|
|
1165
1185
|
my_survey: my_survey,
|
|
1166
1186
|
counselor_name: counselor_name,
|
|
@@ -1244,7 +1264,27 @@ var lang_us = {
|
|
|
1244
1264
|
survey_dashboard: survey_dashboard,
|
|
1245
1265
|
response_rate: response_rate,
|
|
1246
1266
|
top_5_most_survey_used: top_5_most_survey_used,
|
|
1247
|
-
|
|
1267
|
+
survey_from: survey_from,
|
|
1268
|
+
question_intervention: question_intervention,
|
|
1269
|
+
student_pressure: student_pressure,
|
|
1270
|
+
overall_readiness_to_learn: overall_readiness_to_learn,
|
|
1271
|
+
view_calendar: view_calendar,
|
|
1272
|
+
student_wellness: student_wellness,
|
|
1273
|
+
view_data_dashboard: view_data_dashboard,
|
|
1274
|
+
view_a_student: view_a_student,
|
|
1275
|
+
average_safety: average_safety,
|
|
1276
|
+
average_stress: average_stress,
|
|
1277
|
+
average_energy: average_energy,
|
|
1278
|
+
average_focus: average_focus,
|
|
1279
|
+
average_happiness: average_happiness,
|
|
1280
|
+
vs_last_month: vs_last_month,
|
|
1281
|
+
of_students_are_not_feeling_safe: of_students_are_not_feeling_safe,
|
|
1282
|
+
students_marked_themselves_as_unsafe: students_marked_themselves_as_unsafe,
|
|
1283
|
+
of_students_are_highly_stressed: of_students_are_highly_stressed,
|
|
1284
|
+
flagged_with_high_stress: flagged_with_high_stress,
|
|
1285
|
+
select_a_student_to_see_their_profile_and_learning_plan: select_a_student_to_see_their_profile_and_learning_plan,
|
|
1286
|
+
select_a_student_and_start_a_conversation_with_the_check_in_results: select_a_student_and_start_a_conversation_with_the_check_in_results,
|
|
1287
|
+
start: start
|
|
1248
1288
|
};
|
|
1249
1289
|
|
|
1250
1290
|
var dashboard$1 = "Dashboard";
|
|
@@ -1379,7 +1419,6 @@ var edit_semester$1 = "Edit semester";
|
|
|
1379
1419
|
var create_semester$1 = "Create semester";
|
|
1380
1420
|
var update_school_break_month$1 = "Update school break month";
|
|
1381
1421
|
var total_of_semesters$1 = "Total of semesters";
|
|
1382
|
-
var total_of_academicyear$1 = "Total of academic years";
|
|
1383
1422
|
var semester$1 = "semester";
|
|
1384
1423
|
var breaking_month$1 = "Breaking month";
|
|
1385
1424
|
var change_breaking_month$1 = "Change breaking month";
|
|
@@ -1757,6 +1796,7 @@ var external$1 = "EXTERNAL";
|
|
|
1757
1796
|
var student_survey$1 = "Student Survey";
|
|
1758
1797
|
var view_survey$1 = "VIEW SURVEY";
|
|
1759
1798
|
var create_a_survey$1 = "Create a survey";
|
|
1799
|
+
var survey_from$1 = "Survey from";
|
|
1760
1800
|
var review$1 = "Review";
|
|
1761
1801
|
var publish_survey$1 = "Publish survey";
|
|
1762
1802
|
var total_surveys$1 = "Total Surveys";
|
|
@@ -1766,6 +1806,7 @@ var total_survey_done$1 = "Total survey done";
|
|
|
1766
1806
|
var total_survey_not_done$1 = "Total survey not done";
|
|
1767
1807
|
var list_survey$1 = "LIST SURVEY";
|
|
1768
1808
|
var surveys$1 = "Surveys";
|
|
1809
|
+
var survey$1 = "Survey";
|
|
1769
1810
|
var create_survey$1 = "Create survey";
|
|
1770
1811
|
var my_survey$1 = "My Survey";
|
|
1771
1812
|
var counselor_name$1 = "Counselor Name";
|
|
@@ -1840,7 +1881,7 @@ var select_secondary_teacher_change$1 = "Select Secondary Teacher Change";
|
|
|
1840
1881
|
var filter_calendar$1 = "Filter calendar";
|
|
1841
1882
|
var average_student_safety$1 = "Average Student Safety";
|
|
1842
1883
|
var is_active$1 = "Is Active";
|
|
1843
|
-
var top_5_most_used_strategies$1 = "Top 5
|
|
1884
|
+
var top_5_most_used_strategies$1 = "Top 5 Most Used Strategies";
|
|
1844
1885
|
var preparedness$1 = "Preparedness";
|
|
1845
1886
|
var average_student_stress$1 = "Average Student Stress";
|
|
1846
1887
|
var success_indicators$1 = "Success Indicators";
|
|
@@ -1849,6 +1890,25 @@ var survey_dashboard$1 = "Survey Dashboard";
|
|
|
1849
1890
|
var response_rate$1 = "Response Rate";
|
|
1850
1891
|
var top_5_most_survey_used$1 = "Top 5 Survey's Used";
|
|
1851
1892
|
var question_intervention$1 = "Question Intervention";
|
|
1893
|
+
var student_pressure$1 = "Student Pressure";
|
|
1894
|
+
var overall_readiness_to_learn$1 = "Overall Readiness to Learn";
|
|
1895
|
+
var view_calendar$1 = " View Calendar";
|
|
1896
|
+
var student_wellness$1 = "Student Wellness";
|
|
1897
|
+
var view_data_dashboard$1 = "View Data Dashboard";
|
|
1898
|
+
var view_a_student$1 = "View a student";
|
|
1899
|
+
var average_safety$1 = "Average Safety";
|
|
1900
|
+
var average_stress$1 = "Average Stress";
|
|
1901
|
+
var average_energy$1 = "Average Energy";
|
|
1902
|
+
var average_focus$1 = "Average Focus";
|
|
1903
|
+
var average_happiness$1 = "Average Happiness";
|
|
1904
|
+
var vs_last_month$1 = "vs last month";
|
|
1905
|
+
var of_students_are_not_feeling_safe$1 = "of students are not feeling safe.";
|
|
1906
|
+
var students_marked_themselves_as_unsafe$1 = "students marked themselves as unsafe.";
|
|
1907
|
+
var of_students_are_highly_stressed$1 = "of students are highly stressed.";
|
|
1908
|
+
var flagged_with_high_stress$1 = "flagged_with_high_stress.";
|
|
1909
|
+
var select_a_student_to_see_their_profile_and_learning_plan$1 = "Select a student to see their profile and learning plan";
|
|
1910
|
+
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";
|
|
1911
|
+
var start$1 = "start";
|
|
1852
1912
|
var lang_uk = {
|
|
1853
1913
|
dashboard: dashboard$1,
|
|
1854
1914
|
user: user$1,
|
|
@@ -1983,7 +2043,6 @@ var lang_uk = {
|
|
|
1983
2043
|
create_semester: create_semester$1,
|
|
1984
2044
|
update_school_break_month: update_school_break_month$1,
|
|
1985
2045
|
total_of_semesters: total_of_semesters$1,
|
|
1986
|
-
total_of_academicyear: total_of_academicyear$1,
|
|
1987
2046
|
semester: semester$1,
|
|
1988
2047
|
breaking_month: breaking_month$1,
|
|
1989
2048
|
change_breaking_month: change_breaking_month$1,
|
|
@@ -2365,6 +2424,7 @@ var lang_uk = {
|
|
|
2365
2424
|
student_survey: student_survey$1,
|
|
2366
2425
|
view_survey: view_survey$1,
|
|
2367
2426
|
create_a_survey: create_a_survey$1,
|
|
2427
|
+
survey_from: survey_from$1,
|
|
2368
2428
|
review: review$1,
|
|
2369
2429
|
publish_survey: publish_survey$1,
|
|
2370
2430
|
total_surveys: total_surveys$1,
|
|
@@ -2374,6 +2434,7 @@ var lang_uk = {
|
|
|
2374
2434
|
total_survey_not_done: total_survey_not_done$1,
|
|
2375
2435
|
list_survey: list_survey$1,
|
|
2376
2436
|
surveys: surveys$1,
|
|
2437
|
+
survey: survey$1,
|
|
2377
2438
|
create_survey: create_survey$1,
|
|
2378
2439
|
my_survey: my_survey$1,
|
|
2379
2440
|
counselor_name: counselor_name$1,
|
|
@@ -2457,7 +2518,26 @@ var lang_uk = {
|
|
|
2457
2518
|
survey_dashboard: survey_dashboard$1,
|
|
2458
2519
|
response_rate: response_rate$1,
|
|
2459
2520
|
top_5_most_survey_used: top_5_most_survey_used$1,
|
|
2460
|
-
question_intervention: question_intervention$1
|
|
2521
|
+
question_intervention: question_intervention$1,
|
|
2522
|
+
student_pressure: student_pressure$1,
|
|
2523
|
+
overall_readiness_to_learn: overall_readiness_to_learn$1,
|
|
2524
|
+
view_calendar: view_calendar$1,
|
|
2525
|
+
student_wellness: student_wellness$1,
|
|
2526
|
+
view_data_dashboard: view_data_dashboard$1,
|
|
2527
|
+
view_a_student: view_a_student$1,
|
|
2528
|
+
average_safety: average_safety$1,
|
|
2529
|
+
average_stress: average_stress$1,
|
|
2530
|
+
average_energy: average_energy$1,
|
|
2531
|
+
average_focus: average_focus$1,
|
|
2532
|
+
average_happiness: average_happiness$1,
|
|
2533
|
+
vs_last_month: vs_last_month$1,
|
|
2534
|
+
of_students_are_not_feeling_safe: of_students_are_not_feeling_safe$1,
|
|
2535
|
+
students_marked_themselves_as_unsafe: students_marked_themselves_as_unsafe$1,
|
|
2536
|
+
of_students_are_highly_stressed: of_students_are_highly_stressed$1,
|
|
2537
|
+
flagged_with_high_stress: flagged_with_high_stress$1,
|
|
2538
|
+
select_a_student_to_see_their_profile_and_learning_plan: select_a_student_to_see_their_profile_and_learning_plan$1,
|
|
2539
|
+
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,
|
|
2540
|
+
start: start$1
|
|
2461
2541
|
};
|
|
2462
2542
|
|
|
2463
2543
|
var DEFAULT_LANGUAGE = localStorage.getItem("language") !== null ? localStorage.getItem("language") : "uk";
|