mario-core 2.9.135-level → 2.9.136-level
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 +142 -6
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +142 -6
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -52,6 +52,7 @@ var hey = "Hey";
|
|
|
52
52
|
var readiness_to_learn = "Readiness to Learn";
|
|
53
53
|
var high_impact_learning_strategies = "High Impact Learning Strategies";
|
|
54
54
|
var check_in = "Check-in";
|
|
55
|
+
var check_ins = "Check-ins";
|
|
55
56
|
var reflection = "Reflection";
|
|
56
57
|
var conferences = "Conferences";
|
|
57
58
|
var safety = "Safety";
|
|
@@ -644,6 +645,7 @@ var view_calendar = " View Calendar";
|
|
|
644
645
|
var student_wellness = "Student Wellness";
|
|
645
646
|
var view_data_dashboard = "View Data Dashboard";
|
|
646
647
|
var view_a_student = "View a student";
|
|
648
|
+
var view_student = "View student";
|
|
647
649
|
var average_safety = "Average Safety";
|
|
648
650
|
var average_stress = "Average Stress";
|
|
649
651
|
var average_energy = "Average Energy";
|
|
@@ -652,14 +654,44 @@ var average_happiness = "Average Happiness";
|
|
|
652
654
|
var vs_last_month = "vs last month";
|
|
653
655
|
var of_students_are_not_feeling_safe = "of students are not feeling safe.";
|
|
654
656
|
var students_marked_themselves_as_unsafe = "students marked themselves as unsafe.";
|
|
657
|
+
var marked_themselves_as_unsafe = "marked themselves as unsafe.";
|
|
655
658
|
var of_students_are_highly_stressed = "of students are highly stressed.";
|
|
656
|
-
var flagged_with_high_stress = "
|
|
659
|
+
var flagged_with_high_stress = "flagged with high stress.";
|
|
657
660
|
var select_a_student_to_see_their_profile_and_learning_plan = "Select a student to see their profile and learning plan";
|
|
658
|
-
var select_a_student_and_start_a_conversation_with_the_check_in_results = "Select a student and start
|
|
661
|
+
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";
|
|
659
662
|
var start = "start";
|
|
660
663
|
var teacher_reflection = "Teacher Reflection";
|
|
661
664
|
var notes = "Notes";
|
|
662
665
|
var student_reflection = "Student Reflections";
|
|
666
|
+
var view_latest_check_ins = "View Latest Check-ins";
|
|
667
|
+
var this_week_s = "This Week's";
|
|
668
|
+
var missing_weekly_check_in = "missing weekly check-in";
|
|
669
|
+
var add_new_student = "Add new student";
|
|
670
|
+
var start_check_in = "Start Check-In";
|
|
671
|
+
var no_events_today = "No events today";
|
|
672
|
+
var today_schedule = "Today's Schedule";
|
|
673
|
+
var high_stressed = "high stressed";
|
|
674
|
+
var unsafe = "unsafe";
|
|
675
|
+
var average = "Average";
|
|
676
|
+
var see_them = "see them";
|
|
677
|
+
var goal = "goal";
|
|
678
|
+
var ended_over_24_hours_ago = "ended over 24 hours ago";
|
|
679
|
+
var start_a_1_1_conversation = "Start a 1-1 Conversation";
|
|
680
|
+
var view_results = "View results";
|
|
681
|
+
var request_check_in = "Request Check-In";
|
|
682
|
+
var last = "Last";
|
|
683
|
+
var latest_check_ins = "Latest Check-ins";
|
|
684
|
+
var students_who_missing_weekly_check_in = "Students who missing weekly check-in";
|
|
685
|
+
var this_student_does_nt_have_missing_check_in = "This student doesn’t have missing check-in";
|
|
686
|
+
var no_student_missing_weekly_check_in = "No student missing weekly check-in";
|
|
687
|
+
var start_1_1_conversation = "Start 1-1 Conversation";
|
|
688
|
+
var select_a_teacher_and_start_a_check_in = "Select a teacher and start a check-in";
|
|
689
|
+
var this_weeks_check_ins = "This week's check-ins";
|
|
690
|
+
var this_student_does_nt_have_1_1_in_this_week = "This student doesn’t have 1-1 in this week";
|
|
691
|
+
var this_student_does_nt_have_check_in_in_this_week = "This student doesn’t have check-in in this week";
|
|
692
|
+
var no_last_or_requested_check_ins = "No last or requested Check-Ins";
|
|
693
|
+
var students_who_are_highly_stressed = "Students who are highly stressed";
|
|
694
|
+
var students_who_are_not_feeling_safe = "Students who are not feeling safe";
|
|
663
695
|
var lang_us = {
|
|
664
696
|
dashboard: dashboard,
|
|
665
697
|
user: user,
|
|
@@ -678,6 +710,7 @@ var lang_us = {
|
|
|
678
710
|
high_impact_learning_strategies: high_impact_learning_strategies,
|
|
679
711
|
"1_to_1": "1 To 1",
|
|
680
712
|
check_in: check_in,
|
|
713
|
+
check_ins: check_ins,
|
|
681
714
|
reflection: reflection,
|
|
682
715
|
conferences: conferences,
|
|
683
716
|
safety: safety,
|
|
@@ -1277,6 +1310,7 @@ var lang_us = {
|
|
|
1277
1310
|
student_wellness: student_wellness,
|
|
1278
1311
|
view_data_dashboard: view_data_dashboard,
|
|
1279
1312
|
view_a_student: view_a_student,
|
|
1313
|
+
view_student: view_student,
|
|
1280
1314
|
average_safety: average_safety,
|
|
1281
1315
|
average_stress: average_stress,
|
|
1282
1316
|
average_energy: average_energy,
|
|
@@ -1285,6 +1319,7 @@ var lang_us = {
|
|
|
1285
1319
|
vs_last_month: vs_last_month,
|
|
1286
1320
|
of_students_are_not_feeling_safe: of_students_are_not_feeling_safe,
|
|
1287
1321
|
students_marked_themselves_as_unsafe: students_marked_themselves_as_unsafe,
|
|
1322
|
+
marked_themselves_as_unsafe: marked_themselves_as_unsafe,
|
|
1288
1323
|
of_students_are_highly_stressed: of_students_are_highly_stressed,
|
|
1289
1324
|
flagged_with_high_stress: flagged_with_high_stress,
|
|
1290
1325
|
select_a_student_to_see_their_profile_and_learning_plan: select_a_student_to_see_their_profile_and_learning_plan,
|
|
@@ -1292,7 +1327,40 @@ var lang_us = {
|
|
|
1292
1327
|
start: start,
|
|
1293
1328
|
teacher_reflection: teacher_reflection,
|
|
1294
1329
|
notes: notes,
|
|
1295
|
-
student_reflection: student_reflection
|
|
1330
|
+
student_reflection: student_reflection,
|
|
1331
|
+
view_latest_check_ins: view_latest_check_ins,
|
|
1332
|
+
"1-1s": "1-1s",
|
|
1333
|
+
"1_1": "1-1",
|
|
1334
|
+
this_week_s: this_week_s,
|
|
1335
|
+
missing_weekly_check_in: missing_weekly_check_in,
|
|
1336
|
+
add_new_student: add_new_student,
|
|
1337
|
+
"start_your_check-in_and_you_can_also_request_a_conversation_with_your_teacher_after": "Start your check-in and you can also request a conversation with your teacher after",
|
|
1338
|
+
start_check_in: start_check_in,
|
|
1339
|
+
no_events_today: no_events_today,
|
|
1340
|
+
today_schedule: today_schedule,
|
|
1341
|
+
high_stressed: high_stressed,
|
|
1342
|
+
unsafe: unsafe,
|
|
1343
|
+
average: average,
|
|
1344
|
+
see_them: see_them,
|
|
1345
|
+
goal: goal,
|
|
1346
|
+
ended_over_24_hours_ago: ended_over_24_hours_ago,
|
|
1347
|
+
start_a_1_1_conversation: start_a_1_1_conversation,
|
|
1348
|
+
view_results: view_results,
|
|
1349
|
+
request_check_in: request_check_in,
|
|
1350
|
+
last: last,
|
|
1351
|
+
latest_check_ins: latest_check_ins,
|
|
1352
|
+
students_who_missing_weekly_check_in: students_who_missing_weekly_check_in,
|
|
1353
|
+
this_student_does_nt_have_missing_check_in: this_student_does_nt_have_missing_check_in,
|
|
1354
|
+
no_student_missing_weekly_check_in: no_student_missing_weekly_check_in,
|
|
1355
|
+
start_1_1_conversation: start_1_1_conversation,
|
|
1356
|
+
select_a_teacher_and_start_a_check_in: select_a_teacher_and_start_a_check_in,
|
|
1357
|
+
this_weeks_check_ins: this_weeks_check_ins,
|
|
1358
|
+
"this _weeks_1_1s": "This week's 1-1s",
|
|
1359
|
+
this_student_does_nt_have_1_1_in_this_week: this_student_does_nt_have_1_1_in_this_week,
|
|
1360
|
+
this_student_does_nt_have_check_in_in_this_week: this_student_does_nt_have_check_in_in_this_week,
|
|
1361
|
+
no_last_or_requested_check_ins: no_last_or_requested_check_ins,
|
|
1362
|
+
students_who_are_highly_stressed: students_who_are_highly_stressed,
|
|
1363
|
+
students_who_are_not_feeling_safe: students_who_are_not_feeling_safe
|
|
1296
1364
|
};
|
|
1297
1365
|
|
|
1298
1366
|
var dashboard$1 = "Dashboard";
|
|
@@ -1311,6 +1379,7 @@ var hey$1 = "Hey";
|
|
|
1311
1379
|
var readiness_to_learn$1 = "Readiness to Learn";
|
|
1312
1380
|
var high_impact_learning_strategies$1 = "High Impact Learning Strategies";
|
|
1313
1381
|
var check_in$1 = "Check-in";
|
|
1382
|
+
var check_ins$1 = "Check-ins";
|
|
1314
1383
|
var reflection$1 = "Reflection";
|
|
1315
1384
|
var conferences$1 = "Conferences";
|
|
1316
1385
|
var safety$1 = "Safety";
|
|
@@ -1905,6 +1974,7 @@ var view_calendar$1 = " View Calendar";
|
|
|
1905
1974
|
var student_wellness$1 = "Student Wellness";
|
|
1906
1975
|
var view_data_dashboard$1 = "View Data Dashboard";
|
|
1907
1976
|
var view_a_student$1 = "View a student";
|
|
1977
|
+
var view_student$1 = "View student";
|
|
1908
1978
|
var average_safety$1 = "Average Safety";
|
|
1909
1979
|
var average_stress$1 = "Average Stress";
|
|
1910
1980
|
var average_energy$1 = "Average Energy";
|
|
@@ -1913,14 +1983,44 @@ var average_happiness$1 = "Average Happiness";
|
|
|
1913
1983
|
var vs_last_month$1 = "vs last month";
|
|
1914
1984
|
var of_students_are_not_feeling_safe$1 = "of students are not feeling safe.";
|
|
1915
1985
|
var students_marked_themselves_as_unsafe$1 = "students marked themselves as unsafe.";
|
|
1986
|
+
var marked_themselves_as_unsafe$1 = "marked themselves as unsafe.";
|
|
1916
1987
|
var of_students_are_highly_stressed$1 = "of students are highly stressed.";
|
|
1917
|
-
var flagged_with_high_stress$1 = "
|
|
1988
|
+
var flagged_with_high_stress$1 = "flagged with high stress.";
|
|
1918
1989
|
var select_a_student_to_see_their_profile_and_learning_plan$1 = "Select a student to see their profile and learning plan";
|
|
1919
|
-
var select_a_student_and_start_a_conversation_with_the_check_in_results$1 = "Select a student and start
|
|
1990
|
+
var select_a_student_and_start_a_conversation_with_the_check_in_results$1 = "Select a student and start a conversation with the check-in results";
|
|
1920
1991
|
var start$1 = "start";
|
|
1921
1992
|
var teacher_reflection$1 = "Teacher Reflection";
|
|
1922
1993
|
var notes$1 = "Notes";
|
|
1923
1994
|
var student_reflection$1 = "Student Reflections";
|
|
1995
|
+
var view_latest_check_ins$1 = "View Latest Check-ins";
|
|
1996
|
+
var this_week_s$1 = "This Week's";
|
|
1997
|
+
var missing_weekly_check_in$1 = "missing weekly check-in";
|
|
1998
|
+
var add_new_student$1 = "Add new student";
|
|
1999
|
+
var start_check_in$1 = "Start Check-In";
|
|
2000
|
+
var no_events_today$1 = "No events today";
|
|
2001
|
+
var today_schedule$1 = "Today's Schedule";
|
|
2002
|
+
var high_stressed$1 = "high stressed";
|
|
2003
|
+
var unsafe$1 = "unsafe";
|
|
2004
|
+
var average$1 = "Average";
|
|
2005
|
+
var see_them$1 = "see them";
|
|
2006
|
+
var goal$1 = "goal";
|
|
2007
|
+
var ended_over_24_hours_ago$1 = "ended over 24 hours ago";
|
|
2008
|
+
var start_a_1_1_conversation$1 = "Start a 1-1 Conversation";
|
|
2009
|
+
var view_results$1 = "View results";
|
|
2010
|
+
var request_check_in$1 = "Request Check-In";
|
|
2011
|
+
var last$1 = "Last";
|
|
2012
|
+
var latest_check_ins$1 = "Latest Check-ins";
|
|
2013
|
+
var students_who_missing_weekly_check_in$1 = "Students who missing weekly check-in";
|
|
2014
|
+
var this_student_does_nt_have_missing_check_in$1 = "This student doesn’t have missing check-in";
|
|
2015
|
+
var no_student_missing_weekly_check_in$1 = "No student missing weekly check-in";
|
|
2016
|
+
var start_1_1_conversation$1 = "Start 1-1 Conversation";
|
|
2017
|
+
var select_a_teacher_and_start_a_check_in$1 = "Select a teacher and start a check-in";
|
|
2018
|
+
var this_weeks_check_ins$1 = "This week's check-ins";
|
|
2019
|
+
var this_student_does_nt_have_1_1_in_this_week$1 = "This student doesn’t have 1-1 in this week";
|
|
2020
|
+
var this_student_does_nt_have_check_in_in_this_week$1 = "This student doesn’t have check-in in this week";
|
|
2021
|
+
var no_last_or_requested_check_ins$1 = "No last or requested Check-Ins";
|
|
2022
|
+
var students_who_are_highly_stressed$1 = "Students who are highly stressed";
|
|
2023
|
+
var students_who_are_not_feeling_safe$1 = "Students who are not feeling safe";
|
|
1924
2024
|
var lang_uk = {
|
|
1925
2025
|
dashboard: dashboard$1,
|
|
1926
2026
|
user: user$1,
|
|
@@ -1939,6 +2039,7 @@ var lang_uk = {
|
|
|
1939
2039
|
high_impact_learning_strategies: high_impact_learning_strategies$1,
|
|
1940
2040
|
"1_to_1": "1 to 1",
|
|
1941
2041
|
check_in: check_in$1,
|
|
2042
|
+
check_ins: check_ins$1,
|
|
1942
2043
|
reflection: reflection$1,
|
|
1943
2044
|
conferences: conferences$1,
|
|
1944
2045
|
safety: safety$1,
|
|
@@ -2538,6 +2639,7 @@ var lang_uk = {
|
|
|
2538
2639
|
student_wellness: student_wellness$1,
|
|
2539
2640
|
view_data_dashboard: view_data_dashboard$1,
|
|
2540
2641
|
view_a_student: view_a_student$1,
|
|
2642
|
+
view_student: view_student$1,
|
|
2541
2643
|
average_safety: average_safety$1,
|
|
2542
2644
|
average_stress: average_stress$1,
|
|
2543
2645
|
average_energy: average_energy$1,
|
|
@@ -2546,6 +2648,7 @@ var lang_uk = {
|
|
|
2546
2648
|
vs_last_month: vs_last_month$1,
|
|
2547
2649
|
of_students_are_not_feeling_safe: of_students_are_not_feeling_safe$1,
|
|
2548
2650
|
students_marked_themselves_as_unsafe: students_marked_themselves_as_unsafe$1,
|
|
2651
|
+
marked_themselves_as_unsafe: marked_themselves_as_unsafe$1,
|
|
2549
2652
|
of_students_are_highly_stressed: of_students_are_highly_stressed$1,
|
|
2550
2653
|
flagged_with_high_stress: flagged_with_high_stress$1,
|
|
2551
2654
|
select_a_student_to_see_their_profile_and_learning_plan: select_a_student_to_see_their_profile_and_learning_plan$1,
|
|
@@ -2553,7 +2656,40 @@ var lang_uk = {
|
|
|
2553
2656
|
start: start$1,
|
|
2554
2657
|
teacher_reflection: teacher_reflection$1,
|
|
2555
2658
|
notes: notes$1,
|
|
2556
|
-
student_reflection: student_reflection$1
|
|
2659
|
+
student_reflection: student_reflection$1,
|
|
2660
|
+
view_latest_check_ins: view_latest_check_ins$1,
|
|
2661
|
+
"1-1s": "1-1s",
|
|
2662
|
+
"1_1": "1-1",
|
|
2663
|
+
this_week_s: this_week_s$1,
|
|
2664
|
+
missing_weekly_check_in: missing_weekly_check_in$1,
|
|
2665
|
+
add_new_student: add_new_student$1,
|
|
2666
|
+
"start_your_check-in_and_you_can_also_request_a_conversation_with_your_teacher_after": "Start your check-in and you can also request a conversation with your teacher after",
|
|
2667
|
+
start_check_in: start_check_in$1,
|
|
2668
|
+
no_events_today: no_events_today$1,
|
|
2669
|
+
today_schedule: today_schedule$1,
|
|
2670
|
+
high_stressed: high_stressed$1,
|
|
2671
|
+
unsafe: unsafe$1,
|
|
2672
|
+
average: average$1,
|
|
2673
|
+
see_them: see_them$1,
|
|
2674
|
+
goal: goal$1,
|
|
2675
|
+
ended_over_24_hours_ago: ended_over_24_hours_ago$1,
|
|
2676
|
+
start_a_1_1_conversation: start_a_1_1_conversation$1,
|
|
2677
|
+
view_results: view_results$1,
|
|
2678
|
+
request_check_in: request_check_in$1,
|
|
2679
|
+
last: last$1,
|
|
2680
|
+
latest_check_ins: latest_check_ins$1,
|
|
2681
|
+
students_who_missing_weekly_check_in: students_who_missing_weekly_check_in$1,
|
|
2682
|
+
this_student_does_nt_have_missing_check_in: this_student_does_nt_have_missing_check_in$1,
|
|
2683
|
+
no_student_missing_weekly_check_in: no_student_missing_weekly_check_in$1,
|
|
2684
|
+
start_1_1_conversation: start_1_1_conversation$1,
|
|
2685
|
+
select_a_teacher_and_start_a_check_in: select_a_teacher_and_start_a_check_in$1,
|
|
2686
|
+
this_weeks_check_ins: this_weeks_check_ins$1,
|
|
2687
|
+
"this _weeks_1_1s": "This week's 1-1s",
|
|
2688
|
+
this_student_does_nt_have_1_1_in_this_week: this_student_does_nt_have_1_1_in_this_week$1,
|
|
2689
|
+
this_student_does_nt_have_check_in_in_this_week: this_student_does_nt_have_check_in_in_this_week$1,
|
|
2690
|
+
no_last_or_requested_check_ins: no_last_or_requested_check_ins$1,
|
|
2691
|
+
students_who_are_highly_stressed: students_who_are_highly_stressed$1,
|
|
2692
|
+
students_who_are_not_feeling_safe: students_who_are_not_feeling_safe$1
|
|
2557
2693
|
};
|
|
2558
2694
|
|
|
2559
2695
|
var DEFAULT_LANGUAGE = localStorage.getItem("language") !== null ? localStorage.getItem("language") : "uk";
|