@pie-element/complex-rubric 0.0.2-next.4424 → 0.1.0
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/author/defaults.d.ts +232 -0
- package/dist/author/defaults.d.ts.map +1 -0
- package/dist/author/defaults.js +177 -0
- package/dist/author/index.d.ts +35 -0
- package/dist/author/index.d.ts.map +1 -0
- package/dist/author/index.js +86 -0
- package/dist/author/main.d.ts +24 -0
- package/dist/author/main.d.ts.map +1 -0
- package/dist/author/main.js +106 -0
- package/dist/controller/defaults.d.ts +40 -0
- package/dist/controller/defaults.d.ts.map +1 -0
- package/dist/controller/defaults.js +42 -0
- package/dist/controller/index.d.ts +26 -0
- package/dist/controller/index.d.ts.map +1 -0
- package/dist/controller/index.js +107 -0
- package/dist/controller/utils.d.ts +10 -0
- package/dist/controller/utils.d.ts.map +1 -0
- package/dist/controller/utils.js +4 -0
- package/dist/delivery/index.d.ts +24 -0
- package/dist/delivery/index.d.ts.map +1 -0
- package/dist/delivery/index.js +96 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.iife.d.ts +9 -0
- package/dist/index.iife.d.ts.map +1 -0
- package/dist/index.iife.js +145 -0
- package/dist/index.js +2 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Symbol.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_apply.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arrayLikeKeys.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseGetTag.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsArguments.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsNative.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsTypedArray.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseKeysIn.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseRest.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseSetToString.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseTimes.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseUnary.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_coreJsData.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_defineProperty.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_freeGlobal.js +4 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getNative.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getRawTag.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getValue.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isIndex.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isIterateeCall.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isMasked.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isPrototype.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_nativeKeysIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_nodeUtil.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_objectToString.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_overRest.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_root.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_setToString.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_shortOut.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_toSource.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/constant.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/defaults.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/eq.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/identity.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isArguments.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isArray.js +4 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isArrayLike.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isBuffer.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isFunction.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isLength.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isObject.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isObjectLike.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isTypedArray.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/keysIn.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/stubFalse.js +6 -0
- package/dist/print/index.d.ts +25 -0
- package/dist/print/index.d.ts.map +1 -0
- package/dist/print/index.js +84 -0
- package/package.json +65 -16
- package/src/author/defaults.tsx +223 -0
- package/{configure/src/index.js → src/author/index.ts} +69 -28
- package/src/author/main.tsx +172 -0
- package/src/controller/defaults.ts +49 -0
- package/src/controller/index.ts +230 -0
- package/src/controller/utils.ts +13 -0
- package/src/{index.js → delivery/index.ts} +65 -9
- package/src/index.iife.ts +16 -0
- package/src/index.ts +1 -0
- package/src/print/index.ts +150 -0
- package/LICENSE.md +0 -5
- package/README.md +0 -3
- package/configure/lib/defaults.js +0 -99
- package/configure/lib/defaults.js.map +0 -1
- package/configure/lib/index.js +0 -232
- package/configure/lib/index.js.map +0 -1
- package/configure/lib/main.js +0 -165
- package/configure/lib/main.js.map +0 -1
- package/configure/node_modules/@pie-element/multi-trait-rubric/CHANGELOG.json +0 -1
- package/configure/node_modules/@pie-element/multi-trait-rubric/CHANGELOG.md +0 -376
- package/configure/node_modules/@pie-element/multi-trait-rubric/LICENSE.md +0 -5
- package/configure/node_modules/@pie-element/multi-trait-rubric/README.md +0 -55
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/CHANGELOG.json +0 -1
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/CHANGELOG.md +0 -344
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/common.js +0 -455
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/common.js.map +0 -1
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/defaults.js +0 -82
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/defaults.js.map +0 -1
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/index.js +0 -112
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/index.js.map +0 -1
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/main.js +0 -438
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/main.js.map +0 -1
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/modals.js +0 -324
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/modals.js.map +0 -1
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/scale.js +0 -490
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/scale.js.map +0 -1
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/trait.js +0 -334
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/trait.js.map +0 -1
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/traitsHeader.js +0 -254
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/traitsHeader.js.map +0 -1
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/utils.js +0 -29
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/utils.js.map +0 -1
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/package.json +0 -22
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/CHANGELOG.json +0 -1
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/CHANGELOG.md +0 -66
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/defaults.js +0 -9
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/defaults.js.map +0 -1
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/index.js +0 -122
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/index.js.map +0 -1
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/package.json +0 -15
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/config-schema.json +0 -226
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/config-schema.json.md +0 -169
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/config.js +0 -8
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/generate.js +0 -108
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/index.html +0 -1
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/session.js +0 -6
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/pie-schema.json +0 -282
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/pie-schema.json.md +0 -189
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/index.js +0 -85
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/index.js.map +0 -1
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/main.js +0 -99
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/main.js.map +0 -1
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/scale.js +0 -209
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/scale.js.map +0 -1
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/trait.js +0 -103
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/trait.js.map +0 -1
- package/configure/node_modules/@pie-element/multi-trait-rubric/package.json +0 -24
- package/configure/node_modules/@pie-element/rubric/CHANGELOG.json +0 -257
- package/configure/node_modules/@pie-element/rubric/CHANGELOG.md +0 -731
- package/configure/node_modules/@pie-element/rubric/LICENSE.md +0 -5
- package/configure/node_modules/@pie-element/rubric/README.md +0 -3
- package/configure/node_modules/@pie-element/rubric/configure/CHANGELOG.json +0 -197
- package/configure/node_modules/@pie-element/rubric/configure/CHANGELOG.md +0 -615
- package/configure/node_modules/@pie-element/rubric/configure/lib/index.js +0 -93
- package/configure/node_modules/@pie-element/rubric/configure/lib/index.js.map +0 -1
- package/configure/node_modules/@pie-element/rubric/configure/package.json +0 -16
- package/configure/node_modules/@pie-element/rubric/configure/src/index.js +0 -38
- package/configure/node_modules/@pie-element/rubric/controller/CHANGELOG.json +0 -17
- package/configure/node_modules/@pie-element/rubric/controller/CHANGELOG.md +0 -105
- package/configure/node_modules/@pie-element/rubric/controller/lib/index.js +0 -14
- package/configure/node_modules/@pie-element/rubric/controller/lib/index.js.map +0 -1
- package/configure/node_modules/@pie-element/rubric/controller/package.json +0 -9
- package/configure/node_modules/@pie-element/rubric/controller/src/__tests__/index.test.js +0 -35
- package/configure/node_modules/@pie-element/rubric/controller/src/index.js +0 -6
- package/configure/node_modules/@pie-element/rubric/docs/config-schema.json +0 -24
- package/configure/node_modules/@pie-element/rubric/docs/config-schema.json.md +0 -19
- package/configure/node_modules/@pie-element/rubric/docs/demo/config.js +0 -8
- package/configure/node_modules/@pie-element/rubric/docs/demo/generate.js +0 -8
- package/configure/node_modules/@pie-element/rubric/docs/demo/index.html +0 -3
- package/configure/node_modules/@pie-element/rubric/docs/pie-schema.json +0 -62
- package/configure/node_modules/@pie-element/rubric/docs/pie-schema.json.md +0 -35
- package/configure/node_modules/@pie-element/rubric/lib/index.js +0 -88
- package/configure/node_modules/@pie-element/rubric/lib/index.js.map +0 -1
- package/configure/node_modules/@pie-element/rubric/lib/main.js +0 -171
- package/configure/node_modules/@pie-element/rubric/lib/main.js.map +0 -1
- package/configure/node_modules/@pie-element/rubric/lib/print.js +0 -114
- package/configure/node_modules/@pie-element/rubric/lib/print.js.map +0 -1
- package/configure/node_modules/@pie-element/rubric/package.json +0 -25
- package/configure/node_modules/@pie-element/rubric/src/__tests__/__snapshots__/rubric-view.test.jsx.snap +0 -22767
- package/configure/node_modules/@pie-element/rubric/src/__tests__/rubric-view.test.jsx +0 -48
- package/configure/node_modules/@pie-element/rubric/src/index.js +0 -38
- package/configure/node_modules/@pie-element/rubric/src/main.jsx +0 -117
- package/configure/node_modules/@pie-element/rubric/src/print.js +0 -63
- package/configure/package.json +0 -22
- package/configure/src/__tests__/__snapshots__/main.test.jsx.snap +0 -106
- package/configure/src/__tests__/index.test.js +0 -41
- package/configure/src/__tests__/main.test.jsx +0 -104
- package/configure/src/defaults.js +0 -122
- package/configure/src/main.jsx +0 -117
- package/controller/lib/defaults.js +0 -99
- package/controller/lib/defaults.js.map +0 -1
- package/controller/lib/index.js +0 -147
- package/controller/lib/index.js.map +0 -1
- package/controller/package.json +0 -12
- package/controller/src/__tests__/index.test.js +0 -58
- package/controller/src/defaults.js +0 -121
- package/controller/src/index.js +0 -81
- package/docs/config-schema.json +0 -427
- package/docs/config-schema.json.md +0 -315
- package/docs/demo/config.js +0 -8
- package/docs/demo/generate.js +0 -119
- package/docs/demo/index.html +0 -1
- package/docs/demo/session.js +0 -6
- package/docs/pie-schema.json +0 -994
- package/docs/pie-schema.json.md +0 -660
- package/lib/index.js +0 -176
- package/lib/index.js.map +0 -1
- package/src/__tests__/index.test.js +0 -166
package/docs/config-schema.json
DELETED
|
@@ -1,427 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"type": "object",
|
|
3
|
-
"properties": {
|
|
4
|
-
"multiTraitRubric": {
|
|
5
|
-
"description": "Config Object for @pie-elements/multi-trait-rubric",
|
|
6
|
-
"additionalProperties": false,
|
|
7
|
-
"title": "MultiTraitRubricConfigure",
|
|
8
|
-
"type": "object",
|
|
9
|
-
"properties": {
|
|
10
|
-
"excludeZeroDialogBoxContent": {
|
|
11
|
-
"title": "DialogContent",
|
|
12
|
-
"type": "object",
|
|
13
|
-
"properties": {
|
|
14
|
-
"title": {
|
|
15
|
-
"description": "Dialog box title",
|
|
16
|
-
"type": "string",
|
|
17
|
-
"title": "title"
|
|
18
|
-
},
|
|
19
|
-
"text": {
|
|
20
|
-
"description": "Dialog box text",
|
|
21
|
-
"type": "string",
|
|
22
|
-
"title": "text"
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
"includeZeroDialogBoxContent": {
|
|
27
|
-
"title": "DialogContent",
|
|
28
|
-
"type": "object",
|
|
29
|
-
"properties": {
|
|
30
|
-
"title": {
|
|
31
|
-
"description": "Dialog box title",
|
|
32
|
-
"type": "string",
|
|
33
|
-
"title": "title"
|
|
34
|
-
},
|
|
35
|
-
"text": {
|
|
36
|
-
"description": "Dialog box text",
|
|
37
|
-
"type": "string",
|
|
38
|
-
"title": "text"
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
"deleteTraitDialogBoxContent": {
|
|
43
|
-
"title": "DialogContent",
|
|
44
|
-
"type": "object",
|
|
45
|
-
"properties": {
|
|
46
|
-
"title": {
|
|
47
|
-
"description": "Dialog box title",
|
|
48
|
-
"type": "string",
|
|
49
|
-
"title": "title"
|
|
50
|
-
},
|
|
51
|
-
"text": {
|
|
52
|
-
"description": "Dialog box text",
|
|
53
|
-
"type": "string",
|
|
54
|
-
"title": "text"
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
"deleteScaleDialogBoxContent": {
|
|
59
|
-
"title": "DialogContent",
|
|
60
|
-
"type": "object",
|
|
61
|
-
"properties": {
|
|
62
|
-
"title": {
|
|
63
|
-
"description": "Dialog box title",
|
|
64
|
-
"type": "string",
|
|
65
|
-
"title": "title"
|
|
66
|
-
},
|
|
67
|
-
"text": {
|
|
68
|
-
"description": "Dialog box text",
|
|
69
|
-
"type": "string",
|
|
70
|
-
"title": "text"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
"maxPointsDialogBoxContent": {
|
|
75
|
-
"title": "DialogContent",
|
|
76
|
-
"type": "object",
|
|
77
|
-
"properties": {
|
|
78
|
-
"title": {
|
|
79
|
-
"description": "Dialog box title",
|
|
80
|
-
"type": "string",
|
|
81
|
-
"title": "title"
|
|
82
|
-
},
|
|
83
|
-
"text": {
|
|
84
|
-
"description": "Dialog box text",
|
|
85
|
-
"type": "string",
|
|
86
|
-
"title": "text"
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"showExcludeZero": {
|
|
91
|
-
"title": "ConfigureProp",
|
|
92
|
-
"type": "object",
|
|
93
|
-
"properties": {
|
|
94
|
-
"settings": {
|
|
95
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
96
|
-
"type": "boolean",
|
|
97
|
-
"title": "settings"
|
|
98
|
-
},
|
|
99
|
-
"label": {
|
|
100
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
101
|
-
"type": "string",
|
|
102
|
-
"title": "label"
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
"showScorePointLabels": {
|
|
107
|
-
"title": "ConfigureProp",
|
|
108
|
-
"type": "object",
|
|
109
|
-
"properties": {
|
|
110
|
-
"settings": {
|
|
111
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
112
|
-
"type": "boolean",
|
|
113
|
-
"title": "settings"
|
|
114
|
-
},
|
|
115
|
-
"label": {
|
|
116
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
117
|
-
"type": "string",
|
|
118
|
-
"title": "label"
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
},
|
|
122
|
-
"showDescription": {
|
|
123
|
-
"title": "ConfigureProp",
|
|
124
|
-
"type": "object",
|
|
125
|
-
"properties": {
|
|
126
|
-
"settings": {
|
|
127
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
128
|
-
"type": "boolean",
|
|
129
|
-
"title": "settings"
|
|
130
|
-
},
|
|
131
|
-
"label": {
|
|
132
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
133
|
-
"type": "string",
|
|
134
|
-
"title": "label"
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
},
|
|
138
|
-
"showVisibleToStudent": {
|
|
139
|
-
"title": "ConfigureProp",
|
|
140
|
-
"type": "object",
|
|
141
|
-
"properties": {
|
|
142
|
-
"settings": {
|
|
143
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
144
|
-
"type": "boolean",
|
|
145
|
-
"title": "settings"
|
|
146
|
-
},
|
|
147
|
-
"label": {
|
|
148
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
149
|
-
"type": "string",
|
|
150
|
-
"title": "label"
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
"showHalfScoring": {
|
|
155
|
-
"title": "ConfigureProp",
|
|
156
|
-
"type": "object",
|
|
157
|
-
"properties": {
|
|
158
|
-
"settings": {
|
|
159
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
160
|
-
"type": "boolean",
|
|
161
|
-
"title": "settings"
|
|
162
|
-
},
|
|
163
|
-
"label": {
|
|
164
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
165
|
-
"type": "string",
|
|
166
|
-
"title": "label"
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
},
|
|
170
|
-
"spellCheck": {
|
|
171
|
-
"title": "ConfigureProp",
|
|
172
|
-
"type": "object",
|
|
173
|
-
"properties": {
|
|
174
|
-
"settings": {
|
|
175
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
176
|
-
"type": "boolean",
|
|
177
|
-
"title": "settings"
|
|
178
|
-
},
|
|
179
|
-
"label": {
|
|
180
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
181
|
-
"type": "string",
|
|
182
|
-
"title": "label"
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
},
|
|
186
|
-
"width": {
|
|
187
|
-
"description": "How large (in px) should multi-trait-rubric be",
|
|
188
|
-
"type": "string",
|
|
189
|
-
"title": "width"
|
|
190
|
-
}
|
|
191
|
-
},
|
|
192
|
-
"required": [
|
|
193
|
-
"width"
|
|
194
|
-
]
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
|
-
"required": [
|
|
198
|
-
"multiTraitRubric"
|
|
199
|
-
],
|
|
200
|
-
"definitions": {
|
|
201
|
-
"MultiTraitRubricConfigure": {
|
|
202
|
-
"description": "Config Object for @pie-elements/multi-trait-rubric",
|
|
203
|
-
"additionalProperties": false,
|
|
204
|
-
"title": "MultiTraitRubricConfigure",
|
|
205
|
-
"type": "object",
|
|
206
|
-
"properties": {
|
|
207
|
-
"excludeZeroDialogBoxContent": {
|
|
208
|
-
"title": "DialogContent",
|
|
209
|
-
"type": "object",
|
|
210
|
-
"properties": {
|
|
211
|
-
"title": {
|
|
212
|
-
"description": "Dialog box title",
|
|
213
|
-
"type": "string",
|
|
214
|
-
"title": "title"
|
|
215
|
-
},
|
|
216
|
-
"text": {
|
|
217
|
-
"description": "Dialog box text",
|
|
218
|
-
"type": "string",
|
|
219
|
-
"title": "text"
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
},
|
|
223
|
-
"includeZeroDialogBoxContent": {
|
|
224
|
-
"title": "DialogContent",
|
|
225
|
-
"type": "object",
|
|
226
|
-
"properties": {
|
|
227
|
-
"title": {
|
|
228
|
-
"description": "Dialog box title",
|
|
229
|
-
"type": "string",
|
|
230
|
-
"title": "title"
|
|
231
|
-
},
|
|
232
|
-
"text": {
|
|
233
|
-
"description": "Dialog box text",
|
|
234
|
-
"type": "string",
|
|
235
|
-
"title": "text"
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
},
|
|
239
|
-
"deleteTraitDialogBoxContent": {
|
|
240
|
-
"title": "DialogContent",
|
|
241
|
-
"type": "object",
|
|
242
|
-
"properties": {
|
|
243
|
-
"title": {
|
|
244
|
-
"description": "Dialog box title",
|
|
245
|
-
"type": "string",
|
|
246
|
-
"title": "title"
|
|
247
|
-
},
|
|
248
|
-
"text": {
|
|
249
|
-
"description": "Dialog box text",
|
|
250
|
-
"type": "string",
|
|
251
|
-
"title": "text"
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
|
-
},
|
|
255
|
-
"deleteScaleDialogBoxContent": {
|
|
256
|
-
"title": "DialogContent",
|
|
257
|
-
"type": "object",
|
|
258
|
-
"properties": {
|
|
259
|
-
"title": {
|
|
260
|
-
"description": "Dialog box title",
|
|
261
|
-
"type": "string",
|
|
262
|
-
"title": "title"
|
|
263
|
-
},
|
|
264
|
-
"text": {
|
|
265
|
-
"description": "Dialog box text",
|
|
266
|
-
"type": "string",
|
|
267
|
-
"title": "text"
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
},
|
|
271
|
-
"maxPointsDialogBoxContent": {
|
|
272
|
-
"title": "DialogContent",
|
|
273
|
-
"type": "object",
|
|
274
|
-
"properties": {
|
|
275
|
-
"title": {
|
|
276
|
-
"description": "Dialog box title",
|
|
277
|
-
"type": "string",
|
|
278
|
-
"title": "title"
|
|
279
|
-
},
|
|
280
|
-
"text": {
|
|
281
|
-
"description": "Dialog box text",
|
|
282
|
-
"type": "string",
|
|
283
|
-
"title": "text"
|
|
284
|
-
}
|
|
285
|
-
}
|
|
286
|
-
},
|
|
287
|
-
"showExcludeZero": {
|
|
288
|
-
"title": "ConfigureProp",
|
|
289
|
-
"type": "object",
|
|
290
|
-
"properties": {
|
|
291
|
-
"settings": {
|
|
292
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
293
|
-
"type": "boolean",
|
|
294
|
-
"title": "settings"
|
|
295
|
-
},
|
|
296
|
-
"label": {
|
|
297
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
298
|
-
"type": "string",
|
|
299
|
-
"title": "label"
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
},
|
|
303
|
-
"showScorePointLabels": {
|
|
304
|
-
"title": "ConfigureProp",
|
|
305
|
-
"type": "object",
|
|
306
|
-
"properties": {
|
|
307
|
-
"settings": {
|
|
308
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
309
|
-
"type": "boolean",
|
|
310
|
-
"title": "settings"
|
|
311
|
-
},
|
|
312
|
-
"label": {
|
|
313
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
314
|
-
"type": "string",
|
|
315
|
-
"title": "label"
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
},
|
|
319
|
-
"showDescription": {
|
|
320
|
-
"title": "ConfigureProp",
|
|
321
|
-
"type": "object",
|
|
322
|
-
"properties": {
|
|
323
|
-
"settings": {
|
|
324
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
325
|
-
"type": "boolean",
|
|
326
|
-
"title": "settings"
|
|
327
|
-
},
|
|
328
|
-
"label": {
|
|
329
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
330
|
-
"type": "string",
|
|
331
|
-
"title": "label"
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
},
|
|
335
|
-
"showVisibleToStudent": {
|
|
336
|
-
"title": "ConfigureProp",
|
|
337
|
-
"type": "object",
|
|
338
|
-
"properties": {
|
|
339
|
-
"settings": {
|
|
340
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
341
|
-
"type": "boolean",
|
|
342
|
-
"title": "settings"
|
|
343
|
-
},
|
|
344
|
-
"label": {
|
|
345
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
346
|
-
"type": "string",
|
|
347
|
-
"title": "label"
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
},
|
|
351
|
-
"showHalfScoring": {
|
|
352
|
-
"title": "ConfigureProp",
|
|
353
|
-
"type": "object",
|
|
354
|
-
"properties": {
|
|
355
|
-
"settings": {
|
|
356
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
357
|
-
"type": "boolean",
|
|
358
|
-
"title": "settings"
|
|
359
|
-
},
|
|
360
|
-
"label": {
|
|
361
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
362
|
-
"type": "string",
|
|
363
|
-
"title": "label"
|
|
364
|
-
}
|
|
365
|
-
}
|
|
366
|
-
},
|
|
367
|
-
"spellCheck": {
|
|
368
|
-
"title": "ConfigureProp",
|
|
369
|
-
"type": "object",
|
|
370
|
-
"properties": {
|
|
371
|
-
"settings": {
|
|
372
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
373
|
-
"type": "boolean",
|
|
374
|
-
"title": "settings"
|
|
375
|
-
},
|
|
376
|
-
"label": {
|
|
377
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
378
|
-
"type": "string",
|
|
379
|
-
"title": "label"
|
|
380
|
-
}
|
|
381
|
-
}
|
|
382
|
-
},
|
|
383
|
-
"width": {
|
|
384
|
-
"description": "How large (in px) should multi-trait-rubric be",
|
|
385
|
-
"type": "string",
|
|
386
|
-
"title": "width"
|
|
387
|
-
}
|
|
388
|
-
},
|
|
389
|
-
"required": [
|
|
390
|
-
"width"
|
|
391
|
-
]
|
|
392
|
-
},
|
|
393
|
-
"DialogContent": {
|
|
394
|
-
"title": "DialogContent",
|
|
395
|
-
"type": "object",
|
|
396
|
-
"properties": {
|
|
397
|
-
"title": {
|
|
398
|
-
"description": "Dialog box title",
|
|
399
|
-
"type": "string",
|
|
400
|
-
"title": "title"
|
|
401
|
-
},
|
|
402
|
-
"text": {
|
|
403
|
-
"description": "Dialog box text",
|
|
404
|
-
"type": "string",
|
|
405
|
-
"title": "text"
|
|
406
|
-
}
|
|
407
|
-
}
|
|
408
|
-
},
|
|
409
|
-
"ConfigureProp": {
|
|
410
|
-
"title": "ConfigureProp",
|
|
411
|
-
"type": "object",
|
|
412
|
-
"properties": {
|
|
413
|
-
"settings": {
|
|
414
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
415
|
-
"type": "boolean",
|
|
416
|
-
"title": "settings"
|
|
417
|
-
},
|
|
418
|
-
"label": {
|
|
419
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
420
|
-
"type": "string",
|
|
421
|
-
"title": "label"
|
|
422
|
-
}
|
|
423
|
-
}
|
|
424
|
-
}
|
|
425
|
-
},
|
|
426
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
427
|
-
}
|