mario-education 2.4.594-feedback → 2.4.595-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 -15
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +15 -15
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -52667,62 +52667,62 @@ var tableListSurvey = [{
|
|
|
52667
52667
|
name: "survey_name",
|
|
52668
52668
|
tableWidth: 15,
|
|
52669
52669
|
sortName: "title",
|
|
52670
|
-
align: "
|
|
52670
|
+
align: "center",
|
|
52671
52671
|
textTransform: "capitalize"
|
|
52672
52672
|
}, {
|
|
52673
52673
|
name: "date_created",
|
|
52674
52674
|
tableWidth: 12.5,
|
|
52675
52675
|
sortName: "createdDate",
|
|
52676
|
-
align: "
|
|
52676
|
+
align: "center",
|
|
52677
52677
|
textTransform: "capitalize"
|
|
52678
52678
|
}, {
|
|
52679
52679
|
name: "#of_recipients",
|
|
52680
52680
|
tableWidth: 10,
|
|
52681
52681
|
sortName: "recipients",
|
|
52682
|
-
align: "
|
|
52682
|
+
align: "center",
|
|
52683
52683
|
textTransform: "unset"
|
|
52684
52684
|
}, {
|
|
52685
52685
|
name: "#of_answers",
|
|
52686
52686
|
tableWidth: 10,
|
|
52687
52687
|
sortName: "answers",
|
|
52688
|
-
align: "
|
|
52688
|
+
align: "center",
|
|
52689
52689
|
textTransform: "unset"
|
|
52690
52690
|
}, {
|
|
52691
52691
|
name: "cut_off_time",
|
|
52692
52692
|
tableWidth: 12.5,
|
|
52693
52693
|
sortName: "deadline",
|
|
52694
|
-
align: "
|
|
52694
|
+
align: "center",
|
|
52695
52695
|
textTransform: "capitalize"
|
|
52696
52696
|
}, {
|
|
52697
52697
|
name: "created_by",
|
|
52698
52698
|
tableWidth: 10,
|
|
52699
52699
|
sortName: "createdBy",
|
|
52700
|
-
align: "
|
|
52700
|
+
align: "center",
|
|
52701
52701
|
textTransform: "unset"
|
|
52702
52702
|
}, {
|
|
52703
52703
|
name: "status",
|
|
52704
52704
|
tableWidth: 10,
|
|
52705
52705
|
sortName: "status",
|
|
52706
|
-
align: "
|
|
52706
|
+
align: "center",
|
|
52707
52707
|
textTransform: "capitalize"
|
|
52708
52708
|
}, {
|
|
52709
52709
|
name: "favorite",
|
|
52710
52710
|
tableWidth: 10,
|
|
52711
52711
|
sortName: null,
|
|
52712
|
-
align: "
|
|
52712
|
+
align: "center",
|
|
52713
52713
|
textTransform: "capitalize"
|
|
52714
52714
|
}, {
|
|
52715
52715
|
name: "actions",
|
|
52716
52716
|
tableWidth: 10,
|
|
52717
52717
|
sortName: null,
|
|
52718
|
-
align: "
|
|
52718
|
+
align: "center",
|
|
52719
52719
|
textTransform: "capitalize"
|
|
52720
52720
|
}];
|
|
52721
52721
|
var tableFavoriteSurvey = [{
|
|
52722
52722
|
name: "survey_title",
|
|
52723
52723
|
tableWidth: 85,
|
|
52724
52724
|
sortName: "title",
|
|
52725
|
-
align: "
|
|
52725
|
+
align: "center"
|
|
52726
52726
|
}, {
|
|
52727
52727
|
name: "",
|
|
52728
52728
|
tableWidth: 15,
|
|
@@ -52733,17 +52733,17 @@ var tableFlagSurvey = [{
|
|
|
52733
52733
|
name: "survey_title",
|
|
52734
52734
|
tableWidth: 20,
|
|
52735
52735
|
sortName: "SurveyTitle",
|
|
52736
|
-
align: "
|
|
52736
|
+
align: "center"
|
|
52737
52737
|
}, {
|
|
52738
52738
|
name: "student_name",
|
|
52739
52739
|
tableWidth: 20,
|
|
52740
52740
|
sortName: "Name",
|
|
52741
|
-
align: "
|
|
52741
|
+
align: "center"
|
|
52742
52742
|
}, {
|
|
52743
52743
|
name: "date",
|
|
52744
52744
|
tableWidth: 25,
|
|
52745
52745
|
sortName: "Date",
|
|
52746
|
-
align: "
|
|
52746
|
+
align: "center"
|
|
52747
52747
|
}, {
|
|
52748
52748
|
name: "go_to_individual_survey_responses",
|
|
52749
52749
|
tableWidth: 20,
|
|
@@ -52754,7 +52754,7 @@ var tableResponseSurvey = [{
|
|
|
52754
52754
|
name: "question",
|
|
52755
52755
|
tableWidth: 40,
|
|
52756
52756
|
sortName: null,
|
|
52757
|
-
align: "
|
|
52757
|
+
align: "center"
|
|
52758
52758
|
}, {
|
|
52759
52759
|
name: "category",
|
|
52760
52760
|
tableWidth: 15,
|
|
@@ -52768,7 +52768,7 @@ var tableResponseSurvey = [{
|
|
|
52768
52768
|
}, {
|
|
52769
52769
|
name: "answer",
|
|
52770
52770
|
tableWidth: 15,
|
|
52771
|
-
align: "
|
|
52771
|
+
align: "center",
|
|
52772
52772
|
sortName: null
|
|
52773
52773
|
}];
|
|
52774
52774
|
|