@pie-element/complex-rubric 0.0.2-next.4424

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/LICENSE.md +5 -0
  2. package/README.md +3 -0
  3. package/configure/lib/defaults.js +99 -0
  4. package/configure/lib/defaults.js.map +1 -0
  5. package/configure/lib/index.js +232 -0
  6. package/configure/lib/index.js.map +1 -0
  7. package/configure/lib/main.js +165 -0
  8. package/configure/lib/main.js.map +1 -0
  9. package/configure/node_modules/@pie-element/multi-trait-rubric/CHANGELOG.json +1 -0
  10. package/configure/node_modules/@pie-element/multi-trait-rubric/CHANGELOG.md +376 -0
  11. package/configure/node_modules/@pie-element/multi-trait-rubric/LICENSE.md +5 -0
  12. package/configure/node_modules/@pie-element/multi-trait-rubric/README.md +55 -0
  13. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/CHANGELOG.json +1 -0
  14. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/CHANGELOG.md +344 -0
  15. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/common.js +455 -0
  16. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/common.js.map +1 -0
  17. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/defaults.js +82 -0
  18. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/defaults.js.map +1 -0
  19. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/index.js +112 -0
  20. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/index.js.map +1 -0
  21. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/main.js +438 -0
  22. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/main.js.map +1 -0
  23. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/modals.js +324 -0
  24. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/modals.js.map +1 -0
  25. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/scale.js +490 -0
  26. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/scale.js.map +1 -0
  27. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/trait.js +334 -0
  28. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/trait.js.map +1 -0
  29. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/traitsHeader.js +254 -0
  30. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/traitsHeader.js.map +1 -0
  31. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/utils.js +29 -0
  32. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/utils.js.map +1 -0
  33. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/package.json +22 -0
  34. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/CHANGELOG.json +1 -0
  35. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/CHANGELOG.md +66 -0
  36. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/defaults.js +9 -0
  37. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/defaults.js.map +1 -0
  38. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/index.js +122 -0
  39. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/index.js.map +1 -0
  40. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/package.json +15 -0
  41. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/config-schema.json +226 -0
  42. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/config-schema.json.md +169 -0
  43. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/config.js +8 -0
  44. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/generate.js +108 -0
  45. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/index.html +1 -0
  46. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/session.js +6 -0
  47. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/pie-schema.json +282 -0
  48. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/pie-schema.json.md +189 -0
  49. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/index.js +85 -0
  50. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/index.js.map +1 -0
  51. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/main.js +99 -0
  52. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/main.js.map +1 -0
  53. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/scale.js +209 -0
  54. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/scale.js.map +1 -0
  55. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/trait.js +103 -0
  56. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/trait.js.map +1 -0
  57. package/configure/node_modules/@pie-element/multi-trait-rubric/package.json +24 -0
  58. package/configure/node_modules/@pie-element/rubric/CHANGELOG.json +257 -0
  59. package/configure/node_modules/@pie-element/rubric/CHANGELOG.md +731 -0
  60. package/configure/node_modules/@pie-element/rubric/LICENSE.md +5 -0
  61. package/configure/node_modules/@pie-element/rubric/README.md +3 -0
  62. package/configure/node_modules/@pie-element/rubric/configure/CHANGELOG.json +197 -0
  63. package/configure/node_modules/@pie-element/rubric/configure/CHANGELOG.md +615 -0
  64. package/configure/node_modules/@pie-element/rubric/configure/lib/index.js +93 -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/package.json +16 -0
  67. package/configure/node_modules/@pie-element/rubric/configure/src/index.js +38 -0
  68. package/configure/node_modules/@pie-element/rubric/controller/CHANGELOG.json +17 -0
  69. package/configure/node_modules/@pie-element/rubric/controller/CHANGELOG.md +105 -0
  70. package/configure/node_modules/@pie-element/rubric/controller/lib/index.js +14 -0
  71. package/configure/node_modules/@pie-element/rubric/controller/lib/index.js.map +1 -0
  72. package/configure/node_modules/@pie-element/rubric/controller/package.json +9 -0
  73. package/configure/node_modules/@pie-element/rubric/controller/src/__tests__/index.test.js +35 -0
  74. package/configure/node_modules/@pie-element/rubric/controller/src/index.js +6 -0
  75. package/configure/node_modules/@pie-element/rubric/docs/config-schema.json +24 -0
  76. package/configure/node_modules/@pie-element/rubric/docs/config-schema.json.md +19 -0
  77. package/configure/node_modules/@pie-element/rubric/docs/demo/config.js +8 -0
  78. package/configure/node_modules/@pie-element/rubric/docs/demo/generate.js +8 -0
  79. package/configure/node_modules/@pie-element/rubric/docs/demo/index.html +3 -0
  80. package/configure/node_modules/@pie-element/rubric/docs/pie-schema.json +62 -0
  81. package/configure/node_modules/@pie-element/rubric/docs/pie-schema.json.md +35 -0
  82. package/configure/node_modules/@pie-element/rubric/lib/index.js +88 -0
  83. package/configure/node_modules/@pie-element/rubric/lib/index.js.map +1 -0
  84. package/configure/node_modules/@pie-element/rubric/lib/main.js +171 -0
  85. package/configure/node_modules/@pie-element/rubric/lib/main.js.map +1 -0
  86. package/configure/node_modules/@pie-element/rubric/lib/print.js +114 -0
  87. package/configure/node_modules/@pie-element/rubric/lib/print.js.map +1 -0
  88. package/configure/node_modules/@pie-element/rubric/package.json +25 -0
  89. package/configure/node_modules/@pie-element/rubric/src/__tests__/__snapshots__/rubric-view.test.jsx.snap +22767 -0
  90. package/configure/node_modules/@pie-element/rubric/src/__tests__/rubric-view.test.jsx +48 -0
  91. package/configure/node_modules/@pie-element/rubric/src/index.js +38 -0
  92. package/configure/node_modules/@pie-element/rubric/src/main.jsx +117 -0
  93. package/configure/node_modules/@pie-element/rubric/src/print.js +63 -0
  94. package/configure/package.json +22 -0
  95. package/configure/src/__tests__/__snapshots__/main.test.jsx.snap +106 -0
  96. package/configure/src/__tests__/index.test.js +41 -0
  97. package/configure/src/__tests__/main.test.jsx +104 -0
  98. package/configure/src/defaults.js +122 -0
  99. package/configure/src/index.js +138 -0
  100. package/configure/src/main.jsx +117 -0
  101. package/controller/lib/defaults.js +99 -0
  102. package/controller/lib/defaults.js.map +1 -0
  103. package/controller/lib/index.js +147 -0
  104. package/controller/lib/index.js.map +1 -0
  105. package/controller/package.json +12 -0
  106. package/controller/src/__tests__/index.test.js +58 -0
  107. package/controller/src/defaults.js +121 -0
  108. package/controller/src/index.js +81 -0
  109. package/docs/config-schema.json +427 -0
  110. package/docs/config-schema.json.md +315 -0
  111. package/docs/demo/config.js +8 -0
  112. package/docs/demo/generate.js +119 -0
  113. package/docs/demo/index.html +1 -0
  114. package/docs/demo/session.js +6 -0
  115. package/docs/pie-schema.json +994 -0
  116. package/docs/pie-schema.json.md +660 -0
  117. package/lib/index.js +176 -0
  118. package/lib/index.js.map +1 -0
  119. package/package.json +25 -0
  120. package/src/__tests__/index.test.js +166 -0
  121. package/src/index.js +106 -0
