@pie-element/graphing-solution-set 6.1.2-next.1 → 6.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 (88) hide show
  1. package/CHANGELOG.json +1 -0
  2. package/CHANGELOG.md +856 -0
  3. package/LICENSE.md +5 -0
  4. package/README.md +20 -0
  5. package/configure/CHANGELOG.json +1 -0
  6. package/configure/CHANGELOG.md +816 -0
  7. package/configure/lib/configure.js +312 -0
  8. package/configure/lib/configure.js.map +1 -0
  9. package/configure/lib/correct-response.js +435 -0
  10. package/configure/lib/correct-response.js.map +1 -0
  11. package/configure/lib/defaults.js +357 -0
  12. package/configure/lib/defaults.js.map +1 -0
  13. package/configure/lib/graphing-config.js +408 -0
  14. package/configure/lib/graphing-config.js.map +1 -0
  15. package/configure/lib/index.js +163 -0
  16. package/configure/lib/index.js.map +1 -0
  17. package/configure/lib/utils.js +630 -0
  18. package/configure/lib/utils.js.map +1 -0
  19. package/configure/package.json +29 -0
  20. package/controller/CHANGELOG.json +1 -0
  21. package/controller/CHANGELOG.md +675 -0
  22. package/controller/lib/defaults.js +69 -0
  23. package/controller/lib/defaults.js.map +1 -0
  24. package/controller/lib/index.js +351 -0
  25. package/controller/lib/index.js.map +1 -0
  26. package/controller/lib/utils.js +212 -0
  27. package/controller/lib/utils.js.map +1 -0
  28. package/controller/package.json +22 -0
  29. package/demo-gss.gif +0 -0
  30. package/docs/config-schema.json +1560 -0
  31. package/docs/config-schema.json.md +1114 -0
  32. package/docs/demo/config.js +8 -0
  33. package/docs/demo/generate.js +54 -0
  34. package/docs/demo/index.html +1 -0
  35. package/docs/demo/session.js +6 -0
  36. package/docs/pie-schema.json +1800 -0
  37. package/docs/pie-schema.json.md +952 -0
  38. package/lib/index.js +164 -0
  39. package/lib/index.js.map +1 -0
  40. package/lib/main.js +355 -0
  41. package/lib/main.js.map +1 -0
  42. package/lib/utils.js +515 -0
  43. package/lib/utils.js.map +1 -0
  44. package/package.json +23 -86
  45. package/configure.js +0 -2
  46. package/controller.js +0 -1
  47. package/dist/author/configure.d.ts +0 -26
  48. package/dist/author/configure.js +0 -190
  49. package/dist/author/correct-response.d.ts +0 -33
  50. package/dist/author/correct-response.js +0 -206
  51. package/dist/author/defaults.d.ts +0 -238
  52. package/dist/author/defaults.js +0 -339
  53. package/dist/author/graphing-config.d.ts +0 -33
  54. package/dist/author/graphing-config.js +0 -237
  55. package/dist/author/index.d.ts +0 -62
  56. package/dist/author/index.js +0 -87
  57. package/dist/author/utils.d.ts +0 -46
  58. package/dist/author/utils.js +0 -474
  59. package/dist/browser/author/index.js +0 -1942
  60. package/dist/browser/author/index.js.map +0 -1
  61. package/dist/browser/browser-pUycHh7Y.js +0 -348
  62. package/dist/browser/browser-pUycHh7Y.js.map +0 -1
  63. package/dist/browser/controller/index.js +0 -193
  64. package/dist/browser/controller/index.js.map +0 -1
  65. package/dist/browser/delivery/index.js +0 -782
  66. package/dist/browser/delivery/index.js.map +0 -1
  67. package/dist/browser/dist-BxTk7Laj.js +0 -57671
  68. package/dist/browser/dist-BxTk7Laj.js.map +0 -1
  69. package/dist/browser/graphing-solution-set.css +0 -2
  70. package/dist/controller/defaults.d.ts +0 -64
  71. package/dist/controller/defaults.js +0 -54
  72. package/dist/controller/index.d.ts +0 -24
  73. package/dist/controller/index.js +0 -110
  74. package/dist/controller/utils.d.ts +0 -20
  75. package/dist/controller/utils.js +0 -39
  76. package/dist/delivery/index.d.ts +0 -22
  77. package/dist/delivery/index.js +0 -62
  78. package/dist/delivery/main.d.ts +0 -31
  79. package/dist/delivery/main.js +0 -198
  80. package/dist/delivery/utils.d.ts +0 -12
  81. package/dist/delivery/utils.js +0 -220
  82. package/dist/graphing-solution-set.css +0 -2
  83. package/dist/index.d.ts +0 -1
  84. package/dist/index.iife.d.ts +0 -8
  85. package/dist/index.iife.js +0 -405
  86. package/dist/index.js +0 -2
  87. package/dist/runtime-support.d.ts +0 -12
  88. package/dist/runtime-support.js +0 -12
