@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,1114 @@
1
+ Config Object for @pie-elements/graphing-solution-set
2
+
3
+ The schema defines the following properties:
4
+
5
+ # `authoring` (object)
6
+
7
+ Properties of the `authoring` object:
8
+
9
+ ## `settings` (boolean)
10
+
11
+ Indicates if the item is displayed in the Settings Panel
12
+
13
+ ## `label` (string)
14
+
15
+ Indicates the label for the item that is displayed in the Settings Panel
16
+
17
+ ## `enabled` (boolean)
18
+
19
+ Indicates if the Grid Setup Panel is displayed
20
+
21
+ ## `includeAxesEnabled` (boolean)
22
+
23
+ Indicates if the "includeAxes" toggle is displayed in the Grid Setup Panel
24
+
25
+ ## `standardGridEnabled` (boolean)
26
+
27
+ Indicates if the "standardGrid" toggle is displayed in the Grid Setup Panel
28
+
29
+ ## `min` (object)
30
+
31
+ Properties of the `min` object:
32
+
33
+ ### `label` (string)
34
+
35
+ Indicates the label for the item that is displayed in the Grid Setup Panel
36
+
37
+ ### `enabled` (boolean)
38
+
39
+ Indicates if the item is displayed in the Grid Setup Panel
40
+
41
+ ## `max` (object)
42
+
43
+ Properties of the `max` object:
44
+
45
+ ### `label` (string)
46
+
47
+ Indicates the label for the item that is displayed in the Grid Setup Panel
48
+
49
+ ### `enabled` (boolean)
50
+
51
+ Indicates if the item is displayed in the Grid Setup Panel
52
+
53
+ ## `axisLabel` (object)
54
+
55
+ Properties of the `axisLabel` object:
56
+
57
+ ### `label` (string)
58
+
59
+ Indicates the label for the item that is displayed in the Grid Setup Panel
60
+
61
+ ### `enabled` (boolean)
62
+
63
+ Indicates if the item is displayed in the Grid Setup Panel
64
+
65
+ ## `step` (object)
66
+
67
+ Properties of the `step` object:
68
+
69
+ ### `label` (string)
70
+
71
+ Indicates the label for the item that is displayed in the Grid Setup Panel
72
+
73
+ ### `enabled` (boolean)
74
+
75
+ Indicates if the item is displayed in the Grid Setup Panel
76
+
77
+ ## `labelStep` (object)
78
+
79
+ Properties of the `labelStep` object:
80
+
81
+ ### `label` (string)
82
+
83
+ Indicates the label for the item that is displayed in the Grid Setup Panel
84
+
85
+ ### `enabled` (boolean)
86
+
87
+ Indicates if the item is displayed in the Grid Setup Panel
88
+
89
+ # `arrows` (object)
90
+
91
+ Properties of the `arrows` object:
92
+
93
+ ## `settings` (boolean)
94
+
95
+ Indicates if the item has to be displayed in the Settings Panel
96
+
97
+ ## `label` (string)
98
+
99
+ Indicates the label for the item that has to be displayed in the Settings Panel
100
+
101
+ ## `left` (object)
102
+
103
+ Properties of the `left` object:
104
+
105
+ ### `label` (string)
106
+
107
+ Indicates the label for the arrow that has to be displayed in the Settings Panel
108
+
109
+ ## `right` (object)
110
+
111
+ Properties of the `right` object:
112
+
113
+ ### `label` (string)
114
+
115
+ Indicates the label for the arrow that has to be displayed in the Settings Panel
116
+
117
+ ## `up` (object)
118
+
119
+ Properties of the `up` object:
120
+
121
+ ### `label` (string)
122
+
123
+ Indicates the label for the arrow that has to be displayed in the Settings Panel
124
+
125
+ ## `down` (object)
126
+
127
+ Properties of the `down` object:
128
+
129
+ ### `label` (string)
130
+
131
+ Indicates the label for the arrow that has to be displayed in the Settings Panel
132
+
133
+ # `coordinatesOnHover` (object)
134
+
135
+ Properties of the `coordinatesOnHover` object:
136
+
137
+ ## `settings` (boolean)
138
+
139
+ Indicates if the item has to be displayed in the Settings Panel
140
+
141
+ ## `label` (string)
142
+
143
+ Indicates the label for the item that has to be displayed in the Settings Panel
144
+
145
+ # `graphDimensions` (object)
146
+
147
+ Properties of the `graphDimensions` object:
148
+
149
+ ## `settings` (boolean)
150
+
151
+ Indicates if the item has to be displayed in the Settings Panel
152
+
153
+ ## `label` (string)
154
+
155
+ Indicates the label for the item that has to be displayed in the Settings Panel
156
+
157
+ ## `enabled` (boolean)
158
+
159
+ Indicates if the graph dimensions are included in the Grid Setup Panel
160
+
161
+ ## `min` (number)
162
+
163
+ Indicates the minimum value for the graph width and height
164
+
165
+ ## `max` (number)
166
+
167
+ Indicates the maximum value for the graph width and height
168
+
169
+ ## `step` (number)
170
+
171
+ Indicates the increase/decrease value for the graph width and height
172
+
173
+ # `gridConfigurations` (array, required)
174
+
175
+ Grid default configurations
176
+
177
+ The object is an array with all elements of the type `object`.
178
+
179
+ The array object has the following properties:
180
+
181
+ ## `label` (string)
182
+
183
+ Indicates the label for the configuration
184
+
185
+ ## `arrows` (object)
186
+
187
+ Properties of the `arrows` object:
188
+
189
+ ### `left` (boolean, required)
190
+
191
+ Indicates if left arrow is enabled
192
+
193
+ ### `right` (boolean, required)
194
+
195
+ Indicates if right arrow is enabled
196
+
197
+ ### `up` (boolean, required)
198
+
199
+ Indicates if up arrow is enabled
200
+
201
+ ### `down` (boolean, required)
202
+
203
+ Indicates if down arrow is enabled
204
+
205
+ ## `domain` (object, required)
206
+
207
+ Properties of the `domain` object:
208
+
209
+ ### `min` (number, required)
210
+
211
+ Min value
212
+
213
+ ### `max` (number, required)
214
+
215
+ Max value
216
+
217
+ ### `padding` (number, required)
218
+
219
+ Padding value
220
+
221
+ ### `step` (number, required)
222
+
223
+ Step value
224
+
225
+ ### `labelStep` (number, required)
226
+
227
+ Label step value
228
+
229
+ ### `axisLabel` (string, required)
230
+
231
+ Axis Label
232
+
233
+ ## `graph` (object, required)
234
+
235
+ Properties of the `graph` object:
236
+
237
+ ### `width` (number, required)
238
+
239
+ Width for graph representation
240
+
241
+ ### `height` (number, required)
242
+
243
+ Height for graph representation
244
+
245
+ ## `includeAxes` (boolean)
246
+
247
+ Indicates if the graph axes and labels are enabled
248
+
249
+ ## `labels` (object)
250
+
251
+ Properties of the `labels` object:
252
+
253
+ ### `top` (string, required)
254
+
255
+ Label for top side of the graph
256
+
257
+ ### `bottom` (string, required)
258
+
259
+ Label for bottom side of the graph
260
+
261
+ ### `left` (string, required)
262
+
263
+ Label for left side of the graph
264
+
265
+ ### `right` (string, required)
266
+
267
+ Label for right side of the graph
268
+
269
+ ## `padding` (boolean)
270
+
271
+ Indicates if padding is enabled
272
+
273
+ ## `range` (object, required)
274
+
275
+ Properties of the `range` object:
276
+
277
+ ### `min` (number, required)
278
+
279
+ Min value
280
+
281
+ ### `max` (number, required)
282
+
283
+ Max value
284
+
285
+ ### `padding` (number, required)
286
+
287
+ Padding value
288
+
289
+ ### `step` (number, required)
290
+
291
+ Step value
292
+
293
+ ### `labelStep` (number, required)
294
+
295
+ Label step value
296
+
297
+ ### `axisLabel` (string, required)
298
+
299
+ Axis Label
300
+
301
+ ## `standardGrid` (boolean)
302
+
303
+ Indicates if some domain values will be synched to the range values
304
+
305
+ ## `title` (string)
306
+
307
+ Indicates graph title
308
+
309
+ # `padding` (object)
310
+
311
+ Properties of the `padding` object:
312
+
313
+ ## `settings` (boolean)
314
+
315
+ Indicates if the item has to be displayed in the Settings Panel
316
+
317
+ ## `label` (string)
318
+
319
+ Indicates the label for the item that has to be displayed in the Settings Panel
320
+
321
+ # `labels` (object)
322
+
323
+ Properties of the `labels` object:
324
+
325
+ ## `top` (string)
326
+
327
+ Indicates the placeholder for the top label
328
+
329
+ ## `right` (string)
330
+
331
+ Indicates the placeholder for the right label
332
+
333
+ ## `bottom` (string)
334
+
335
+ Indicates the placeholder for the bottom label
336
+
337
+ ## `left` (string)
338
+
339
+ Indicates the placeholder for the left label
340
+
341
+ ## `enabled` (boolean)
342
+
343
+ Indicates the value of the item if it affects config-ui
344
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
345
+
346
+ ## `settings` (boolean)
347
+
348
+ Indicates if the item has to be displayed in the Settings Panel
349
+
350
+ ## `label` (string)
351
+
352
+ Indicates the label for the item that has to be displayed in the Settings Panel
353
+
354
+ # `language` (object)
355
+
356
+ Properties of the `language` object:
357
+
358
+ ## `enabled` (boolean)
359
+
360
+ Indicates the value of the item if it affects config-ui
361
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
362
+
363
+ ## `settings` (boolean)
364
+
365
+ Indicates if the item has to be displayed in the Settings Panel
366
+
367
+ ## `label` (string)
368
+
369
+ Indicates the label for the item that has to be displayed in the Settings Panel
370
+
371
+ # `languageChoices` (object)
372
+
373
+ Language choices configuration
374
+ Only available if language is enabled
375
+
376
+ Properties of the `languageChoices` object:
377
+
378
+ ## `label` (string, required)
379
+
380
+ ## `options` (array, required)
381
+
382
+ The object is an array with all elements of the type `object`.
383
+
384
+ The array object has the following properties:
385
+
386
+ ### `value` (string, required)
387
+
388
+ Value of the language option
389
+
390
+ ### `label` (string, required)
391
+
392
+ Label of the language option
393
+
394
+ # `prompt` (object)
395
+
396
+ Properties of the `prompt` object:
397
+
398
+ ## `settings` (boolean)
399
+
400
+ Indicates if the item has to be displayed in the Settings Panel
401
+
402
+ ## `label` (string)
403
+
404
+ Indicates the label for the item that has to be displayed in the Settings Panel
405
+
406
+ # `settingsPanelDisabled` (boolean)
407
+
408
+ Indicates if the settings panel is not available
409
+
410
+ # `spellCheck` (object)
411
+
412
+ Properties of the `spellCheck` object:
413
+
414
+ ## `settings` (boolean)
415
+
416
+ Indicates if the item has to be displayed in the Settings Panel
417
+
418
+ ## `label` (string)
419
+
420
+ Indicates the label for the item that has to be displayed in the Settings Panel
421
+
422
+ # `rationale` (object)
423
+
424
+ Properties of the `rationale` object:
425
+
426
+ ## `settings` (boolean)
427
+
428
+ Indicates if the item has to be displayed in the Settings Panel
429
+
430
+ ## `label` (string)
431
+
432
+ Indicates the label for the item that has to be displayed in the Settings Panel
433
+
434
+ # `scoringType` (object)
435
+
436
+ Properties of the `scoringType` object:
437
+
438
+ ## `settings` (boolean)
439
+
440
+ Indicates if the item has to be displayed in the Settings Panel
441
+
442
+ ## `label` (string)
443
+
444
+ Indicates the label for the item that has to be displayed in the Settings Panel
445
+
446
+ # `studentInstructions` (object)
447
+
448
+ Properties of the `studentInstructions` object:
449
+
450
+ ## `settings` (boolean)
451
+
452
+ Indicates if the item has to be displayed in the Settings Panel
453
+
454
+ ## `label` (string)
455
+
456
+ Indicates the label for the item that has to be displayed in the Settings Panel
457
+
458
+ # `teacherInstructions` (object)
459
+
460
+ Properties of the `teacherInstructions` object:
461
+
462
+ ## `settings` (boolean)
463
+
464
+ Indicates if the item has to be displayed in the Settings Panel
465
+
466
+ ## `label` (string)
467
+
468
+ Indicates the label for the item that has to be displayed in the Settings Panel
469
+
470
+ # `title` (object)
471
+
472
+ Properties of the `title` object:
473
+
474
+ ## `placeholder` (string)
475
+
476
+ Indicates the placeholder for the title label
477
+
478
+ ## `enabled` (boolean)
479
+
480
+ Indicates the value of the item if it affects config-ui
481
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
482
+
483
+ ## `settings` (boolean)
484
+
485
+ Indicates if the item has to be displayed in the Settings Panel
486
+
487
+ ## `label` (string)
488
+
489
+ Indicates the label for the item that has to be displayed in the Settings Panel
490
+
491
+ # `maxImageWidth` (object)
492
+
493
+ Properties of the `maxImageWidth` object:
494
+
495
+ ## `teacherInstructions` (number)
496
+
497
+ Indicates the max dimension for images in teacher instructions
498
+
499
+ ## `prompt` (number)
500
+
501
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
502
+
503
+ ## `rationale` (number)
504
+
505
+ Indicates the max dimension for images in rationale
506
+
507
+ # `maxImageHeight` (object)
508
+
509
+ Properties of the `maxImageHeight` object:
510
+
511
+ ## `teacherInstructions` (number)
512
+
513
+ Indicates the max dimension for images in teacher instructions
514
+
515
+ ## `prompt` (number)
516
+
517
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
518
+
519
+ ## `rationale` (number)
520
+
521
+ Indicates the max dimension for images in rationale
522
+
523
+ # `withRubric` (object)
524
+
525
+ Properties of the `withRubric` object:
526
+
527
+ ## `settings` (boolean)
528
+
529
+ Indicates if the item has to be displayed in the Settings Panel
530
+
531
+ ## `label` (string)
532
+
533
+ Indicates the label for the item that has to be displayed in the Settings Panel
534
+
535
+ # `mathMlOptions` (object)
536
+
537
+ Properties of the `mathMlOptions` object:
538
+
539
+ ## `mmlOutput` (number)
540
+
541
+ Indicates if model should have mathML output instead of latex
542
+
543
+ ## `mmlEditing` (number)
544
+
545
+ Indicates if mathML that's already in model should be editable
546
+
547
+ # `showPrompt` (boolean)
548
+
549
+ Determines whether prompt field will be displayed or not
550
+
551
+ Default: `true`
552
+
553
+ # `promptLabel` (string)
554
+
555
+ The label for the item stem/prompt field
556
+
557
+ Default: `"Item Stemm"`
558
+
559
+ # `contentDimensions` (object)
560
+
561
+ Indicates the dimensions configuration for the authoring container
562
+ Note: Some items have a default minimum width because of their content, but if
563
+ the minWidth is lower than this, the overflow behavior will take care of that
564
+
565
+ Properties of the `contentDimensions` object:
566
+
567
+ ## `maxHeight` (string,number)
568
+
569
+ Indicates the max height of the authoring container
570
+
571
+ Default: `"undefined"`
572
+
573
+ ## `maxWidth` (string,number)
574
+
575
+ Indicates the max width of the authoring container
576
+
577
+ Default: `"undefined"`
578
+
579
+ ## `minHeight` (string,number)
580
+
581
+ Indicates the min height of the authoring container
582
+
583
+ Default: `"undefined"`
584
+
585
+ ## `minWidth` (string,number)
586
+
587
+ Indicates the min width of the authoring container
588
+
589
+ Default: `"undefined"`
590
+
591
+ Default: `": {}"`
592
+
593
+ # `settingsPartialScoring` (boolean)
594
+
595
+ Indicates whether the settings panel wil allow the author to modify settings for partial scoring
596
+
597
+ Default: `true`
598
+
599
+ ---
600
+
601
+ # Sub Schemas
602
+
603
+ The schema defines the following additional types:
604
+
605
+ ## `AuthoringConfigProp` (object)
606
+
607
+ Properties of the `AuthoringConfigProp` object:
608
+
609
+ ### `settings` (boolean)
610
+
611
+ Indicates if the item is displayed in the Settings Panel
612
+
613
+ ### `label` (string)
614
+
615
+ Indicates the label for the item that is displayed in the Settings Panel
616
+
617
+ ### `enabled` (boolean)
618
+
619
+ Indicates if the Grid Setup Panel is displayed
620
+
621
+ ### `includeAxesEnabled` (boolean)
622
+
623
+ Indicates if the "includeAxes" toggle is displayed in the Grid Setup Panel
624
+
625
+ ### `standardGridEnabled` (boolean)
626
+
627
+ Indicates if the "standardGrid" toggle is displayed in the Grid Setup Panel
628
+
629
+ ### `min` (object)
630
+
631
+ Properties of the `min` object:
632
+
633
+ #### `label` (string)
634
+
635
+ Indicates the label for the item that is displayed in the Grid Setup Panel
636
+
637
+ #### `enabled` (boolean)
638
+
639
+ Indicates if the item is displayed in the Grid Setup Panel
640
+
641
+ ### `max` (object)
642
+
643
+ Properties of the `max` object:
644
+
645
+ #### `label` (string)
646
+
647
+ Indicates the label for the item that is displayed in the Grid Setup Panel
648
+
649
+ #### `enabled` (boolean)
650
+
651
+ Indicates if the item is displayed in the Grid Setup Panel
652
+
653
+ ### `axisLabel` (object)
654
+
655
+ Properties of the `axisLabel` object:
656
+
657
+ #### `label` (string)
658
+
659
+ Indicates the label for the item that is displayed in the Grid Setup Panel
660
+
661
+ #### `enabled` (boolean)
662
+
663
+ Indicates if the item is displayed in the Grid Setup Panel
664
+
665
+ ### `step` (object)
666
+
667
+ Properties of the `step` object:
668
+
669
+ #### `label` (string)
670
+
671
+ Indicates the label for the item that is displayed in the Grid Setup Panel
672
+
673
+ #### `enabled` (boolean)
674
+
675
+ Indicates if the item is displayed in the Grid Setup Panel
676
+
677
+ ### `labelStep` (object)
678
+
679
+ Properties of the `labelStep` object:
680
+
681
+ #### `label` (string)
682
+
683
+ Indicates the label for the item that is displayed in the Grid Setup Panel
684
+
685
+ #### `enabled` (boolean)
686
+
687
+ Indicates if the item is displayed in the Grid Setup Panel
688
+
689
+ ## `GridPanelConfigProp` (object)
690
+
691
+ Properties of the `GridPanelConfigProp` object:
692
+
693
+ ### `label` (string)
694
+
695
+ Indicates the label for the item that is displayed in the Grid Setup Panel
696
+
697
+ ### `enabled` (boolean)
698
+
699
+ Indicates if the item is displayed in the Grid Setup Panel
700
+
701
+ ## `ArrowsConfigProp` (object)
702
+
703
+ Properties of the `ArrowsConfigProp` object:
704
+
705
+ ### `settings` (boolean)
706
+
707
+ Indicates if the item has to be displayed in the Settings Panel
708
+
709
+ ### `label` (string)
710
+
711
+ Indicates the label for the item that has to be displayed in the Settings Panel
712
+
713
+ ### `left` (object)
714
+
715
+ Properties of the `left` object:
716
+
717
+ #### `label` (string)
718
+
719
+ Indicates the label for the arrow that has to be displayed in the Settings Panel
720
+
721
+ ### `right` (object)
722
+
723
+ Properties of the `right` object:
724
+
725
+ #### `label` (string)
726
+
727
+ Indicates the label for the arrow that has to be displayed in the Settings Panel
728
+
729
+ ### `up` (object)
730
+
731
+ Properties of the `up` object:
732
+
733
+ #### `label` (string)
734
+
735
+ Indicates the label for the arrow that has to be displayed in the Settings Panel
736
+
737
+ ### `down` (object)
738
+
739
+ Properties of the `down` object:
740
+
741
+ #### `label` (string)
742
+
743
+ Indicates the label for the arrow that has to be displayed in the Settings Panel
744
+
745
+ ## `ArrowsProp` (object)
746
+
747
+ Properties of the `ArrowsProp` object:
748
+
749
+ ### `label` (string)
750
+
751
+ Indicates the label for the arrow that has to be displayed in the Settings Panel
752
+
753
+ ## `ConfigureProp` (object)
754
+
755
+ Properties of the `ConfigureProp` object:
756
+
757
+ ### `settings` (boolean)
758
+
759
+ Indicates if the item has to be displayed in the Settings Panel
760
+
761
+ ### `label` (string)
762
+
763
+ Indicates the label for the item that has to be displayed in the Settings Panel
764
+
765
+ ## `DimensionsConfigProp` (object)
766
+
767
+ Properties of the `DimensionsConfigProp` object:
768
+
769
+ ### `settings` (boolean)
770
+
771
+ Indicates if the item has to be displayed in the Settings Panel
772
+
773
+ ### `label` (string)
774
+
775
+ Indicates the label for the item that has to be displayed in the Settings Panel
776
+
777
+ ### `enabled` (boolean)
778
+
779
+ Indicates if the graph dimensions are included in the Grid Setup Panel
780
+
781
+ ### `min` (number)
782
+
783
+ Indicates the minimum value for the graph width and height
784
+
785
+ ### `max` (number)
786
+
787
+ Indicates the maximum value for the graph width and height
788
+
789
+ ### `step` (number)
790
+
791
+ Indicates the increase/decrease value for the graph width and height
792
+
793
+ ## `GridConfigurationsProp` (object)
794
+
795
+ Properties of the `GridConfigurationsProp` object:
796
+
797
+ ### `label` (string)
798
+
799
+ Indicates the label for the configuration
800
+
801
+ ### `arrows` (object)
802
+
803
+ Properties of the `arrows` object:
804
+
805
+ #### `left` (boolean, required)
806
+
807
+ Indicates if left arrow is enabled
808
+
809
+ #### `right` (boolean, required)
810
+
811
+ Indicates if right arrow is enabled
812
+
813
+ #### `up` (boolean, required)
814
+
815
+ Indicates if up arrow is enabled
816
+
817
+ #### `down` (boolean, required)
818
+
819
+ Indicates if down arrow is enabled
820
+
821
+ ### `domain` (object, required)
822
+
823
+ Properties of the `domain` object:
824
+
825
+ #### `min` (number, required)
826
+
827
+ Min value
828
+
829
+ #### `max` (number, required)
830
+
831
+ Max value
832
+
833
+ #### `padding` (number, required)
834
+
835
+ Padding value
836
+
837
+ #### `step` (number, required)
838
+
839
+ Step value
840
+
841
+ #### `labelStep` (number, required)
842
+
843
+ Label step value
844
+
845
+ #### `axisLabel` (string, required)
846
+
847
+ Axis Label
848
+
849
+ ### `graph` (object, required)
850
+
851
+ Properties of the `graph` object:
852
+
853
+ #### `width` (number, required)
854
+
855
+ Width for graph representation
856
+
857
+ #### `height` (number, required)
858
+
859
+ Height for graph representation
860
+
861
+ ### `includeAxes` (boolean)
862
+
863
+ Indicates if the graph axes and labels are enabled
864
+
865
+ ### `labels` (object)
866
+
867
+ Properties of the `labels` object:
868
+
869
+ #### `top` (string, required)
870
+
871
+ Label for top side of the graph
872
+
873
+ #### `bottom` (string, required)
874
+
875
+ Label for bottom side of the graph
876
+
877
+ #### `left` (string, required)
878
+
879
+ Label for left side of the graph
880
+
881
+ #### `right` (string, required)
882
+
883
+ Label for right side of the graph
884
+
885
+ ### `padding` (boolean)
886
+
887
+ Indicates if padding is enabled
888
+
889
+ ### `range` (object, required)
890
+
891
+ Properties of the `range` object:
892
+
893
+ #### `min` (number, required)
894
+
895
+ Min value
896
+
897
+ #### `max` (number, required)
898
+
899
+ Max value
900
+
901
+ #### `padding` (number, required)
902
+
903
+ Padding value
904
+
905
+ #### `step` (number, required)
906
+
907
+ Step value
908
+
909
+ #### `labelStep` (number, required)
910
+
911
+ Label step value
912
+
913
+ #### `axisLabel` (string, required)
914
+
915
+ Axis Label
916
+
917
+ ### `standardGrid` (boolean)
918
+
919
+ Indicates if some domain values will be synched to the range values
920
+
921
+ ### `title` (string)
922
+
923
+ Indicates graph title
924
+
925
+ ## `Arrows` (object)
926
+
927
+ Properties of the `Arrows` object:
928
+
929
+ ### `left` (boolean, required)
930
+
931
+ Indicates if left arrow is enabled
932
+
933
+ ### `right` (boolean, required)
934
+
935
+ Indicates if right arrow is enabled
936
+
937
+ ### `up` (boolean, required)
938
+
939
+ Indicates if up arrow is enabled
940
+
941
+ ### `down` (boolean, required)
942
+
943
+ Indicates if down arrow is enabled
944
+
945
+ ## `GraphSettings` (object)
946
+
947
+ Properties of the `GraphSettings` object:
948
+
949
+ ### `min` (number, required)
950
+
951
+ Min value
952
+
953
+ ### `max` (number, required)
954
+
955
+ Max value
956
+
957
+ ### `padding` (number, required)
958
+
959
+ Padding value
960
+
961
+ ### `step` (number, required)
962
+
963
+ Step value
964
+
965
+ ### `labelStep` (number, required)
966
+
967
+ Label step value
968
+
969
+ ### `axisLabel` (string, required)
970
+
971
+ Axis Label
972
+
973
+ ## `Graph` (object)
974
+
975
+ Properties of the `Graph` object:
976
+
977
+ ### `width` (number, required)
978
+
979
+ Width for graph representation
980
+
981
+ ### `height` (number, required)
982
+
983
+ Height for graph representation
984
+
985
+ ## `Labels` (object)
986
+
987
+ Properties of the `Labels` object:
988
+
989
+ ### `top` (string, required)
990
+
991
+ Label for top side of the graph
992
+
993
+ ### `bottom` (string, required)
994
+
995
+ Label for bottom side of the graph
996
+
997
+ ### `left` (string, required)
998
+
999
+ Label for left side of the graph
1000
+
1001
+ ### `right` (string, required)
1002
+
1003
+ Label for right side of the graph
1004
+
1005
+ ## `LabelsConfigProp` (object)
1006
+
1007
+ Properties of the `LabelsConfigProp` object:
1008
+
1009
+ ### `top` (string)
1010
+
1011
+ Indicates the placeholder for the top label
1012
+
1013
+ ### `right` (string)
1014
+
1015
+ Indicates the placeholder for the right label
1016
+
1017
+ ### `bottom` (string)
1018
+
1019
+ Indicates the placeholder for the bottom label
1020
+
1021
+ ### `left` (string)
1022
+
1023
+ Indicates the placeholder for the left label
1024
+
1025
+ ### `enabled` (boolean)
1026
+
1027
+ Indicates the value of the item if it affects config-ui
1028
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
1029
+
1030
+ ### `settings` (boolean)
1031
+
1032
+ Indicates if the item has to be displayed in the Settings Panel
1033
+
1034
+ ### `label` (string)
1035
+
1036
+ Indicates the label for the item that has to be displayed in the Settings Panel
1037
+
1038
+ ## `ConfigurePropWithEnabled` (object)
1039
+
1040
+ Properties of the `ConfigurePropWithEnabled` object:
1041
+
1042
+ ### `enabled` (boolean)
1043
+
1044
+ Indicates the value of the item if it affects config-ui
1045
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
1046
+
1047
+ ### `settings` (boolean)
1048
+
1049
+ Indicates if the item has to be displayed in the Settings Panel
1050
+
1051
+ ### `label` (string)
1052
+
1053
+ Indicates the label for the item that has to be displayed in the Settings Panel
1054
+
1055
+ ## `ConfigureLanguageOptionsProp` (object)
1056
+
1057
+ Properties of the `ConfigureLanguageOptionsProp` object:
1058
+
1059
+ ### `value` (string, required)
1060
+
1061
+ Value of the language option
1062
+
1063
+ ### `label` (string, required)
1064
+
1065
+ Label of the language option
1066
+
1067
+ ## `TitleConfigProp` (object)
1068
+
1069
+ Properties of the `TitleConfigProp` object:
1070
+
1071
+ ### `placeholder` (string)
1072
+
1073
+ Indicates the placeholder for the title label
1074
+
1075
+ ### `enabled` (boolean)
1076
+
1077
+ Indicates the value of the item if it affects config-ui
1078
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
1079
+
1080
+ ### `settings` (boolean)
1081
+
1082
+ Indicates if the item has to be displayed in the Settings Panel
1083
+
1084
+ ### `label` (string)
1085
+
1086
+ Indicates the label for the item that has to be displayed in the Settings Panel
1087
+
1088
+ ## `ConfigureMaxImageDimensionsProp` (object)
1089
+
1090
+ Properties of the `ConfigureMaxImageDimensionsProp` object:
1091
+
1092
+ ### `teacherInstructions` (number)
1093
+
1094
+ Indicates the max dimension for images in teacher instructions
1095
+
1096
+ ### `prompt` (number)
1097
+
1098
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
1099
+
1100
+ ### `rationale` (number)
1101
+
1102
+ Indicates the max dimension for images in rationale
1103
+
1104
+ ## `ConfigureMathMLProp` (object)
1105
+
1106
+ Properties of the `ConfigureMathMLProp` object:
1107
+
1108
+ ### `mmlOutput` (number)
1109
+
1110
+ Indicates if model should have mathML output instead of latex
1111
+
1112
+ ### `mmlEditing` (number)
1113
+
1114
+ Indicates if mathML that's already in model should be editable