@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.
Files changed (204) hide show
  1. package/dist/author/defaults.d.ts +232 -0
  2. package/dist/author/defaults.d.ts.map +1 -0
  3. package/dist/author/defaults.js +177 -0
  4. package/dist/author/index.d.ts +35 -0
  5. package/dist/author/index.d.ts.map +1 -0
  6. package/dist/author/index.js +86 -0
  7. package/dist/author/main.d.ts +24 -0
  8. package/dist/author/main.d.ts.map +1 -0
  9. package/dist/author/main.js +106 -0
  10. package/dist/controller/defaults.d.ts +40 -0
  11. package/dist/controller/defaults.d.ts.map +1 -0
  12. package/dist/controller/defaults.js +42 -0
  13. package/dist/controller/index.d.ts +26 -0
  14. package/dist/controller/index.d.ts.map +1 -0
  15. package/dist/controller/index.js +107 -0
  16. package/dist/controller/utils.d.ts +10 -0
  17. package/dist/controller/utils.d.ts.map +1 -0
  18. package/dist/controller/utils.js +4 -0
  19. package/dist/delivery/index.d.ts +24 -0
  20. package/dist/delivery/index.d.ts.map +1 -0
  21. package/dist/delivery/index.js +96 -0
  22. package/dist/index.d.ts +2 -0
  23. package/dist/index.d.ts.map +1 -0
  24. package/dist/index.iife.d.ts +9 -0
  25. package/dist/index.iife.d.ts.map +1 -0
  26. package/dist/index.iife.js +145 -0
  27. package/dist/index.js +2 -0
  28. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Symbol.js +5 -0
  29. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_apply.js +12 -0
  30. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arrayLikeKeys.js +15 -0
  31. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseGetTag.js +10 -0
  32. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsArguments.js +9 -0
  33. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsNative.js +11 -0
  34. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsTypedArray.js +11 -0
  35. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseKeysIn.js +13 -0
  36. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseRest.js +9 -0
  37. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseSetToString.js +14 -0
  38. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseTimes.js +7 -0
  39. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseUnary.js +8 -0
  40. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_coreJsData.js +5 -0
  41. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_defineProperty.js +10 -0
  42. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_freeGlobal.js +4 -0
  43. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getNative.js +9 -0
  44. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getRawTag.js +14 -0
  45. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getValue.js +6 -0
  46. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isIndex.js +8 -0
  47. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isIterateeCall.js +12 -0
  48. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isMasked.js +11 -0
  49. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isPrototype.js +8 -0
  50. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_nativeKeysIn.js +8 -0
  51. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_nodeUtil.js +9 -0
  52. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_objectToString.js +7 -0
  53. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_overRest.js +13 -0
  54. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_root.js +5 -0
  55. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_setToString.js +6 -0
  56. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_shortOut.js +14 -0
  57. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_toSource.js +15 -0
  58. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/constant.js +8 -0
  59. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/defaults.js +16 -0
  60. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/eq.js +6 -0
  61. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/identity.js +6 -0
  62. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isArguments.js +10 -0
  63. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isArray.js +4 -0
  64. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isArrayLike.js +8 -0
  65. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isBuffer.js +6 -0
  66. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isFunction.js +11 -0
  67. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isLength.js +7 -0
  68. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isObject.js +7 -0
  69. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isObjectLike.js +6 -0
  70. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isTypedArray.js +7 -0
  71. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/keysIn.js +9 -0
  72. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/stubFalse.js +6 -0
  73. package/dist/print/index.d.ts +25 -0
  74. package/dist/print/index.d.ts.map +1 -0
  75. package/dist/print/index.js +84 -0
  76. package/package.json +65 -16
  77. package/src/author/defaults.tsx +223 -0
  78. package/{configure/src/index.js → src/author/index.ts} +69 -28
  79. package/src/author/main.tsx +172 -0
  80. package/src/controller/defaults.ts +49 -0
  81. package/src/controller/index.ts +230 -0
  82. package/src/controller/utils.ts +13 -0
  83. package/src/{index.js → delivery/index.ts} +65 -9
  84. package/src/index.iife.ts +16 -0
  85. package/src/index.ts +1 -0
  86. package/src/print/index.ts +150 -0
  87. package/LICENSE.md +0 -5
  88. package/README.md +0 -3
  89. package/configure/lib/defaults.js +0 -99
  90. package/configure/lib/defaults.js.map +0 -1
  91. package/configure/lib/index.js +0 -232
  92. package/configure/lib/index.js.map +0 -1
  93. package/configure/lib/main.js +0 -165
  94. package/configure/lib/main.js.map +0 -1
  95. package/configure/node_modules/@pie-element/multi-trait-rubric/CHANGELOG.json +0 -1
  96. package/configure/node_modules/@pie-element/multi-trait-rubric/CHANGELOG.md +0 -376
  97. package/configure/node_modules/@pie-element/multi-trait-rubric/LICENSE.md +0 -5
  98. package/configure/node_modules/@pie-element/multi-trait-rubric/README.md +0 -55
  99. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/CHANGELOG.json +0 -1
  100. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/CHANGELOG.md +0 -344
  101. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/common.js +0 -455
  102. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/common.js.map +0 -1
  103. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/defaults.js +0 -82
  104. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/defaults.js.map +0 -1
  105. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/index.js +0 -112
  106. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/index.js.map +0 -1
  107. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/main.js +0 -438
  108. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/main.js.map +0 -1
  109. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/modals.js +0 -324
  110. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/modals.js.map +0 -1
  111. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/scale.js +0 -490
  112. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/scale.js.map +0 -1
  113. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/trait.js +0 -334
  114. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/trait.js.map +0 -1
  115. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/traitsHeader.js +0 -254
  116. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/traitsHeader.js.map +0 -1
  117. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/utils.js +0 -29
  118. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/utils.js.map +0 -1
  119. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/package.json +0 -22
  120. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/CHANGELOG.json +0 -1
  121. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/CHANGELOG.md +0 -66
  122. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/defaults.js +0 -9
  123. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/defaults.js.map +0 -1
  124. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/index.js +0 -122
  125. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/index.js.map +0 -1
  126. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/package.json +0 -15
  127. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/config-schema.json +0 -226
  128. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/config-schema.json.md +0 -169
  129. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/config.js +0 -8
  130. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/generate.js +0 -108
  131. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/index.html +0 -1
  132. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/session.js +0 -6
  133. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/pie-schema.json +0 -282
  134. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/pie-schema.json.md +0 -189
  135. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/index.js +0 -85
  136. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/index.js.map +0 -1
  137. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/main.js +0 -99
  138. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/main.js.map +0 -1
  139. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/scale.js +0 -209
  140. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/scale.js.map +0 -1
  141. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/trait.js +0 -103
  142. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/trait.js.map +0 -1
  143. package/configure/node_modules/@pie-element/multi-trait-rubric/package.json +0 -24
  144. package/configure/node_modules/@pie-element/rubric/CHANGELOG.json +0 -257
  145. package/configure/node_modules/@pie-element/rubric/CHANGELOG.md +0 -731
  146. package/configure/node_modules/@pie-element/rubric/LICENSE.md +0 -5
  147. package/configure/node_modules/@pie-element/rubric/README.md +0 -3
  148. package/configure/node_modules/@pie-element/rubric/configure/CHANGELOG.json +0 -197
  149. package/configure/node_modules/@pie-element/rubric/configure/CHANGELOG.md +0 -615
  150. package/configure/node_modules/@pie-element/rubric/configure/lib/index.js +0 -93
  151. package/configure/node_modules/@pie-element/rubric/configure/lib/index.js.map +0 -1
  152. package/configure/node_modules/@pie-element/rubric/configure/package.json +0 -16
  153. package/configure/node_modules/@pie-element/rubric/configure/src/index.js +0 -38
  154. package/configure/node_modules/@pie-element/rubric/controller/CHANGELOG.json +0 -17
  155. package/configure/node_modules/@pie-element/rubric/controller/CHANGELOG.md +0 -105
  156. package/configure/node_modules/@pie-element/rubric/controller/lib/index.js +0 -14
  157. package/configure/node_modules/@pie-element/rubric/controller/lib/index.js.map +0 -1
  158. package/configure/node_modules/@pie-element/rubric/controller/package.json +0 -9
  159. package/configure/node_modules/@pie-element/rubric/controller/src/__tests__/index.test.js +0 -35
  160. package/configure/node_modules/@pie-element/rubric/controller/src/index.js +0 -6
  161. package/configure/node_modules/@pie-element/rubric/docs/config-schema.json +0 -24
  162. package/configure/node_modules/@pie-element/rubric/docs/config-schema.json.md +0 -19
  163. package/configure/node_modules/@pie-element/rubric/docs/demo/config.js +0 -8
  164. package/configure/node_modules/@pie-element/rubric/docs/demo/generate.js +0 -8
  165. package/configure/node_modules/@pie-element/rubric/docs/demo/index.html +0 -3
  166. package/configure/node_modules/@pie-element/rubric/docs/pie-schema.json +0 -62
  167. package/configure/node_modules/@pie-element/rubric/docs/pie-schema.json.md +0 -35
  168. package/configure/node_modules/@pie-element/rubric/lib/index.js +0 -88
  169. package/configure/node_modules/@pie-element/rubric/lib/index.js.map +0 -1
  170. package/configure/node_modules/@pie-element/rubric/lib/main.js +0 -171
  171. package/configure/node_modules/@pie-element/rubric/lib/main.js.map +0 -1
  172. package/configure/node_modules/@pie-element/rubric/lib/print.js +0 -114
  173. package/configure/node_modules/@pie-element/rubric/lib/print.js.map +0 -1
  174. package/configure/node_modules/@pie-element/rubric/package.json +0 -25
  175. package/configure/node_modules/@pie-element/rubric/src/__tests__/__snapshots__/rubric-view.test.jsx.snap +0 -22767
  176. package/configure/node_modules/@pie-element/rubric/src/__tests__/rubric-view.test.jsx +0 -48
  177. package/configure/node_modules/@pie-element/rubric/src/index.js +0 -38
  178. package/configure/node_modules/@pie-element/rubric/src/main.jsx +0 -117
  179. package/configure/node_modules/@pie-element/rubric/src/print.js +0 -63
  180. package/configure/package.json +0 -22
  181. package/configure/src/__tests__/__snapshots__/main.test.jsx.snap +0 -106
  182. package/configure/src/__tests__/index.test.js +0 -41
  183. package/configure/src/__tests__/main.test.jsx +0 -104
  184. package/configure/src/defaults.js +0 -122
  185. package/configure/src/main.jsx +0 -117
  186. package/controller/lib/defaults.js +0 -99
  187. package/controller/lib/defaults.js.map +0 -1
  188. package/controller/lib/index.js +0 -147
  189. package/controller/lib/index.js.map +0 -1
  190. package/controller/package.json +0 -12
  191. package/controller/src/__tests__/index.test.js +0 -58
  192. package/controller/src/defaults.js +0 -121
  193. package/controller/src/index.js +0 -81
  194. package/docs/config-schema.json +0 -427
  195. package/docs/config-schema.json.md +0 -315
  196. package/docs/demo/config.js +0 -8
  197. package/docs/demo/generate.js +0 -119
  198. package/docs/demo/index.html +0 -1
  199. package/docs/demo/session.js +0 -6
  200. package/docs/pie-schema.json +0 -994
  201. package/docs/pie-schema.json.md +0 -660
  202. package/lib/index.js +0 -176
  203. package/lib/index.js.map +0 -1
  204. package/src/__tests__/index.test.js +0 -166
@@ -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
- }