@pie-element/complex-rubric 7.1.0-next.19 → 7.1.1-next.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 (118) hide show
  1. package/dist/author/defaults.d.ts +231 -0
  2. package/dist/author/defaults.js +177 -0
  3. package/dist/author/index.d.ts +34 -0
  4. package/dist/author/index.js +87 -0
  5. package/dist/author/main.d.ts +23 -0
  6. package/dist/author/main.js +106 -0
  7. package/dist/controller/defaults.d.ts +39 -0
  8. package/dist/controller/defaults.js +42 -0
  9. package/dist/controller/index.d.ts +25 -0
  10. package/dist/controller/index.js +107 -0
  11. package/dist/controller/utils.d.ts +9 -0
  12. package/dist/controller/utils.js +4 -0
  13. package/dist/delivery/index.d.ts +23 -0
  14. package/dist/delivery/index.js +96 -0
  15. package/dist/index.d.ts +1 -0
  16. package/dist/index.iife.d.ts +8 -0
  17. package/dist/index.iife.js +145 -0
  18. package/dist/index.js +2 -0
  19. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Symbol.js +5 -0
  20. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_apply.js +12 -0
  21. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayLikeKeys.js +15 -0
  22. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetTag.js +10 -0
  23. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsArguments.js +9 -0
  24. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsNative.js +11 -0
  25. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsTypedArray.js +11 -0
  26. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeysIn.js +13 -0
  27. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseRest.js +9 -0
  28. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseSetToString.js +14 -0
  29. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseTimes.js +7 -0
  30. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseUnary.js +8 -0
  31. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_coreJsData.js +5 -0
  32. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_defineProperty.js +10 -0
  33. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_freeGlobal.js +4 -0
  34. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getNative.js +9 -0
  35. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getRawTag.js +14 -0
  36. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getValue.js +6 -0
  37. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isIndex.js +8 -0
  38. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isIterateeCall.js +12 -0
  39. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isMasked.js +11 -0
  40. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isPrototype.js +8 -0
  41. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeysIn.js +8 -0
  42. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nodeUtil.js +9 -0
  43. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_objectToString.js +7 -0
  44. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_overRest.js +13 -0
  45. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_root.js +5 -0
  46. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setToString.js +6 -0
  47. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_shortOut.js +14 -0
  48. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toSource.js +15 -0
  49. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/constant.js +8 -0
  50. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/defaults.js +16 -0
  51. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/eq.js +6 -0
  52. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/identity.js +6 -0
  53. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArguments.js +10 -0
  54. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArray.js +4 -0
  55. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArrayLike.js +8 -0
  56. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isBuffer.js +6 -0
  57. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isFunction.js +11 -0
  58. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isLength.js +7 -0
  59. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObject.js +7 -0
  60. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObjectLike.js +6 -0
  61. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isTypedArray.js +7 -0
  62. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keysIn.js +9 -0
  63. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubFalse.js +6 -0
  64. package/dist/print/index.d.ts +24 -0
  65. package/dist/print/index.js +84 -0
  66. package/package.json +58 -21
  67. package/CHANGELOG.md +0 -1431
  68. package/LICENSE.md +0 -5
  69. package/README.md +0 -3
  70. package/configure/CHANGELOG.md +0 -1085
  71. package/configure/lib/defaults.js +0 -271
  72. package/configure/lib/defaults.js.map +0 -1
  73. package/configure/lib/index.js +0 -150
  74. package/configure/lib/index.js.map +0 -1
  75. package/configure/lib/main.js +0 -172
  76. package/configure/lib/main.js.map +0 -1
  77. package/configure/package.json +0 -27
  78. package/configure/src/__tests__/index.test.js +0 -94
  79. package/configure/src/__tests__/main.test.jsx +0 -140
  80. package/configure/src/defaults.js +0 -213
  81. package/configure/src/index.js +0 -169
  82. package/configure/src/main.jsx +0 -162
  83. package/controller/CHANGELOG.md +0 -928
  84. package/controller/lib/defaults.js +0 -42
  85. package/controller/lib/defaults.js.map +0 -1
  86. package/controller/lib/index.js +0 -239
  87. package/controller/lib/index.js.map +0 -1
  88. package/controller/lib/utils.js +0 -11
  89. package/controller/lib/utils.js.map +0 -1
  90. package/controller/package.json +0 -16
  91. package/controller/src/__tests__/index.test.js +0 -55
  92. package/controller/src/defaults.js +0 -39
  93. package/controller/src/index.js +0 -220
  94. package/controller/src/utils.js +0 -3
  95. package/docs/config-schema.json +0 -4255
  96. package/docs/config-schema.json.md +0 -3162
  97. package/docs/demo/config.js +0 -8
  98. package/docs/demo/generate.js +0 -196
  99. package/docs/demo/index.html +0 -1
  100. package/docs/demo/session.js +0 -6
  101. package/docs/pie-schema.json +0 -3302
  102. package/docs/pie-schema.json.md +0 -2364
  103. package/lib/index.js +0 -141
  104. package/lib/index.js.map +0 -1
  105. package/lib/print.js +0 -129
  106. package/lib/print.js.map +0 -1
  107. package/module/configure.js +0 -1
  108. package/module/controller.js +0 -262
  109. package/module/demo.js +0 -221
  110. package/module/element.js +0 -1
  111. package/module/index.html +0 -21
  112. package/module/manifest.json +0 -22
  113. package/module/print-demo.js +0 -259
  114. package/module/print.html +0 -18
  115. package/module/print.js +0 -1
  116. package/src/__tests__/index.test.js +0 -256
  117. package/src/index.js +0 -152
  118. package/src/print.js +0 -140
