@pie-element/complex-rubric 2.5.1-next.9 → 2.6.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.
@@ -186,6 +186,42 @@ The schema defines the following additional types:
186
186
 
187
187
  Properties of the `RubricConfigure` object:
188
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
+
189
225
  ### `settingsPanelDisabled` (boolean)
190
226
 
191
227
  Indicates if the settings panel is not available
@@ -286,6 +322,50 @@ Indicates whether the settings panel wil allow the author to modify settings for
286
322
 
287
323
  Default: `true`
288
324
 
325
+ ## `EditableHtmlConfigureProp` (object)
326
+
327
+ Properties of the `EditableHtmlConfigureProp` object:
328
+
329
+ ### `math` (object)
330
+
331
+ Properties of the `math` object:
332
+
333
+ #### `disabled` (boolean)
334
+
335
+ Indicates if the plugin is disabled or not
336
+
337
+ ### `audio` (object)
338
+
339
+ Properties of the `audio` object:
340
+
341
+ #### `disabled` (boolean)
342
+
343
+ Indicates if the plugin is disabled or not
344
+
345
+ ### `video` (object)
346
+
347
+ Properties of the `video` object:
348
+
349
+ #### `disabled` (boolean)
350
+
351
+ Indicates if the plugin is disabled or not
352
+
353
+ ### `image` (object)
354
+
355
+ Properties of the `image` object:
356
+
357
+ #### `disabled` (boolean)
358
+
359
+ Indicates if the plugin is disabled or not
360
+
361
+ ## `EditableHtmlButtonConfigure` (object)
362
+
363
+ Properties of the `EditableHtmlButtonConfigure` object:
364
+
365
+ ### `disabled` (boolean)
366
+
367
+ Indicates if the plugin is disabled or not
368
+
289
369
  ## `ConfigureProp` (object)
290
370
 
291
371
  Properties of the `ConfigureProp` object:
@@ -316,6 +396,138 @@ Config Object for @pie-elements/multi-trait-rubric
316
396
 
317
397
  Properties of the `MultiTraitRubricConfigure` object:
318
398
 
399
+ ### `baseInputConfiguration` (object)
400
+
401
+ Properties of the `baseInputConfiguration` object:
402
+
403
+ #### `math` (object)
404
+
405
+ Properties of the `math` object:
406
+
407
+ ##### `disabled` (boolean)
408
+
409
+ Indicates if the plugin is disabled or not
410
+
411
+ #### `audio` (object)
412
+
413
+ Properties of the `audio` object:
414
+
415
+ ##### `disabled` (boolean)
416
+
417
+ Indicates if the plugin is disabled or not
418
+
419
+ #### `video` (object)
420
+
421
+ Properties of the `video` object:
422
+
423
+ ##### `disabled` (boolean)
424
+
425
+ Indicates if the plugin is disabled or not
426
+
427
+ #### `image` (object)
428
+
429
+ Properties of the `image` object:
430
+
431
+ ##### `disabled` (boolean)
432
+
433
+ Indicates if the plugin is disabled or not
434
+
435
+ ### `expandedInput` (object)
436
+
437
+ Properties of the `expandedInput` object:
438
+
439
+ #### `inputConfiguration` (object)
440
+
441
+ Properties of the `inputConfiguration` object:
442
+
443
+ ##### `math` (object)
444
+
445
+ Properties of the `math` object:
446
+
447
+ ###### `disabled` (boolean)
448
+
449
+ Indicates if the plugin is disabled or not
450
+
451
+ ##### `audio` (object)
452
+
453
+ Properties of the `audio` object:
454
+
455
+ ###### `disabled` (boolean)
456
+
457
+ Indicates if the plugin is disabled or not
458
+
459
+ ##### `video` (object)
460
+
461
+ Properties of the `video` object:
462
+
463
+ ###### `disabled` (boolean)
464
+
465
+ Indicates if the plugin is disabled or not
466
+
467
+ ##### `image` (object)
468
+
469
+ Properties of the `image` object:
470
+
471
+ ###### `disabled` (boolean)
472
+
473
+ Indicates if the plugin is disabled or not
474
+
475
+ #### `settings` (boolean)
476
+
477
+ Indicates if the item has to be displayed in the Settings Panel
478
+
479
+ #### `label` (string)
480
+
481
+ Indicates the label for the item that has to be displayed in the Settings Panel
482
+
483
+ ### `labelInput` (object)
484
+
485
+ Properties of the `labelInput` object:
486
+
487
+ #### `inputConfiguration` (object)
488
+
489
+ Properties of the `inputConfiguration` object:
490
+
491
+ ##### `math` (object)
492
+
493
+ Properties of the `math` object:
494
+
495
+ ###### `disabled` (boolean)
496
+
497
+ Indicates if the plugin is disabled or not
498
+
499
+ ##### `audio` (object)
500
+
501
+ Properties of the `audio` object:
502
+
503
+ ###### `disabled` (boolean)
504
+
505
+ Indicates if the plugin is disabled or not
506
+
507
+ ##### `video` (object)
508
+
509
+ Properties of the `video` object:
510
+
511
+ ###### `disabled` (boolean)
512
+
513
+ Indicates if the plugin is disabled or not
514
+
515
+ ##### `image` (object)
516
+
517
+ Properties of the `image` object:
518
+
519
+ ###### `disabled` (boolean)
520
+
521
+ Indicates if the plugin is disabled or not
522
+
523
+ #### `settings` (boolean)
524
+
525
+ Indicates if the item has to be displayed in the Settings Panel
526
+
527
+ #### `label` (string)
528
+
529
+ Indicates the label for the item that has to be displayed in the Settings Panel
530
+
319
531
  ### `excludeZeroDialogBoxContent` (object)
