@pie-element/ebsr 6.6.3-next.133 → 6.6.3-next.1353

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.
@@ -119,6 +119,22 @@
119
119
  }
120
120
  }
121
121
  },
122
+ "spellCheck": {
123
+ "title": "ConfigureProp",
124
+ "type": "object",
125
+ "properties": {
126
+ "settings": {
127
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
128
+ "type": "boolean",
129
+ "title": "settings"
130
+ },
131
+ "label": {
132
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
133
+ "type": "string",
134
+ "title": "label"
135
+ }
136
+ }
137
+ },
122
138
  "rationale": {
123
139
  "title": "ConfigureProp",
124
140
  "type": "object",
@@ -167,7 +183,7 @@
167
183
  }
168
184
  }
169
185
  },
170
- "verticalMode": {
186
+ "choicesLayout": {
171
187
  "title": "ConfigureProp",
172
188
  "type": "object",
173
189
  "properties": {
@@ -182,6 +198,84 @@
182
198
  "title": "label"
183
199
  }
184
200
  }
201
+ },
202
+ "gridColumns": {
203
+ "title": "ConfigureProp",
204
+ "type": "object",
205
+ "properties": {
206
+ "settings": {
207
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
208
+ "type": "boolean",
209
+ "title": "settings"
210
+ },
211
+ "label": {
212
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
213
+ "type": "string",
214
+ "title": "label"
215
+ }
216
+ }
217
+ },
218
+ "minAnswerChoices": {
219
+ "description": "Minimum number of answer choices",
220
+ "type": "number",
221
+ "title": "minAnswerChoices"
222
+ },
223
+ "maxAnswerChoices": {
224
+ "description": "Maximum number of answer choices",
225
+ "type": "number",
226
+ "title": "maxAnswerChoices"
227
+ },
228
+ "maxImageWidth": {
229
+ "title": "ConfigureMaxImageDimensionsProp",
230
+ "type": "object",
231
+ "properties": {
232
+ "teacherInstructions": {
233
+ "description": "Indicates the max dimension for images in teacher instructions",
234
+ "type": "number",
235
+ "title": "teacherInstructions"
236
+ },
237
+ "prompt": {
238
+ "description": "Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified",
239
+ "type": "number",
240
+ "title": "prompt"
241
+ },
242
+ "rationale": {
243
+ "description": "Indicates the max dimension for images in rationale",
244
+ "type": "number",
245
+ "title": "rationale"
246
+ },
247
+ "choices": {
248
+ "description": "Indicates the max dimension for images in choices",
249
+ "type": "number",
250
+ "title": "choices"
251
+ }
252
+ }
253
+ },
254
+ "maxImageHeight": {
255
+ "title": "ConfigureMaxImageDimensionsProp",
256
+ "type": "object",
257
+ "properties": {
258
+ "teacherInstructions": {
259
+ "description": "Indicates the max dimension for images in teacher instructions",
260
+ "type": "number",
261
+ "title": "teacherInstructions"
262
+ },
263
+ "prompt": {
264
+ "description": "Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified",
265
+ "type": "number",
266
+ "title": "prompt"
267
+ },
268
+ "rationale": {
269
+ "description": "Indicates the max dimension for images in rationale",
270
+ "type": "number",
271
+ "title": "rationale"
272
+ },
273
+ "choices": {
274
+ "description": "Indicates the max dimension for images in choices",
275
+ "type": "number",
276
+ "title": "choices"
277
+ }
278
+ }
185
279
  }
186
280
  }
187
281
  },
@@ -301,6 +395,22 @@
301
395
  }
302
396
  }
303
397
  },
398
+ "spellCheck": {
399
+ "title": "ConfigureProp",
400
+ "type": "object",
401
+ "properties": {
402
+ "settings": {
403
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
404
+ "type": "boolean",
405
+ "title": "settings"
406
+ },
407
+ "label": {
408
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
409
+ "type": "string",
410
+ "title": "label"
411
+ }
412
+ }
413
+ },
304
414
  "rationale": {
305
415
  "title": "ConfigureProp",
306
416
  "type": "object",
@@ -349,7 +459,23 @@
349
459
  }
350
460
  }
351
461
  },
