@pie-element/complex-rubric 3.8.4-next.0 → 3.8.4-next.12

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 (121) hide show
  1. package/configure/node_modules/@pie-element/multi-trait-rubric/CHANGELOG.json +1 -0
  2. package/configure/node_modules/@pie-element/multi-trait-rubric/CHANGELOG.md +2430 -0
  3. package/configure/node_modules/@pie-element/multi-trait-rubric/LICENSE.md +5 -0
  4. package/configure/node_modules/@pie-element/multi-trait-rubric/README.md +55 -0
  5. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/CHANGELOG.json +1 -0
  6. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/CHANGELOG.md +2298 -0
  7. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/common.js +584 -0
  8. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/common.js.map +1 -0
  9. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/defaults.js +152 -0
  10. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/defaults.js.map +1 -0
  11. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/index.js +223 -0
  12. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/index.js.map +1 -0
  13. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/main.js +546 -0
  14. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/main.js.map +1 -0
  15. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/modals.js +361 -0
  16. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/modals.js.map +1 -0
  17. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/scale.js +556 -0
  18. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/scale.js.map +1 -0
  19. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/trait.js +380 -0
  20. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/trait.js.map +1 -0
  21. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/traitsHeader.js +296 -0
  22. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/traitsHeader.js.map +1 -0
  23. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/utils.js +118 -0
  24. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/utils.js.map +1 -0
  25. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/package.json +18 -0
  26. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/CHANGELOG.json +1 -0
  27. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/CHANGELOG.md +1539 -0
  28. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/defaults.js +19 -0
  29. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/defaults.js.map +1 -0
  30. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/index.js +215 -0
  31. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/index.js.map +1 -0
  32. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/utils.js +13 -0
  33. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/utils.js.map +1 -0
  34. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/package.json +15 -0
  35. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/config-schema.json +1628 -0
  36. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/config-schema.json.md +1202 -0
  37. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/config.js +8 -0
  38. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/generate.js +117 -0
  39. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/index.html +1 -0
  40. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/session.js +6 -0
  41. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/pie-schema.json +861 -0
  42. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/pie-schema.json.md +614 -0
  43. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/index.js +91 -0
  44. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/index.js.map +1 -0
  45. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/main.js +164 -0
  46. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/main.js.map +1 -0
  47. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/scale.js +330 -0
  48. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/scale.js.map +1 -0
  49. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/trait.js +103 -0
  50. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/trait.js.map +1 -0
  51. package/configure/node_modules/@pie-element/multi-trait-rubric/package.json +24 -0
  52. package/configure/node_modules/@pie-element/rubric/CHANGELOG.json +257 -0
  53. package/configure/node_modules/@pie-element/rubric/CHANGELOG.md +2713 -0
  54. package/configure/node_modules/@pie-element/rubric/LICENSE.md +5 -0
  55. package/configure/node_modules/@pie-element/rubric/README.md +3 -0
  56. package/configure/node_modules/@pie-element/rubric/configure/CHANGELOG.json +197 -0
  57. package/configure/node_modules/@pie-element/rubric/configure/CHANGELOG.md +2506 -0
  58. package/configure/node_modules/@pie-element/rubric/configure/lib/defaults.js +68 -0
  59. package/configure/node_modules/@pie-element/rubric/configure/lib/defaults.js.map +1 -0
  60. package/configure/node_modules/@pie-element/rubric/configure/lib/index.js +197 -0
  61. package/configure/node_modules/@pie-element/rubric/configure/lib/index.js.map +1 -0
  62. package/configure/node_modules/@pie-element/rubric/configure/lib/main.js +162 -0
  63. package/configure/node_modules/@pie-element/rubric/configure/lib/main.js.map +1 -0
  64. package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/authoring.js +573 -0
  65. package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/authoring.js.map +1 -0
  66. package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/index.js +24 -0
  67. package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/index.js.map +1 -0
  68. package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/point-menu.js +172 -0
  69. package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/point-menu.js.map +1 -0
  70. package/configure/node_modules/@pie-element/rubric/configure/package.json +18 -0
  71. package/configure/node_modules/@pie-element/rubric/configure/src/__tests__/index.test.jsx +167 -0
  72. package/configure/node_modules/@pie-element/rubric/configure/src/defaults.js +42 -0
  73. package/configure/node_modules/@pie-element/rubric/configure/src/index.js +129 -0
  74. package/configure/node_modules/@pie-element/rubric/configure/src/main.jsx +89 -0
  75. package/configure/node_modules/@pie-element/rubric/configure/src/pie-toolbox-rubric/authoring.jsx +449 -0
  76. package/configure/node_modules/@pie-element/rubric/configure/src/pie-toolbox-rubric/index.js +9 -0
  77. package/configure/node_modules/@pie-element/rubric/configure/src/pie-toolbox-rubric/point-menu.jsx +94 -0
  78. package/configure/node_modules/@pie-element/rubric/controller/CHANGELOG.json +17 -0
  79. package/configure/node_modules/@pie-element/rubric/controller/CHANGELOG.md +1532 -0
  80. package/configure/node_modules/@pie-element/rubric/controller/lib/defaults.js +16 -0
  81. package/configure/node_modules/@pie-element/rubric/controller/lib/defaults.js.map +1 -0
  82. package/configure/node_modules/@pie-element/rubric/controller/lib/index.js +59 -0
  83. package/configure/node_modules/@pie-element/rubric/controller/lib/index.js.map +1 -0
  84. package/configure/node_modules/@pie-element/rubric/controller/package.json +13 -0
  85. package/configure/node_modules/@pie-element/rubric/controller/src/__tests__/index.test.js +33 -0
  86. package/configure/node_modules/@pie-element/rubric/controller/src/defaults.js +8 -0
  87. package/configure/node_modules/@pie-element/rubric/controller/src/index.js +41 -0
  88. package/configure/node_modules/@pie-element/rubric/docs/config-schema.json +712 -0
  89. package/configure/node_modules/@pie-element/rubric/docs/config-schema.json.md +532 -0
  90. package/configure/node_modules/@pie-element/rubric/docs/demo/config.js +8 -0
  91. package/configure/node_modules/@pie-element/rubric/docs/demo/generate.js +8 -0
  92. package/configure/node_modules/@pie-element/rubric/docs/demo/index.html +2 -0
  93. package/configure/node_modules/@pie-element/rubric/docs/pie-schema.json +391 -0
  94. package/configure/node_modules/@pie-element/rubric/docs/pie-schema.json.md +281 -0
  95. package/configure/node_modules/@pie-element/rubric/lib/index.js +94 -0
  96. package/configure/node_modules/@pie-element/rubric/lib/index.js.map +1 -0
  97. package/configure/node_modules/@pie-element/rubric/lib/main.js +270 -0
  98. package/configure/node_modules/@pie-element/rubric/lib/main.js.map +1 -0
  99. package/configure/node_modules/@pie-element/rubric/lib/print.js +114 -0
  100. package/configure/node_modules/@pie-element/rubric/lib/print.js.map +1 -0
  101. package/configure/node_modules/@pie-element/rubric/module/configure.js +1 -0
  102. package/configure/node_modules/@pie-element/rubric/module/controller.js +113 -0
  103. package/configure/node_modules/@pie-element/rubric/module/demo.js +33 -0
  104. package/configure/node_modules/@pie-element/rubric/module/element.js +1 -0
  105. package/configure/node_modules/@pie-element/rubric/module/index.html +21 -0
  106. package/configure/node_modules/@pie-element/rubric/module/manifest.json +10 -0
  107. package/configure/node_modules/@pie-element/rubric/module/print-demo.js +71 -0
  108. package/configure/node_modules/@pie-element/rubric/module/print.html +18 -0
  109. package/configure/node_modules/@pie-element/rubric/module/print.js +1 -0
  110. package/configure/node_modules/@pie-element/rubric/package.json +26 -0
  111. package/configure/node_modules/@pie-element/rubric/src/__tests__/__snapshots__/rubric-view.test.jsx.snap +1815 -0
  112. package/configure/node_modules/@pie-element/rubric/src/__tests__/rubric-view.test.jsx +49 -0
  113. package/configure/node_modules/@pie-element/rubric/src/index.js +37 -0
  114. package/configure/node_modules/@pie-element/rubric/src/main.jsx +219 -0
  115. package/configure/node_modules/@pie-element/rubric/src/print.js +63 -0
  116. package/module/element.js +1 -1
  117. package/module/index.html +1 -1
  118. package/module/manifest.json +5 -1
  119. package/module/print.html +1 -1
  120. package/module/print.js +1 -1
  121. package/package.json +4 -4