@@ -1,2364 +0,0 @@
1
- Model for the ComplexRubricPie Interaction
2
-
3
- The schema defines the following properties:
4
-
5
- # `rubricType` (string, enum, required)
6
-
7
- This element must be one of the following enum values:
8
-
9
- * `multiTraitRubric`
10
- * `rubricless`
11
- * `simpleRubric`
12
-
13
- # `rubrics` (object, required)
14
-
15
- Properties of the `rubrics` object:
16
-
17
- ## `simpleRubric` (object, required)
18
-
19
- Model for the RubricPie Interaction
20
-
21
- Properties of the `simpleRubric` object:
22
-
23
- ### `points` (array)
24
-
25
- Indicates the score points labels. Starting from 0 to max
26
-
27
- The object is an array with all elements of the type `object`.
28
-
29
- The array object has the following properties:
30
-
31
- ### `sampleAnswers` (array)
32
-
33
- Indicates the sample answers labels. Starting from 0 to max
34
-
35
- The object is an array with all elements of the type `object`.
36
-
37
- The array object has the following properties:
38
-
39
- ### `maxPoints` (number)
40
-
41
- Indicates the max limit for scoring points
42
-
43
- ### `excludeZeros` (boolean)
44
-
45
- Indicates if point 0 should be shown
46
-
47
- ### `id` (string, required)
48
-
49
- Identifier to identify the Pie Element in html markup, Must be unique within a pie item config.
50
-
51
- ### `element` (string, required)
52
-
53
- The html Element tag name
54
-
55
- ## `multiTraitRubric` (object, required)
56
-
57
- Model for the MultiTraitRubric Interaction
58
-
59
- Properties of the `multiTraitRubric` object:
60
-
61
- ### `halfScoring` (boolean)
62
-
63
- Indicates if half scoring is enabled
64
-
65
- ### `pointLabels` (boolean)
66
-
67
- Indicates if point labels should be shown
68
-
69
- ### `visibleToStudent` (boolean)
70
-
71
- Indicates if should be visible to student
72
-
73
- ### `description` (boolean)
74
-
75
- Indicates if description should be shown
76
-
77
- ### `standards` (boolean)
78
-
79
- Indicates if standards should be shown
80
-
81
- ### `excludeZero` (boolean)
82
-
83
- Indicates if scoring should start at 0 or 1
84
-
85
- ### `spellCheckEnabled` (boolean, required)
86
-
87
- Indicates if spellcheck is enabled for the author. Default value is true
88
-
89
- ### `scales` (array, required)
90
-
91
- scales
92
-
93
- The object is an array with all elements of the type `object`.
94
-
95
- The array object has the following properties:
96
-
97
- #### `maxPoints` (number, required)
98
-
99
- Indicates max limit for scoring points
100
-
101
- #### `scorePointsLabels` (array, required)
102
-
103
- Score labels. Starting from 0 to max.
104
-
105
- The object is an array with all elements of the type `string`.
106
-
107
- #### `traitLabel` (string, required)
108
-
109
- Trait label
110
-
111
- #### `traits` (array, required)
112
-
113
- Traits
114
-
115
- The object is an array with all elements of the type `object`.
116
-
117
- The array object has the following properties:
118
-
119
- ##### `name` (string, required)
120
-
121
- Trait name
122
-
123
- ##### `standards` (array, required)
124
-
125
- Trait standards
126
-
127
- The object is an array with all elements of the type `string`.
128
-
129
- ##### `description` (string, required)
130
-
131
- Trait description
132
-
133
- ##### `scorePointsDescriptors` (array, required)
134
-
135
- Score point descriptors. Starting from 0 to max.
136
-
137
- The object is an array with all elements of the type `string`.
138
-
139
- ### `id` (string, required)
140
-
141
- Identifier to identify the Pie Element in html markup, Must be unique within a pie item config.
142
-
143
- ### `element` (string, required)
144
-
145
- The html Element tag name
146
-
147
- ## `rubricless` (object, required)
148
-
149
- Properties of the `rubricless` object:
150
-
151
- ### `maxPoints` (number)
152
-
153
- Indicates the max limit for scoring points
154
-
155
- ### `excludeZeros` (boolean)
156
-
157
- Indicates if point 0 should be shown
158
-
159
- ### `rubriclessInstructionEnabled` (boolean, required)
160
-
161
- Indicates that rubricInstruction is enabled
162
-
163
- ### `id` (string, required)
164
-
165
- Identifier to identify the Pie Element in html markup, Must be unique within a pie item config.
166
-
167
- ### `element` (string, required)
168
-
169
- The html Element tag name
170
-
171
- # `id` (string, required)
172
-
173
- Identifier to identify the Pie Element in html markup, Must be unique within a pie item config.
174
-
175
- # `element` (string, required)
176
-
177
- The html Element tag name
178
-
179
- ---
180
-
181
- # Sub Schemas
182
-
183
- The schema defines the following additional types:
184
-
185
- ## `RubricConfigure` (object)
186
-
187
- Properties of the `RubricConfigure` object:
188
-
189
- ### `baseInputConfiguration` (object)
190
-
191
- Properties of the `baseInputConfiguration` object:
192
-
193
- #### `math` (object)
194
-
195
- Properties of the `math` object:
196
-
197
- ##### `disabled` (boolean)
198
-
199
- Indicates if the plugin is disabled or not
200
-
201
- #### `audio` (object)
202
-
203
- Properties of the `audio` object:
204
-
205
- ##### `disabled` (boolean)
206
-
207
- Indicates if the plugin is disabled or not
208
-
209
- #### `video` (object)
210
-
211
- Properties of the `video` object:
212
-
213
- ##### `disabled` (boolean)
214
-
215
- Indicates if the plugin is disabled or not
216
-
217
- #### `image` (object)
218
-
219
- Properties of the `image` object:
220
-
221
- ##### `disabled` (boolean)
222
-
223
- Indicates if the plugin is disabled or not
224
-
225
- #### `customPlugins` (array)
226
-
227
- An array of objects that determine custom plugins.
228
- A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
229
- Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
230
-
231
- The object is an array with all elements of the type `object`.
232
-
233
- The array object has the following properties:
234
-
235
- ##### `event` (string, required)
236
-
237
- The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
238
- PIE will emit the event prefixed with "PIE-".
239
- Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
240
-
241
- ##### `iconAlt` (string, required)
242
-
243
- The alt for the custom button icon
244
-
245
- ##### `iconType` (string, required)
246
-
247
- The icon type.
248
- Currently, only "SVG" is supported.
249
-
250
- ##### `icon` (string, required)
251
-
252
- The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
253
-
254
- #### `blockquote` (object)
255
-
256
- Properties of the `blockquote` object:
257
-
258
- ##### `disabled` (boolean)
259
-
260
- Indicates if the plugin is disabled or not
261
-
262
- #### `h3` (object)
263
-
264
- Properties of the `h3` object:
265
-
266
- ##### `disabled` (boolean)
267
-
268
- Indicates if the plugin is disabled or not
269
-
270
- #### `characters` (object)
271
-
272
- Properties of the `characters` object:
273
-
274
- ##### `disabled` (boolean)
275
-
276
- Indicates if the plugin is disabled or not
277
-
278
- #### `bold` (object)
279
-
280
- Properties of the `bold` object:
281
-
282
- ##### `disabled` (boolean)
283
-
284
- Indicates if the plugin is disabled or not
285
-
286
- #### `html` (object)
287
-
288
- Properties of the `html` object:
289
-
290
- ##### `disabled` (boolean)
291
-
292
- Indicates if the plugin is disabled or not
293
-
294
- #### `italic` (object)
295
-
296
- Properties of the `italic` object:
297
-
298
- ##### `disabled` (boolean)
299
-
300
- Indicates if the plugin is disabled or not
301
-
302
- #### `ol_list` (object)
303
-
304
- Properties of the `ol_list` object:
305
-
306
- ##### `disabled` (boolean)
307
-
308
- Indicates if the plugin is disabled or not
309
-
310
- #### `redo` (object)
311
-
312
- Properties of the `redo` object:
313
-
314
- ##### `disabled` (boolean)
315
-
316
- Indicates if the plugin is disabled or not
317
-
318
- #### `strikethrough` (object)
319
-
320
- Properties of the `strikethrough` object:
321
-
322
- ##### `disabled` (boolean)
323
-
324
- Indicates if the plugin is disabled or not
325
-
326
- #### `sub` (object)
327
-
328
- Properties of the `sub` object:
329
-
330
- ##### `disabled` (boolean)
331
-
332
- Indicates if the plugin is disabled or not
333
-
334
- #### `sup` (object)
335
-
336
- Properties of the `sup` object:
337
-
338
- ##### `disabled` (boolean)
339
-
340
- Indicates if the plugin is disabled or not
341
-
342
- #### `table` (object)
343
-
344
- Properties of the `table` object:
345
-
346
- ##### `disabled` (boolean)
347
-
348
- Indicates if the plugin is disabled or not
349
-
350
- #### `ul_list` (object)
351
-
352
- Properties of the `ul_list` object:
353
-
354
- ##### `disabled` (boolean)
355
-
356
- Indicates if the plugin is disabled or not
357
-
358
- #### `underline` (object)
359
-
360
- Properties of the `underline` object:
361
-
362
- ##### `disabled` (boolean)
363
-
364
- Indicates if the plugin is disabled or not
365
-
366
- #### `undo` (object)
367
-
368
- Properties of the `undo` object:
369
-
370
- ##### `disabled` (boolean)
371
-
372
- Indicates if the plugin is disabled or not
373
-
374
- ### `settingsPanelDisabled` (boolean)
375
-
376
- Indicates if the settings panel is not available
377
-
378
- ### `showExcludeZero` (object)
379
-
380
- Properties of the `showExcludeZero` object:
381
-
382
- #### `settings` (boolean)
383
-
384
- Indicates if the item has to be displayed in the Settings Panel
385
-
386
- #### `label` (string)
387
-
388
- Indicates the label for the item that has to be displayed in the Settings Panel
389
-
390
- ### `showMaxPoint` (object)
391
-
392
- Properties of the `showMaxPoint` object:
393
-
394
- #### `settings` (boolean)
395
-
396
- Indicates if the item has to be displayed in the Settings Panel
397
-
398
- #### `label` (string)
399
-
400
- Indicates the label for the item that has to be displayed in the Settings Panel
401
-
402
- ### `width` (string)
403
-
404
- How large can the rubric be
405
-
406
- ### `mathMlOptions` (object)
407
-
408
- Properties of the `mathMlOptions` object:
409
-
410
- #### `mmlOutput` (number)
411
-
412
- Indicates if model should have mathML output instead of latex
413
-
414
- #### `mmlEditing` (number)
415
-
416
- Indicates if mathML that's already in model should be editable
417
-
418
- ### `maxMaxPoints` (number)
419
-
420
- Indicates the max limit for scoring points
421
-
422
- ### `showPrompt` (boolean)
423
-
424
- Determines whether prompt field will be displayed or not
425
-
426
- Default: `true`
427
-
428
- ### `promptLabel` (string)
429
-
430
- The label for the item stem/prompt field
431
-
432
- Default: `"Item Stemm"`
433
-
434
- ### `contentDimensions` (object)
435
-
436
- Indicates the dimensions configuration for the authoring container
437
- Note: Some items have a default minimum width because of their content, but if
438
- the minWidth is lower than this, the overflow behavior will take care of that
439
-
440
- Properties of the `contentDimensions` object:
441
-
442
- #### `maxHeight` (string,number)
443
-
444
- Indicates the max height of the authoring container
445
-
446
- Default: `"undefined"`
447
-
448
- #### `maxWidth` (string,number)
449
-
450
- Indicates the max width of the authoring container
451
-
452
- Default: `"undefined"`
453
-
454
- #### `minHeight` (string,number)
455
-
456
- Indicates the min height of the authoring container
457
-
458
- Default: `"undefined"`
459
-
460
- #### `minWidth` (string,number)
461
-
462
- Indicates the min width of the authoring container
463
-
464
- Default: `"undefined"`
465
-
466
- Default: `": {}"`
467
-
468
- ### `settingsPartialScoring` (boolean)
469
-
470
- Indicates whether the settings panel wil allow the author to modify settings for partial scoring
471
-
472
- Default: `true`
473
-
474
- ## `EditableHtmlConfigureProp` (object)
475
-
476
- Properties of the `EditableHtmlConfigureProp` object:
477
-
478
- ### `math` (object)
479
-
480
- Properties of the `math` object:
481
-
482
- #### `disabled` (boolean)
483
-
484
- Indicates if the plugin is disabled or not
485
-
486
- ### `audio` (object)
487
-
488
- Properties of the `audio` object:
489
-
490
- #### `disabled` (boolean)
491
-
492
- Indicates if the plugin is disabled or not
493
-
494
- ### `video` (object)
495
-
496
- Properties of the `video` object:
497
-
498
- #### `disabled` (boolean)
499
-
500
- Indicates if the plugin is disabled or not
501
-
502
- ### `image` (object)
503
-
504
- Properties of the `image` object:
505
-
506
- #### `disabled` (boolean)
507
-
508
- Indicates if the plugin is disabled or not
509
-
510
- ### `customPlugins` (array)
511
-
512
- An array of objects that determine custom plugins.
513
- A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
514
- Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
515
-
516
- The object is an array with all elements of the type `object`.
517
-
518
- The array object has the following properties:
519
-
520
- #### `event` (string, required)
521
-
522
- The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
523
- PIE will emit the event prefixed with "PIE-".
524
- Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
525
-
526
- #### `iconAlt` (string, required)
527
-
528
- The alt for the custom button icon
529
-
530
- #### `iconType` (string, required)
531
-
532
- The icon type.
533
- Currently, only "SVG" is supported.
534
-
535
- #### `icon` (string, required)
536
-
537
- The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
538
-
539
- ### `blockquote` (object)
540
-
541
- Properties of the `blockquote` object:
542
-
543
- #### `disabled` (boolean)
544
-
545
- Indicates if the plugin is disabled or not
546
-
547
- ### `h3` (object)
548
-
549
- Properties of the `h3` object:
550
-
551
- #### `disabled` (boolean)
552
-
553
- Indicates if the plugin is disabled or not
554
-
555
- ### `characters` (object)
556
-
557
- Properties of the `characters` object:
558
-
559
- #### `disabled` (boolean)
560
-
561
- Indicates if the plugin is disabled or not
562
-
563
- ### `bold` (object)
564
-
565
- Properties of the `bold` object:
566
-
567
- #### `disabled` (boolean)
568
-
569
- Indicates if the plugin is disabled or not
570
-
571
- ### `html` (object)
572
-
573
- Properties of the `html` object:
574
-
575
- #### `disabled` (boolean)
576
-
577
- Indicates if the plugin is disabled or not
578
-
579
- ### `italic` (object)
580
-
581
- Properties of the `italic` object:
582
-
583
- #### `disabled` (boolean)
584
-
585
- Indicates if the plugin is disabled or not
586
-
587
- ### `ol_list` (object)
588
-
589
- Properties of the `ol_list` object:
590
-
591
- #### `disabled` (boolean)
592
-
593
- Indicates if the plugin is disabled or not
594
-
595
- ### `redo` (object)
596
-
597
- Properties of the `redo` object:
598
-
599
- #### `disabled` (boolean)
600
-
601
- Indicates if the plugin is disabled or not
602
-
603
- ### `strikethrough` (object)
604
-
605
- Properties of the `strikethrough` object:
606
-
607
- #### `disabled` (boolean)
608
-
609
- Indicates if the plugin is disabled or not
610
-
611
- ### `sub` (object)
612
-
613
- Properties of the `sub` object:
614
-
615
- #### `disabled` (boolean)
616
-
617
- Indicates if the plugin is disabled or not
618
-
619
- ### `sup` (object)
620
-
621
- Properties of the `sup` object:
622
-
623
- #### `disabled` (boolean)
624
-
625
- Indicates if the plugin is disabled or not
626
-
627
- ### `table` (object)
628
-
629
- Properties of the `table` object:
630
-
631
- #### `disabled` (boolean)
632
-
633
- Indicates if the plugin is disabled or not
634
-
635
- ### `ul_list` (object)
636
-
637
- Properties of the `ul_list` object:
638
-
639
- #### `disabled` (boolean)
640
-
641
- Indicates if the plugin is disabled or not
642
-
643
- ### `underline` (object)
644
-
645
- Properties of the `underline` object:
646
-
647
- #### `disabled` (boolean)
648
-
649
- Indicates if the plugin is disabled or not
650
-
651
- ### `undo` (object)
652
-
653
- Properties of the `undo` object:
654
-
655
- #### `disabled` (boolean)
656
-
657
- Indicates if the plugin is disabled or not
658
-
659
- ## `EditableHtmlButtonConfigure` (object)
660
-
661
- Properties of the `EditableHtmlButtonConfigure` object:
662
-
663
- ### `disabled` (boolean)
664
-
665
- Indicates if the plugin is disabled or not
666
-
667
- ## `CustomPlugin` (object)
668
-
669
- Properties of the `CustomPlugin` object:
670
-
671
- ### `event` (string, required)
672
-
673
- The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
674
- PIE will emit the event prefixed with "PIE-".
675
- Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
676
-
677
- ### `iconAlt` (string, required)
678
-
679
- The alt for the custom button icon
680
-
681
- ### `iconType` (string, required)
682
-
683
- The icon type.
684
- Currently, only "SVG" is supported.
685
-
686
- ### `icon` (string, required)
687
-
688
- The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
689
-
690
- ## `ConfigureProp` (object)
691
-
692
- Properties of the `ConfigureProp` object:
693
-
694
- ### `settings` (boolean)
695
-
696
- Indicates if the item has to be displayed in the Settings Panel
697
-
698
- ### `label` (string)
699
-
700
- Indicates the label for the item that has to be displayed in the Settings Panel
701
-
702
- ## `ConfigureMathMLProp` (object)
703
-
704
- Properties of the `ConfigureMathMLProp` object:
705
-
706
- ### `mmlOutput` (number)
707
-
708
- Indicates if model should have mathML output instead of latex
709
-
710
- ### `mmlEditing` (number)
711
-
712
- Indicates if mathML that's already in model should be editable
713
-
714
- ## `MultiTraitRubricConfigure` (object)
715
-
716
- Config Object for @pie-elements/multi-trait-rubric
717
-
718
- Properties of the `MultiTraitRubricConfigure` object:
719
-
720
- ### `baseInputConfiguration` (object)
721
-
722
- Properties of the `baseInputConfiguration` object:
723
-
724
- #### `math` (object)
725
-
726
- Properties of the `math` object:
727
-
728
- ##### `disabled` (boolean)
729
-
730
- Indicates if the plugin is disabled or not
731
-
732
- #### `audio` (object)
733
-
734
- Properties of the `audio` object:
735
-
736
- ##### `disabled` (boolean)
737
-
738
- Indicates if the plugin is disabled or not
739
-
740
- #### `video` (object)
741
-
742
- Properties of the `video` object:
743
-
744
- ##### `disabled` (boolean)
745
-
746
- Indicates if the plugin is disabled or not
747
-
748
- #### `image` (object)
749
-
750
- Properties of the `image` object:
751
-
752
- ##### `disabled` (boolean)
753
-
754
- Indicates if the plugin is disabled or not
755
-
756
- #### `customPlugins` (array)
757
-
758
- An array of objects that determine custom plugins.
759
- A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
760
- Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
761
-
762
- The object is an array with all elements of the type `object`.
763
-
764
- The array object has the following properties:
765
-
766
- ##### `event` (string, required)
767
-
768
- The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
769
- PIE will emit the event prefixed with "PIE-".
770
- Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
771
-
772
- ##### `iconAlt` (string, required)
773
-
774
- The alt for the custom button icon
775
-
776
- ##### `iconType` (string, required)
777
-
778
- The icon type.
779
- Currently, only "SVG" is supported.
780
-
781
- ##### `icon` (string, required)
782
-
783
- The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
784
-
785
- #### `blockquote` (object)
786
-
787
- Properties of the `blockquote` object:
788
-
789
- ##### `disabled` (boolean)
790
-
791
- Indicates if the plugin is disabled or not
792
-
793
- #### `h3` (object)
794
-
795
- Properties of the `h3` object:
796
-
797
- ##### `disabled` (boolean)
798
-
799
- Indicates if the plugin is disabled or not
800
-
801
- #### `characters` (object)
802
-
803
- Properties of the `characters` object:
804
-
805
- ##### `disabled` (boolean)
806
-
807
- Indicates if the plugin is disabled or not
808
-
809
- #### `bold` (object)
810
-
811
- Properties of the `bold` object:
812
-
813
- ##### `disabled` (boolean)
814
-
815
- Indicates if the plugin is disabled or not
816
-
817
- #### `html` (object)
818
-
819
- Properties of the `html` object:
820
-
821
- ##### `disabled` (boolean)
822
-
823
- Indicates if the plugin is disabled or not
824
-
825
- #### `italic` (object)
826
-
827
- Properties of the `italic` object:
828
-
829
- ##### `disabled` (boolean)
830
-
831
- Indicates if the plugin is disabled or not
832
-
833
- #### `ol_list` (object)
834
-
835
- Properties of the `ol_list` object:
836
-
837
- ##### `disabled` (boolean)
838
-
839
- Indicates if the plugin is disabled or not
840
-
841
- #### `redo` (object)
842
-
843
- Properties of the `redo` object:
844
-
845
- ##### `disabled` (boolean)
846
-
847
- Indicates if the plugin is disabled or not
848
-
849
- #### `strikethrough` (object)
850
-
851
- Properties of the `strikethrough` object:
852
-
853
- ##### `disabled` (boolean)
854
-
855
- Indicates if the plugin is disabled or not
856
-
857
- #### `sub` (object)
858
-
859
- Properties of the `sub` object:
860
-
861
- ##### `disabled` (boolean)
862
-
863
- Indicates if the plugin is disabled or not
864
-
865
- #### `sup` (object)
866
-
867
- Properties of the `sup` object:
868
-
869
- ##### `disabled` (boolean)
870
-
871
- Indicates if the plugin is disabled or not
872
-
873
- #### `table` (object)
874
-
875
- Properties of the `table` object:
876
-
877
- ##### `disabled` (boolean)
878
-
879
- Indicates if the plugin is disabled or not
880
-
881
- #### `ul_list` (object)
882
-
883
- Properties of the `ul_list` object:
884
-
885
- ##### `disabled` (boolean)
886
-
887
- Indicates if the plugin is disabled or not
888
-
889
- #### `underline` (object)
890
-
891
- Properties of the `underline` object:
892
-
893
- ##### `disabled` (boolean)
894
-
895
- Indicates if the plugin is disabled or not
896
-
897
- #### `undo` (object)
898
-
899
- Properties of the `undo` object:
900
-
901
- ##### `disabled` (boolean)
902
-
903
- Indicates if the plugin is disabled or not
904
-
905
- ### `expandedInput` (object)
906
-
907
- Properties of the `expandedInput` object:
908
-
909
- #### `inputConfiguration` (object)
910
-
911
- Properties of the `inputConfiguration` object:
912
-
913
- ##### `math` (object)
914
-
915
- Properties of the `math` object:
916
-
917
- ###### `disabled` (boolean)
918
-
919
- Indicates if the plugin is disabled or not
920
-
921
- ##### `audio` (object)
922
-
923
- Properties of the `audio` object:
924
-
925
- ###### `disabled` (boolean)
926
-
927
- Indicates if the plugin is disabled or not
928
-
929
- ##### `video` (object)
930
-
931
- Properties of the `video` object:
932
-
933
- ###### `disabled` (boolean)
934
-
935
- Indicates if the plugin is disabled or not
936
-
937
- ##### `image` (object)
938
-
939
- Properties of the `image` object:
940
-
941
- ###### `disabled` (boolean)
942
-
943
- Indicates if the plugin is disabled or not
944
-
945
- ##### `customPlugins` (array)
946
-
947
- An array of objects that determine custom plugins.
948
- A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
949
- Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
950
-
951
- The object is an array with all elements of the type `object`.
952
-
953
- The array object has the following properties:
954
-
955
- ###### `event` (string, required)
956
-
957
- The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
958
- PIE will emit the event prefixed with "PIE-".
959
- Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
960
-
961
- ###### `iconAlt` (string, required)
962
-
963
- The alt for the custom button icon
964
-
965
- ###### `iconType` (string, required)
966
-
967
- The icon type.
968
- Currently, only "SVG" is supported.
969
-
970
- ###### `icon` (string, required)
971
-
972
- The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
973
-
974
- ##### `blockquote` (object)
975
-
976
- Properties of the `blockquote` object:
977
-
978
- ###### `disabled` (boolean)
979
-
980
- Indicates if the plugin is disabled or not
981
-
982
- ##### `h3` (object)
983
-
984
- Properties of the `h3` object:
985
-
986
- ###### `disabled` (boolean)
987
-
988
- Indicates if the plugin is disabled or not
989
-
990
- ##### `characters` (object)
991
-
992
- Properties of the `characters` object:
993
-
994
- ###### `disabled` (boolean)
995
-
996
- Indicates if the plugin is disabled or not
997
-
998
- ##### `bold` (object)
999
-
1000
- Properties of the `bold` object:
1001
-
1002
- ###### `disabled` (boolean)
1003
-
1004
- Indicates if the plugin is disabled or not
1005
-
1006
- ##### `html` (object)
1007
-
1008
- Properties of the `html` object:
1009
-
1010
- ###### `disabled` (boolean)
1011
-
1012
- Indicates if the plugin is disabled or not
1013
-
1014
- ##### `italic` (object)
1015
-
1016
- Properties of the `italic` object:
1017
-
1018
- ###### `disabled` (boolean)
1019
-
1020
- Indicates if the plugin is disabled or not
1021
-
1022
- ##### `ol_list` (object)
1023
-
1024
- Properties of the `ol_list` object:
1025
-
1026
- ###### `disabled` (boolean)
1027
-
1028
- Indicates if the plugin is disabled or not
1029
-
1030
- ##### `redo` (object)
1031
-
1032
- Properties of the `redo` object:
1033
-
1034
- ###### `disabled` (boolean)
1035
-
1036
- Indicates if the plugin is disabled or not
1037
-
1038
- ##### `strikethrough` (object)
1039
-
1040
- Properties of the `strikethrough` object:
1041
-
1042
- ###### `disabled` (boolean)
1043
-
1044
- Indicates if the plugin is disabled or not
1045
-
1046
- ##### `sub` (object)
1047
-
1048
- Properties of the `sub` object:
1049
-
1050
- ###### `disabled` (boolean)
1051
-
1052
- Indicates if the plugin is disabled or not
1053
-
1054
- ##### `sup` (object)
1055
-
1056
- Properties of the `sup` object:
1057
-
1058
- ###### `disabled` (boolean)
1059
-
1060
- Indicates if the plugin is disabled or not
1061
-
1062
- ##### `table` (object)
1063
-
1064
- Properties of the `table` object:
1065
-
1066
- ###### `disabled` (boolean)
1067
-
1068
- Indicates if the plugin is disabled or not
1069
-
1070
- ##### `ul_list` (object)
1071
-
1072
- Properties of the `ul_list` object:
1073
-
1074
- ###### `disabled` (boolean)
1075
-
1076
- Indicates if the plugin is disabled or not
1077
-
1078
- ##### `underline` (object)
1079
-
1080
- Properties of the `underline` object:
1081
-
1082
- ###### `disabled` (boolean)
1083
-
1084
- Indicates if the plugin is disabled or not
1085
-
1086
- ##### `undo` (object)
1087
-
1088
- Properties of the `undo` object:
1089
-
1090
- ###### `disabled` (boolean)
1091
-
1092
- Indicates if the plugin is disabled or not
1093
-
1094
- #### `settings` (boolean)
1095
-
1096
- Indicates if the item has to be displayed in the Settings Panel
1097
-
1098
- #### `label` (string)
1099
-
1100
- Indicates the label for the item that has to be displayed in the Settings Panel
1101
-
1102
- ### `labelInput` (object)
1103
-
1104
- Properties of the `labelInput` object:
1105
-
1106
- #### `inputConfiguration` (object)
1107
-
1108
- Properties of the `inputConfiguration` object:
1109
-
1110
- ##### `math` (object)
1111
-
1112
- Properties of the `math` object:
1113
-
1114
- ###### `disabled` (boolean)
1115
-
1116
- Indicates if the plugin is disabled or not
1117
-
1118
- ##### `audio` (object)
1119
-
1120
- Properties of the `audio` object:
1121
-
1122
- ###### `disabled` (boolean)
1123
-
1124
- Indicates if the plugin is disabled or not
1125
-
1126
- ##### `video` (object)
1127
-
1128
- Properties of the `video` object:
1129
-
1130
- ###### `disabled` (boolean)
1131
-
1132
- Indicates if the plugin is disabled or not
1133
-
1134
- ##### `image` (object)
1135
-
1136
- Properties of the `image` object:
1137
-
1138
- ###### `disabled` (boolean)
1139
-
1140
- Indicates if the plugin is disabled or not
1141
-
1142
- ##### `customPlugins` (array)
1143
-
1144
- An array of objects that determine custom plugins.
1145
- A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
1146
- Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
1147
-
1148
- The object is an array with all elements of the type `object`.
1149
-
1150
- The array object has the following properties:
1151
-
1152
- ###### `event` (string, required)
1153
-
1154
- The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
1155
- PIE will emit the event prefixed with "PIE-".
1156
- Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
1157
-
1158
- ###### `iconAlt` (string, required)
1159
-
1160
- The alt for the custom button icon
1161
-
1162
- ###### `iconType` (string, required)
1163
-
1164
- The icon type.
1165
- Currently, only "SVG" is supported.
1166
-
1167
- ###### `icon` (string, required)
1168
-
1169
- The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
1170
-
1171
- ##### `blockquote` (object)
1172
-
1173
- Properties of the `blockquote` object:
1174
-
1175
- ###### `disabled` (boolean)
1176
-
1177
- Indicates if the plugin is disabled or not
1178
-
1179
- ##### `h3` (object)
1180
-
1181
- Properties of the `h3` object:
1182
-
1183
- ###### `disabled` (boolean)
1184
-
1185
- Indicates if the plugin is disabled or not
1186
-
1187
- ##### `characters` (object)
1188
-
1189
- Properties of the `characters` object:
1190
-
1191
- ###### `disabled` (boolean)
1192
-
1193
- Indicates if the plugin is disabled or not
1194
-
1195
- ##### `bold` (object)
1196
-
1197
- Properties of the `bold` object:
1198
-
1199
- ###### `disabled` (boolean)
1200
-
1201
- Indicates if the plugin is disabled or not
1202
-
1203
- ##### `html` (object)
1204
-
1205
- Properties of the `html` object:
1206
-
1207
- ###### `disabled` (boolean)
1208
-
1209
- Indicates if the plugin is disabled or not
1210
-
1211
- ##### `italic` (object)
1212
-
1213
- Properties of the `italic` object:
1214
-
1215
- ###### `disabled` (boolean)
1216
-
1217
- Indicates if the plugin is disabled or not
1218
-
1219
- ##### `ol_list` (object)
1220
-
1221
- Properties of the `ol_list` object:
1222
-
1223
- ###### `disabled` (boolean)
1224
-
1225
- Indicates if the plugin is disabled or not
1226
-
1227
- ##### `redo` (object)
1228
-
1229
- Properties of the `redo` object:
1230
-
1231
- ###### `disabled` (boolean)
1232
-
1233
- Indicates if the plugin is disabled or not
1234
-
1235
- ##### `strikethrough` (object)
1236
-
1237
- Properties of the `strikethrough` object:
1238
-
1239
- ###### `disabled` (boolean)
1240
-
1241
- Indicates if the plugin is disabled or not
1242
-
1243
- ##### `sub` (object)
1244
-
1245
- Properties of the `sub` object:
1246
-
1247
- ###### `disabled` (boolean)
1248
-
1249
- Indicates if the plugin is disabled or not
1250
-
1251
- ##### `sup` (object)
1252
-
1253
- Properties of the `sup` object:
1254
-
1255
- ###### `disabled` (boolean)
1256
-
1257
- Indicates if the plugin is disabled or not
1258
-
1259
- ##### `table` (object)
1260
-
1261
- Properties of the `table` object:
1262
-
1263
- ###### `disabled` (boolean)
1264
-
1265
- Indicates if the plugin is disabled or not
1266
-
1267
- ##### `ul_list` (object)
1268
-
1269
- Properties of the `ul_list` object:
1270
-
1271
- ###### `disabled` (boolean)
1272
-
1273
- Indicates if the plugin is disabled or not
1274
-
1275
- ##### `underline` (object)
1276
-
1277
- Properties of the `underline` object:
1278
-
1279
- ###### `disabled` (boolean)
1280
-
1281
- Indicates if the plugin is disabled or not
1282
-
1283
- ##### `undo` (object)
1284
-
1285
- Properties of the `undo` object:
1286
-
1287
- ###### `disabled` (boolean)
1288
-
1289
- Indicates if the plugin is disabled or not
1290
-
1291
- #### `settings` (boolean)
1292
-
1293
- Indicates if the item has to be displayed in the Settings Panel
1294
-
1295
- #### `label` (string)
1296
-
1297
- Indicates the label for the item that has to be displayed in the Settings Panel
1298
-
1299
- ### `excludeZeroDialogBoxContent` (object)
1300
-
1301
- Properties of the `excludeZeroDialogBoxContent` object:
1302
-
1303
- #### `title` (string)
1304
-
1305
- Dialog box title
1306
-
1307
- #### `text` (string)
1308
-
1309
- Dialog box text
1310
-
1311
- ### `includeZeroDialogBoxContent` (object)
1312
-
1313
- Properties of the `includeZeroDialogBoxContent` object:
1314
-
1315
- #### `title` (string)
1316
-
1317
- Dialog box title
1318
-
1319
- #### `text` (string)
1320
-
1321
- Dialog box text
1322
-
1323
- ### `deleteScaleDialogBoxContent` (object)
1324
-
1325
- Properties of the `deleteScaleDialogBoxContent` object:
1326
-
1327
- #### `title` (string)
1328
-
1329
- Dialog box title
1330
-
1331
- #### `text` (string)
1332
-
1333
- Dialog box text
1334
-
1335
- ### `maxPointsDialogBoxContent` (object)
1336
-
1337
- Properties of the `maxPointsDialogBoxContent` object:
1338
-
1339
- #### `title` (string)
1340
-
1341
- Dialog box title
1342
-
1343
- #### `text` (string)
1344
-
1345
- Dialog box text
1346
-
1347
- ### `settingsPanelDisabled` (boolean)
1348
-
1349
- Indicates if the settings panel is not available
1350
-
1351
- ### `showExcludeZero` (object)
1352
-
1353
- Properties of the `showExcludeZero` object:
1354
-
1355
- #### `settings` (boolean)
1356
-
1357
- Indicates if the item has to be displayed in the Settings Panel
1358
-
1359
- #### `label` (string)
1360
-
1361
- Indicates the label for the item that has to be displayed in the Settings Panel
1362
-
1363
- ### `showScorePointLabels` (object)
1364
-
1365
- Properties of the `showScorePointLabels` object:
1366
-
1367
- #### `settings` (boolean)
1368
-
1369
- Indicates if the item has to be displayed in the Settings Panel
1370
-
1371
- #### `label` (string)
1372
-
1373
- Indicates the label for the item that has to be displayed in the Settings Panel
1374
-
1375
- ### `showDescription` (object)
1376
-
1377
- Properties of the `showDescription` object:
1378
-
1379
- #### `settings` (boolean)
1380
-
1381
- Indicates if the item has to be displayed in the Settings Panel
1382
-
1383
- #### `label` (string)
1384
-
1385
- Indicates the label for the item that has to be displayed in the Settings Panel
1386
-
1387
- ### `showVisibleToStudent` (object)
1388
-
1389
- Properties of the `showVisibleToStudent` object:
1390
-
1391
- #### `settings` (boolean)
1392
-
1393
- Indicates if the item has to be displayed in the Settings Panel
1394
-
1395
- #### `label` (string)
1396
-
1397
- Indicates the label for the item that has to be displayed in the Settings Panel
1398
-
1399
- ### `showHalfScoring` (object)
1400
-
1401
- Properties of the `showHalfScoring` object:
1402
-
1403
- #### `settings` (boolean)
1404
-
1405
- Indicates if the item has to be displayed in the Settings Panel
1406
-
1407
- #### `label` (string)
1408
-
1409
- Indicates the label for the item that has to be displayed in the Settings Panel
1410
-
1411
- ### `spellCheck` (object)
1412
-
1413
- Properties of the `spellCheck` object:
1414
-
1415
- #### `settings` (boolean)
1416
-
1417
- Indicates if the item has to be displayed in the Settings Panel
1418
-
1419
- #### `label` (string)
1420
-
1421
- Indicates the label for the item that has to be displayed in the Settings Panel
1422
-
1423
- ### `width` (string, required)
1424
-
1425
- How large (in px) should multi-trait-rubric be
1426
-
1427
- ### `minNoOfTraits` (number)
1428
-
1429
- Minimum number of traits
1430
-
1431
- ### `maxNoOfTraits` (number)
1432
-
1433
- Maximum number of traits
1434
-
1435
- ### `minNoOfScales` (number)
1436
-
1437
- Minimum number of scales
1438
-
1439
- ### `maxNoOfScales` (number)
1440
-
1441
- Maximum number of scales
1442
-
1443
- ### `defaultTraitLabel` (string)
1444
-
1445
- The default trait label for new created scales.
1446
- If it's not defined, it will default to the label of the first trait.
1447
-
1448
- ### `mathMlOptions` (object)
1449
-
1450
- Properties of the `mathMlOptions` object:
1451
-
1452
- #### `mmlOutput` (number)
1453
-
1454
- Indicates if model should have mathML output instead of latex
1455
-
1456
- #### `mmlEditing` (number)
1457
-
1458
- Indicates if mathML that's already in model should be editable
1459
-
1460
- ### `maxMaxPoints` (number)
1461
-
1462
- Indicates the max limit for scoring points
1463
-
1464
- ## `EditableHtmlPluginConfigure` (object)
1465
-
1466
- Properties of the `EditableHtmlPluginConfigure` object:
1467
-
1468
- ### `inputConfiguration` (object)
1469
-
1470
- Properties of the `inputConfiguration` object:
1471
-
1472
- #### `math` (object)
1473
-
1474
- Properties of the `math` object:
1475
-
1476
- ##### `disabled` (boolean)
1477
-
1478
- Indicates if the plugin is disabled or not
1479
-
1480
- #### `audio` (object)
1481
-
1482
- Properties of the `audio` object:
1483
-
1484
- ##### `disabled` (boolean)
1485
-
1486
- Indicates if the plugin is disabled or not
1487
-
1488
- #### `video` (object)
1489
-
1490
- Properties of the `video` object:
1491
-
1492
- ##### `disabled` (boolean)
1493
-
1494
- Indicates if the plugin is disabled or not
1495
-
1496
- #### `image` (object)
1497
-
1498
- Properties of the `image` object:
1499
-
1500
- ##### `disabled` (boolean)
1501
-
1502
- Indicates if the plugin is disabled or not
1503
-
1504
- #### `customPlugins` (array)
1505
-
1506
- An array of objects that determine custom plugins.
1507
- A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
1508
- Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
1509
-
1510
- The object is an array with all elements of the type `object`.
1511
-
1512
- The array object has the following properties:
1513
-
1514
- ##### `event` (string, required)
1515
-
1516
- The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
1517
- PIE will emit the event prefixed with "PIE-".
1518
- Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
1519
-
1520
- ##### `iconAlt` (string, required)
1521
-
1522
- The alt for the custom button icon
1523
-
1524
- ##### `iconType` (string, required)
1525
-
1526
- The icon type.
1527
- Currently, only "SVG" is supported.
1528
-
1529
- ##### `icon` (string, required)
1530
-
1531
- The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
1532
-
1533
- #### `blockquote` (object)
1534
-
1535
- Properties of the `blockquote` object:
1536
-
1537
- ##### `disabled` (boolean)
1538
-
1539
- Indicates if the plugin is disabled or not
1540
-
1541
- #### `h3` (object)
1542
-
1543
- Properties of the `h3` object:
1544
-
1545
- ##### `disabled` (boolean)
1546
-
1547
- Indicates if the plugin is disabled or not
1548
-
1549
- #### `characters` (object)
1550
-
1551
- Properties of the `characters` object:
1552
-
1553
- ##### `disabled` (boolean)
1554
-
1555
- Indicates if the plugin is disabled or not
1556
-
1557
- #### `bold` (object)
1558
-
1559
- Properties of the `bold` object:
1560
-
1561
- ##### `disabled` (boolean)
1562
-
1563
- Indicates if the plugin is disabled or not
1564
-
1565
- #### `html` (object)
1566
-
1567
- Properties of the `html` object:
1568
-
1569
- ##### `disabled` (boolean)
1570
-
1571
- Indicates if the plugin is disabled or not
1572
-
1573
- #### `italic` (object)
1574
-
1575
- Properties of the `italic` object:
1576
-
1577
- ##### `disabled` (boolean)
1578
-
1579
- Indicates if the plugin is disabled or not
1580
-
1581
- #### `ol_list` (object)
1582
-
1583
- Properties of the `ol_list` object:
1584
-
1585
- ##### `disabled` (boolean)
1586
-
1587
- Indicates if the plugin is disabled or not
1588
-
1589
- #### `redo` (object)
1590
-
1591
- Properties of the `redo` object:
1592
-
1593
- ##### `disabled` (boolean)
1594
-
1595
- Indicates if the plugin is disabled or not
1596
-
1597
- #### `strikethrough` (object)
1598
-
1599
- Properties of the `strikethrough` object:
1600
-
1601
- ##### `disabled` (boolean)
1602
-
1603
- Indicates if the plugin is disabled or not
1604
-
1605
- #### `sub` (object)
1606
-
1607
- Properties of the `sub` object:
1608
-
1609
- ##### `disabled` (boolean)
1610
-
1611
- Indicates if the plugin is disabled or not
1612
-
1613
- #### `sup` (object)
1614
-
1615
- Properties of the `sup` object:
1616
-
1617
- ##### `disabled` (boolean)
1618
-
1619
- Indicates if the plugin is disabled or not
1620
-
1621
- #### `table` (object)
1622
-
1623
- Properties of the `table` object:
1624
-
1625
- ##### `disabled` (boolean)
1626
-
1627
- Indicates if the plugin is disabled or not
1628
-
1629
- #### `ul_list` (object)
1630
-
1631
- Properties of the `ul_list` object:
1632
-
1633
- ##### `disabled` (boolean)
1634
-
1635
- Indicates if the plugin is disabled or not
1636
-
1637
- #### `underline` (object)
1638
-
1639
- Properties of the `underline` object:
1640
-
1641
- ##### `disabled` (boolean)
1642
-
1643
- Indicates if the plugin is disabled or not
1644
-
1645
- #### `undo` (object)
1646
-
1647
- Properties of the `undo` object:
1648
-
1649
- ##### `disabled` (boolean)
1650
-
1651
- Indicates if the plugin is disabled or not
1652
-
1653
- ### `settings` (boolean)
1654
-
1655
- Indicates if the item has to be displayed in the Settings Panel
1656
-
1657
- ### `label` (string)
1658
-
1659
- Indicates the label for the item that has to be displayed in the Settings Panel
1660
-
1661
- ## `DialogContent` (object)
1662
-
1663
- Properties of the `DialogContent` object:
1664
-
1665
- ### `title` (string)
1666
-
1667
- Dialog box title
1668
-
1669
- ### `text` (string)
1670
-
1671
- Dialog box text
1672
-
1673
- ## `RubriclessConfigure` (object)
1674
-
1675
- Properties of the `RubriclessConfigure` object:
1676
-
1677
- ### `settingsPanelDisabled` (boolean)
1678
-
1679
- Indicates if the settings panel is not available
1680
-
1681
- ### `showExcludeZero` (object)
1682
-
1683
- Properties of the `showExcludeZero` object:
1684
-
1685
- #### `settings` (boolean)
1686
-
1687
- Indicates if the item has to be displayed in the Settings Panel
1688
-
1689
- #### `label` (string)
1690
-
1691
- Indicates the label for the item that has to be displayed in the Settings Panel
1692
-
1693
- ### `showMaxPoint` (object)
1694
-
1695
- Properties of the `showMaxPoint` object:
1696
-
1697
- #### `settings` (boolean)
1698
-
1699
- Indicates if the item has to be displayed in the Settings Panel
1700
-
1701
- #### `label` (string)
1702
-
1703
- Indicates the label for the item that has to be displayed in the Settings Panel
1704
-
1705
- ### `width` (string)
1706
-
1707
- How large can the rubric be
1708
-
1709
- ### `mathMlOptions` (object)
1710
-
1711
- Properties of the `mathMlOptions` object:
1712
-
1713
- #### `mmlOutput` (number)
1714
-
1715
- Indicates if model should have mathML output instead of latex
1716
-
1717
- #### `mmlEditing` (number)
1718
-
1719
- Indicates if mathML that's already in model should be editable
1720
-
1721
- ### `maxMaxPoints` (number)
1722
-
1723
- Indicates the max limit for scoring points
1724
-
1725
- ### `rubricless` (boolean, enum, required)
1726
-
1727
- Indicates that it is rubricless
1728
-
1729
- This element must be one of the following enum values:
1730
-
1731
- * `true`
1732
-
1733
- ### `rubriclessInstruction` (object, required)
1734
-
1735
- Properties of the `rubriclessInstruction` object:
1736
-
1737
- #### `inputConfiguration` (object)
1738
-
1739
- Properties of the `inputConfiguration` object:
1740
-
1741
- ##### `math` (object)
1742
-
1743
- Properties of the `math` object:
1744
-
1745
- ###### `disabled` (boolean)
1746
-
1747
- Indicates if the plugin is disabled or not
1748
-
1749
- ##### `audio` (object)
1750
-
1751
- Properties of the `audio` object:
1752
-
1753
- ###### `disabled` (boolean)
1754
-
1755
- Indicates if the plugin is disabled or not
1756
-
1757
- ##### `video` (object)
1758
-
1759
- Properties of the `video` object:
1760
-
1761
- ###### `disabled` (boolean)
1762
-
1763
- Indicates if the plugin is disabled or not
1764
-
1765
- ##### `image` (object)
1766
-
1767
- Properties of the `image` object:
1768
-
1769
- ###### `disabled` (boolean)
1770
-
1771
- Indicates if the plugin is disabled or not
1772
-
1773
- ##### `customPlugins` (array)
1774
-
1775
- An array of objects that determine custom plugins.
1776
- A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
1777
- Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
1778
-
1779
- The object is an array with all elements of the type `object`.
1780
-
1781
- The array object has the following properties:
1782
-
1783
- ###### `event` (string, required)
1784
-
1785
- The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
1786
- PIE will emit the event prefixed with "PIE-".
1787
- Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
1788
-
1789
- ###### `iconAlt` (string, required)
1790
-
1791
- The alt for the custom button icon
1792
-
1793
- ###### `iconType` (string, required)
1794
-
1795
- The icon type.
1796
- Currently, only "SVG" is supported.
1797
-
1798
- ###### `icon` (string, required)
1799
-
1800
- The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
1801
-
1802
- ##### `blockquote` (object)
1803
-
1804
- Properties of the `blockquote` object:
1805
-
1806
- ###### `disabled` (boolean)
1807
-
1808
- Indicates if the plugin is disabled or not
1809
-
1810
- ##### `h3` (object)
1811
-
1812
- Properties of the `h3` object:
1813
-
1814
- ###### `disabled` (boolean)
1815
-
1816
- Indicates if the plugin is disabled or not
1817
-
1818
- ##### `characters` (object)
1819
-
1820
- Properties of the `characters` object:
1821
-
1822
- ###### `disabled` (boolean)
1823
-
1824
- Indicates if the plugin is disabled or not
1825
-
1826
- ##### `bold` (object)
1827
-
1828
- Properties of the `bold` object:
1829
-
1830
- ###### `disabled` (boolean)
1831
-
1832
- Indicates if the plugin is disabled or not
1833
-
1834
- ##### `html` (object)
1835
-
1836
- Properties of the `html` object:
1837
-
1838
- ###### `disabled` (boolean)
1839
-
1840
- Indicates if the plugin is disabled or not
1841
-
1842
- ##### `italic` (object)
1843
-
1844
- Properties of the `italic` object:
1845
-
1846
- ###### `disabled` (boolean)
1847
-
1848
- Indicates if the plugin is disabled or not
1849
-
1850
- ##### `ol_list` (object)
1851
-
1852
- Properties of the `ol_list` object:
1853
-
1854
- ###### `disabled` (boolean)
1855
-
1856
- Indicates if the plugin is disabled or not
1857
-
1858
- ##### `redo` (object)
1859
-
1860
- Properties of the `redo` object:
1861
-
1862
- ###### `disabled` (boolean)
1863
-
1864
- Indicates if the plugin is disabled or not
1865
-
1866
- ##### `strikethrough` (object)
1867
-
1868
- Properties of the `strikethrough` object:
1869
-
1870
- ###### `disabled` (boolean)
1871
-
1872
- Indicates if the plugin is disabled or not
1873
-
1874
- ##### `sub` (object)
1875
-
1876
- Properties of the `sub` object:
1877
-
1878
- ###### `disabled` (boolean)
1879
-
1880
- Indicates if the plugin is disabled or not
1881
-
1882
- ##### `sup` (object)
1883
-
1884
- Properties of the `sup` object:
1885
-
1886
- ###### `disabled` (boolean)
1887
-
1888
- Indicates if the plugin is disabled or not
1889
-
1890
- ##### `table` (object)
1891
-
1892
- Properties of the `table` object:
1893
-
1894
- ###### `disabled` (boolean)
1895
-
1896
- Indicates if the plugin is disabled or not
1897
-
1898
- ##### `ul_list` (object)
1899
-
1900
- Properties of the `ul_list` object:
1901
-
1902
- ###### `disabled` (boolean)
1903
-
1904
- Indicates if the plugin is disabled or not
1905
-
1906
- ##### `underline` (object)
1907
-
1908
- Properties of the `underline` object:
1909
-
1910
- ###### `disabled` (boolean)
1911
-
1912
- Indicates if the plugin is disabled or not
1913
-
1914
- ##### `undo` (object)
1915
-
1916
- Properties of the `undo` object:
1917
-
1918
- ###### `disabled` (boolean)
1919
-
1920
- Indicates if the plugin is disabled or not
1921
-
1922
- #### `settings` (boolean)
1923
-
1924
- Indicates if the item has to be displayed in the Settings Panel
1925
-
1926
- #### `label` (string)
1927
-
1928
- Indicates the label for the item that has to be displayed in the Settings Panel
1929
-
1930
- ### `showPrompt` (boolean)
1931
-
1932
- Determines whether prompt field will be displayed or not
1933
-
1934
- Default: `true`
1935
-
1936
- ### `promptLabel` (string)
1937
-
1938
- The label for the item stem/prompt field
1939
-
1940
- Default: `"Item Stemm"`
1941
-
1942
- ### `contentDimensions` (object)
1943
-
1944
- Indicates the dimensions configuration for the authoring container
1945
- Note: Some items have a default minimum width because of their content, but if
1946
- the minWidth is lower than this, the overflow behavior will take care of that
1947
-
1948
- Properties of the `contentDimensions` object:
1949
-
1950
- #### `maxHeight` (string,number)
1951
-
1952
- Indicates the max height of the authoring container
1953
-
1954
- Default: `"undefined"`
1955
-
1956
- #### `maxWidth` (string,number)
1957
-
1958
- Indicates the max width of the authoring container
1959
-
1960
- Default: `"undefined"`
1961
-
1962
- #### `minHeight` (string,number)
1963
-
1964
- Indicates the min height of the authoring container
1965
-
1966
- Default: `"undefined"`
1967
-
1968
- #### `minWidth` (string,number)
1969
-
1970
- Indicates the min width of the authoring container
1971
-
1972
- Default: `"undefined"`
1973
-
1974
- Default: `": {}"`
1975
-
1976
- ### `settingsPartialScoring` (boolean)
1977
-
1978
- Indicates whether the settings panel wil allow the author to modify settings for partial scoring
1979
-
1980
- Default: `true`
1981
-
1982
- ## `RubricType` (string)
1983
-
1984
- ## `RubricModels` (object)
1985
-
1986
- Properties of the `RubricModels` object:
1987
-
1988
- ### `simpleRubric` (object, required)
1989
-
1990
- Model for the RubricPie Interaction
1991
-
1992
- Properties of the `simpleRubric` object:
1993
-
1994
- #### `points` (array)
1995
-
1996
- Indicates the score points labels. Starting from 0 to max
1997
-
1998
- The object is an array with all elements of the type `object`.
1999
-
2000
- The array object has the following properties:
2001
-
2002
- #### `sampleAnswers` (array)
2003
-
2004
- Indicates the sample answers labels. Starting from 0 to max
2005
-
2006
- The object is an array with all elements of the type `object`.
2007
-
2008
- The array object has the following properties:
2009
-
2010
- #### `maxPoints` (number)
2011
-
2012
- Indicates the max limit for scoring points
2013
-
2014
- #### `excludeZeros` (boolean)
2015
-
2016
- Indicates if point 0 should be shown
2017
-
2018
- #### `id` (string, required)
2019
-
2020
- Identifier to identify the Pie Element in html markup, Must be unique within a pie item config.
2021
-
2022
- #### `element` (string, required)
2023
-
2024
- The html Element tag name
2025
-
2026
- ### `multiTraitRubric` (object, required)
2027
-
2028
- Model for the MultiTraitRubric Interaction
2029
-
2030
- Properties of the `multiTraitRubric` object:
2031
-
2032
- #### `halfScoring` (boolean)
2033
-
2034
- Indicates if half scoring is enabled
2035
-
2036
- #### `pointLabels` (boolean)
2037
-
2038
- Indicates if point labels should be shown
2039
-
2040
- #### `visibleToStudent` (boolean)
2041
-
2042
- Indicates if should be visible to student
2043
-
2044
- #### `description` (boolean)
2045
-
2046
- Indicates if description should be shown
2047
-
2048
- #### `standards` (boolean)
2049
-
2050
- Indicates if standards should be shown
2051
-
2052
- #### `excludeZero` (boolean)
2053
-
2054
- Indicates if scoring should start at 0 or 1
2055
-
2056
- #### `spellCheckEnabled` (boolean, required)
2057
-
2058
- Indicates if spellcheck is enabled for the author. Default value is true
2059
-
2060
- #### `scales` (array, required)
2061
-
2062
- scales
2063
-
2064
- The object is an array with all elements of the type `object`.
2065
-
2066
- The array object has the following properties:
2067
-
2068
- ##### `maxPoints` (number, required)
2069
-
2070
- Indicates max limit for scoring points
2071
-
2072
- ##### `scorePointsLabels` (array, required)
2073
-
2074
- Score labels. Starting from 0 to max.
2075
-
2076
- The object is an array with all elements of the type `string`.
2077
-
2078
- ##### `traitLabel` (string, required)
2079
-
2080
- Trait label
2081
-
2082
- ##### `traits` (array, required)
2083
-
2084
- Traits
2085
-
2086
- The object is an array with all elements of the type `object`.
2087
-
2088
- The array object has the following properties:
2089
-
2090
- ###### `name` (string, required)
2091
-
2092
- Trait name
2093
-
2094
- ###### `standards` (array, required)
2095
-
2096
- Trait standards
2097
-
2098
- The object is an array with all elements of the type `string`.
2099
-
2100
- ###### `description` (string, required)
2101
-
2102
- Trait description
2103
-
2104
- ###### `scorePointsDescriptors` (array, required)
2105
-
2106
- Score point descriptors. Starting from 0 to max.
2107
-
2108
- The object is an array with all elements of the type `string`.
2109
-
2110
- #### `id` (string, required)
2111
-
2112
- Identifier to identify the Pie Element in html markup, Must be unique within a pie item config.
2113
-
2114
- #### `element` (string, required)
2115
-
2116
- The html Element tag name
2117
-
2118
- ### `rubricless` (object, required)
2119
-
2120
- Properties of the `rubricless` object:
2121
-
2122
- #### `maxPoints` (number)
2123
-
2124
- Indicates the max limit for scoring points
2125
-
2126
- #### `excludeZeros` (boolean)
2127
-
2128
- Indicates if point 0 should be shown
2129
-
2130
- #### `rubriclessInstructionEnabled` (boolean, required)
2131
-
2132
- Indicates that rubricInstruction is enabled
2133
-
2134
- #### `id` (string, required)
2135
-
2136
- Identifier to identify the Pie Element in html markup, Must be unique within a pie item config.
2137
-
2138
- #### `element` (string, required)
2139
-
2140
- The html Element tag name
2141
-
2142
- ## `RubricPie` (object)
2143
-
2144
- Model for the RubricPie Interaction
2145
-
2146
- Properties of the `RubricPie` object:
2147
-
2148
- ### `points` (array)
2149
-
2150
- Indicates the score points labels. Starting from 0 to max
2151
-
2152
- The object is an array with all elements of the type `object`.
2153
-
2154
- The array object has the following properties:
2155
-
2156
- ### `sampleAnswers` (array)
2157
-
2158
- Indicates the sample answers labels. Starting from 0 to max
2159
-
2160
- The object is an array with all elements of the type `object`.
2161
-
2162
- The array object has the following properties:
2163
-
2164
- ### `maxPoints` (number)
2165
-
2166
- Indicates the max limit for scoring points
2167
-
2168
- ### `excludeZeros` (boolean)
2169
-
2170
- Indicates if point 0 should be shown
2171
-
2172
- ### `id` (string, required)
2173
-
2174
- Identifier to identify the Pie Element in html markup, Must be unique within a pie item config.
2175
-
2176
- ### `element` (string, required)
2177
-
2178
- The html Element tag name
2179
-
2180
- ## `MultiTraitRubricPie` (object)
2181
-
2182
- Model for the MultiTraitRubric Interaction
2183
-
2184
- Properties of the `MultiTraitRubricPie` object:
2185
-
2186
- ### `halfScoring` (boolean)
2187
-
2188
- Indicates if half scoring is enabled
2189
-
2190
- ### `pointLabels` (boolean)
2191
-
2192
- Indicates if point labels should be shown
2193
-
2194
- ### `visibleToStudent` (boolean)
2195
-
2196
- Indicates if should be visible to student
2197
-
2198
- ### `description` (boolean)
2199
-
2200
- Indicates if description should be shown
2201
-
2202
- ### `standards` (boolean)
2203
-
2204
- Indicates if standards should be shown
2205
-
2206
- ### `excludeZero` (boolean)
2207
-
2208
- Indicates if scoring should start at 0 or 1
2209
-
2210
- ### `spellCheckEnabled` (boolean, required)
2211
-
2212
- Indicates if spellcheck is enabled for the author. Default value is true
2213
-
2214
- ### `scales` (array, required)
2215
-
2216
- scales
2217
-
2218
- The object is an array with all elements of the type `object`.
2219
-
2220
- The array object has the following properties:
2221
-
2222
- #### `maxPoints` (number, required)
2223
-
2224
- Indicates max limit for scoring points
2225
-
2226
- #### `scorePointsLabels` (array, required)
2227
-
2228
- Score labels. Starting from 0 to max.
2229
-
2230
- The object is an array with all elements of the type `string`.
2231
-
2232
- #### `traitLabel` (string, required)
2233
-
2234
- Trait label
2235
-
2236
- #### `traits` (array, required)
2237
-
2238
- Traits
2239
-
2240
- The object is an array with all elements of the type `object`.
2241
-
2242
- The array object has the following properties:
2243
-
2244
- ##### `name` (string, required)
2245
-
2246
- Trait name
2247
-
2248
- ##### `standards` (array, required)
2249
-
2250
- Trait standards
2251
-
2252
- The object is an array with all elements of the type `string`.
2253
-
2254
- ##### `description` (string, required)
2255
-
2256
- Trait description
2257
-
2258
- ##### `scorePointsDescriptors` (array, required)
2259
-
2260
- Score point descriptors. Starting from 0 to max.
2261
-
2262
- The object is an array with all elements of the type `string`.
2263
-
2264
- ### `id` (string, required)
2265
-
2266
- Identifier to identify the Pie Element in html markup, Must be unique within a pie item config.
2267
-
2268
- ### `element` (string, required)
2269
-
2270
- The html Element tag name
2271
-
2272
- ## `Scale` (object)
2273
-
2274
- Properties of the `Scale` object:
2275
-
2276
- ### `maxPoints` (number, required)
2277
-
2278
- Indicates max limit for scoring points
2279
-
2280
- ### `scorePointsLabels` (array, required)
2281
-
2282
- Score labels. Starting from 0 to max.
2283
-
2284
- The object is an array with all elements of the type `string`.
2285
-
2286
- ### `traitLabel` (string, required)
2287
-
2288
- Trait label
2289
-
2290
- ### `traits` (array, required)
2291
-
2292
- Traits
2293
-
2294
- The object is an array with all elements of the type `object`.
2295
-
2296
- The array object has the following properties:
2297
-
2298
- #### `name` (string, required)
2299
-
2300
- Trait name
2301
-
2302
- #### `standards` (array, required)
2303
-
2304
- Trait standards
2305
-
2306
- The object is an array with all elements of the type `string`.
2307
-
2308
- #### `description` (string, required)
2309
-
2310
- Trait description
2311
-
2312
- #### `scorePointsDescriptors` (array, required)
2313
-
2314
- Score point descriptors. Starting from 0 to max.
2315
-
2316
- The object is an array with all elements of the type `string`.
2317
-
2318
- ## `Trait` (object)
2319
-
2320
- Properties of the `Trait` object:
2321
-
2322
- ### `name` (string, required)
2323
-
2324
- Trait name
2325
-
2326
- ### `standards` (array, required)
2327
-
2328
- Trait standards
2329
-
2330
- The object is an array with all elements of the type `string`.
2331
-
2332
- ### `description` (string, required)
2333
-
2334
- Trait description
2335
-
2336
- ### `scorePointsDescriptors` (array, required)
2337
-
2338
- Score point descriptors. Starting from 0 to max.
2339
-
2340
- The object is an array with all elements of the type `string`.
2341
-
2342
- ## `RubriclessPie` (object)
2343
-
2344
- Properties of the `RubriclessPie` object:
2345
-
2346
- ### `maxPoints` (number)
2347
-
2348
- Indicates the max limit for scoring points
2349
-
2350
- ### `excludeZeros` (boolean)
2351
-
2352
- Indicates if point 0 should be shown
2353
-
2354
- ### `rubriclessInstructionEnabled` (boolean, required)
2355
-
2356
- Indicates that rubricInstruction is enabled
2357
-
2358
- ### `id` (string, required)
2359
-
2360
- Identifier to identify the Pie Element in html markup, Must be unique within a pie item config.
2361
-
2362
- ### `element` (string, required)
2363
-
2364
- The html Element tag name