@@ -0,0 +1,315 @@
1
+ The schema defines the following properties:
2
+
3
+ # `multiTraitRubric` (object, required)
4
+
5
+ Config Object for @pie-elements/multi-trait-rubric
6
+
7
+ Properties of the `multiTraitRubric` object:
8
+
9
+ ## `excludeZeroDialogBoxContent` (object)
10
+
11
+ Properties of the `excludeZeroDialogBoxContent` object:
12
+
13
+ ### `title` (string)
14
+
15
+ Dialog box title
16
+
17
+ ### `text` (string)
18
+
19
+ Dialog box text
20
+
21
+ ## `includeZeroDialogBoxContent` (object)
22
+
23
+ Properties of the `includeZeroDialogBoxContent` object:
24
+
25
+ ### `title` (string)
26
+
27
+ Dialog box title
28
+
29
+ ### `text` (string)
30
+
31
+ Dialog box text
32
+
33
+ ## `deleteTraitDialogBoxContent` (object)
34
+
35
+ Properties of the `deleteTraitDialogBoxContent` object:
36
+
37
+ ### `title` (string)
38
+
39
+ Dialog box title
40
+
41
+ ### `text` (string)
42
+
43
+ Dialog box text
44
+
45
+ ## `deleteScaleDialogBoxContent` (object)
46
+
47
+ Properties of the `deleteScaleDialogBoxContent` object:
48
+
49
+ ### `title` (string)
50
+
51
+ Dialog box title
52
+
53
+ ### `text` (string)
54
+
55
+ Dialog box text
56
+
57
+ ## `maxPointsDialogBoxContent` (object)
58
+
59
+ Properties of the `maxPointsDialogBoxContent` object:
60
+
61
+ ### `title` (string)
62
+
63
+ Dialog box title
64
+
65
+ ### `text` (string)
66
+
67
+ Dialog box text
68
+
69
+ ## `showExcludeZero` (object)
70
+
71
+ Properties of the `showExcludeZero` object:
72
+
73
+ ### `settings` (boolean)
74
+
75
+ Indicates if the item has to be displayed in the Settings Panel
76
+
77
+ ### `label` (string)
78
+
79
+ Indicates the label for the item that has to be displayed in the Settings Panel
80
+
81
+ ## `showScorePointLabels` (object)
82
+
83
+ Properties of the `showScorePointLabels` object:
84
+
85
+ ### `settings` (boolean)
86
+
87
+ Indicates if the item has to be displayed in the Settings Panel
88
+
89
+ ### `label` (string)
90
+
91
+ Indicates the label for the item that has to be displayed in the Settings Panel
92
+
93
+ ## `showDescription` (object)
94
+
95
+ Properties of the `showDescription` object:
96
+
97
+ ### `settings` (boolean)
98
+
99
+ Indicates if the item has to be displayed in the Settings Panel
100
+
101
+ ### `label` (string)
102
+
103
+ Indicates the label for the item that has to be displayed in the Settings Panel
104
+
105
+ ## `showVisibleToStudent` (object)
106
+
107
+ Properties of the `showVisibleToStudent` object:
108
+
109
+ ### `settings` (boolean)
110
+
111
+ Indicates if the item has to be displayed in the Settings Panel
112
+
113
+ ### `label` (string)
114
+
115
+ Indicates the label for the item that has to be displayed in the Settings Panel
116
+
117
+ ## `showHalfScoring` (object)
118
+
119
+ Properties of the `showHalfScoring` object:
120
+
121
+ ### `settings` (boolean)
122
+
123
+ Indicates if the item has to be displayed in the Settings Panel
124
+
125
+ ### `label` (string)
126
+
127
+ Indicates the label for the item that has to be displayed in the Settings Panel
128
+
129
+ ## `spellCheck` (object)
130
+
131
+ Properties of the `spellCheck` object:
132
+
133
+ ### `settings` (boolean)
134
+
135
+ Indicates if the item has to be displayed in the Settings Panel
136
+
137
+ ### `label` (string)
138
+
139
+ Indicates the label for the item that has to be displayed in the Settings Panel
140
+
141
+ ## `width` (string, required)
142
+
143
+ How large (in px) should multi-trait-rubric be
144
+
145
+ ---
146
+
147
+ # Sub Schemas
148
+
149
+ The schema defines the following additional types:
150
+
151
+ ## `MultiTraitRubricConfigure` (object)
152
+
153
+ Config Object for @pie-elements/multi-trait-rubric
154
+
155
+ Properties of the `MultiTraitRubricConfigure` object:
156
+
157
+ ### `excludeZeroDialogBoxContent` (object)
158
+
159
+ Properties of the `excludeZeroDialogBoxContent` object:
160
+
161
+ #### `title` (string)
162
+
163
+ Dialog box title
164
+
165
+ #### `text` (string)
166
+
167
+ Dialog box text
168
+
169
+ ### `includeZeroDialogBoxContent` (object)
170
+
171
+ Properties of the `includeZeroDialogBoxContent` object:
172
+
173
+ #### `title` (string)
174
+
175
+ Dialog box title
176
+
177
+ #### `text` (string)
178
+
179
+ Dialog box text
180
+
181
+ ### `deleteTraitDialogBoxContent` (object)
182
+
183
+ Properties of the `deleteTraitDialogBoxContent` object:
184
+
185
+ #### `title` (string)
186
+
187
+ Dialog box title
188
+
189
+ #### `text` (string)
190
+
191
+ Dialog box text
192
+
193
+ ### `deleteScaleDialogBoxContent` (object)
194
+
195
+ Properties of the `deleteScaleDialogBoxContent` object:
196
+
197
+ #### `title` (string)
198
+
199
+ Dialog box title
200
+
201
+ #### `text` (string)
202
+
203
+ Dialog box text
204
+
205
+ ### `maxPointsDialogBoxContent` (object)
206
+
207
+ Properties of the `maxPointsDialogBoxContent` object:
208
+
209
+ #### `title` (string)
210
+
211
+ Dialog box title
212
+
213
+ #### `text` (string)
214
+
215
+ Dialog box text
216
+
217
+ ### `showExcludeZero` (object)
218
+
219
+ Properties of the `showExcludeZero` object:
220
+
221
+ #### `settings` (boolean)
222
+
223
+ Indicates if the item has to be displayed in the Settings Panel
224
+
225
+ #### `label` (string)
226
+
227
+ Indicates the label for the item that has to be displayed in the Settings Panel
228
+
229
+ ### `showScorePointLabels` (object)
230
+
231
+ Properties of the `showScorePointLabels` object:
232
+
233
+ #### `settings` (boolean)
234
+
235
+ Indicates if the item has to be displayed in the Settings Panel
236
+
237
+ #### `label` (string)
238
+
239
+ Indicates the label for the item that has to be displayed in the Settings Panel
240
+
241
+ ### `showDescription` (object)
242
+
243
+ Properties of the `showDescription` object:
244
+
245
+ #### `settings` (boolean)
246
+
247
+ Indicates if the item has to be displayed in the Settings Panel
248
+
249
+ #### `label` (string)
250
+
251
+ Indicates the label for the item that has to be displayed in the Settings Panel
252
+
253
+ ### `showVisibleToStudent` (object)
254
+
255
+ Properties of the `showVisibleToStudent` object:
256
+
257
+ #### `settings` (boolean)
258
+
259
+ Indicates if the item has to be displayed in the Settings Panel
260
+
261
+ #### `label` (string)
262
+
263
+ Indicates the label for the item that has to be displayed in the Settings Panel
264
+
265
+ ### `showHalfScoring` (object)
266
+
267
+ Properties of the `showHalfScoring` object:
268
+
269
+ #### `settings` (boolean)
270
+
271
+ Indicates if the item has to be displayed in the Settings Panel
272
+
273
+ #### `label` (string)
274
+
275
+ Indicates the label for the item that has to be displayed in the Settings Panel
276
+
277
+ ### `spellCheck` (object)
278
+
279
+ Properties of the `spellCheck` object:
280
+
281
+ #### `settings` (boolean)
282
+
283
+ Indicates if the item has to be displayed in the Settings Panel
284
+
285
+ #### `label` (string)
286
+
287
+ Indicates the label for the item that has to be displayed in the Settings Panel
288
+
289
+ ### `width` (string, required)
290
+
291
+ How large (in px) should multi-trait-rubric be
292
+
293
+ ## `DialogContent` (object)
294
+
295
+ Properties of the `DialogContent` object:
296
+
297
+ ### `title` (string)
298
+
299
+ Dialog box title
300
+
301
+ ### `text` (string)
302
+
303
+ Dialog box text
304
+
305
+ ## `ConfigureProp` (object)
306
+
307
+ Properties of the `ConfigureProp` object:
308
+
309
+ ### `settings` (boolean)
310
+
311
+ Indicates if the item has to be displayed in the Settings Panel
312
+
313
+ ### `label` (string)
314
+
315
+ Indicates the label for the item that has to be displayed in the Settings Panel
@@ -0,0 +1,8 @@
1
+ const { model } = require('./generate');
2
+
3
+ module.exports = {
4
+ elements: {
5
+ 'complex-rubric': '../..'
6
+ },
7
+ models: [model('1', 'complex-rubric')]
8
+ };
@@ -0,0 +1,119 @@
1
+ exports.model = (id, element) => ({
2
+ id,
3
+ element,
4
+ rubricType: 'simpleRubric',
5
+ rubrics: {
6
+ simpleRubric: {
7
+ points: ['nothing right', 'a teeny bit right', 'mostly right', 'bingo'],
8
+ sampleAnswers: [null, 'just right', 'not left', null],
9
+ maxPoints: 4,
10
+ excludeZero: false
11
+ },
12
+ multiTraitRubric: {
13
+ visibleToStudent: true,
14
+ halfScoring: false,
15
+ excludeZero: true,
16
+ pointLabels: true,
17
+ description: false,
18
+ standards: false,
19
+ scales: [
20
+ {
21
+ maxPoints: 4,
22
+ scorePointsLabels: ['Non-Scorable', 'Developing', 'Progressing', 'Effective', 'Strong'],
23
+ traitLabel: 'Trait',
24
+ traits: [
25
+ {
26
+ name: 'Ideas',
27
+ standards: [],
28
+ description: 'the main message',
29
+ scorePointsDescriptors: [
30
+ 'Student’s response is blank, not in English, not legible, or does not respond to the prompt.',
31
+ 'Topic undefined and/or difficult to follow\n' + '\n' + 'Details are unclear',
32
+ 'Topic too broad\n' + '\n' + 'Details are limited',
33
+ 'Writing stays on topic\n' + '\n' + 'Complete details given',
34
+ 'Strong control of topic\n' + '\n' + 'Relevant, accurate, specific details that support topic',
35
+ ],
36
+ },
37
+ {
38
+ name: 'Organization',
39
+ standards: [],
40
+ description: 'the internal structure of the piece',
41
+ scorePointsDescriptors: [
42
+ 'Student’s response is blank, not in English, not legible, or does not respond to the prompt.',
43
+ 'Does not have a beginning, middle and/or end\n' + '\n' + 'Does not have a lead and/or conclusion\n' + '\n' + 'Transitions confusing and/or not present\n' + '\n' + 'Not written in logical order\n' + '\n' + 'No sign of paragraphing / incorrect paragraphing',
44
+ 'Weak beginning, middle and end\n' + '\n' + 'Has evidence of a lead and/or conclusion but missing elements\n' + '\n' + 'Transitions are used sometimes\n' + '\n' + 'Some logical order\n' + '\n' + 'Most paragraphing incorrect',
45
+ 'Has an acceptable beginning, middle and end\n' + '\n' + 'Includes a lead and conclusion\n' + '\n' + 'Transitions are used correctly\n' + '\n' + 'Mostly logical order\n' + '\n' + 'Mostly correct paragraphing',
46
+ 'Has an effective beginning, middle and end\n' + '\n' + 'Powerful introduction / lead and conclusion\n' + '\n' + 'Effective transitions\n' + '\n' + 'Logical order / sequencing\n' + '\n' + 'Uses appropriate paragraphing',
47
+ ],
48
+ },
49
+ {
50
+ name: 'Word Choice',
51
+ standards: [],
52
+ description: 'the vocabulary a writer chooses to convey meaning',
53
+ scorePointsDescriptors: [
54
+ 'Student’s response is blank, not in English, not legible, or does not respond to the prompt.',
55
+ 'Vocabulary is limited/used incorrectly\n' + '\n' + 'No figurative language; words do not convey meaning',
56
+ 'Generally correct words\n' + '\n' + 'Attempt at figurative language\n' + '\n' + 'and/or words convey general meaning',
57
+ 'Some active verbs and precise nouns\n' + '\n' + 'Effective use of figurative language and/or words that enhance meaning',
58
+ 'Powerful and engaging words\n' + '\n' + 'Artful use of figurative language and/or sensory detail',
59
+ ],
60
+ },
61
+ {
62
+ name: 'Sentence Fluency',
63
+ standards: [],
64
+ description: 'the rhythm and flow of the language',
65
+ scorePointsDescriptors: [
66
+ 'Student’s response is blank, not in English, not legible, or does not respond to the prompt.',
67
+ 'No sentences are clear\n' + '\n' + 'No variety in sentence structure\n' + '\n' + 'Frequent run-ons and/or fragments are present',
68
+ 'Some sentences are clear\n' + '\n' + 'Sentence variety used rarely\n' + '\n' + 'Some run-ons and/or fragments are present',
69
+ 'Most sentences are clear\n' + '\n' + 'Some sentence variety is used\n' + '\n' + 'Run-ons and/or fragments are rare',
70
+ 'All Sentences are clear\n' + '\n' + 'Variety of sentence structure is used\n' + '\n' + 'Run-ons and/or fragments are not present',
71
+ ],
72
+ },
73
+ {
74
+ name: 'Conventions',
75
+ standards: [],
76
+ description: 'the mechanical correctness',
77
+ scorePointsDescriptors: [
78
+ 'Student’s response is blank, not in English, not legible, or does not respond to the prompt.',
79
+ 'Many distracting errors are present in grammar, punctuation, capitalization and/or spelling',
80
+ 'Errors in grammar, punctuation, capitalization and/or spelling are present and some distract from meaning',
81
+ 'Errors in grammar, punctuation, capitalization and/or spelling are present but don’t distract from meaning',
82
+ 'Few errors in grammar, punctuation,\n' + '\n' + 'capitalization and/or spelling',
83
+ ],
84
+ },
85
+ {
86
+ name: 'Voice',
87
+ standards: [],
88
+ description: 'the personal tone and flavor of the author\'s message',
89
+ scorePointsDescriptors: [
90
+ 'Student’s response is blank, not in English, not legible, or does not respond to the prompt.',
91
+ 'Not concerned with audience or purpose\n' + '\n' + 'No viewpoint (perspective) used\n' + '\n' + 'Writing is mechanical and lifeless',
92
+ 'Shows beginning awareness of audience/purpose\n' + '\n' + 'Some viewpoint (perspective) used throughout the piece\n' + '\n' + 'Writing is distant, too formal or informal',
93
+ 'Awareness of audience; purpose is clear most of the time\n' + '\n' + 'Uses viewpoint (perspective) throughout most of the paper\n' + '\n' + 'Writing is pleasant, agreeable and satisfying',
94
+ 'Powerful connection with audience; purpose is clearly communicated\n' + '\n' + 'Maintains strong viewpoint (perspective) throughout entire piece\n' + '\n' + 'Writing is expressive, engaging and has lots of energy',
95
+ ],
96
+ }
97
+ ]
98
+ },
99
+ {
100
+ maxPoints: 5,
101
+ scorePointsLabels: ['Non-Scorable', 'Unsatisfactory', 'Satisfactory'],
102
+ traitLabel: 'Category',
103
+ traits: [
104
+ {
105
+ name: 'Presentation',
106
+ standards: [],
107
+ description: '',
108
+ scorePointsDescriptors: [
109
+ 'Handwriting is unreadable, or response is blank, not in English, or too brief to evaluate. ',
110
+ 'Handwriting poor\n' + '\n' + 'Overall appearance is distracting to unacceptable',
111
+ 'Handwriting is generally legible\n' + '\n' + 'Overall appearance is acceptable or better',
112
+ ],
113
+ },
114
+ ]
115
+ }
116
+ ]
117
+ }
118
+ }
119
+ });
@@ -0,0 +1 @@
1
+ <complex-rubric pie-id="1"> </complex-rubric>
@@ -0,0 +1,6 @@
1
+ module.exports = [
2
+ {
3
+ id: '1',
4
+ element: 'complex-rubric',
5
+ }
6
+ ];