mario-core 2.9.132-level → 2.9.133-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 +14 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +14 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -655,6 +655,9 @@ var flagged_with_high_stress = "flagged_with_high_stress.";
|
|
|
655
655
|
var select_a_student_to_see_their_profile_and_learning_plan = "Select a student to see their profile and learning plan";
|
|
656
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
657
|
var start = "start";
|
|
658
|
+
var teacher_reflection = "Teacher Reflection";
|
|
659
|
+
var notes = "Notes";
|
|
660
|
+
var student_reflection = "Student Reflections";
|
|
658
661
|
var lang_us = {
|
|
659
662
|
dashboard: dashboard,
|
|
660
663
|
user: user,
|
|
@@ -1284,7 +1287,10 @@ var lang_us = {
|
|
|
1284
1287
|
flagged_with_high_stress: flagged_with_high_stress,
|
|
1285
1288
|
select_a_student_to_see_their_profile_and_learning_plan: select_a_student_to_see_their_profile_and_learning_plan,
|
|
1286
1289
|
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
|
|
1290
|
+
start: start,
|
|
1291
|
+
teacher_reflection: teacher_reflection,
|
|
1292
|
+
notes: notes,
|
|
1293
|
+
student_reflection: student_reflection
|
|
1288
1294
|
};
|
|
1289
1295
|
|
|
1290
1296
|
var dashboard$1 = "Dashboard";
|
|
@@ -1910,6 +1916,9 @@ var flagged_with_high_stress$1 = "flagged_with_high_stress.";
|
|
|
1910
1916
|
var select_a_student_to_see_their_profile_and_learning_plan$1 = "Select a student to see their profile and learning plan";
|
|
1911
1917
|
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";
|
|
1912
1918
|
var start$1 = "start";
|
|
1919
|
+
var teacher_reflection$1 = "Teacher Reflection";
|
|
1920
|
+
var notes$1 = "Notes";
|
|
1921
|
+
var student_reflection$1 = "Student Reflections";
|
|
1913
1922
|
var lang_uk = {
|
|
1914
1923
|
dashboard: dashboard$1,
|
|
1915
1924
|
user: user$1,
|
|
@@ -2539,7 +2548,10 @@ var lang_uk = {
|
|
|
2539
2548
|
flagged_with_high_stress: flagged_with_high_stress$1,
|
|
2540
2549
|
select_a_student_to_see_their_profile_and_learning_plan: select_a_student_to_see_their_profile_and_learning_plan$1,
|
|
2541
2550
|
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,
|
|
2542
|
-
start: start$1
|
|
2551
|
+
start: start$1,
|
|
2552
|
+
teacher_reflection: teacher_reflection$1,
|
|
2553
|
+
notes: notes$1,
|
|
2554
|
+
student_reflection: student_reflection$1
|
|
2543
2555
|
};
|
|
2544
2556
|
|
|
2545
2557
|
var DEFAULT_LANGUAGE = localStorage.getItem("language") !== null ? localStorage.getItem("language") : "uk";
|