@pie-element/match 12.1.2-next.1 → 12.1.2

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 (97) hide show
  1. package/CHANGELOG.json +1462 -0
  2. package/CHANGELOG.md +2337 -0
  3. package/LICENSE.md +5 -0
  4. package/README.md +1 -0
  5. package/configure/CHANGELOG.json +892 -0
  6. package/configure/CHANGELOG.md +2040 -0
  7. package/configure/lib/add-row.js +40 -0
  8. package/configure/lib/add-row.js.map +1 -0
  9. package/configure/lib/answer-config-block.js +288 -0
  10. package/configure/lib/answer-config-block.js.map +1 -0
  11. package/configure/lib/common.js +31 -0
  12. package/configure/lib/common.js.map +1 -0
  13. package/configure/lib/configure.js +410 -0
  14. package/configure/lib/configure.js.map +1 -0
  15. package/configure/lib/defaults.js +201 -0
  16. package/configure/lib/defaults.js.map +1 -0
  17. package/configure/lib/general-config-block.js +144 -0
  18. package/configure/lib/general-config-block.js.map +1 -0
  19. package/configure/lib/index.js +152 -0
  20. package/configure/lib/index.js.map +1 -0
  21. package/configure/lib/row.js +321 -0
  22. package/configure/lib/row.js.map +1 -0
  23. package/configure/lib/utils.js +12 -0
  24. package/configure/lib/utils.js.map +1 -0
  25. package/configure/package.json +29 -0
  26. package/configure/utils.js +19 -0
  27. package/controller/CHANGELOG.json +502 -0
  28. package/controller/CHANGELOG.md +1363 -0
  29. package/controller/lib/defaults.js +25 -0
  30. package/controller/lib/defaults.js.map +1 -0
  31. package/controller/lib/index.js +424 -0
  32. package/controller/lib/index.js.map +1 -0
  33. package/controller/package.json +24 -0
  34. package/docs/config-schema.json +2929 -0
  35. package/docs/config-schema.json.md +2162 -0
  36. package/docs/demo/config.js +8 -0
  37. package/docs/demo/generate.js +49 -0
  38. package/docs/demo/index.html +1 -0
  39. package/docs/demo/session.js +11 -0
  40. package/docs/pie-schema.json +1530 -0
  41. package/docs/pie-schema.json.md +907 -0
  42. package/lib/answer-grid.js +166 -0
  43. package/lib/answer-grid.js.map +1 -0
  44. package/lib/index.js +85 -0
  45. package/lib/index.js.map +1 -0
  46. package/lib/main.js +163 -0
  47. package/lib/main.js.map +1 -0
  48. package/package.json +21 -88
  49. package/configure.js +0 -2
  50. package/controller.js +0 -1
  51. package/dist/author/add-row.d.ts +0 -17
  52. package/dist/author/add-row.js +0 -24
  53. package/dist/author/answer-config-block.d.ts +0 -36
  54. package/dist/author/answer-config-block.js +0 -176
  55. package/dist/author/common.d.ts +0 -22
  56. package/dist/author/configure.d.ts +0 -48
  57. package/dist/author/configure.js +0 -259
  58. package/dist/author/defaults.d.ts +0 -203
  59. package/dist/author/defaults.js +0 -151
  60. package/dist/author/general-config-block.d.ts +0 -22
  61. package/dist/author/general-config-block.js +0 -93
  62. package/dist/author/index.d.ts +0 -44
  63. package/dist/author/index.js +0 -76
  64. package/dist/author/row.d.ts +0 -51
  65. package/dist/author/row.js +0 -204
  66. package/dist/author/utils.d.ts +0 -10
  67. package/dist/author/utils.js +0 -10
  68. package/dist/browser/Typography-CbSskKxx.js +0 -9217
  69. package/dist/browser/Typography-CbSskKxx.js.map +0 -1
  70. package/dist/browser/author/index.js +0 -41596
  71. package/dist/browser/author/index.js.map +0 -1
  72. package/dist/browser/browser-kkT1XVKw.js +0 -219
  73. package/dist/browser/browser-kkT1XVKw.js.map +0 -1
  74. package/dist/browser/controller/index.js +0 -267
  75. package/dist/browser/controller/index.js.map +0 -1
  76. package/dist/browser/delivery/index.js +0 -1984
  77. package/dist/browser/delivery/index.js.map +0 -1
  78. package/dist/browser/dist-i687VHmY.js +0 -100
  79. package/dist/browser/dist-i687VHmY.js.map +0 -1
  80. package/dist/browser/match.css +0 -2
  81. package/dist/controller/defaults.d.ts +0 -27
  82. package/dist/controller/defaults.js +0 -25
  83. package/dist/controller/index.d.ts +0 -29
  84. package/dist/controller/index.js +0 -154
  85. package/dist/delivery/answer-grid.d.ts +0 -28
  86. package/dist/delivery/answer-grid.js +0 -99
  87. package/dist/delivery/index.d.ts +0 -21
  88. package/dist/delivery/index.js +0 -51
  89. package/dist/delivery/main.d.ts +0 -26
  90. package/dist/delivery/main.js +0 -112
  91. package/dist/index.d.ts +0 -1
  92. package/dist/index.iife.d.ts +0 -8
  93. package/dist/index.iife.js +0 -148
  94. package/dist/index.js +0 -2
  95. package/dist/node_modules/.bun/clsx@2.1.1/node_modules/clsx/dist/clsx.js +0 -16
  96. package/dist/runtime-support.d.ts +0 -12
  97. package/dist/runtime-support.js +0 -12