@@ -0,0 +1,1815 @@
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
+ <div
69
+ className="Rubric-root-1 UiLayout-extraCSSRules-9 UiLayout-uiLayoutContainer-10"
70
+ >
71
+ <h2
72
+ className="Rubric-hiddenScreenReader-8"
73
+ >
74
+ Rubric
75
+ </h2>
76
+ <h2
77
+ aria-expanded={true}
78
+ className="Rubric-rubricToggle-6"
79
+ id="rubric-toggle"
80
+ onClick={[Function]}
81
+ onKeyPress={[Function]}
82
+ role="button"
83
+ tabIndex={0}
84
+ >
85
+ Hide
86
+ Rubric
87
+ <span
88
+ aria-hidden="true"
89
+ className="Rubric-chevronStyle-7"
90
+ >
91
+ <svg
92
+ fill="none"
93
+ height="20"
94
+ stroke="currentColor"
95
+ strokeLinecap="round"
96
+ strokeLinejoin="round"
97
+ strokeWidth="2"
98
+ viewBox="0 0 24 24"
99
+ width="20"
100
+ >
101
+ <polyline
102
+ points="18 15 12 9 6 15"
103
+ />
104
+ </svg>
105
+ </span>
106
+ </h2>
107
+ <WithStyles(Collapse)
108
+ in={true}
109
+ timeout="auto"
110
+ >
111
+ <Collapse
112
+ classes={
113
+ Object {
114
+ "container": "MuiCollapse-container-11",
115
+ "entered": "MuiCollapse-entered-12",
116
+ "wrapper": "MuiCollapse-wrapper-13",
117
+ "wrapperInner": "MuiCollapse-wrapperInner-14",
118
+ }
119
+ }
120
+ collapsedHeight="0px"
121
+ component="div"
122
+ in={true}
123
+ theme={
124
+ Object {
125
+ "breakpoints": Object {
126
+ "between": [Function],
127
+ "down": [Function],
128
+ "keys": Array [
129
+ "xs",
130
+ "sm",
131
+ "md",
132
+ "lg",
133
+ "xl",
134
+ ],
135
+ "only": [Function],
136
+ "up": [Function],
137
+ "values": Object {
138
+ "lg": 1280,
139
+ "md": 960,
140
+ "sm": 600,
141
+ "xl": 1920,
142
+ "xs": 0,
143
+ },
144
+ "width": [Function],
145
+ },
146
+ "direction": "ltr",
147
+ "mixins": Object {
148
+ "gutters": [Function],
149
+ "toolbar": Object {
150
+ "@media (min-width:0px) and (orientation: landscape)": Object {
151
+ "minHeight": 48,
152
+ },
153
+ "@media (min-width:600px)": Object {
154
+ "minHeight": 64,
155
+ },
156
+ "minHeight": 56,
157
+ },
158
+ },
159
+ "overrides": Object {},
160
+ "palette": Object {
161
+ "action": Object {
162
+ "active": "rgba(0, 0, 0, 0.54)",
163
+ "disabled": "rgba(0, 0, 0, 0.26)",
164
+ "disabledBackground": "rgba(0, 0, 0, 0.12)",
165
+ "hover": "rgba(0, 0, 0, 0.08)",
166
+ "hoverOpacity": 0.08,
167
+ "selected": "rgba(0, 0, 0, 0.14)",
168
+ },
169
+ "augmentColor": [Function],
170
+ "background": Object {
171
+ "default": "#fafafa",
172
+ "paper": "#fff",
173
+ },
174
+ "common": Object {
175
+ "black": "#000",
176
+ "white": "#fff",
177
+ },
178
+ "contrastThreshold": 3,
179
+ "divider": "rgba(0, 0, 0, 0.12)",
180
+ "error": Object {
181
+ "contrastText": "#fff",
182
+ "dark": "#d32f2f",
183
+ "light": "#e57373",
184
+ "main": "#f44336",
185
+ },
186
+ "getContrastText": [Function],
187
+ "grey": Object {
188
+ "100": "#f5f5f5",
189
+ "200": "#eeeeee",
190
+ "300": "#e0e0e0",
191
+ "400": "#bdbdbd",
192
+ "50": "#fafafa",
193
+ "500": "#9e9e9e",
194
+ "600": "#757575",
195
+ "700": "#616161",
196
+ "800": "#424242",
197
+ "900": "#212121",
198
+ "A100": "#d5d5d5",
199
+ "A200": "#aaaaaa",
200
+ "A400": "#303030",
201
+ "A700": "#616161",
202
+ },
203
+ "primary": Object {
204
+ "contrastText": "#fff",
205
+ "dark": "#303f9f",
206
+ "light": "#7986cb",
207
+ "main": "#3f51b5",
208
+ },
209
+ "secondary": Object {
210
+ "contrastText": "#fff",
211
+ "dark": "#c51162",
212
+ "light": "#ff4081",
213
+ "main": "#f50057",
214
+ },
215
+ "text": Object {
216
+ "disabled": "rgba(0, 0, 0, 0.38)",
217
+ "hint": "rgba(0, 0, 0, 0.38)",
218
+ "primary": "rgba(0, 0, 0, 0.87)",
219
+ "secondary": "rgba(0, 0, 0, 0.54)",
220
+ },
221
+ "tonalOffset": 0.2,
222
+ "type": "light",
223
+ },
224
+ "props": Object {},
225
+ "shadows": Array [
226
+ "none",
227
+ "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)",
228
+ "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)",
229
+ "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)",
230
+ "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)",
231
+ "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)",
232
+ "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)",
233
+ "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)",
234
+ "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)",
235
+ "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)",
236
+ "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)",
237
+ "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)",
238
+ "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)",
239
+ "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)",
240
+ "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)",
241
+ "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)",
242
+ "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)",
243
+ "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)",
244
+ "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)",
245
+ "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)",
246
+ "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)",
247
+ "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)",
248
+ "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)",
249
+ "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)",
250
+ "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)",
251
+ ],
252
+ "shape": Object {
253
+ "borderRadius": 4,
254
+ },
255
+ "spacing": Object {
256
+ "unit": 8,
257
+ },
258
+ "transitions": Object {
259
+ "create": [Function],
260
+ "duration": Object {
261
+ "complex": 375,
262
+ "enteringScreen": 225,
263
+ "leavingScreen": 195,
264
+ "short": 250,
265
+ "shorter": 200,
266
+ "shortest": 150,
267
+ "standard": 300,
268
+ },
269
+ "easing": Object {
270
+ "easeIn": "cubic-bezier(0.4, 0, 1, 1)",
271
+ "easeInOut": "cubic-bezier(0.4, 0, 0.2, 1)",
272
+ "easeOut": "cubic-bezier(0.0, 0, 0.2, 1)",
273
+ "sharp": "cubic-bezier(0.4, 0, 0.6, 1)",
274
+ },
275
+ "getAutoHeightDuration": [Function],
276
+ },
277
+ "typography": Object {
278
+ "body1": Object {
279
+ "color": "rgba(0, 0, 0, 0.87)",
280
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
281
+ "fontSize": "0.875rem",
282
+ "fontWeight": 400,
283
+ "lineHeight": "1.46429em",
284
+ },
285
+ "body1Next": Object {
286
+ "color": "rgba(0, 0, 0, 0.87)",
287
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
288
+ "fontSize": "1rem",
289
+ "fontWeight": 400,
290
+ "letterSpacing": "0.00938em",
291
+ "lineHeight": 1.5,
292
+ },
293
+ "body2": Object {
294
+ "color": "rgba(0, 0, 0, 0.87)",
295
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
296
+ "fontSize": "0.875rem",
297
+ "fontWeight": 500,
298
+ "lineHeight": "1.71429em",
299
+ },
300
+ "body2Next": Object {
301
+ "color": "rgba(0, 0, 0, 0.87)",
302
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
303
+ "fontSize": "0.875rem",
304
+ "fontWeight": 400,
305
+ "letterSpacing": "0.01071em",
306
+ "lineHeight": 1.5,
307
+ },
308
+ "button": Object {
309
+ "color": "rgba(0, 0, 0, 0.87)",
310
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
311
+ "fontSize": "0.875rem",
312
+ "fontWeight": 500,
313
+ "textTransform": "uppercase",
314
+ },
315
+ "buttonNext": Object {
316
+ "color": "rgba(0, 0, 0, 0.87)",
317
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
318
+ "fontSize": "0.875rem",
319
+ "fontWeight": 500,
320
+ "letterSpacing": "0.02857em",
321
+ "lineHeight": 1.75,
322
+ "textTransform": "uppercase",
323
+ },
324
+ "caption": Object {
325
+ "color": "rgba(0, 0, 0, 0.54)",
326
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
327
+ "fontSize": "0.75rem",
328
+ "fontWeight": 400,
329
+ "lineHeight": "1.375em",
330
+ },
331
+ "captionNext": Object {
332
+ "color": "rgba(0, 0, 0, 0.87)",
333
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
334
+ "fontSize": "0.75rem",
335
+ "fontWeight": 400,
336
+ "letterSpacing": "0.03333em",
337
+ "lineHeight": 1.66,
338
+ },
339
+ "display1": Object {
340
+ "color": "rgba(0, 0, 0, 0.54)",
341
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
342
+ "fontSize": "2.125rem",
343
+ "fontWeight": 400,
344
+ "lineHeight": "1.20588em",
345
+ },
346
+ "display2": Object {
347
+ "color": "rgba(0, 0, 0, 0.54)",
348
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
349
+ "fontSize": "2.8125rem",
350
+ "fontWeight": 400,
351
+ "lineHeight": "1.13333em",
352
+ "marginLeft": "-.02em",
353
+ },
354
+ "display3": Object {
355
+ "color": "rgba(0, 0, 0, 0.54)",
356
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
357
+ "fontSize": "3.5rem",
358
+ "fontWeight": 400,
359
+ "letterSpacing": "-.02em",
360
+ "lineHeight": "1.30357em",
361
+ "marginLeft": "-.02em",
362
+ },
363
+ "display4": Object {
364
+ "color": "rgba(0, 0, 0, 0.54)",
365
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
366
+ "fontSize": "7rem",
367
+ "fontWeight": 300,
368
+ "letterSpacing": "-.04em",
369
+ "lineHeight": "1.14286em",
370
+ "marginLeft": "-.04em",
371
+ },
372
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
373
+ "fontSize": 14,
374
+ "fontWeightLight": 300,
375
+ "fontWeightMedium": 500,
376
+ "fontWeightRegular": 400,
377
+ "h1": Object {
378
+ "color": "rgba(0, 0, 0, 0.87)",
379
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
380
+ "fontSize": "6rem",
381
+ "fontWeight": 300,
382
+ "letterSpacing": "-0.01562em",
383
+ "lineHeight": 1,
384
+ },
385
+ "h2": Object {
386
+ "color": "rgba(0, 0, 0, 0.87)",
387
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
388
+ "fontSize": "3.75rem",
389
+ "fontWeight": 300,
390
+ "letterSpacing": "-0.00833em",
391
+ "lineHeight": 1,
392
+ },
393
+ "h3": Object {
394
+ "color": "rgba(0, 0, 0, 0.87)",
395
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
396
+ "fontSize": "3rem",
397
+ "fontWeight": 400,
398
+ "letterSpacing": "0em",
399
+ "lineHeight": 1.04,
400
+ },
401
+ "h4": Object {
402
+ "color": "rgba(0, 0, 0, 0.87)",
403
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
404
+ "fontSize": "2.125rem",
405
+ "fontWeight": 400,
406
+ "letterSpacing": "0.00735em",
407
+ "lineHeight": 1.17,
408
+ },
409
+ "h5": Object {
410
+ "color": "rgba(0, 0, 0, 0.87)",
411
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
412
+ "fontSize": "1.5rem",
413
+ "fontWeight": 400,
414
+ "letterSpacing": "0em",
415
+ "lineHeight": 1.33,
416
+ },
417
+ "h6": Object {
418
+ "color": "rgba(0, 0, 0, 0.87)",
419
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
420
+ "fontSize": "1.25rem",
421
+ "fontWeight": 500,
422
+ "letterSpacing": "0.0075em",
423
+ "lineHeight": 1.6,
424
+ },
425
+ "headline": Object {
426
+ "color": "rgba(0, 0, 0, 0.87)",
427
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
428
+ "fontSize": "1.5rem",
429
+ "fontWeight": 400,
430
+ "lineHeight": "1.35417em",
431
+ },
432
+ "overline": Object {
433
+ "color": "rgba(0, 0, 0, 0.87)",
434
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
435
+ "fontSize": "0.75rem",
436
+ "fontWeight": 400,
437
+ "letterSpacing": "0.08333em",
438
+ "lineHeight": 2.66,
439
+ "textTransform": "uppercase",
440
+ },
441
+ "pxToRem": [Function],
442
+ "round": [Function],
443
+ "subheading": Object {
444
+ "color": "rgba(0, 0, 0, 0.87)",
445
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
446
+ "fontSize": "1rem",
447
+ "fontWeight": 400,
448
+ "lineHeight": "1.5em",
449
+ },
450
+ "subtitle1": Object {
451
+ "color": "rgba(0, 0, 0, 0.87)",
452
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
453
+ "fontSize": "1rem",
454
+ "fontWeight": 400,
455
+ "letterSpacing": "0.00938em",
456
+ "lineHeight": 1.75,
457
+ },
458
+ "subtitle2": Object {
459
+ "color": "rgba(0, 0, 0, 0.87)",
460
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
461
+ "fontSize": "0.875rem",
462
+ "fontWeight": 500,
463
+ "letterSpacing": "0.00714em",
464
+ "lineHeight": 1.57,
465
+ },
466
+ "title": Object {
467
+ "color": "rgba(0, 0, 0, 0.87)",
468
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
469
+ "fontSize": "1.3125rem",
470
+ "fontWeight": 500,
471
+ "lineHeight": "1.16667em",
472
+ },
473
+ "useNextVariants": false,
474
+ },
475
+ "zIndex": Object {
476
+ "appBar": 1100,
477
+ "drawer": 1200,
478
+ "mobileStepper": 1000,
479
+ "modal": 1300,
480
+ "snackbar": 1400,
481
+ "tooltip": 1500,
482
+ },
483
+ }
484
+ }
485
+ timeout="auto"
486
+ >
487
+ <Transition
488
+ addEndListener={[Function]}
489
+ appear={false}
490
+ enter={true}
491
+ exit={true}
492
+ in={true}
493
+ mountOnEnter={false}
494
+ onEnter={[Function]}
495
+ onEntered={[Function]}
496
+ onEntering={[Function]}
497
+ onExit={[Function]}
498
+ onExited={[Function]}
499
+ onExiting={[Function]}
500
+ timeout={null}
501
+ unmountOnExit={false}
502
+ >
503
+ <div
504
+ className="MuiCollapse-container-11"
505
+ style={
506
+ Object {
507
+ "minHeight": "0px",
508
+ }
509
+ }
510
+ >
511
+ <div
512
+ className="MuiCollapse-wrapper-13"
513
+ >
514
+ <div
515
+ className="MuiCollapse-wrapperInner-14"
516
+ >
517
+ <WithStyles(List)
518
+ component="nav"
519
+ >
520
+ <List
521
+ classes={
522
+ Object {
523
+ "dense": "MuiList-dense-17",
524
+ "padding": "MuiList-padding-16",
525
+ "root": "MuiList-root-15",
526
+ "subheader": "MuiList-subheader-18",
527
+ }
528
+ }
529
+ component="nav"
530
+ dense={false}
531
+ disablePadding={false}
532
+ >
533
+ <nav
534
+ className="MuiList-root-15 MuiList-padding-16"
535
+ >
536
+ <WithStyles(ListItem)
537
+ className="Rubric-listColumn-2"
538
+ key="P3"
539
+ >
540
+ <ListItem
541
+ ContainerComponent="li"
542
+ alignItems="center"
543
+ button={false}
544
+ className="Rubric-listColumn-2"
545
+ classes={
546
+ Object {
547
+ "alignItemsFlexStart": "MuiListItem-alignItemsFlexStart-24",
548
+ "button": "MuiListItem-button-28",
549
+ "container": "MuiListItem-container-20",
550
+ "default": "MuiListItem-default-22",
551
+ "dense": "MuiListItem-dense-23",
552
+ "disabled": "MuiListItem-disabled-25",
553
+ "divider": "MuiListItem-divider-26",
554
+ "focusVisible": "MuiListItem-focusVisible-21",
555
+ "gutters": "MuiListItem-gutters-27",
556
+ "root": "MuiListItem-root-19",
557
+ "secondaryAction": "MuiListItem-secondaryAction-29",
558
+ "selected": "MuiListItem-selected-30",
559
+ }
560
+ }
561
+ dense={false}
562
+ disableGutters={false}
563
+ disabled={false}
564
+ divider={false}
565
+ selected={false}
566
+ >
567
+ <MergeListContext
568
+ alignItems="center"
569
+ dense={false}
570
+ >
571
+ <li
572
+ className="MuiListItem-root-19 MuiListItem-default-22 MuiListItem-gutters-27 Rubric-listColumn-2"
573
+ disabled={false}
574
+ >
575
+ <h3
576
+ className="Rubric-titleText-5"
577
+ key=".0"
578
+ >
579
+ 3 PTS
580
+ </h3>
581
+ <div
582
+ className="Rubric-text-4"
583
+ dangerouslySetInnerHTML={
584
+ Object {
585
+ "__html": "bingo",
586
+ }
587
+ }
588
+ key=".1"
589
+ />
590
+ </li>
591
+ </MergeListContext>
592
+ </ListItem>
593
+ </WithStyles(ListItem)>
594
+ <WithStyles(ListItem)
595
+ className="Rubric-listColumn-2"
596
+ key="P2"
597
+ >
598
+ <ListItem
599
+ ContainerComponent="li"
600
+ alignItems="center"
601
+ button={false}
602
+ className="Rubric-listColumn-2"
603
+ classes={
604
+ Object {
605
+ "alignItemsFlexStart": "MuiListItem-alignItemsFlexStart-24",
606
+ "button": "MuiListItem-button-28",
607
+ "container": "MuiListItem-container-20",
608
+ "default": "MuiListItem-default-22",
609
+ "dense": "MuiListItem-dense-23",
610
+ "disabled": "MuiListItem-disabled-25",
611
+ "divider": "MuiListItem-divider-26",
612
+ "focusVisible": "MuiListItem-focusVisible-21",
613
+ "gutters": "MuiListItem-gutters-27",
614
+ "root": "MuiListItem-root-19",
615
+ "secondaryAction": "MuiListItem-secondaryAction-29",
616
+ "selected": "MuiListItem-selected-30",
617
+ }
618
+ }
619
+ dense={false}
620
+ disableGutters={false}
621
+ disabled={false}
622
+ divider={false}
623
+ selected={false}
624
+ >
625
+ <MergeListContext
626
+ alignItems="center"
627
+ dense={false}
628
+ >
629
+ <li
630
+ className="MuiListItem-root-19 MuiListItem-default-22 MuiListItem-gutters-27 Rubric-listColumn-2"
631
+ disabled={false}
632
+ >
633
+ <h3
634
+ className="Rubric-titleText-5"
635
+ key=".0"
636
+ >
637
+ 2 PTS
638
+ </h3>
639
+ <div
640
+ className="Rubric-text-4"
641
+ dangerouslySetInnerHTML={
642
+ Object {
643
+ "__html": "mostly right",
644
+ }
645
+ }
646
+ key=".1"
647
+ />
648
+ </li>
649
+ </MergeListContext>
650
+ </ListItem>
651
+ </WithStyles(ListItem)>
652
+ <WithStyles(ListItem)
653
+ className="Rubric-listColumn-2"
654
+ key="S2"
655
+ >
656
+ <ListItem
657
+ ContainerComponent="li"
658
+ alignItems="center"
659
+ button={false}
660
+ className="Rubric-listColumn-2"
661
+ classes={
662
+ Object {
663
+ "alignItemsFlexStart": "MuiListItem-alignItemsFlexStart-24",
664
+ "button": "MuiListItem-button-28",
665
+ "container": "MuiListItem-container-20",
666
+ "default": "MuiListItem-default-22",
667
+ "dense": "MuiListItem-dense-23",
668
+ "disabled": "MuiListItem-disabled-25",
669
+ "divider": "MuiListItem-divider-26",
670
+ "focusVisible": "MuiListItem-focusVisible-21",
671
+ "gutters": "MuiListItem-gutters-27",
672
+ "root": "MuiListItem-root-19",
673
+ "secondaryAction": "MuiListItem-secondaryAction-29",
674
+ "selected": "MuiListItem-selected-30",
675
+ }
676
+ }
677
+ dense={false}
678
+ disableGutters={false}
679
+ disabled={false}
680
+ divider={false}
681
+ selected={false}
682
+ >
683
+ <MergeListContext
684
+ alignItems="center"
685
+ dense={false}
686
+ >
687
+ <li
688
+ className="MuiListItem-root-19 MuiListItem-default-22 MuiListItem-gutters-27 Rubric-listColumn-2"
689
+ disabled={false}
690
+ >
691
+ <h4
692
+ className="Rubric-titleText-5"
693
+ key=".0"
694
+ style={
695
+ Object {
696
+ "fontWeight": "normal",
697
+ }
698
+ }
699
+ >
700
+ Sample Answer
701
+ </h4>
702
+ <div
703
+ className="Rubric-text-4"
704
+ dangerouslySetInnerHTML={
705
+ Object {
706
+ "__html": "not left",
707
+ }
708
+ }
709
+ key=".1"
710
+ />
711
+ </li>
712
+ </MergeListContext>
713
+ </ListItem>
714
+ </WithStyles(ListItem)>
715
+ <WithStyles(ListItem)
716
+ className="Rubric-listColumn-2"
717
+ key="P1"
718
+ >
719
+ <ListItem
720
+ ContainerComponent="li"
721
+ alignItems="center"
722
+ button={false}
723
+ className="Rubric-listColumn-2"
724
+ classes={
725
+ Object {
726
+ "alignItemsFlexStart": "MuiListItem-alignItemsFlexStart-24",
727
+ "button": "MuiListItem-button-28",
728
+ "container": "MuiListItem-container-20",
729
+ "default": "MuiListItem-default-22",
730
+ "dense": "MuiListItem-dense-23",
731
+ "disabled": "MuiListItem-disabled-25",
732
+ "divider": "MuiListItem-divider-26",
733
+ "focusVisible": "MuiListItem-focusVisible-21",
734
+ "gutters": "MuiListItem-gutters-27",
735
+ "root": "MuiListItem-root-19",
736
+ "secondaryAction": "MuiListItem-secondaryAction-29",
737
+ "selected": "MuiListItem-selected-30",
738
+ }
739
+ }
740
+ dense={false}
741
+ disableGutters={false}
742
+ disabled={false}
743
+ divider={false}
744
+ selected={false}
745
+ >
746
+ <MergeListContext
747
+ alignItems="center"
748
+ dense={false}
749
+ >
750
+ <li
751
+ className="MuiListItem-root-19 MuiListItem-default-22 MuiListItem-gutters-27 Rubric-listColumn-2"
752
+ disabled={false}
753
+ >
754
+ <h3
755
+ className="Rubric-titleText-5"
756
+ key=".0"
757
+ >
758
+ 1 PT
759
+ </h3>
760
+ <div
761
+ className="Rubric-text-4"
762
+ dangerouslySetInnerHTML={
763
+ Object {
764
+ "__html": "a teeny bit right",
765
+ }
766
+ }
767
+ key=".1"
768
+ />
769
+ </li>
770
+ </MergeListContext>
771
+ </ListItem>
772
+ </WithStyles(ListItem)>
773
+ <WithStyles(ListItem)
774
+ className="Rubric-listColumn-2"
775
+ key="S1"
776
+ >
777
+ <ListItem
778
+ ContainerComponent="li"
779
+ alignItems="center"
780
+ button={false}
781
+ className="Rubric-listColumn-2"
782
+ classes={
783
+ Object {
784
+ "alignItemsFlexStart": "MuiListItem-alignItemsFlexStart-24",
785
+ "button": "MuiListItem-button-28",
786
+ "container": "MuiListItem-container-20",
787
+ "default": "MuiListItem-default-22",
788
+ "dense": "MuiListItem-dense-23",
789
+ "disabled": "MuiListItem-disabled-25",
790
+ "divider": "MuiListItem-divider-26",
791
+ "focusVisible": "MuiListItem-focusVisible-21",
792
+ "gutters": "MuiListItem-gutters-27",
793
+ "root": "MuiListItem-root-19",
794
+ "secondaryAction": "MuiListItem-secondaryAction-29",
795
+ "selected": "MuiListItem-selected-30",
796
+ }
797
+ }
798
+ dense={false}
799
+ disableGutters={false}
800
+ disabled={false}
801
+ divider={false}
802
+ selected={false}
803
+ >
804
+ <MergeListContext
805
+ alignItems="center"
806
+ dense={false}
807
+ >
808
+ <li
809
+ className="MuiListItem-root-19 MuiListItem-default-22 MuiListItem-gutters-27 Rubric-listColumn-2"
810
+ disabled={false}
811
+ >
812
+ <h4
813
+ className="Rubric-titleText-5"
814
+ key=".0"
815
+ style={
816
+ Object {
817
+ "fontWeight": "normal",
818
+ }
819
+ }
820
+ >
821
+ Sample Answer
822
+ </h4>
823
+ <div
824
+ className="Rubric-text-4"
825
+ dangerouslySetInnerHTML={
826
+ Object {
827
+ "__html": "just right",
828
+ }
829
+ }
830
+ key=".1"
831
+ />
832
+ </li>
833
+ </MergeListContext>
834
+ </ListItem>
835
+ </WithStyles(ListItem)>
836
+ <WithStyles(ListItem)
837
+ className="Rubric-listColumn-2"
838
+ key="P0"
839
+ >
840
+ <ListItem
841
+ ContainerComponent="li"
842
+ alignItems="center"
843
+ button={false}
844
+ className="Rubric-listColumn-2"
845
+ classes={
846
+ Object {
847
+ "alignItemsFlexStart": "MuiListItem-alignItemsFlexStart-24",
848
+ "button": "MuiListItem-button-28",
849
+ "container": "MuiListItem-container-20",
850
+ "default": "MuiListItem-default-22",
851
+ "dense": "MuiListItem-dense-23",
852
+ "disabled": "MuiListItem-disabled-25",
853
+ "divider": "MuiListItem-divider-26",
854
+ "focusVisible": "MuiListItem-focusVisible-21",
855
+ "gutters": "MuiListItem-gutters-27",
856
+ "root": "MuiListItem-root-19",
857
+ "secondaryAction": "MuiListItem-secondaryAction-29",
858
+ "selected": "MuiListItem-selected-30",
859
+ }
860
+ }
861
+ dense={false}
862
+ disableGutters={false}
863
+ disabled={false}
864
+ divider={false}
865
+ selected={false}
866
+ >
867
+ <MergeListContext
868
+ alignItems="center"
869
+ dense={false}
870
+ >
871
+ <li
872
+ className="MuiListItem-root-19 MuiListItem-default-22 MuiListItem-gutters-27 Rubric-listColumn-2"
873
+ disabled={false}
874
+ >
875
+ <h3
876
+ className="Rubric-titleText-5"
877
+ key=".0"
878
+ >
879
+ 0 PTS
880
+ </h3>
881
+ <div
882
+ className="Rubric-text-4"
883
+ dangerouslySetInnerHTML={
884
+ Object {
885
+ "__html": "nothing right",
886
+ }
887
+ }
888
+ key=".1"
889
+ />
890
+ </li>
891
+ </MergeListContext>
892
+ </ListItem>
893
+ </WithStyles(ListItem)>
894
+ </nav>
895
+ </List>
896
+ </WithStyles(List)>
897
+ </div>
898
+ </div>
899
+ </div>
900
+ </Transition>
901
+ </Collapse>
902
+ </WithStyles(Collapse)>
903
+ </div>
904
+ </UiLayout>
905
+ </WithStyles(UiLayout)>
906
+ </Rubric>
907
+ </WithStyles(Rubric)>
908
+ `;
909
+
910
+ exports[`rubric viewer snapshot renders 1`] = `
911
+ <WithStyles(Rubric)
912
+ value={
913
+ Object {
914
+ "excludeZero": false,
915
+ "points": Array [
916
+ "nothing right",
917
+ "a teeny bit right",
918
+ "mostly right",
919
+ "bingo",
920
+ ],
921
+ "sampleAnswers": Array [
922
+ null,
923
+ "just right",
924
+ "not left",
925
+ null,
926
+ ],
927
+ }
928
+ }
929
+ >
930
+ <Rubric
931
+ classes={
932
+ Object {
933
+ "chevronStyle": "Rubric-chevronStyle-7",
934
+ "hiddenScreenReader": "Rubric-hiddenScreenReader-8",
935
+ "listColumn": "Rubric-listColumn-2",
936
+ "listColumnItem": "Rubric-listColumnItem-3",
937
+ "root": "Rubric-root-1",
938
+ "rubricToggle": "Rubric-rubricToggle-6",
939
+ "text": "Rubric-text-4",
940
+ "titleText": "Rubric-titleText-5",
941
+ }
942
+ }
943
+ value={
944
+ Object {
945
+ "excludeZero": false,
946
+ "points": Array [
947
+ "nothing right",
948
+ "a teeny bit right",
949
+ "mostly right",
950
+ "bingo",
951
+ ],
952
+ "sampleAnswers": Array [
953
+ null,
954
+ "just right",
955
+ "not left",
956
+ null,
957
+ ],
958
+ }
959
+ }
960
+ >
961
+ <WithStyles(UiLayout)
962
+ className="Rubric-root-1"
963
+ >
964
+ <UiLayout
965
+ className="Rubric-root-1"
966
+ classes={
967
+ Object {
968
+ "extraCSSRules": "UiLayout-extraCSSRules-9",
969
+ "uiLayoutContainer": "UiLayout-uiLayoutContainer-10",
970
+ }
971
+ }
972
+ extraCSSRules={Object {}}
973
+ fontSizeFactor={1}
974
+ >
975
+ <div
976
+ className="Rubric-root-1 UiLayout-extraCSSRules-9 UiLayout-uiLayoutContainer-10"
977
+ >
978
+ <h2
979
+ className="Rubric-hiddenScreenReader-8"
980
+ >
981
+ Rubric
982
+ </h2>
983
+ <h2
984
+ aria-expanded={false}
985
+ className="Rubric-rubricToggle-6"
986
+ id="rubric-toggle"
987
+ onClick={[Function]}
988
+ onKeyPress={[Function]}
989
+ role="button"
990
+ tabIndex={0}
991
+ >
992
+ Show
993
+ Rubric
994
+ <span
995
+ aria-hidden="true"
996
+ className="Rubric-chevronStyle-7"
997
+ >
998
+ <svg
999
+ fill="none"
1000
+ height="20"
1001
+ stroke="currentColor"
1002
+ strokeLinecap="round"
1003
+ strokeLinejoin="round"
1004
+ strokeWidth="2"
1005
+ viewBox="0 0 24 24"
1006
+ width="20"
1007
+ >
1008
+ <polyline
1009
+ points="6 9 12 15 18 9"
1010
+ />
1011
+ </svg>
1012
+ </span>
1013
+ </h2>
1014
+ <WithStyles(Collapse)
1015
+ in={false}
1016
+ timeout="auto"
1017
+ >
1018
+ <Collapse
1019
+ classes={
1020
+ Object {
1021
+ "container": "MuiCollapse-container-11",
1022
+ "entered": "MuiCollapse-entered-12",
1023
+ "wrapper": "MuiCollapse-wrapper-13",
1024
+ "wrapperInner": "MuiCollapse-wrapperInner-14",
1025
+ }
1026
+ }
1027
+ collapsedHeight="0px"
1028
+ component="div"
1029
+ in={false}
1030
+ theme={
1031
+ Object {
1032
+ "breakpoints": Object {
1033
+ "between": [Function],
1034
+ "down": [Function],
1035
+ "keys": Array [
1036
+ "xs",
1037
+ "sm",
1038
+ "md",
1039
+ "lg",
1040
+ "xl",
1041
+ ],
1042
+ "only": [Function],
1043
+ "up": [Function],
1044
+ "values": Object {
1045
+ "lg": 1280,
1046
+ "md": 960,
1047
+ "sm": 600,
1048
+ "xl": 1920,
1049
+ "xs": 0,
1050
+ },
1051
+ "width": [Function],
1052
+ },
1053
+ "direction": "ltr",
1054
+ "mixins": Object {
1055
+ "gutters": [Function],
1056
+ "toolbar": Object {
1057
+ "@media (min-width:0px) and (orientation: landscape)": Object {
1058
+ "minHeight": 48,
1059
+ },
1060
+ "@media (min-width:600px)": Object {
1061
+ "minHeight": 64,
1062
+ },
1063
+ "minHeight": 56,
1064
+ },
1065
+ },
1066
+ "overrides": Object {},
1067
+ "palette": Object {
1068
+ "action": Object {
1069
+ "active": "rgba(0, 0, 0, 0.54)",
1070
+ "disabled": "rgba(0, 0, 0, 0.26)",
1071
+ "disabledBackground": "rgba(0, 0, 0, 0.12)",
1072
+ "hover": "rgba(0, 0, 0, 0.08)",
1073
+ "hoverOpacity": 0.08,
1074
+ "selected": "rgba(0, 0, 0, 0.14)",
1075
+ },
1076
+ "augmentColor": [Function],
1077
+ "background": Object {
1078
+ "default": "#fafafa",
1079
+ "paper": "#fff",
1080
+ },
1081
+ "common": Object {
1082
+ "black": "#000",
1083
+ "white": "#fff",
1084
+ },
1085
+ "contrastThreshold": 3,
1086
+ "divider": "rgba(0, 0, 0, 0.12)",
1087
+ "error": Object {
1088
+ "contrastText": "#fff",
1089
+ "dark": "#d32f2f",
1090
+ "light": "#e57373",
1091
+ "main": "#f44336",
1092
+ },
1093
+ "getContrastText": [Function],
1094
+ "grey": Object {
1095
+ "100": "#f5f5f5",
1096
+ "200": "#eeeeee",
1097
+ "300": "#e0e0e0",
1098
+ "400": "#bdbdbd",
1099
+ "50": "#fafafa",
1100
+ "500": "#9e9e9e",
1101
+ "600": "#757575",
1102
+ "700": "#616161",
1103
+ "800": "#424242",
1104
+ "900": "#212121",
1105
+ "A100": "#d5d5d5",
1106
+ "A200": "#aaaaaa",
1107
+ "A400": "#303030",
1108
+ "A700": "#616161",
1109
+ },
1110
+ "primary": Object {
1111
+ "contrastText": "#fff",
1112
+ "dark": "#303f9f",
1113
+ "light": "#7986cb",
1114
+ "main": "#3f51b5",
1115
+ },
1116
+ "secondary": Object {
1117
+ "contrastText": "#fff",
1118
+ "dark": "#c51162",
1119
+ "light": "#ff4081",
1120
+ "main": "#f50057",
1121
+ },
1122
+ "text": Object {
1123
+ "disabled": "rgba(0, 0, 0, 0.38)",
1124
+ "hint": "rgba(0, 0, 0, 0.38)",
1125
+ "primary": "rgba(0, 0, 0, 0.87)",
1126
+ "secondary": "rgba(0, 0, 0, 0.54)",
1127
+ },
1128
+ "tonalOffset": 0.2,
1129
+ "type": "light",
1130
+ },
1131
+ "props": Object {},
1132
+ "shadows": Array [
1133
+ "none",
1134
+ "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)",
1135
+ "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)",
1136
+ "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)",
1137
+ "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)",
1138
+ "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)",
1139
+ "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)",
1140
+ "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)",
1141
+ "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)",
1142
+ "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)",
1143
+ "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)",
1144
+ "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)",
1145
+ "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)",
1146
+ "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)",
1147
+ "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)",
1148
+ "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)",
1149
+ "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)",
1150
+ "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)",
1151
+ "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)",
1152
+ "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)",
1153
+ "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)",
1154
+ "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)",
1155
+ "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)",
1156
+ "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)",
1157
+ "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)",
1158
+ ],
1159
+ "shape": Object {
1160
+ "borderRadius": 4,
1161
+ },
1162
+ "spacing": Object {
1163
+ "unit": 8,
1164
+ },
1165
+ "transitions": Object {
1166
+ "create": [Function],
1167
+ "duration": Object {
1168
+ "complex": 375,
1169
+ "enteringScreen": 225,
1170
+ "leavingScreen": 195,
1171
+ "short": 250,
1172
+ "shorter": 200,
1173
+ "shortest": 150,
1174
+ "standard": 300,
1175
+ },
1176
+ "easing": Object {
1177
+ "easeIn": "cubic-bezier(0.4, 0, 1, 1)",
1178
+ "easeInOut": "cubic-bezier(0.4, 0, 0.2, 1)",
1179
+ "easeOut": "cubic-bezier(0.0, 0, 0.2, 1)",
1180
+ "sharp": "cubic-bezier(0.4, 0, 0.6, 1)",
1181
+ },
1182
+ "getAutoHeightDuration": [Function],
1183
+ },
1184
+ "typography": Object {
1185
+ "body1": Object {
1186
+ "color": "rgba(0, 0, 0, 0.87)",
1187
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1188
+ "fontSize": "0.875rem",
1189
+ "fontWeight": 400,
1190
+ "lineHeight": "1.46429em",
1191
+ },
1192
+ "body1Next": Object {
1193
+ "color": "rgba(0, 0, 0, 0.87)",
1194
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1195
+ "fontSize": "1rem",
1196
+ "fontWeight": 400,
1197
+ "letterSpacing": "0.00938em",
1198
+ "lineHeight": 1.5,
1199
+ },
1200
+ "body2": Object {
1201
+ "color": "rgba(0, 0, 0, 0.87)",
1202
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1203
+ "fontSize": "0.875rem",
1204
+ "fontWeight": 500,
1205
+ "lineHeight": "1.71429em",
1206
+ },
1207
+ "body2Next": Object {
1208
+ "color": "rgba(0, 0, 0, 0.87)",
1209
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1210
+ "fontSize": "0.875rem",
1211
+ "fontWeight": 400,
1212
+ "letterSpacing": "0.01071em",
1213
+ "lineHeight": 1.5,
1214
+ },
1215
+ "button": Object {
1216
+ "color": "rgba(0, 0, 0, 0.87)",
1217
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1218
+ "fontSize": "0.875rem",
1219
+ "fontWeight": 500,
1220
+ "textTransform": "uppercase",
1221
+ },
1222
+ "buttonNext": Object {
1223
+ "color": "rgba(0, 0, 0, 0.87)",
1224
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1225
+ "fontSize": "0.875rem",
1226
+ "fontWeight": 500,
1227
+ "letterSpacing": "0.02857em",
1228
+ "lineHeight": 1.75,
1229
+ "textTransform": "uppercase",
1230
+ },
1231
+ "caption": Object {
1232
+ "color": "rgba(0, 0, 0, 0.54)",
1233
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1234
+ "fontSize": "0.75rem",
1235
+ "fontWeight": 400,
1236
+ "lineHeight": "1.375em",
1237
+ },
1238
+ "captionNext": Object {
1239
+ "color": "rgba(0, 0, 0, 0.87)",
1240
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1241
+ "fontSize": "0.75rem",
1242
+ "fontWeight": 400,
1243
+ "letterSpacing": "0.03333em",
1244
+ "lineHeight": 1.66,
1245
+ },
1246
+ "display1": Object {
1247
+ "color": "rgba(0, 0, 0, 0.54)",
1248
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1249
+ "fontSize": "2.125rem",
1250
+ "fontWeight": 400,
1251
+ "lineHeight": "1.20588em",
1252
+ },
1253
+ "display2": Object {
1254
+ "color": "rgba(0, 0, 0, 0.54)",
1255
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1256
+ "fontSize": "2.8125rem",
1257
+ "fontWeight": 400,
1258
+ "lineHeight": "1.13333em",
1259
+ "marginLeft": "-.02em",
1260
+ },
1261
+ "display3": Object {
1262
+ "color": "rgba(0, 0, 0, 0.54)",
1263
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1264
+ "fontSize": "3.5rem",
1265
+ "fontWeight": 400,
1266
+ "letterSpacing": "-.02em",
1267
+ "lineHeight": "1.30357em",
1268
+ "marginLeft": "-.02em",
1269
+ },
1270
+ "display4": Object {
1271
+ "color": "rgba(0, 0, 0, 0.54)",
1272
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1273
+ "fontSize": "7rem",
1274
+ "fontWeight": 300,
1275
+ "letterSpacing": "-.04em",
1276
+ "lineHeight": "1.14286em",
1277
+ "marginLeft": "-.04em",
1278
+ },
1279
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1280
+ "fontSize": 14,
1281
+ "fontWeightLight": 300,
1282
+ "fontWeightMedium": 500,
1283
+ "fontWeightRegular": 400,
1284
+ "h1": Object {
1285
+ "color": "rgba(0, 0, 0, 0.87)",
1286
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1287
+ "fontSize": "6rem",
1288
+ "fontWeight": 300,
1289
+ "letterSpacing": "-0.01562em",
1290
+ "lineHeight": 1,
1291
+ },
1292
+ "h2": Object {
1293
+ "color": "rgba(0, 0, 0, 0.87)",
1294
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1295
+ "fontSize": "3.75rem",
1296
+ "fontWeight": 300,
1297
+ "letterSpacing": "-0.00833em",
1298
+ "lineHeight": 1,
1299
+ },
1300
+ "h3": Object {
1301
+ "color": "rgba(0, 0, 0, 0.87)",
1302
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1303
+ "fontSize": "3rem",
1304
+ "fontWeight": 400,
1305
+ "letterSpacing": "0em",
1306
+ "lineHeight": 1.04,
1307
+ },
1308
+ "h4": Object {
1309
+ "color": "rgba(0, 0, 0, 0.87)",
1310
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1311
+ "fontSize": "2.125rem",
1312
+ "fontWeight": 400,
1313
+ "letterSpacing": "0.00735em",
1314
+ "lineHeight": 1.17,
1315
+ },
1316
+ "h5": Object {
1317
+ "color": "rgba(0, 0, 0, 0.87)",
1318
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1319
+ "fontSize": "1.5rem",
1320
+ "fontWeight": 400,
1321
+ "letterSpacing": "0em",
1322
+ "lineHeight": 1.33,
1323
+ },
1324
+ "h6": Object {
1325
+ "color": "rgba(0, 0, 0, 0.87)",
1326
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1327
+ "fontSize": "1.25rem",
1328
+ "fontWeight": 500,
1329
+ "letterSpacing": "0.0075em",
1330
+ "lineHeight": 1.6,
1331
+ },
1332
+ "headline": Object {
1333
+ "color": "rgba(0, 0, 0, 0.87)",
1334
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1335
+ "fontSize": "1.5rem",
1336
+ "fontWeight": 400,
1337
+ "lineHeight": "1.35417em",
1338
+ },
1339
+ "overline": Object {
1340
+ "color": "rgba(0, 0, 0, 0.87)",
1341
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1342
+ "fontSize": "0.75rem",
1343
+ "fontWeight": 400,
1344
+ "letterSpacing": "0.08333em",
1345
+ "lineHeight": 2.66,
1346
+ "textTransform": "uppercase",
1347
+ },
1348
+ "pxToRem": [Function],
1349
+ "round": [Function],
1350
+ "subheading": Object {
1351
+ "color": "rgba(0, 0, 0, 0.87)",
1352
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1353
+ "fontSize": "1rem",
1354
+ "fontWeight": 400,
1355
+ "lineHeight": "1.5em",
1356
+ },
1357
+ "subtitle1": Object {
1358
+ "color": "rgba(0, 0, 0, 0.87)",
1359
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1360
+ "fontSize": "1rem",
1361
+ "fontWeight": 400,
1362
+ "letterSpacing": "0.00938em",
1363
+ "lineHeight": 1.75,
1364
+ },
1365
+ "subtitle2": Object {
1366
+ "color": "rgba(0, 0, 0, 0.87)",
1367
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1368
+ "fontSize": "0.875rem",
1369
+ "fontWeight": 500,
1370
+ "letterSpacing": "0.00714em",
1371
+ "lineHeight": 1.57,
1372
+ },
1373
+ "title": Object {
1374
+ "color": "rgba(0, 0, 0, 0.87)",
1375
+ "fontFamily": "\\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif",
1376
+ "fontSize": "1.3125rem",
1377
+ "fontWeight": 500,
1378
+ "lineHeight": "1.16667em",
1379
+ },
1380
+ "useNextVariants": false,
1381
+ },
1382
+ "zIndex": Object {
1383
+ "appBar": 1100,
1384
+ "drawer": 1200,
1385
+ "mobileStepper": 1000,
1386
+ "modal": 1300,
1387
+ "snackbar": 1400,
1388
+ "tooltip": 1500,
1389
+ },
1390
+ }
1391
+ }
1392
+ timeout="auto"
1393
+ >
1394
+ <Transition
1395
+ addEndListener={[Function]}
1396
+ appear={false}
1397
+ enter={true}
1398
+ exit={true}
1399
+ in={false}
1400
+ mountOnEnter={false}
1401
+ onEnter={[Function]}
1402
+ onEntered={[Function]}
1403
+ onEntering={[Function]}
1404
+ onExit={[Function]}
1405
+ onExited={[Function]}
1406
+ onExiting={[Function]}
1407
+ timeout={null}
1408
+ unmountOnExit={false}
1409
+ >
1410
+ <div
1411
+ className="MuiCollapse-container-11"
1412
+ style={
1413
+ Object {
1414
+ "minHeight": "0px",
1415
+ }
1416
+ }
1417
+ >
1418
+ <div
1419
+ className="MuiCollapse-wrapper-13"
1420
+ >
1421
+ <div
1422
+ className="MuiCollapse-wrapperInner-14"
1423
+ >
1424
+ <WithStyles(List)
1425
+ component="nav"
1426
+ >
1427
+ <List
1428
+ classes={
1429
+ Object {
1430
+ "dense": "MuiList-dense-17",
1431
+ "padding": "MuiList-padding-16",
1432
+ "root": "MuiList-root-15",
1433
+ "subheader": "MuiList-subheader-18",
1434
+ }
1435
+ }
1436
+ component="nav"
1437
+ dense={false}
1438
+ disablePadding={false}
1439
+ >
1440
+ <nav
1441
+ className="MuiList-root-15 MuiList-padding-16"
1442
+ >
1443
+ <WithStyles(ListItem)
1444
+ className="Rubric-listColumn-2"
1445
+ key="P3"
1446
+ >
1447
+ <ListItem
1448
+ ContainerComponent="li"
1449
+ alignItems="center"
1450
+ button={false}
1451
+ className="Rubric-listColumn-2"
1452
+ classes={
1453
+ Object {
1454
+ "alignItemsFlexStart": "MuiListItem-alignItemsFlexStart-24",
1455
+ "button": "MuiListItem-button-28",
1456
+ "container": "MuiListItem-container-20",
1457
+ "default": "MuiListItem-default-22",
1458
+ "dense": "MuiListItem-dense-23",
1459
+ "disabled": "MuiListItem-disabled-25",
1460
+ "divider": "MuiListItem-divider-26",
1461
+ "focusVisible": "MuiListItem-focusVisible-21",
1462
+ "gutters": "MuiListItem-gutters-27",
1463
+ "root": "MuiListItem-root-19",
1464
+ "secondaryAction": "MuiListItem-secondaryAction-29",
1465
+ "selected": "MuiListItem-selected-30",
1466
+ }
1467
+ }
1468
+ dense={false}
1469
+ disableGutters={false}
1470
+ disabled={false}
1471
+ divider={false}
1472
+ selected={false}
1473
+ >
1474
+ <MergeListContext
1475
+ alignItems="center"
1476
+ dense={false}
1477
+ >
1478
+ <li
1479
+ className="MuiListItem-root-19 MuiListItem-default-22 MuiListItem-gutters-27 Rubric-listColumn-2"
1480
+ disabled={false}
1481
+ >
1482
+ <h3
1483
+ className="Rubric-titleText-5"
1484
+ key=".0"
1485
+ >
1486
+ 3 PTS
1487
+ </h3>
1488
+ <div
1489
+ className="Rubric-text-4"
1490
+ dangerouslySetInnerHTML={
1491
+ Object {
1492
+ "__html": "bingo",
1493
+ }
1494
+ }
1495
+ key=".1"
1496
+ />
1497
+ </li>
1498
+ </MergeListContext>
1499
+ </ListItem>
1500
+ </WithStyles(ListItem)>
1501
+ <WithStyles(ListItem)
1502
+ className="Rubric-listColumn-2"
1503
+ key="P2"
1504
+ >
1505
+ <ListItem
1506
+ ContainerComponent="li"
1507
+ alignItems="center"
1508
+ button={false}
1509
+ className="Rubric-listColumn-2"
1510
+ classes={
1511
+ Object {
1512
+ "alignItemsFlexStart": "MuiListItem-alignItemsFlexStart-24",
1513
+ "button": "MuiListItem-button-28",
1514
+ "container": "MuiListItem-container-20",
1515
+ "default": "MuiListItem-default-22",
1516
+ "dense": "MuiListItem-dense-23",
1517
+ "disabled": "MuiListItem-disabled-25",
1518
+ "divider": "MuiListItem-divider-26",
1519
+ "focusVisible": "MuiListItem-focusVisible-21",
1520
+ "gutters": "MuiListItem-gutters-27",
1521
+ "root": "MuiListItem-root-19",
1522
+ "secondaryAction": "MuiListItem-secondaryAction-29",
1523
+ "selected": "MuiListItem-selected-30",
1524
+ }
1525
+ }
1526
+ dense={false}
1527
+ disableGutters={false}
1528
+ disabled={false}
1529
+ divider={false}
1530
+ selected={false}
1531
+ >
1532
+ <MergeListContext
1533
+ alignItems="center"
1534
+ dense={false}
1535
+ >
1536
+ <li
1537
+ className="MuiListItem-root-19 MuiListItem-default-22 MuiListItem-gutters-27 Rubric-listColumn-2"
1538
+ disabled={false}
1539
+ >
1540
+ <h3
1541
+ className="Rubric-titleText-5"
1542
+ key=".0"
1543
+ >
1544
+ 2 PTS
1545
+ </h3>
1546
+ <div
1547
+ className="Rubric-text-4"
1548
+ dangerouslySetInnerHTML={
1549
+ Object {
1550
+ "__html": "mostly right",
1551
+ }
1552
+ }
1553
+ key=".1"
1554
+ />
1555
+ </li>
1556
+ </MergeListContext>
1557
+ </ListItem>
1558
+ </WithStyles(ListItem)>
1559
+ <WithStyles(ListItem)
1560
+ className="Rubric-listColumn-2"
1561
+ key="S2"
1562
+ >
1563
+ <ListItem
1564
+ ContainerComponent="li"
1565
+ alignItems="center"
1566
+ button={false}
1567
+ className="Rubric-listColumn-2"
1568
+ classes={
1569
+ Object {
1570
+ "alignItemsFlexStart": "MuiListItem-alignItemsFlexStart-24",
1571
+ "button": "MuiListItem-button-28",
1572
+ "container": "MuiListItem-container-20",
1573
+ "default": "MuiListItem-default-22",
1574
+ "dense": "MuiListItem-dense-23",
1575
+ "disabled": "MuiListItem-disabled-25",
1576
+ "divider": "MuiListItem-divider-26",
1577
+ "focusVisible": "MuiListItem-focusVisible-21",
1578
+ "gutters": "MuiListItem-gutters-27",
1579
+ "root": "MuiListItem-root-19",
1580
+ "secondaryAction": "MuiListItem-secondaryAction-29",
1581
+ "selected": "MuiListItem-selected-30",
1582
+ }
1583
+ }
1584
+ dense={false}
1585
+ disableGutters={false}
1586
+ disabled={false}
1587
+ divider={false}
1588
+ selected={false}
1589
+ >
1590
+ <MergeListContext
1591
+ alignItems="center"
1592
+ dense={false}
1593
+ >
1594
+ <li
1595
+ className="MuiListItem-root-19 MuiListItem-default-22 MuiListItem-gutters-27 Rubric-listColumn-2"
1596
+ disabled={false}
1597
+ >
1598
+ <h4
1599
+ className="Rubric-titleText-5"
1600
+ key=".0"
1601
+ style={
1602
+ Object {
1603
+ "fontWeight": "normal",
1604
+ }
1605
+ }
1606
+ >
1607
+ Sample Answer
1608
+ </h4>
1609
+ <div
1610
+ className="Rubric-text-4"
1611
+ dangerouslySetInnerHTML={
1612
+ Object {
1613
+ "__html": "not left",
1614
+ }
1615
+ }
1616
+ key=".1"
1617
+ />
1618
+ </li>
1619
+ </MergeListContext>
1620
+ </ListItem>
1621
+ </WithStyles(ListItem)>
1622
+ <WithStyles(ListItem)
1623
+ className="Rubric-listColumn-2"
1624
+ key="P1"
1625
+ >
1626
+ <ListItem
1627
+ ContainerComponent="li"
1628
+ alignItems="center"
1629
+ button={false}
1630
+ className="Rubric-listColumn-2"
1631
+ classes={
1632
+ Object {
1633
+ "alignItemsFlexStart": "MuiListItem-alignItemsFlexStart-24",
1634
+ "button": "MuiListItem-button-28",
1635
+ "container": "MuiListItem-container-20",
1636
+ "default": "MuiListItem-default-22",
1637
+ "dense": "MuiListItem-dense-23",
1638
+ "disabled": "MuiListItem-disabled-25",
1639
+ "divider": "MuiListItem-divider-26",
1640
+ "focusVisible": "MuiListItem-focusVisible-21",
1641
+ "gutters": "MuiListItem-gutters-27",
1642
+ "root": "MuiListItem-root-19",
1643
+ "secondaryAction": "MuiListItem-secondaryAction-29",
1644
+ "selected": "MuiListItem-selected-30",
1645
+ }
1646
+ }
1647
+ dense={false}
1648
+ disableGutters={false}
1649
+ disabled={false}
1650
+ divider={false}
1651
+ selected={false}
1652
+ >
1653
+ <MergeListContext
1654
+ alignItems="center"
1655
+ dense={false}
1656
+ >
1657
+ <li
1658
+ className="MuiListItem-root-19 MuiListItem-default-22 MuiListItem-gutters-27 Rubric-listColumn-2"
1659
+ disabled={false}
1660
+ >
1661
+ <h3
1662
+ className="Rubric-titleText-5"
1663
+ key=".0"
1664
+ >
1665
+ 1 PT
1666
+ </h3>
1667
+ <div
1668
+ className="Rubric-text-4"
1669
+ dangerouslySetInnerHTML={
1670
+ Object {
1671
+ "__html": "a teeny bit right",
1672
+ }
1673
+ }
1674
+ key=".1"
1675
+ />
1676
+ </li>
1677
+ </MergeListContext>
1678
+ </ListItem>
1679
+ </WithStyles(ListItem)>
1680
+ <WithStyles(ListItem)
1681
+ className="Rubric-listColumn-2"
1682
+ key="S1"
1683
+ >
1684
+ <ListItem
1685
+ ContainerComponent="li"
1686
+ alignItems="center"
1687
+ button={false}
1688
+ className="Rubric-listColumn-2"
1689
+ classes={
1690
+ Object {
1691
+ "alignItemsFlexStart": "MuiListItem-alignItemsFlexStart-24",
1692
+ "button": "MuiListItem-button-28",
1693
+ "container": "MuiListItem-container-20",
1694
+ "default": "MuiListItem-default-22",
1695
+ "dense": "MuiListItem-dense-23",
1696
+ "disabled": "MuiListItem-disabled-25",
1697
+ "divider": "MuiListItem-divider-26",
1698
+ "focusVisible": "MuiListItem-focusVisible-21",
1699
+ "gutters": "MuiListItem-gutters-27",
1700
+ "root": "MuiListItem-root-19",
1701
+ "secondaryAction": "MuiListItem-secondaryAction-29",
1702
+ "selected": "MuiListItem-selected-30",
1703
+ }
1704
+ }
1705
+ dense={false}
1706
+ disableGutters={false}
1707
+ disabled={false}
1708
+ divider={false}
1709
+ selected={false}
1710
+ >
1711
+ <MergeListContext
1712
+ alignItems="center"
1713
+ dense={false}
1714
+ >
1715
+ <li
1716
+ className="MuiListItem-root-19 MuiListItem-default-22 MuiListItem-gutters-27 Rubric-listColumn-2"
1717
+ disabled={false}
1718
+ >
1719
+ <h4
1720
+ className="Rubric-titleText-5"
1721
+ key=".0"
1722
+ style={
1723
+ Object {
1724
+ "fontWeight": "normal",
1725
+ }
1726
+ }
1727
+ >
1728
+ Sample Answer
1729
+ </h4>
1730
+ <div
1731
+ className="Rubric-text-4"
1732
+ dangerouslySetInnerHTML={
1733
+ Object {
1734
+ "__html": "just right",
1735
+ }
1736
+ }
1737
+ key=".1"
1738
+ />
1739
+ </li>
1740
+ </MergeListContext>
1741
+ </ListItem>
1742
+ </WithStyles(ListItem)>
1743
+ <WithStyles(ListItem)
1744
+ className="Rubric-listColumn-2"
1745
+ key="P0"
1746
+ >
1747
+ <ListItem
1748
+ ContainerComponent="li"
1749
+ alignItems="center"
1750
+ button={false}
1751
+ className="Rubric-listColumn-2"
1752
+ classes={
1753
+ Object {
1754
+ "alignItemsFlexStart": "MuiListItem-alignItemsFlexStart-24",
1755
+ "button": "MuiListItem-button-28",
1756
+ "container": "MuiListItem-container-20",
1757
+ "default": "MuiListItem-default-22",
1758
+ "dense": "MuiListItem-dense-23",
1759
+ "disabled": "MuiListItem-disabled-25",
1760
+ "divider": "MuiListItem-divider-26",
1761
+ "focusVisible": "MuiListItem-focusVisible-21",
1762
+ "gutters": "MuiListItem-gutters-27",
1763
+ "root": "MuiListItem-root-19",
1764
+ "secondaryAction": "MuiListItem-secondaryAction-29",
1765
+ "selected": "MuiListItem-selected-30",
1766
+ }
1767
+ }
1768
+ dense={false}
1769
+ disableGutters={false}
1770
+ disabled={false}
1771
+ divider={false}
1772
+ selected={false}
1773
+ >
1774
+ <MergeListContext
1775
+ alignItems="center"
1776
+ dense={false}
1777
+ >
1778
+ <li
1779
+ className="MuiListItem-root-19 MuiListItem-default-22 MuiListItem-gutters-27 Rubric-listColumn-2"
1780
+ disabled={false}
1781
+ >
1782
+ <h3
1783
+ className="Rubric-titleText-5"
1784
+ key=".0"
1785
+ >
1786
+ 0 PTS
1787
+ </h3>
1788
+ <div
1789
+ className="Rubric-text-4"
1790
+ dangerouslySetInnerHTML={
1791
+ Object {
1792
+ "__html": "nothing right",
1793
+ }
1794
+ }
1795
+ key=".1"
1796
+ />
1797
+ </li>
1798
+ </MergeListContext>
1799
+ </ListItem>
1800
+ </WithStyles(ListItem)>
1801
+ </nav>
1802
+ </List>
1803
+ </WithStyles(List)>
1804
+ </div>
1805
+ </div>
1806
+ </div>
1807
+ </Transition>
1808
+ </Collapse>
1809
+ </WithStyles(Collapse)>
1810
+ </div>
1811
+ </UiLayout>
1812
+ </WithStyles(UiLayout)>
1813
+ </Rubric>
1814
+ </WithStyles(Rubric)>
1815
+ `;