@pie-element/graphing 3.5.4-next.137 → 3.5.4-next.1372

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.
@@ -1485,6 +1485,22 @@
1485
1485
  "type": "boolean",
1486
1486
  "title": "coordinatesOnHover"
1487
1487
  },
1488
+ "defaultTool": {
1489
+ "description": "Indicates the default selected tool for the graph",
1490
+ "enum": [
1491
+ "circle",
1492
+ "line",
1493
+ "parabola",
1494
+ "point",
1495
+ "polygon",
1496
+ "ray",
1497
+ "segment",
1498
+ "sine",
1499
+ "vector"
1500
+ ],
1501
+ "type": "string",
1502
+ "title": "defaultTool"
1503
+ },
1488
1504
  "domain": {
1489
1505
  "title": "GraphSettings",
1490
1506
  "type": "object",
@@ -1549,6 +1565,11 @@
1549
1565
  "width"
1550
1566
  ]
1551
1567
  },
1568
+ "includeAxes": {
1569
+ "description": "Indicates if the graph axes and labels are enabled",
1570
+ "type": "boolean",
1571
+ "title": "includeAxes"
1572
+ },
1552
1573
  "labels": {
1553
1574
  "title": "Labels",
1554
1575
  "type": "object",
@@ -1669,6 +1690,16 @@
1669
1690
  "type": "string",
1670
1691
  "title": "title"
1671
1692
  },
1693
+ "labelsEnabled": {
1694
+ "description": "Indicates if the graph labels are displayed",
1695
+ "type": "boolean",
1696
+ "title": "labelsEnabled"
1697
+ },
1698
+ "titleEnabled": {
1699
+ "description": "Indicates if the graph title is displayed",
1700
+ "type": "boolean",
1701
+ "title": "titleEnabled"
1702
+ },
1672
1703
  "toolbarTools": {
1673
1704
  "description": "Indicates the tools that have to be displayed in toolbar",
1674
1705
  "type": "array",
@@ -1716,6 +1747,16 @@
1716
1747
  "type": "boolean",
1717
1748
  "title": "rationaleEnabled"
1718
1749
  },
1750
+ "spellCheckEnabled": {
1751
+ "description": "Indicates if spellcheck is enabled for the author. Default value is true",
1752
+ "type": "boolean",
1753
+ "title": "spellCheckEnabled"
1754
+ },
1755
+ "standardGrid": {
1756
+ "description": "Indicates if some domain values will be synched to the range values",
1757
+ "type": "boolean",
1758
+ "title": "standardGrid"
1759
+ },
1719
1760
  "studentInstructionsEnabled": {
1720
1761
  "description": "Indicates if Student Instructions are enabled",
1721
1762
  "type": "boolean",
@@ -1726,34 +1767,648 @@
1726
1767
  "type": "boolean",
1727
1768
  "title": "teacherInstructionsEnabled"
1728
1769
  },
1770
+ "rubricEnabled": {
1771
+ "description": "Indicates if Rubric is enabled",
1772
+ "type": "boolean",
1773
+ "title": "rubricEnabled"
1774
+ },
1729
1775
  "id": {
1730
1776
  "description": "Identifier to identify the Pie Element in html markup, Must be unique within a pie item config.",
1731
1777
  "type": "string",
1732
1778
  "title": "id"
1733
1779
  },