352
- "verticalMode": {
462
+ "choicesLayout": {
463
+ "title": "ConfigureProp",
464
+ "type": "object",
465
+ "properties": {
466
+ "settings": {
467
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
468
+ "type": "boolean",
469
+ "title": "settings"
470
+ },
471
+ "label": {
472
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
473
+ "type": "string",
474
+ "title": "label"
475
+ }
476
+ }
477
+ },
478
+ "gridColumns": {
353
479
  "title": "ConfigureProp",
354
480
  "type": "object",
355
481
  "properties": {
@@ -364,6 +490,68 @@
364
490
  "title": "label"
365
491
  }
366
492
  }
493
+ },
494
+ "minAnswerChoices": {
495
+ "description": "Minimum number of answer choices",
496
+ "type": "number",
497
+ "title": "minAnswerChoices"
498
+ },
499
+ "maxAnswerChoices": {
500
+ "description": "Maximum number of answer choices",
501
+ "type": "number",
502
+ "title": "maxAnswerChoices"
503
+ },
504
+ "maxImageWidth": {
505
+ "title": "ConfigureMaxImageDimensionsProp",
506
+ "type": "object",
507
+ "properties": {
508
+ "teacherInstructions": {
509
+ "description": "Indicates the max dimension for images in teacher instructions",
510
+ "type": "number",
511
+ "title": "teacherInstructions"
512
+ },
513
+ "prompt": {
514
+ "description": "Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified",
515
+ "type": "number",
516
+ "title": "prompt"
517
+ },
518
+ "rationale": {
519
+ "description": "Indicates the max dimension for images in rationale",
520
+ "type": "number",
521
+ "title": "rationale"
522
+ },
523
+ "choices": {
524
+ "description": "Indicates the max dimension for images in choices",
525
+ "type": "number",
526
+ "title": "choices"
527
+ }
528
+ }
529
+ },
530
+ "maxImageHeight": {
531
+ "title": "ConfigureMaxImageDimensionsProp",
532
+ "type": "object",
533
+ "properties": {
534
+ "teacherInstructions": {
535
+ "description": "Indicates the max dimension for images in teacher instructions",
536
+ "type": "number",
537
+ "title": "teacherInstructions"
538
+ },
539
+ "prompt": {
540
+ "description": "Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified",
541
+ "type": "number",
542
+ "title": "prompt"
543
+ },
544
+ "rationale": {
545
+ "description": "Indicates the max dimension for images in rationale",
546
+ "type": "number",
547
+ "title": "rationale"
548
+ },
549
+ "choices": {
550
+ "description": "Indicates the max dimension for images in choices",
551
+ "type": "number",
552
+ "title": "choices"
553
+ }
554
+ }
367
555
  }
368
556
  }
369
557
  },
@@ -549,6 +737,22 @@
549
737
  }
550
738
  }
551
739
  },
740
+ "spellCheck": {
741
+ "title": "ConfigureProp",
742
+ "type": "object",
743
+ "properties": {
744
+ "settings": {
745
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
746
+ "type": "boolean",
747
+ "title": "settings"
748
+ },
749
+ "label": {
750
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
751
+ "type": "string",
752
+ "title": "label"
753
+ }
754
+ }
755
+ },
552
756
  "rationale": {
553
757
  "title": "ConfigureProp",
554
758
  "type": "object",
@@ -597,7 +801,7 @@
597
801
  }
598
802
  }
599
803
  },
