@pie-element/math-templated 7.1.1-next.11 → 7.1.1-next.13

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