mario-education 2.4.488-feedback → 2.4.489-release
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 +17 -14
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +17 -14
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13539,29 +13539,29 @@ var SwitchChallengeType;
|
|
|
13539
13539
|
})(SwitchChallengeType || (SwitchChallengeType = {}));
|
|
13540
13540
|
|
|
13541
13541
|
var QUESTION_TYPES_OPTIONS = [{
|
|
13542
|
-
label: "
|
|
13543
|
-
value: "
|
|
13544
|
-
}, {
|
|
13545
|
-
label: "Multiple choice",
|
|
13546
|
-
value: "MultipleChoice"
|
|
13547
|
-
}, {
|
|
13548
|
-
label: "Text input",
|
|
13549
|
-
value: "TextInput"
|
|
13542
|
+
label: "DropDown",
|
|
13543
|
+
value: "DropDown"
|
|
13550
13544
|
}, {
|
|
13551
13545
|
label: "Emotional",
|
|
13552
13546
|
value: "Emotional"
|
|
13553
13547
|
}, {
|
|
13554
|
-
label: "
|
|
13555
|
-
value: "
|
|
13548
|
+
label: "Learning Strategy",
|
|
13549
|
+
value: "LearningStrategy"
|
|
13550
|
+
}, {
|
|
13551
|
+
label: "Multiple choice",
|
|
13552
|
+
value: "MultipleChoice"
|
|
13556
13553
|
}, {
|
|
13557
13554
|
label: "Rating",
|
|
13558
13555
|
value: "Rating"
|
|
13559
13556
|
}, {
|
|
13560
|
-
label: "
|
|
13561
|
-
value: "
|
|
13557
|
+
label: "Single choice",
|
|
13558
|
+
value: "SingleChoice"
|
|
13562
13559
|
}, {
|
|
13563
|
-
label: "
|
|
13564
|
-
value: "
|
|
13560
|
+
label: "Summarize",
|
|
13561
|
+
value: "Summarize"
|
|
13562
|
+
}, {
|
|
13563
|
+
label: "Text input",
|
|
13564
|
+
value: "TextInput"
|
|
13565
13565
|
}];
|
|
13566
13566
|
|
|
13567
13567
|
var subgridStyle = {
|
|
@@ -20273,6 +20273,7 @@ var useQuestionSurveyList = function useQuestionSurveyList(isDefaultQuestion, is
|
|
|
20273
20273
|
maxWidth: 40,
|
|
20274
20274
|
suppressSizeToFit: true
|
|
20275
20275
|
}, {
|
|
20276
|
+
colId: 0,
|
|
20276
20277
|
headerName: t('question_text'),
|
|
20277
20278
|
sortingOrder: ['asc', 'desc'],
|
|
20278
20279
|
flex: 1,
|
|
@@ -20283,6 +20284,7 @@ var useQuestionSurveyList = function useQuestionSurveyList(isDefaultQuestion, is
|
|
|
20283
20284
|
paddingRight: '12px'
|
|
20284
20285
|
}
|
|
20285
20286
|
}, {
|
|
20287
|
+
colId: 1,
|
|
20286
20288
|
headerName: t('type'),
|
|
20287
20289
|
field: 'type-of-survey-question',
|
|
20288
20290
|
sortingOrder: ['asc', 'desc'],
|
|
@@ -20297,6 +20299,7 @@ var useQuestionSurveyList = function useQuestionSurveyList(isDefaultQuestion, is
|
|
|
20297
20299
|
paddingLeft: '12px'
|
|
20298
20300
|
}
|
|
20299
20301
|
}, {
|
|
20302
|
+
colId: 2,
|
|
20300
20303
|
headerName: t('category'),
|
|
20301
20304
|
sortingOrder: ['asc', 'desc'],
|
|
20302
20305
|
suppressSizeToFit: true,
|