600
- "verticalMode": {
804
+ "choicesLayout": {
601
805
  "title": "ConfigureProp",
602
806
  "type": "object",
603
807
  "properties": {
@@ -612,6 +816,84 @@
612
816
  "title": "label"
613
817
  }
614
818
  }
819
+ },
820
+ "gridColumns": {
821
+ "title": "ConfigureProp",
822
+ "type": "object",
823
+ "properties": {
824
+ "settings": {
825
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
826
+ "type": "boolean",
827
+ "title": "settings"
828
+ },
829
+ "label": {
830
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
831
+ "type": "string",
832
+ "title": "label"
833
+ }
834
+ }
835
+ },
836
+ "minAnswerChoices": {
837
+ "description": "Minimum number of answer choices",
838
+ "type": "number",
839
+ "title": "minAnswerChoices"
840
+ },
841
+ "maxAnswerChoices": {
842
+ "description": "Maximum number of answer choices",
843
+ "type": "number",
844
+ "title": "maxAnswerChoices"
845
+ },
846
+ "maxImageWidth": {
847
+ "title": "ConfigureMaxImageDimensionsProp",
848
+ "type": "object",
849
+ "properties": {
850
+ "teacherInstructions": {
851
+ "description": "Indicates the max dimension for images in teacher instructions",
852
+ "type": "number",
853
+ "title": "teacherInstructions"
854
+ },
855
+ "prompt": {
856
+ "description": "Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified",
857
+ "type": "number",
858
+ "title": "prompt"
859
+ },
860
+ "rationale": {
861
+ "description": "Indicates the max dimension for images in rationale",
862
+ "type": "number",
863
+ "title": "rationale"
864
+ },
865
+ "choices": {
866
+ "description": "Indicates the max dimension for images in choices",
867
+ "type": "number",
868
+ "title": "choices"
869
+ }
870
+ }
871
+ },
872
+ "maxImageHeight": {
873
+ "title": "ConfigureMaxImageDimensionsProp",
874
+ "type": "object",
875
+ "properties": {
876
+ "teacherInstructions": {
877
+ "description": "Indicates the max dimension for images in teacher instructions",
878
+ "type": "number",
879
+ "title": "teacherInstructions"
880
+ },
881
+ "prompt": {
882
+ "description": "Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified",
883
+ "type": "number",
884
+ "title": "prompt"
885
+ },
886
+ "rationale": {
887
+ "description": "Indicates the max dimension for images in rationale",
888
+ "type": "number",
889
+ "title": "rationale"
890
+ },
891
+ "choices": {
892
+ "description": "Indicates the max dimension for images in choices",
893
+ "type": "number",
894
+ "title": "choices"
895
+ }
896
+ }
615
897
  }
616
898
  }
617
899
  },
@@ -630,6 +912,32 @@
630
912
  "title": "label"
631
913
  }
632
914
  }
915
+ },
916
+ "ConfigureMaxImageDimensionsProp": {
917
+ "title": "ConfigureMaxImageDimensionsProp",
918
+ "type": "object",
919
+ "properties": {
920
+ "teacherInstructions": {
921
+ "description": "Indicates the max dimension for images in teacher instructions",
922
+ "type": "number",
923
+ "title": "teacherInstructions"
924
+ },
925
+ "prompt": {
926
+ "description": "Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified",
927
+ "type": "number",
928
+ "title": "prompt"
929
+ },
930
+ "rationale": {
931
+ "description": "Indicates the max dimension for images in rationale",
932
+ "type": "number",
933
+ "title": "rationale"
934
+ },
935
+ "choices": {
936
+ "description": "Indicates the max dimension for images in choices",
937
+ "type": "number",
938
+ "title": "choices"
939
+ }
940
+ }
633
941
  }
634
942
  },
635
943
  "$schema": "http://json-schema.org/draft-07/schema#"
@@ -90,6 +90,18 @@ Indicates if the item has to be displayed in the Settings Panel
90
90
 
91
91
  Indicates the label for the item that has to be displayed in the Settings Panel
92
92
 
93
+ ## `spellCheck` (object)
94
+
95
+ Properties of the `spellCheck` object:
96
+
97
+ ### `settings` (boolean)
98
+
99
+ Indicates if the item has to be displayed in the Settings Panel
100
+
101
+ ### `label` (string)
102
+
103
+ Indicates the label for the item that has to be displayed in the Settings Panel
104
+
93
105
  ## `rationale` (object)
94
106
 
95
107
  Properties of the `rationale` object:
@@ -126,9 +138,21 @@ Indicates if the item has to be displayed in the Settings Panel
126
138
 
127
139
  Indicates the label for the item that has to be displayed in the Settings Panel
128
140
 
129
- ## `verticalMode` (object)
141
+ ## `choicesLayout` (object)
142
+
143
+ Properties of the `choicesLayout` object:
144
+
145
+ ### `settings` (boolean)
146
+
147
+ Indicates if the item has to be displayed in the Settings Panel
148
+
149
+ ### `label` (string)
150
+
151
+ Indicates the label for the item that has to be displayed in the Settings Panel
152
+
153
+ ## `gridColumns` (object)
130
154
 
131
- Properties of the `verticalMode` object:
155
+ Properties of the `gridColumns` object:
132
156
 
133
157
  ### `settings` (boolean)
134
158
 