@@ -0,0 +1,907 @@
1
+ Model for the @pie-elements/match Interaction
2
+
3
+ The schema defines the following properties:
4
+
5
+ # `feedback` (object)
6
+
7
+ Properties of the `feedback` object:
8
+
9
+ ## `correct` (, required)
10
+
11
+ Indicates the configuration for feedback when answer is correct
12
+
13
+ ## `incorrect` (, required)
14
+
15
+ Indicates the configuration for feedback when answer is incorrect
16
+
17
+ ## `partial`
18
+
19
+ Indicates the configuration for feedback when answer is partially correct
20
+
21
+ # `headers` (array, required)
22
+
23
+ Array of strings for column headers
24
+
25
+ The object is an array with all elements of the type `string`.
26
+
27
+ # `layout` (number, required)
28
+
29
+ The number of columns to be presented
30
+
31
+ # `lockChoiceOrder` (boolean)
32
+
33
+ Indicates if the order of the rows should be randomly sorted on render
34
+
35
+ # `partialScoring` (boolean)
36
+
37
+ Indicates if partial scoring should be used
38
+
39
+ # `choiceMode` (string, enum)
40
+
41
+ Indicates if the control for responses should be single (radio) or multiple (checkbox)
42
+
43
+ This element must be one of the following enum values:
44
+
45
+ * `checkbox`
46
+ * `radio`
47
+
48
+ # `prompt` (string, required)
49
+
50
+ The question prompt or item stem
51
+
52
+ # `promptEnabled` (boolean)
53
+
54
+ Determines if prompt should show
55
+
56
+ # `rows` (array, required)
57
+
58
+ The rows of choices to be presented.
59
+
60
+ The object is an array with all elements of the type `object`.
61
+
62
+ The array object has the following properties:
63
+
64
+ ## `id` (string,number, required)
65
+
66
+ Identifier for a row
67
+
68
+ ## `title` (string, required)
69
+
70
+ Title that will be displayed for the row
71
+
72
+ ## `values` (array, required)
73
+
74
+ Array of boolean values indicating which columns are selected in the row
75
+
76
+ The object is an array with all elements of the type `boolean`.
77
+
78
+ # `rationale` (string, required)
79
+
80
+ Indicates value for rationale
81
+
82
+ # `scoringType` (string, enum)
83
+
84
+ Indicates scoring type
85
+
86
+ This element must be one of the following enum values:
87
+
88
+ * `auto`
89
+ * `rubric`
90
+
91
+ # `studentInstructions` (string)
92
+
93
+ Indicates student instructions
94
+
95
+ # `teacherInstructions` (string)
96
+
97
+ Indicates teacher instructions
98
+
99
+ # `feedbackEnabled` (boolean, required)
100
+
101
+ Indicates if Feedback is enabled
102
+
103
+ # `rationaleEnabled` (boolean, required)
104
+
105
+ Indicates if Rationale are enabled
106
+
107
+ # `spellCheckEnabled` (boolean, required)
108
+
109
+ Indicates if spellcheck is enabled for the author. Default value is true
110
+
111
+ # `studentInstructionsEnabled` (boolean, required)
112
+
113
+ Indicates if Student Instructions are enabled
114
+
115
+ # `teacherInstructionsEnabled` (boolean, required)
116
+
117
+ Indicates if Teacher Instructions are enabled
118
+
119
+ # `toolbarEditorPosition` (string, enum)
120
+
121
+ Indicates the editor's toolbar position which can be 'bottom' or 'top'
122
+
123
+ This element must be one of the following enum values:
124
+
125
+ * `bottom`
126
+ * `top`
127
+
128
+ Default: `": 'bottom'"`
129
+
130
+ # `rubricEnabled` (boolean, required)
131
+
132
+ Indicates if Rubric is enabled
133
+
134
+ # `language` (string)
135
+
136
+ Indicates the language of the component
137
+ Supported options: en, es, en_US, en-US, es_ES, es-ES, es_MX, es-MX
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
+ ---
148
+
149
+ # Sub Schemas
150
+
151
+ The schema defines the following additional types:
152
+
153
+ ## `EditableHtmlConfigureProp` (object)
154
+
155
+ Properties of the `EditableHtmlConfigureProp` object:
156
+
157
+ ### `math` (object)
158
+
159
+ Properties of the `math` object:
160
+
161
+ #### `disabled` (boolean)
162
+
163
+ Indicates if the plugin is disabled or not
164
+
165
+ ### `audio` (object)
166
+
167
+ Properties of the `audio` object:
168
+
169
+ #### `disabled` (boolean)
170
+
171
+ Indicates if the plugin is disabled or not
172
+
173
+ ### `video` (object)
174
+
175
+ Properties of the `video` object:
176
+
177
+ #### `disabled` (boolean)
178
+
179
+ Indicates if the plugin is disabled or not
180
+
181
+ ### `image` (object)
182
+
183
+ Properties of the `image` object:
184
+
185
+ #### `disabled` (boolean)
186
+
187
+ Indicates if the plugin is disabled or not
188
+
189
+ ### `customPlugins` (array)
190
+
191
+ An array of objects that determine custom plugins.
192
+ 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).
193
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
194
+
195
+ The object is an array with all elements of the type `object`.
196
+
197
+ The array object has the following properties:
198
+
199
+ #### `event` (string, required)
200
+
201
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
202
+ PIE will emit the event prefixed with "PIE-".
203
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
204
+
205
+ #### `iconAlt` (string, required)
206
+
207
+ The alt for the custom button icon
208
+
209
+ #### `iconType` (string, required)
210
+
211
+ The icon type.
212
+ Currently, only "SVG" is supported.
213
+
214
+ #### `icon` (string, required)
215
+
216
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
217
+
218
+ ### `blockquote` (object)
219
+
220
+ Properties of the `blockquote` object:
221
+
222
+ #### `disabled` (boolean)
223
+
224
+ Indicates if the plugin is disabled or not
225
+
226
+ ### `h3` (object)
227
+
228
+ Properties of the `h3` object:
229
+
230
+ #### `disabled` (boolean)
231
+
232
+ Indicates if the plugin is disabled or not
233
+
234
+ ### `characters` (object)
235
+
236
+ Properties of the `characters` object:
237
+
238
+ #### `disabled` (boolean)
239
+
240
+ Indicates if the plugin is disabled or not
241
+
242
+ ### `bold` (object)
243
+
244
+ Properties of the `bold` object:
245
+
246
+ #### `disabled` (boolean)
247
+
248
+ Indicates if the plugin is disabled or not
249
+
250
+ ### `html` (object)
251
+
252
+ Properties of the `html` object:
253
+
254
+ #### `disabled` (boolean)
255
+
256
+ Indicates if the plugin is disabled or not
257
+
258
+ ### `italic` (object)
259
+
260
+ Properties of the `italic` object:
261
+
262
+ #### `disabled` (boolean)
263
+
264
+ Indicates if the plugin is disabled or not
265
+
266
+ ### `ol_list` (object)
267
+
268
+ Properties of the `ol_list` object:
269
+
270
+ #### `disabled` (boolean)
271
+
272
+ Indicates if the plugin is disabled or not
273
+
274
+ ### `redo` (object)
275
+
276
+ Properties of the `redo` object:
277
+
278
+ #### `disabled` (boolean)
279
+
280
+ Indicates if the plugin is disabled or not
281
+
282
+ ### `strikethrough` (object)
283
+
284
+ Properties of the `strikethrough` object:
285
+
286
+ #### `disabled` (boolean)
287
+
288
+ Indicates if the plugin is disabled or not
289
+
290
+ ### `sub` (object)
291
+
292
+ Properties of the `sub` object:
293
+
294
+ #### `disabled` (boolean)
295
+
296
+ Indicates if the plugin is disabled or not
297
+
298
+ ### `sup` (object)
299
+
300
+ Properties of the `sup` object:
301
+
302
+ #### `disabled` (boolean)
303
+
304
+ Indicates if the plugin is disabled or not
305
+
306
+ ### `table` (object)
307
+
308
+ Properties of the `table` object:
309
+
310
+ #### `disabled` (boolean)
311
+
312
+ Indicates if the plugin is disabled or not
313
+
314
+ ### `ul_list` (object)
315
+
316
+ Properties of the `ul_list` object:
317
+
318
+ #### `disabled` (boolean)
319
+
320
+ Indicates if the plugin is disabled or not
321
+
322
+ ### `underline` (object)
323
+
324
+ Properties of the `underline` object:
325
+
326
+ #### `disabled` (boolean)
327
+
328
+ Indicates if the plugin is disabled or not
329
+
330
+ ### `undo` (object)
331
+
332
+ Properties of the `undo` object:
333
+
334
+ #### `disabled` (boolean)
335
+
336
+ Indicates if the plugin is disabled or not
337
+
338
+ ## `EditableHtmlButtonConfigure` (object)
339
+
340
+ Properties of the `EditableHtmlButtonConfigure` object:
341
+
342
+ ### `disabled` (boolean)
343
+
344
+ Indicates if the plugin is disabled or not
345
+
346
+ ## `CustomPlugin` (object)
347
+
348
+ Properties of the `CustomPlugin` object:
349
+
350
+ ### `event` (string, required)
351
+
352
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
353
+ PIE will emit the event prefixed with "PIE-".
354
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
355
+
356
+ ### `iconAlt` (string, required)
357
+
358
+ The alt for the custom button icon
359
+
360
+ ### `iconType` (string, required)
361
+
362
+ The icon type.
363
+ Currently, only "SVG" is supported.
364
+
365
+ ### `icon` (string, required)
366
+
367
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
368
+
369
+ ## `EditableHtmlPluginConfigure` (object)
370
+
371
+ Properties of the `EditableHtmlPluginConfigure` object:
372
+
373
+ ### `inputConfiguration` (object)
374
+
375
+ Properties of the `inputConfiguration` object:
376
+
377
+ #### `math` (object)
378
+
379
+ Properties of the `math` object:
380
+
381
+ ##### `disabled` (boolean)
382
+
383
+ Indicates if the plugin is disabled or not
384
+
385
+ #### `audio` (object)
386
+
387
+ Properties of the `audio` object:
388
+
389
+ ##### `disabled` (boolean)
390
+
391
+ Indicates if the plugin is disabled or not
392
+
393
+ #### `video` (object)
394
+
395
+ Properties of the `video` object:
396
+
397
+ ##### `disabled` (boolean)
398
+
399
+ Indicates if the plugin is disabled or not
400
+
401
+ #### `image` (object)
402
+
403
+ Properties of the `image` object:
404
+
405
+ ##### `disabled` (boolean)
406
+
407
+ Indicates if the plugin is disabled or not
408
+
409
+ #### `customPlugins` (array)
410
+
411
+ An array of objects that determine custom plugins.
412
+ 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).
413
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
414
+
415
+ The object is an array with all elements of the type `object`.
416
+
417
+ The array object has the following properties:
418
+
419
+ ##### `event` (string, required)
420
+
421
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
422
+ PIE will emit the event prefixed with "PIE-".
423
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
424
+
425
+ ##### `iconAlt` (string, required)
426
+
427
+ The alt for the custom button icon
428
+
429
+ ##### `iconType` (string, required)
430
+
431
+ The icon type.
432
+ Currently, only "SVG" is supported.
433
+
434
+ ##### `icon` (string, required)
435
+
436
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
437
+
438
+ #### `blockquote` (object)
439
+
440
+ Properties of the `blockquote` object:
441
+
442
+ ##### `disabled` (boolean)
443
+
444
+ Indicates if the plugin is disabled or not
445
+
446
+ #### `h3` (object)
447
+
448
+ Properties of the `h3` object:
449
+
450
+ ##### `disabled` (boolean)
451
+
452
+ Indicates if the plugin is disabled or not
453
+
454
+ #### `characters` (object)
455
+
456
+ Properties of the `characters` object:
457
+
458
+ ##### `disabled` (boolean)
459
+
460
+ Indicates if the plugin is disabled or not
461
+
462
+ #### `bold` (object)
463
+
464
+ Properties of the `bold` object:
465
+
466
+ ##### `disabled` (boolean)
467
+
468
+ Indicates if the plugin is disabled or not
469
+
470
+ #### `html` (object)
471
+
472
+ Properties of the `html` object:
473
+
474
+ ##### `disabled` (boolean)
475
+
476
+ Indicates if the plugin is disabled or not
477
+
478
+ #### `italic` (object)
479
+
480
+ Properties of the `italic` object:
481
+
482
+ ##### `disabled` (boolean)
483
+
484
+ Indicates if the plugin is disabled or not
485
+
486
+ #### `ol_list` (object)
487
+
488
+ Properties of the `ol_list` object:
489
+
490
+ ##### `disabled` (boolean)
491
+
492
+ Indicates if the plugin is disabled or not
493
+
494
+ #### `redo` (object)
495
+
496
+ Properties of the `redo` object:
497
+
498
+ ##### `disabled` (boolean)
499
+
500
+ Indicates if the plugin is disabled or not
501
+
502
+ #### `strikethrough` (object)
503
+
504
+ Properties of the `strikethrough` object:
505
+
506
+ ##### `disabled` (boolean)
507
+
508
+ Indicates if the plugin is disabled or not
509
+
510
+ #### `sub` (object)
511
+
512
+ Properties of the `sub` object:
513
+
514
+ ##### `disabled` (boolean)
515
+
516
+ Indicates if the plugin is disabled or not
517
+
518
+ #### `sup` (object)
519
+
520
+ Properties of the `sup` object:
521
+
522
+ ##### `disabled` (boolean)
523
+
524
+ Indicates if the plugin is disabled or not
525
+
526
+ #### `table` (object)
527
+
528
+ Properties of the `table` object:
529
+
530
+ ##### `disabled` (boolean)
531
+
532
+ Indicates if the plugin is disabled or not
533
+
534
+ #### `ul_list` (object)
535
+
536
+ Properties of the `ul_list` object:
537
+
538
+ ##### `disabled` (boolean)
539
+
540
+ Indicates if the plugin is disabled or not
541
+
542
+ #### `underline` (object)
543
+
544
+ Properties of the `underline` object:
545
+
546
+ ##### `disabled` (boolean)
547
+
548
+ Indicates if the plugin is disabled or not
549
+
550
+ #### `undo` (object)
551
+
552
+ Properties of the `undo` object:
553
+
554
+ ##### `disabled` (boolean)
555
+
556
+ Indicates if the plugin is disabled or not
557
+
558
+ ### `settings` (boolean)
559
+
560
+ Indicates if the item has to be displayed in the Settings Panel
561
+
562
+ ### `label` (string)
563
+
564
+ Indicates the label for the item that has to be displayed in the Settings Panel
565
+
566
+ ## `ConfigureProp` (object)
567
+
568
+ Properties of the `ConfigureProp` object:
569
+
570
+ ### `settings` (boolean)
571
+
572
+ Indicates if the item has to be displayed in the Settings Panel
573
+
574
+ ### `label` (string)
575
+
576
+ Indicates the label for the item that has to be displayed in the Settings Panel
577
+
578
+ ## `EditableHtmlPluginConfigureRequired` (object)
579
+
580
+ Properties of the `EditableHtmlPluginConfigureRequired` object:
581
+
582
+ ### `inputConfiguration` (object)
583
+
584
+ Properties of the `inputConfiguration` object:
585
+
586
+ #### `math` (object)
587
+
588
+ Properties of the `math` object:
589
+
590
+ ##### `disabled` (boolean)
591
+
592
+ Indicates if the plugin is disabled or not
593
+
594
+ #### `audio` (object)
595
+
596
+ Properties of the `audio` object:
597
+
598
+ ##### `disabled` (boolean)
599
+
600
+ Indicates if the plugin is disabled or not
601
+
602
+ #### `video` (object)
603
+
604
+ Properties of the `video` object:
605
+
606
+ ##### `disabled` (boolean)
607
+
608
+ Indicates if the plugin is disabled or not
609
+
610
+ #### `image` (object)
611
+
612
+ Properties of the `image` object:
613
+
614
+ ##### `disabled` (boolean)
615
+
616
+ Indicates if the plugin is disabled or not
617
+
618
+ #### `customPlugins` (array)
619
+
620
+ An array of objects that determine custom plugins.
621
+ 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).
622
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
623
+
624
+ The object is an array with all elements of the type `object`.
625
+
626
+ The array object has the following properties:
627
+
628
+ ##### `event` (string, required)
629
+
630
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
631
+ PIE will emit the event prefixed with "PIE-".
632
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
633
+
634
+ ##### `iconAlt` (string, required)
635
+
636
+ The alt for the custom button icon
637
+
638
+ ##### `iconType` (string, required)
639
+
640
+ The icon type.
641
+ Currently, only "SVG" is supported.
642
+
643
+ ##### `icon` (string, required)
644
+
645
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
646
+
647
+ #### `blockquote` (object)
648
+
649
+ Properties of the `blockquote` object:
650
+
651
+ ##### `disabled` (boolean)
652
+
653
+ Indicates if the plugin is disabled or not
654
+
655
+ #### `h3` (object)
656
+
657
+ Properties of the `h3` object:
658
+
659
+ ##### `disabled` (boolean)
660
+
661
+ Indicates if the plugin is disabled or not
662
+
663
+ #### `characters` (object)
664
+
665
+ Properties of the `characters` object:
666
+
667
+ ##### `disabled` (boolean)
668
+
669
+ Indicates if the plugin is disabled or not
670
+
671
+ #### `bold` (object)
672
+
673
+ Properties of the `bold` object:
674
+
675
+ ##### `disabled` (boolean)
676
+
677
+ Indicates if the plugin is disabled or not
678
+
679
+ #### `html` (object)
680
+
681
+ Properties of the `html` object:
682
+
683
+ ##### `disabled` (boolean)
684
+
685
+ Indicates if the plugin is disabled or not
686
+
687
+ #### `italic` (object)
688
+
689
+ Properties of the `italic` object:
690
+
691
+ ##### `disabled` (boolean)
692
+
693
+ Indicates if the plugin is disabled or not
694
+
695
+ #### `ol_list` (object)
696
+
697
+ Properties of the `ol_list` object:
698
+
699
+ ##### `disabled` (boolean)
700
+
701
+ Indicates if the plugin is disabled or not
702
+
703
+ #### `redo` (object)
704
+
705
+ Properties of the `redo` object:
706
+
707
+ ##### `disabled` (boolean)
708
+
709
+ Indicates if the plugin is disabled or not
710
+
711
+ #### `strikethrough` (object)
712
+
713
+ Properties of the `strikethrough` object:
714
+
715
+ ##### `disabled` (boolean)
716
+
717
+ Indicates if the plugin is disabled or not
718
+
719
+ #### `sub` (object)
720
+
721
+ Properties of the `sub` object:
722
+
723
+ ##### `disabled` (boolean)
724
+
725
+ Indicates if the plugin is disabled or not
726
+
727
+ #### `sup` (object)
728
+
729
+ Properties of the `sup` object:
730
+
731
+ ##### `disabled` (boolean)
732
+
733
+ Indicates if the plugin is disabled or not
734
+
735
+ #### `table` (object)
736
+
737
+ Properties of the `table` object:
738
+
739
+ ##### `disabled` (boolean)
740
+
741
+ Indicates if the plugin is disabled or not
742
+
743
+ #### `ul_list` (object)
744
+
745
+ Properties of the `ul_list` object:
746
+
747
+ ##### `disabled` (boolean)
748
+
749
+ Indicates if the plugin is disabled or not
750
+
751
+ #### `underline` (object)
752
+
753
+ Properties of the `underline` object:
754
+
755
+ ##### `disabled` (boolean)
756
+
757
+ Indicates if the plugin is disabled or not
758
+
759
+ #### `undo` (object)
760
+
761
+ Properties of the `undo` object:
762
+
763
+ ##### `disabled` (boolean)
764
+
765
+ Indicates if the plugin is disabled or not
766
+
767
+ ### `required` (boolean)
768
+
769
+ Indicates if the item is required and the value cannot be empty
770
+
771
+ ### `settings` (boolean)
772
+
773
+ Indicates if the item has to be displayed in the Settings Panel
774
+
775
+ ### `label` (string)
776
+
777
+ Indicates the label for the item that has to be displayed in the Settings Panel
778
+
779
+ ## `ConfigureMaxImageDimensionsProp` (object)
780
+
781
+ Properties of the `ConfigureMaxImageDimensionsProp` object:
782
+
783
+ ### `teacherInstructions` (number)
784
+
785
+ Indicates the max dimension for images in teacher instructions
786
+
787
+ ### `prompt` (number)
788
+
789
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
790
+
791
+ ### `rationale` (number)
792
+
793
+ Indicates the max dimension for images in rationale
794
+
795
+ ### `rowTitles` (number)
796
+
797
+ Indicates the max dimension for images in row labels
798
+
799
+ ## `ConfigureMathMLProp` (object)
800
+
801
+ Properties of the `ConfigureMathMLProp` object:
802
+
803
+ ### `mmlOutput` (number)
804
+
805
+ Indicates if model should have mathML output instead of latex
806
+
807
+ ### `mmlEditing` (number)
808
+
809
+ Indicates if mathML that's already in model should be editable
810
+
811
+ ## `ConfigurePropWithEnabled` (object)
812
+
813
+ Properties of the `ConfigurePropWithEnabled` object:
814
+
815
+ ### `enabled` (boolean)
816
+
817
+ Indicates the value of the item if it affects config-ui
818
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
819
+
820
+ ### `settings` (boolean)
821
+
822
+ Indicates if the item has to be displayed in the Settings Panel
823
+
824
+ ### `label` (string)
825
+
826
+ Indicates the label for the item that has to be displayed in the Settings Panel
827
+
828
+ ## `ConfigureLanguageOptionsProp` (object)
829
+
830
+ Properties of the `ConfigureLanguageOptionsProp` object:
831
+
832
+ ### `value` (string, required)
833
+
834
+ Value of the language option
835
+
836
+ ### `label` (string, required)
837
+
838
+ Label of the language option
839
+
840
+ ## `ComplexFeedbackType` (object)
841
+
842
+ Properties of the `ComplexFeedbackType` object:
843
+
844
+ ### `correct` (, required)
845
+
846
+ Indicates the configuration for feedback when answer is correct
847
+
848
+ ### `incorrect` (, required)
849
+
850
+ Indicates the configuration for feedback when answer is incorrect
851
+
852
+ ### `partial`
853
+
854
+ Indicates the configuration for feedback when answer is partially correct
855
+
856
+ ## `DefaultFeedbackType` (object)
857
+
858
+ Properties of the `DefaultFeedbackType` object:
859
+
860
+ ### `type` (string, enum, required)
861
+
862
+ Indicates the feedback type
863
+
864
+ This element must be one of the following enum values:
865
+
866
+ * `default`
867
+ * `none`
868
+
869
+ ### `default` (string)
870
+
871
+ Indicates the feedback value
872
+
873
+ ## `CustomFeedbackType` (object)
874
+
875
+ Properties of the `CustomFeedbackType` object:
876
+
877
+ ### `type` (string, enum, required)
878
+
879
+ Indicates the feedback type
880
+
881
+ This element must be one of the following enum values:
882
+
883
+ * `custom`
884
+
885
+ ### `custom` (string, required)
886
+
887
+ Indicates the feedback custom value
888
+
889
+ ## `MatchRow` (object)
890
+
891
+ One row in the match list.
892
+
893
+ Properties of the `MatchRow` object:
894
+
895
+ ### `id` (string,number, required)
896
+
897
+ Identifier for a row
898
+
899
+ ### `title` (string, required)
900
+
901
+ Title that will be displayed for the row
902
+
903
+ ### `values` (array, required)
904
+
905
+ Array of boolean values indicating which columns are selected in the row
906
+
907
+ The object is an array with all elements of the type `boolean`.