320
532
 
321
533
  Properties of the `excludeZeroDialogBoxContent` object:
@@ -481,6 +693,54 @@ Indicates if mathML that's already in model should be editable
481
693
 
482
694
  Indicates the max limit for scoring points
483
695
 
696
+ ## `EditableHtmlPluginConfigure` (object)
697
+
698
+ Properties of the `EditableHtmlPluginConfigure` object:
699
+
700
+ ### `inputConfiguration` (object)
701
+
702
+ Properties of the `inputConfiguration` object:
703
+
704
+ #### `math` (object)
705
+
706
+ Properties of the `math` object:
707
+
708
+ ##### `disabled` (boolean)
709
+
710
+ Indicates if the plugin is disabled or not
711
+
712
+ #### `audio` (object)
713
+
714
+ Properties of the `audio` object:
715
+
716
+ ##### `disabled` (boolean)
717
+
718
+ Indicates if the plugin is disabled or not
719
+
720
+ #### `video` (object)
721
+
722
+ Properties of the `video` object:
723
+
724
+ ##### `disabled` (boolean)
725
+
726
+ Indicates if the plugin is disabled or not
727
+
728
+ #### `image` (object)
729
+
730
+ Properties of the `image` object:
731
+
732
+ ##### `disabled` (boolean)
733
+
734
+ Indicates if the plugin is disabled or not
735
+
736
+ ### `settings` (boolean)
737
+
738
+ Indicates if the item has to be displayed in the Settings Panel
739
+
740
+ ### `label` (string)
741
+
742
+ Indicates the label for the item that has to be displayed in the Settings Panel
743
+
484
744
  ## `DialogContent` (object)
485
745
 
486
746
  Properties of the `DialogContent` object:
@@ -557,17 +817,49 @@ This element must be one of the following enum values:
557
817
 
558
818
  Properties of the `rubriclessInstruction` object:
559
819
 
560
- #### `settings` (boolean, enum, required)
820
+ #### `inputConfiguration` (object)
561
821
 
562
- This element must be one of the following enum values:
822
+ Properties of the `inputConfiguration` object:
563
823
 
564
- * `true`
824
+ ##### `math` (object)
565
825
 
566
- #### `label` (string, enum, required)
826
+ Properties of the `math` object:
567
827
 
568
- This element must be one of the following enum values:
828
+ ###### `disabled` (boolean)
569
829
 
570
- * `Instruction`
830
+ Indicates if the plugin is disabled or not
831
+
832
+ ##### `audio` (object)
833
+
834
+ Properties of the `audio` object:
835
+
836
+ ###### `disabled` (boolean)
837
+
838
+ Indicates if the plugin is disabled or not
839
+
840
+ ##### `video` (object)
841
+
842
+ Properties of the `video` object:
843
+
844
+ ###### `disabled` (boolean)
845
+
846
+ Indicates if the plugin is disabled or not
847
+
848
+ ##### `image` (object)
849
+
850
+ Properties of the `image` object:
851
+
852
+ ###### `disabled` (boolean)
853
+
854
+ Indicates if the plugin is disabled or not
855
+
856
+ #### `settings` (boolean)
857
+
858
+ Indicates if the item has to be displayed in the Settings Panel
859
+
860
+ #### `label` (string)
861
+
862
+ Indicates the label for the item that has to be displayed in the Settings Panel
571
863
 
572
864
  ### `showPrompt` (boolean)
573
865