@@ -138,6 +162,54 @@ Indicates if the item has to be displayed in the Settings Panel
138
162
 
139
163
  Indicates the label for the item that has to be displayed in the Settings Panel
140
164
 
165
+ ## `minAnswerChoices` (number)
166
+
167
+ Minimum number of answer choices
168
+
169
+ ## `maxAnswerChoices` (number)
170
+
171
+ Maximum number of answer choices
172
+
173
+ ## `maxImageWidth` (object)
174
+
175
+ Properties of the `maxImageWidth` object:
176
+
177
+ ### `teacherInstructions` (number)
178
+
179
+ Indicates the max dimension for images in teacher instructions
180
+
181
+ ### `prompt` (number)
182
+
183
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
184
+
185
+ ### `rationale` (number)
186
+
187
+ Indicates the max dimension for images in rationale
188
+
189
+ ### `choices` (number)
190
+
191
+ Indicates the max dimension for images in choices
192
+
193
+ ## `maxImageHeight` (object)
194
+
195
+ Properties of the `maxImageHeight` object:
196
+
197
+ ### `teacherInstructions` (number)
198
+
199
+ Indicates the max dimension for images in teacher instructions
200
+
201
+ ### `prompt` (number)
202
+
203
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
204
+
205
+ ### `rationale` (number)
206
+
207
+ Indicates the max dimension for images in rationale
208
+
209
+ ### `choices` (number)
210
+
211
+ Indicates the max dimension for images in choices
212
+
141
213
  # `partB` (object, required)
142
214
 
143
215
  Properties of the `partB` object:
@@ -226,6 +298,18 @@ Indicates if the item has to be displayed in the Settings Panel
226
298
 
227
299
  Indicates the label for the item that has to be displayed in the Settings Panel
228
300
 
301
+ ## `spellCheck` (object)
302
+
303
+ Properties of the `spellCheck` object:
304
+
305
+ ### `settings` (boolean)
306
+
307
+ Indicates if the item has to be displayed in the Settings Panel
308
+
309
+ ### `label` (string)
310
+
311
+ Indicates the label for the item that has to be displayed in the Settings Panel
312
+
229
313
  ## `rationale` (object)
230
314
 
231
315
  Properties of the `rationale` object:
@@ -262,9 +346,9 @@ Indicates if the item has to be displayed in the Settings Panel
262
346
 
263
347
  Indicates the label for the item that has to be displayed in the Settings Panel
264
348
 
265
- ## `verticalMode` (object)
349
+ ## `choicesLayout` (object)
266
350
 
267
- Properties of the `verticalMode` object:
351
+ Properties of the `choicesLayout` object:
268
352
 
269
353
  ### `settings` (boolean)
270
354
 
@@ -274,6 +358,66 @@ Indicates if the item has to be displayed in the Settings Panel
274
358
 
275
359
  Indicates the label for the item that has to be displayed in the Settings Panel
276
360
 
361
+ ## `gridColumns` (object)
362
+
363
+ Properties of the `gridColumns` object:
364
+
365
+ ### `settings` (boolean)
366
+
367
+ Indicates if the item has to be displayed in the Settings Panel
368
+
369
+ ### `label` (string)
370
+
371
+ Indicates the label for the item that has to be displayed in the Settings Panel
372
+
373
+ ## `minAnswerChoices` (number)
374
+
375
+ Minimum number of answer choices
376
+
377
+ ## `maxAnswerChoices` (number)
378
+
379
+ Maximum number of answer choices
380
+
381
+ ## `maxImageWidth` (object)
382
+
383
+ Properties of the `maxImageWidth` object:
384
+
385
+ ### `teacherInstructions` (number)
386
+
387
+ Indicates the max dimension for images in teacher instructions
388
+
389
+ ### `prompt` (number)
390
+
391
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
392
+
393
+ ### `rationale` (number)
394
+
395
+ Indicates the max dimension for images in rationale
396
+
397
+ ### `choices` (number)
398
+
399
+ Indicates the max dimension for images in choices
400
+
401
+ ## `maxImageHeight` (object)
402
+
403
+ Properties of the `maxImageHeight` object:
404
+
405
+ ### `teacherInstructions` (number)
406
+
407
+ Indicates the max dimension for images in teacher instructions
408
+
409
+ ### `prompt` (number)
410
+
411
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
412
+
413
+ ### `rationale` (number)
414
+
415
+ Indicates the max dimension for images in rationale
416
+
417
+ ### `choices` (number)
418
+
419
+ Indicates the max dimension for images in choices
420
+
277
421
  # `partLabels` (object)
