@pie-element/complex-rubric 5.3.4-next.3 → 6.0.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. package/configure/lib/defaults.js +52 -24
  2. package/configure/lib/defaults.js.map +1 -1
  3. package/configure/lib/index.js +103 -194
  4. package/configure/lib/index.js.map +1 -1
  5. package/configure/lib/main.js +140 -199
  6. package/configure/lib/main.js.map +1 -1
  7. package/configure/node_modules/@pie-element/multi-trait-rubric/CHANGELOG.json +1 -0
  8. package/configure/node_modules/@pie-element/multi-trait-rubric/CHANGELOG.md +2491 -0
  9. package/configure/node_modules/@pie-element/multi-trait-rubric/README.md +55 -0
  10. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/CHANGELOG.json +1 -0
  11. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/CHANGELOG.md +2333 -0
  12. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/common.js +429 -0
  13. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/common.js.map +1 -0
  14. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/defaults.js +181 -0
  15. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/defaults.js.map +1 -0
  16. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/index.js +157 -0
  17. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/index.js.map +1 -0
  18. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/main.js +455 -0
  19. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/main.js.map +1 -0
  20. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/modals.js +206 -0
  21. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/modals.js.map +1 -0
  22. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/scale.js +451 -0
  23. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/scale.js.map +1 -0
  24. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/trait.js +275 -0
  25. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/trait.js.map +1 -0
  26. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/traitsHeader.js +233 -0
  27. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/traitsHeader.js.map +1 -0
  28. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/utils.js +87 -0
  29. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/utils.js.map +1 -0
  30. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/package.json +24 -0
  31. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/CHANGELOG.json +1 -0
  32. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/CHANGELOG.md +1571 -0
  33. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/defaults.js +18 -0
  34. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/defaults.js.map +1 -0
  35. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/index.js +158 -0
  36. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/index.js.map +1 -0
  37. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/utils.js +11 -0
  38. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/utils.js.map +1 -0
  39. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/package.json +14 -0
  40. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/config-schema.json +1628 -0
  41. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/config-schema.json.md +1202 -0
  42. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/config.js +8 -0
  43. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/generate.js +117 -0
  44. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/index.html +1 -0
  45. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/session.js +6 -0
  46. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/pie-schema.json +861 -0
  47. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/pie-schema.json.md +614 -0
  48. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/index.js +54 -0
  49. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/index.js.map +1 -0
  50. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/main.js +123 -0
  51. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/main.js.map +1 -0
  52. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/scale.js +248 -0
  53. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/scale.js.map +1 -0
  54. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/trait.js +83 -0
  55. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/trait.js.map +1 -0
  56. package/configure/node_modules/@pie-element/multi-trait-rubric/package.json +32 -0
  57. package/configure/node_modules/@pie-element/rubric/CHANGELOG.json +257 -0
  58. package/configure/node_modules/@pie-element/rubric/CHANGELOG.md +2774 -0
  59. package/configure/node_modules/@pie-element/rubric/README.md +3 -0
  60. package/configure/node_modules/@pie-element/rubric/configure/CHANGELOG.json +197 -0
  61. package/configure/node_modules/@pie-element/rubric/configure/CHANGELOG.md +2541 -0
  62. package/configure/node_modules/@pie-element/rubric/configure/lib/defaults.js +67 -0
  63. package/configure/node_modules/@pie-element/rubric/configure/lib/defaults.js.map +1 -0
  64. package/configure/node_modules/@pie-element/rubric/configure/lib/index.js +135 -0
  65. package/configure/node_modules/@pie-element/rubric/configure/lib/index.js.map +1 -0
  66. package/configure/node_modules/@pie-element/rubric/configure/lib/main.js +103 -0
  67. package/configure/node_modules/@pie-element/rubric/configure/lib/main.js.map +1 -0
  68. package/configure/node_modules/@pie-element/rubric/configure/package.json +24 -0
  69. package/configure/node_modules/@pie-element/rubric/configure/src/__tests__/index.test.jsx +178 -0
  70. package/configure/node_modules/@pie-element/rubric/configure/src/defaults.js +42 -0
  71. package/configure/node_modules/@pie-element/rubric/configure/src/index.js +139 -0
  72. package/configure/node_modules/@pie-element/rubric/configure/src/main.jsx +87 -0
  73. package/configure/node_modules/@pie-element/rubric/controller/CHANGELOG.json +17 -0
  74. package/configure/node_modules/@pie-element/rubric/controller/CHANGELOG.md +1564 -0
  75. package/configure/node_modules/@pie-element/rubric/controller/lib/defaults.js +15 -0
  76. package/configure/node_modules/@pie-element/rubric/controller/lib/defaults.js.map +1 -0
  77. package/configure/node_modules/@pie-element/rubric/controller/lib/index.js +46 -0
  78. package/configure/node_modules/@pie-element/rubric/controller/lib/index.js.map +1 -0
  79. package/configure/node_modules/@pie-element/rubric/controller/package.json +12 -0
  80. package/configure/node_modules/@pie-element/rubric/controller/src/__tests__/index.test.js +33 -0
  81. package/configure/node_modules/@pie-element/rubric/controller/src/defaults.js +8 -0
  82. package/configure/node_modules/@pie-element/rubric/controller/src/index.js +41 -0
  83. package/configure/node_modules/@pie-element/rubric/docs/config-schema.json +712 -0
  84. package/configure/node_modules/@pie-element/rubric/docs/config-schema.json.md +532 -0
  85. package/configure/node_modules/@pie-element/rubric/docs/demo/config.js +8 -0
  86. package/configure/node_modules/@pie-element/rubric/docs/demo/generate.js +8 -0
  87. package/configure/node_modules/@pie-element/rubric/docs/demo/index.html +2 -0
  88. package/configure/node_modules/@pie-element/rubric/docs/pie-schema.json +391 -0
  89. package/configure/node_modules/@pie-element/rubric/docs/pie-schema.json.md +281 -0
  90. package/configure/node_modules/@pie-element/rubric/lib/index.js +52 -0
  91. package/configure/node_modules/@pie-element/rubric/lib/index.js.map +1 -0
  92. package/configure/node_modules/@pie-element/rubric/lib/main.js +210 -0
  93. package/configure/node_modules/@pie-element/rubric/lib/main.js.map +1 -0
  94. package/configure/node_modules/@pie-element/rubric/lib/print.js +71 -0
  95. package/configure/node_modules/@pie-element/rubric/lib/print.js.map +1 -0
  96. package/configure/node_modules/@pie-element/rubric/package.json +30 -0
  97. package/configure/node_modules/@pie-element/rubric/src/__tests__/__snapshots__/rubric-view.test.jsx.snap +2641 -0
  98. package/configure/node_modules/@pie-element/rubric/src/__tests__/rubric-view.test.jsx +49 -0
  99. package/configure/node_modules/@pie-element/rubric/src/index.js +48 -0
  100. package/configure/node_modules/@pie-element/rubric/src/main.jsx +226 -0
  101. package/configure/node_modules/@pie-element/rubric/src/print.js +74 -0
  102. package/configure/node_modules/clsx/clsx.d.ts +6 -0
  103. package/configure/node_modules/clsx/dist/clsx.js +1 -0
  104. package/configure/node_modules/clsx/dist/clsx.m.js +1 -0
  105. package/configure/node_modules/clsx/dist/clsx.min.js +1 -0
  106. package/configure/node_modules/clsx/license +9 -0
  107. package/configure/node_modules/clsx/package.json +37 -0
  108. package/configure/node_modules/clsx/readme.md +88 -0
  109. package/configure/package.json +12 -9
  110. package/configure/src/__tests__/index.test.js +30 -5
  111. package/configure/src/__tests__/main.test.jsx +39 -23
  112. package/configure/src/index.js +13 -6
  113. package/configure/src/main.jsx +16 -15
  114. package/controller/lib/defaults.js +11 -15
  115. package/controller/lib/defaults.js.map +1 -1
  116. package/controller/lib/index.js +117 -180
  117. package/controller/lib/index.js.map +1 -1
  118. package/controller/lib/utils.js +1 -3
  119. package/controller/lib/utils.js.map +1 -1
  120. package/controller/package.json +1 -1
  121. package/lib/index.js +113 -204
  122. package/lib/index.js.map +1 -1
  123. package/lib/print.js +96 -190
  124. package/lib/print.js.map +1 -1
  125. package/package.json +10 -14
  126. package/src/__tests__/index.test.js +25 -7
  127. package/configure/src/__tests__/__snapshots__/main.test.jsx.snap +0 -193
  128. package/esm/configure.js +0 -15856
  129. package/esm/configure.js.map +0 -1
  130. package/esm/controller.js +0 -281
  131. package/esm/controller.js.map +0 -1
  132. package/esm/element.js +0 -179
  133. package/esm/element.js.map +0 -1
  134. package/esm/package.json +0 -3
  135. package/esm/print.js +0 -163
  136. package/esm/print.js.map +0 -1
  137. package/module/configure.js +0 -1
  138. package/module/controller.js +0 -262
  139. package/module/demo.js +0 -221
  140. package/module/element.js +0 -1
  141. package/module/index.html +0 -21
  142. package/module/manifest.json +0 -22
  143. package/module/print-demo.js +0 -259
  144. package/module/print.html +0 -18
  145. package/module/print.js +0 -1
