mario-core 2.9.426-feedback → 2.9.427-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 +15 -5
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +15 -5
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2196,6 +2196,7 @@ var survey_resulting_in_scheduled_sessions = "Survey resulting in scheduled sess
|
|
|
2196
2196
|
var current_class_grade = "Current Class Grade";
|
|
2197
2197
|
var these_are_the_answers_from_classroom_teachers = "These are the answers from classroom teachers.";
|
|
2198
2198
|
var total_responses = "Total Responses";
|
|
2199
|
+
var readiness_trends = "Readiness Trends";
|
|
2199
2200
|
var lang_us = {
|
|
2200
2201
|
dashboard: dashboard,
|
|
2201
2202
|
user: user,
|
|
@@ -4407,7 +4408,8 @@ var lang_us = {
|
|
|
4407
4408
|
survey_resulting_in_scheduled_sessions: survey_resulting_in_scheduled_sessions,
|
|
4408
4409
|
current_class_grade: current_class_grade,
|
|
4409
4410
|
these_are_the_answers_from_classroom_teachers: these_are_the_answers_from_classroom_teachers,
|
|
4410
|
-
total_responses: total_responses
|
|
4411
|
+
total_responses: total_responses,
|
|
4412
|
+
readiness_trends: readiness_trends
|
|
4411
4413
|
};
|
|
4412
4414
|
|
|
4413
4415
|
var dashboard$1 = "Dashboard";
|
|
@@ -6566,6 +6568,7 @@ var survey_resulting_in_scheduled_sessions$1 = "Survey resulting in scheduled se
|
|
|
6566
6568
|
var current_class_grade$1 = "Current Class Grade";
|
|
6567
6569
|
var these_are_the_answers_from_classroom_teachers$1 = "These are the answers from classroom teachers.";
|
|
6568
6570
|
var total_responses$1 = "Total Responses";
|
|
6571
|
+
var readiness_trends$1 = "Readiness Trends";
|
|
6569
6572
|
var lang_uk = {
|
|
6570
6573
|
dashboard: dashboard$1,
|
|
6571
6574
|
user: user$1,
|
|
@@ -8774,7 +8777,8 @@ var lang_uk = {
|
|
|
8774
8777
|
survey_resulting_in_scheduled_sessions: survey_resulting_in_scheduled_sessions$1,
|
|
8775
8778
|
current_class_grade: current_class_grade$1,
|
|
8776
8779
|
these_are_the_answers_from_classroom_teachers: these_are_the_answers_from_classroom_teachers$1,
|
|
8777
|
-
total_responses: total_responses$1
|
|
8780
|
+
total_responses: total_responses$1,
|
|
8781
|
+
readiness_trends: readiness_trends$1
|
|
8778
8782
|
};
|
|
8779
8783
|
|
|
8780
8784
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -10963,6 +10967,7 @@ var survey_resulting_in_scheduled_sessions$2 = "Survey resulting in scheduled se
|
|
|
10963
10967
|
var current_class_grade$2 = "Current Class Grade";
|
|
10964
10968
|
var these_are_the_answers_from_classroom_teachers$2 = "These are the answers from classroom teachers.";
|
|
10965
10969
|
var total_responses$2 = "Total Responses";
|
|
10970
|
+
var readiness_trends$2 = "Readiness Trends";
|
|
10966
10971
|
var lang_ar = {
|
|
10967
10972
|
dashboard: dashboard$2,
|
|
10968
10973
|
user: user$2,
|
|
@@ -13203,7 +13208,8 @@ var lang_ar = {
|
|
|
13203
13208
|
survey_resulting_in_scheduled_sessions: survey_resulting_in_scheduled_sessions$2,
|
|
13204
13209
|
current_class_grade: current_class_grade$2,
|
|
13205
13210
|
these_are_the_answers_from_classroom_teachers: these_are_the_answers_from_classroom_teachers$2,
|
|
13206
|
-
total_responses: total_responses$2
|
|
13211
|
+
total_responses: total_responses$2,
|
|
13212
|
+
readiness_trends: readiness_trends$2
|
|
13207
13213
|
};
|
|
13208
13214
|
|
|
13209
13215
|
var dashboard$3 = "Cuadro de mandos";
|
|
@@ -15392,6 +15398,7 @@ var survey_resulting_in_scheduled_sessions$3 = "Survey resulting in scheduled se
|
|
|
15392
15398
|
var current_class_grade$3 = "Current Class Grade";
|
|
15393
15399
|
var these_are_the_answers_from_classroom_teachers$3 = "These are the answers from classroom teachers.";
|
|
15394
15400
|
var total_responses$3 = "Total Responses";
|
|
15401
|
+
var readiness_trends$3 = "Readiness Trends";
|
|
15395
15402
|
var lang_es = {
|
|
15396
15403
|
dashboard: dashboard$3,
|
|
15397
15404
|
user: user$3,
|
|
@@ -17632,7 +17639,8 @@ var lang_es = {
|
|
|
17632
17639
|
survey_resulting_in_scheduled_sessions: survey_resulting_in_scheduled_sessions$3,
|
|
17633
17640
|
current_class_grade: current_class_grade$3,
|
|
17634
17641
|
these_are_the_answers_from_classroom_teachers: these_are_the_answers_from_classroom_teachers$3,
|
|
17635
|
-
total_responses: total_responses$3
|
|
17642
|
+
total_responses: total_responses$3,
|
|
17643
|
+
readiness_trends: readiness_trends$3
|
|
17636
17644
|
};
|
|
17637
17645
|
|
|
17638
17646
|
var dashboard$4 = "仪表板";
|
|
@@ -19821,6 +19829,7 @@ var survey_resulting_in_scheduled_sessions$4 = "Survey resulting in scheduled se
|
|
|
19821
19829
|
var current_class_grade$4 = "Current Class Grade";
|
|
19822
19830
|
var these_are_the_answers_from_classroom_teachers$4 = "These are the answers from classroom teachers.";
|
|
19823
19831
|
var total_responses$4 = "Total Responses";
|
|
19832
|
+
var readiness_trends$4 = "Readiness Trends";
|
|
19824
19833
|
var lang_zh = {
|
|
19825
19834
|
dashboard: dashboard$4,
|
|
19826
19835
|
user: user$4,
|
|
@@ -22061,7 +22070,8 @@ var lang_zh = {
|
|
|
22061
22070
|
survey_resulting_in_scheduled_sessions: survey_resulting_in_scheduled_sessions$4,
|
|
22062
22071
|
current_class_grade: current_class_grade$4,
|
|
22063
22072
|
these_are_the_answers_from_classroom_teachers: these_are_the_answers_from_classroom_teachers$4,
|
|
22064
|
-
total_responses: total_responses$4
|
|
22073
|
+
total_responses: total_responses$4,
|
|
22074
|
+
readiness_trends: readiness_trends$4
|
|
22065
22075
|
};
|
|
22066
22076
|
|
|
22067
22077
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|