@graffiticode/l0175 0.2.0 → 0.3.1
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.map +1 -1
- package/dist/compiler.js +94 -130
- package/dist/compiler.js.map +1 -1
- package/dist/embedding.d.ts +1 -0
- package/dist/embedding.d.ts.map +1 -1
- package/dist/embedding.js +105 -11
- package/dist/embedding.js.map +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/lexicon.d.ts +7 -0
- package/dist/lexicon.d.ts.map +1 -1
- package/dist/lexicon.js +16 -8
- package/dist/lexicon.js.map +1 -1
- package/dist/static/examples.md +105 -0
- package/dist/static/instructions.md +397 -47
- package/dist/static/language-info.json +19 -4
- package/dist/static/lexicon.json +112 -0
- package/dist/static/scope.json +9 -8
- package/dist/static/spec.html +81 -15
- package/dist/static/stems.md +181 -5
- package/dist/static/targets.json +279 -0
- package/dist/static/template.gc +7 -67
- package/dist/static/unparse-hints.json +3 -0
- package/dist/static/usage-guide.md +48 -5
- package/dist/targets.d.ts +27 -0
- package/dist/targets.d.ts.map +1 -0
- package/dist/targets.js +250 -0
- package/dist/targets.js.map +1 -0
- package/dist/verify-example.d.ts +27 -0
- package/dist/verify-example.d.ts.map +1 -0
- package/dist/verify-example.js +82 -0
- package/dist/verify-example.js.map +1 -0
- package/package.json +2 -2
- package/spec/#template.gc# +20 -0
- package/spec/docs.md +51 -16
- package/spec/examples/c1-t1-tm1-multiplechoice.expect.json +1 -0
- package/spec/examples/c1-t1-tm1-multiplechoice.gc +27 -0
- package/spec/examples/c1-t1-tm2-multiselect.expect.json +1 -0
- package/spec/examples/c1-t1-tm2-multiselect.gc +27 -0
- package/spec/examples/c1-t1-tm3-hottext.expect.json +1 -0
- package/spec/examples/c1-t1-tm3-hottext.gc +27 -0
- package/spec/examples/c1-t10-tm1-multiplechoice.expect.json +1 -0
- package/spec/examples/c1-t10-tm1-multiplechoice.gc +15 -0
- package/spec/examples/c1-t10-tm2-multiselect.expect.json +1 -0
- package/spec/examples/c1-t10-tm2-multiselect.gc +15 -0
- package/spec/examples/c1-t10-tm3-hottext.expect.json +1 -0
- package/spec/examples/c1-t10-tm3-hottext.gc +13 -0
- package/spec/examples/c1-t11-tm1-ebsr.expect.json +4 -0
- package/spec/examples/c1-t11-tm1-ebsr.gc +30 -0
- package/spec/examples/c1-t11-tm2-hottext.expect.json +4 -0
- package/spec/examples/c1-t11-tm2-hottext.gc +30 -0
- package/spec/examples/c1-t11-tm3-shorttext.expect.json +4 -0
- package/spec/examples/c1-t11-tm3-shorttext.gc +30 -0
- package/spec/examples/c1-t2-tm1-multiplechoice.expect.json +1 -0
- package/spec/examples/c1-t2-tm1-multiplechoice.gc +29 -0
- package/spec/examples/c1-t2-tm2-multiselect.expect.json +1 -0
- package/spec/examples/c1-t2-tm2-multiselect.gc +28 -0
- package/spec/examples/c1-t2-tm3-ebsr.expect.json +1 -0
- package/spec/examples/c1-t2-tm3-ebsr.gc +29 -0
- package/spec/examples/c1-t2-tm4-hottext.expect.json +1 -0
- package/spec/examples/c1-t2-tm4-hottext.gc +19 -0
- package/spec/examples/c1-t2-tm5-shorttext.expect.json +1 -0
- package/spec/examples/c1-t2-tm5-shorttext.gc +20 -0
- package/spec/examples/c1-t4-tm1-ebsr.expect.json +4 -0
- package/spec/examples/c1-t4-tm1-ebsr.gc +30 -0
- package/spec/examples/c1-t4-tm2-hottext.expect.json +4 -0
- package/spec/examples/c1-t4-tm2-hottext.gc +30 -0
- package/spec/examples/c1-t4-tm3-shorttext.expect.json +4 -0
- package/spec/examples/c1-t4-tm3-shorttext.gc +30 -0
- package/spec/examples/c1-t8-tm1-multiplechoice.expect.json +1 -0
- package/spec/examples/c1-t8-tm1-multiplechoice.gc +25 -0
- package/spec/examples/c1-t8-tm2-multiselect.expect.json +1 -0
- package/spec/examples/c1-t8-tm2-multiselect.gc +25 -0
- package/spec/examples/c1-t8-tm3-hottext.expect.json +1 -0
- package/spec/examples/c1-t8-tm3-hottext.gc +25 -0
- package/spec/examples/c1-t9-tm1-multiplechoice.expect.json +1 -0
- package/spec/examples/c1-t9-tm1-multiplechoice.gc +23 -0
- package/spec/examples/c1-t9-tm2-multiselect.expect.json +1 -0
- package/spec/examples/c1-t9-tm2-multiselect.gc +24 -0
- package/spec/examples/c1-t9-tm3-ebsr.expect.json +10 -0
- package/spec/examples/c1-t9-tm3-ebsr.gc +30 -0
- package/spec/examples/c1-t9-tm4-hottext.expect.json +10 -0
- package/spec/examples/c1-t9-tm4-hottext.gc +20 -0
- package/spec/examples/c1-t9-tm5-shorttext.expect.json +10 -0
- package/spec/examples/c1-t9-tm5-shorttext.gc +20 -0
- package/spec/examples.md +100 -86
- package/spec/instructions.md +367 -44
- package/spec/language-info.json +18 -3
- package/spec/rag-examples-design.md +74 -0
- package/spec/scope.json +9 -8
- package/spec/spec.md +90 -15
- package/spec/stems.md +181 -5
- package/spec/template.gc +7 -67
- package/spec/usage-guide.md +48 -5
package/dist/static/stems.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
|
|
2
2
|
# L0175 Appropriate-Stem Catalog (SBAC · Grade 5 · Claim 1)
|
|
3
3
|
|
|
4
|
-
_Revised: 2026-
|
|
4
|
+
_Revised: 2026-08-28_
|
|
5
5
|
|
|
6
6
|
The **code generator authors each question's stem from this catalog** and emits it on the
|
|
7
7
|
outcome (`stem`, and `stem-b` on EBSR). The compiler uses the authored text verbatim — it does
|
|
@@ -12,7 +12,9 @@ dual-text-stimuli stems are out of scope).
|
|
|
12
12
|
**First match your program's `target`, then use that target's catalog below:**
|
|
13
13
|
- **`c1-t4`** (Reasoning & Evidence, literary) → `packages/core/data/E.G5.C1.T4 Reasoning & Evidence.pdf`
|
|
14
14
|
- **`c1-t11`** (Reasoning & Evidence, informational) → `packages/core/data/E.G5.C1.T11 Reasoning & Evidence.pdf`
|
|
15
|
+
- **`c1-t2`** (Central Ideas, **literary**) → `packages/core/data/E.G5.C1.T2 Central Ideas.pdf`
|
|
15
16
|
- **`c1-t9`** (Central Ideas, informational) → `packages/core/data/E.G5.C1.T9 Central Ideas.pdf`
|
|
17
|
+
- **`c1-t1`** (Key Details, **literary**) → `packages/core/data/E.G5.C1.T1 Key Details.pdf`
|
|
16
18
|
- **`c1-t8`** (Key Details, informational) → `packages/core/data/E.G5.C1.T8 Key Details.pdf`
|
|
17
19
|
- **`c1-t10`** (Word Meanings, informational) → `packages/core/data/E.G5.C1.T10 Word Meanings.pdf`
|
|
18
20
|
|
|
@@ -21,13 +23,29 @@ dual-text-stimuli stems are out of scope).
|
|
|
21
23
|
1. Use the section for your `target`.
|
|
22
24
|
2. Pick the stem that matches your **item `type`** and the task. Task-model numbering is
|
|
23
25
|
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:
|
|
26
|
-
Multi-Select=TM2, Hot-Text=TM3. T10 Word Meanings: Multiple-Choice=TM1,
|
|
27
|
-
Hot-Text=TM3.)
|
|
26
|
+
EBSR=TM1, Hot-Text=TM2, Short-Text=TM3. T2 and T9 Central Ideas: Multiple-Choice=TM1,
|
|
27
|
+
Multi-Select=TM2, EBSR=TM3, Hot-Text=TM4, Short-Text=TM5. T1 and T8 Key Details:
|
|
28
|
+
Multiple-Choice=TM1, Multi-Select=TM2, Hot-Text=TM3. T10 Word Meanings: Multiple-Choice=TM1,
|
|
29
|
+
Multi-Select=TM2, Hot-Text=TM3.)
|
|
28
30
|
3. Pick the **one stem template** that matches the task and the dimension, and fill its
|
|
29
31
|
bracketed `[...]` slot.
|
|
30
32
|
|
|
33
|
+
Task-model number → item type, per target (the numbers collide across targets, so a number is
|
|
34
|
+
meaningless without its target):
|
|
35
|
+
|
|
36
|
+
<!-- GENERATED:task-models START (from targets.json — regenerated by tools/build-static.js; do not edit by hand) -->
|
|
37
|
+
| Target | tm1 | tm2 | tm3 | tm4 | tm5 |
|
|
38
|
+
|--------|-----|-----|-----|-----|-----|
|
|
39
|
+
| `c1-t4` — Grade 5 · Claim 1 · Target 4 (Reasoning & Evidence) | ebsr | hot-text | short-text | — | — |
|
|
40
|
+
| `c1-t11` — Grade 5 · Claim 1 · Target 11 (Reasoning & Evidence) | ebsr | hot-text | short-text | — | — |
|
|
41
|
+
| `c1-t2` — Grade 5 · Claim 1 · Target 2 (Central Ideas) | multiple-choice | multi-select | ebsr | hot-text | short-text |
|
|
42
|
+
| `c1-t9` — Grade 5 · Claim 1 · Target 9 (Central Ideas) | multiple-choice | multi-select | ebsr | hot-text | short-text |
|
|
43
|
+
| `c1-t1` — Grade 5 · Claim 1 · Target 1 (Key Details) | multiple-choice | multi-select | hot-text | — | — |
|
|
44
|
+
| `c1-t8` — Grade 5 · Claim 1 · Target 8 (Key Details) | multiple-choice | multi-select | hot-text | — | — |
|
|
45
|
+
| `c1-t10` — Grade 5 · Claim 1 · Target 10 (Word Meanings) | multiple-choice | multi-select | hot-text | — | — |
|
|
46
|
+
<!-- GENERATED:task-models END -->
|
|
47
|
+
|
|
48
|
+
|
|
31
49
|
**Specificity rule (required, both targets).** The `[...]` slot must name the concrete thing the
|
|
32
50
|
question is about — a character's name (`Mother`), a specific event (`the turkey-feeding`), a
|
|
33
51
|
specific idea (`the relationship between the bridge designs`), the author's point of view, etc.
|
|
@@ -111,6 +129,15 @@ Author as `stem` (the prompt); every Short Text stem ends with the explain claus
|
|
|
111
129
|
`stem "What did the author most likely mean by including the scarecrow in the passage?"`
|
|
112
130
|
- theme / inference / Short Text →
|
|
113
131
|
`stem "What inference can be made about the theme? Explain using key details from the passage to support your answer."`
|
|
132
|
+
- topic / Short Text →
|
|
133
|
+
`stem "What is the story mostly about? Explain using key details from the passage to support your answer."`
|
|
134
|
+
|
|
135
|
+
**`theme` vs `topic` (both → `rl-2`, but they are different dimensions).** `topic` is what the
|
|
136
|
+
text is *about* (its subject) — cued by "**mostly about**" / "**what is the passage/story about**".
|
|
137
|
+
`theme` is the *lesson or message* the text conveys — cued by "**the theme**" / "**the message**"
|
|
138
|
+
/ "**the lesson**". Route a "mostly about" prompt to `topic`, and write the correct answer as a
|
|
139
|
+
subject statement ("The story is mostly about …"), **not** a life-lesson statement. Reserve the
|
|
140
|
+
lesson-style answer for `theme`.
|
|
114
141
|
|
|
115
142
|
---
|
|
116
143
|
|
|
@@ -124,6 +151,14 @@ concepts / author's use of information / point of view / purpose]` (or, for an o
|
|
|
124
151
|
"key **evidence**" (T4 said "key details"), and Part B units are
|
|
125
152
|
`sentence(s) / paragraph(s) / section(s)`.
|
|
126
153
|
|
|
154
|
+
**`purpose` vs `point-of-view` (both start "author's …" but are different dimensions with
|
|
155
|
+
different companions).** `purpose` = *why the author wrote the text* / what they are trying to do
|
|
156
|
+
(inform, persuade, explain) — cued by "**author's purpose**" / "why the author wrote" → companion
|
|
157
|
+
`ri-8`. `point-of-view` = *the author's stance or attitude* toward the subject — cued by
|
|
158
|
+
"**author's point of view**" / "how the author feels about" → companion `ri-6`. Route a
|
|
159
|
+
"purpose" prompt to `purpose`/`ri-8` and a "point of view" prompt to `point-of-view`/`ri-6`;
|
|
160
|
+
easiest is to **omit `standard`** and let the dimension infer its companion.
|
|
161
|
+
|
|
127
162
|
## Task Model 1 — EBSR (two-part selected response)
|
|
128
163
|
|
|
129
164
|
**Lead-in:** This question has two parts. First, answer part A. Then, answer part B.
|
|
@@ -186,6 +221,90 @@ Author as `stem`; every Short Text stem ends with the explain clause ("key **evi
|
|
|
186
221
|
|
|
187
222
|
---
|
|
188
223
|
|
|
224
|
+
# Target 2 (`c1-t2`) — Central Ideas (**literary**)
|
|
225
|
+
|
|
226
|
+
The **literary twin of Target 9**, and the only other target that offers **all five item types**.
|
|
227
|
+
DOK **2** (**3** for the written response). Standards **RL-1 + RL-2**. Dimensions: `theme`,
|
|
228
|
+
`central-idea`, `key-detail`, `summary` — every one answers to `rl-2`, so a composed item's
|
|
229
|
+
`standards` is `["rl-1", "rl-2"]`. Distractors use the same **significance** taxonomy as T9
|
|
230
|
+
(`too-narrow`, `too-broad`, `misreads-detail`, `insignificant`) — usually *true* statements that
|
|
231
|
+
simply aren't central.
|
|
232
|
+
|
|
233
|
+
**Three things T2 does that T9 does not:**
|
|
234
|
+
|
|
235
|
+
1. **Theme leads.** RL-2 is "determine a theme of a story, drama, or poem from details in the
|
|
236
|
+
text." Prefer the `theme` dimension for a story or poem and phrase the correct answer as a
|
|
237
|
+
*lesson or message* ("Keeping at something can matter more than winning"), not a plot summary.
|
|
238
|
+
Use `central-idea` when the prompt says "main idea" rather than "theme" or "message".
|
|
239
|
+
2. **Summary is SCOPED.** The guideline is explicit: *items will not ask students to summarize the
|
|
240
|
+
entire text; students will summarize a key event(s) or idea(s).* Point every `summary` stem at a
|
|
241
|
+
section or a key event ("Summarize what happens after…", "…the first paragraph"). A
|
|
242
|
+
"summarize the passage" stem is out of scope on T2 — that phrasing belongs to T9.
|
|
243
|
+
3. **`key-detail` covers key EVENTS.** In a story the details that build a theme are usually
|
|
244
|
+
events, so tag them `key-detail`.
|
|
245
|
+
|
|
246
|
+
**A caution from the guideline, for `insignificant`:** distractors "will not contain details of such
|
|
247
|
+
insignificance that the options are implausible." A foil so trivial that no student would pick it
|
|
248
|
+
is a wasted option — keep it true, relevant, and merely *not central*. Likewise, TM1 warns that
|
|
249
|
+
distractors must not turn on sequencing or other DOK-1 errors.
|
|
250
|
+
|
|
251
|
+
## Task Model 1 — Multiple Choice (`type multiple-choice`, single-answer, DOK 2)
|
|
252
|
+
|
|
253
|
+
- Which sentence best [shows/tells/describes] the [theme/main idea] of the passage?
|
|
254
|
+
- Which sentence best [shows/tells/describes] the [theme/main idea] of the [story/poem] told by the [narrator/speaker]?
|
|
255
|
+
- Which sentence best [shows/tells/describes] [the author's/character's] message about [provide theme/main idea]?
|
|
256
|
+
- Which [sentences/lines/paragraph(s)] from the passage best [shows/tells/describes] the [theme/main idea]?
|
|
257
|
+
- Which sentence best summarizes the [first paragraph/introductory paragraph]?
|
|
258
|
+
- Which sentence best summarizes what happens after [provide plot]?
|
|
259
|
+
- Read this summary. [summary of a section; one key detail/event is missing] Which [key detail/event] is missing from the summary? *(the correct answer must be a pivotal key event or idea)*
|
|
260
|
+
|
|
261
|
+
## Task Model 2 — Multi-Select (`type multi-select`, choose two, DOK 2)
|
|
262
|
+
|
|
263
|
+
`focus` is a **list** of the two correct claims.
|
|
264
|
+
- Choose two sentences that best [show/tell/describe] the [theme(s)/main idea(s)] presented in the passage.
|
|
265
|
+
- Choose two sentences that should be included in a summary of [the text/section of the text].
|
|
266
|
+
|
|
267
|
+
## Task Model 3 — EBSR (`type ebsr`, two-part, DOK 2)
|
|
268
|
+
|
|
269
|
+
Lead-in: *The following question has two parts. First, answer part A. Then, answer part B.*
|
|
270
|
+
Part A:
|
|
271
|
+
- Which sentence best [shows/tells/describes] the [theme/main idea] of the text?
|
|
272
|
+
- Which sentence best [shows/tells/describes] the [author's/character's] [message/main idea]?
|
|
273
|
+
|
|
274
|
+
Part B (`stem-b`):
|
|
275
|
+
- Which [sentence(s)/line(s)/paragraph(s)] from the passage best [support(s)/is (are) an example of] your answer in part A?
|
|
276
|
+
|
|
277
|
+
**No-giveaway (the guideline states it outright):** avoid Part A/Part B choices that obviously
|
|
278
|
+
correspond, so that picking a Part A option determines the Part B option. Some or all Part B options
|
|
279
|
+
should plausibly support **more than one** Part A choice — author at least one
|
|
280
|
+
`supports-wrong-claim` source listing BOTH the correct claim and a distractor.
|
|
281
|
+
|
|
282
|
+
## Task Model 4 — Hot Text (`type hot-text`, single-part select-text, DOK 2)
|
|
283
|
+
|
|
284
|
+
Single-part: the authored `stem` is the whole instruction; the student clicks the sentence(s) whose
|
|
285
|
+
`source`s `directly-supports` the focus claim. The stem states how many to click.
|
|
286
|
+
- Click on [one/two] [sentence(s)/line(s)/set of lines/paragraph(s)] that best [shows/tells/describes] the [theme/main idea] of [the text/section of the text]. Choose [one/two] answer(s).
|
|
287
|
+
- Read this summary of [the text/section of the text]. [summary; one key event missing] A [key event/detail] is missing from the summary. Click on the [sentence(s)/paragraph(s)] that include(s) the missing [event/detail].
|
|
288
|
+
- Click on the [one/two] [key detail(s)/event(s)] that should be included in a summary of the text.
|
|
289
|
+
|
|
290
|
+
## Task Model 5 — Short Text (`type short-text`, constructed response, DOK 3)
|
|
291
|
+
|
|
292
|
+
Written response; **never the whole text** (see #2 above).
|
|
293
|
+
- Determine the [theme/main idea] of the passage. Explain the [theme/main idea] using key details from the passage to support your answer.
|
|
294
|
+
- What is the [theme/main idea] of the passage? Explain using key details from the passage to support your answer.
|
|
295
|
+
- Summarize the [first paragraph/introductory paragraph]. Use key [details/events] from the passage in your summary.
|
|
296
|
+
- Summarize what happens [after/during] [provide text event]. Use key [details/events] from the passage in your summary.
|
|
297
|
+
|
|
298
|
+
## Worked examples (T2, specific slot fills)
|
|
299
|
+
|
|
300
|
+
- theme / Multiple Choice → `stem "Which sentence best tells the theme of the passage?"` with the correct claim phrased as a lesson ("Keeping at something can matter more than winning.").
|
|
301
|
+
- summary / Multi-Select → `stem "Choose two sentences that should be included in a summary of the story. Select two answers."` with `focus ["s1" "s2"]`.
|
|
302
|
+
- theme / EBSR → Part A as above, `stem-b "Which sentence from the passage best supports your answer in Part A?"`.
|
|
303
|
+
- theme / Hot Text → `stem "Click on the two sentences that best show the theme of the story. Choose two answers."` (author exactly two `directly-supports` sources).
|
|
304
|
+
- summary / Short Text → `stem "Summarize what happens after the blue ribbon goes to somebody else. Use key details from the passage in your summary."` — scoped to a key event, not the whole story.
|
|
305
|
+
|
|
306
|
+
---
|
|
307
|
+
|
|
189
308
|
# Target 9 (`c1-t9`) — Central Ideas (informational)
|
|
190
309
|
|
|
191
310
|
A **different skill** from Reasoning & Evidence: synthesize and condense — the **main/central
|
|
@@ -264,6 +383,63 @@ it); the student clicks the sentence(s) that show the main idea. The correct sen
|
|
|
264
383
|
|
|
265
384
|
---
|
|
266
385
|
|
|
386
|
+
# Target 1 (`c1-t1`) — Key Details (**literary**)
|
|
387
|
+
|
|
388
|
+
The **literary mirror of Target 8**: the inference/conclusion is **GIVEN in the stem**, and the
|
|
389
|
+
student selects the **text evidence** that supports it. DOK **1–2**. Standard **RL-1 — and only
|
|
390
|
+
RL-1** (unlike T8 the guideline names no companion, so a composed item's `standards` is just
|
|
391
|
+
`rl-1`; omit `standard` and let the dimension resolve it). Dimension: `supporting-evidence`. Item
|
|
392
|
+
types: `multiple-choice`, `multi-select`, `hot-text` (no EBSR, no constructed response).
|
|
393
|
+
|
|
394
|
+
**Authoring:** identical to T8 — author ONE supported `claim` = the given inference (named by the
|
|
395
|
+
outcome's `focus`) and **state that inference in the `stem`**; author `source`s for the options —
|
|
396
|
+
`directly-supports` (the correct evidence; give a `quote` for the exact sentence) and
|
|
397
|
+
`supports-wrong-claim` / `irrelevant` (the distractor evidence, each with a `rationale`). The
|
|
398
|
+
options are the **sources**, not claims; there are no distractor claims.
|
|
399
|
+
|
|
400
|
+
**Two literary differences from T8's wording:** these stems offer **`line`** as a selectable unit
|
|
401
|
+
(matching L0175's numbered `lines`) and say **`[author/narrator]`** where T8 says only "author" —
|
|
402
|
+
use "narrator" for a first-person story. Multi-Select is exactly **two** correct (T8 allows two or
|
|
403
|
+
three).
|
|
404
|
+
|
|
405
|
+
## Task Model 1 — Multiple Choice (`type multiple-choice`, single-answer, DOK 1–2)
|
|
406
|
+
|
|
407
|
+
The stem states the inference and asks which evidence supports it:
|
|
408
|
+
- Which [detail/sentence/line] from the passage best [supports/shows] [provide inference or conclusion based on the passage]?
|
|
409
|
+
- [Provide inference or conclusion based on the passage]. Which [detail/sentence/line] from the passage best supports this [inference/conclusion] OR best shows [provide the inference or conclusion]?
|
|
410
|
+
- The reader can [infer/conclude] [inference or conclusion based on the passage]. Which [detail/sentence/line] from the passage best supports this [inference/conclusion]?
|
|
411
|
+
- The [author/narrator] [infers/concludes] that [inference/conclusion based on the passage]. Which [detail/sentence/line] from the passage best supports this [inference/conclusion]?
|
|
412
|
+
- Read this [inference/conclusion]. [Provide inference or conclusion based on the passage]. Which [detail/sentence/line] from the passage best supports this [inference/conclusion]?
|
|
413
|
+
|
|
414
|
+
## Task Model 2 — Multi-Select (`type multi-select`, choose two, DOK 1–2)
|
|
415
|
+
|
|
416
|
+
- Choose two [details/sentences/lines] from the passage that best support the [inference/conclusion] that [provide inference or conclusion based on the passage].
|
|
417
|
+
- Which [details/sentences/lines] from the passage best support [provide inference or conclusion based on the passage]? Select two answers.
|
|
418
|
+
- [Provide inference or conclusion based on the passage]. Which [details/sentences/lines] from the passage best support this [inference/conclusion]? Select two answers.
|
|
419
|
+
- The reader can [infer/conclude] [provide inference/conclusion based on the passage]. Which [details/sentences/lines] from the passage best support this [inference/conclusion]? Select two answers.
|
|
420
|
+
- The [author/narrator] [infers/concludes] that [provide inference/conclusion based on the passage]. Which [details/sentences/lines] from the passage best support this [inference/conclusion]? Select two answers.
|
|
421
|
+
|
|
422
|
+
## Task Model 3 — Hot Text (`type hot-text`, single-part select-text, DOK 1–2)
|
|
423
|
+
|
|
424
|
+
Single-part: the authored `stem` states the inference and the click instruction (the compiler does
|
|
425
|
+
not synthesize it); the student clicks the supporting sentence(s):
|
|
426
|
+
- Click the [detail/sentence/set of sentences/line/paragraph] that best supports [provide inference or conclusion based on the passage].
|
|
427
|
+
- Click [one/two] [details/sentences/sets of sentences/lines/paragraphs] that best support [provide inference or conclusion based on the passage].
|
|
428
|
+
- [Provide inference or conclusion based on the passage]. Click the [detail/sentence/set of sentences/line/paragraph] that best supports this [inference/conclusion].
|
|
429
|
+
- The reader can [infer/conclude] [provide inference/conclusion based on the passage]. Click [one/two] [details/sentences/lines] that best support this [inference/conclusion].
|
|
430
|
+
- Read this [inference/conclusion]. [Provide inference or conclusion based on the text]. Click [one/two] [details/sentences/sets of sentences/lines/paragraphs] that best support this [inference/conclusion].
|
|
431
|
+
|
|
432
|
+
## Worked examples (T1, specific slot fills)
|
|
433
|
+
|
|
434
|
+
- supporting-evidence / Multiple Choice →
|
|
435
|
+
`stem "The reader can conclude that Nina takes care of a problem on her own, without being told to. Which line from the passage best supports this conclusion?"` with one supported `claim` (the inference) at `focus`, its directly-supporting `source` the correct option.
|
|
436
|
+
- supporting-evidence / Multi-Select →
|
|
437
|
+
`stem "Nina takes care of a problem on her own, without being told to. Which two lines from the passage best support this conclusion? Select two answers."` (two `directly-supports` sources)
|
|
438
|
+
- supporting-evidence / Hot Text (single-part) →
|
|
439
|
+
`stem "Read this conclusion. Nina takes care of a problem on her own, without being told to. Click the two sentences from the passage that best support this conclusion."`
|
|
440
|
+
|
|
441
|
+
---
|
|
442
|
+
|
|
267
443
|
# Target 8 (`c1-t8`) — Key Details (informational)
|
|
268
444
|
|
|
269
445
|
A **different model**: the inference/conclusion is **GIVEN in the stem**, and the student selects
|
|
@@ -0,0 +1,279 @@
|
|
|
1
|
+
{
|
|
2
|
+
"revised": "2026-08-28",
|
|
3
|
+
"standardFamilies": {
|
|
4
|
+
"RL_G5": [
|
|
5
|
+
"rl-1",
|
|
6
|
+
"rl-2",
|
|
7
|
+
"rl-3",
|
|
8
|
+
"rl-4",
|
|
9
|
+
"rl-5",
|
|
10
|
+
"rl-6",
|
|
11
|
+
"rl-7",
|
|
12
|
+
"rl-9"
|
|
13
|
+
],
|
|
14
|
+
"RI_G5": [
|
|
15
|
+
"ri-1",
|
|
16
|
+
"ri-2",
|
|
17
|
+
"ri-3",
|
|
18
|
+
"ri-4",
|
|
19
|
+
"ri-5",
|
|
20
|
+
"ri-6",
|
|
21
|
+
"ri-7",
|
|
22
|
+
"ri-8",
|
|
23
|
+
"ri-9"
|
|
24
|
+
],
|
|
25
|
+
"L_G5": [
|
|
26
|
+
"l-4",
|
|
27
|
+
"l-4a",
|
|
28
|
+
"l-4b",
|
|
29
|
+
"l-4c",
|
|
30
|
+
"l-5",
|
|
31
|
+
"l-5a",
|
|
32
|
+
"l-5b",
|
|
33
|
+
"l-5c"
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"targets": {
|
|
37
|
+
"c1-t4": {
|
|
38
|
+
"id": "c1-t4",
|
|
39
|
+
"label": "Grade 5 · Claim 1 · Target 4 (Reasoning & Evidence)",
|
|
40
|
+
"grade": 5,
|
|
41
|
+
"skill": "reasoning-evidence",
|
|
42
|
+
"textType": "literary",
|
|
43
|
+
"baseStandard": "rl-1",
|
|
44
|
+
"defaultDok": "r-dok3",
|
|
45
|
+
"answerKind": "statement",
|
|
46
|
+
"singlePartHotText": false,
|
|
47
|
+
"taskModels": {
|
|
48
|
+
"tm1": "ebsr",
|
|
49
|
+
"tm2": "hot-text",
|
|
50
|
+
"tm3": "short-text"
|
|
51
|
+
},
|
|
52
|
+
"standards": [
|
|
53
|
+
"RL_G5"
|
|
54
|
+
],
|
|
55
|
+
"dimensions": [
|
|
56
|
+
"character",
|
|
57
|
+
"setting",
|
|
58
|
+
"event",
|
|
59
|
+
"point-of-view",
|
|
60
|
+
"theme",
|
|
61
|
+
"topic",
|
|
62
|
+
"narrators-feelings",
|
|
63
|
+
"character-relationship"
|
|
64
|
+
],
|
|
65
|
+
"errorTypes": [
|
|
66
|
+
"misreads-detail",
|
|
67
|
+
"erroneous-inference",
|
|
68
|
+
"faulty-reasoning"
|
|
69
|
+
],
|
|
70
|
+
"dimStandard": {
|
|
71
|
+
"character": "rl-3",
|
|
72
|
+
"character-relationship": "rl-3",
|
|
73
|
+
"setting": "rl-3",
|
|
74
|
+
"event": "rl-3",
|
|
75
|
+
"point-of-view": "rl-6",
|
|
76
|
+
"narrators-feelings": "rl-6",
|
|
77
|
+
"theme": "rl-2",
|
|
78
|
+
"topic": "rl-2"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"c1-t11": {
|
|
82
|
+
"id": "c1-t11",
|
|
83
|
+
"label": "Grade 5 · Claim 1 · Target 11 (Reasoning & Evidence)",
|
|
84
|
+
"grade": 5,
|
|
85
|
+
"skill": "reasoning-evidence",
|
|
86
|
+
"textType": "informational",
|
|
87
|
+
"baseStandard": "ri-1",
|
|
88
|
+
"defaultDok": "r-dok3",
|
|
89
|
+
"answerKind": "statement",
|
|
90
|
+
"singlePartHotText": false,
|
|
91
|
+
"taskModels": {
|
|
92
|
+
"tm1": "ebsr",
|
|
93
|
+
"tm2": "hot-text",
|
|
94
|
+
"tm3": "short-text"
|
|
95
|
+
},
|
|
96
|
+
"standards": [
|
|
97
|
+
"RI_G5"
|
|
98
|
+
],
|
|
99
|
+
"dimensions": [
|
|
100
|
+
"relationships-interactions",
|
|
101
|
+
"author-use-of-information",
|
|
102
|
+
"point-of-view",
|
|
103
|
+
"purpose",
|
|
104
|
+
"authors-opinion"
|
|
105
|
+
],
|
|
106
|
+
"errorTypes": [
|
|
107
|
+
"misreads-detail",
|
|
108
|
+
"erroneous-inference",
|
|
109
|
+
"faulty-reasoning"
|
|
110
|
+
],
|
|
111
|
+
"dimStandard": {
|
|
112
|
+
"relationships-interactions": "ri-3",
|
|
113
|
+
"author-use-of-information": "ri-8",
|
|
114
|
+
"point-of-view": "ri-6",
|
|
115
|
+
"purpose": "ri-8",
|
|
116
|
+
"authors-opinion": "ri-8"
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
"c1-t2": {
|
|
120
|
+
"id": "c1-t2",
|
|
121
|
+
"label": "Grade 5 · Claim 1 · Target 2 (Central Ideas)",
|
|
122
|
+
"grade": 5,
|
|
123
|
+
"skill": "central-ideas",
|
|
124
|
+
"textType": "literary",
|
|
125
|
+
"baseStandard": "rl-1",
|
|
126
|
+
"defaultDok": "r-dok2",
|
|
127
|
+
"answerKind": "statement",
|
|
128
|
+
"singlePartHotText": true,
|
|
129
|
+
"taskModels": {
|
|
130
|
+
"tm1": "multiple-choice",
|
|
131
|
+
"tm2": "multi-select",
|
|
132
|
+
"tm3": "ebsr",
|
|
133
|
+
"tm4": "hot-text",
|
|
134
|
+
"tm5": "short-text"
|
|
135
|
+
},
|
|
136
|
+
"standards": [
|
|
137
|
+
"RL_G5"
|
|
138
|
+
],
|
|
139
|
+
"dimensions": [
|
|
140
|
+
"theme",
|
|
141
|
+
"central-idea",
|
|
142
|
+
"key-detail",
|
|
143
|
+
"summary"
|
|
144
|
+
],
|
|
145
|
+
"errorTypes": [
|
|
146
|
+
"too-narrow",
|
|
147
|
+
"too-broad",
|
|
148
|
+
"misreads-detail",
|
|
149
|
+
"insignificant"
|
|
150
|
+
],
|
|
151
|
+
"dimStandard": {
|
|
152
|
+
"theme": "rl-2",
|
|
153
|
+
"central-idea": "rl-2",
|
|
154
|
+
"key-detail": "rl-2",
|
|
155
|
+
"summary": "rl-2"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"c1-t9": {
|
|
159
|
+
"id": "c1-t9",
|
|
160
|
+
"label": "Grade 5 · Claim 1 · Target 9 (Central Ideas)",
|
|
161
|
+
"grade": 5,
|
|
162
|
+
"skill": "central-ideas",
|
|
163
|
+
"textType": "informational",
|
|
164
|
+
"baseStandard": "ri-1",
|
|
165
|
+
"defaultDok": "r-dok2",
|
|
166
|
+
"answerKind": "statement",
|
|
167
|
+
"singlePartHotText": true,
|
|
168
|
+
"taskModels": {
|
|
169
|
+
"tm1": "multiple-choice",
|
|
170
|
+
"tm2": "multi-select",
|
|
171
|
+
"tm3": "ebsr",
|
|
172
|
+
"tm4": "hot-text",
|
|
173
|
+
"tm5": "short-text"
|
|
174
|
+
},
|
|
175
|
+
"standards": [
|
|
176
|
+
"RI_G5"
|
|
177
|
+
],
|
|
178
|
+
"dimensions": [
|
|
179
|
+
"central-idea",
|
|
180
|
+
"key-detail",
|
|
181
|
+
"summary"
|
|
182
|
+
],
|
|
183
|
+
"errorTypes": [
|
|
184
|
+
"too-narrow",
|
|
185
|
+
"too-broad",
|
|
186
|
+
"misreads-detail",
|
|
187
|
+
"insignificant"
|
|
188
|
+
],
|
|
189
|
+
"dimStandard": {
|
|
190
|
+
"central-idea": "ri-2",
|
|
191
|
+
"key-detail": "ri-2",
|
|
192
|
+
"summary": "ri-2"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"c1-t1": {
|
|
196
|
+
"id": "c1-t1",
|
|
197
|
+
"label": "Grade 5 · Claim 1 · Target 1 (Key Details)",
|
|
198
|
+
"grade": 5,
|
|
199
|
+
"skill": "key-details",
|
|
200
|
+
"textType": "literary",
|
|
201
|
+
"baseStandard": "rl-1",
|
|
202
|
+
"defaultDok": "r-dok2",
|
|
203
|
+
"answerKind": "evidence",
|
|
204
|
+
"singlePartHotText": true,
|
|
205
|
+
"taskModels": {
|
|
206
|
+
"tm1": "multiple-choice",
|
|
207
|
+
"tm2": "multi-select",
|
|
208
|
+
"tm3": "hot-text"
|
|
209
|
+
},
|
|
210
|
+
"standards": [
|
|
211
|
+
"RL_G5"
|
|
212
|
+
],
|
|
213
|
+
"dimensions": [
|
|
214
|
+
"supporting-evidence"
|
|
215
|
+
],
|
|
216
|
+
"errorTypes": [],
|
|
217
|
+
"dimStandard": {
|
|
218
|
+
"supporting-evidence": "rl-1"
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
"c1-t8": {
|
|
222
|
+
"id": "c1-t8",
|
|
223
|
+
"label": "Grade 5 · Claim 1 · Target 8 (Key Details)",
|
|
224
|
+
"grade": 5,
|
|
225
|
+
"skill": "key-details",
|
|
226
|
+
"textType": "informational",
|
|
227
|
+
"baseStandard": "ri-1",
|
|
228
|
+
"defaultDok": "r-dok2",
|
|
229
|
+
"answerKind": "evidence",
|
|
230
|
+
"singlePartHotText": true,
|
|
231
|
+
"taskModels": {
|
|
232
|
+
"tm1": "multiple-choice",
|
|
233
|
+
"tm2": "multi-select",
|
|
234
|
+
"tm3": "hot-text"
|
|
235
|
+
},
|
|
236
|
+
"standards": [
|
|
237
|
+
"RI_G5"
|
|
238
|
+
],
|
|
239
|
+
"dimensions": [
|
|
240
|
+
"supporting-evidence"
|
|
241
|
+
],
|
|
242
|
+
"errorTypes": [],
|
|
243
|
+
"dimStandard": {
|
|
244
|
+
"supporting-evidence": "ri-7"
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"c1-t10": {
|
|
248
|
+
"id": "c1-t10",
|
|
249
|
+
"label": "Grade 5 · Claim 1 · Target 10 (Word Meanings)",
|
|
250
|
+
"grade": 5,
|
|
251
|
+
"skill": "word-meanings",
|
|
252
|
+
"textType": "informational",
|
|
253
|
+
"baseStandard": "ri-4",
|
|
254
|
+
"defaultDok": "r-dok2",
|
|
255
|
+
"answerKind": "meaning",
|
|
256
|
+
"singlePartHotText": false,
|
|
257
|
+
"taskModels": {
|
|
258
|
+
"tm1": "multiple-choice",
|
|
259
|
+
"tm2": "multi-select",
|
|
260
|
+
"tm3": "hot-text"
|
|
261
|
+
},
|
|
262
|
+
"standards": [
|
|
263
|
+
"RI_G5",
|
|
264
|
+
"L_G5"
|
|
265
|
+
],
|
|
266
|
+
"dimensions": [
|
|
267
|
+
"word-meaning"
|
|
268
|
+
],
|
|
269
|
+
"errorTypes": [
|
|
270
|
+
"other-meaning",
|
|
271
|
+
"misinterprets",
|
|
272
|
+
"wrong-context"
|
|
273
|
+
],
|
|
274
|
+
"dimStandard": {
|
|
275
|
+
"word-meaning": "l-4"
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
}
|
package/dist/static/template.gc
CHANGED
|
@@ -1,67 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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
|
-
{}..
|
|
1
|
+
passage "Title"
|
|
2
|
+
type literary
|
|
3
|
+
lines [
|
|
4
|
+
"Line one."
|
|
5
|
+
] claims []
|
|
6
|
+
evidence []
|
|
7
|
+
outcomes [] {}..
|