mario-core 2.9.428-feedback → 2.9.429-feedback
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 +6 -6
- package/dist/index.modern.js +6 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -82,7 +82,7 @@ var total_1_to_1 = "Total 1-to-1s";
|
|
|
82
82
|
var total_1_to_1_time = "Total 1-to-1 Time";
|
|
83
83
|
var total_conferences = "Total Conferences";
|
|
84
84
|
var total_conferences_time = "Total Conference Time";
|
|
85
|
-
var total_class_reflection_check_ins = "Total Class Reflection Check
|
|
85
|
+
var total_class_reflection_check_ins = "Total Class Reflection Check-Ins";
|
|
86
86
|
var create_user = "Create user";
|
|
87
87
|
var edit_user = "Edit user";
|
|
88
88
|
var change_password = "Change password";
|
|
@@ -681,7 +681,7 @@ var start = "start";
|
|
|
681
681
|
var teacher_reflection = "Teacher Reflections";
|
|
682
682
|
var notes = "Notes";
|
|
683
683
|
var student_reflection = "Student Reflections";
|
|
684
|
-
var view_latest_check_ins = "View Latest Check
|
|
684
|
+
var view_latest_check_ins = "View Latest Check-Ins";
|
|
685
685
|
var this_week_s = "This Week's";
|
|
686
686
|
var missing_weekly_check_in = "missing weekly check-in";
|
|
687
687
|
var add_new_student = "Add new student";
|
|
@@ -698,7 +698,7 @@ var start_a_1_1_conversation = "Start a 1-1 Conversation";
|
|
|
698
698
|
var view_results = "View results";
|
|
699
699
|
var request_check_in = "Request check-in";
|
|
700
700
|
var last = "Last";
|
|
701
|
-
var latest_check_ins = "Latest Check
|
|
701
|
+
var latest_check_ins = "Latest Check-Ins";
|
|
702
702
|
var students_who_missing_weekly_check_in = "Students who missing weekly check-in";
|
|
703
703
|
var this_student_does_nt_have_missing_check_in = "This student doesn’t have missing check-in";
|
|
704
704
|
var no_student_missing_weekly_check_in = "No student missing weekly check-in";
|
|
@@ -760,7 +760,7 @@ var how_many_times_a_strategy_has_been_chosen = "How many times a strategy has b
|
|
|
760
760
|
var these_metrics_come_from_students_check_ins_filter_above_to_change_the_data_set = "These metrics come from student check-ins. Filter above to change the data set";
|
|
761
761
|
var not_yet_started = "Not yet started";
|
|
762
762
|
var in_progress = "In progress";
|
|
763
|
-
var export_check_ins_to_csv = "Export Check
|
|
763
|
+
var export_check_ins_to_csv = "Export Check-Ins to CSV";
|
|
764
764
|
var these_metrics_come_from_the_conference_rubric_only_teacher_responses_are_scored = "These metrics come from the conference rubric. Only teacher responses are scored";
|
|
765
765
|
var please_save_first = "Please save first";
|
|
766
766
|
var print_date = "Print date";
|
|
@@ -2170,7 +2170,7 @@ var check_ins_tab = "Check-ins";
|
|
|
2170
2170
|
var start_check_in_homepage = "Start Check-in";
|
|
2171
2171
|
var select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins = "Select the teacher or counselor asking you to check-in. If you have more than one teacher, choose any teacher in the class. All the teachers and counselors listed can view your check-ins.";
|
|
2172
2172
|
var total_check_ins = "Total Check-ins";
|
|
2173
|
-
var check_ins = "Check
|
|
2173
|
+
var check_ins = "Check-Ins";
|
|
2174
2174
|
var here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has = "Here you can find all the notes and 1-1 conversations logs the student has.";
|
|
2175
2175
|
var back_to_notes_and_logs = "Back to Notes and Logs";
|
|
2176
2176
|
var students_review = "Student's Review";
|
|
@@ -2251,7 +2251,7 @@ var lang_us = {
|
|
|
2251
2251
|
tooltip_content_students_by_designation: tooltip_content_students_by_designation,
|
|
2252
2252
|
total_1_to_1: total_1_to_1,
|
|
2253
2253
|
"total_-session": "Total Check-ins",
|
|
2254
|
-
"total_-sessions": "Total Check
|
|
2254
|
+
"total_-sessions": "Total Check-Ins",
|
|
2255
2255
|
total_1_to_1_time: total_1_to_1_time,
|
|
2256
2256
|
total_conferences: total_conferences,
|
|
2257
2257
|
total_conferences_time: total_conferences_time,
|
package/dist/index.modern.js
CHANGED
|
@@ -81,7 +81,7 @@ var total_1_to_1 = "Total 1-to-1s";
|
|
|
81
81
|
var total_1_to_1_time = "Total 1-to-1 Time";
|
|
82
82
|
var total_conferences = "Total Conferences";
|
|
83
83
|
var total_conferences_time = "Total Conference Time";
|
|
84
|
-
var total_class_reflection_check_ins = "Total Class Reflection Check
|
|
84
|
+
var total_class_reflection_check_ins = "Total Class Reflection Check-Ins";
|
|
85
85
|
var create_user = "Create user";
|
|
86
86
|
var edit_user = "Edit user";
|
|
87
87
|
var change_password = "Change password";
|
|
@@ -680,7 +680,7 @@ var start = "start";
|
|
|
680
680
|
var teacher_reflection = "Teacher Reflections";
|
|
681
681
|
var notes = "Notes";
|
|
682
682
|
var student_reflection = "Student Reflections";
|
|
683
|
-
var view_latest_check_ins = "View Latest Check
|
|
683
|
+
var view_latest_check_ins = "View Latest Check-Ins";
|
|
684
684
|
var this_week_s = "This Week's";
|
|
685
685
|
var missing_weekly_check_in = "missing weekly check-in";
|
|
686
686
|
var add_new_student = "Add new student";
|
|
@@ -697,7 +697,7 @@ var start_a_1_1_conversation = "Start a 1-1 Conversation";
|
|
|
697
697
|
var view_results = "View results";
|
|
698
698
|
var request_check_in = "Request check-in";
|
|
699
699
|
var last = "Last";
|
|
700
|
-
var latest_check_ins = "Latest Check
|
|
700
|
+
var latest_check_ins = "Latest Check-Ins";
|
|
701
701
|
var students_who_missing_weekly_check_in = "Students who missing weekly check-in";
|
|
702
702
|
var this_student_does_nt_have_missing_check_in = "This student doesn’t have missing check-in";
|
|
703
703
|
var no_student_missing_weekly_check_in = "No student missing weekly check-in";
|
|
@@ -759,7 +759,7 @@ var how_many_times_a_strategy_has_been_chosen = "How many times a strategy has b
|
|
|
759
759
|
var these_metrics_come_from_students_check_ins_filter_above_to_change_the_data_set = "These metrics come from student check-ins. Filter above to change the data set";
|
|
760
760
|
var not_yet_started = "Not yet started";
|
|
761
761
|
var in_progress = "In progress";
|
|
762
|
-
var export_check_ins_to_csv = "Export Check
|
|
762
|
+
var export_check_ins_to_csv = "Export Check-Ins to CSV";
|
|
763
763
|
var these_metrics_come_from_the_conference_rubric_only_teacher_responses_are_scored = "These metrics come from the conference rubric. Only teacher responses are scored";
|
|
764
764
|
var please_save_first = "Please save first";
|
|
765
765
|
var print_date = "Print date";
|
|
@@ -2169,7 +2169,7 @@ var check_ins_tab = "Check-ins";
|
|
|
2169
2169
|
var start_check_in_homepage = "Start Check-in";
|
|
2170
2170
|
var select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins = "Select the teacher or counselor asking you to check-in. If you have more than one teacher, choose any teacher in the class. All the teachers and counselors listed can view your check-ins.";
|
|
2171
2171
|
var total_check_ins = "Total Check-ins";
|
|
2172
|
-
var check_ins = "Check
|
|
2172
|
+
var check_ins = "Check-Ins";
|
|
2173
2173
|
var here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has = "Here you can find all the notes and 1-1 conversations logs the student has.";
|
|
2174
2174
|
var back_to_notes_and_logs = "Back to Notes and Logs";
|
|
2175
2175
|
var students_review = "Student's Review";
|
|
@@ -2250,7 +2250,7 @@ var lang_us = {
|
|
|
2250
2250
|
tooltip_content_students_by_designation: tooltip_content_students_by_designation,
|
|
2251
2251
|
total_1_to_1: total_1_to_1,
|
|
2252
2252
|
"total_-session": "Total Check-ins",
|
|
2253
|
-
"total_-sessions": "Total Check
|
|
2253
|
+
"total_-sessions": "Total Check-Ins",
|
|
2254
2254
|
total_1_to_1_time: total_1_to_1_time,
|
|
2255
2255
|
total_conferences: total_conferences,
|
|
2256
2256
|
total_conferences_time: total_conferences_time,
|