1734
- "element": {
1735
- "description": "The html Element tag name",
1736
- "type": "string",
1737
- "title": "element"
1738
- }
1739
- },
1740
- "required": [
1741
- "answers",
1742
- "backgroundMarks",
1743
- "domain",
1744
- "element",
1745
- "graph",
1746
- "id",
1747
- "range",
1748
- "rationaleEnabled",
1749
- "studentInstructionsEnabled",
1750
- "teacherInstructionsEnabled"
1751
- ],
1752
- "definitions": {
1753
- "ConfigurePropWithEnabled": {
1754
- "title": "ConfigurePropWithEnabled",
1780
+ "element": {
1781
+ "description": "The html Element tag name",
1782
+ "type": "string",
1783
+ "title": "element"
1784
+ }
1785
+ },
1786
+ "required": [
1787
+ "answers",
1788
+ "backgroundMarks",
1789
+ "defaultTool",
1790
+ "domain",
1791
+ "element",
1792
+ "graph",
1793
+ "id",
1794
+ "range",
1795
+ "rationaleEnabled",
1796
+ "rubricEnabled",
1797
+ "spellCheckEnabled",
1798
+ "studentInstructionsEnabled",
1799
+ "teacherInstructionsEnabled"
1800
+ ],
1801
+ "definitions": {
1802
+ "AuthoringConfigProp": {
1803
+ "title": "AuthoringConfigProp",
1804
+ "type": "object",
1805
+ "properties": {
1806
+ "settings": {
1807
+ "description": "Indicates if the item is displayed in the Settings Panel",
1808
+ "type": "boolean",
1809
+ "title": "settings"
1810
+ },
1811
+ "label": {
1812
+ "description": "Indicates the label for the item that is displayed in the Settings Panel",
1813
+ "type": "string",
1814
+ "title": "label"
1815
+ },
1816
+ "enabled": {
1817
+ "description": "Indicates if the Grid Setup Panel is displayed",
1818
+ "type": "boolean",
1819
+ "title": "enabled"
1820
+ },
1821
+ "includeAxesEnabled": {
1822
+ "description": "Indicates if the \"includeAxes\" toggle is displayed in the Grid Setup Panel",
1823
+ "type": "boolean",
1824
+ "title": "includeAxesEnabled"
1825
+ },
1826
+ "standardGridEnabled": {
1827
+ "description": "Indicates if the \"standardGrid\" toggle is displayed in the Grid Setup Panel",
1828
+ "type": "boolean",
1829
+ "title": "standardGridEnabled"
1830
+ },
1831
+ "min": {
1832
+ "title": "GridPanelConfigProp",
1833
+ "type": "object",
1834
+ "properties": {
1835
+ "label": {
1836
+ "description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
1837
+ "type": "string",
1838
+ "title": "label"
1839
+ },
1840
+ "enabled": {
1841
+ "description": "Indicates if the item is displayed in the Grid Setup Panel",
1842
+ "type": "boolean",
1843
+ "title": "enabled"
1844
+ }
1845
+ }
1846
+ },
1847
+ "max": {
1848
+ "title": "GridPanelConfigProp",
1849
+ "type": "object",
1850
+ "properties": {
1851
+ "label": {
1852
+ "description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
1853
+ "type": "string",
1854
+ "title": "label"
1855
+ },
1856
+ "enabled": {
1857
+ "description": "Indicates if the item is displayed in the Grid Setup Panel",
1858
+ "type": "boolean",
1859
+ "title": "enabled"
1860
+ }
1861
+ }
1862
+ },
1863
+ "axisLabel": {
1864
+ "title": "GridPanelConfigProp",
1865
+ "type": "object",
1866
+ "properties": {
1867
+ "label": {
1868
+ "description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
1869
+ "type": "string",
1870
+ "title": "label"
1871
+ },
1872
+ "enabled": {
1873
+ "description": "Indicates if the item is displayed in the Grid Setup Panel",
1874
+ "type": "boolean",
1875
+ "title": "enabled"
1876
+ }
1877
+ }
1878
+ },
1879
+ "step": {
1880
+ "title": "GridPanelConfigProp",
1881
+ "type": "object",
1882
+ "properties": {
1883
+ "label": {
1884
+ "description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
1885
+ "type": "string",
1886
+ "title": "label"
1887
+ },
1888
+ "enabled": {
1889
+ "description": "Indicates if the item is displayed in the Grid Setup Panel",
1890
+ "type": "boolean",
1891
+ "title": "enabled"
1892
+ }
1893
+ }
1894
+ },
1895
+ "labelStep": {
1896
+ "title": "GridPanelConfigProp",
1897
+ "type": "object",
1898
+ "properties": {
1899
+ "label": {
1900
+ "description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
1901
+ "type": "string",
1902
+ "title": "label"
1903
+ },
1904
+ "enabled": {
1905
+ "description": "Indicates if the item is displayed in the Grid Setup Panel",
1906
+ "type": "boolean",
1907
+ "title": "enabled"
1908
+ }
1909
+ }
1910
+ }
1911
+ }
1912
+ },
1913
+ "GridPanelConfigProp": {
1914
+ "title": "GridPanelConfigProp",
1915
+ "type": "object",
1916
+ "properties": {
1917
+ "label": {
1918
+ "description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
1919
+ "type": "string",
1920
+ "title": "label"
1921
+ },
1922
+ "enabled": {
1923
+ "description": "Indicates if the item is displayed in the Grid Setup Panel",
1924
+ "type": "boolean",
1925
+ "title": "enabled"
1926
+ }
1927
+ }
1928
+ },
1929
+ "ArrowsConfigProp": {
1930
+ "title": "ArrowsConfigProp",
1931
+ "type": "object",
1932
+ "properties": {
1933
+ "settings": {
1934
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
1935
+ "type": "boolean",
1936
+ "title": "settings"
1937
+ },
1938
+ "label": {
1939
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
1940
+ "type": "string",
1941
+ "title": "label"
1942
+ },
1943
+ "left": {
1944
+ "title": "ArrowsProp",
1945
+ "type": "object",
1946
+ "properties": {
1947
+ "label": {
1948
+ "description": "Indicates the label for the arrow that has to be displayed in the Settings Panel",
1949
+ "type": "string",
1950
+ "title": "label"
1951
+ }
1952
+ }
1953
+ },
1954
+ "right": {
1955
+ "title": "ArrowsProp",
1956
+ "type": "object",
1957
+ "properties": {
1958
+ "label": {
1959
+ "description": "Indicates the label for the arrow that has to be displayed in the Settings Panel",
1960
+ "type": "string",
1961
+ "title": "label"
1962
+ }
1963
+ }
1964
+ },
1965
+ "up": {
1966
+ "title": "ArrowsProp",
1967
+ "type": "object",
1968
+ "properties": {
1969
+ "label": {
1970
+ "description": "Indicates the label for the arrow that has to be displayed in the Settings Panel",
1971
+ "type": "string",
1972
+ "title": "label"
1973
+ }
1974
+ }
1975
+ },
1976
+ "down": {
1977
+ "title": "ArrowsProp",
1978
+ "type": "object",
1979
+ "properties": {
1980
+ "label": {
1981
+ "description": "Indicates the label for the arrow that has to be displayed in the Settings Panel",
1982
+ "type": "string",
1983
+ "title": "label"
1984
+ }
1985
+ }
1986
+ }
1987
+ }
1988
+ },
1989
+ "ArrowsProp": {
1990
+ "title": "ArrowsProp",
1991
+ "type": "object",
1992
+ "properties": {
1993
+ "label": {
1994
+ "description": "Indicates the label for the arrow that has to be displayed in the Settings Panel",
1995
+ "type": "string",
1996
+ "title": "label"
1997
+ }
1998
+ }
1999
+ },
2000
+ "ConfigureProp": {
2001
+ "title": "ConfigureProp",
2002
+ "type": "object",
2003
+ "properties": {
2004
+ "settings": {
2005
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
2006
+ "type": "boolean",
2007
+ "title": "settings"
2008
+ },
2009
+ "label": {
2010
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
2011
+ "type": "string",
2012
+ "title": "label"
2013
+ }
2014
+ }
2015
+ },
2016
+ "DimensionsConfigProp": {
2017
+ "title": "DimensionsConfigProp",
2018
+ "type": "object",
2019
+ "properties": {
2020
+ "settings": {
2021
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
2022
+ "type": "boolean",
2023
+ "title": "settings"
2024
+ },
2025
+ "label": {
2026
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
2027
+ "type": "string",
2028
+ "title": "label"
2029
+ },
2030
+ "enabled": {
2031
+ "description": "Indicates if the graph dimensions are included in the Grid Setup Panel",
2032
+ "type": "boolean",
2033
+ "title": "enabled"
2034
+ },
2035
+ "min": {
2036
+ "description": "Indicates the minimum value for the graph width and height",
2037
+ "type": "number",
2038
+ "title": "min"
2039
+ },
2040
+ "max": {
2041
+ "description": "Indicates the maximum value for the graph width and height",
2042
+ "type": "number",
2043
+ "title": "max"
2044
+ },
2045
+ "step": {
2046
+ "description": "Indicates the increase/decrease value for the graph width and height",
2047
+ "type": "number",
2048
+ "title": "step"
2049
+ }
2050
+ }
2051
+ },
2052
+ "GridConfigurationsProp": {
2053
+ "title": "GridConfigurationsProp",
2054
+ "type": "object",
2055
+ "properties": {
2056
+ "label": {
2057
+ "description": "Indicates the label for the configuration",
2058
+ "type": "string",
2059
+ "title": "label"
2060
+ },
2061
+ "arrows": {
2062
+ "title": "Arrows",
2063
+ "type": "object",
2064
+ "properties": {
2065
+ "left": {
2066
+ "description": "Indicates if left arrow is enabled",
2067
+ "type": "boolean",
2068
+ "title": "left"
2069
+ },
2070
+ "right": {
2071
+ "description": "Indicates if right arrow is enabled",
2072
+ "type": "boolean",
2073
+ "title": "right"
2074
+ },
2075
+ "up": {
2076
+ "description": "Indicates if up arrow is enabled",
2077
+ "type": "boolean",
2078
+ "title": "up"
2079
+ },
2080
+ "down": {
2081
+ "description": "Indicates if down arrow is enabled",
2082
+ "type": "boolean",
2083
+ "title": "down"
2084
+ }
2085
+ },
2086
+ "required": [
2087
+ "down",
2088
+ "left",
2089
+ "right",
2090
+ "up"
2091
+ ]
2092
+ },
2093
+ "domain": {
2094
+ "title": "GraphSettings",
2095
+ "type": "object",
2096
+ "properties": {
2097
+ "min": {
2098
+ "description": "Min value",
2099
+ "type": "number",
2100
+ "title": "min"
2101
+ },
2102
+ "max": {
2103
+ "description": "Max value",
2104
+ "type": "number",
2105
+ "title": "max"
2106
+ },
2107
+ "padding": {
2108
+ "description": "Padding value",
2109
+ "type": "number",
2110
+ "title": "padding"
2111
+ },
2112
+ "step": {
2113
+ "description": "Step value",
2114
+ "type": "number",
2115
+ "title": "step"
2116
+ },
2117
+ "labelStep": {
2118
+ "description": "Label step value",
2119
+ "type": "number",
2120
+ "title": "labelStep"
2121
+ },
2122
+ "axisLabel": {
2123
+ "description": "Axis Label",
2124
+ "type": "string",
2125
+ "title": "axisLabel"
2126
+ }
2127
+ },
2128
+ "required": [
2129
+ "axisLabel",
2130
+ "labelStep",
2131
+ "max",
2132
+ "min",
2133
+ "padding",
2134
+ "step"
2135
+ ]
2136
+ },
2137
+ "graph": {
2138
+ "title": "Graph",
2139
+ "type": "object",
2140
+ "properties": {
2141
+ "width": {
2142
+ "description": "Width for graph representation",
2143
+ "type": "number",
2144
+ "title": "width"
2145
+ },
2146
+ "height": {
2147
+ "description": "Height for graph representation",
2148
+ "type": "number",
2149
+ "title": "height"
2150
+ }
2151
+ },
2152
+ "required": [
2153
+ "height",
2154
+ "width"
2155
+ ]
2156
+ },
2157
+ "includeAxes": {
2158
+ "description": "Indicates if the graph axes and labels are enabled",
2159
+ "type": "boolean",
2160
+ "title": "includeAxes"
2161
+ },
2162
+ "labels": {
2163
+ "title": "Labels",
2164
+ "type": "object",
2165
+ "properties": {
2166
+ "top": {
2167
+ "description": "Label for top side of the graph",
2168
+ "type": "string",
2169
+ "title": "top"
2170
+ },
2171
+ "bottom": {
2172
+ "description": "Label for bottom side of the graph",
2173
+ "type": "string",
2174
+ "title": "bottom"
2175
+ },
2176
+ "left": {
2177
+ "description": "Label for left side of the graph",
2178
+ "type": "string",
2179
+ "title": "left"
2180
+ },
2181
+ "right": {
2182
+ "description": "Label for right side of the graph",
2183
+ "type": "string",
2184
+ "title": "right"
2185
+ }
2186
+ },
2187
+ "required": [
2188
+ "bottom",
2189
+ "left",
2190
+ "right",
2191
+ "top"
2192
+ ]
2193
+ },
2194
+ "padding": {
2195
+ "description": "Indicates if padding is enabled",
2196
+ "type": "boolean",
2197
+ "title": "padding"
2198
+ },
2199
+ "range": {
2200
+ "title": "GraphSettings",
2201
+ "type": "object",
2202
+ "properties": {
2203
+ "min": {
2204
+ "description": "Min value",
2205
+ "type": "number",
2206
+ "title": "min"
2207
+ },
2208
+ "max": {
2209
+ "description": "Max value",
2210
+ "type": "number",
2211
+ "title": "max"
2212
+ },
2213
+ "padding": {
2214
+ "description": "Padding value",
2215
+ "type": "number",
2216
+ "title": "padding"
2217
+ },
2218
+ "step": {
2219
+ "description": "Step value",
2220
+ "type": "number",
2221
+ "title": "step"
2222
+ },
2223
+ "labelStep": {
2224
+ "description": "Label step value",
2225
+ "type": "number",
2226
+ "title": "labelStep"
2227
+ },
2228
+ "axisLabel": {
2229
+ "description": "Axis Label",
2230
+ "type": "string",
2231
+ "title": "axisLabel"
2232
+ }
2233
+ },
2234
+ "required": [
2235
+ "axisLabel",
2236
+ "labelStep",
2237
+ "max",
2238
+ "min",
2239
+ "padding",
2240
+ "step"
2241
+ ]
2242
+ },
2243
+ "standardGrid": {
2244
+ "description": "Indicates if some domain values will be synched to the range values",
2245
+ "type": "boolean",
2246
+ "title": "standardGrid"
2247
+ },
2248
+ "title": {
2249
+ "description": "Indicates graph title",
2250
+ "type": "string",
2251
+ "title": "title"
2252
+ }
2253
+ },
2254
+ "required": [
2255
+ "domain",
2256
+ "graph",
2257
+ "range"
2258
+ ]
2259
+ },
2260
+ "Arrows": {
2261
+ "title": "Arrows",
2262
+ "type": "object",
2263
+ "properties": {
2264
+ "left": {
2265
+ "description": "Indicates if left arrow is enabled",
2266
+ "type": "boolean",
2267
+ "title": "left"
2268
+ },
2269
+ "right": {
2270
+ "description": "Indicates if right arrow is enabled",
2271
+ "type": "boolean",
2272
+ "title": "right"
2273
+ },
2274
+ "up": {
2275
+ "description": "Indicates if up arrow is enabled",
2276
+ "type": "boolean",
2277
+ "title": "up"
2278
+ },
2279
+ "down": {
2280
+ "description": "Indicates if down arrow is enabled",
2281
+ "type": "boolean",
2282
+ "title": "down"
2283
+ }
2284
+ },
2285
+ "required": [
2286
+ "down",
2287
+ "left",
2288
+ "right",
2289
+ "up"
2290
+ ]
2291
+ },
2292
+ "GraphSettings": {
2293
+ "title": "GraphSettings",
2294
+ "type": "object",
2295
+ "properties": {
2296
+ "min": {
2297
+ "description": "Min value",
2298
+ "type": "number",
2299
+ "title": "min"
2300
+ },
2301
+ "max": {
2302
+ "description": "Max value",
2303
+ "type": "number",
2304
+ "title": "max"
2305
+ },
2306
+ "padding": {
2307
+ "description": "Padding value",
2308
+ "type": "number",
2309
+ "title": "padding"
2310
+ },
2311
+ "step": {
2312
+ "description": "Step value",
2313
+ "type": "number",
2314
+ "title": "step"
2315
+ },
2316
+ "labelStep": {
2317
+ "description": "Label step value",
2318
+ "type": "number",
2319
+ "title": "labelStep"
2320
+ },
2321
+ "axisLabel": {
2322
+ "description": "Axis Label",
2323
+ "type": "string",
2324
+ "title": "axisLabel"
2325
+ }
2326
+ },
2327
+ "required": [
2328
+ "axisLabel",
2329
+ "labelStep",
2330
+ "max",
2331
+ "min",
2332
+ "padding",
2333
+ "step"
2334
+ ]
2335
+ },
2336
+ "Graph": {
2337
+ "title": "Graph",
2338
+ "type": "object",
2339
+ "properties": {
2340
+ "width": {
2341
+ "description": "Width for graph representation",
2342
+ "type": "number",
2343
+ "title": "width"
2344
+ },
2345
+ "height": {
2346
+ "description": "Height for graph representation",
2347
+ "type": "number",
2348
+ "title": "height"
2349
+ }
2350
+ },
2351
+ "required": [
2352
+ "height",
2353
+ "width"
2354
+ ]
2355
+ },
2356
+ "Labels": {
2357
+ "title": "Labels",
2358
+ "type": "object",
2359
+ "properties": {
2360
+ "top": {
2361
+ "description": "Label for top side of the graph",
2362
+ "type": "string",
2363
+ "title": "top"
2364
+ },
2365
+ "bottom": {
2366
+ "description": "Label for bottom side of the graph",
2367
+ "type": "string",
2368
+ "title": "bottom"
2369
+ },
2370
+ "left": {
2371
+ "description": "Label for left side of the graph",
2372
+ "type": "string",
2373
+ "title": "left"
2374
+ },
2375
+ "right": {
2376
+ "description": "Label for right side of the graph",
2377
+ "type": "string",
2378
+ "title": "right"
2379
+ }
2380
+ },
2381
+ "required": [
2382
+ "bottom",
2383
+ "left",
2384
+ "right",
2385
+ "top"
2386
+ ]
2387
+ },
2388
+ "LabelsConfigProp": {
2389
+ "title": "LabelsConfigProp",
1755
2390
  "type": "object",
1756
2391
  "properties": {
2392
+ "top": {
2393
+ "description": "Indicates the placeholder for the top label",
2394
+ "type": "string",
2395
+ "title": "top"
2396
+ },
2397
+ "right": {
2398
+ "description": "Indicates the placeholder for the right label",
2399
+ "type": "string",
2400
+ "title": "right"
2401
+ },
2402
+ "bottom": {
2403
+ "description": "Indicates the placeholder for the bottom label",
2404
+ "type": "string",
2405
+ "title": "bottom"
2406
+ },
2407
+ "left": {
2408
+ "description": "Indicates the placeholder for the left label",
2409
+ "type": "string",
2410
+ "title": "left"
2411
+ },
1757
2412
  "settings": {
1758
2413
  "description": "Indicates if the item has to be displayed in the Settings Panel",
1759
2414
  "type": "boolean",
@@ -1771,10 +2426,15 @@
1771
2426
  }
1772
2427
  }
1773
2428
  },
1774
- "ArrowsConfigProp": {
1775
- "title": "ArrowsConfigProp",
2429
+ "TitleConfigProp": {
2430
+ "title": "TitleConfigProp",
1776
2431
  "type": "object",
1777
2432
  "properties": {
2433
+ "placeholder": {
2434
+ "description": "Indicates the placeholder for the title label",
2435
+ "type": "string",
2436
+ "title": "placeholder"
2437
+ },
1778
2438
  "settings": {
1779
2439
  "description": "Indicates if the item has to be displayed in the Settings Panel",
1780
2440
  "type": "boolean",
@@ -1785,76 +2445,31 @@
1785
2445
  "type": "string",
1786
2446
  "title": "label"
1787
2447
  },
1788
- "left": {
1789
- "title": "ArrowsProp",
1790
- "type": "object",
1791
- "properties": {
1792
- "label": {
1793
- "description": "Indicates the label for the arrow that has to be displayed in the Settings Panel",
1794
- "type": "string",
1795
- "title": "label"
1796
- }
1797
- }
1798
- },
1799
- "right": {
1800
- "title": "ArrowsProp",
1801
- "type": "object",
1802
- "properties": {
1803
- "label": {
1804
- "description": "Indicates the label for the arrow that has to be displayed in the Settings Panel",
1805
- "type": "string",
1806
- "title": "label"
1807
- }
1808
- }
1809
- },
1810
- "up": {
1811
- "title": "ArrowsProp",
1812
- "type": "object",
1813
- "properties": {
1814
- "label": {
1815
- "description": "Indicates the label for the arrow that has to be displayed in the Settings Panel",
1816
- "type": "string",
1817
- "title": "label"
1818
- }
1819
- }
1820
- },
1821
- "down": {
1822
- "title": "ArrowsProp",
1823
- "type": "object",
1824
- "properties": {
1825
- "label": {
1826
- "description": "Indicates the label for the arrow that has to be displayed in the Settings Panel",
1827
- "type": "string",
1828
- "title": "label"
1829
- }
1830
- }
1831
- }
1832
- }
1833
- },
1834
- "ArrowsProp": {
1835
- "title": "ArrowsProp",
1836
- "type": "object",
1837
- "properties": {
1838
- "label": {
1839
- "description": "Indicates the label for the arrow that has to be displayed in the Settings Panel",
1840
- "type": "string",
1841
- "title": "label"
2448
+ "enabled": {
2449
+ "description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
2450
+ "type": "boolean",
2451
+ "title": "enabled"
1842
2452
  }
1843
2453
  }
1844
2454
  },
1845
- "ConfigureProp": {
1846
- "title": "ConfigureProp",
2455
+ "ConfigureMaxImageDimensionsProp": {
2456
+ "title": "ConfigureMaxImageDimensionsProp",
1847
2457
  "type": "object",
1848
2458
  "properties": {
1849
- "settings": {
1850
- "description": "Indicates if the item has to be displayed in the Settings Panel",
1851
- "type": "boolean",
1852
- "title": "settings"
2459
+ "teacherInstructions": {
2460
+ "description": "Indicates the max dimension for images in teacher instructions",
2461
+ "type": "number",
2462
+ "title": "teacherInstructions"
1853
2463
  },
1854
- "label": {
1855
- "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
1856
- "type": "string",
1857
- "title": "label"
2464
+ "prompt": {
2465
+ "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",
2466
+ "type": "number",
2467
+ "title": "prompt"
2468
+ },
2469
+ "rationale": {
2470
+ "description": "Indicates the max dimension for images in rationale",
2471
+ "type": "number",
2472
+ "title": "rationale"
1858
2473
  }
1859
2474
  }
1860
2475
  },
@@ -2588,134 +3203,6 @@
2588
3203
  "x",
2589
3204
  "y"
2590
3205
  ]
2591
- },
2592
- "Arrows": {
2593
- "title": "Arrows",
2594
- "type": "object",
2595
- "properties": {
2596
- "left": {
2597
- "description": "Indicates if left arrow is enabled",
2598
- "type": "boolean",
2599
- "title": "left"
2600
- },
2601
- "right": {
2602
- "description": "Indicates if right arrow is enabled",
2603
- "type": "boolean",
2604
- "title": "right"
2605
- },
2606
- "up": {
2607
- "description": "Indicates if up arrow is enabled",
2608
- "type": "boolean",
2609
- "title": "up"
2610
- },
2611
- "down": {
2612
- "description": "Indicates if down arrow is enabled",
2613
- "type": "boolean",
2614
- "title": "down"
2615
- }
2616
- },
2617
- "required": [
2618
- "down",
2619
- "left",
2620
- "right",
2621
- "up"
2622
- ]
2623
- },
2624
- "GraphSettings": {
2625
- "title": "GraphSettings",
2626
- "type": "object",
2627
- "properties": {
2628
- "min": {
2629
- "description": "Min value",
2630
- "type": "number",
2631
- "title": "min"
2632
- },
2633
- "max": {
2634
- "description": "Max value",
2635
- "type": "number",
2636
- "title": "max"
2637
- },
2638
- "padding": {
2639
- "description": "Padding value",
2640
- "type": "number",
2641
- "title": "padding"
2642
- },
2643
- "step": {
2644
- "description": "Step value",
2645
- "type": "number",
2646
- "title": "step"
2647
- },
2648
- "labelStep": {
2649
- "description": "Label step value",
2650
- "type": "number",
2651
- "title": "labelStep"
2652
- },
2653
- "axisLabel": {
2654
- "description": "Axis Label",
2655
- "type": "string",
2656
- "title": "axisLabel"
2657
- }
2658
- },
2659
- "required": [
2660
- "axisLabel",
2661
- "labelStep",
2662
- "max",
2663
- "min",
2664
- "padding",
2665
- "step"
2666
- ]
2667
- },
2668
- "Graph": {
2669
- "title": "Graph",
2670
- "type": "object",
2671
- "properties": {
2672
- "width": {
2673
- "description": "Width for graph representation",
2674
- "type": "number",
2675
- "title": "width"
2676
- },
2677
- "height": {
2678
- "description": "Height for graph representation",
2679
- "type": "number",
2680
- "title": "height"
2681
- }
2682
- },
2683
- "required": [
2684
- "height",
2685
- "width"
2686
- ]
2687
- },
2688
- "Labels": {
2689
- "title": "Labels",
2690
- "type": "object",
2691
- "properties": {
2692
- "top": {
2693
- "description": "Label for top side of the graph",
2694
- "type": "string",
2695
- "title": "top"
2696
- },
2697
- "bottom": {
2698
- "description": "Label for bottom side of the graph",
2699
- "type": "string",
2700
- "title": "bottom"
2701
- },
2702
- "left": {
2703
- "description": "Label for left side of the graph",
2704
- "type": "string",
2705
- "title": "left"
2706
- },
2707
- "right": {
2708
- "description": "Label for right side of the graph",
2709
- "type": "string",
2710
- "title": "right"
2711
- }
2712
- },
2713
- "required": [
2714
- "bottom",
2715
- "left",
2716
- "right",
2717
- "top"
2718
- ]
2719
3206
  }
2720
3207
  },
2721
3208
  "$schema": "http://json-schema.org/draft-07/schema#"