278
422
 
279
423
  Properties of the `partLabels` object:
@@ -416,6 +560,18 @@ Indicates if the item has to be displayed in the Settings Panel
416
560
 
417
561
  Indicates the label for the item that has to be displayed in the Settings Panel
418
562
 
563
+ ### `spellCheck` (object)
564
+
565
+ Properties of the `spellCheck` object:
566
+
567
+ #### `settings` (boolean)
568
+
569
+ Indicates if the item has to be displayed in the Settings Panel
570
+
571
+ #### `label` (string)
572
+
573
+ Indicates the label for the item that has to be displayed in the Settings Panel
574
+
419
575
  ### `rationale` (object)
420
576
 
421
577
  Properties of the `rationale` object:
@@ -452,9 +608,21 @@ Indicates if the item has to be displayed in the Settings Panel
452
608
 
453
609
  Indicates the label for the item that has to be displayed in the Settings Panel
454
610
 
455
- ### `verticalMode` (object)
611
+ ### `choicesLayout` (object)
612
+
613
+ Properties of the `choicesLayout` object:
614
+
615
+ #### `settings` (boolean)
616
+
617
+ Indicates if the item has to be displayed in the Settings Panel
618
+
619
+ #### `label` (string)
620
+
621
+ Indicates the label for the item that has to be displayed in the Settings Panel
622
+
623
+ ### `gridColumns` (object)
456
624
 
457
- Properties of the `verticalMode` object:
625
+ Properties of the `gridColumns` object:
458
626
 
459
627
  #### `settings` (boolean)
460
628
 
@@ -464,6 +632,54 @@ Indicates if the item has to be displayed in the Settings Panel
464
632
 
465
633
  Indicates the label for the item that has to be displayed in the Settings Panel
466
634
 
635
+ ### `minAnswerChoices` (number)
636
+
637
+ Minimum number of answer choices
638
+
639
+ ### `maxAnswerChoices` (number)
640
+
641
+ Maximum number of answer choices
642
+
643
+ ### `maxImageWidth` (object)
644
+
645
+ Properties of the `maxImageWidth` object:
646
+
647
+ #### `teacherInstructions` (number)
648
+
649
+ Indicates the max dimension for images in teacher instructions
650
+
651
+ #### `prompt` (number)
652
+
653
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
654
+
655
+ #### `rationale` (number)
656
+
657
+ Indicates the max dimension for images in rationale
658
+
659
+ #### `choices` (number)
660
+
661
+ Indicates the max dimension for images in choices
662
+
663
+ ### `maxImageHeight` (object)
664
+
665
+ Properties of the `maxImageHeight` object:
666
+
667
+ #### `teacherInstructions` (number)
668
+
669
+ Indicates the max dimension for images in teacher instructions
670
+
671
+ #### `prompt` (number)
672
+
673
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
674
+
675
+ #### `rationale` (number)
676
+
677
+ Indicates the max dimension for images in rationale
678
+
679
+ #### `choices` (number)
680
+
681
+ Indicates the max dimension for images in choices
682
+
467
683
  ## `ConfigureProp` (object)
468
684
 
469
685
  Properties of the `ConfigureProp` object:
@@ -474,4 +690,24 @@ Indicates if the item has to be displayed in the Settings Panel
474
690
 
475
691
  ### `label` (string)
476
692
 
477
- Indicates the label for the item that has to be displayed in the Settings Panel
693
+ Indicates the label for the item that has to be displayed in the Settings Panel
694
+
695
+ ## `ConfigureMaxImageDimensionsProp` (object)
696
+
697
+ Properties of the `ConfigureMaxImageDimensionsProp` object:
698
+
699
+ ### `teacherInstructions` (number)
700
+
701
+ Indicates the max dimension for images in teacher instructions
702
+
703
+ ### `prompt` (number)
704
+
705
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
706
+
707
+ ### `rationale` (number)
708
+
709
+ Indicates the max dimension for images in rationale
710
+
711
+ ### `choices` (number)
712
+
713
+ Indicates the max dimension for images in choices