@@ -0,0 +1,952 @@
1
+ Model Object for @pie-elements/graphing-solution-set
2
+
3
+ The schema defines the following properties:
4
+
5
+ # `answers` (object, required)
6
+
7
+ Indicates marks that are set as answers
8
+
9
+ Properties of the `answers` object:
10
+
11
+ ## `correctAnswer` (object, required)
12
+
13
+ Properties of the `correctAnswer` object:
14
+
15
+ ### `name` (string, required)
16
+
17
+ Indicates name of answer
18
+
19
+ ### `marks` (array, required)
20
+
21
+ Indicates marks for the answer
22
+
23
+ Additional restrictions:
24
+
25
+ * Minimum items: `1`
26
+
27
+ # `arrows` (object)
28
+
29
+ Properties of the `arrows` object:
30
+
31
+ ## `left` (boolean, required)
32
+
33
+ Indicates if left arrow is enabled
34
+
35
+ ## `right` (boolean, required)
36
+
37
+ Indicates if right arrow is enabled
38
+
39
+ ## `up` (boolean, required)
40
+
41
+ Indicates if up arrow is enabled
42
+
43
+ ## `down` (boolean, required)
44
+
45
+ Indicates if down arrow is enabled
46
+
47
+ # `defaultGridConfiguration` (object, required)
48
+
49
+ An object that represents a number of any kind. All JavaScript numbers are 64-bit floating-point numbers.
50
+
51
+ # `coordinatesOnHover` (boolean)
52
+
53
+ Indicates if coordinates of a point are displayed on hover
54
+
55
+ # `domain` (object, required)
56
+
57
+ Properties of the `domain` object:
58
+
59
+ ## `min` (number, required)
60
+
61
+ Min value
62
+
63
+ ## `max` (number, required)
64
+
65
+ Max value
66
+
67
+ ## `padding` (number, required)
68
+
69
+ Padding value
70
+
71
+ ## `step` (number, required)
72
+
73
+ Step value
74
+
75
+ ## `labelStep` (number, required)
76
+
77
+ Label step value
78
+
79
+ ## `axisLabel` (string, required)
80
+
81
+ Axis Label
82
+
83
+ # `graph` (object, required)
84
+
85
+ Properties of the `graph` object:
86
+
87
+ ## `width` (number, required)
88
+
89
+ Width for graph representation
90
+
91
+ ## `height` (number, required)
92
+
93
+ Height for graph representation
94
+
95
+ # `gssLineData` (object, required)
96
+
97
+ Properties of the `gssLineData` object:
98
+
99
+ ## `numberOfLines` (number, required)
100
+
101
+ Indicates number of lines for GSS item
102
+
103
+ ## `selectedTool` (string, enum, required)
104
+
105
+ Indicates selected tool default is lineA
106
+
107
+ This element must be one of the following enum values:
108
+
109
+ * `lineA`
110
+ * `lineB`
111
+ * `solutionSet`
112
+
113
+ ## `sections` (array, required)
114
+
115
+ Indicates array of polygons points formed by intersection of lines drawn
116
+
117
+ Additional restrictions:
118
+
119
+ * Minimum items: `1`
120
+
121
+ ## `lineA` (object, required)
122
+
123
+ Properties of the `lineA` object:
124
+
125
+ ### `lineType` (string, enum, required)
126
+
127
+ Indicates if line is Solid or Dashed
128
+
129
+ This element must be one of the following enum values:
130
+
131
+ * `Dashed`
132
+ * `Solid`
133
+
134
+ ## `lineB` (object, required)
135
+
136
+ Properties of the `lineB` object:
137
+
138
+ ### `lineType` (string, enum, required)
139
+
140
+ Indicates if line is Solid or Dashed
141
+
142
+ This element must be one of the following enum values:
143
+
144
+ * `Dashed`
145
+ * `Solid`
146
+
147
+ # `includeAxes` (boolean)
148
+
149
+ Indicates if the graph axes and labels are enabled
150
+
151
+ # `labels` (object)
152
+
153
+ Properties of the `labels` object:
154
+
155
+ ## `top` (string, required)
156
+
157
+ Label for top side of the graph
158
+
159
+ ## `bottom` (string, required)
160
+
161
+ Label for bottom side of the graph
162
+
163
+ ## `left` (string, required)
164
+
165
+ Label for left side of the graph
166
+
167
+ ## `right` (string, required)
168
+
169
+ Label for right side of the graph
170
+
171
+ # `language` (string)
172
+
173
+ Indicates the language of the component
174
+ Supported options: en, es, en_US, en-US, es_ES, es-ES, es_MX, es-MX
175
+
176
+ # `padding` (boolean)
177
+
178
+ Indicates if padding is enabled
179
+
180
+ # `prompt` (string)
181
+
182
+ Indicates prompt value
183
+
184
+ # `promptEnabled` (boolean)
185
+
186
+ Indicates if the prompt is enabled
187
+
188
+ # `range` (object, required)
189
+
190
+ Properties of the `range` object:
191
+
192
+ ## `min` (number, required)
193
+
194
+ Min value
195
+
196
+ ## `max` (number, required)
197
+
198
+ Max value
199
+
200
+ ## `padding` (number, required)
201
+
202
+ Padding value
203
+
204
+ ## `step` (number, required)
205
+
206
+ Step value
207
+
208
+ ## `labelStep` (number, required)
209
+
210
+ Label step value
211
+
212
+ ## `axisLabel` (string, required)
213
+
214
+ Axis Label
215
+
216
+ # `rationale` (string)
217
+
218
+ Indicates rationale for the answer
219
+
220
+ # `scoringType` (string, enum)
221
+
222
+ Indicates scoring type
223
+
224
+ This element must be one of the following enum values:
225
+
226
+ * `dichotomous`
227
+
228
+ # `studentInstructions` (string)
229
+
230
+ Indicates student instructions
231
+
232
+ # `teacherInstructions` (string)
233
+
234
+ Indicates teacher instructions
235
+
236
+ # `title` (string)
237
+
238
+ Indicates graph title
239
+
240
+ # `labelsEnabled` (boolean)
241
+
242
+ Indicates if the graph labels are displayed
243
+
244
+ # `dimensionsEnabled` (boolean)
245
+
246
+ Indicates if the graph dimensions are displayed
247
+
248
+ # `titleEnabled` (boolean)
249
+
250
+ Indicates if the graph title is displayed
251
+
252
+ # `rationaleEnabled` (boolean, required)
253
+
254
+ Indicates if Rationale are enabled
255
+
256
+ # `spellCheckEnabled` (boolean, required)
257
+
258
+ Indicates if spellcheck is enabled for the author. Default value is true
259
+
260
+ # `standardGrid` (boolean)
261
+
262
+ Indicates if some domain values will be synched to the range values
263
+
264
+ # `studentInstructionsEnabled` (boolean, required)
265
+
266
+ Indicates if Student Instructions are enabled
267
+
268
+ # `teacherInstructionsEnabled` (boolean, required)
269
+
270
+ Indicates if Teacher Instructions are enabled
271
+
272
+ # `rubricEnabled` (boolean, required)
273
+
274
+ Indicates if Rubric is enabled
275
+
276
+ # `id` (string, required)
277
+
278
+ Identifier to identify the Pie Element in html markup, Must be unique within a pie item config.
279
+
280
+ # `element` (string, required)
281
+
282
+ The html Element tag name
283
+
284
+ ---
285
+
286
+ # Sub Schemas
287
+
288
+ The schema defines the following additional types:
289
+
290
+ ## `AuthoringConfigProp` (object)
291
+
292
+ Properties of the `AuthoringConfigProp` object:
293
+
294
+ ### `settings` (boolean)
295
+
296
+ Indicates if the item is displayed in the Settings Panel
297
+
298
+ ### `label` (string)
299
+
300
+ Indicates the label for the item that is displayed in the Settings Panel
301
+
302
+ ### `enabled` (boolean)
303
+
304
+ Indicates if the Grid Setup Panel is displayed
305
+
306
+ ### `includeAxesEnabled` (boolean)
307
+
308
+ Indicates if the "includeAxes" toggle is displayed in the Grid Setup Panel
309
+
310
+ ### `standardGridEnabled` (boolean)
311
+
312
+ Indicates if the "standardGrid" toggle is displayed in the Grid Setup Panel
313
+
314
+ ### `min` (object)
315
+
316
+ Properties of the `min` object:
317
+
318
+ #### `label` (string)
319
+
320
+ Indicates the label for the item that is displayed in the Grid Setup Panel
321
+
322
+ #### `enabled` (boolean)
323
+
324
+ Indicates if the item is displayed in the Grid Setup Panel
325
+
326
+ ### `max` (object)
327
+
328
+ Properties of the `max` object:
329
+
330
+ #### `label` (string)
331
+
332
+ Indicates the label for the item that is displayed in the Grid Setup Panel
333
+
334
+ #### `enabled` (boolean)
335
+
336
+ Indicates if the item is displayed in the Grid Setup Panel
337
+
338
+ ### `axisLabel` (object)
339
+
340
+ Properties of the `axisLabel` object:
341
+
342
+ #### `label` (string)
343
+
344
+ Indicates the label for the item that is displayed in the Grid Setup Panel
345
+
346
+ #### `enabled` (boolean)
347
+
348
+ Indicates if the item is displayed in the Grid Setup Panel
349
+
350
+ ### `step` (object)
351
+
352
+ Properties of the `step` object:
353
+
354
+ #### `label` (string)
355
+
356
+ Indicates the label for the item that is displayed in the Grid Setup Panel
357
+
358
+ #### `enabled` (boolean)
359
+
360
+ Indicates if the item is displayed in the Grid Setup Panel
361
+
362
+ ### `labelStep` (object)
363
+
364
+ Properties of the `labelStep` object:
365
+
366
+ #### `label` (string)
367
+
368
+ Indicates the label for the item that is displayed in the Grid Setup Panel
369
+
370
+ #### `enabled` (boolean)
371
+
372
+ Indicates if the item is displayed in the Grid Setup Panel
373
+
374
+ ## `GridPanelConfigProp` (object)
375
+
376
+ Properties of the `GridPanelConfigProp` object:
377
+
378
+ ### `label` (string)
379
+
380
+ Indicates the label for the item that is displayed in the Grid Setup Panel
381
+
382
+ ### `enabled` (boolean)
383
+
384
+ Indicates if the item is displayed in the Grid Setup Panel
385
+
386
+ ## `ArrowsConfigProp` (object)
387
+
388
+ Properties of the `ArrowsConfigProp` object:
389
+
390
+ ### `settings` (boolean)
391
+
392
+ Indicates if the item has to be displayed in the Settings Panel
393
+
394
+ ### `label` (string)
395
+
396
+ Indicates the label for the item that has to be displayed in the Settings Panel
397
+
398
+ ### `left` (object)
399
+
400
+ Properties of the `left` object:
401
+
402
+ #### `label` (string)
403
+
404
+ Indicates the label for the arrow that has to be displayed in the Settings Panel
405
+
406
+ ### `right` (object)
407
+
408
+ Properties of the `right` object:
409
+
410
+ #### `label` (string)
411
+
412
+ Indicates the label for the arrow that has to be displayed in the Settings Panel
413
+
414
+ ### `up` (object)
415
+
416
+ Properties of the `up` object:
417
+
418
+ #### `label` (string)
419
+
420
+ Indicates the label for the arrow that has to be displayed in the Settings Panel
421
+
422
+ ### `down` (object)
423
+
424
+ Properties of the `down` object:
425
+
426
+ #### `label` (string)
427
+
428
+ Indicates the label for the arrow that has to be displayed in the Settings Panel
429
+
430
+ ## `ArrowsProp` (object)
431
+
432
+ Properties of the `ArrowsProp` object:
433
+
434
+ ### `label` (string)
435
+
436
+ Indicates the label for the arrow that has to be displayed in the Settings Panel
437
+
438
+ ## `ConfigureProp` (object)
439
+
440
+ Properties of the `ConfigureProp` object:
441
+
442
+ ### `settings` (boolean)
443
+
444
+ Indicates if the item has to be displayed in the Settings Panel
445
+
446
+ ### `label` (string)
447
+
448
+ Indicates the label for the item that has to be displayed in the Settings Panel
449
+
450
+ ## `DimensionsConfigProp` (object)
451
+
452
+ Properties of the `DimensionsConfigProp` object:
453
+
454
+ ### `settings` (boolean)
455
+
456
+ Indicates if the item has to be displayed in the Settings Panel
457
+
458
+ ### `label` (string)
459
+
460
+ Indicates the label for the item that has to be displayed in the Settings Panel
461
+
462
+ ### `enabled` (boolean)
463
+
464
+ Indicates if the graph dimensions are included in the Grid Setup Panel
465
+
466
+ ### `min` (number)
467
+
468
+ Indicates the minimum value for the graph width and height
469
+
470
+ ### `max` (number)
471
+
472
+ Indicates the maximum value for the graph width and height
473
+
474
+ ### `step` (number)
475
+
476
+ Indicates the increase/decrease value for the graph width and height
477
+
478
+ ## `GridConfigurationsProp` (object)
479
+
480
+ Properties of the `GridConfigurationsProp` object:
481
+
482
+ ### `label` (string)
483
+
484
+ Indicates the label for the configuration
485
+
486
+ ### `arrows` (object)
487
+
488
+ Properties of the `arrows` object:
489
+
490
+ #### `left` (boolean, required)
491
+
492
+ Indicates if left arrow is enabled
493
+
494
+ #### `right` (boolean, required)
495
+
496
+ Indicates if right arrow is enabled
497
+
498
+ #### `up` (boolean, required)
499
+
500
+ Indicates if up arrow is enabled
501
+
502
+ #### `down` (boolean, required)
503
+
504
+ Indicates if down arrow is enabled
505
+
506
+ ### `domain` (object, required)
507
+
508
+ Properties of the `domain` object:
509
+
510
+ #### `min` (number, required)
511
+
512
+ Min value
513
+
514
+ #### `max` (number, required)
515
+
516
+ Max value
517
+
518
+ #### `padding` (number, required)
519
+
520
+ Padding value
521
+
522
+ #### `step` (number, required)
523
+
524
+ Step value
525
+
526
+ #### `labelStep` (number, required)
527
+
528
+ Label step value
529
+
530
+ #### `axisLabel` (string, required)
531
+
532
+ Axis Label
533
+
534
+ ### `graph` (object, required)
535
+
536
+ Properties of the `graph` object:
537
+
538
+ #### `width` (number, required)
539
+
540
+ Width for graph representation
541
+
542
+ #### `height` (number, required)
543
+
544
+ Height for graph representation
545
+
546
+ ### `includeAxes` (boolean)
547
+
548
+ Indicates if the graph axes and labels are enabled
549
+
550
+ ### `labels` (object)
551
+
552
+ Properties of the `labels` object:
553
+
554
+ #### `top` (string, required)
555
+
556
+ Label for top side of the graph
557
+
558
+ #### `bottom` (string, required)
559
+
560
+ Label for bottom side of the graph
561
+
562
+ #### `left` (string, required)
563
+
564
+ Label for left side of the graph
565
+
566
+ #### `right` (string, required)
567
+
568
+ Label for right side of the graph
569
+
570
+ ### `padding` (boolean)
571
+
572
+ Indicates if padding is enabled
573
+
574
+ ### `range` (object, required)
575
+
576
+ Properties of the `range` object:
577
+
578
+ #### `min` (number, required)
579
+
580
+ Min value
581
+
582
+ #### `max` (number, required)
583
+
584
+ Max value
585
+
586
+ #### `padding` (number, required)
587
+
588
+ Padding value
589
+
590
+ #### `step` (number, required)
591
+
592
+ Step value
593
+
594
+ #### `labelStep` (number, required)
595
+
596
+ Label step value
597
+
598
+ #### `axisLabel` (string, required)
599
+
600
+ Axis Label
601
+
602
+ ### `standardGrid` (boolean)
603
+
604
+ Indicates if some domain values will be synched to the range values
605
+
606
+ ### `title` (string)
607
+
608
+ Indicates graph title
609
+
610
+ ## `Arrows` (object)
611
+
612
+ Properties of the `Arrows` object:
613
+
614
+ ### `left` (boolean, required)
615
+
616
+ Indicates if left arrow is enabled
617
+
618
+ ### `right` (boolean, required)
619
+
620
+ Indicates if right arrow is enabled
621
+
622
+ ### `up` (boolean, required)
623
+
624
+ Indicates if up arrow is enabled
625
+
626
+ ### `down` (boolean, required)
627
+
628
+ Indicates if down arrow is enabled
629
+
630
+ ## `GraphSettings` (object)
631
+
632
+ Properties of the `GraphSettings` object:
633
+
634
+ ### `min` (number, required)
635
+
636
+ Min value
637
+
638
+ ### `max` (number, required)
639
+
640
+ Max value
641
+
642
+ ### `padding` (number, required)
643
+
644
+ Padding value
645
+
646
+ ### `step` (number, required)
647
+
648
+ Step value
649
+
650
+ ### `labelStep` (number, required)
651
+
652
+ Label step value
653
+
654
+ ### `axisLabel` (string, required)
655
+
656
+ Axis Label
657
+
658
+ ## `Graph` (object)
659
+
660
+ Properties of the `Graph` object:
661
+
662
+ ### `width` (number, required)
663
+
664
+ Width for graph representation
665
+
666
+ ### `height` (number, required)
667
+
668
+ Height for graph representation
669
+
670
+ ## `Labels` (object)
671
+
672
+ Properties of the `Labels` object:
673
+
674
+ ### `top` (string, required)
675
+
676
+ Label for top side of the graph
677
+
678
+ ### `bottom` (string, required)
679
+
680
+ Label for bottom side of the graph
681
+
682
+ ### `left` (string, required)
683
+
684
+ Label for left side of the graph
685
+
686
+ ### `right` (string, required)
687
+
688
+ Label for right side of the graph
689
+
690
+ ## `LabelsConfigProp` (object)
691
+
692
+ Properties of the `LabelsConfigProp` object:
693
+
694
+ ### `top` (string)
695
+
696
+ Indicates the placeholder for the top label
697
+
698
+ ### `right` (string)
699
+
700
+ Indicates the placeholder for the right label
701
+
702
+ ### `bottom` (string)
703
+
704
+ Indicates the placeholder for the bottom label
705
+
706
+ ### `left` (string)
707
+
708
+ Indicates the placeholder for the left label
709
+
710
+ ### `enabled` (boolean)
711
+
712
+ Indicates the value of the item if it affects config-ui
713
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
714
+
715
+ ### `settings` (boolean)
716
+
717
+ Indicates if the item has to be displayed in the Settings Panel
718
+
719
+ ### `label` (string)
720
+
721
+ Indicates the label for the item that has to be displayed in the Settings Panel
722
+
723
+ ## `ConfigurePropWithEnabled` (object)
724
+
725
+ Properties of the `ConfigurePropWithEnabled` object:
726
+
727
+ ### `enabled` (boolean)
728
+
729
+ Indicates the value of the item if it affects config-ui
730
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
731
+
732
+ ### `settings` (boolean)
733
+
734
+ Indicates if the item has to be displayed in the Settings Panel
735
+
736
+ ### `label` (string)
737
+
738
+ Indicates the label for the item that has to be displayed in the Settings Panel
739
+
740
+ ## `ConfigureLanguageOptionsProp` (object)
741
+
742
+ Properties of the `ConfigureLanguageOptionsProp` object:
743
+
744
+ ### `value` (string, required)
745
+
746
+ Value of the language option
747
+
748
+ ### `label` (string, required)
749
+
750
+ Label of the language option
751
+
752
+ ## `TitleConfigProp` (object)
753
+
754
+ Properties of the `TitleConfigProp` object:
755
+
756
+ ### `placeholder` (string)
757
+
758
+ Indicates the placeholder for the title label
759
+
760
+ ### `enabled` (boolean)
761
+
762
+ Indicates the value of the item if it affects config-ui
763
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
764
+
765
+ ### `settings` (boolean)
766
+
767
+ Indicates if the item has to be displayed in the Settings Panel
768
+
769
+ ### `label` (string)
770
+
771
+ Indicates the label for the item that has to be displayed in the Settings Panel
772
+
773
+ ## `ConfigureMaxImageDimensionsProp` (object)
774
+
775
+ Properties of the `ConfigureMaxImageDimensionsProp` object:
776
+
777
+ ### `teacherInstructions` (number)
778
+
779
+ Indicates the max dimension for images in teacher instructions
780
+
781
+ ### `prompt` (number)
782
+
783
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
784
+
785
+ ### `rationale` (number)
786
+
787
+ Indicates the max dimension for images in rationale
788
+
789
+ ## `ConfigureMathMLProp` (object)
790
+
791
+ Properties of the `ConfigureMathMLProp` object:
792
+
793
+ ### `mmlOutput` (number)
794
+
795
+ Indicates if model should have mathML output instead of latex
796
+
797
+ ### `mmlEditing` (number)
798
+
799
+ Indicates if mathML that's already in model should be editable
800
+
801
+ ## `Answer` (object)
802
+
803
+ Properties of the `Answer` object:
804
+
805
+ ### `name` (string, required)
806
+
807
+ Indicates name of answer
808
+
809
+ ### `marks` (array, required)
810
+
811
+ Indicates marks for the answer
812
+
813
+ Additional restrictions:
814
+
815
+ * Minimum items: `1`
816
+
817
+ ## `Mark` (object)
818
+
819
+ Properties of the `Mark` object:
820
+
821
+ ### `type` (string, enum, required)
822
+
823
+ Indicates type of mark
824
+
825
+ This element must be one of the following enum values:
826
+
827
+ * `line`
828
+
829
+ ### `showLabel` (boolean)
830
+
831
+ Indicates if label should be visible
832
+
833
+ ### `label` (string)
834
+
835
+ Indicates label value for mark
836
+
837
+ ### `building` (boolean, required)
838
+
839
+ Indicates if mark is in build process
840
+
841
+ ### `x` (number)
842
+
843
+ Indicates x coordinate if type is point
844
+
845
+ ### `y` (number)
846
+
847
+ Indicates y coordinate if type is point
848
+
849
+ ### `from` (object)
850
+
851
+ Properties of the `from` object:
852
+
853
+ #### `x` (number, required)
854
+
855
+ Indicates x coordinate
856
+
857
+ #### `y` (number, required)
858
+
859
+ Indicates y coordinate
860
+
861
+ ### `to` (object)
862
+
863
+ Properties of the `to` object:
864
+
865
+ #### `x` (number, required)
866
+
867
+ Indicates x coordinate
868
+
869
+ #### `y` (number, required)
870
+
871
+ Indicates y coordinate
872
+
873
+ ## `Point` (object)
874
+
875
+ Properties of the `Point` object:
876
+
877
+ ### `x` (number, required)
878
+
879
+ Indicates x coordinate
880
+
881
+ ### `y` (number, required)
882
+
883
+ Indicates y coordinate
884
+
885
+ ## `Number` (object)
886
+
887
+ An object that represents a number of any kind. All JavaScript numbers are 64-bit floating-point numbers.
888
+
889
+ ## `GssLineData` (object)
890
+
891
+ Properties of the `GssLineData` object:
892
+
893
+ ### `numberOfLines` (number, required)
894
+
895
+ Indicates number of lines for GSS item
896
+
897
+ ### `selectedTool` (string, enum, required)
898
+
899
+ Indicates selected tool default is lineA
900
+
901
+ This element must be one of the following enum values:
902
+
903
+ * `lineA`
904
+ * `lineB`
905
+ * `solutionSet`
906
+
907
+ ### `sections` (array, required)
908
+
909
+ Indicates array of polygons points formed by intersection of lines drawn
910
+
911
+ Additional restrictions:
912
+
913
+ * Minimum items: `1`
914
+
915
+ ### `lineA` (object, required)
916
+
917
+ Properties of the `lineA` object:
918
+
919
+ #### `lineType` (string, enum, required)
920
+
921
+ Indicates if line is Solid or Dashed
922
+
923
+ This element must be one of the following enum values:
924
+
925
+ * `Dashed`
926
+ * `Solid`
927
+
928
+ ### `lineB` (object, required)
929
+
930
+ Properties of the `lineB` object:
931
+
932
+ #### `lineType` (string, enum, required)
933
+
934
+ Indicates if line is Solid or Dashed
935
+
936
+ This element must be one of the following enum values:
937
+
938
+ * `Dashed`
939
+ * `Solid`
940
+
941
+ ## `LineType` (object)
942
+
943
+ Properties of the `LineType` object:
944
+
945
+ ### `lineType` (string, enum, required)
946
+
947
+ Indicates if line is Solid or Dashed
948
+
949
+ This element must be one of the following enum values:
950
+
951
+ * `Dashed`
952
+ * `Solid`