@graffiticode/l0175 0.2.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.
- package/dist/compiler.d.ts +12 -0
- package/dist/compiler.d.ts.map +1 -0
- package/dist/compiler.js +1285 -0
- package/dist/compiler.js.map +1 -0
- package/dist/embedding.d.ts +64 -0
- package/dist/embedding.d.ts.map +1 -0
- package/dist/embedding.js +294 -0
- package/dist/embedding.js.map +1 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -0
- package/dist/lexicon.d.ts +644 -0
- package/dist/lexicon.d.ts.map +1 -0
- package/dist/lexicon.js +101 -0
- package/dist/lexicon.js.map +1 -0
- package/dist/static/instructions.md +527 -0
- package/dist/static/language-info.json +85 -0
- package/dist/static/lexicon.json +1112 -0
- package/dist/static/schema.json +162 -0
- package/dist/static/scope.json +28 -0
- package/dist/static/spec.html +572 -0
- package/dist/static/stems.md +374 -0
- package/dist/static/template.gc +67 -0
- package/dist/static/usage-guide.md +111 -0
- package/package.json +33 -0
- package/spec/README.md +18 -0
- package/spec/data/examples.gc +84 -0
- package/spec/data/examples_with_explanations.md +124 -0
- package/spec/data/training_examples.json +122 -0
- package/spec/docs.md +102 -0
- package/spec/examples.md +91 -0
- package/spec/instructions.md +337 -0
- package/spec/language-info.json +78 -0
- package/spec/schema.json +162 -0
- package/spec/scope.json +28 -0
- package/spec/spec.md +277 -0
- package/spec/stems.md +374 -0
- package/spec/template.gc +67 -0
- package/spec/unparse-hints.json +3 -0
- package/spec/usage-guide.md +111 -0
|
@@ -0,0 +1,374 @@
|
|
|
1
|
+
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
|
|
2
|
+
# L0175 Appropriate-Stem Catalog (SBAC · Grade 5 · Claim 1)
|
|
3
|
+
|
|
4
|
+
_Revised: 2026-06-24_
|
|
5
|
+
|
|
6
|
+
The **code generator authors each question's stem from this catalog** and emits it on the
|
|
7
|
+
outcome (`stem`, and `stem-b` on EBSR). The compiler uses the authored text verbatim — it does
|
|
8
|
+
not synthesize stems (it DOES synthesize the Hot-Text Part B selection line). These stems are
|
|
9
|
+
transcribed **verbatim** from the guidelines' "Appropriate Stems" (single-passage only;
|
|
10
|
+
dual-text-stimuli stems are out of scope).
|
|
11
|
+
|
|
12
|
+
**First match your program's `target`, then use that target's catalog below:**
|
|
13
|
+
- **`c1-t4`** (Reasoning & Evidence, literary) → `packages/core/data/E.G5.C1.T4 Reasoning & Evidence.pdf`
|
|
14
|
+
- **`c1-t11`** (Reasoning & Evidence, informational) → `packages/core/data/E.G5.C1.T11 Reasoning & Evidence.pdf`
|
|
15
|
+
- **`c1-t9`** (Central Ideas, informational) → `packages/core/data/E.G5.C1.T9 Central Ideas.pdf`
|
|
16
|
+
- **`c1-t8`** (Key Details, informational) → `packages/core/data/E.G5.C1.T8 Key Details.pdf`
|
|
17
|
+
- **`c1-t10`** (Word Meanings, informational) → `packages/core/data/E.G5.C1.T10 Word Meanings.pdf`
|
|
18
|
+
|
|
19
|
+
## How to use this catalog
|
|
20
|
+
|
|
21
|
+
1. Use the section for your `target`.
|
|
22
|
+
2. Pick the stem that matches your **item `type`** and the task. Task-model numbering is
|
|
23
|
+
per-target and differs between targets — match by item type, not by number. (R&E targets:
|
|
24
|
+
EBSR=TM1, Hot-Text=TM2, Short-Text=TM3. T9 Central Ideas: Multiple-Choice=TM1,
|
|
25
|
+
Multi-Select=TM2, EBSR=TM3, Hot-Text=TM4, Short-Text=TM5. T8 Key Details: Multiple-Choice=TM1,
|
|
26
|
+
Multi-Select=TM2, Hot-Text=TM3. T10 Word Meanings: Multiple-Choice=TM1, Multi-Select=TM2,
|
|
27
|
+
Hot-Text=TM3.)
|
|
28
|
+
3. Pick the **one stem template** that matches the task and the dimension, and fill its
|
|
29
|
+
bracketed `[...]` slot.
|
|
30
|
+
|
|
31
|
+
**Specificity rule (required, both targets).** The `[...]` slot must name the concrete thing the
|
|
32
|
+
question is about — a character's name (`Mother`), a specific event (`the turkey-feeding`), a
|
|
33
|
+
specific idea (`the relationship between the bridge designs`), the author's point of view, etc.
|
|
34
|
+
It is the same string you put in the outcome's `subject`. Do **not** leave it generic
|
|
35
|
+
(`the character`) and do **not** pad it (`the theme of the passage` → use `the theme`; the stem
|
|
36
|
+
already ends "…supported by the passage"). A specific subject makes the four choices discriminating.
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
# Target 4 (`c1-t4`) — literary
|
|
41
|
+
|
|
42
|
+
## Task Model 1 — EBSR (two-part selected response)
|
|
43
|
+
|
|
44
|
+
**Lead-in:** This question has two parts. First, answer part A. Then, answer part B.
|
|
45
|
+
|
|
46
|
+
**Part A (`stem`) — pick one:**
|
|
47
|
+
- Which of these inferences about [...] is supported by the passage?
|
|
48
|
+
- What inference can be made about [...]?
|
|
49
|
+
- What inference can be made about the narrator's feelings toward [...]?
|
|
50
|
+
- What inference can be made about [character's name]'s relationship with [character's name]?
|
|
51
|
+
- Which of these conclusions about [...] is supported by the passage?
|
|
52
|
+
- What conclusion can be drawn about [...]?
|
|
53
|
+
- What conclusion can be drawn about the narrator's feelings toward [...]?
|
|
54
|
+
- What conclusion can be drawn about [character's name]'s relationship with [character's name]?
|
|
55
|
+
- What did the author most likely mean by including [...] in the passage?
|
|
56
|
+
|
|
57
|
+
(The `[...]` slot is `[provide character's name / setting / event / author's point of view /
|
|
58
|
+
theme / topic / etc.]`.)
|
|
59
|
+
|
|
60
|
+
**Part B (`stem-b`) — pick one:**
|
|
61
|
+
- Which sentence(s) from the passage best support your answer in part A?
|
|
62
|
+
- Which sentence(s) from the passage best support the [inference made / conclusion drawn] in part A?
|
|
63
|
+
|
|
64
|
+
## Task Model 2 — Hot Text (select text)
|
|
65
|
+
|
|
66
|
+
**Lead-in:** This question has two parts. First, answer part A. Then, answer part B.
|
|
67
|
+
|
|
68
|
+
**Part A (`stem`) — pick one:**
|
|
69
|
+
- Click on the statement that best provides an inference about [...] that is supported by the passage.
|
|
70
|
+
- Click on the statement that best provides an inference that can be made about the narrator's feelings toward [...].
|
|
71
|
+
- Click on the statement that best provides an inference that can be made about [character's name]'s relationship with [character's name].
|
|
72
|
+
- Click on the statement that best provides a conclusion that can be drawn about [...].
|
|
73
|
+
- Click on the statement that best provides a conclusion that can be drawn about the narrator's feelings toward [...].
|
|
74
|
+
- Click on the statement that best provides a conclusion that can be drawn about [character's name]'s relationship with [character's name].
|
|
75
|
+
- Click on the statement that best describes what the author most likely meant by including [...] in the passage.
|
|
76
|
+
|
|
77
|
+
**Part B:** fixed by the compiler (you do not author it) — "Click N sentence(s) from the passage
|
|
78
|
+
that support your answer in Part A," where N is the exact per-item count (one less than the valid
|
|
79
|
+
count, floored at 1, capped at 3). **Any selection of N sentences from the valid set is correct**
|
|
80
|
+
(a superset), so **author ≥3 `directly-supports` sentences with exact `quote`s** so the asked
|
|
81
|
+
count is ≥2 with real choice. **Author only the Part A *statement* stem above; never author a
|
|
82
|
+
"click/select the sentences…" instruction as the Part A `stem`** (that is Part B's job). If a
|
|
83
|
+
request says "select the sentences that show [X]", that describes the Part B selection — author
|
|
84
|
+
Part A as a statement prompt about [X] and mark the sentences that show [X] as `directly-supports`
|
|
85
|
+
evidence (with exact `quote`s).
|
|
86
|
+
|
|
87
|
+
## Task Model 3 — Short Text (constructed response)
|
|
88
|
+
|
|
89
|
+
Author as `stem` (the prompt); every Short Text stem ends with the explain clause:
|
|
90
|
+
|
|
91
|
+
- What inference can be made about [...]? Explain using key details from the passage to support your answer.
|
|
92
|
+
- What inference can be made about the narrator's feelings toward [...]? Explain using key details from the passage to support your answer.
|
|
93
|
+
- What inference can be made about [character's name]'s relationship with [character's name]? Explain using key details from the passage to support your answer.
|
|
94
|
+
- What conclusion can be drawn about [...]? Explain using key details from the passage to support your answer.
|
|
95
|
+
- What conclusion can be drawn about the narrator's feelings toward [...]? Explain using key details from the passage to support your answer.
|
|
96
|
+
- What conclusion can be drawn about [character's name]'s relationship with [character's name]? Explain using key details from the passage to support your answer.
|
|
97
|
+
|
|
98
|
+
(`[...]` slot here is `[provide character's name / setting / event / theme / topic]`.)
|
|
99
|
+
|
|
100
|
+
## Worked examples (specific slot fills)
|
|
101
|
+
|
|
102
|
+
- character / inference / EBSR →
|
|
103
|
+
`stem "Which of these inferences about Mother is supported by the passage?"`
|
|
104
|
+
`stem-b "Which sentence(s) from the passage best support your answer in part A?"`
|
|
105
|
+
- point-of-view / inference / EBSR →
|
|
106
|
+
`stem "What inference can be made about the narrator's point of view?"`
|
|
107
|
+
- theme / inference / EBSR →
|
|
108
|
+
`stem "Which of these inferences about the theme is supported by the passage?"` ✓
|
|
109
|
+
(not "…about the theme of the passage is supported by the passage?" — redundant)
|
|
110
|
+
- author-intent / EBSR (specific event) →
|
|
111
|
+
`stem "What did the author most likely mean by including the scarecrow in the passage?"`
|
|
112
|
+
- theme / inference / Short Text →
|
|
113
|
+
`stem "What inference can be made about the theme? Explain using key details from the passage to support your answer."`
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
# Target 11 (`c1-t11`) — informational
|
|
118
|
+
|
|
119
|
+
Informational dimensions: `relationships-interactions`, `author-use-of-information`,
|
|
120
|
+
`point-of-view`, `purpose`, `authors-opinion`. The `[...]` slot is the guideline's
|
|
121
|
+
`[provide example of relationships or interactions between individuals, events, ideas, or
|
|
122
|
+
concepts / author's use of information / point of view / purpose]` (or, for an opinion question,
|
|
123
|
+
`the author's opinion of [idea/concept]`; for author-intent, `[target detail]`). Note T11 says
|
|
124
|
+
"key **evidence**" (T4 said "key details"), and Part B units are
|
|
125
|
+
`sentence(s) / paragraph(s) / section(s)`.
|
|
126
|
+
|
|
127
|
+
## Task Model 1 — EBSR (two-part selected response)
|
|
128
|
+
|
|
129
|
+
**Lead-in:** This question has two parts. First, answer part A. Then, answer part B.
|
|
130
|
+
|
|
131
|
+
**Part A (`stem`) — pick one:**
|
|
132
|
+
- Which of these inferences about the [...] is supported by the passage?
|
|
133
|
+
- What inference can be made about the [...]?
|
|
134
|
+
- What inference can be made about the author's opinion of [idea/concept in the text]?
|
|
135
|
+
- Which of these conclusions about the [...] is supported by the passage?
|
|
136
|
+
- What conclusion can be drawn about the [...]?
|
|
137
|
+
- What conclusion can be drawn about the author's opinion of [idea/concept in the text]?
|
|
138
|
+
- What did the author most likely mean by using [target detail] in the text?
|
|
139
|
+
|
|
140
|
+
**Part B (`stem-b`) — pick one:**
|
|
141
|
+
- Which sentence(s) from the passage best support your answer in part A?
|
|
142
|
+
- Which sentence(s) from the passage best show the [inference made / conclusion drawn] in part A?
|
|
143
|
+
|
|
144
|
+
## Task Model 2 — Hot Text (select text)
|
|
145
|
+
|
|
146
|
+
**Lead-in:** This question has two parts. First, answer part A. Then, answer part B.
|
|
147
|
+
|
|
148
|
+
**Part A (`stem`) — pick one:**
|
|
149
|
+
- Click on the statement that best provides an inference about the [...] that is supported by the passage.
|
|
150
|
+
- Click on the statement that best provides an inference that can be made about the author's opinion of [idea/concept in the text].
|
|
151
|
+
- Click on the statement that best provides a conclusion that can be drawn about the [...].
|
|
152
|
+
- Click on the statement that best provides a conclusion that can be drawn about the author's opinion of [idea/concept in the text].
|
|
153
|
+
- Click on the statement that best describes what the author most likely meant by using [target detail] in the text.
|
|
154
|
+
|
|
155
|
+
**Part B:** fixed by the compiler (you do not author it) — "Click N sentence(s) from the passage
|
|
156
|
+
that support your answer in Part A," where N is the exact per-item count (one less than the valid
|
|
157
|
+
count, floored at 1, capped at 3). **Any selection of N sentences from the valid set is correct**
|
|
158
|
+
(a superset), so **author ≥3 `directly-supports` sentences with exact `quote`s** so the asked
|
|
159
|
+
count is ≥2 with real choice. **Author only the Part A *statement* stem above; never author a
|
|
160
|
+
"click/select the sentences…" instruction as the Part A `stem`** (that is Part B's job). If a
|
|
161
|
+
request says "select the sentences that show [X]", that describes the Part B selection — author
|
|
162
|
+
Part A as a statement prompt about [X] and mark the sentences that show [X] as `directly-supports`
|
|
163
|
+
evidence (with exact `quote`s).
|
|
164
|
+
|
|
165
|
+
## Task Model 3 — Short Text (constructed response)
|
|
166
|
+
|
|
167
|
+
Author as `stem`; every Short Text stem ends with the explain clause ("key **evidence**"):
|
|
168
|
+
|
|
169
|
+
- What inference can be made about the [...]? Explain using key evidence from the passage to support your answer.
|
|
170
|
+
- What inference can be made about the author's opinion about [idea/concept in the text]? Explain using key evidence from the passage to support your answer.
|
|
171
|
+
- What conclusion can be drawn about the [...]? Explain using key evidence from the passage to support your answer.
|
|
172
|
+
- What conclusion can be drawn about the author's opinion about [idea/concept in the text]? Explain using key evidence from the passage to support your answer.
|
|
173
|
+
- What did the author most likely mean by using [target detail] in the text? Explain using key evidence from the passage to support your answer.
|
|
174
|
+
|
|
175
|
+
## Worked examples (T11, specific slot fills)
|
|
176
|
+
|
|
177
|
+
- relationships-interactions / inference / EBSR →
|
|
178
|
+
`stem "Which of these inferences about the relationship between the bridge designs is supported by the passage?"`
|
|
179
|
+
`stem-b "Which sentence(s) from the passage best support your answer in part A?"`
|
|
180
|
+
- author-use-of-information / inference / EBSR →
|
|
181
|
+
`stem "What inference can be made about the author's use of statistics in the report?"`
|
|
182
|
+
- point-of-view / EBSR →
|
|
183
|
+
`stem "Which of these conclusions about the author's point of view is supported by the passage?"`
|
|
184
|
+
- authors-opinion / Short Text →
|
|
185
|
+
`stem "What conclusion can be drawn about the author's opinion about renewable energy? Explain using key evidence from the passage to support your answer."`
|
|
186
|
+
|
|
187
|
+
---
|
|
188
|
+
|
|
189
|
+
# Target 9 (`c1-t9`) — Central Ideas (informational)
|
|
190
|
+
|
|
191
|
+
A **different skill** from Reasoning & Evidence: synthesize and condense — the **main/central
|
|
192
|
+
idea**, the **key details** that build it, and **summary**. DOK **2** (3 only for the written
|
|
193
|
+
summary). Standards **RI-1 + RI-2**. Dimensions: `central-idea` (the main idea / author's message /
|
|
194
|
+
main problem), `key-detail` (a supporting detail), `summary` (the details that belong in a summary).
|
|
195
|
+
|
|
196
|
+
**Distractors are a SIGNIFICANCE taxonomy** (usually true statements that just aren't central):
|
|
197
|
+
`too-narrow` (a real supporting detail mistaken for the main idea), `too-broad` (an
|
|
198
|
+
overgeneralization / off-topic claim), `misreads-detail` (a misread), `insignificant` (a minor true
|
|
199
|
+
detail that doesn't belong in a summary). The `[...]` slot names what the question is about (the
|
|
200
|
+
same string as `subject`), e.g. "the passage", "the first paragraph", "the introduction".
|
|
201
|
+
|
|
202
|
+
## Task Model 1 — Multiple Choice (`type multiple-choice`, single-answer, DOK 2)
|
|
203
|
+
|
|
204
|
+
Author as `stem`; the `focus` claim is the correct central idea (or, for the missing-detail variant,
|
|
205
|
+
the missing key detail):
|
|
206
|
+
- Which sentence best [shows/tells/describes] the main idea of [the passage / provide section]?
|
|
207
|
+
- Which sentence best [shows/tells/describes] the main problem in the passage?
|
|
208
|
+
- Which sentence best [shows/tells/describes] the author's [message/main idea] in [provide section]?
|
|
209
|
+
- Which [sentence/detail] from the passage best [shows/tells/describes] the main idea?
|
|
210
|
+
- Which sentence best summarizes [the passage / the first paragraph / the introduction]?
|
|
211
|
+
- Which sentence is the best summary of what happens [when/after/during] [provide text event]?
|
|
212
|
+
- Read this summary. [provide summary; one pivotal key event/idea/detail is missing] Which [key event/idea/detail] is missing from the summary?
|
|
213
|
+
|
|
214
|
+
## Task Model 2 — Multi-Select (`type multi-select`, choose two, DOK 2)
|
|
215
|
+
|
|
216
|
+
Author as `stem`; `focus` is the **list** of the two correct statements (the correct set):
|
|
217
|
+
- Choose two sentences that best identify the main ideas presented in the passage.
|
|
218
|
+
- Choose two sentences that should be included in a summary of [the passage / provide section].
|
|
219
|
+
|
|
220
|
+
## Task Model 3 — EBSR (`type ebsr`, two-part, DOK 2)
|
|
221
|
+
|
|
222
|
+
**Lead-in:** This question has two parts. First, answer part A. Then, answer part B.
|
|
223
|
+
|
|
224
|
+
**Part A (`stem`) — pick one** (the `focus` claim is the central idea):
|
|
225
|
+
- Which sentence best [shows/tells/describes] the main idea of the passage?
|
|
226
|
+
- Which sentence best [shows/tells/describes] the main problem in the passage?
|
|
227
|
+
- Which sentence best [shows/tells/describes] the author's [message/main idea] in [provide section]?
|
|
228
|
+
|
|
229
|
+
**Part B (`stem-b`) — pick one** (Part B options are key-detail `source`s):
|
|
230
|
+
- Which [sentence/detail] from the passage best [supports/is an example of] your answer in part A?
|
|
231
|
+
|
|
232
|
+
## Task Model 5 — Short Text (`type short-text`, constructed response, DOK 3)
|
|
233
|
+
|
|
234
|
+
Author as `stem`; every Short Text stem ends with the explain clause:
|
|
235
|
+
- Determine the main idea of the passage. Explain using key details from the passage to support your answer.
|
|
236
|
+
- What is the main idea of the passage? Explain using key details from the passage to support your answer.
|
|
237
|
+
- What is the author's [message/point] about [provide text detail that relates to the central idea]? Explain using key ideas from the passage to support your answer.
|
|
238
|
+
- What is the author's main idea in this [paragraph/section]? Explain using key details from the passage to support your answer.
|
|
239
|
+
- Summarize [the first paragraph / the introduction]. Use key [details/events] from the passage in your summary.
|
|
240
|
+
- Summarize what happens [after/during] [provide text event]. Use key [details/events] from the passage in your summary.
|
|
241
|
+
|
|
242
|
+
## Task Model 4 — Hot Text (`type hot-text`, single-part select-text, DOK 2)
|
|
243
|
+
|
|
244
|
+
Single-part: the authored `stem` is the whole click instruction (the compiler does not synthesize
|
|
245
|
+
it); the student clicks the sentence(s) that show the main idea. The correct sentences are the
|
|
246
|
+
`focus` claim's directly-supporting `source`s (give each a `quote`):
|
|
247
|
+
- Click on [one/two] [sentence(s)/section(s)] of the text that best [shows/tells/describes] the main idea of [the passage / provide section].
|
|
248
|
+
- Read this summary of the passage. [provide summary; one key event/idea/detail is missing] A [key event/idea/detail] is missing from the summary. Click on the [sentence/section] that includes the missing [event/idea/detail].
|
|
249
|
+
- Click on [one/two] [key details/events] that should be included in a summary of the passage.
|
|
250
|
+
|
|
251
|
+
## Worked examples (T9, specific slot fills)
|
|
252
|
+
|
|
253
|
+
- central-idea / Multiple Choice →
|
|
254
|
+
`stem "Which sentence best shows the main idea of the passage?"`
|
|
255
|
+
- summary / Multi-Select →
|
|
256
|
+
`stem "Choose two sentences that should be included in a summary of the passage."` with `focus ["s1" "s2"]`
|
|
257
|
+
- central-idea / EBSR →
|
|
258
|
+
`stem "Which sentence best describes the main idea of the passage?"`
|
|
259
|
+
`stem-b "Which detail from the passage best supports your answer in part A?"`
|
|
260
|
+
- central-idea / Short Text →
|
|
261
|
+
`stem "Determine the main idea of the passage. Explain using key details from the passage to support your answer."`
|
|
262
|
+
- central-idea / Hot Text (single-part) →
|
|
263
|
+
`stem "Click on the sentence that best shows the main idea of the passage."` (the `focus` claim's directly-supporting sources are the correct sentences)
|
|
264
|
+
|
|
265
|
+
---
|
|
266
|
+
|
|
267
|
+
# Target 8 (`c1-t8`) — Key Details (informational)
|
|
268
|
+
|
|
269
|
+
A **different model**: the inference/conclusion is **GIVEN in the stem**, and the student selects
|
|
270
|
+
the **text evidence** that supports it. DOK **1–2**. Standards **RI-1 + RI-7**. Dimension:
|
|
271
|
+
`supporting-evidence`. Item types: `multiple-choice`, `multi-select`, `hot-text` (no EBSR, no
|
|
272
|
+
constructed response).
|
|
273
|
+
|
|
274
|
+
**Authoring:** author ONE supported `claim` = the given inference (named by the outcome's `focus`)
|
|
275
|
+
and **state that inference in the `stem`**; author `source`s for the options — `directly-supports`
|
|
276
|
+
(the correct evidence; give a `quote` for the exact sentence) and `supports-wrong-claim` /
|
|
277
|
+
`irrelevant` (the distractor evidence, each with a `rationale`). The options are the **sources**,
|
|
278
|
+
not claims; there are no distractor claims.
|
|
279
|
+
|
|
280
|
+
## Task Model 1 — Multiple Choice (`type multiple-choice`, single-answer, DOK 1–2)
|
|
281
|
+
|
|
282
|
+
The stem states the inference and asks which evidence supports it:
|
|
283
|
+
- Which [evidence/detail/sentence] from the passage best supports [provide inference or conclusion]?
|
|
284
|
+
- [Provide inference or conclusion based on the passage]. Which [evidence/detail/sentence] from the passage best supports this [inference/conclusion]?
|
|
285
|
+
- The reader can [infer/conclude] [provide inference/conclusion]. Which [evidence/detail/sentence] from the passage best supports this?
|
|
286
|
+
- The author [infers/concludes] that [provide inference/conclusion]. Which [evidence/detail/sentence] from the passage best supports this?
|
|
287
|
+
|
|
288
|
+
## Task Model 2 — Multi-Select (`type multi-select`, choose two/three, DOK 1–2)
|
|
289
|
+
|
|
290
|
+
- Choose [two/three] [details/sentences] from the passage that best support the [inference/conclusion] that [provide inference/conclusion].
|
|
291
|
+
- Which [evidence/details/sentences] from the passage best support [provide inference/conclusion]? Select two answers.
|
|
292
|
+
|
|
293
|
+
## Task Model 3 — Hot Text (`type hot-text`, single-part select-text, DOK 1–2)
|
|
294
|
+
|
|
295
|
+
Single-part: the authored `stem` states the inference and the click instruction (the compiler does
|
|
296
|
+
not synthesize it); the student clicks the supporting sentence(s):
|
|
297
|
+
- Click the [detail/sentence/set of sentences/paragraph] that best supports [provide inference/conclusion].
|
|
298
|
+
- Click [one/two] [details/sentences] that best support [provide inference/conclusion].
|
|
299
|
+
- [Provide inference/conclusion]. Click the [sentence(s)] from the passage that support this.
|
|
300
|
+
|
|
301
|
+
## Worked examples (T8, specific slot fills)
|
|
302
|
+
|
|
303
|
+
- supporting-evidence / Multiple Choice →
|
|
304
|
+
`stem "Aqueducts brought water to distant cities. Which detail from the passage best supports this conclusion?"` with one supported `claim` (the inference) at `focus`, its directly-supporting `source` the correct option.
|
|
305
|
+
- supporting-evidence / Multi-Select →
|
|
306
|
+
`stem "Which two details best support the idea that aqueducts carried water far? Select two answers."` (two `directly-supports` sources)
|
|
307
|
+
- supporting-evidence / Hot Text (single-part) →
|
|
308
|
+
`stem "Aqueducts brought water to distant cities. Click the sentence(s) from the passage that support this."`
|
|
309
|
+
|
|
310
|
+
---
|
|
311
|
+
|
|
312
|
+
# Target 10 (`c1-t10`) — Word Meanings (informational)
|
|
313
|
+
|
|
314
|
+
A **different model**: the question asks for the **meaning of a targeted word/phrase in context**,
|
|
315
|
+
so the answer choices are **meanings** (definitions/synonyms), authored as a `word` with candidate
|
|
316
|
+
`meaning`s — not claims. DOK **1–2**. Standards **RI-4** (always) + the **L-4 family** by strategy:
|
|
317
|
+
context → `l-4a`, Greek/Latin roots & affixes → `l-4b`, word relationships (synonyms/antonyms) →
|
|
318
|
+
`l-5c`, reference materials → `l-4c`. Dimension: `word-meaning`. Item types: `multiple-choice`,
|
|
319
|
+
`multi-select`, and `hot-text` (Task Model 3 — click the word in the excerpt that matches a given
|
|
320
|
+
definition).
|
|
321
|
+
|
|
322
|
+
**Authoring:** author a `word` (the targeted word, with `line`/`quote` for its context) holding a
|
|
323
|
+
`meanings` list — one (MC) or ≥2 (Multi-Select) `status correct` meanings + `status distractor`
|
|
324
|
+
meanings, each distractor with a T10 `error-type` and `rationale`. The outcome's `focus` names the
|
|
325
|
+
word; the stem states the word and its context sentence. Distractor taxonomy: `other-meaning`
|
|
326
|
+
(another meaning of the word, ignoring context), `misinterprets` (misreads the word/context),
|
|
327
|
+
`wrong-context` (uses the wrong context).
|
|
328
|
+
|
|
329
|
+
## Task Model 1 — Multiple Choice (`type multiple-choice`, single-answer, DOK 1–2)
|
|
330
|
+
|
|
331
|
+
The stem shows the sentence with the targeted word and asks for its meaning:
|
|
332
|
+
- Read the sentence(s). [excerpt] What is the meaning of the word [word]?
|
|
333
|
+
- Read the sentence(s). [excerpt] What does the word [word] most likely mean?
|
|
334
|
+
- Read the sentence(s). [excerpt] Which word or phrase best states the meaning of [word]?
|
|
335
|
+
- Read the sentence(s). [excerpt] Pick the word or phrase that best defines [word] as it is used in the sentence(s).
|
|
336
|
+
- Read the dictionary entry. [(part of speech) 1. definition] Which word from the text best matches the dictionary entry?
|
|
337
|
+
- Read the sentence(s). [excerpt] What does the [root/affix] in the word [word] mean?
|
|
338
|
+
|
|
339
|
+
## Task Model 2 — Multi-Select (`type multi-select`, choose two, DOK 1–2)
|
|
340
|
+
|
|
341
|
+
- Read the sentence(s). [excerpt] What does the word [word] most likely mean? Choose two answers.
|
|
342
|
+
- Read the sentence(s). [excerpt] What does the use of [word] tell the reader about [idea/event] in the passage? Choose two answers.
|
|
343
|
+
|
|
344
|
+
## Task Model 3 — Hot Text / click-the-word (`type hot-text`, single-part, DOK 1–2)
|
|
345
|
+
|
|
346
|
+
The reverse: the stem gives a **definition**; the student clicks the word in the passage that
|
|
347
|
+
matches it. Author the focus `word` (the correct one) as the outcome's `focus`, giving it the
|
|
348
|
+
`line` of its paragraph, then the **distractor candidate words** one of two ways:
|
|
349
|
+
|
|
350
|
+
1. **As more `word`s** in the `words` list (`text` only — no `meanings`), or
|
|
351
|
+
2. **As the focus word's distractor `meanings`** whose `text` IS the candidate word — a single word,
|
|
352
|
+
carrying an `error-type` + `rationale`. For hot-text the meaning text must be the literal word to
|
|
353
|
+
click, **not** a definition. (This reuses the MC/MS shape and is what the generator most often
|
|
354
|
+
produces.)
|
|
355
|
+
|
|
356
|
+
**All candidates must be words that appear in the focus word's paragraph.** The compiler shows the
|
|
357
|
+
whole paragraph (from the focus word's `line`) and makes the candidate words clickable, with the
|
|
358
|
+
focus word correct. **The `stem` is just the instruction + definition — do NOT paste the paragraph
|
|
359
|
+
into the stem; it is shown separately** (the compiler warns if the stem contains it). Candidates not
|
|
360
|
+
in the focus word's paragraph are warned and dropped. ⚠ If you author *only* the focus word with a
|
|
361
|
+
real multi-word definition (no candidate words/single-word meanings), the compiler can't find
|
|
362
|
+
candidates and falls back to making **every** content word clickable — list the candidate words to
|
|
363
|
+
avoid that. Stems:
|
|
364
|
+
- Read the dictionary entry. [(part of speech) definition] Click on the word in the sentence that most closely matches the definition.
|
|
365
|
+
- The author uses a word that means [definition]. Click on the word in the sentence that best shows that meaning.
|
|
366
|
+
|
|
367
|
+
## Worked examples (T10, specific slot fills)
|
|
368
|
+
|
|
369
|
+
- word-meaning / Multiple Choice →
|
|
370
|
+
`word id "w1" text "aqueduct" line 1 quote "The aqueduct carried water for miles." meanings [ meaning id "m1" status correct text "a channel built to carry water" {} meaning id "m2" status distractor error-type other-meaning text "a cargo boat" rationale "another meaning, ignores context" {} … ] {}`
|
|
371
|
+
`stem "Read the sentence: \"The aqueduct carried water for miles.\" What does the word aqueduct most likely mean?"` with `focus "w1"`, `standard l-4a`
|
|
372
|
+
- word-meaning / Hot Text (click the word) →
|
|
373
|
+
`words [ word id "w1" text "aqueduct" line 8 {} word id "w2" text "causeways" {} word id "w3" text "canals" {} word id "w4" text "distributed" {} ]`
|
|
374
|
+
`stem "Read the dictionary entry: aqueduct (noun) a channel that carries water. Click the word in the paragraph that matches this definition."` with `focus "w1"` — line 8's paragraph is shown and the authored candidates (aqueduct, causeways, canals, distributed — all in that paragraph) are clickable; "aqueduct" is correct.
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/* Revised: 2026-06-20 */
|
|
2
|
+
target c1-t4
|
|
3
|
+
passage "The Tide Pool"
|
|
4
|
+
type literary
|
|
5
|
+
/* lines are PARAGRAPHS (auto-numbered 1..N). EBSR Part B sources add a `quote` with the exact
|
|
6
|
+
supporting sentence so options stay sentence-tight while `line` points at the paragraph. */
|
|
7
|
+
lines [
|
|
8
|
+
"Mara crouched at the edge of the tide pool, ignoring the picnic her family had spread out behind her. Her brother called twice, but she did not turn around. A tiny crab scuttled under a rock, and Mara smiled for the first time all day."
|
|
9
|
+
"She had spent the whole car ride staring out the window, saying nothing. Now her fingers traced the cold water as if the pool were the only thing that mattered. \"Five more minutes,\" she whispered, though no one was listening."
|
|
10
|
+
"Behind her, paper plates rustled and her mother laughed at someone's joke. Mara did not hear them."
|
|
11
|
+
]
|
|
12
|
+
claims [
|
|
13
|
+
claim id "c1" status supported dimension character subject "Mara" standard rl-1 dok r-dok3
|
|
14
|
+
text "Mara is more interested in the tide pool than in her family's picnic."
|
|
15
|
+
rationale "Paragraphs 1 and 2 show Mara absorbed by the tide pool while she ignores her family."
|
|
16
|
+
cites ["e1" "e2" "e3" "e4"] {}
|
|
17
|
+
claim id "c5" status supported dimension character subject "the brother"
|
|
18
|
+
text "Mara's brother wants her attention."
|
|
19
|
+
cites ["e2"] {}
|
|
20
|
+
/* Distractors target the question(s) they foil (here, all foil the Mara items q1/q2/q3). */
|
|
21
|
+
claim id "c2" status distractor error-type misreads-detail plausibility 0.85 targets ["q1" "q2" "q3"]
|
|
22
|
+
text "Mara is angry at her brother for calling her."
|
|
23
|
+
rationale "Misreads 'she did not turn around': absorption, not anger."
|
|
24
|
+
cites ["e2"] {}
|
|
25
|
+
claim id "c6" status distractor error-type misreads-detail plausibility 0.6 targets ["q1" "q2" "q3"]
|
|
26
|
+
text "Mara is bored and impatient to leave."
|
|
27
|
+
rationale "Misreads her stillness as boredom; the crab makes her smile — delight, not boredom."
|
|
28
|
+
cites ["e6"] {}
|
|
29
|
+
claim id "c3" status distractor error-type erroneous-inference plausibility 0.55 targets ["q1" "q2" "q3"]
|
|
30
|
+
text "Mara dislikes spending time outdoors."
|
|
31
|
+
rationale "Over-generalizes from her quiet to a dislike her smile at the crab contradicts."
|
|
32
|
+
cites ["e6"] {}
|
|
33
|
+
claim id "c7" status distractor error-type erroneous-inference plausibility 0.5 targets ["q1" "q2" "q3"]
|
|
34
|
+
text "Mara wishes she were somewhere else with her friends."
|
|
35
|
+
rationale "Invents an off-text desire; nothing in the passage mentions friends."
|
|
36
|
+
cites ["e7"] {}
|
|
37
|
+
claim id "c4" status distractor error-type faulty-reasoning plausibility 0.45 targets ["q1" "q2" "q3"]
|
|
38
|
+
text "Because Mara whispers, she must be afraid of her family."
|
|
39
|
+
rationale "Whispering is treated as fear without textual support."
|
|
40
|
+
cites ["e5"] {}
|
|
41
|
+
claim id "c8" status distractor error-type faulty-reasoning plausibility 0.4 targets ["q1" "q2" "q3"]
|
|
42
|
+
text "Because Mara ignores the picnic, she must not love her family."
|
|
43
|
+
rationale "Leaps from one moment of focus to a sweeping claim about her feelings."
|
|
44
|
+
cites ["e6"] {}
|
|
45
|
+
]
|
|
46
|
+
evidence [
|
|
47
|
+
source id "e1" line 1 quote "Mara crouched at the edge of the tide pool, ignoring the picnic her family had spread out behind her." status directly-supports supports ["c1"] {}
|
|
48
|
+
source id "e2" line 1 quote "Her brother called twice, but she did not turn around." status supports-wrong-claim supports ["c1" "c2"]
|
|
49
|
+
rationale "Real evidence, but props up the 'anger' misreading, not the inference." {}
|
|
50
|
+
source id "e3" line 1 quote "A tiny crab scuttled under a rock, and Mara smiled for the first time all day." status directly-supports supports ["c1"] {}
|
|
51
|
+
source id "e4" line 2 quote "Now her fingers traced the cold water as if the pool were the only thing that mattered." status directly-supports supports ["c1"] {}
|
|
52
|
+
source id "e5" line 2 quote "\"Five more minutes,\" she whispered, though no one was listening." status supports-wrong-claim supports ["c4"]
|
|
53
|
+
rationale "Her whisper is real, but it shows focus, not fear." {}
|
|
54
|
+
source id "e6" line 3 quote "Behind her, paper plates rustled and her mother laughed at someone's joke." status irrelevant supports [] {}
|
|
55
|
+
source id "e7" line 3 quote "Mara did not hear them." status irrelevant supports [] {}
|
|
56
|
+
source id "e8" line 2 quote "She had spent the whole car ride staring out the window, saying nothing." status irrelevant supports [] {}
|
|
57
|
+
]
|
|
58
|
+
outcomes [
|
|
59
|
+
outcome id "q1" type ebsr dimension character subject "Mara" standard rl-1 focus "c1"
|
|
60
|
+
stem "Which of these inferences about Mara is supported by the passage?"
|
|
61
|
+
stem-b "Which sentence(s) from the passage best support your answer in Part A?" {}
|
|
62
|
+
outcome id "q2" type short-text dimension character subject "Mara" standard rl-1 focus "c1"
|
|
63
|
+
stem "What inference can be made about Mara? Explain using key details from the passage to support your answer." {}
|
|
64
|
+
outcome id "q3" type hot-text dimension character subject "Mara" standard rl-1 focus "c1"
|
|
65
|
+
stem "Click on the statement that best provides an inference about Mara that is supported by the passage." {}
|
|
66
|
+
]
|
|
67
|
+
{}..
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
|
|
2
|
+
# L0175 Usage Guide
|
|
3
|
+
|
|
4
|
+
_Revised: 2026-06-18_
|
|
5
|
+
|
|
6
|
+
Agent-facing guide for authoring L0175 programs. Read this before composing a `create_item` prompt or an `update_item` modification.
|
|
7
|
+
|
|
8
|
+
## Overview
|
|
9
|
+
|
|
10
|
+
L0175 is a content-composition language for 5th-grade English Language Arts assessment items (Smarter Balanced spec ELA · Grade 5 · Claim 1 · Reasoning & Evidence). One language serves **multiple learning targets**; **every program first declares a top-level `target`**: `c1-t4` (Target 4 — *literary* texts, RL standards, dimensions like character/theme/point-of-view) or `c1-t11` (Target 11 — *informational* texts, RI standards, dimensions like relationships-interactions/author-use-of-information/point-of-view/purpose). Choose the target from the request (literary vs. informational text and the skill assessed); the dimensions, standards, and stem catalog (`stems.md`) are then scoped to that target, and mixing targets' vocabularies is a compile error. It is **item-first**: after picking the target you compose the questions (`outcome`s) first — each with a unique `id`, a `focus` naming its correct claim, and an explicit `stem` (and `stem-b` on EBSR) instantiated from the guideline's Appropriate-Stem catalog (`stems.md`) — then author the supported `claim`s and a *superset* of distractor `claim`s, each tagging the question(s) it foils via `targets`, plus evidence `source`s. The compiler then *composes* each outcome deterministically: it takes the correct claim from `focus`, draws that question's foils ONLY from the distractors that `targets` it, uses the authored stem, and assembles a finished item in one of three task models: `ebsr` (two-part evidence-based selected response), `hot-text` (select-text), or `short-text` (constructed response). One passage + superset can yield several items, each with its own bound foil set. The compiler performs no generation and no stem synthesis — it selects, validates against the guideline, and warns when a question's pool falls short. Distractors are tagged by the SBAC error taxonomy (Part A: `misreads-detail`, `erroneous-inference`, `faulty-reasoning`; Part B: `supports-wrong-claim`, `irrelevant`), each carrying a rationale; composition picks foils for error-type coverage and couples Part B evidence to the claims it plausibly supports. **For each EBSR/Hot-Text question author at least 5 viable distractors that `targets` it (aim for 5–8, over-generating since some are filtered as near-duplicates or accidentally correct) — covering all three error types with ≥2 alternatives in at least two of them, and giving each a `plausibility` score (0–1). An item draws only 3 foils, so a richer targeted pool yields stronger items; fewer than 3 targeting a question is a hard error, fewer than 5 a warning. Likewise, for EBSR Part B author at least 5 non-supporting evidence lines (`supports-wrong-claim` + `irrelevant`) so the compiler can choose the most tempting 3 foil options. No-giveaway rule: at least one of those `supports-wrong-claim` lines must list BOTH the correct claim's id AND a distractor's id in its `supports` (a line that seems to support the right answer but actually backs a misreading) — otherwise the correct evidence line stands alone, Part B telegraphs Part A, and the compiler warns "possible A↔B giveaway." Do not make every wrong-claim line point only at distractors.**
|
|
11
|
+
|
|
12
|
+
**Targets are different skills — pick the one the request assesses.** Beyond the two Reasoning &
|
|
13
|
+
Evidence targets above (`c1-t4` literary, `c1-t11` informational — infer/conclude and justify with
|
|
14
|
+
evidence), L0175 also composes **`c1-t9` — Central Ideas** (informational): a *different* skill —
|
|
15
|
+
synthesize and condense (the main/central idea, the key details that build it, and summary), NOT
|
|
16
|
+
inference. Use `c1-t9` when the request is about the **main idea**, **most important details**, or a
|
|
17
|
+
**summary**; dimensions `central-idea`/`key-detail`/`summary`, standards `ri-1`+`ri-2`, DOK 2 (3 for
|
|
18
|
+
the written summary). Its distractors are a **significance** taxonomy — usually *true* statements
|
|
19
|
+
that simply aren't central: `too-narrow` (a supporting detail mistaken for the main idea),
|
|
20
|
+
`too-broad` (an overgeneralization/off-topic), `misreads-detail`, `insignificant` (a minor detail
|
|
21
|
+
that doesn't belong in a summary). T9 item types are `multiple-choice` (pick the central idea),
|
|
22
|
+
`multi-select` (choose the two sentences that belong in a summary — `focus` is a **list**), `ebsr`
|
|
23
|
+
(central idea → supporting detail), `short-text` (summary), and single-part `hot-text` (click the
|
|
24
|
+
sentence(s) that show the main idea — the `focus` claim's directly-supporting `source`s are the
|
|
25
|
+
correct selection). Two new item types — `multiple-choice` (4 options, one correct) and
|
|
26
|
+
`multi-select` (5–6 options, an exact correct set) — are single-part: author the `stem` and a
|
|
27
|
+
`focus`, no Part B.
|
|
28
|
+
|
|
29
|
+
L0175 also composes **`c1-t8` — Key Details** (informational): the inference/conclusion is **GIVEN
|
|
30
|
+
in the stem** and the student selects the supporting **evidence** (the answer is *evidence*, not a
|
|
31
|
+
chosen statement). Use `c1-t8` when the request **states an idea and asks which detail/sentence
|
|
32
|
+
supports it**; dimension `supporting-evidence`, standards `ri-1`+`ri-7`, DOK 1–2, item types
|
|
33
|
+
`multiple-choice`, `multi-select`, and **single-part `hot-text`** (no Part A). Author ONE supported
|
|
34
|
+
`claim` = the given inference (its `focus`), state it in the `stem`, and author `source`s as the
|
|
35
|
+
options: `directly-supports` = correct evidence (with a `quote`), `supports-wrong-claim`/`irrelevant`
|
|
36
|
+
= distractor evidence. No distractor claims.
|
|
37
|
+
|
|
38
|
+
L0175 also composes **`c1-t10` — Word Meanings** (informational): the question asks for the
|
|
39
|
+
**meaning of a targeted word/phrase in context**, so the answer choices are **meanings**, authored
|
|
40
|
+
as a dedicated `word`/`meaning` structure (not claims). Use `c1-t10` when the request asks **what a
|
|
41
|
+
word/phrase means**; dimension `word-meaning`, standards `ri-4` + the L-4 family (`l-4a` context /
|
|
42
|
+
`l-4b` roots & affixes / `l-5c` word relationships / `l-4c` reference), DOK 1–2, item types
|
|
43
|
+
`multiple-choice`, `multi-select`, and `hot-text` (click the word matching a given definition — the correct word is `focus` with its paragraph's `line`; author the distractor candidate words either as more single-word `word`s OR as the focus word's distractor `meanings` whose `text` is the candidate word itself (a single word, not a definition), ALL appearing in that one paragraph. The compiler shows the paragraph and makes the candidate words clickable, focus correct; if no candidate words are found it falls back to making every content word a choice. The `stem` is only the instruction + definition — never paste the paragraph into the stem). Author a top-level
|
|
44
|
+
`words` list: a `word` (the targeted word, `line`/`quote` for context) with `meanings` — one (MC) or
|
|
45
|
+
≥2 (Multi-Select) `status correct` meanings + `status distractor` meanings (each with a T10
|
|
46
|
+
`error-type` — `other-meaning`/`misinterprets`/`wrong-context` — and a `rationale`). The outcome's
|
|
47
|
+
`focus` names the word; state the word and its context sentence in the `stem`.
|
|
48
|
+
|
|
49
|
+
**Write at the target grade level.** The grade is the guideline's grade (the target's — Grade 5 for `c1-t4`/`c1-t11`) unless the user's prompt asks for a different grade, in which case author a top-level `grade <n>`. Match the passage AND all question text to that grade: short, mostly simple/compound sentences; concrete, high-frequency vocabulary; an inference drawn from **specific details in the text**, not college-style literary or rhetorical analysis. DOK 3 means strategic reasoning *within* grade-level text — not harder text. The compiler estimates the passage's reading level and warns when it runs above the target grade. See **Grade-appropriate reading level** below.
|
|
50
|
+
|
|
51
|
+
**Supply the passage already split into paragraphs.** When a request includes or describes the passage text, break it into its paragraphs and keep those breaks — each paragraph becomes one numbered `lines` entry and the rendered passage preserves that paragraph structure. The code generator maintains the paragraphs you provide; it does not re-flow a wall of text into one block or re-chunk it. Separate paragraphs with a blank line (or clearly mark each one) so they survive into the final passage. **Keep paragraphs even for Hot Text** — the compiler segments each paragraph into sentences and makes each one individually selectable in Part B, so the passage keeps its paragraph layout; do not author the passage as one-sentence lines.
|
|
52
|
+
|
|
53
|
+
When composing a request, declare the `target`, then author the passage and outcomes (with their stems) first, then the inference graph (supported claims, then the targeted distractors), then the evidence. The program is one flat builder chain: top-level forms (`target`, `passage`, `type`, `lines`, `claims`, `evidence`, `outcomes`) thread a single continuation and the whole program ends with one `{}..`. Inside the `claims`/`evidence`/`outcomes` lists, each element (`claim`/`source`/`outcome`) is its own attribute chain terminated by its own `{}`. Attribute values that are free text (`text`, `rationale`, `subject`, `stem`, the passage heading) or id labels (`id`, `focus`, `cites`, `supports`, `targets`) are quoted strings; closed-enum values (`target`, `type`, `status`, `dimension`, `error-type`, `standard`, `dok`) are bare kebab-case identifiers (e.g. `c1-t11`, `ebsr`, `directly-supports`, `ri-1`).
|
|
54
|
+
|
|
55
|
+
In scope: SBAC Grade 5 · Claim 1 for targets **T4** (Reasoning & Evidence, literary, RL), **T11** (Reasoning & Evidence, informational, RI), **T9** (Central Ideas, informational, RI-1/RI-2), **T8** (Key Details, informational, RI-1/RI-7 — given-inference → evidence selection), and **T10** (Word Meanings, informational, RI-4/L-4 — meaning of a targeted word, authored as `word`/`meaning`); a single passage; the per-target dimensions and distractor taxonomy; item types `ebsr`, `hot-text`, `short-text`, `multiple-choice`, `multi-select` (allowed set varies by target); DOK r-dok1..r-dok3. Out of scope: other claims/grades or Claim-1 targets beyond T4/T11/T9/T8/T10; multi-word-phrase candidates in T10 click-the-word; dual-text stimuli; compile-time LLM generation; auto-scoring of short text; cross-language composition.
|
|
56
|
+
|
|
57
|
+
## Grade-appropriate reading level
|
|
58
|
+
|
|
59
|
+
Items must read at the grade the guideline targets. **Resolving the grade:** use the target/guideline's grade — Grade 5 for the current `c1-t4` and `c1-t11` guidelines — unless the user's prompt names a different grade, in which case author a top-level `grade <n>` (e.g. `grade 4`). The compiler echoes the resolved grade on the output and estimates the passage's reading level, warning when it reads above target.
|
|
60
|
+
|
|
61
|
+
Author the passage **and** every claim, option, and rationale to that grade (figures below are the Grade-5 instance; scale with the grade):
|
|
62
|
+
|
|
63
|
+
- **Reading level** — match the CCSS text-complexity band for the grade. Grade 5 ≈ Lexile **740–1010L**, Flesch–Kincaid grade **4.5–6.0**; don't exceed about one grade above target.
|
|
64
|
+
- **Sentences** — mostly simple and compound; average roughly `2·grade + 2` words (~12–16 at Grade 5), and avoid more than the occasional sentence past ~22 words or stacked subordinate clauses.
|
|
65
|
+
- **Vocabulary** — concrete, high-frequency words a student that age knows; at most a few grade-appropriate Tier-2 words made clear by context. Avoid abstract/academic (Tier-3) diction above grade (e.g. *ambivalence*, *juxtaposition*, *ostensibly*).
|
|
66
|
+
- **Passage length** — a single passage ≈ 150–350 words at Grade 5; scale with the grade.
|
|
67
|
+
- **Figurative language** — sparing and accessible; no dense or layered metaphor.
|
|
68
|
+
- **Reasoning, not just prose** — DOK 3 is *strategic thinking within grade-level text*, not college-level analysis. The correct inference must come from **concrete textual details** (what a character does or says, a stated cause and effect), not abstract thematic or authorial-technique critique beyond grade. Keep distractor and option text in the **same register** as the passage — a wrong answer that sounds more academic than the text gives itself away.
|
|
69
|
+
|
|
70
|
+
## Vocabulary Cues
|
|
71
|
+
|
|
72
|
+
Say this to get that:
|
|
73
|
+
|
|
74
|
+
- **Target** — `target c1-t4` (literary, Reasoning & Evidence), `target c1-t11` (informational, Reasoning & Evidence), `target c1-t9` (informational, Central Ideas), `target c1-t8` (informational, Key Details — given-inference → evidence), or `target c1-t10` (informational, Word Meanings — meaning of a targeted word); required, first top-level form. Selects the dimensions, standards, distractor taxonomy, DOK, item types, and stem catalog.
|
|
75
|
+
- **Grade** — optional top-level `grade <n>` (e.g. `grade 5`). Defaults to the target/guideline's grade; author one only to override when the user asks for a different grade. Sets the reading-level target the compiler checks the passage against.
|
|
76
|
+
- **Passage** — `passage "Title"` sets the heading; `type literary` (or `informational`, matching the target); `lines [ "..." "..." ]` are the passage **paragraphs** — one entry per paragraph, auto-numbered from 1. Always split by paragraph, including for Hot Text: the compiler segments each paragraph into sentences and exposes each sentence as a Part B selection, so the passage keeps its paragraph format. For EBSR Part B, evidence sources carry a `quote` with the exact supporting sentence so options stay sentence-tight while `line` points at the paragraph.
|
|
77
|
+
- **Outcome** — the question, composed first. `outcome id "q1" type ebsr dimension character subject "Mara" focus "c1" stem "Which of these inferences about Mara is supported by the passage?" stem-b "Which sentence(s) from the passage best support your answer in Part A?" {}`. `id` is the handle distractors target; `focus` names the correct claim; `stem` (and `stem-b` on EBSR) come from `stems.md`. Vary `type` (`ebsr` / `hot-text` / `short-text`) for different task models. **Keep the Part A stem a neutral question** — fill the template's slot with the subject/skill only, and do **not** echo the correct option's wording (if the stem restates the answer, it gives it away). Paraphrase so stem and key share only the subject; the compiler warns when the stem reuses most of the correct option's words. Applies to every Hot Text and EBSR question, across all targets. **For Hot Text, Part A asks for the best STATEMENT** ("Click on the statement that best provides an inference about [X]…") whose options are inference claims — it is NOT a "click the sentences" instruction (that's Part B, fixed by the compiler). If a request says "select the sentences that show [X]", translate it: Part A is a statement prompt about [X], and the sentences that show [X] are `directly-supports` evidence (with exact `quote`s) that become Part B's answer. The compiler warns when a Hot Text Part A stem mentions sentences.
|
|
78
|
+
- **Claim** — a candidate inference statement. Supported: `claim id "c1" status supported dimension character subject "Mara" text "..." cites ["e1" "e2"] {}`. A distractor adds `error-type`, a required `rationale`, and `targets` (the question id(s) it foils): `claim id "c2" status distractor error-type misreads-detail targets ["q1"] text "..." rationale "..." cites ["e2"] {}`.
|
|
79
|
+
- **Evidence source** — a passage line tagged by its support role. `source id "e1" line 1 status directly-supports supports ["c1"] {}`. Statuses: `directly-supports`, `supports-wrong-claim`, `irrelevant`. An optional `rationale` explains a foil. For **Hot Text**, give each `directly-supports` source a `quote` naming the exact supporting **sentence** so that sentence is marked correct in Part B; a `directly-supports` source with no `quote` marks every sentence of its `line` correct. Part B asks for an **exact number** of sentences (one less than the valid count, floored at 1, capped at 3) and **any selection of that many from the valid set is correct** (a superset) — so **author ≥3 directly-supporting sentences** so the asked count is ≥2 and students aren't forced to find every one.
|
|
80
|
+
- **Dimensions (c1-t4)** — `character`, `setting`, `event`, `point-of-view`, `theme`, `topic`, `narrators-feelings`, `character-relationship`.
|
|
81
|
+
- **Dimensions (c1-t11)** — `relationships-interactions`, `author-use-of-information`, `point-of-view`, `purpose`, `authors-opinion`.
|
|
82
|
+
- **Dimensions (c1-t9)** — `central-idea`, `key-detail`, `summary`.
|
|
83
|
+
- **Dimensions (c1-t8)** — `supporting-evidence` (the answer is evidence; the inference is given in the stem).
|
|
84
|
+
- **Dimensions (c1-t10)** — `word-meaning` (the answer is a meaning; authored via `word`/`meaning`).
|
|
85
|
+
- **Word / meaning (c1-t10)** — `words [ word id "w1" text "aqueduct" line 1 quote "…" meanings [ meaning id "m1" status correct text "a water channel" {} meaning id "m2" status distractor error-type other-meaning text "a boat" rationale "…" {} ] {} ]`; the outcome's `focus` names the word.
|
|
86
|
+
- **Item types** — `ebsr` (two-part: statement → evidence), `hot-text` (R&E/Central-Ideas: click the supporting/main-idea sentences; Key Details: click the evidence sentences; Word Meanings: click the word matching a definition), `short-text` (constructed response), `multiple-choice` (one correct, single-part), `multi-select` (exact correct set, single-part). MC/Multi-Select have no Part B. The allowed set is per-target (the compiler rejects others).
|
|
87
|
+
- **Central Ideas (c1-t9) distractor `error-type`** — `too-narrow`, `too-broad`, `misreads-detail`, `insignificant` (true-but-not-central); R&E targets use `misreads-detail`/`erroneous-inference`/`faulty-reasoning`.
|
|
88
|
+
- **Program terminator** — top-level forms chain with no `{}` between them; the program ends with a single `{}..`.
|
|
89
|
+
|
|
90
|
+
## Example Prompts
|
|
91
|
+
|
|
92
|
+
- *"Write an EBSR item about the main character's motivation in a short story about a girl at a tide pool."* → `target c1-t4`, `ebsr`
|
|
93
|
+
- *"From the same passage, also produce a short-text constructed-response item and a hot-text item."* → `short-text`, `hot-text`
|
|
94
|
+
- *"Add a faulty-reasoning distractor that mistakes the character's quiet focus for fear."* → distractor `claim`
|
|
95
|
+
- *"Make an EBSR item about how the author uses evidence to support a point in an informational article about bridges, standard ri-8."* → `target c1-t11`, `dimension author-use-of-information`
|
|
96
|
+
- *"Write an item about the relationships between the events in a history passage."* → `target c1-t11`, `dimension relationships-interactions`
|
|
97
|
+
- *"Which sentence best states the main idea of this article? (multiple choice)"* → `target c1-t9`, `type multiple-choice`, `dimension central-idea`
|
|
98
|
+
- *"Make a multi-select asking for the two sentences that belong in a summary."* → `target c1-t9`, `type multi-select`, `dimension summary`, `focus` is a list of the two correct claims
|
|
99
|
+
- *"The article says aqueducts brought water to distant cities — which detail best supports that? (multiple choice)"* → `target c1-t8`, `type multiple-choice`, `dimension supporting-evidence`; the inference goes in the `stem`, the options are `source`s
|
|
100
|
+
- *"Make a click-the-sentence item where students select the evidence for a stated conclusion."* → `target c1-t8`, `type hot-text` (single-part), `dimension supporting-evidence`
|
|
101
|
+
- *"What does the word 'aqueduct' mean as used in this article? (multiple choice)"* → `target c1-t10`, `type multiple-choice`, `dimension word-meaning`; a `word` with candidate `meaning`s, `focus` names the word
|
|
102
|
+
- *"Read the paragraph below. Click the word that means 'a channel that carries water'."* → `target c1-t10`, `type hot-text` (click-the-word); author the candidate `word`s (correct one is `focus` with its paragraph's `line`, plus a few distractor candidate words from the same paragraph); definition in the stem, passage NOT in the stem
|
|
103
|
+
- *"Keep the passage at a 4th-grade reading level."* → top-level `grade 4`; author shorter sentences and simpler vocabulary (the default is the guideline's Grade 5)
|
|
104
|
+
|
|
105
|
+
## Out of Scope
|
|
106
|
+
|
|
107
|
+
- **Other targets / grades / claims** — L0175 covers G5 · Claim 1 · Reasoning & Evidence, targets T4 (literary) and T11 (informational). Other targets belong in their own dialects.
|
|
108
|
+
- **Dual-text stimuli** — a single passage only in this version.
|
|
109
|
+
- **Compile-time generation** — the compiler selects and validates authored content; it does not invent claims, distractors, or evidence.
|
|
110
|
+
- **Auto-scoring** — short-text responses are hand-scored against the rubric; the compiler emits the rubric only.
|
|
111
|
+
- **Cross-language composition** — each item runs in exactly one dialect.
|
package/package.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"publishConfig": {
|
|
3
|
+
"access": "public"
|
|
4
|
+
},
|
|
5
|
+
"name": "@graffiticode/l0175",
|
|
6
|
+
"version": "0.2.0",
|
|
7
|
+
"description": "L0175 — a Graffiticode dialect (hello/image/theme/print) inheriting @graffiticode/l0000",
|
|
8
|
+
"type": "module",
|
|
9
|
+
"main": "./dist/index.js",
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"types": "./dist/index.d.ts",
|
|
14
|
+
"import": "./dist/index.js"
|
|
15
|
+
},
|
|
16
|
+
"./spec/*": "./spec/*"
|
|
17
|
+
},
|
|
18
|
+
"files": [
|
|
19
|
+
"dist",
|
|
20
|
+
"spec"
|
|
21
|
+
],
|
|
22
|
+
"scripts": {
|
|
23
|
+
"build": "tsc -p tsconfig.json",
|
|
24
|
+
"build-static": "node tools/build-static.js",
|
|
25
|
+
"lint": "eslint src tools"
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@graffiticode/l0000": "^0.1.2"
|
|
29
|
+
},
|
|
30
|
+
"devDependencies": {
|
|
31
|
+
"spec-md": "^3.1.0"
|
|
32
|
+
}
|
|
33
|
+
}
|
package/spec/README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
|
|
2
|
+
# Specifications and Documentation
|
|
3
|
+
|
|
4
|
+
_Revised: 2026-06-18_
|
|
5
|
+
|
|
6
|
+
This directory contains the language specification, authoring instructions, examples,
|
|
7
|
+
and training data for this Graffiticode language.
|
|
8
|
+
|
|
9
|
+
## License
|
|
10
|
+
|
|
11
|
+
All documentation and specification files in this directory are licensed under the
|
|
12
|
+
[Creative Commons Attribution 4.0 International License (CC-BY 4.0)](../../../LICENSE-DOCS).
|
|
13
|
+
|
|
14
|
+
## AI Training
|
|
15
|
+
|
|
16
|
+
These materials are **explicitly available for AI and machine learning training purposes**.
|
|
17
|
+
The authors encourage the use of these specifications, examples, and training data
|
|
18
|
+
to improve language model capabilities. See the [NOTICE](../../../NOTICE) file for details.
|