mario-core 2.9.132-all → 2.9.133-all
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 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +4 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -635,6 +635,7 @@ var learning_process = "Learning Process";
|
|
|
635
635
|
var survey_dashboard = "Survey Dashboard";
|
|
636
636
|
var response_rate = "Response Rate";
|
|
637
637
|
var top_5_most_survey_used = "Top 5 Survey's Used";
|
|
638
|
+
var survey_from = "Survey from";
|
|
638
639
|
var question_intervention = "Question Intervention";
|
|
639
640
|
var student_pressure = "Student Pressure";
|
|
640
641
|
var overall_readiness_to_learn = "Overall Readiness to Learn";
|
|
@@ -1263,6 +1264,7 @@ var lang_us = {
|
|
|
1263
1264
|
survey_dashboard: survey_dashboard,
|
|
1264
1265
|
response_rate: response_rate,
|
|
1265
1266
|
top_5_most_survey_used: top_5_most_survey_used,
|
|
1267
|
+
survey_from: survey_from,
|
|
1266
1268
|
question_intervention: question_intervention,
|
|
1267
1269
|
student_pressure: student_pressure,
|
|
1268
1270
|
overall_readiness_to_learn: overall_readiness_to_learn,
|
|
@@ -1794,6 +1796,7 @@ var external$1 = "EXTERNAL";
|
|
|
1794
1796
|
var student_survey$1 = "Student Survey";
|
|
1795
1797
|
var view_survey$1 = "VIEW SURVEY";
|
|
1796
1798
|
var create_a_survey$1 = "Create a survey";
|
|
1799
|
+
var survey_from$1 = "Survey from";
|
|
1797
1800
|
var review$1 = "Review";
|
|
1798
1801
|
var publish_survey$1 = "Publish survey";
|
|
1799
1802
|
var total_surveys$1 = "Total Surveys";
|
|
@@ -2421,6 +2424,7 @@ var lang_uk = {
|
|
|
2421
2424
|
student_survey: student_survey$1,
|
|
2422
2425
|
view_survey: view_survey$1,
|
|
2423
2426
|
create_a_survey: create_a_survey$1,
|
|
2427
|
+
survey_from: survey_from$1,
|
|
2424
2428
|
review: review$1,
|
|
2425
2429
|
publish_survey: publish_survey$1,
|
|
2426
2430
|
total_surveys: total_surveys$1,
|