mario-core 2.9.394-feedback → 2.9.395-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 +80 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +80 -0
- package/dist/index.modern.js.map +1 -1
- package/dist/services/weeklyQuestService.d.ts +1 -0
- package/dist/types/WeeklyQuest.d.ts +37 -0
- package/package.json +1 -1
- package/dist/containers/User/hooks/useCSVImportTab.d.ts +0 -44
- package/dist/containers/User/views/CSVImport.d.ts +0 -3
- package/dist/services/csvService.d.ts +0 -7
package/dist/index.js
CHANGED
|
@@ -2084,6 +2084,14 @@ var not_ready_to_learn = "Not ready to learn";
|
|
|
2084
2084
|
var students_who_are_not_ready_to_learn = "Students who are not ready to learn";
|
|
2085
2085
|
var students_average_score = "Student’s average score";
|
|
2086
2086
|
var 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’s check-ins.";
|
|
2087
|
+
var number_of_students_with_at_least_one_very_low_metric = "Number of students with at least one very low metric";
|
|
2088
|
+
var this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40 = "This flags if the student is not ready to learn or has at least one success, or readiness to learn metrics under 40%";
|
|
2089
|
+
var of_students_have_concerned_metrics = "of students have concerned metrics";
|
|
2090
|
+
var have_metrics_40 = "have metrics <40%";
|
|
2091
|
+
var all_students_have_good_metrics = "All students have good metrics";
|
|
2092
|
+
var students_with_at_least_one_concerned_metric = "Students with at least One Concerned metric ({{number}})";
|
|
2093
|
+
var concerned_metrics = "Concerned metric(s)";
|
|
2094
|
+
var check_in_date = "Check-in Date";
|
|
2087
2095
|
var veracross_setting = "Veracross Setting";
|
|
2088
2096
|
var time_vera_cross_sync_hh = "Time Veracross Sync (HH)";
|
|
2089
2097
|
var import_vera_cross = "Import Veracross";
|
|
@@ -4178,6 +4186,14 @@ var lang_us = {
|
|
|
4178
4186
|
students_who_are_not_ready_to_learn: students_who_are_not_ready_to_learn,
|
|
4179
4187
|
students_average_score: students_average_score,
|
|
4180
4188
|
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,
|
|
4189
|
+
number_of_students_with_at_least_one_very_low_metric: number_of_students_with_at_least_one_very_low_metric,
|
|
4190
|
+
this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40: this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40,
|
|
4191
|
+
of_students_have_concerned_metrics: of_students_have_concerned_metrics,
|
|
4192
|
+
have_metrics_40: have_metrics_40,
|
|
4193
|
+
all_students_have_good_metrics: all_students_have_good_metrics,
|
|
4194
|
+
students_with_at_least_one_concerned_metric: students_with_at_least_one_concerned_metric,
|
|
4195
|
+
concerned_metrics: concerned_metrics,
|
|
4196
|
+
check_in_date: check_in_date,
|
|
4181
4197
|
veracross_setting: veracross_setting,
|
|
4182
4198
|
time_vera_cross_sync_hh: time_vera_cross_sync_hh,
|
|
4183
4199
|
import_vera_cross: import_vera_cross
|
|
@@ -6227,6 +6243,14 @@ var not_ready_to_learn$1 = "Not ready to learn";
|
|
|
6227
6243
|
var students_who_are_not_ready_to_learn$1 = "Students who are not ready to learn";
|
|
6228
6244
|
var students_average_score$1 = "Student’s average score";
|
|
6229
6245
|
var the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$1 = "The data presented in this chart reflects the average from the student’s check-ins.";
|
|
6246
|
+
var number_of_students_with_at_least_one_very_low_metric$1 = "Number of students with at least one very low metric";
|
|
6247
|
+
var this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40$1 = "This flags if the student is not ready to learn or has at least one success, or readiness to learn metrics under 40%";
|
|
6248
|
+
var of_students_have_concerned_metrics$1 = "of students have concerned metrics";
|
|
6249
|
+
var have_metrics_40$1 = "have metrics <40%";
|
|
6250
|
+
var all_students_have_good_metrics$1 = "All students have good metrics";
|
|
6251
|
+
var students_with_at_least_one_concerned_metric$1 = "Students with at least One Concerned metric ({{number}})";
|
|
6252
|
+
var concerned_metrics$1 = "Concerned metric(s)";
|
|
6253
|
+
var check_in_date$1 = "Check-in Date";
|
|
6230
6254
|
var veracross_setting$1 = "Veracross Setting";
|
|
6231
6255
|
var time_vera_cross_sync_hh$1 = "Time Veracross Sync (HH)";
|
|
6232
6256
|
var import_vera_cross$1 = "Import Veracross";
|
|
@@ -8321,6 +8345,14 @@ var lang_uk = {
|
|
|
8321
8345
|
students_who_are_not_ready_to_learn: students_who_are_not_ready_to_learn$1,
|
|
8322
8346
|
students_average_score: students_average_score$1,
|
|
8323
8347
|
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$1,
|
|
8348
|
+
number_of_students_with_at_least_one_very_low_metric: number_of_students_with_at_least_one_very_low_metric$1,
|
|
8349
|
+
this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40: this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40$1,
|
|
8350
|
+
of_students_have_concerned_metrics: of_students_have_concerned_metrics$1,
|
|
8351
|
+
have_metrics_40: have_metrics_40$1,
|
|
8352
|
+
all_students_have_good_metrics: all_students_have_good_metrics$1,
|
|
8353
|
+
students_with_at_least_one_concerned_metric: students_with_at_least_one_concerned_metric$1,
|
|
8354
|
+
concerned_metrics: concerned_metrics$1,
|
|
8355
|
+
check_in_date: check_in_date$1,
|
|
8324
8356
|
veracross_setting: veracross_setting$1,
|
|
8325
8357
|
time_vera_cross_sync_hh: time_vera_cross_sync_hh$1,
|
|
8326
8358
|
import_vera_cross: import_vera_cross$1
|
|
@@ -10400,6 +10432,14 @@ var not_ready_to_learn$2 = "Not ready to learn";
|
|
|
10400
10432
|
var students_who_are_not_ready_to_learn$2 = "Students who are not ready to learn";
|
|
10401
10433
|
var students_average_score$2 = "Student’s average score";
|
|
10402
10434
|
var the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$2 = "The data presented in this chart reflects the average from the student’s check-ins.";
|
|
10435
|
+
var number_of_students_with_at_least_one_very_low_metric$2 = "Number of students with at least one very low metric";
|
|
10436
|
+
var this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40$2 = "This flags if the student is not ready to learn or has at least one success, or readiness to learn metrics under 40%";
|
|
10437
|
+
var of_students_have_concerned_metrics$2 = "of students have concerned metrics";
|
|
10438
|
+
var have_metrics_40$2 = "have metrics <40%";
|
|
10439
|
+
var all_students_have_good_metrics$2 = "All students have good metrics";
|
|
10440
|
+
var students_with_at_least_one_concerned_metric$2 = "Students with at least One Concerned metric ({{number}})";
|
|
10441
|
+
var concerned_metrics$2 = "Concerned metric(s)";
|
|
10442
|
+
var check_in_date$2 = "Check-in Date";
|
|
10403
10443
|
var veracross_setting$2 = "Veracross Setting";
|
|
10404
10444
|
var time_vera_cross_sync_hh$2 = "Time Veracross Sync (HH)";
|
|
10405
10445
|
var import_vera_cross$2 = "Import Veracross";
|
|
@@ -12526,6 +12566,14 @@ var lang_ar = {
|
|
|
12526
12566
|
students_who_are_not_ready_to_learn: students_who_are_not_ready_to_learn$2,
|
|
12527
12567
|
students_average_score: students_average_score$2,
|
|
12528
12568
|
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$2,
|
|
12569
|
+
number_of_students_with_at_least_one_very_low_metric: number_of_students_with_at_least_one_very_low_metric$2,
|
|
12570
|
+
this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40: this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40$2,
|
|
12571
|
+
of_students_have_concerned_metrics: of_students_have_concerned_metrics$2,
|
|
12572
|
+
have_metrics_40: have_metrics_40$2,
|
|
12573
|
+
all_students_have_good_metrics: all_students_have_good_metrics$2,
|
|
12574
|
+
students_with_at_least_one_concerned_metric: students_with_at_least_one_concerned_metric$2,
|
|
12575
|
+
concerned_metrics: concerned_metrics$2,
|
|
12576
|
+
check_in_date: check_in_date$2,
|
|
12529
12577
|
veracross_setting: veracross_setting$2,
|
|
12530
12578
|
time_vera_cross_sync_hh: time_vera_cross_sync_hh$2,
|
|
12531
12579
|
import_vera_cross: import_vera_cross$2
|
|
@@ -14605,6 +14653,14 @@ var not_ready_to_learn$3 = "Not ready to learn";
|
|
|
14605
14653
|
var students_who_are_not_ready_to_learn$3 = "Students who are not ready to learn";
|
|
14606
14654
|
var students_average_score$3 = "Student’s average score";
|
|
14607
14655
|
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.";
|
|
14656
|
+
var number_of_students_with_at_least_one_very_low_metric$3 = "Number of students with at least one very low metric";
|
|
14657
|
+
var this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40$3 = "This flags if the student is not ready to learn or has at least one success, or readiness to learn metrics under 40%";
|
|
14658
|
+
var of_students_have_concerned_metrics$3 = "of students have concerned metrics";
|
|
14659
|
+
var have_metrics_40$3 = "have metrics <40%";
|
|
14660
|
+
var all_students_have_good_metrics$3 = "All students have good metrics";
|
|
14661
|
+
var students_with_at_least_one_concerned_metric$3 = "Students with at least One Concerned metric ({{number}})";
|
|
14662
|
+
var concerned_metrics$3 = "Concerned metric(s)";
|
|
14663
|
+
var check_in_date$3 = "Check-in Date";
|
|
14608
14664
|
var veracross_setting$3 = "Veracross Setting";
|
|
14609
14665
|
var time_vera_cross_sync_hh$3 = "Time Veracross Sync (HH)";
|
|
14610
14666
|
var import_vera_cross$3 = "Import Veracross";
|
|
@@ -16731,6 +16787,14 @@ var lang_es = {
|
|
|
16731
16787
|
students_who_are_not_ready_to_learn: students_who_are_not_ready_to_learn$3,
|
|
16732
16788
|
students_average_score: students_average_score$3,
|
|
16733
16789
|
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,
|
|
16790
|
+
number_of_students_with_at_least_one_very_low_metric: number_of_students_with_at_least_one_very_low_metric$3,
|
|
16791
|
+
this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40: this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40$3,
|
|
16792
|
+
of_students_have_concerned_metrics: of_students_have_concerned_metrics$3,
|
|
16793
|
+
have_metrics_40: have_metrics_40$3,
|
|
16794
|
+
all_students_have_good_metrics: all_students_have_good_metrics$3,
|
|
16795
|
+
students_with_at_least_one_concerned_metric: students_with_at_least_one_concerned_metric$3,
|
|
16796
|
+
concerned_metrics: concerned_metrics$3,
|
|
16797
|
+
check_in_date: check_in_date$3,
|
|
16734
16798
|
veracross_setting: veracross_setting$3,
|
|
16735
16799
|
time_vera_cross_sync_hh: time_vera_cross_sync_hh$3,
|
|
16736
16800
|
import_vera_cross: import_vera_cross$3
|
|
@@ -18810,6 +18874,14 @@ var not_ready_to_learn$4 = "Not ready to learn";
|
|
|
18810
18874
|
var students_who_are_not_ready_to_learn$4 = "Students who are not ready to learn";
|
|
18811
18875
|
var students_average_score$4 = "Student’s average score";
|
|
18812
18876
|
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.";
|
|
18877
|
+
var number_of_students_with_at_least_one_very_low_metric$4 = "Number of students with at least one very low metric";
|
|
18878
|
+
var this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40$4 = "This flags if the student is not ready to learn or has at least one success, or readiness to learn metrics under 40%";
|
|
18879
|
+
var of_students_have_concerned_metrics$4 = "of students have concerned metrics";
|
|
18880
|
+
var have_metrics_40$4 = "have metrics <40%";
|
|
18881
|
+
var all_students_have_good_metrics$4 = "All students have good metrics";
|
|
18882
|
+
var students_with_at_least_one_concerned_metric$4 = "Students with at least One Concerned metric ({{number}})";
|
|
18883
|
+
var concerned_metrics$4 = "Concerned metric(s)";
|
|
18884
|
+
var check_in_date$4 = "Check-in Date";
|
|
18813
18885
|
var veracross_setting$4 = "Veracross Setting";
|
|
18814
18886
|
var time_vera_cross_sync_hh$4 = "Time Veracross Sync (HH)";
|
|
18815
18887
|
var import_vera_cross$4 = "Import Veracross";
|
|
@@ -20936,6 +21008,14 @@ var lang_zh = {
|
|
|
20936
21008
|
students_who_are_not_ready_to_learn: students_who_are_not_ready_to_learn$4,
|
|
20937
21009
|
students_average_score: students_average_score$4,
|
|
20938
21010
|
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,
|
|
21011
|
+
number_of_students_with_at_least_one_very_low_metric: number_of_students_with_at_least_one_very_low_metric$4,
|
|
21012
|
+
this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40: this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40$4,
|
|
21013
|
+
of_students_have_concerned_metrics: of_students_have_concerned_metrics$4,
|
|
21014
|
+
have_metrics_40: have_metrics_40$4,
|
|
21015
|
+
all_students_have_good_metrics: all_students_have_good_metrics$4,
|
|
21016
|
+
students_with_at_least_one_concerned_metric: students_with_at_least_one_concerned_metric$4,
|
|
21017
|
+
concerned_metrics: concerned_metrics$4,
|
|
21018
|
+
check_in_date: check_in_date$4,
|
|
20939
21019
|
veracross_setting: veracross_setting$4,
|
|
20940
21020
|
time_vera_cross_sync_hh: time_vera_cross_sync_hh$4,
|
|
20941
21021
|
import_vera_cross: import_vera_cross$4
|