@@ -0,0 +1,2641 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`rubric viewer expanded snapshot renders 1`] = `
4
+ <WithStyles(Rubric)
5
+ value={
6
+ Object {
7
+ "excludeZero": false,
8
+ "points": Array [
9
+ "nothing right",
10
+ "a teeny bit right",
11
+ "mostly right",
12
+ "bingo",
13
+ ],
14
+ "sampleAnswers": Array [
15
+ null,
16
+ "just right",
17
+ "not left",
18
+ null,
19
+ ],
20
+ }
21
+ }
22
+ >
23
+ <Rubric
24
+ classes={
25
+ Object {
26
+ "chevronStyle": "Rubric-chevronStyle-7",
27
+ "hiddenScreenReader": "Rubric-hiddenScreenReader-8",
28
+ "listColumn": "Rubric-listColumn-2",
29
+ "listColumnItem": "Rubric-listColumnItem-3",
30
+ "root": "Rubric-root-1",
31
+ "rubricToggle": "Rubric-rubricToggle-6",
32
+ "text": "Rubric-text-4",
33
+ "titleText": "Rubric-titleText-5",
34
+ }
35
+ }
36
+ value={
37
+ Object {
38
+ "excludeZero": false,
39
+ "points": Array [
40
+ "nothing right",
41
+ "a teeny bit right",
42
+ "mostly right",
43
+ "bingo",
44
+ ],
45
+ "sampleAnswers": Array [
46
+ null,
47
+ "just right",
48
+ "not left",
49
+ null,
50
+ ],
51
+ }
52
+ }
53
+ >
54
+ <WithStyles(UiLayout)
55
+ className="Rubric-root-1"
56
+ >
57
+ <UiLayout
58
+ className="Rubric-root-1"
59
+ classes={
60
+ Object {
61
+ "extraCSSRules": "UiLayout-extraCSSRules-9",
62
+ "uiLayoutContainer": "UiLayout-uiLayoutContainer-10",
63
+ }
64
+ }
65
+ extraCSSRules={Object {}}
66
+ fontSizeFactor={1}
67
+ >
68
+ <MuiThemeProviderOld
69
+ theme={
70
+ Object {
71
+ "breakpoints": Object {
72
+ "between": [Function],
73
+ "down": [Function],
74
+ "keys": Array [
75
+ "xs",
76
+ "sm",
77
+ "md",
78
+ "lg",
79
+ "xl",
80
+ ],
81
+ "only": [Function],
82
+ "up": [Function],
83
+ "values": Object {
84
+ "lg": 1280,
85
+ "md": 960,
86
+ "sm": 600,
87
+ "xl": 1920,
88
+ "xs": 0,
89
+ },
90
+ "width": [Function],
91
+ },
92
+ "direction": "ltr",
93
+ "mixins": Object {
94
+ "gutters": [Function],
95
+ "toolbar": Object {
96
+ "@media (min-width:0px) and (orientation: landscape)": Object {
97
+ "minHeight": 48,
98
+ },
99
+ "@media (min-width:600px)": Object {
100
+ "minHeight": 64,
101
+ },
102
+ "minHeight": 56,
103
+ },
104
+ },
105
+ "overrides": Object {
106
+ "MuiCheckbox": Object {
107
+ "root": Object {
108
+ "&$checked": Object {
109
+ "color": "#3f51b5 !important",
110
+ },
111
+ },
112
+ },
113
+ "MuiRadio": Object {
114
+ "root": Object {
115
+ "&$checked": Object {
116
+ "color": "#3f51b5 !important",
117
+ },
118
+ },
119
+ },
120
+ "MuiSwitch": Object {
121
+ "root": Object {
122
+ "&$checked": Object {
123
+ "& + $bar": Object {
124
+ "backgroundColor": "#3f51b5 !important",
125
+ "opacity": 0.5,
126
+ },
127
+ "color": "#3f51b5 !important",
128
+ },
129
+ },
130
+ },
131
+ "MuiTabs": Object {
132
+ "root": Object {
133
+ "borderBottom": "1px solid #eee",
134
+ },
135
+ },
136
+ "MuiTypography": Object {
137
+ "root": Object {
138
+ "fontFamily": "inherit",
139
+ },
140
+ },
141
+ },
142
+ "palette": Object {
143
+ "action": Object {
144
+ "active": "rgba(0, 0, 0, 0.54)",
145
+ "disabled": "rgba(0, 0, 0, 0.54);",
146
+ "disabledBackground": "rgba(0, 0, 0, 0.12)",
147
+ "hover": "rgba(0, 0, 0, 0.08)",
148
+ "hoverOpacity": 0.08,
149
+ "selected": "rgba(0, 0, 0, 0.14)",
150
+ },
151
+ "augmentColor": [Function],
152
+ "background": Object {
153
+ "default": "#fafafa",
154
+ "paper": "#fff",
155
+ },
156
+ "common": Object {
157
+ "black": "#000",
158
+ "white": "#fff",
159
+ },
160
+ "contrastThreshold": 3,
161
+ "divider": "rgba(0, 0, 0, 0.12)",
162
+ "error": Object {
163
+ "contrastText": "#fff",
164
+ "dark": "#d32f2f",
165
+ "light": "#e57373",
166
+ "main": "#f44336",
167
+ },
168
+ "getContrastText": [Function],
169
+ "grey": Object {
170
+ "100": "#f5f5f5",
171
+ "200": "#eeeeee",
172
+ "300": "#e0e0e0",
173
+ "400": "#bdbdbd",
174
+ "50": "#fafafa",
175
+ "500": "#9e9e9e",
176
+ "600": "#757575",
177
+ "700": "#616161",
178
+ "800": "#424242",
179
+ "900": "#212121",
180
+ "A100": "#d5d5d5",
181
+ "A200": "#aaaaaa",
182
+ "A400": "#303030",
183
+ "A700": "#616161",
184
+ },
185
+ "primary": Object {
186
+ "contrastText": "#fff",
187
+ "dark": "#303f9f",
188
+ "light": "#7986cb",
189
+ "main": "#3f51b5",
190
+ },
191
+ "secondary": Object {
192
+ "contrastText": "#fff",
193
+ "dark": "#c51162",
194
+ "light": "#ff4081",
195
+ "main": "#f50057",
196
+ },
197
+ "text": Object {
198
+ "disabled": "rgba(0, 0, 0, 0.38)",
199
+ "hint": "rgba(0, 0, 0, 0.38)",
200
+ "primary": "rgba(0, 0, 0, 0.87)",
201
+ "secondary": "rgba(0, 0, 0, 0.54)",
202
+ },
203
+ "tonalOffset": 0.2,
204
+ "type": "light",
205
+ },
206
+ "props": Object {},
207
+ "shadows": Array [
208
+ "none",
209
+ "0px 1px 3px 0px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 2px 1px -1px rgba(0,0,0,0.12)",
210
+ "0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12)",
211
+ "0px 1px 8px 0px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 3px 3px -2px rgba(0,0,0,0.12)",
212
+ "0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)",
213
+ "0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12)",
214
+ "0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12)",
215
+ "0px 4px 5px -2px rgba(0,0,0,0.2),0px 7px 10px 1px rgba(0,0,0,0.14),0px 2px 16px 1px rgba(0,0,0,0.12)",
216
+ "0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12)",
217
+ "0px 5px 6px -3px rgba(0,0,0,0.2),0px 9px 12px 1px rgba(0,0,0,0.14),0px 3px 16px 2px rgba(0,0,0,0.12)",
218
+ "0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12)",
219
+ "0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12)",
220
+ "0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px rgba(0,0,0,0.14),0px 5px 22px 4px rgba(0,0,0,0.12)",
221
+ "0px 7px 8px -4px rgba(0,0,0,0.2),0px 13px 19px 2px rgba(0,0,0,0.14),0px 5px 24px 4px rgba(0,0,0,0.12)",
222
+ "0px 7px 9px -4px rgba(0,0,0,0.2),0px 14px 21px 2px rgba(0,0,0,0.14),0px 5px 26px 4px rgba(0,0,0,0.12)",
223
+ "0px 8px 9px -5px rgba(0,0,0,0.2),0px 15px 22px 2px rgba(0,0,0,0.14),0px 6px 28px 5px rgba(0,0,0,0.12)",
224
+ "0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px rgba(0,0,0,0.14),0px 6px 30px 5px rgba(0,0,0,0.12)",
225
+ "0px 8px 11px -5px rgba(0,0,0,0.2),0px 17px 26px 2px rgba(0,0,0,0.14),0px 6px 32px 5px rgba(0,0,0,0.12)",
226
+ "0px 9px 11px -5px rgba(0,0,0,0.2),0px 18px 28px 2px rgba(0,0,0,0.14),0px 7px 34px 6px rgba(0,0,0,0.12)",
227
+ "0px 9px 12px -6px rgba(0,0,0,0.2),0px 19px 29px 2px rgba(0,0,0,0.14),0px 7px 36px 6px rgba(0,0,0,0.12)",
228
+ "0px 10px 13px -6px rgba(0,0,0,0.2),0px 20px 31px 3px rgba(0,0,0,0.14),0px 8px 38px 7px rgba(0,0,0,0.12)",
229
+ "0px 10px 13px -6px rgba(0,0,0,0.2),0px 21px 33px 3px rgba(0,0,0,0.14),0px 8px 40px 7px rgba(0,0,0,0.12)",
230
+ "0px 10px 14px -6px rgba(0,0,0,0.2),0px 22px 35px 3px rgba(0,0,0,0.14),0px 8px 42px 7px rgba(0,0,0,0.12)",
231
+ "0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px rgba(0,0,0,0.14),0px 9px 44px 8px rgba(0,0,0,0.12)",
232
+ "0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12)",
233
+ ],
234
+ "shape": Object {
235
+ "borderRadius": 4,
236
+ },
237
+ "spacing": Object {
238
+ "unit": 8,
239
+ },
240
+ "transitions": Object {
241
+ "create": [Function],
242
+ "duration": Object {
243
+ "complex": 375,
244
+ "enteringScreen": 225,
245
+ "leavingScreen": 195,
246
+ "short": 250,
247
+ "shorter": 200,
248
+ "shortest": 150,
249
+ "standard": 300,
250
+ },
251
+ "easing": Object {
252
+ "easeIn": "cubic-bezier(0.4, 0, 1, 1)",
253
+ "easeInOut": "cubic-bezier(0.4, 0, 0.2, 1)",
254
+ "easeOut": "cubic-bezier(0.0, 0, 0.2, 1)",
255
+ "sharp": "cubic-bezier(0.4, 0, 0.6, 1)",
256
+ },
257
+ "getAutoHeightDuration": [Function],
258
+ },
259
+ "typography": Object {
260
+ "body1": Object {
261
+ "color": "rgba(0, 0, 0, 0.87)",
262
+ "fontFamily": "inherit",
263
+ "fontSize": "1rem",
264
+ "fontWeight": 400,
265
+ "lineHeight": 1.5,
266
+ },
267
+ "body1Next": Object {
268
+ "color": "rgba(0, 0, 0, 0.87)",
269
+ "fontFamily": "inherit",
270
+ "fontSize": "1rem",
271
+ "fontWeight": 400,
272
+ "lineHeight": 1.5,
273
+ },
274
+ "body2": Object {
275
+ "color": "rgba(0, 0, 0, 0.87)",
276
+ "fontFamily": "inherit",
277
+ "fontSize": "0.875rem",
278
+ "fontWeight": 400,
279
+ "lineHeight": 1.5,
280
+ },
281
+ "body2Next": Object {
282
+ "color": "rgba(0, 0, 0, 0.87)",
283
+ "fontFamily": "inherit",
284
+ "fontSize": "0.875rem",
285
+ "fontWeight": 400,
286
+ "lineHeight": 1.5,
287
+ },
288
+ "button": Object {
289
+ "color": "rgba(0, 0, 0, 0.87)",
290
+ "fontFamily": "inherit",
291
+ "fontSize": "0.875rem",
292
+ "fontWeight": 500,
293
+ "lineHeight": 1.75,
294
+ "textTransform": "uppercase",
295
+ },
296
+ "buttonNext": Object {
297
+ "color": "rgba(0, 0, 0, 0.87)",
298
+ "fontFamily": "inherit",
299
+ "fontSize": "0.875rem",
300
+ "fontWeight": 500,
301
+ "lineHeight": 1.75,
302
+ "textTransform": "uppercase",
303
+ },
304
+ "caption": Object {
305
+ "color": "rgba(0, 0, 0, 0.87)",
306
+ "fontFamily": "inherit",
307
+ "fontSize": "0.75rem",
308
+ "fontWeight": 400,
309
+ "lineHeight": 1.66,
310
+ },
311
+ "captionNext": Object {
312
+ "color": "rgba(0, 0, 0, 0.87)",
313
+ "fontFamily": "inherit",
314
+ "fontSize": "0.75rem",
315
+ "fontWeight": 400,
316
+ "lineHeight": 1.66,
317
+ },
318
+ "display1": Object {
319
+ "color": "rgba(0, 0, 0, 0.54)",
320
+ "fontFamily": "inherit",
321
+ "fontSize": "2.125rem",
322
+ "fontWeight": 400,
323
+ "lineHeight": "1.20588em",
324
+ },
325
+ "display2": Object {
326
+ "color": "rgba(0, 0, 0, 0.54)",
327
+ "fontFamily": "inherit",
328
+ "fontSize": "2.8125rem",
329
+ "fontWeight": 400,
330
+ "lineHeight": "1.13333em",
331
+ "marginLeft": "-.02em",
332
+ },
333
+ "display3": Object {
334
+ "color": "rgba(0, 0, 0, 0.54)",
335
+ "fontFamily": "inherit",
336
+ "fontSize": "3.5rem",
337
+ "fontWeight": 400,
338
+ "letterSpacing": "-.02em",
339
+ "lineHeight": "1.30357em",
340
+ "marginLeft": "-.02em",
341
+ },
342
+ "display4": Object {
343
+ "color": "rgba(0, 0, 0, 0.54)",
344
+ "fontFamily": "inherit",
345
+ "fontSize": "7rem",
346
+ "fontWeight": 300,
347
+ "letterSpacing": "-.04em",
348
+ "lineHeight": "1.14286em",
349
+ "marginLeft": "-.04em",
350
+ },
351
+ "fontFamily": "inherit",
352
+ "fontSize": 14,
353
+ "fontWeightLight": 300,
354
+ "fontWeightMedium": 500,
355
+ "fontWeightRegular": 400,
356
+ "h1": Object {
357
+ "color": "rgba(0, 0, 0, 0.87)",
358
+ "fontFamily": "inherit",
359
+ "fontSize": "6rem",
360
+ "fontWeight": 300,
361
+ "lineHeight": 1,
362
+ },
363
+ "h2": Object {
364
+ "color": "rgba(0, 0, 0, 0.87)",
365
+ "fontFamily": "inherit",
366
+ "fontSize": "3.75rem",
367
+ "fontWeight": 300,
368
+ "lineHeight": 1,
369
+ },
370
+ "h3": Object {
371
+ "color": "rgba(0, 0, 0, 0.87)",
372
+ "fontFamily": "inherit",
373
+ "fontSize": "3rem",
374
+ "fontWeight": 400,
375
+ "lineHeight": 1.04,
376
+ },
377
+ "h4": Object {
378
+ "color": "rgba(0, 0, 0, 0.87)",
379
+ "fontFamily": "inherit",
380
+ "fontSize": "2.125rem",
381
+ "fontWeight": 400,
382
+ "lineHeight": 1.17,
383
+ },
384
+ "h5": Object {
385
+ "color": "rgba(0, 0, 0, 0.87)",
386
+ "fontFamily": "inherit",
387
+ "fontSize": "1.5rem",
388
+ "fontWeight": 400,
389
+ "lineHeight": 1.33,
390
+ },
391
+ "h6": Object {
392
+ "color": "rgba(0, 0, 0, 0.87)",
393
+ "fontFamily": "inherit",
394
+ "fontSize": "1.25rem",
395
+ "fontWeight": 500,
396
+ "lineHeight": 1.6,
397
+ },
398
+ "headline": Object {
399
+ "color": "rgba(0, 0, 0, 0.87)",
400
+ "fontFamily": "inherit",
401
+ "fontSize": "1.5rem",
402
+ "fontWeight": 400,
403
+ "lineHeight": "1.35417em",
404
+ },
405
+ "overline": Object {
406
+ "color": "rgba(0, 0, 0, 0.87)",
407
+ "fontFamily": "inherit",
408
+ "fontSize": "0.75rem",
409
+ "fontWeight": 400,
410
+ "lineHeight": 2.66,
411
+ "textTransform": "uppercase",
412
+ },
413
+ "pxToRem": [Function],
414
+ "round": [Function],
415
+ "subheading": Object {
416
+ "color": "rgba(0, 0, 0, 0.87)",
417
+ "fontFamily": "inherit",
418
+ "fontSize": "1rem",
419
+ "fontWeight": 400,
420
+ "lineHeight": "1.5em",
421
+ },
422
+ "subtitle1": Object {
423
+ "color": "rgba(0, 0, 0, 0.87)",
424
+ "fontFamily": "inherit",
425
+ "fontSize": "1rem",
426
+ "fontWeight": 400,
427
+ "lineHeight": 1.75,
428
+ },
429
+ "subtitle2": Object {
430
+ "color": "rgba(0, 0, 0, 0.87)",
431
+ "fontFamily": "inherit",
432
+ "fontSize": "0.875rem",
433
+ "fontWeight": 500,
434
+ "lineHeight": 1.57,
435
+ },
436
+ "title": Object {
437
+ "color": "rgba(0, 0, 0, 0.87)",
438
+ "fontFamily": "inherit",
439
+ "fontSize": "1.3125rem",
440
+ "fontWeight": 500,
441
+ "lineHeight": "1.16667em",
442
+ },
443
+ "useNextVariants": true,
444
+ },
445
+ "zIndex": Object {
446
+ "appBar": 1100,
447
+ "drawer": 1200,
448
+ "mobileStepper": 1000,
449
+ "modal": 1300,
450
+ "snackbar": 1400,
451
+ "tooltip": 1500,
452
+ },
453
+ }
454
+ }
455
+ >
456
+ <div
457
+ className="Rubric-root-1 UiLayout-extraCSSRules-9 UiLayout-uiLayoutContainer-10"
458
+ >
459
+ <h2
460
+ className="Rubric-hiddenScreenReader-8"
461
+ >
462
+ Rubric
463
+ </h2>
464
+ <h2
465
+ aria-expanded={true}
466
+ className="Rubric-rubricToggle-6"
467
+ id="rubric-toggle"
468
+ onClick={[Function]}
469
+ onKeyPress={[Function]}
470
+ role="button"
471
+ tabIndex={0}
472
+ >
473
+ Hide
474
+ Rubric
475
+ <span
476
+ aria-hidden="true"
477
+ className="Rubric-chevronStyle-7"
478
+ >
479
+ <svg
480
+ fill="none"
481
+ height="20"
482
+ stroke="currentColor"
483
+ strokeLinecap="round"
484
+ strokeLinejoin="round"
485
+ strokeWidth="2"
486
+ viewBox="0 0 24 24"
487
+ width="20"
488
+ >
489
+ <polyline
490
+ points="18 15 12 9 6 15"
491
+ />
492
+ </svg>
493
+ </span>
494
+ </h2>
495
+ <WithStyles(Collapse)
496
+ in={true}
497
+ timeout="auto"
498
+ >
499
+ <Collapse
500
+ classes={
501
+ Object {
502
+ "container": "MuiCollapse-container-11",
503
+ "entered": "MuiCollapse-entered-12",
504
+ "wrapper": "MuiCollapse-wrapper-13",
505
+ "wrapperInner": "MuiCollapse-wrapperInner-14",
506
+ }
507
+ }
508
+ collapsedHeight="0px"
509
+ component="div"
510
+ in={true}
511
+ theme={
512
+ Object {
513
+ "breakpoints": Object {
514
+ "between": [Function],
515
+ "down": [Function],
516
+ "keys": Array [
517
+ "xs",
518
+ "sm",
519
+ "md",
520
+ "lg",
521
+ "xl",
522
+ ],
523
+ "only": [Function],
524
+ "up": [Function],
525
+ "values": Object {
526
+ "lg": 1280,
527
+ "md": 960,
528
+ "sm": 600,
529
+ "xl": 1920,
530
+ "xs": 0,
531
+ },
532
+ "width": [Function],
533
+ },
534
+ "direction": "ltr",
535
+ "mixins": Object {
536
+ "gutters": [Function],
537
+ "toolbar": Object {
538
+ "@media (min-width:0px) and (orientation: landscape)": Object {
539
+ "minHeight": 48,
540
+ },
541
+ "@media (min-width:600px)": Object {
542
+ "minHeight": 64,
543
+ },
544
+ "minHeight": 56,
545
+ },
546
+ },
547
+ "overrides": Object {
548
+ "MuiCheckbox": Object {
549
+ "root": Object {
550
+ "&$checked": Object {
551
+ "color": "#3f51b5 !important",
552
+ },
553
+ },
554
+ },
555
+ "MuiRadio": Object {
556
+ "root": Object {
557
+ "&$checked": Object {
558
+ "color": "#3f51b5 !important",
559
+ },
560
+ },
561
+ },
562
+ "MuiSwitch": Object {
563
+ "root": Object {
564
+ "&$checked": Object {
565
+ "& + $bar": Object {
566
+ "backgroundColor": "#3f51b5 !important",
567
+ "opacity": 0.5,
568
+ },
569
+ "color": "#3f51b5 !important",
570
+ },
571
+ },
572
+ },
573
+ "MuiTabs": Object {
574
+ "root": Object {
575
+ "borderBottom": "1px solid #eee",
576
+ },
577
+ },
578
+ "MuiTypography": Object {
579
+ "root": Object {
580
+ "fontFamily": "inherit",
581
+ },
582
+ },
583
+ },
584
+ "palette": Object {
585
+ "action": Object {
586
+ "active": "rgba(0, 0, 0, 0.54)",
587
+ "disabled": "rgba(0, 0, 0, 0.54);",
588
+ "disabledBackground": "rgba(0, 0, 0, 0.12)",
589
+ "hover": "rgba(0, 0, 0, 0.08)",
590
+ "hoverOpacity": 0.08,
591
+ "selected": "rgba(0, 0, 0, 0.14)",
592
+ },
593
+ "augmentColor": [Function],
594
+ "background": Object {
595
+ "default": "#fafafa",
596
+ "paper": "#fff",
597
+ },
598
+ "common": Object {
599
+ "black": "#000",
600
+ "white": "#fff",
601
+ },
602
+ "contrastThreshold": 3,
603
+ "divider": "rgba(0, 0, 0, 0.12)",
604
+ "error": Object {
605
+ "contrastText": "#fff",
606
+ "dark": "#d32f2f",
607
+ "light": "#e57373",
608
+ "main": "#f44336",
609
+ },
610
+ "getContrastText": [Function],
611
+ "grey": Object {
612
+ "100": "#f5f5f5",
613
+ "200": "#eeeeee",
614
+ "300": "#e0e0e0",
615
+ "400": "#bdbdbd",
616
+ "50": "#fafafa",
617
+ "500": "#9e9e9e",
618
+ "600": "#757575",
619
+ "700": "#616161",
620
+ "800": "#424242",
621
+ "900": "#212121",
622
+ "A100": "#d5d5d5",
623
+ "A200": "#aaaaaa",
624
+ "A400": "#303030",
625
+ "A700": "#616161",
626
+ },
627
+ "primary": Object {
628
+ "contrastText": "#fff",
629
+ "dark": "#303f9f",
630
+ "light": "#7986cb",
631
+ "main": "#3f51b5",
632
+ },
633
+ "secondary": Object {
634
+ "contrastText": "#fff",
635
+ "dark": "#c51162",
636
+ "light": "#ff4081",
637
+ "main": "#f50057",
638
+ },
639
+ "text": Object {
640
+ "disabled": "rgba(0, 0, 0, 0.38)",
641
+ "hint": "rgba(0, 0, 0, 0.38)",
642
+ "primary": "rgba(0, 0, 0, 0.87)",
643
+ "secondary": "rgba(0, 0, 0, 0.54)",
644
+ },
645
+ "tonalOffset": 0.2,
646
+ "type": "light",
647
+ },
648
+ "props": Object {},
649
+ "shadows": Array [
650
+ "none",
651
+ "0px 1px 3px 0px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 2px 1px -1px rgba(0,0,0,0.12)",
652
+ "0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12)",
653
+ "0px 1px 8px 0px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 3px 3px -2px rgba(0,0,0,0.12)",
654
+ "0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)",
655
+ "0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12)",
656
+ "0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12)",
657
+ "0px 4px 5px -2px rgba(0,0,0,0.2),0px 7px 10px 1px rgba(0,0,0,0.14),0px 2px 16px 1px rgba(0,0,0,0.12)",
658
+ "0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12)",
659
+ "0px 5px 6px -3px rgba(0,0,0,0.2),0px 9px 12px 1px rgba(0,0,0,0.14),0px 3px 16px 2px rgba(0,0,0,0.12)",
660
+ "0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12)",
661
+ "0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12)",
662
+ "0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px rgba(0,0,0,0.14),0px 5px 22px 4px rgba(0,0,0,0.12)",
663
+ "0px 7px 8px -4px rgba(0,0,0,0.2),0px 13px 19px 2px rgba(0,0,0,0.14),0px 5px 24px 4px rgba(0,0,0,0.12)",
664
+ "0px 7px 9px -4px rgba(0,0,0,0.2),0px 14px 21px 2px rgba(0,0,0,0.14),0px 5px 26px 4px rgba(0,0,0,0.12)",
665
+ "0px 8px 9px -5px rgba(0,0,0,0.2),0px 15px 22px 2px rgba(0,0,0,0.14),0px 6px 28px 5px rgba(0,0,0,0.12)",
666
+ "0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px rgba(0,0,0,0.14),0px 6px 30px 5px rgba(0,0,0,0.12)",
667
+ "0px 8px 11px -5px rgba(0,0,0,0.2),0px 17px 26px 2px rgba(0,0,0,0.14),0px 6px 32px 5px rgba(0,0,0,0.12)",
668
+ "0px 9px 11px -5px rgba(0,0,0,0.2),0px 18px 28px 2px rgba(0,0,0,0.14),0px 7px 34px 6px rgba(0,0,0,0.12)",
669
+ "0px 9px 12px -6px rgba(0,0,0,0.2),0px 19px 29px 2px rgba(0,0,0,0.14),0px 7px 36px 6px rgba(0,0,0,0.12)",
670
+ "0px 10px 13px -6px rgba(0,0,0,0.2),0px 20px 31px 3px rgba(0,0,0,0.14),0px 8px 38px 7px rgba(0,0,0,0.12)",
671
+ "0px 10px 13px -6px rgba(0,0,0,0.2),0px 21px 33px 3px rgba(0,0,0,0.14),0px 8px 40px 7px rgba(0,0,0,0.12)",
672
+ "0px 10px 14px -6px rgba(0,0,0,0.2),0px 22px 35px 3px rgba(0,0,0,0.14),0px 8px 42px 7px rgba(0,0,0,0.12)",
673
+ "0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px rgba(0,0,0,0.14),0px 9px 44px 8px rgba(0,0,0,0.12)",
674
+ "0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12)",
675
+ ],
676
+ "shape": Object {
677
+ "borderRadius": 4,
678
+ },
679
+ "spacing": Object {
680
+ "unit": 8,
681
+ },
682
+ "transitions": Object {
683
+ "create": [Function],
684
+ "duration": Object {
685
+ "complex": 375,
686
+ "enteringScreen": 225,
687
+ "leavingScreen": 195,
688
+ "short": 250,
689
+ "shorter": 200,
690
+ "shortest": 150,
691
+ "standard": 300,
692
+ },
693
+ "easing": Object {
694
+ "easeIn": "cubic-bezier(0.4, 0, 1, 1)",
695
+ "easeInOut": "cubic-bezier(0.4, 0, 0.2, 1)",
696
+ "easeOut": "cubic-bezier(0.0, 0, 0.2, 1)",
697
+ "sharp": "cubic-bezier(0.4, 0, 0.6, 1)",
698
+ },
699
+ "getAutoHeightDuration": [Function],
700
+ },
701
+ "typography": Object {
702
+ "body1": Object {
703
+ "color": "rgba(0, 0, 0, 0.87)",
704
+ "fontFamily": "inherit",
705
+ "fontSize": "1rem",
706
+ "fontWeight": 400,
707
+ "lineHeight": 1.5,
708
+ },
709
+ "body1Next": Object {
710
+ "color": "rgba(0, 0, 0, 0.87)",
711
+ "fontFamily": "inherit",
712
+ "fontSize": "1rem",
713
+ "fontWeight": 400,
714
+ "lineHeight": 1.5,
715
+ },
716
+ "body2": Object {
717
+ "color": "rgba(0, 0, 0, 0.87)",
718
+ "fontFamily": "inherit",
719
+ "fontSize": "0.875rem",
720
+ "fontWeight": 400,
721
+ "lineHeight": 1.5,
722
+ },
723
+ "body2Next": Object {
724
+ "color": "rgba(0, 0, 0, 0.87)",
725
+ "fontFamily": "inherit",
726
+ "fontSize": "0.875rem",
727
+ "fontWeight": 400,
728
+ "lineHeight": 1.5,
729
+ },
730
+ "button": Object {
731
+ "color": "rgba(0, 0, 0, 0.87)",
732
+ "fontFamily": "inherit",
733
+ "fontSize": "0.875rem",
734
+ "fontWeight": 500,
735
+ "lineHeight": 1.75,
736
+ "textTransform": "uppercase",
737
+ },
738
+ "buttonNext": Object {
739
+ "color": "rgba(0, 0, 0, 0.87)",
740
+ "fontFamily": "inherit",
741
+ "fontSize": "0.875rem",
742
+ "fontWeight": 500,
743
+ "lineHeight": 1.75,
744
+ "textTransform": "uppercase",
745
+ },
746
+ "caption": Object {
747
+ "color": "rgba(0, 0, 0, 0.87)",
748
+ "fontFamily": "inherit",
749
+ "fontSize": "0.75rem",
750
+ "fontWeight": 400,
751
+ "lineHeight": 1.66,
752
+ },
753
+ "captionNext": Object {
754
+ "color": "rgba(0, 0, 0, 0.87)",
755
+ "fontFamily": "inherit",
756
+ "fontSize": "0.75rem",
757
+ "fontWeight": 400,
758
+ "lineHeight": 1.66,
759
+ },
760
+ "display1": Object {
761
+ "color": "rgba(0, 0, 0, 0.54)",
762
+ "fontFamily": "inherit",
763
+ "fontSize": "2.125rem",
764
+ "fontWeight": 400,
765
+ "lineHeight": "1.20588em",
766
+ },
767
+ "display2": Object {
768
+ "color": "rgba(0, 0, 0, 0.54)",
769
+ "fontFamily": "inherit",
770
+ "fontSize": "2.8125rem",
771
+ "fontWeight": 400,
772
+ "lineHeight": "1.13333em",
773
+ "marginLeft": "-.02em",
774
+ },
775
+ "display3": Object {
776
+ "color": "rgba(0, 0, 0, 0.54)",
777
+ "fontFamily": "inherit",
778
+ "fontSize": "3.5rem",
779
+ "fontWeight": 400,
780
+ "letterSpacing": "-.02em",
781
+ "lineHeight": "1.30357em",
782
+ "marginLeft": "-.02em",
783
+ },
784
+ "display4": Object {
785
+ "color": "rgba(0, 0, 0, 0.54)",
786
+ "fontFamily": "inherit",
787
+ "fontSize": "7rem",
788
+ "fontWeight": 300,
789
+ "letterSpacing": "-.04em",
790
+ "lineHeight": "1.14286em",
791
+ "marginLeft": "-.04em",
792
+ },
793
+ "fontFamily": "inherit",
794
+ "fontSize": 14,
795
+ "fontWeightLight": 300,
796
+ "fontWeightMedium": 500,
797
+ "fontWeightRegular": 400,
798
+ "h1": Object {
799
+ "color": "rgba(0, 0, 0, 0.87)",
800
+ "fontFamily": "inherit",
801
+ "fontSize": "6rem",
802
+ "fontWeight": 300,
803
+ "lineHeight": 1,
804
+ },
805
+ "h2": Object {
806
+ "color": "rgba(0, 0, 0, 0.87)",
807
+ "fontFamily": "inherit",
808
+ "fontSize": "3.75rem",
809
+ "fontWeight": 300,
810
+ "lineHeight": 1,
811
+ },
812
+ "h3": Object {
813
+ "color": "rgba(0, 0, 0, 0.87)",
814
+ "fontFamily": "inherit",
815
+ "fontSize": "3rem",
816
+ "fontWeight": 400,
817
+ "lineHeight": 1.04,
818
+ },
819
+ "h4": Object {
820
+ "color": "rgba(0, 0, 0, 0.87)",
821
+ "fontFamily": "inherit",
822
+ "fontSize": "2.125rem",
823
+ "fontWeight": 400,
824
+ "lineHeight": 1.17,
825
+ },
826
+ "h5": Object {
827
+ "color": "rgba(0, 0, 0, 0.87)",
828
+ "fontFamily": "inherit",
829
+ "fontSize": "1.5rem",
830
+ "fontWeight": 400,
831
+ "lineHeight": 1.33,
832
+ },
833
+ "h6": Object {
834
+ "color": "rgba(0, 0, 0, 0.87)",
835
+ "fontFamily": "inherit",
836
+ "fontSize": "1.25rem",
837
+ "fontWeight": 500,
838
+ "lineHeight": 1.6,
839
+ },
840
+ "headline": Object {
841
+ "color": "rgba(0, 0, 0, 0.87)",
842
+ "fontFamily": "inherit",
843
+ "fontSize": "1.5rem",
844
+ "fontWeight": 400,
845
+ "lineHeight": "1.35417em",
846
+ },
847
+ "overline": Object {
848
+ "color": "rgba(0, 0, 0, 0.87)",
849
+ "fontFamily": "inherit",
850
+ "fontSize": "0.75rem",
851
+ "fontWeight": 400,
852
+ "lineHeight": 2.66,
853
+ "textTransform": "uppercase",
854
+ },
855
+ "pxToRem": [Function],
856
+ "round": [Function],
857
+ "subheading": Object {
858
+ "color": "rgba(0, 0, 0, 0.87)",
859
+ "fontFamily": "inherit",
860
+ "fontSize": "1rem",
861
+ "fontWeight": 400,
862
+ "lineHeight": "1.5em",
863
+ },
864
+ "subtitle1": Object {
865
+ "color": "rgba(0, 0, 0, 0.87)",
866
+ "fontFamily": "inherit",
867
+ "fontSize": "1rem",
868
+ "fontWeight": 400,
869
+ "lineHeight": 1.75,
870
+ },
871
+ "subtitle2": Object {
872
+ "color": "rgba(0, 0, 0, 0.87)",
873
+ "fontFamily": "inherit",
874
+ "fontSize": "0.875rem",
875
+ "fontWeight": 500,
876
+ "lineHeight": 1.57,
877
+ },
878
+ "title": Object {
879
+ "color": "rgba(0, 0, 0, 0.87)",
880
+ "fontFamily": "inherit",
881
+ "fontSize": "1.3125rem",
882
+ "fontWeight": 500,
883
+ "lineHeight": "1.16667em",
884
+ },
885
+ "useNextVariants": true,
886
+ },
887
+ "zIndex": Object {
888
+ "appBar": 1100,
889
+ "drawer": 1200,
890
+ "mobileStepper": 1000,
891
+ "modal": 1300,
892
+ "snackbar": 1400,
893
+ "tooltip": 1500,
894
+ },
895
+ }
896
+ }
897
+ timeout="auto"
898
+ >
899
+ <Transition
900
+ addEndListener={[Function]}
901
+ appear={false}
902
+ enter={true}
903
+ exit={true}
904
+ in={true}
905
+ mountOnEnter={false}
906
+ onEnter={[Function]}
907
+ onEntered={[Function]}
908
+ onEntering={[Function]}
909
+ onExit={[Function]}
910
+ onExited={[Function]}
911
+ onExiting={[Function]}
912
+ timeout={null}
913
+ unmountOnExit={false}
914
+ >
915
+ <div
916
+ className="MuiCollapse-container-11"
917
+ style={
918
+ Object {
919
+ "minHeight": "0px",
920
+ }
921
+ }
922
+ >
923
+ <div
924
+ className="MuiCollapse-wrapper-13"
925
+ >
926
+ <div
927
+ className="MuiCollapse-wrapperInner-14"
928
+ >
929
+ <WithStyles(List)
930
+ component="nav"
931
+ >
932
+ <List
933
+ classes={
934
+ Object {
935
+ "dense": "MuiList-dense-17",
936
+ "padding": "MuiList-padding-16",
937
+ "root": "MuiList-root-15",
938
+ "subheader": "MuiList-subheader-18",
939
+ }
940
+ }
941
+ component="nav"
942
+ dense={false}
943
+ disablePadding={false}
944
+ >
945
+ <nav
946
+ className="MuiList-root-15 MuiList-padding-16"
947
+ >
948
+ <WithStyles(ListItem)
949
+ className="Rubric-listColumn-2"
950
+ key="P3"
951
+ >
952
+ <ListItem
953
+ ContainerComponent="li"
954
+ alignItems="center"
955
+ button={false}
956
+ className="Rubric-listColumn-2"
957
+ classes={
958
+ Object {
959
+ "alignItemsFlexStart": "MuiListItem-alignItemsFlexStart-24",
960
+ "button": "MuiListItem-button-28",
961
+ "container": "MuiListItem-container-20",
962
+ "default": "MuiListItem-default-22",
963
+ "dense": "MuiListItem-dense-23",
964
+ "disabled": "MuiListItem-disabled-25",
965
+ "divider": "MuiListItem-divider-26",
966
+ "focusVisible": "MuiListItem-focusVisible-21",
967
+ "gutters": "MuiListItem-gutters-27",
968
+ "root": "MuiListItem-root-19",
969
+ "secondaryAction": "MuiListItem-secondaryAction-29",
970
+ "selected": "MuiListItem-selected-30",
971
+ }
972
+ }
973
+ dense={false}
974
+ disableGutters={false}
975
+ disabled={false}
976
+ divider={false}
977
+ selected={false}
978
+ >
979
+ <MergeListContext
980
+ alignItems="center"
981
+ dense={false}
982
+ >
983
+ <li
984
+ className="MuiListItem-root-19 MuiListItem-default-22 MuiListItem-gutters-27 Rubric-listColumn-2"
985
+ disabled={false}
986
+ >
987
+ <h3
988
+ className="Rubric-titleText-5"
989
+ key=".0"
990
+ >
991
+ 3 PTS
992
+ </h3>
993
+ <div
994
+ className="Rubric-text-4"
995
+ dangerouslySetInnerHTML={
996
+ Object {
997
+ "__html": "bingo",
998
+ }
999
+ }
1000
+ key=".1"
1001
+ />
1002
+ </li>
1003
+ </MergeListContext>
1004
+ </ListItem>
1005
+ </WithStyles(ListItem)>
1006
+ <WithStyles(ListItem)
1007
+ className="Rubric-listColumn-2"
1008
+ key="P2"
1009
+ >
1010
+ <ListItem
1011
+ ContainerComponent="li"
1012
+ alignItems="center"
1013
+ button={false}
1014
+ className="Rubric-listColumn-2"
1015
+ classes={
1016
+ Object {
1017
+ "alignItemsFlexStart": "MuiListItem-alignItemsFlexStart-24",
1018
+ "button": "MuiListItem-button-28",
1019
+ "container": "MuiListItem-container-20",
1020
+ "default": "MuiListItem-default-22",
1021
+ "dense": "MuiListItem-dense-23",
1022
+ "disabled": "MuiListItem-disabled-25",
1023
+ "divider": "MuiListItem-divider-26",
1024
+ "focusVisible": "MuiListItem-focusVisible-21",
1025
+ "gutters": "MuiListItem-gutters-27",
1026
+ "root": "MuiListItem-root-19",
1027
+ "secondaryAction": "MuiListItem-secondaryAction-29",
1028
+ "selected": "MuiListItem-selected-30",
1029
+ }
1030
+ }
1031
+ dense={false}
1032
+ disableGutters={false}
1033
+ disabled={false}
1034
+ divider={false}
1035
+ selected={false}
1036
+ >
1037
+ <MergeListContext
1038
+ alignItems="center"
1039
+ dense={false}
1040
+ >
1041
+ <li
1042
+ className="MuiListItem-root-19 MuiListItem-default-22 MuiListItem-gutters-27 Rubric-listColumn-2"
1043
+ disabled={false}
1044
+ >
1045
+ <h3
1046
+ className="Rubric-titleText-5"
1047
+ key=".0"
1048
+ >
1049
+ 2 PTS
1050
+ </h3>
1051
+ <div
1052
+ className="Rubric-text-4"
1053
+ dangerouslySetInnerHTML={
1054
+ Object {
1055
+ "__html": "mostly right",
1056
+ }
1057
+ }
1058
+ key=".1"
1059
+ />
1060
+ </li>
1061
+ </MergeListContext>
1062
+ </ListItem>
1063
+ </WithStyles(ListItem)>
1064
+ <WithStyles(ListItem)
1065
+ className="Rubric-listColumn-2"
1066
+ key="S2"
1067
+ >
1068
+ <ListItem
1069
+ ContainerComponent="li"
1070
+ alignItems="center"
1071
+ button={false}
1072
+ className="Rubric-listColumn-2"
1073
+ classes={
1074
+ Object {
1075
+ "alignItemsFlexStart": "MuiListItem-alignItemsFlexStart-24",
1076
+ "button": "MuiListItem-button-28",
1077
+ "container": "MuiListItem-container-20",
1078
+ "default": "MuiListItem-default-22",
1079
+ "dense": "MuiListItem-dense-23",
1080
+ "disabled": "MuiListItem-disabled-25",
1081
+ "divider": "MuiListItem-divider-26",
1082
+ "focusVisible": "MuiListItem-focusVisible-21",
1083
+ "gutters": "MuiListItem-gutters-27",
1084
+ "root": "MuiListItem-root-19",
1085
+ "secondaryAction": "MuiListItem-secondaryAction-29",
1086
+ "selected": "MuiListItem-selected-30",
1087
+ }
1088
+ }
1089
+ dense={false}
1090
+ disableGutters={false}
1091
+ disabled={false}
1092
+ divider={false}
1093
+ selected={false}
1094
+ >
1095
+ <MergeListContext
1096
+ alignItems="center"
1097
+ dense={false}
1098
+ >
1099
+ <li
1100
+ className="MuiListItem-root-19 MuiListItem-default-22 MuiListItem-gutters-27 Rubric-listColumn-2"
1101
+ disabled={false}
1102
+ >
1103
+ <h4
1104
+ className="Rubric-titleText-5"
1105
+ key=".0"
1106
+ style={
1107
+ Object {
1108
+ "fontWeight": "normal",
1109
+ }
1110
+ }
1111
+ >
1112
+ Sample Answer
1113
+ </h4>
1114
+ <div
1115
+ className="Rubric-text-4"
1116
+ dangerouslySetInnerHTML={
1117
+ Object {
1118
+ "__html": "not left",
1119
+ }
1120
+ }
1121
+ key=".1"
1122
+ />
1123
+ </li>
1124
+ </MergeListContext>
1125
+ </ListItem>
1126
+ </WithStyles(ListItem)>
1127
+ <WithStyles(ListItem)
1128
+ className="Rubric-listColumn-2"
1129
+ key="P1"
1130
+ >
1131
+ <ListItem
1132
+ ContainerComponent="li"
1133
+ alignItems="center"
1134
+ button={false}
1135
+ className="Rubric-listColumn-2"
1136
+ classes={
1137
+ Object {
1138
+ "alignItemsFlexStart": "MuiListItem-alignItemsFlexStart-24",
1139
+ "button": "MuiListItem-button-28",
1140
+ "container": "MuiListItem-container-20",
1141
+ "default": "MuiListItem-default-22",
1142
+ "dense": "MuiListItem-dense-23",
1143
+ "disabled": "MuiListItem-disabled-25",
1144
+ "divider": "MuiListItem-divider-26",
1145
+ "focusVisible": "MuiListItem-focusVisible-21",
1146
+ "gutters": "MuiListItem-gutters-27",
1147
+ "root": "MuiListItem-root-19",
1148
+ "secondaryAction": "MuiListItem-secondaryAction-29",
1149
+ "selected": "MuiListItem-selected-30",
1150
+ }
1151
+ }
1152
+ dense={false}
1153
+ disableGutters={false}
1154
+ disabled={false}
1155
+ divider={false}
1156
+ selected={false}
1157
+ >
1158
+ <MergeListContext
1159
+ alignItems="center"
1160
+ dense={false}
1161
+ >
1162
+ <li
1163
+ className="MuiListItem-root-19 MuiListItem-default-22 MuiListItem-gutters-27 Rubric-listColumn-2"
1164
+ disabled={false}
1165
+ >
1166
+ <h3
1167
+ className="Rubric-titleText-5"
1168
+ key=".0"
1169
+ >
1170
+ 1 PT
1171
+ </h3>
1172
+ <div
1173
+ className="Rubric-text-4"
1174
+ dangerouslySetInnerHTML={
1175
+ Object {
1176
+ "__html": "a teeny bit right",
1177
+ }
1178
+ }
1179
+ key=".1"
1180
+ />
1181
+ </li>
1182
+ </MergeListContext>
1183
+ </ListItem>
1184
+ </WithStyles(ListItem)>
1185
+ <WithStyles(ListItem)
1186
+ className="Rubric-listColumn-2"
1187
+ key="S1"
1188
+ >
1189
+ <ListItem
1190
+ ContainerComponent="li"
1191
+ alignItems="center"
1192
+ button={false}
1193
+ className="Rubric-listColumn-2"
1194
+ classes={
1195
+ Object {
1196
+ "alignItemsFlexStart": "MuiListItem-alignItemsFlexStart-24",
1197
+ "button": "MuiListItem-button-28",
1198
+ "container": "MuiListItem-container-20",
1199
+ "default": "MuiListItem-default-22",
1200
+ "dense": "MuiListItem-dense-23",
1201
+ "disabled": "MuiListItem-disabled-25",
1202
+ "divider": "MuiListItem-divider-26",
1203
+ "focusVisible": "MuiListItem-focusVisible-21",
1204
+ "gutters": "MuiListItem-gutters-27",
1205
+ "root": "MuiListItem-root-19",
1206
+ "secondaryAction": "MuiListItem-secondaryAction-29",
1207
+ "selected": "MuiListItem-selected-30",
1208
+ }
1209
+ }
1210
+ dense={false}
1211
+ disableGutters={false}
1212
+ disabled={false}
1213
+ divider={false}
1214
+ selected={false}
1215
+ >
1216
+ <MergeListContext
1217
+ alignItems="center"
1218
+ dense={false}
1219
+ >
1220
+ <li
1221
+ className="MuiListItem-root-19 MuiListItem-default-22 MuiListItem-gutters-27 Rubric-listColumn-2"
1222
+ disabled={false}
1223
+ >
1224
+ <h4
1225
+ className="Rubric-titleText-5"
1226
+ key=".0"
1227
+ style={
1228
+ Object {
1229
+ "fontWeight": "normal",
1230
+ }
1231
+ }
1232
+ >
1233
+ Sample Answer
1234
+ </h4>
1235
+ <div
1236
+ className="Rubric-text-4"
1237
+ dangerouslySetInnerHTML={
1238
+ Object {
1239
+ "__html": "just right",
1240
+ }
1241
+ }
1242
+ key=".1"
1243
+ />
1244
+ </li>
1245
+ </MergeListContext>
1246
+ </ListItem>
1247
+ </WithStyles(ListItem)>
1248
+ <WithStyles(ListItem)
1249
+ className="Rubric-listColumn-2"
1250
+ key="P0"
1251
+ >
1252
+ <ListItem
1253
+ ContainerComponent="li"
1254
+ alignItems="center"
1255
+ button={false}
1256
+ className="Rubric-listColumn-2"
1257
+ classes={
1258
+ Object {
1259
+ "alignItemsFlexStart": "MuiListItem-alignItemsFlexStart-24",
1260
+ "button": "MuiListItem-button-28",
1261
+ "container": "MuiListItem-container-20",
1262
+ "default": "MuiListItem-default-22",
1263
+ "dense": "MuiListItem-dense-23",
1264
+ "disabled": "MuiListItem-disabled-25",
1265
+ "divider": "MuiListItem-divider-26",
1266
+ "focusVisible": "MuiListItem-focusVisible-21",
1267
+ "gutters": "MuiListItem-gutters-27",
1268
+ "root": "MuiListItem-root-19",
1269
+ "secondaryAction": "MuiListItem-secondaryAction-29",
1270
+ "selected": "MuiListItem-selected-30",
1271
+ }
1272
+ }
1273
+ dense={false}
1274
+ disableGutters={false}
1275
+ disabled={false}
1276
+ divider={false}
1277
+ selected={false}
1278
+ >
1279
+ <MergeListContext
1280
+ alignItems="center"
1281
+ dense={false}
1282
+ >
1283
+ <li
1284
+ className="MuiListItem-root-19 MuiListItem-default-22 MuiListItem-gutters-27 Rubric-listColumn-2"
1285
+ disabled={false}
1286
+ >
1287
+ <h3
1288
+ className="Rubric-titleText-5"
1289
+ key=".0"
1290
+ >
1291
+ 0 PTS
1292
+ </h3>
1293
+ <div
1294
+ className="Rubric-text-4"
1295
+ dangerouslySetInnerHTML={
1296
+ Object {
1297
+ "__html": "nothing right",
1298
+ }
1299
+ }
1300
+ key=".1"
1301
+ />
1302
+ </li>
1303
+ </MergeListContext>
1304
+ </ListItem>
1305
+ </WithStyles(ListItem)>
1306
+ </nav>
1307
+ </List>
1308
+ </WithStyles(List)>
1309
+ </div>
1310
+ </div>
1311
+ </div>
1312
+ </Transition>
1313
+ </Collapse>
1314
+ </WithStyles(Collapse)>
1315
+ </div>
1316
+ </MuiThemeProviderOld>
1317
+ </UiLayout>
1318
+ </WithStyles(UiLayout)>
1319
+ </Rubric>
1320
+ </WithStyles(Rubric)>
1321
+ `;
1322
+
1323
+ exports[`rubric viewer snapshot renders 1`] = `
1324
+ <WithStyles(Rubric)
1325
+ value={
1326
+ Object {
1327
+ "excludeZero": false,
1328
+ "points": Array [
1329
+ "nothing right",
1330
+ "a teeny bit right",
1331
+ "mostly right",
1332
+ "bingo",
1333
+ ],
1334
+ "sampleAnswers": Array [
1335
+ null,
1336
+ "just right",
1337
+ "not left",
1338
+ null,
1339
+ ],
1340
+ }
1341
+ }
1342
+ >
1343
+ <Rubric
1344
+ classes={
1345
+ Object {
1346
+ "chevronStyle": "Rubric-chevronStyle-7",
1347
+ "hiddenScreenReader": "Rubric-hiddenScreenReader-8",
1348
+ "listColumn": "Rubric-listColumn-2",
1349
+ "listColumnItem": "Rubric-listColumnItem-3",
1350
+ "root": "Rubric-root-1",
1351
+ "rubricToggle": "Rubric-rubricToggle-6",
1352
+ "text": "Rubric-text-4",
1353
+ "titleText": "Rubric-titleText-5",
1354
+ }
1355
+ }
1356
+ value={
1357
+ Object {
1358
+ "excludeZero": false,
1359
+ "points": Array [
1360
+ "nothing right",
1361
+ "a teeny bit right",
1362
+ "mostly right",
1363
+ "bingo",
1364
+ ],
1365
+ "sampleAnswers": Array [
1366
+ null,
1367
+ "just right",
1368
+ "not left",
1369
+ null,
1370
+ ],
1371
+ }
1372
+ }
1373
+ >
1374
+ <WithStyles(UiLayout)
1375
+ className="Rubric-root-1"
1376
+ >
1377
+ <UiLayout
1378
+ className="Rubric-root-1"
1379
+ classes={
1380
+ Object {
1381
+ "extraCSSRules": "UiLayout-extraCSSRules-9",
1382
+ "uiLayoutContainer": "UiLayout-uiLayoutContainer-10",
1383
+ }
1384
+ }
1385
+ extraCSSRules={Object {}}
1386
+ fontSizeFactor={1}
1387
+ >
1388
+ <MuiThemeProviderOld
1389
+ theme={
1390
+ Object {
1391
+ "breakpoints": Object {
1392
+ "between": [Function],
1393
+ "down": [Function],
1394
+ "keys": Array [
1395
+ "xs",
1396
+ "sm",
1397
+ "md",
1398
+ "lg",
1399
+ "xl",
1400
+ ],
1401
+ "only": [Function],
1402
+ "up": [Function],
1403
+ "values": Object {
1404
+ "lg": 1280,
1405
+ "md": 960,
1406
+ "sm": 600,
1407
+ "xl": 1920,
1408
+ "xs": 0,
1409
+ },
1410
+ "width": [Function],
1411
+ },
1412
+ "direction": "ltr",
1413
+ "mixins": Object {
1414
+ "gutters": [Function],
1415
+ "toolbar": Object {
1416
+ "@media (min-width:0px) and (orientation: landscape)": Object {
1417
+ "minHeight": 48,
1418
+ },
1419
+ "@media (min-width:600px)": Object {
1420
+ "minHeight": 64,
1421
+ },
1422
+ "minHeight": 56,
1423
+ },
1424
+ },
1425
+ "overrides": Object {
1426
+ "MuiCheckbox": Object {
1427
+ "root": Object {
1428
+ "&$checked": Object {
1429
+ "color": "#3f51b5 !important",
1430
+ },
1431
+ },
1432
+ },
1433
+ "MuiRadio": Object {
1434
+ "root": Object {
1435
+ "&$checked": Object {
1436
+ "color": "#3f51b5 !important",
1437
+ },
1438
+ },
1439
+ },
1440
+ "MuiSwitch": Object {
1441
+ "root": Object {
1442
+ "&$checked": Object {
1443
+ "& + $bar": Object {
1444
+ "backgroundColor": "#3f51b5 !important",
1445
+ "opacity": 0.5,
1446
+ },
1447
+ "color": "#3f51b5 !important",
1448
+ },
1449
+ },
1450
+ },
1451
+ "MuiTabs": Object {
1452
+ "root": Object {
1453
+ "borderBottom": "1px solid #eee",
1454
+ },
1455
+ },
1456
+ "MuiTypography": Object {
1457
+ "root": Object {
1458
+ "fontFamily": "inherit",
1459
+ },
1460
+ },
1461
+ },
1462
+ "palette": Object {
1463
+ "action": Object {
1464
+ "active": "rgba(0, 0, 0, 0.54)",
1465
+ "disabled": "rgba(0, 0, 0, 0.54);",
1466
+ "disabledBackground": "rgba(0, 0, 0, 0.12)",
1467
+ "hover": "rgba(0, 0, 0, 0.08)",
1468
+ "hoverOpacity": 0.08,
1469
+ "selected": "rgba(0, 0, 0, 0.14)",
1470
+ },
1471
+ "augmentColor": [Function],
1472
+ "background": Object {
1473
+ "default": "#fafafa",
1474
+ "paper": "#fff",
1475
+ },
1476
+ "common": Object {
1477
+ "black": "#000",
1478
+ "white": "#fff",
1479
+ },
1480
+ "contrastThreshold": 3,
1481
+ "divider": "rgba(0, 0, 0, 0.12)",
1482
+ "error": Object {
1483
+ "contrastText": "#fff",
1484
+ "dark": "#d32f2f",
1485
+ "light": "#e57373",
1486
+ "main": "#f44336",
1487
+ },
1488
+ "getContrastText": [Function],
1489
+ "grey": Object {
1490
+ "100": "#f5f5f5",
1491
+ "200": "#eeeeee",
1492
+ "300": "#e0e0e0",
1493
+ "400": "#bdbdbd",
1494
+ "50": "#fafafa",
1495
+ "500": "#9e9e9e",
1496
+ "600": "#757575",
1497
+ "700": "#616161",
1498
+ "800": "#424242",
1499
+ "900": "#212121",
1500
+ "A100": "#d5d5d5",
1501
+ "A200": "#aaaaaa",
1502
+ "A400": "#303030",
1503
+ "A700": "#616161",
1504
+ },
1505
+ "primary": Object {
1506
+ "contrastText": "#fff",
1507
+ "dark": "#303f9f",
1508
+ "light": "#7986cb",
1509
+ "main": "#3f51b5",
1510
+ },
1511
+ "secondary": Object {
1512
+ "contrastText": "#fff",
1513
+ "dark": "#c51162",
1514
+ "light": "#ff4081",
1515
+ "main": "#f50057",
1516
+ },
1517
+ "text": Object {
1518
+ "disabled": "rgba(0, 0, 0, 0.38)",
1519
+ "hint": "rgba(0, 0, 0, 0.38)",
1520
+ "primary": "rgba(0, 0, 0, 0.87)",
1521
+ "secondary": "rgba(0, 0, 0, 0.54)",
1522
+ },
1523
+ "tonalOffset": 0.2,
1524
+ "type": "light",
1525
+ },
1526
+ "props": Object {},
1527
+ "shadows": Array [
1528
+ "none",
1529
+ "0px 1px 3px 0px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 2px 1px -1px rgba(0,0,0,0.12)",
1530
+ "0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12)",
1531
+ "0px 1px 8px 0px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 3px 3px -2px rgba(0,0,0,0.12)",
1532
+ "0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)",
1533
+ "0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12)",
1534
+ "0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12)",
1535
+ "0px 4px 5px -2px rgba(0,0,0,0.2),0px 7px 10px 1px rgba(0,0,0,0.14),0px 2px 16px 1px rgba(0,0,0,0.12)",
1536
+ "0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12)",
1537
+ "0px 5px 6px -3px rgba(0,0,0,0.2),0px 9px 12px 1px rgba(0,0,0,0.14),0px 3px 16px 2px rgba(0,0,0,0.12)",
1538
+ "0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12)",
1539
+ "0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12)",
1540
+ "0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px rgba(0,0,0,0.14),0px 5px 22px 4px rgba(0,0,0,0.12)",
1541
+ "0px 7px 8px -4px rgba(0,0,0,0.2),0px 13px 19px 2px rgba(0,0,0,0.14),0px 5px 24px 4px rgba(0,0,0,0.12)",
1542
+ "0px 7px 9px -4px rgba(0,0,0,0.2),0px 14px 21px 2px rgba(0,0,0,0.14),0px 5px 26px 4px rgba(0,0,0,0.12)",
1543
+ "0px 8px 9px -5px rgba(0,0,0,0.2),0px 15px 22px 2px rgba(0,0,0,0.14),0px 6px 28px 5px rgba(0,0,0,0.12)",
1544
+ "0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px rgba(0,0,0,0.14),0px 6px 30px 5px rgba(0,0,0,0.12)",
1545
+ "0px 8px 11px -5px rgba(0,0,0,0.2),0px 17px 26px 2px rgba(0,0,0,0.14),0px 6px 32px 5px rgba(0,0,0,0.12)",
1546
+ "0px 9px 11px -5px rgba(0,0,0,0.2),0px 18px 28px 2px rgba(0,0,0,0.14),0px 7px 34px 6px rgba(0,0,0,0.12)",
1547
+ "0px 9px 12px -6px rgba(0,0,0,0.2),0px 19px 29px 2px rgba(0,0,0,0.14),0px 7px 36px 6px rgba(0,0,0,0.12)",
1548
+ "0px 10px 13px -6px rgba(0,0,0,0.2),0px 20px 31px 3px rgba(0,0,0,0.14),0px 8px 38px 7px rgba(0,0,0,0.12)",
1549
+ "0px 10px 13px -6px rgba(0,0,0,0.2),0px 21px 33px 3px rgba(0,0,0,0.14),0px 8px 40px 7px rgba(0,0,0,0.12)",
1550
+ "0px 10px 14px -6px rgba(0,0,0,0.2),0px 22px 35px 3px rgba(0,0,0,0.14),0px 8px 42px 7px rgba(0,0,0,0.12)",
1551
+ "0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px rgba(0,0,0,0.14),0px 9px 44px 8px rgba(0,0,0,0.12)",
1552
+ "0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12)",
1553
+ ],
1554
+ "shape": Object {
1555
+ "borderRadius": 4,
1556
+ },
1557
+ "spacing": Object {
1558
+ "unit": 8,
1559
+ },
1560
+ "transitions": Object {
1561
+ "create": [Function],
1562
+ "duration": Object {
1563
+ "complex": 375,
1564
+ "enteringScreen": 225,
1565
+ "leavingScreen": 195,
1566
+ "short": 250,
1567
+ "shorter": 200,
1568
+ "shortest": 150,
1569
+ "standard": 300,
1570
+ },
1571
+ "easing": Object {
1572
+ "easeIn": "cubic-bezier(0.4, 0, 1, 1)",
1573
+ "easeInOut": "cubic-bezier(0.4, 0, 0.2, 1)",
1574
+ "easeOut": "cubic-bezier(0.0, 0, 0.2, 1)",
1575
+ "sharp": "cubic-bezier(0.4, 0, 0.6, 1)",
1576
+ },
1577
+ "getAutoHeightDuration": [Function],
1578
+ },
1579
+ "typography": Object {
1580
+ "body1": Object {
1581
+ "color": "rgba(0, 0, 0, 0.87)",
1582
+ "fontFamily": "inherit",
1583
+ "fontSize": "1rem",
1584
+ "fontWeight": 400,
1585
+ "lineHeight": 1.5,
1586
+ },
1587
+ "body1Next": Object {
1588
+ "color": "rgba(0, 0, 0, 0.87)",
1589
+ "fontFamily": "inherit",
1590
+ "fontSize": "1rem",
1591
+ "fontWeight": 400,
1592
+ "lineHeight": 1.5,
1593
+ },
1594
+ "body2": Object {
1595
+ "color": "rgba(0, 0, 0, 0.87)",
1596
+ "fontFamily": "inherit",
1597
+ "fontSize": "0.875rem",
1598
+ "fontWeight": 400,
1599
+ "lineHeight": 1.5,
1600
+ },
1601
+ "body2Next": Object {
1602
+ "color": "rgba(0, 0, 0, 0.87)",
1603
+ "fontFamily": "inherit",
1604
+ "fontSize": "0.875rem",
1605
+ "fontWeight": 400,
1606
+ "lineHeight": 1.5,
1607
+ },
1608
+ "button": Object {
1609
+ "color": "rgba(0, 0, 0, 0.87)",
1610
+ "fontFamily": "inherit",
1611
+ "fontSize": "0.875rem",
1612
+ "fontWeight": 500,
1613
+ "lineHeight": 1.75,
1614
+ "textTransform": "uppercase",
1615
+ },
1616
+ "buttonNext": Object {
1617
+ "color": "rgba(0, 0, 0, 0.87)",
1618
+ "fontFamily": "inherit",
1619
+ "fontSize": "0.875rem",
1620
+ "fontWeight": 500,
1621
+ "lineHeight": 1.75,
1622
+ "textTransform": "uppercase",
1623
+ },
1624
+ "caption": Object {
1625
+ "color": "rgba(0, 0, 0, 0.87)",
1626
+ "fontFamily": "inherit",
1627
+ "fontSize": "0.75rem",
1628
+ "fontWeight": 400,
1629
+ "lineHeight": 1.66,
1630
+ },
1631
+ "captionNext": Object {
1632
+ "color": "rgba(0, 0, 0, 0.87)",
1633
+ "fontFamily": "inherit",
1634
+ "fontSize": "0.75rem",
1635
+ "fontWeight": 400,
1636
+ "lineHeight": 1.66,
1637
+ },
1638
+ "display1": Object {
1639
+ "color": "rgba(0, 0, 0, 0.54)",
1640
+ "fontFamily": "inherit",
1641
+ "fontSize": "2.125rem",
1642
+ "fontWeight": 400,
1643
+ "lineHeight": "1.20588em",
1644
+ },
1645
+ "display2": Object {
1646
+ "color": "rgba(0, 0, 0, 0.54)",
1647
+ "fontFamily": "inherit",
1648
+ "fontSize": "2.8125rem",
1649
+ "fontWeight": 400,
1650
+ "lineHeight": "1.13333em",
1651
+ "marginLeft": "-.02em",
1652
+ },
1653
+ "display3": Object {
1654
+ "color": "rgba(0, 0, 0, 0.54)",
1655
+ "fontFamily": "inherit",
1656
+ "fontSize": "3.5rem",
1657
+ "fontWeight": 400,
1658
+ "letterSpacing": "-.02em",
1659
+ "lineHeight": "1.30357em",
1660
+ "marginLeft": "-.02em",
1661
+ },
1662
+ "display4": Object {
1663
+ "color": "rgba(0, 0, 0, 0.54)",
1664
+ "fontFamily": "inherit",
1665
+ "fontSize": "7rem",
1666
+ "fontWeight": 300,
1667
+ "letterSpacing": "-.04em",
1668
+ "lineHeight": "1.14286em",
1669
+ "marginLeft": "-.04em",
1670
+ },
1671
+ "fontFamily": "inherit",
1672
+ "fontSize": 14,
1673
+ "fontWeightLight": 300,
1674
+ "fontWeightMedium": 500,
1675
+ "fontWeightRegular": 400,
1676
+ "h1": Object {
1677
+ "color": "rgba(0, 0, 0, 0.87)",
1678
+ "fontFamily": "inherit",
1679
+ "fontSize": "6rem",
1680
+ "fontWeight": 300,
1681
+ "lineHeight": 1,
1682
+ },
1683
+ "h2": Object {
1684
+ "color": "rgba(0, 0, 0, 0.87)",
1685
+ "fontFamily": "inherit",
1686
+ "fontSize": "3.75rem",
1687
+ "fontWeight": 300,
1688
+ "lineHeight": 1,
1689
+ },
1690
+ "h3": Object {
1691
+ "color": "rgba(0, 0, 0, 0.87)",
1692
+ "fontFamily": "inherit",
1693
+ "fontSize": "3rem",
1694
+ "fontWeight": 400,
1695
+ "lineHeight": 1.04,
1696
+ },
1697
+ "h4": Object {
1698
+ "color": "rgba(0, 0, 0, 0.87)",
1699
+ "fontFamily": "inherit",
1700
+ "fontSize": "2.125rem",
1701
+ "fontWeight": 400,
1702
+ "lineHeight": 1.17,
1703
+ },
1704
+ "h5": Object {
1705
+ "color": "rgba(0, 0, 0, 0.87)",
1706
+ "fontFamily": "inherit",
1707
+ "fontSize": "1.5rem",
1708
+ "fontWeight": 400,
1709
+ "lineHeight": 1.33,
1710
+ },
1711
+ "h6": Object {
1712
+ "color": "rgba(0, 0, 0, 0.87)",
1713
+ "fontFamily": "inherit",
1714
+ "fontSize": "1.25rem",
1715
+ "fontWeight": 500,
1716
+ "lineHeight": 1.6,
1717
+ },
1718
+ "headline": Object {
1719
+ "color": "rgba(0, 0, 0, 0.87)",
1720
+ "fontFamily": "inherit",
1721
+ "fontSize": "1.5rem",
1722
+ "fontWeight": 400,
1723
+ "lineHeight": "1.35417em",
1724
+ },
1725
+ "overline": Object {
1726
+ "color": "rgba(0, 0, 0, 0.87)",
1727
+ "fontFamily": "inherit",
1728
+ "fontSize": "0.75rem",
1729
+ "fontWeight": 400,
1730
+ "lineHeight": 2.66,
1731
+ "textTransform": "uppercase",
1732
+ },
1733
+ "pxToRem": [Function],
1734
+ "round": [Function],
1735
+ "subheading": Object {
1736
+ "color": "rgba(0, 0, 0, 0.87)",
1737
+ "fontFamily": "inherit",
1738
+ "fontSize": "1rem",
1739
+ "fontWeight": 400,
1740
+ "lineHeight": "1.5em",
1741
+ },
1742
+ "subtitle1": Object {
1743
+ "color": "rgba(0, 0, 0, 0.87)",
1744
+ "fontFamily": "inherit",
1745
+ "fontSize": "1rem",
1746
+ "fontWeight": 400,
1747
+ "lineHeight": 1.75,
1748
+ },
1749
+ "subtitle2": Object {
1750
+ "color": "rgba(0, 0, 0, 0.87)",
1751
+ "fontFamily": "inherit",
1752
+ "fontSize": "0.875rem",
1753
+ "fontWeight": 500,
1754
+ "lineHeight": 1.57,
1755
+ },
1756
+ "title": Object {
1757
+ "color": "rgba(0, 0, 0, 0.87)",
1758
+ "fontFamily": "inherit",
1759
+ "fontSize": "1.3125rem",
1760
+ "fontWeight": 500,
1761
+ "lineHeight": "1.16667em",
1762
+ },
1763
+ "useNextVariants": true,
1764
+ },
1765
+ "zIndex": Object {
1766
+ "appBar": 1100,
1767
+ "drawer": 1200,
1768
+ "mobileStepper": 1000,
1769
+ "modal": 1300,
1770
+ "snackbar": 1400,
1771
+ "tooltip": 1500,
1772
+ },
1773
+ }
1774
+ }
1775
+ >
1776
+ <div
1777
+ className="Rubric-root-1 UiLayout-extraCSSRules-9 UiLayout-uiLayoutContainer-10"
1778
+ >
1779
+ <h2
1780
+ className="Rubric-hiddenScreenReader-8"
1781
+ >
1782
+ Rubric
1783
+ </h2>
1784
+ <h2
1785
+ aria-expanded={false}
1786
+ className="Rubric-rubricToggle-6"
1787
+ id="rubric-toggle"
1788
+ onClick={[Function]}
1789
+ onKeyPress={[Function]}
1790
+ role="button"
1791
+ tabIndex={0}
1792
+ >
1793
+ Show
1794
+ Rubric
1795
+ <span
1796
+ aria-hidden="true"
1797
+ className="Rubric-chevronStyle-7"
1798
+ >
1799
+ <svg
1800
+ fill="none"
1801
+ height="20"
1802
+ stroke="currentColor"
1803
+ strokeLinecap="round"
1804
+ strokeLinejoin="round"
1805
+ strokeWidth="2"
1806
+ viewBox="0 0 24 24"
1807
+ width="20"
1808
+ >
1809
+ <polyline
1810
+ points="6 9 12 15 18 9"
1811
+ />
1812
+ </svg>
1813
+ </span>
1814
+ </h2>
1815
+ <WithStyles(Collapse)
1816
+ in={false}
1817
+ timeout="auto"
1818
+ >
1819
+ <Collapse
1820
+ classes={
1821
+ Object {
1822
+ "container": "MuiCollapse-container-11",
1823
+ "entered": "MuiCollapse-entered-12",
1824
+ "wrapper": "MuiCollapse-wrapper-13",
1825
+ "wrapperInner": "MuiCollapse-wrapperInner-14",
1826
+ }
1827
+ }
1828
+ collapsedHeight="0px"
1829
+ component="div"
1830
+ in={false}
1831
+ theme={
1832
+ Object {
1833
+ "breakpoints": Object {
1834
+ "between": [Function],
1835
+ "down": [Function],
1836
+ "keys": Array [
1837
+ "xs",
1838
+ "sm",
1839
+ "md",
1840
+ "lg",
1841
+ "xl",
1842
+ ],
1843
+ "only": [Function],
1844
+ "up": [Function],
1845
+ "values": Object {
1846
+ "lg": 1280,
1847
+ "md": 960,
1848
+ "sm": 600,
1849
+ "xl": 1920,
1850
+ "xs": 0,
1851
+ },
1852
+ "width": [Function],
1853
+ },
1854
+ "direction": "ltr",
1855
+ "mixins": Object {
1856
+ "gutters": [Function],
1857
+ "toolbar": Object {
1858
+ "@media (min-width:0px) and (orientation: landscape)": Object {
1859
+ "minHeight": 48,
1860
+ },
1861
+ "@media (min-width:600px)": Object {
1862
+ "minHeight": 64,
1863
+ },
1864
+ "minHeight": 56,
1865
+ },
1866
+ },
1867
+ "overrides": Object {
1868
+ "MuiCheckbox": Object {
1869
+ "root": Object {
1870
+ "&$checked": Object {
1871
+ "color": "#3f51b5 !important",
1872
+ },
1873
+ },
1874
+ },
1875
+ "MuiRadio": Object {
1876
+ "root": Object {
1877
+ "&$checked": Object {
1878
+ "color": "#3f51b5 !important",
1879
+ },
1880
+ },
1881
+ },
1882
+ "MuiSwitch": Object {
1883
+ "root": Object {
1884
+ "&$checked": Object {
1885
+ "& + $bar": Object {
1886
+ "backgroundColor": "#3f51b5 !important",
1887
+ "opacity": 0.5,
1888
+ },
1889
+ "color": "#3f51b5 !important",
1890
+ },
1891
+ },
1892
+ },
1893
+ "MuiTabs": Object {
1894
+ "root": Object {
1895
+ "borderBottom": "1px solid #eee",
1896
+ },
1897
+ },
1898
+ "MuiTypography": Object {
1899
+ "root": Object {
1900
+ "fontFamily": "inherit",
1901
+ },
1902
+ },
1903
+ },
1904
+ "palette": Object {
1905
+ "action": Object {
1906
+ "active": "rgba(0, 0, 0, 0.54)",
1907
+ "disabled": "rgba(0, 0, 0, 0.54);",
1908
+ "disabledBackground": "rgba(0, 0, 0, 0.12)",
1909
+ "hover": "rgba(0, 0, 0, 0.08)",
1910
+ "hoverOpacity": 0.08,
1911
+ "selected": "rgba(0, 0, 0, 0.14)",
1912
+ },
1913
+ "augmentColor": [Function],
1914
+ "background": Object {
1915
+ "default": "#fafafa",
1916
+ "paper": "#fff",
1917
+ },
1918
+ "common": Object {
1919
+ "black": "#000",
1920
+ "white": "#fff",
1921
+ },
1922
+ "contrastThreshold": 3,
1923
+ "divider": "rgba(0, 0, 0, 0.12)",
1924
+ "error": Object {
1925
+ "contrastText": "#fff",
1926
+ "dark": "#d32f2f",
1927
+ "light": "#e57373",
1928
+ "main": "#f44336",
1929
+ },
1930
+ "getContrastText": [Function],
1931
+ "grey": Object {
1932
+ "100": "#f5f5f5",
1933
+ "200": "#eeeeee",
1934
+ "300": "#e0e0e0",
1935
+ "400": "#bdbdbd",
1936
+ "50": "#fafafa",
1937
+ "500": "#9e9e9e",
1938
+ "600": "#757575",
1939
+ "700": "#616161",
1940
+ "800": "#424242",
1941
+ "900": "#212121",
1942
+ "A100": "#d5d5d5",
1943
+ "A200": "#aaaaaa",
1944
+ "A400": "#303030",
1945
+ "A700": "#616161",
1946
+ },
1947
+ "primary": Object {
1948
+ "contrastText": "#fff",
1949
+ "dark": "#303f9f",
1950
+ "light": "#7986cb",
1951
+ "main": "#3f51b5",
1952
+ },
1953
+ "secondary": Object {
1954
+ "contrastText": "#fff",
1955
+ "dark": "#c51162",
1956
+ "light": "#ff4081",
1957
+ "main": "#f50057",
1958
+ },
1959
+ "text": Object {
1960
+ "disabled": "rgba(0, 0, 0, 0.38)",
1961
+ "hint": "rgba(0, 0, 0, 0.38)",
1962
+ "primary": "rgba(0, 0, 0, 0.87)",
1963
+ "secondary": "rgba(0, 0, 0, 0.54)",
1964
+ },
1965
+ "tonalOffset": 0.2,
1966
+ "type": "light",
1967
+ },
1968
+ "props": Object {},
1969
+ "shadows": Array [
1970
+ "none",
1971
+ "0px 1px 3px 0px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 2px 1px -1px rgba(0,0,0,0.12)",
1972
+ "0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12)",
1973
+ "0px 1px 8px 0px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 3px 3px -2px rgba(0,0,0,0.12)",
1974
+ "0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)",
1975
+ "0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12)",
1976
+ "0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12)",
1977
+ "0px 4px 5px -2px rgba(0,0,0,0.2),0px 7px 10px 1px rgba(0,0,0,0.14),0px 2px 16px 1px rgba(0,0,0,0.12)",
1978
+ "0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12)",
1979
+ "0px 5px 6px -3px rgba(0,0,0,0.2),0px 9px 12px 1px rgba(0,0,0,0.14),0px 3px 16px 2px rgba(0,0,0,0.12)",
1980
+ "0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12)",
1981
+ "0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12)",
1982
+ "0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px rgba(0,0,0,0.14),0px 5px 22px 4px rgba(0,0,0,0.12)",
1983
+ "0px 7px 8px -4px rgba(0,0,0,0.2),0px 13px 19px 2px rgba(0,0,0,0.14),0px 5px 24px 4px rgba(0,0,0,0.12)",
1984
+ "0px 7px 9px -4px rgba(0,0,0,0.2),0px 14px 21px 2px rgba(0,0,0,0.14),0px 5px 26px 4px rgba(0,0,0,0.12)",
1985
+ "0px 8px 9px -5px rgba(0,0,0,0.2),0px 15px 22px 2px rgba(0,0,0,0.14),0px 6px 28px 5px rgba(0,0,0,0.12)",
1986
+ "0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px rgba(0,0,0,0.14),0px 6px 30px 5px rgba(0,0,0,0.12)",
1987
+ "0px 8px 11px -5px rgba(0,0,0,0.2),0px 17px 26px 2px rgba(0,0,0,0.14),0px 6px 32px 5px rgba(0,0,0,0.12)",
1988
+ "0px 9px 11px -5px rgba(0,0,0,0.2),0px 18px 28px 2px rgba(0,0,0,0.14),0px 7px 34px 6px rgba(0,0,0,0.12)",
1989
+ "0px 9px 12px -6px rgba(0,0,0,0.2),0px 19px 29px 2px rgba(0,0,0,0.14),0px 7px 36px 6px rgba(0,0,0,0.12)",
1990
+ "0px 10px 13px -6px rgba(0,0,0,0.2),0px 20px 31px 3px rgba(0,0,0,0.14),0px 8px 38px 7px rgba(0,0,0,0.12)",
1991
+ "0px 10px 13px -6px rgba(0,0,0,0.2),0px 21px 33px 3px rgba(0,0,0,0.14),0px 8px 40px 7px rgba(0,0,0,0.12)",
1992
+ "0px 10px 14px -6px rgba(0,0,0,0.2),0px 22px 35px 3px rgba(0,0,0,0.14),0px 8px 42px 7px rgba(0,0,0,0.12)",
1993
+ "0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px rgba(0,0,0,0.14),0px 9px 44px 8px rgba(0,0,0,0.12)",
1994
+ "0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12)",
1995
+ ],
1996
+ "shape": Object {
1997
+ "borderRadius": 4,
1998
+ },
1999
+ "spacing": Object {
2000
+ "unit": 8,
2001
+ },
2002
+ "transitions": Object {
2003
+ "create": [Function],
2004
+ "duration": Object {
2005
+ "complex": 375,
2006
+ "enteringScreen": 225,
2007
+ "leavingScreen": 195,
2008
+ "short": 250,
2009
+ "shorter": 200,
2010
+ "shortest": 150,
2011
+ "standard": 300,
2012
+ },
2013
+ "easing": Object {
2014
+ "easeIn": "cubic-bezier(0.4, 0, 1, 1)",
2015
+ "easeInOut": "cubic-bezier(0.4, 0, 0.2, 1)",
2016
+ "easeOut": "cubic-bezier(0.0, 0, 0.2, 1)",
2017
+ "sharp": "cubic-bezier(0.4, 0, 0.6, 1)",
2018
+ },
2019
+ "getAutoHeightDuration": [Function],
2020
+ },
2021
+ "typography": Object {
2022
+ "body1": Object {
2023
+ "color": "rgba(0, 0, 0, 0.87)",
2024
+ "fontFamily": "inherit",
2025
+ "fontSize": "1rem",
2026
+ "fontWeight": 400,
2027
+ "lineHeight": 1.5,
2028
+ },
2029
+ "body1Next": Object {
2030
+ "color": "rgba(0, 0, 0, 0.87)",
2031
+ "fontFamily": "inherit",
2032
+ "fontSize": "1rem",
2033
+ "fontWeight": 400,
2034
+ "lineHeight": 1.5,
2035
+ },
2036
+ "body2": Object {
2037
+ "color": "rgba(0, 0, 0, 0.87)",
2038
+ "fontFamily": "inherit",
2039
+ "fontSize": "0.875rem",
2040
+ "fontWeight": 400,
2041
+ "lineHeight": 1.5,
2042
+ },
2043
+ "body2Next": Object {
2044
+ "color": "rgba(0, 0, 0, 0.87)",
2045
+ "fontFamily": "inherit",
2046
+ "fontSize": "0.875rem",
2047
+ "fontWeight": 400,
2048
+ "lineHeight": 1.5,
2049
+ },
2050
+ "button": Object {
2051
+ "color": "rgba(0, 0, 0, 0.87)",
2052
+ "fontFamily": "inherit",
2053
+ "fontSize": "0.875rem",
2054
+ "fontWeight": 500,
2055
+ "lineHeight": 1.75,
2056
+ "textTransform": "uppercase",
2057
+ },
2058
+ "buttonNext": Object {
2059
+ "color": "rgba(0, 0, 0, 0.87)",
2060
+ "fontFamily": "inherit",
2061
+ "fontSize": "0.875rem",
2062
+ "fontWeight": 500,
2063
+ "lineHeight": 1.75,
2064
+ "textTransform": "uppercase",
2065
+ },
2066
+ "caption": Object {
2067
+ "color": "rgba(0, 0, 0, 0.87)",
2068
+ "fontFamily": "inherit",
2069
+ "fontSize": "0.75rem",
2070
+ "fontWeight": 400,
2071
+ "lineHeight": 1.66,
2072
+ },
2073
+ "captionNext": Object {
2074
+ "color": "rgba(0, 0, 0, 0.87)",
2075
+ "fontFamily": "inherit",
2076
+ "fontSize": "0.75rem",
2077
+ "fontWeight": 400,
2078
+ "lineHeight": 1.66,
2079
+ },
2080
+ "display1": Object {
2081
+ "color": "rgba(0, 0, 0, 0.54)",
2082
+ "fontFamily": "inherit",
2083
+ "fontSize": "2.125rem",
2084
+ "fontWeight": 400,
2085
+ "lineHeight": "1.20588em",
2086
+ },
2087
+ "display2": Object {
2088
+ "color": "rgba(0, 0, 0, 0.54)",
2089
+ "fontFamily": "inherit",
2090
+ "fontSize": "2.8125rem",
2091
+ "fontWeight": 400,
2092
+ "lineHeight": "1.13333em",
2093
+ "marginLeft": "-.02em",
2094
+ },
2095
+ "display3": Object {
2096
+ "color": "rgba(0, 0, 0, 0.54)",
2097
+ "fontFamily": "inherit",
2098
+ "fontSize": "3.5rem",
2099
+ "fontWeight": 400,
2100
+ "letterSpacing": "-.02em",
2101
+ "lineHeight": "1.30357em",
2102
+ "marginLeft": "-.02em",
2103
+ },
2104
+ "display4": Object {
2105
+ "color": "rgba(0, 0, 0, 0.54)",
2106
+ "fontFamily": "inherit",
2107
+ "fontSize": "7rem",
2108
+ "fontWeight": 300,
2109
+ "letterSpacing": "-.04em",
2110
+ "lineHeight": "1.14286em",
2111
+ "marginLeft": "-.04em",
2112
+ },
2113
+ "fontFamily": "inherit",
2114
+ "fontSize": 14,
2115
+ "fontWeightLight": 300,
2116
+ "fontWeightMedium": 500,
2117
+ "fontWeightRegular": 400,
2118
+ "h1": Object {
2119
+ "color": "rgba(0, 0, 0, 0.87)",
2120
+ "fontFamily": "inherit",
2121
+ "fontSize": "6rem",
2122
+ "fontWeight": 300,
2123
+ "lineHeight": 1,
2124
+ },
2125
+ "h2": Object {
2126
+ "color": "rgba(0, 0, 0, 0.87)",
2127
+ "fontFamily": "inherit",
2128
+ "fontSize": "3.75rem",
2129
+ "fontWeight": 300,
2130
+ "lineHeight": 1,
2131
+ },
2132
+ "h3": Object {
2133
+ "color": "rgba(0, 0, 0, 0.87)",
2134
+ "fontFamily": "inherit",
2135
+ "fontSize": "3rem",
2136
+ "fontWeight": 400,
2137
+ "lineHeight": 1.04,
2138
+ },
2139
+ "h4": Object {
2140
+ "color": "rgba(0, 0, 0, 0.87)",
2141
+ "fontFamily": "inherit",
2142
+ "fontSize": "2.125rem",
2143
+ "fontWeight": 400,
2144
+ "lineHeight": 1.17,
2145
+ },
2146
+ "h5": Object {
2147
+ "color": "rgba(0, 0, 0, 0.87)",
2148
+ "fontFamily": "inherit",
2149
+ "fontSize": "1.5rem",
2150
+ "fontWeight": 400,
2151
+ "lineHeight": 1.33,
2152
+ },
2153
+ "h6": Object {
2154
+ "color": "rgba(0, 0, 0, 0.87)",
2155
+ "fontFamily": "inherit",
2156
+ "fontSize": "1.25rem",
2157
+ "fontWeight": 500,
2158
+ "lineHeight": 1.6,
2159
+ },
2160
+ "headline": Object {
2161
+ "color": "rgba(0, 0, 0, 0.87)",
2162
+ "fontFamily": "inherit",
2163
+ "fontSize": "1.5rem",
2164
+ "fontWeight": 400,
2165
+ "lineHeight": "1.35417em",
2166
+ },
2167
+ "overline": Object {
2168
+ "color": "rgba(0, 0, 0, 0.87)",
2169
+ "fontFamily": "inherit",
2170
+ "fontSize": "0.75rem",
2171
+ "fontWeight": 400,
2172
+ "lineHeight": 2.66,
2173
+ "textTransform": "uppercase",
2174
+ },
2175
+ "pxToRem": [Function],
2176
+ "round": [Function],
2177
+ "subheading": Object {
2178
+ "color": "rgba(0, 0, 0, 0.87)",
2179
+ "fontFamily": "inherit",
2180
+ "fontSize": "1rem",
2181
+ "fontWeight": 400,
2182
+ "lineHeight": "1.5em",
2183
+ },
2184
+ "subtitle1": Object {
2185
+ "color": "rgba(0, 0, 0, 0.87)",
2186
+ "fontFamily": "inherit",
2187
+ "fontSize": "1rem",
2188
+ "fontWeight": 400,
2189
+ "lineHeight": 1.75,
2190
+ },
2191
+ "subtitle2": Object {
2192
+ "color": "rgba(0, 0, 0, 0.87)",
2193
+ "fontFamily": "inherit",
2194
+ "fontSize": "0.875rem",
2195
+ "fontWeight": 500,
2196
+ "lineHeight": 1.57,
2197
+ },
2198
+ "title": Object {
2199
+ "color": "rgba(0, 0, 0, 0.87)",
2200
+ "fontFamily": "inherit",
2201
+ "fontSize": "1.3125rem",
2202
+ "fontWeight": 500,
2203
+ "lineHeight": "1.16667em",
2204
+ },
2205
+ "useNextVariants": true,
2206
+ },
2207
+ "zIndex": Object {
2208
+ "appBar": 1100,
2209
+ "drawer": 1200,
2210
+ "mobileStepper": 1000,
2211
+ "modal": 1300,
2212
+ "snackbar": 1400,
2213
+ "tooltip": 1500,
2214
+ },
2215
+ }
2216
+ }
2217
+ timeout="auto"
2218
+ >
2219
+ <Transition
2220
+ addEndListener={[Function]}
2221
+ appear={false}
2222
+ enter={true}
2223
+ exit={true}
2224
+ in={false}
2225
+ mountOnEnter={false}
2226
+ onEnter={[Function]}
2227
+ onEntered={[Function]}
2228
+ onEntering={[Function]}
2229
+ onExit={[Function]}
2230
+ onExited={[Function]}
2231
+ onExiting={[Function]}
2232
+ timeout={null}
2233
+ unmountOnExit={false}
2234
+ >
2235
+ <div
2236
+ className="MuiCollapse-container-11"
2237
+ style={
2238
+ Object {
2239
+ "minHeight": "0px",
2240
+ }
2241
+ }
2242
+ >
2243
+ <div
2244
+ className="MuiCollapse-wrapper-13"
2245
+ >
2246
+ <div
2247
+ className="MuiCollapse-wrapperInner-14"
2248
+ >
2249
+ <WithStyles(List)
2250
+ component="nav"
2251
+ >
2252
+ <List
2253
+ classes={
2254
+ Object {
2255
+ "dense": "MuiList-dense-17",
2256
+ "padding": "MuiList-padding-16",
2257
+ "root": "MuiList-root-15",
2258
+ "subheader": "MuiList-subheader-18",
2259
+ }
2260
+ }
2261
+ component="nav"
2262
+ dense={false}
2263
+ disablePadding={false}
2264
+ >
2265
+ <nav
2266
+ className="MuiList-root-15 MuiList-padding-16"
2267
+ >
2268
+ <WithStyles(ListItem)
2269
+ className="Rubric-listColumn-2"
2270
+ key="P3"
2271
+ >
2272
+ <ListItem
2273
+ ContainerComponent="li"
2274
+ alignItems="center"
2275
+ button={false}
2276
+ className="Rubric-listColumn-2"
2277
+ classes={
2278
+ Object {
2279
+ "alignItemsFlexStart": "MuiListItem-alignItemsFlexStart-24",
2280
+ "button": "MuiListItem-button-28",
2281
+ "container": "MuiListItem-container-20",
2282
+ "default": "MuiListItem-default-22",
2283
+ "dense": "MuiListItem-dense-23",
2284
+ "disabled": "MuiListItem-disabled-25",
2285
+ "divider": "MuiListItem-divider-26",
2286
+ "focusVisible": "MuiListItem-focusVisible-21",
2287
+ "gutters": "MuiListItem-gutters-27",
2288
+ "root": "MuiListItem-root-19",
2289
+ "secondaryAction": "MuiListItem-secondaryAction-29",
2290
+ "selected": "MuiListItem-selected-30",
2291
+ }
2292
+ }
2293
+ dense={false}
2294
+ disableGutters={false}
2295
+ disabled={false}
2296
+ divider={false}
2297
+ selected={false}
2298
+ >
2299
+ <MergeListContext
2300
+ alignItems="center"
2301
+ dense={false}
2302
+ >
2303
+ <li
2304
+ className="MuiListItem-root-19 MuiListItem-default-22 MuiListItem-gutters-27 Rubric-listColumn-2"
2305
+ disabled={false}
2306
+ >
2307
+ <h3
2308
+ className="Rubric-titleText-5"
2309
+ key=".0"
2310
+ >
2311
+ 3 PTS
2312
+ </h3>
2313
+ <div
2314
+ className="Rubric-text-4"
2315
+ dangerouslySetInnerHTML={
2316
+ Object {
2317
+ "__html": "bingo",
2318
+ }
2319
+ }
2320
+ key=".1"
2321
+ />
2322
+ </li>
2323
+ </MergeListContext>
2324
+ </ListItem>
2325
+ </WithStyles(ListItem)>
2326
+ <WithStyles(ListItem)
2327
+ className="Rubric-listColumn-2"
2328
+ key="P2"
2329
+ >
2330
+ <ListItem
2331
+ ContainerComponent="li"
2332
+ alignItems="center"
2333
+ button={false}
2334
+ className="Rubric-listColumn-2"
2335
+ classes={
2336
+ Object {
2337
+ "alignItemsFlexStart": "MuiListItem-alignItemsFlexStart-24",
2338
+ "button": "MuiListItem-button-28",
2339
+ "container": "MuiListItem-container-20",
2340
+ "default": "MuiListItem-default-22",
2341
+ "dense": "MuiListItem-dense-23",
2342
+ "disabled": "MuiListItem-disabled-25",
2343
+ "divider": "MuiListItem-divider-26",
2344
+ "focusVisible": "MuiListItem-focusVisible-21",
2345
+ "gutters": "MuiListItem-gutters-27",
2346
+ "root": "MuiListItem-root-19",
2347
+ "secondaryAction": "MuiListItem-secondaryAction-29",
2348
+ "selected": "MuiListItem-selected-30",
2349
+ }
2350
+ }
2351
+ dense={false}
2352
+ disableGutters={false}
2353
+ disabled={false}
2354
+ divider={false}
2355
+ selected={false}
2356
+ >
2357
+ <MergeListContext
2358
+ alignItems="center"
2359
+ dense={false}
2360
+ >
2361
+ <li
2362
+ className="MuiListItem-root-19 MuiListItem-default-22 MuiListItem-gutters-27 Rubric-listColumn-2"
2363
+ disabled={false}
2364
+ >
2365
+ <h3
2366
+ className="Rubric-titleText-5"
2367
+ key=".0"
2368
+ >
2369
+ 2 PTS
2370
+ </h3>
2371
+ <div
2372
+ className="Rubric-text-4"
2373
+ dangerouslySetInnerHTML={
2374
+ Object {
2375
+ "__html": "mostly right",
2376
+ }
2377
+ }
2378
+ key=".1"
2379
+ />
2380
+ </li>
2381
+ </MergeListContext>
2382
+ </ListItem>
2383
+ </WithStyles(ListItem)>
2384
+ <WithStyles(ListItem)
2385
+ className="Rubric-listColumn-2"
2386
+ key="S2"
2387
+ >
2388
+ <ListItem
2389
+ ContainerComponent="li"
2390
+ alignItems="center"
2391
+ button={false}
2392
+ className="Rubric-listColumn-2"
2393
+ classes={
2394
+ Object {
2395
+ "alignItemsFlexStart": "MuiListItem-alignItemsFlexStart-24",
2396
+ "button": "MuiListItem-button-28",
2397
+ "container": "MuiListItem-container-20",
2398
+ "default": "MuiListItem-default-22",
2399
+ "dense": "MuiListItem-dense-23",
2400
+ "disabled": "MuiListItem-disabled-25",
2401
+ "divider": "MuiListItem-divider-26",
2402
+ "focusVisible": "MuiListItem-focusVisible-21",
2403
+ "gutters": "MuiListItem-gutters-27",
2404
+ "root": "MuiListItem-root-19",
2405
+ "secondaryAction": "MuiListItem-secondaryAction-29",
2406
+ "selected": "MuiListItem-selected-30",
2407
+ }
2408
+ }
2409
+ dense={false}
2410
+ disableGutters={false}
2411
+ disabled={false}
2412
+ divider={false}
2413
+ selected={false}
2414
+ >
2415
+ <MergeListContext
2416
+ alignItems="center"
2417
+ dense={false}
2418
+ >
2419
+ <li
2420
+ className="MuiListItem-root-19 MuiListItem-default-22 MuiListItem-gutters-27 Rubric-listColumn-2"
2421
+ disabled={false}
2422
+ >
2423
+ <h4
2424
+ className="Rubric-titleText-5"
2425
+ key=".0"
2426
+ style={
2427
+ Object {
2428
+ "fontWeight": "normal",
2429
+ }
2430
+ }
2431
+ >
2432
+ Sample Answer
2433
+ </h4>
2434
+ <div
2435
+ className="Rubric-text-4"
2436
+ dangerouslySetInnerHTML={
2437
+ Object {
2438
+ "__html": "not left",
2439
+ }
2440
+ }
2441
+ key=".1"
2442
+ />
2443
+ </li>
2444
+ </MergeListContext>
2445
+ </ListItem>
2446
+ </WithStyles(ListItem)>
2447
+ <WithStyles(ListItem)
2448
+ className="Rubric-listColumn-2"
2449
+ key="P1"
2450
+ >
2451
+ <ListItem
2452
+ ContainerComponent="li"
2453
+ alignItems="center"
2454
+ button={false}
2455
+ className="Rubric-listColumn-2"
2456
+ classes={
2457
+ Object {
2458
+ "alignItemsFlexStart": "MuiListItem-alignItemsFlexStart-24",
2459
+ "button": "MuiListItem-button-28",
2460
+ "container": "MuiListItem-container-20",
2461
+ "default": "MuiListItem-default-22",
2462
+ "dense": "MuiListItem-dense-23",
2463
+ "disabled": "MuiListItem-disabled-25",
2464
+ "divider": "MuiListItem-divider-26",
2465
+ "focusVisible": "MuiListItem-focusVisible-21",
2466
+ "gutters": "MuiListItem-gutters-27",
2467
+ "root": "MuiListItem-root-19",
2468
+ "secondaryAction": "MuiListItem-secondaryAction-29",
2469
+ "selected": "MuiListItem-selected-30",
2470
+ }
2471
+ }
2472
+ dense={false}
2473
+ disableGutters={false}
2474
+ disabled={false}
2475
+ divider={false}
2476
+ selected={false}
2477
+ >
2478
+ <MergeListContext
2479
+ alignItems="center"
2480
+ dense={false}
2481
+ >
2482
+ <li
2483
+ className="MuiListItem-root-19 MuiListItem-default-22 MuiListItem-gutters-27 Rubric-listColumn-2"
2484
+ disabled={false}
2485
+ >
2486
+ <h3
2487
+ className="Rubric-titleText-5"
2488
+ key=".0"
2489
+ >
2490
+ 1 PT
2491
+ </h3>
2492
+ <div
2493
+ className="Rubric-text-4"
2494
+ dangerouslySetInnerHTML={
2495
+ Object {
2496
+ "__html": "a teeny bit right",
2497
+ }
2498
+ }
2499
+ key=".1"
2500
+ />
2501
+ </li>
2502
+ </MergeListContext>
2503
+ </ListItem>
2504
+ </WithStyles(ListItem)>
2505
+ <WithStyles(ListItem)
2506
+ className="Rubric-listColumn-2"
2507
+ key="S1"
2508
+ >
2509
+ <ListItem
2510
+ ContainerComponent="li"
2511
+ alignItems="center"
2512
+ button={false}
2513
+ className="Rubric-listColumn-2"
2514
+ classes={
2515
+ Object {
2516
+ "alignItemsFlexStart": "MuiListItem-alignItemsFlexStart-24",
2517
+ "button": "MuiListItem-button-28",
2518
+ "container": "MuiListItem-container-20",
2519
+ "default": "MuiListItem-default-22",
2520
+ "dense": "MuiListItem-dense-23",
2521
+ "disabled": "MuiListItem-disabled-25",
2522
+ "divider": "MuiListItem-divider-26",
2523
+ "focusVisible": "MuiListItem-focusVisible-21",
2524
+ "gutters": "MuiListItem-gutters-27",
2525
+ "root": "MuiListItem-root-19",
2526
+ "secondaryAction": "MuiListItem-secondaryAction-29",
2527
+ "selected": "MuiListItem-selected-30",
2528
+ }
2529
+ }
2530
+ dense={false}
2531
+ disableGutters={false}
2532
+ disabled={false}
2533
+ divider={false}
2534
+ selected={false}
2535
+ >
2536
+ <MergeListContext
2537
+ alignItems="center"
2538
+ dense={false}
2539
+ >
2540
+ <li
2541
+ className="MuiListItem-root-19 MuiListItem-default-22 MuiListItem-gutters-27 Rubric-listColumn-2"
2542
+ disabled={false}
2543
+ >
2544
+ <h4
2545
+ className="Rubric-titleText-5"
2546
+ key=".0"
2547
+ style={
2548
+ Object {
2549
+ "fontWeight": "normal",
2550
+ }
2551
+ }
2552
+ >
2553
+ Sample Answer
2554
+ </h4>
2555
+ <div
2556
+ className="Rubric-text-4"
2557
+ dangerouslySetInnerHTML={
2558
+ Object {
2559
+ "__html": "just right",
2560
+ }
2561
+ }
2562
+ key=".1"
2563
+ />
2564
+ </li>
2565
+ </MergeListContext>
2566
+ </ListItem>
2567
+ </WithStyles(ListItem)>
2568
+ <WithStyles(ListItem)
2569
+ className="Rubric-listColumn-2"
2570
+ key="P0"
2571
+ >
2572
+ <ListItem
2573
+ ContainerComponent="li"
2574
+ alignItems="center"
2575
+ button={false}
2576
+ className="Rubric-listColumn-2"
2577
+ classes={
2578
+ Object {
2579
+ "alignItemsFlexStart": "MuiListItem-alignItemsFlexStart-24",
2580
+ "button": "MuiListItem-button-28",
2581
+ "container": "MuiListItem-container-20",
2582
+ "default": "MuiListItem-default-22",
2583
+ "dense": "MuiListItem-dense-23",
2584
+ "disabled": "MuiListItem-disabled-25",
2585
+ "divider": "MuiListItem-divider-26",
2586
+ "focusVisible": "MuiListItem-focusVisible-21",
2587
+ "gutters": "MuiListItem-gutters-27",
2588
+ "root": "MuiListItem-root-19",
2589
+ "secondaryAction": "MuiListItem-secondaryAction-29",
2590
+ "selected": "MuiListItem-selected-30",
2591
+ }
2592
+ }
2593
+ dense={false}
2594
+ disableGutters={false}
2595
+ disabled={false}
2596
+ divider={false}
2597
+ selected={false}
2598
+ >
2599
+ <MergeListContext
2600
+ alignItems="center"
2601
+ dense={false}
2602
+ >
2603
+ <li
2604
+ className="MuiListItem-root-19 MuiListItem-default-22 MuiListItem-gutters-27 Rubric-listColumn-2"
2605
+ disabled={false}
2606
+ >
2607
+ <h3
2608
+ className="Rubric-titleText-5"
2609
+ key=".0"
2610
+ >
2611
+ 0 PTS
2612
+ </h3>
2613
+ <div
2614
+ className="Rubric-text-4"
2615
+ dangerouslySetInnerHTML={
2616
+ Object {
2617
+ "__html": "nothing right",
2618
+ }
2619
+ }
2620
+ key=".1"
2621
+ />
2622
+ </li>
2623
+ </MergeListContext>
2624
+ </ListItem>
2625
+ </WithStyles(ListItem)>
2626
+ </nav>
2627
+ </List>
2628
+ </WithStyles(List)>
2629
+ </div>
2630
+ </div>
2631
+ </div>
2632
+ </Transition>
2633
+ </Collapse>
2634
+ </WithStyles(Collapse)>
2635
+ </div>
2636
+ </MuiThemeProviderOld>
2637
+ </UiLayout>
2638
+ </WithStyles(UiLayout)>
2639
+ </Rubric>
2640
+ </WithStyles(Rubric)>
2641
+ `;