mario-core 2.9.390-feedback → 2.9.391-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 +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +4 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14576,6 +14576,7 @@ var what_s_on_your_mind$3 = "What's on your mind?";
|
|
|
14576
14576
|
var these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above$3 = "These are the last 5 comments from recent check-ins, filtered by the selected criteria above.";
|
|
14577
14577
|
var view_all_responses$3 = "View All Responses";
|
|
14578
14578
|
var are_not_ready_to_learn$3 = "are not ready to learn";
|
|
14579
|
+
var not_ready_to_learn$3 = "Not ready to learn";
|
|
14579
14580
|
var students_who_are_not_ready_to_learn$3 = "Students who are not ready to learn";
|
|
14580
14581
|
var students_average_score$3 = "Student’s average score";
|
|
14581
14582
|
var the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$3 = "The data presented in this chart reflects the average from the student’s check-ins.";
|
|
@@ -16697,6 +16698,7 @@ var lang_es = {
|
|
|
16697
16698
|
these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above: these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above$3,
|
|
16698
16699
|
view_all_responses: view_all_responses$3,
|
|
16699
16700
|
are_not_ready_to_learn: are_not_ready_to_learn$3,
|
|
16701
|
+
not_ready_to_learn: not_ready_to_learn$3,
|
|
16700
16702
|
students_who_are_not_ready_to_learn: students_who_are_not_ready_to_learn$3,
|
|
16701
16703
|
students_average_score: students_average_score$3,
|
|
16702
16704
|
the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins: the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$3
|
|
@@ -18771,7 +18773,7 @@ var what_s_on_your_mind$4 = "What's on your mind?";
|
|
|
18771
18773
|
var these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above$4 = "These are the last 5 comments from recent check-ins, filtered by the selected criteria above.";
|
|
18772
18774
|
var view_all_responses$4 = "View All Responses";
|
|
18773
18775
|
var are_not_ready_to_learn$4 = "are not ready to learn";
|
|
18774
|
-
var not_ready_to_learn$
|
|
18776
|
+
var not_ready_to_learn$4 = "Not ready to learn";
|
|
18775
18777
|
var students_who_are_not_ready_to_learn$4 = "Students who are not ready to learn";
|
|
18776
18778
|
var students_average_score$4 = "Student’s average score";
|
|
18777
18779
|
var the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$4 = "The data presented in this chart reflects the average from the student’s check-ins.";
|
|
@@ -20893,7 +20895,7 @@ var lang_zh = {
|
|
|
20893
20895
|
these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above: these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above$4,
|
|
20894
20896
|
view_all_responses: view_all_responses$4,
|
|
20895
20897
|
are_not_ready_to_learn: are_not_ready_to_learn$4,
|
|
20896
|
-
not_ready_to_learn: not_ready_to_learn$
|
|
20898
|
+
not_ready_to_learn: not_ready_to_learn$4,
|
|
20897
20899
|
students_who_are_not_ready_to_learn: students_who_are_not_ready_to_learn$4,
|
|
20898
20900
|
students_average_score: students_average_score$4,
|
|
20899
20901
|
the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins: the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$4
|