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.js
CHANGED
|
@@ -657,6 +657,9 @@ var flagged_with_high_stress = "flagged_with_high_stress.";
|
|
|
657
657
|
var select_a_student_to_see_their_profile_and_learning_plan = "Select a student to see their profile and learning plan";
|
|
658
658
|
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";
|
|
659
659
|
var start = "start";
|
|
660
|
+
var teacher_reflection = "Teacher Reflection";
|
|
661
|
+
var notes = "Notes";
|
|
662
|
+
var student_reflection = "Student Reflections";
|
|
660
663
|
var lang_us = {
|
|
661
664
|
dashboard: dashboard,
|
|
662
665
|
user: user,
|
|
@@ -1286,7 +1289,10 @@ var lang_us = {
|
|
|
1286
1289
|
flagged_with_high_stress: flagged_with_high_stress,
|
|
1287
1290
|
select_a_student_to_see_their_profile_and_learning_plan: select_a_student_to_see_their_profile_and_learning_plan,
|
|
1288
1291
|
select_a_student_and_start_a_conversation_with_the_check_in_results: select_a_student_and_start_a_conversation_with_the_check_in_results,
|
|
1289
|
-
start: start
|
|
1292
|
+
start: start,
|
|
1293
|
+
teacher_reflection: teacher_reflection,
|
|
1294
|
+
notes: notes,
|
|
1295
|
+
student_reflection: student_reflection
|
|
1290
1296
|
};
|
|
1291
1297
|
|
|
1292
1298
|
var dashboard$1 = "Dashboard";
|
|
@@ -1912,6 +1918,9 @@ var flagged_with_high_stress$1 = "flagged_with_high_stress.";
|
|
|
1912
1918
|
var select_a_student_to_see_their_profile_and_learning_plan$1 = "Select a student to see their profile and learning plan";
|
|
1913
1919
|
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";
|
|
1914
1920
|
var start$1 = "start";
|
|
1921
|
+
var teacher_reflection$1 = "Teacher Reflection";
|
|
1922
|
+
var notes$1 = "Notes";
|
|
1923
|
+
var student_reflection$1 = "Student Reflections";
|
|
1915
1924
|
var lang_uk = {
|
|
1916
1925
|
dashboard: dashboard$1,
|
|
1917
1926
|
user: user$1,
|
|
@@ -2541,7 +2550,10 @@ var lang_uk = {
|
|
|
2541
2550
|
flagged_with_high_stress: flagged_with_high_stress$1,
|
|
2542
2551
|
select_a_student_to_see_their_profile_and_learning_plan: select_a_student_to_see_their_profile_and_learning_plan$1,
|
|
2543
2552
|
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,
|
|
2544
|
-
start: start$1
|
|
2553
|
+
start: start$1,
|
|
2554
|
+
teacher_reflection: teacher_reflection$1,
|
|
2555
|
+
notes: notes$1,
|
|
2556
|
+
student_reflection: student_reflection$1
|
|
2545
2557
|
};
|
|
2546
2558
|
|
|
2547
2559
|
var DEFAULT_LANGUAGE = localStorage.getItem("language") !== null ? localStorage.getItem("language") : "uk";
|