@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.
Files changed (96) hide show
  1. package/dist/compiler.d.ts.map +1 -1
  2. package/dist/compiler.js +94 -130
  3. package/dist/compiler.js.map +1 -1
  4. package/dist/embedding.d.ts +1 -0
  5. package/dist/embedding.d.ts.map +1 -1
  6. package/dist/embedding.js +105 -11
  7. package/dist/embedding.js.map +1 -1
  8. package/dist/index.d.ts +4 -0
  9. package/dist/index.d.ts.map +1 -1
  10. package/dist/index.js +2 -0
  11. package/dist/index.js.map +1 -1
  12. package/dist/lexicon.d.ts +7 -0
  13. package/dist/lexicon.d.ts.map +1 -1
  14. package/dist/lexicon.js +16 -8
  15. package/dist/lexicon.js.map +1 -1
  16. package/dist/static/examples.md +105 -0
  17. package/dist/static/instructions.md +397 -47
  18. package/dist/static/language-info.json +19 -4
  19. package/dist/static/lexicon.json +112 -0
  20. package/dist/static/scope.json +9 -8
  21. package/dist/static/spec.html +81 -15
  22. package/dist/static/stems.md +181 -5
  23. package/dist/static/targets.json +279 -0
  24. package/dist/static/template.gc +7 -67
  25. package/dist/static/unparse-hints.json +3 -0
  26. package/dist/static/usage-guide.md +48 -5
  27. package/dist/targets.d.ts +27 -0
  28. package/dist/targets.d.ts.map +1 -0
  29. package/dist/targets.js +250 -0
  30. package/dist/targets.js.map +1 -0
  31. package/dist/verify-example.d.ts +27 -0
  32. package/dist/verify-example.d.ts.map +1 -0
  33. package/dist/verify-example.js +82 -0
  34. package/dist/verify-example.js.map +1 -0
  35. package/package.json +2 -2
  36. package/spec/#template.gc# +20 -0
  37. package/spec/docs.md +51 -16
  38. package/spec/examples/c1-t1-tm1-multiplechoice.expect.json +1 -0
  39. package/spec/examples/c1-t1-tm1-multiplechoice.gc +27 -0
  40. package/spec/examples/c1-t1-tm2-multiselect.expect.json +1 -0
  41. package/spec/examples/c1-t1-tm2-multiselect.gc +27 -0
  42. package/spec/examples/c1-t1-tm3-hottext.expect.json +1 -0
  43. package/spec/examples/c1-t1-tm3-hottext.gc +27 -0
  44. package/spec/examples/c1-t10-tm1-multiplechoice.expect.json +1 -0
  45. package/spec/examples/c1-t10-tm1-multiplechoice.gc +15 -0
  46. package/spec/examples/c1-t10-tm2-multiselect.expect.json +1 -0
  47. package/spec/examples/c1-t10-tm2-multiselect.gc +15 -0
  48. package/spec/examples/c1-t10-tm3-hottext.expect.json +1 -0
  49. package/spec/examples/c1-t10-tm3-hottext.gc +13 -0
  50. package/spec/examples/c1-t11-tm1-ebsr.expect.json +4 -0
  51. package/spec/examples/c1-t11-tm1-ebsr.gc +30 -0
  52. package/spec/examples/c1-t11-tm2-hottext.expect.json +4 -0
  53. package/spec/examples/c1-t11-tm2-hottext.gc +30 -0
  54. package/spec/examples/c1-t11-tm3-shorttext.expect.json +4 -0
  55. package/spec/examples/c1-t11-tm3-shorttext.gc +30 -0
  56. package/spec/examples/c1-t2-tm1-multiplechoice.expect.json +1 -0
  57. package/spec/examples/c1-t2-tm1-multiplechoice.gc +29 -0
  58. package/spec/examples/c1-t2-tm2-multiselect.expect.json +1 -0
  59. package/spec/examples/c1-t2-tm2-multiselect.gc +28 -0
  60. package/spec/examples/c1-t2-tm3-ebsr.expect.json +1 -0
  61. package/spec/examples/c1-t2-tm3-ebsr.gc +29 -0
  62. package/spec/examples/c1-t2-tm4-hottext.expect.json +1 -0
  63. package/spec/examples/c1-t2-tm4-hottext.gc +19 -0
  64. package/spec/examples/c1-t2-tm5-shorttext.expect.json +1 -0
  65. package/spec/examples/c1-t2-tm5-shorttext.gc +20 -0
  66. package/spec/examples/c1-t4-tm1-ebsr.expect.json +4 -0
  67. package/spec/examples/c1-t4-tm1-ebsr.gc +30 -0
  68. package/spec/examples/c1-t4-tm2-hottext.expect.json +4 -0
  69. package/spec/examples/c1-t4-tm2-hottext.gc +30 -0
  70. package/spec/examples/c1-t4-tm3-shorttext.expect.json +4 -0
  71. package/spec/examples/c1-t4-tm3-shorttext.gc +30 -0
  72. package/spec/examples/c1-t8-tm1-multiplechoice.expect.json +1 -0
  73. package/spec/examples/c1-t8-tm1-multiplechoice.gc +25 -0
  74. package/spec/examples/c1-t8-tm2-multiselect.expect.json +1 -0
  75. package/spec/examples/c1-t8-tm2-multiselect.gc +25 -0
  76. package/spec/examples/c1-t8-tm3-hottext.expect.json +1 -0
  77. package/spec/examples/c1-t8-tm3-hottext.gc +25 -0
  78. package/spec/examples/c1-t9-tm1-multiplechoice.expect.json +1 -0
  79. package/spec/examples/c1-t9-tm1-multiplechoice.gc +23 -0
  80. package/spec/examples/c1-t9-tm2-multiselect.expect.json +1 -0
  81. package/spec/examples/c1-t9-tm2-multiselect.gc +24 -0
  82. package/spec/examples/c1-t9-tm3-ebsr.expect.json +10 -0
  83. package/spec/examples/c1-t9-tm3-ebsr.gc +30 -0
  84. package/spec/examples/c1-t9-tm4-hottext.expect.json +10 -0
  85. package/spec/examples/c1-t9-tm4-hottext.gc +20 -0
  86. package/spec/examples/c1-t9-tm5-shorttext.expect.json +10 -0
  87. package/spec/examples/c1-t9-tm5-shorttext.gc +20 -0
  88. package/spec/examples.md +100 -86
  89. package/spec/instructions.md +367 -44
  90. package/spec/language-info.json +18 -3
  91. package/spec/rag-examples-design.md +74 -0
  92. package/spec/scope.json +9 -8
  93. package/spec/spec.md +90 -15
  94. package/spec/stems.md +181 -5
  95. package/spec/template.gc +7 -67
  96. package/spec/usage-guide.md +48 -5
package/spec/docs.md CHANGED
@@ -17,7 +17,7 @@ for the meaning of a targeted word in context.
17
17
 
18
18
  One language serves **multiple learning targets**, chosen by a required top-level `target`:
19
19
  `c1-t4` (literary, RL), `c1-t11` (informational, RI), `c1-t9` (informational, RI-1/RI-2),
20
- `c1-t8` (informational, RI-1/RI-7), or `c1-t10` (informational, RI-4/L-4). It is
20
+ `c1-t2` (literary, RL-1/RL-2), `c1-t1` (literary, RL-1), `c1-t8` (informational, RI-1/RI-7), or `c1-t10` (informational, RI-4/L-4). It is
21
21
  **item-first**: a program declares its `target`, then authors the `outcome`s (questions) first —
22
22
  each with a unique `id`, a `focus` correct claim (a **list** on `multi-select`), and an explicit
23
23
  `stem` — then the supported and distractor `claim`s (each distractor `targets` the question(s) it
@@ -33,26 +33,61 @@ The program
33
33
  target c1-t4
34
34
  passage "The Tide Pool"
35
35
  type literary
36
- lines [ "Mara crouched at the edge of the tide pool, ignoring the picnic behind her." ]
37
- claims [ claim id "c1" status supported dimension character subject "Mara"
38
- text "Mara is more interested in the tide pool than in the picnic." cites ["e1"] {}
36
+ lines [
37
+ "Mara crouched at the edge of the tide pool, ignoring the picnic behind her."
38
+ "Her brother called twice, but she did not turn around."
39
+ "A tiny crab scuttled under a rock, and Mara smiled for the first time all day."
40
+ "She traced the cold water as if the pool were the only thing that mattered."
41
+ "Behind her, paper plates rustled and her mother laughed."
42
+ "Someone asked whether she wanted a sandwich, and she said nothing at all."
43
+ "Only when her father folded the last chair did Mara stand up."
44
+ "The tide crept in and filled the pool to its rim."
45
+ ]
46
+ claims [
47
+ claim id "c1" status supported dimension character subject "Mara"
48
+ text "Mara cares more about the tide pool than about the picnic." cites ["e1" "e3" "e4"] {}
49
+ /* an EBSR needs 3 foils, so author at least 5 distractors targeting the question */
39
50
  claim id "c2" status distractor error-type misreads-detail targets ["q1"]
40
- text "Mara is angry at her brother." rationale "Silence is absorption, not anger." cites ["e1"] {} ]
41
- evidence [ source id "e1" line 1 status directly-supports supports ["c1"] {} ]
42
- outcomes [ outcome id "q1" type ebsr dimension character subject "Mara" standard rl-1 focus "c1"
43
- stem "Which of these inferences about Mara is supported by the passage?"
44
- stem-b "Which sentence(s) from the passage best support your answer in Part A?" {} ]
51
+ text "Mara is angry at her brother for calling her twice." rationale "Not turning around shows absorption, not anger." cites ["e2"] {}
52
+ claim id "c3" status distractor error-type misreads-detail targets ["q1"]
53
+ text "Mara is bored by the pool and wants to go home." rationale "Her stillness is focus, not boredom." cites ["e2"] {}
54
+ claim id "c4" status distractor error-type erroneous-inference targets ["q1"]
55
+ text "Mara would rather be indoors than out at the beach." rationale "Contradicted by her smile at the crab." cites ["e3"] {}
56
+ claim id "c5" status distractor error-type erroneous-inference targets ["q1"]
57
+ text "Mara is waiting for her brother to come look with her." rationale "Invents a goal the passage never states." cites ["e2"] {}
58
+ claim id "c6" status distractor error-type faulty-reasoning targets ["q1"]
59
+ text "Mara is quiet, so something must have upset her." rationale "Treats quiet as upset without support." cites ["e2"] {}
60
+ ]
61
+ evidence [
62
+ source id "e1" line 1 quote "Mara crouched at the edge of the tide pool, ignoring the picnic behind her." status directly-supports supports ["c1"] {}
63
+ source id "e3" line 3 quote "A tiny crab scuttled under a rock, and Mara smiled for the first time all day." status directly-supports supports ["c1"] {}
64
+ source id "e4" line 4 quote "She traced the cold water as if the pool were the only thing that mattered." status directly-supports supports ["c1"] {}
65
+ /* NO-GIVEAWAY: back BOTH the key and a distractor so Part B does not telegraph Part A */
66
+ source id "e2" line 2 quote "Her brother called twice, but she did not turn around." status supports-wrong-claim supports ["c1" "c2"] {}
67
+ source id "e6" line 6 quote "Someone asked whether she wanted a sandwich, and she said nothing at all." status supports-wrong-claim supports ["c1" "c6"] {}
68
+ source id "e5" line 5 quote "Behind her, paper plates rustled and her mother laughed." status irrelevant supports [] {}
69
+ source id "e7" line 7 quote "Only when her father folded the last chair did Mara stand up." status irrelevant supports [] {}
70
+ source id "e8" line 8 quote "The tide crept in and filled the pool to its rim." status irrelevant supports [] {}
71
+ ]
72
+ outcomes [
73
+ outcome id "q1" type ebsr task-model tm1 dimension character subject "Mara" standard rl-1 focus "c1"
74
+ stem "Which of these inferences about Mara is supported by the passage?"
75
+ stem-b "Which sentence(s) from the passage best support your answer in Part A?" {}
76
+ ]
45
77
  {}..
46
78
  ```
47
79
 
48
80
  composes a two-part EBSR item and renders it as an answerable form with a Student / Review
49
- toggle.
81
+ toggle. This example is Target 4 (literary, R&E); the other targets use the same flat-chain shape
82
+ but author their options differently — **T2**/**T9** (Central Ideas) significance-taxonomy `claim`s,
83
+ **T1**/**T8** (Key Details) `source`s with the inference given in the stem, **T10** (Word Meanings)
84
+ `meaning`s of a targeted `word`. See `instructions.md` for a full worked program per target.
50
85
 
51
86
  ### Vocabulary
52
87
 
53
88
  | Form | Arity | Example | Description |
54
89
  | ---- | :---: | ------- | ----------- |
55
- | **target** | 2 | `target c1-t11` | Required, top level; selects the learning-target profile (`c1-t4` / `c1-t11` / `c1-t9` / `c1-t8` / `c1-t10`) |
90
+ | **target** | 2 | `target c1-t11` | Required, top level; selects the learning-target profile (`c1-t4` / `c1-t11` / `c1-t2` / `c1-t9` / `c1-t1` / `c1-t8` / `c1-t10`) |
56
91
  | **passage** | 2 | `passage "Title"` | Sets the passage heading; chains with `type` and `lines` |
57
92
  | **type** | 2 | `type literary` | Passage type (`literary` / `informational`) or, on an outcome, the item type |
58
93
  | **lines** | 2 | `lines [ "..." "..." ]` | Passage paragraphs (one entry per source paragraph), auto-numbered from 1 — preserve the request's paragraph breaks; don't merge into one block. Hot Text selects at the sentence level automatically, so split by paragraph (not by sentence) for every task model |
@@ -69,7 +104,7 @@ toggle.
69
104
 
70
105
  Attribute functions (arity-2, merge one key into the element's record):
71
106
 
72
- - **top level** — `target` (required: `c1-t4` | `c1-t11` | `c1-t9` | `c1-t8` | `c1-t10`), `title` (optional), `grade` (optional reading-level target; defaults to the target's grade), `words` (c1-t10 only — a list of `word`s)
107
+ - **top level** — `target` (required: `c1-t4` | `c1-t11` | `c1-t2` | `c1-t9` | `c1-t1` | `c1-t8` | `c1-t10`), `title` (optional), `grade` (optional reading-level target; defaults to the target's grade), `words` (c1-t10 only — a list of `word`s)
73
108
  - **word / meaning** (c1-t10) — `word` has `id`, `text`, `line`/`quote`, `meanings`; `meaning` has `id`, `text`, `status` (`correct` | `distractor`), `error-type`* + `rationale`* on distractors
74
109
  - **identity / refs** — `id`, `cites` (claim→evidence ids), `supports` (evidence→claim ids), `focus` (outcome→correct claim id, or a list on `multi-select`), `targets` (distractor→outcome ids)
75
110
  - **claim** — `status`, `dimension`, `text`, `error-type`*, `rationale`*, `targets`*, `plausibility` (0–1 distractor temptingness override), `subject`, `standard`, `dok`
@@ -81,14 +116,14 @@ Attribute functions (arity-2, merge one key into the element's record):
81
116
 
82
117
  ### Enumerations
83
118
 
84
- - `target`: `c1-t4` (literary, R&E), `c1-t11` (informational, R&E), `c1-t9` (informational, Central Ideas), `c1-t8` (informational, Key Details), `c1-t10` (informational, Word Meanings)
119
+ - `target`: `c1-t4` (literary, R&E), `c1-t11` (informational, R&E), `c1-t9` (informational, Central Ideas), `c1-t2` (**literary**, Central Ideas), `c1-t1` (**literary**, Key Details), `c1-t8` (informational, Key Details), `c1-t10` (informational, Word Meanings)
85
120
  - item `type`: `ebsr`, `hot-text`, `short-text`, `multiple-choice`, `multi-select` (allowed set per target — T4/T11: ebsr/hot-text/short-text · T9: multiple-choice/multi-select/ebsr/hot-text/short-text · T8: multiple-choice/multi-select/hot-text · T10: multiple-choice/multi-select/hot-text)
86
121
  - `dimension` (c1-t4): `character`, `setting`, `event`, `point-of-view`, `theme`, `topic`, `narrators-feelings`, `character-relationship`
87
122
  - `dimension` (c1-t11): `relationships-interactions`, `author-use-of-information`, `point-of-view`, `purpose`, `authors-opinion`
88
- - `dimension` (c1-t9): `central-idea`, `key-detail`, `summary` · (c1-t8): `supporting-evidence` · (c1-t10): `word-meaning`
123
+ - `dimension` (c1-t2): `theme`, `central-idea`, `key-detail`, `summary` · (c1-t9): `central-idea`, `key-detail`, `summary` · (c1-t1 / c1-t8): `supporting-evidence` · (c1-t10): `word-meaning`
89
124
  - claim `status`: `supported`, `distractor` · source `status`: `directly-supports`, `supports-wrong-claim`, `irrelevant` · meaning `status` (c1-t10): `correct`, `distractor`
90
- - `error-type` (c1-t4 / c1-t11): `misreads-detail`, `erroneous-inference`, `faulty-reasoning` · (c1-t9): `too-narrow`, `too-broad`, `misreads-detail`, `insignificant` · (c1-t8): none (non-supporting sources) · (c1-t10): `other-meaning`, `misinterprets`, `wrong-context`
91
- - `standard` (c1-t4): `rl-1`, `rl-3`, `rl-6`, `rl-9` · (c1-t11): `ri-1`, `ri-3`, `ri-6`, `ri-7`, `ri-8`, `ri-9` · (c1-t9): `ri-1`, `ri-2` · (c1-t8): `ri-1`, `ri-7` · (c1-t10): `ri-4`, `l-4`, `l-4a`, `l-4b`, `l-4c`, `l-5c`
125
+ - `error-type` (c1-t4 / c1-t11): `misreads-detail`, `erroneous-inference`, `faulty-reasoning` · (c1-t2 / c1-t9): `too-narrow`, `too-broad`, `misreads-detail`, `insignificant` · (c1-t1 / c1-t8): none (non-supporting sources) · (c1-t10): `other-meaning`, `misinterprets`, `wrong-context`
126
+ - `standard` — full CCSS Grade-5 strand for the text type accepted; the dimension's companion is inferred when omitted. Primary companions — (c1-t4): `rl-1` + `rl-2` (theme/topic) / `rl-3` / `rl-6` [full RL `rl-1`–`rl-7`/`rl-9`, no `rl-8`] · (c1-t11): `ri-1` + `ri-3` / `ri-6` / `ri-7` / `ri-8` · (c1-t2): `rl-1` + `rl-2` · (c1-t9): `ri-1` + `ri-2` · (c1-t1): `rl-1` alone (no companion) · (c1-t8): `ri-1` + `ri-7` [c1-t11/t9/t8 accept full RI `ri-1`–`ri-9`] · (c1-t10): `ri-4` + the `l-4` / `l-5` families
92
127
  - `dok`: `r-dok1`, `r-dok2`, `r-dok3` (R&E → r-dok3; T9 → r-dok2, written summary r-dok3; T8 & T10 → r-dok2)
93
128
 
94
129
  ### Grade-appropriate reading level
@@ -0,0 +1 @@
1
+ { "prompt": "From a short literary story about a girl who quietly repairs a neighbor's porch, author a c1-t1 Task Model 1 (Multiple Choice) item that states the conclusion 'Nina takes care of a problem on her own, without being told to' and asks which line from the passage best supports it. The options are passage sources, not statements (dimension supporting-evidence, standard rl-1).", "expect": { "target": "c1-t1", "taskModel": "tm1", "itemType": "multiple-choice", "dimension": "supporting-evidence", "standard": "rl-1" } }
@@ -0,0 +1,27 @@
1
+ target c1-t1 passage "The Loose Board" type literary lines [
2
+ "Nina had walked past Mr. Ruiz's crooked porch a hundred times."
3
+ "The third board rocked under her feet every time she crossed it."
4
+ "On Saturday she stopped, because someone had left a hammer on the step."
5
+ "She looked up and down the empty street."
6
+ "Then she knelt down and set the first nail without anyone asking her to."
7
+ "Her arm ached by the fourth nail, but she did not quit."
8
+ "She tested the board twice with her heel."
9
+ "Then she put the hammer back exactly where she had found it."
10
+ "Mr. Ruiz never learned who had fixed his porch."
11
+ ]
12
+ claims [
13
+ claim id "c1" status supported dimension supporting-evidence subject "Nina" text "Nina takes care of a problem on her own, without being told to." cites ["e1" "e2"] {}
14
+ ]
15
+ evidence [
16
+ source id "e1" line 5 status directly-supports supports ["c1"] quote "Then she knelt down and set the first nail without anyone asking her to." {},
17
+ source id "e2" line 9 status directly-supports supports ["c1"] quote "Mr. Ruiz never learned who had fixed his porch." {},
18
+ source id "e3" line 1 status irrelevant supports [] quote "Nina had walked past Mr. Ruiz's crooked porch a hundred times." rationale "Tells how often Nina passed the porch, not that she chose to act on her own." {},
19
+ source id "e4" line 2 status irrelevant supports [] quote "The third board rocked under her feet every time she crossed it." rationale "Describes the problem itself; a student may mistake the problem for evidence of Nina's choice." {},
20
+ source id "e5" line 3 status irrelevant supports [] quote "On Saturday she stopped, because someone had left a hammer on the step." rationale "Invites the erroneous inference that Nina helped only because a tool happened to be there." {},
21
+ source id "e6" line 4 status irrelevant supports [] quote "She looked up and down the empty street." rationale "Sets the scene; shows no action Nina took." {},
22
+ source id "e7" line 6 status irrelevant supports [] quote "Her arm ached by the fourth nail, but she did not quit." rationale "Shows persistence once she had started, not that she started unasked." {},
23
+ source id "e8" line 7 status irrelevant supports [] quote "She tested the board twice with her heel." rationale "Shows carefulness about the repair, a different quality than acting without being told." {},
24
+ source id "e9" line 8 status irrelevant supports [] quote "Then she put the hammer back exactly where she had found it." rationale "Shows tidiness; a student may read any good habit as support for the conclusion." {}
25
+ ]
26
+ outcomes [ outcome id "q1" type multiple-choice task-model tm1 dimension supporting-evidence subject "Nina" focus "c1" 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?" {} ]
27
+ {}..
@@ -0,0 +1 @@
1
+ { "prompt": "From the same story about the loose porch board, author a c1-t1 Task Model 2 (Multi-Select) item asking which TWO lines best support the stated conclusion; the two directly-supporting sources are the correct set (dimension supporting-evidence, standard rl-1).", "expect": { "target": "c1-t1", "taskModel": "tm2", "itemType": "multi-select", "dimension": "supporting-evidence", "standard": "rl-1" } }
@@ -0,0 +1,27 @@
1
+ target c1-t1 passage "The Loose Board" type literary lines [
2
+ "Nina had walked past Mr. Ruiz's crooked porch a hundred times."
3
+ "The third board rocked under her feet every time she crossed it."
4
+ "On Saturday she stopped, because someone had left a hammer on the step."
5
+ "She looked up and down the empty street."
6
+ "Then she knelt down and set the first nail without anyone asking her to."
7
+ "Her arm ached by the fourth nail, but she did not quit."
8
+ "She tested the board twice with her heel."
9
+ "Then she put the hammer back exactly where she had found it."
10
+ "Mr. Ruiz never learned who had fixed his porch."
11
+ ]
12
+ claims [
13
+ claim id "c1" status supported dimension supporting-evidence subject "Nina" text "Nina takes care of a problem on her own, without being told to." cites ["e1" "e2"] {}
14
+ ]
15
+ evidence [
16
+ source id "e1" line 5 status directly-supports supports ["c1"] quote "Then she knelt down and set the first nail without anyone asking her to." {},
17
+ source id "e2" line 9 status directly-supports supports ["c1"] quote "Mr. Ruiz never learned who had fixed his porch." {},
18
+ source id "e3" line 1 status irrelevant supports [] quote "Nina had walked past Mr. Ruiz's crooked porch a hundred times." rationale "Tells how often Nina passed the porch, not that she chose to act on her own." {},
19
+ source id "e4" line 2 status irrelevant supports [] quote "The third board rocked under her feet every time she crossed it." rationale "Describes the problem itself; a student may mistake the problem for evidence of Nina's choice." {},
20
+ source id "e5" line 3 status irrelevant supports [] quote "On Saturday she stopped, because someone had left a hammer on the step." rationale "Invites the erroneous inference that Nina helped only because a tool happened to be there." {},
21
+ source id "e6" line 4 status irrelevant supports [] quote "She looked up and down the empty street." rationale "Sets the scene; shows no action Nina took." {},
22
+ source id "e7" line 6 status irrelevant supports [] quote "Her arm ached by the fourth nail, but she did not quit." rationale "Shows persistence once she had started, not that she started unasked." {},
23
+ source id "e8" line 7 status irrelevant supports [] quote "She tested the board twice with her heel." rationale "Shows carefulness about the repair, a different quality than acting without being told." {},
24
+ source id "e9" line 8 status irrelevant supports [] quote "Then she put the hammer back exactly where she had found it." rationale "Shows tidiness; a student may read any good habit as support for the conclusion." {}
25
+ ]
26
+ outcomes [ outcome id "q1" type multi-select task-model tm2 dimension supporting-evidence subject "Nina" focus "c1" 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." {} ]
27
+ {}..
@@ -0,0 +1 @@
1
+ { "prompt": "From the same story about the loose porch board, author a c1-t1 Task Model 3 (Hot Text) single-part item: state the conclusion, then have students click the two sentences in the passage that support it (dimension supporting-evidence, standard rl-1).", "expect": { "target": "c1-t1", "taskModel": "tm3", "itemType": "hot-text", "dimension": "supporting-evidence", "standard": "rl-1" } }
@@ -0,0 +1,27 @@
1
+ target c1-t1 passage "The Loose Board" type literary lines [
2
+ "Nina had walked past Mr. Ruiz's crooked porch a hundred times."
3
+ "The third board rocked under her feet every time she crossed it."
4
+ "On Saturday she stopped, because someone had left a hammer on the step."
5
+ "She looked up and down the empty street."
6
+ "Then she knelt down and set the first nail without anyone asking her to."
7
+ "Her arm ached by the fourth nail, but she did not quit."
8
+ "She tested the board twice with her heel."
9
+ "Then she put the hammer back exactly where she had found it."
10
+ "Mr. Ruiz never learned who had fixed his porch."
11
+ ]
12
+ claims [
13
+ claim id "c1" status supported dimension supporting-evidence subject "Nina" text "Nina takes care of a problem on her own, without being told to." cites ["e1" "e2"] {}
14
+ ]
15
+ evidence [
16
+ source id "e1" line 5 status directly-supports supports ["c1"] quote "Then she knelt down and set the first nail without anyone asking her to." {},
17
+ source id "e2" line 9 status directly-supports supports ["c1"] quote "Mr. Ruiz never learned who had fixed his porch." {},
18
+ source id "e3" line 1 status irrelevant supports [] quote "Nina had walked past Mr. Ruiz's crooked porch a hundred times." rationale "Tells how often Nina passed the porch, not that she chose to act on her own." {},
19
+ source id "e4" line 2 status irrelevant supports [] quote "The third board rocked under her feet every time she crossed it." rationale "Describes the problem itself; a student may mistake the problem for evidence of Nina's choice." {},
20
+ source id "e5" line 3 status irrelevant supports [] quote "On Saturday she stopped, because someone had left a hammer on the step." rationale "Invites the erroneous inference that Nina helped only because a tool happened to be there." {},
21
+ source id "e6" line 4 status irrelevant supports [] quote "She looked up and down the empty street." rationale "Sets the scene; shows no action Nina took." {},
22
+ source id "e7" line 6 status irrelevant supports [] quote "Her arm ached by the fourth nail, but she did not quit." rationale "Shows persistence once she had started, not that she started unasked." {},
23
+ source id "e8" line 7 status irrelevant supports [] quote "She tested the board twice with her heel." rationale "Shows carefulness about the repair, a different quality than acting without being told." {},
24
+ source id "e9" line 8 status irrelevant supports [] quote "Then she put the hammer back exactly where she had found it." rationale "Shows tidiness; a student may read any good habit as support for the conclusion." {}
25
+ ]
26
+ outcomes [ outcome id "q1" type hot-text task-model tm3 dimension supporting-evidence subject "Nina" focus "c1" 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." {} ]
27
+ {}..
@@ -0,0 +1 @@
1
+ { "prompt": "From an informational passage that uses the word 'aqueduct' in context, author a c1-t10 Task Model 1 (Multiple Choice) item asking what 'aqueduct' most likely means as used in the passage (dimension word-meaning, standard l-4a — context). Options are meanings: one correct plus distractors tagged other-meaning, misinterprets, and wrong-context.", "expect": { "target": "c1-t10", "taskModel": "tm1", "itemType": "multiple-choice", "dimension": "word-meaning", "standard": "l-4a" } }
@@ -0,0 +1,15 @@
1
+ target c1-t10 passage "The City Aqueduct" type informational lines [
2
+ "The city built a long aqueduct to carry water from the hills."
3
+ "Workers dug a deep channel and lined it with smooth stone."
4
+ "When it rained, the ditch beside the road filled with mud."
5
+ ]
6
+ words [
7
+ word id "w1" text "aqueduct" line 1 quote "The city built a long aqueduct to carry water from the hills." meanings [
8
+ meaning id "m1" status correct text "a channel that carries water" {},
9
+ meaning id "m2" status distractor error-type other-meaning text "a large boat that carries cargo" rationale "another meaning that ignores the water-carrying context" {},
10
+ meaning id "m3" status distractor error-type misinterprets text "a tall tower built of stone" rationale "misreads the sentence, which is about carrying water" {},
11
+ meaning id "m4" status distractor error-type wrong-context text "a wide road made for wagons" rationale "uses the wrong context" {}
12
+ ] {}
13
+ ]
14
+ outcomes [ outcome id "q1" type multiple-choice task-model tm1 dimension word-meaning subject "aqueduct" standard l-4a focus "w1" stem "Read the sentence: \"The city built a long aqueduct to carry water from the hills.\" What does the word aqueduct most likely mean?" {} ]
15
+ {}..
@@ -0,0 +1 @@
1
+ { "prompt": "From the same passage, author a c1-t10 Task Model 2 (Multi-Select) item: 'What does the word aqueduct most likely mean? Choose two answers.' Two correct meanings plus distractor meanings (dimension word-meaning, standard l-5c).", "expect": { "target": "c1-t10", "taskModel": "tm2", "itemType": "multi-select", "dimension": "word-meaning", "standard": "l-5c" } }
@@ -0,0 +1,15 @@
1
+ target c1-t10 passage "The City Aqueduct" type informational lines [
2
+ "The city built a long aqueduct to carry water from the hills."
3
+ "Workers dug a deep channel and lined it with smooth stone."
4
+ "When it rained, the ditch beside the road filled with mud."
5
+ ]
6
+ words [
7
+ word id "w1" text "aqueduct" line 1 quote "The city built a long aqueduct to carry water from the hills." meanings [
8
+ meaning id "m1" status correct text "a channel that carries water" {},
9
+ meaning id "m2" status correct text "a bridge that carries water" {},
10
+ meaning id "m3" status distractor error-type misinterprets text "a tall tower built of stone" rationale "misreads the sentence, which is about carrying water" {},
11
+ meaning id "m4" status distractor error-type wrong-context text "a wide road made for wagons" rationale "uses the wrong context" {}
12
+ ] {}
13
+ ]
14
+ outcomes [ outcome id "q1" type multi-select task-model tm2 dimension word-meaning subject "aqueduct" standard l-5c focus "w1" stem "What does the word aqueduct most likely mean? Choose two answers." {} ]
15
+ {}..
@@ -0,0 +1 @@
1
+ { "prompt": "From the same passage, author a c1-t10 Task Model 3 (Hot Text) click-the-word item: click the word in the paragraph that matches a given definition. The focus word (aqueduct) is correct; author a few distractor candidate words from the same paragraph. Standard l-4a; keep the passage out of the stem.", "expect": { "target": "c1-t10", "taskModel": "tm3", "itemType": "hot-text", "dimension": "word-meaning", "standard": "l-4a" } }
@@ -0,0 +1,13 @@
1
+ target c1-t10 passage "The City Aqueduct" type informational lines [
2
+ "The city built a long aqueduct to carry water from the hills."
3
+ "Workers dug a deep channel and lined it with smooth stone."
4
+ "When it rained, the ditch beside the road filled with mud."
5
+ ]
6
+ words [
7
+ word id "w1" text "aqueduct" line 1 {},
8
+ word id "w2" text "city" line 1 {},
9
+ word id "w3" text "water" line 1 {},
10
+ word id "w4" text "hills" line 1 {}
11
+ ]
12
+ outcomes [ outcome id "q1" type hot-text task-model tm3 dimension word-meaning subject "aqueduct" standard l-4a focus "w1" stem "Click the word in the paragraph that means a channel built to carry water across the land." {} ]
13
+ {}..
@@ -0,0 +1,4 @@
1
+ {
2
+ "prompt": "From an informational article on how bridge designs changed over time, author a c1-t11 Task Model 1 (ebsr) item about how each design is related to the one before it (dimension relationships-interactions, standard ri-3).",
3
+ "expect": { "target": "c1-t11", "taskModel": "tm1", "itemType": "ebsr", "dimension": "relationships-interactions", "standard": "ri-3" }
4
+ }
@@ -0,0 +1,30 @@
1
+ target c1-t11 passage "How Bridges Changed" type informational lines [
2
+ "Long ago, builders made bridges by laying flat stones across a stream."
3
+ "These beam bridges could only cross short gaps before they sagged."
4
+ "To span wider rivers, the Romans built arch bridges out of curved stone."
5
+ "The arch pushed the weight outward, so the bridge could carry heavy loads."
6
+ "Later, engineers hung the roadway from cables in a suspension bridge."
7
+ "Suspension bridges could cross gaps far too wide for any arch."
8
+ "Each new design solved a problem the earlier one could not."
9
+ "Today, engineers choose a design to fit the distance and the load."
10
+ ]
11
+ claims [
12
+ claim id "c1" status supported dimension relationships-interactions subject "the bridge designs" standard ri-3 text "Each new bridge design fixed a problem the last one could not." cites ["e1" "e2" "e3"] {},
13
+ claim id "c2" status distractor error-type misreads-detail plausibility 0.8 targets ["q1"] text "Beam bridges were the strongest kind of bridge ever built." rationale "Misreads the passage; beam bridges were the weakest." cites ["e4"] {},
14
+ claim id "c3" status distractor error-type erroneous-inference plausibility 0.6 targets ["q1"] text "The Romans invented every type of bridge in the article." rationale "Not stated; they built arch bridges, not all types." cites ["e5"] {},
15
+ claim id "c4" status distractor error-type faulty-reasoning plausibility 0.6 targets ["q1"] text "Newer bridges are always prettier than older bridges." rationale "Beauty is never discussed; the text is about solving problems." cites ["e6"] {},
16
+ claim id "c5" status distractor error-type misreads-detail plausibility 0.5 targets ["q1"] text "Suspension bridges are built only from curved stone." rationale "Confuses suspension bridges (cables) with arch bridges (stone)." cites ["e7"] {},
17
+ claim id "c6" status distractor error-type erroneous-inference plausibility 0.5 targets ["q1"] text "Engineers today still prefer the simple beam bridge." rationale "Contradicted; they choose a design by distance and load." cites ["e8"] {}
18
+ ]
19
+ evidence [
20
+ source id "e1" line 4 status directly-supports supports ["c1"] quote "The arch pushed the weight outward, so the bridge could carry heavy loads." {},
21
+ source id "e2" line 6 status directly-supports supports ["c1"] quote "Suspension bridges could cross gaps far too wide for any arch." {},
22
+ source id "e3" line 7 status directly-supports supports ["c1"] quote "Each new design solved a problem the earlier one could not." {},
23
+ source id "e4" line 2 status supports-wrong-claim supports ["c1" "c2"] quote "These beam bridges could only cross short gaps before they sagged." rationale "Describes a limit of one design, not the relationship across designs." {},
24
+ source id "e5" line 3 status supports-wrong-claim supports ["c3"] quote "To span wider rivers, the Romans built arch bridges out of curved stone." rationale "Backs the who-built-it detail, not the problem-solving relationship." {},
25
+ source id "e6" line 1 status irrelevant supports [] quote "Long ago, builders made bridges by laying flat stones across a stream." {},
26
+ source id "e7" line 5 status irrelevant supports [] quote "Later, engineers hung the roadway from cables in a suspension bridge." {},
27
+ source id "e8" line 8 status irrelevant supports [] quote "Today, engineers choose a design to fit the distance and the load." {}
28
+ ]
29
+ outcomes [ outcome id "q1" type ebsr task-model tm1 dimension relationships-interactions subject "the bridge designs" standard ri-3 focus "c1" stem "Which of these conclusions about how the bridge designs are related is supported by the passage?" stem-b "Which sentence(s) from the passage best support your answer in Part A?" {} ]
30
+ {}..
@@ -0,0 +1,4 @@
1
+ {
2
+ "prompt": "From an informational article on how bridge designs changed over time, author a c1-t11 Task Model 2 (hot-text) item about how each design is related to the one before it (dimension relationships-interactions, standard ri-3).",
3
+ "expect": { "target": "c1-t11", "taskModel": "tm2", "itemType": "hot-text", "dimension": "relationships-interactions", "standard": "ri-3" }
4
+ }
@@ -0,0 +1,30 @@
1
+ target c1-t11 passage "How Bridges Changed" type informational lines [
2
+ "Long ago, builders made bridges by laying flat stones across a stream."
3
+ "These beam bridges could only cross short gaps before they sagged."
4
+ "To span wider rivers, the Romans built arch bridges out of curved stone."
5
+ "The arch pushed the weight outward, so the bridge could carry heavy loads."
6
+ "Later, engineers hung the roadway from cables in a suspension bridge."
7
+ "Suspension bridges could cross gaps far too wide for any arch."
8
+ "Each new design solved a problem the earlier one could not."
9
+ "Today, engineers choose a design to fit the distance and the load."
10
+ ]
11
+ claims [
12
+ claim id "c1" status supported dimension relationships-interactions subject "the bridge designs" standard ri-3 text "Each new bridge design fixed a problem the last one could not." cites ["e1" "e2" "e3"] {},
13
+ claim id "c2" status distractor error-type misreads-detail plausibility 0.8 targets ["q1"] text "Beam bridges were the strongest kind of bridge ever built." rationale "Misreads the passage; beam bridges were the weakest." cites ["e4"] {},
14
+ claim id "c3" status distractor error-type erroneous-inference plausibility 0.6 targets ["q1"] text "The Romans invented every type of bridge in the article." rationale "Not stated; they built arch bridges, not all types." cites ["e5"] {},
15
+ claim id "c4" status distractor error-type faulty-reasoning plausibility 0.6 targets ["q1"] text "Newer bridges are always prettier than older bridges." rationale "Beauty is never discussed; the text is about solving problems." cites ["e6"] {},
16
+ claim id "c5" status distractor error-type misreads-detail plausibility 0.5 targets ["q1"] text "Suspension bridges are built only from curved stone." rationale "Confuses suspension bridges (cables) with arch bridges (stone)." cites ["e7"] {},
17
+ claim id "c6" status distractor error-type erroneous-inference plausibility 0.5 targets ["q1"] text "Engineers today still prefer the simple beam bridge." rationale "Contradicted; they choose a design by distance and load." cites ["e8"] {}
18
+ ]
19
+ evidence [
20
+ source id "e1" line 4 status directly-supports supports ["c1"] quote "The arch pushed the weight outward, so the bridge could carry heavy loads." {},
21
+ source id "e2" line 6 status directly-supports supports ["c1"] quote "Suspension bridges could cross gaps far too wide for any arch." {},
22
+ source id "e3" line 7 status directly-supports supports ["c1"] quote "Each new design solved a problem the earlier one could not." {},
23
+ source id "e4" line 2 status supports-wrong-claim supports ["c1" "c2"] quote "These beam bridges could only cross short gaps before they sagged." rationale "Describes a limit of one design, not the relationship across designs." {},
24
+ source id "e5" line 3 status supports-wrong-claim supports ["c3"] quote "To span wider rivers, the Romans built arch bridges out of curved stone." rationale "Backs the who-built-it detail, not the problem-solving relationship." {},
25
+ source id "e6" line 1 status irrelevant supports [] quote "Long ago, builders made bridges by laying flat stones across a stream." {},
26
+ source id "e7" line 5 status irrelevant supports [] quote "Later, engineers hung the roadway from cables in a suspension bridge." {},
27
+ source id "e8" line 8 status irrelevant supports [] quote "Today, engineers choose a design to fit the distance and the load." {}
28
+ ]
29
+ outcomes [ outcome id "q1" type hot-text task-model tm2 dimension relationships-interactions subject "the bridge designs" standard ri-3 focus "c1" stem "Click on the statement that best describes how the bridge designs are related, as supported by the passage." {} ]
30
+ {}..
@@ -0,0 +1,4 @@
1
+ {
2
+ "prompt": "From an informational article on how bridge designs changed over time, author a c1-t11 Task Model 3 (short-text) item about how each design is related to the one before it (dimension relationships-interactions, standard ri-3).",
3
+ "expect": { "target": "c1-t11", "taskModel": "tm3", "itemType": "short-text", "dimension": "relationships-interactions", "standard": "ri-3" }
4
+ }
@@ -0,0 +1,30 @@
1
+ target c1-t11 passage "How Bridges Changed" type informational lines [
2
+ "Long ago, builders made bridges by laying flat stones across a stream."
3
+ "These beam bridges could only cross short gaps before they sagged."
4
+ "To span wider rivers, the Romans built arch bridges out of curved stone."
5
+ "The arch pushed the weight outward, so the bridge could carry heavy loads."
6
+ "Later, engineers hung the roadway from cables in a suspension bridge."
7
+ "Suspension bridges could cross gaps far too wide for any arch."
8
+ "Each new design solved a problem the earlier one could not."
9
+ "Today, engineers choose a design to fit the distance and the load."
10
+ ]
11
+ claims [
12
+ claim id "c1" status supported dimension relationships-interactions subject "the bridge designs" standard ri-3 text "Each new bridge design fixed a problem the last one could not." cites ["e1" "e2" "e3"] {},
13
+ claim id "c2" status distractor error-type misreads-detail plausibility 0.8 targets ["q1"] text "Beam bridges were the strongest kind of bridge ever built." rationale "Misreads the passage; beam bridges were the weakest." cites ["e4"] {},
14
+ claim id "c3" status distractor error-type erroneous-inference plausibility 0.6 targets ["q1"] text "The Romans invented every type of bridge in the article." rationale "Not stated; they built arch bridges, not all types." cites ["e5"] {},
15
+ claim id "c4" status distractor error-type faulty-reasoning plausibility 0.6 targets ["q1"] text "Newer bridges are always prettier than older bridges." rationale "Beauty is never discussed; the text is about solving problems." cites ["e6"] {},
16
+ claim id "c5" status distractor error-type misreads-detail plausibility 0.5 targets ["q1"] text "Suspension bridges are built only from curved stone." rationale "Confuses suspension bridges (cables) with arch bridges (stone)." cites ["e7"] {},
17
+ claim id "c6" status distractor error-type erroneous-inference plausibility 0.5 targets ["q1"] text "Engineers today still prefer the simple beam bridge." rationale "Contradicted; they choose a design by distance and load." cites ["e8"] {}
18
+ ]
19
+ evidence [
20
+ source id "e1" line 4 status directly-supports supports ["c1"] quote "The arch pushed the weight outward, so the bridge could carry heavy loads." {},
21
+ source id "e2" line 6 status directly-supports supports ["c1"] quote "Suspension bridges could cross gaps far too wide for any arch." {},
22
+ source id "e3" line 7 status directly-supports supports ["c1"] quote "Each new design solved a problem the earlier one could not." {},
23
+ source id "e4" line 2 status supports-wrong-claim supports ["c1" "c2"] quote "These beam bridges could only cross short gaps before they sagged." rationale "Describes a limit of one design, not the relationship across designs." {},
24
+ source id "e5" line 3 status supports-wrong-claim supports ["c3"] quote "To span wider rivers, the Romans built arch bridges out of curved stone." rationale "Backs the who-built-it detail, not the problem-solving relationship." {},
25
+ source id "e6" line 1 status irrelevant supports [] quote "Long ago, builders made bridges by laying flat stones across a stream." {},
26
+ source id "e7" line 5 status irrelevant supports [] quote "Later, engineers hung the roadway from cables in a suspension bridge." {},
27
+ source id "e8" line 8 status irrelevant supports [] quote "Today, engineers choose a design to fit the distance and the load." {}
28
+ ]
29
+ outcomes [ outcome id "q1" type short-text task-model tm3 dimension relationships-interactions subject "the bridge designs" standard ri-3 focus "c1" stem "What conclusion can you draw about how each bridge design is related to the one before it? Explain using key details from the passage." {} ]
30
+ {}..
@@ -0,0 +1 @@
1
+ { "prompt": "From a short story about a girl who keeps entering her drawings in a county fair, author a c1-t2 Task Model 1 (Multiple Choice) item asking which sentence best tells the theme. Distractors are the significance taxonomy - true-but-not-central statements (dimension theme, standard rl-2).", "expect": { "target": "c1-t2", "taskModel": "tm1", "itemType": "multiple-choice", "dimension": "theme", "standard": "rl-2" } }
@@ -0,0 +1,29 @@
1
+ target c1-t2 passage "The Blue Ribbon" type literary lines [
2
+ "Every spring, Tessa entered her drawing in the county fair."
3
+ "Every spring she came home with nothing."
4
+ "This year she almost did not enter at all."
5
+ "Her grandmother set a fresh pencil on the kitchen table."
6
+ "Tessa drew the same barn eleven times before she kept one."
7
+ "At the fair, the blue ribbon went to somebody else."
8
+ "Then a teacher asked to hang Tessa's drawing in the hall."
9
+ "Tessa walked home taller than she had the year before."
10
+ ]
11
+ claims [
12
+ claim id "c1" status supported dimension theme subject "Tessa" text "Keeping at something can matter more than winning." cites ["e5" "e7"] {},
13
+ claim id "d1" status distractor error-type too-narrow targets ["q1"] text "Tessa entered the county fair every single spring." rationale "A true detail from the opening, not the story's theme." cites ["e1"] {},
14
+ claim id "d2" status distractor error-type too-broad targets ["q1"] text "Hard work always makes a person famous someday." rationale "Overgeneralizes far past what the story shows." cites ["e7"] {},
15
+ claim id "d3" status distractor error-type misreads-detail targets ["q1"] text "Tessa gave up drawing after she lost again." rationale "Misreads the ending; she keeps drawing and is lifted by it." cites ["e6"] {},
16
+ claim id "d4" status distractor error-type insignificant targets ["q1"] text "Tessa's grandmother owned more than one pencil." rationale "A trivial inference that could not carry a theme." cites ["e4"] {},
17
+ claim id "d5" status distractor error-type too-narrow targets ["q1"] text "Tessa drew a barn instead of drawing a house." rationale "A single detail of the drawing, not what the story means." cites ["e5"] {}
18
+ ]
19
+ evidence [
20
+ source id "e5" line 5 status directly-supports supports ["c1"] quote "Tessa drew the same barn eleven times before she kept one." {},
21
+ source id "e7" line 7 status directly-supports supports ["c1"] quote "Then a teacher asked to hang Tessa's drawing in the hall." {},
22
+ source id "e1" line 1 status supports-wrong-claim supports ["c1" "d1"] quote "Every spring, Tessa entered her drawing in the county fair." rationale "Shows she took part, which a student may read as the point." {},
23
+ source id "e3" line 3 status supports-wrong-claim supports ["c1" "d3"] quote "This year she almost did not enter at all." rationale "Her doubt can look like giving up." {},
24
+ source id "e6" line 6 status supports-wrong-claim supports ["c1" "d3"] quote "At the fair, the blue ribbon went to somebody else." rationale "The loss is real, but the story does not end there." {},
25
+ source id "e2" line 2 status irrelevant supports [] quote "Every spring she came home with nothing." {},
26
+ source id "e4" line 4 status irrelevant supports [] quote "Her grandmother set a fresh pencil on the kitchen table." {}
27
+ ]
28
+ outcomes [ outcome id "q1" type multiple-choice task-model tm1 dimension theme subject "Tessa" focus "c1" stem "Which sentence best tells the theme of the passage?" {} ]
29
+ {}..
@@ -0,0 +1 @@
1
+ { "prompt": "From the same county-fair story, author a c1-t2 Task Model 2 (Multi-Select) item asking which TWO sentences belong in a summary of the story; focus is a list of the two correct statements (dimension summary, standard rl-2).", "expect": { "target": "c1-t2", "taskModel": "tm2", "itemType": "multi-select", "dimension": "summary", "standard": "rl-2" } }
@@ -0,0 +1,28 @@
1
+ target c1-t2 passage "The Blue Ribbon" type literary lines [
2
+ "Every spring, Tessa entered her drawing in the county fair."
3
+ "Every spring she came home with nothing."
4
+ "This year she almost did not enter at all."
5
+ "Her grandmother set a fresh pencil on the kitchen table."
6
+ "Tessa drew the same barn eleven times before she kept one."
7
+ "At the fair, the blue ribbon went to somebody else."
8
+ "Then a teacher asked to hang Tessa's drawing in the hall."
9
+ "Tessa walked home taller than she had the year before."
10
+ ]
11
+ claims [
12
+ claim id "s1" status supported dimension summary subject "the fair" text "Tessa almost skipped the fair but entered anyway." cites ["e3"] {},
13
+ claim id "s2" status supported dimension summary subject "the fair" text "A teacher chose her drawing to hang in the hall." cites ["e7"] {},
14
+ claim id "u1" status distractor error-type misreads-detail targets ["q1"] text "Tessa won the blue ribbon at the county fair." rationale "Reverses the outcome; somebody else took the ribbon." cites ["e6"] {},
15
+ claim id "u2" status distractor error-type insignificant targets ["q1"] text "Tessa's grandmother owned more than one pencil." rationale "Too minor an idea to belong in a summary." cites ["e4"] {},
16
+ claim id "u3" status distractor error-type too-broad targets ["q1"] text "Every child should enter an art contest yearly." rationale "Advice the story never gives; not a summary statement." cites ["e1"] {},
17
+ claim id "u4" status distractor error-type too-narrow targets ["q1"] text "The pencil on the table was freshly sharpened." rationale "A single small image, not a key event of the story." cites ["e4"] {},
18
+ claim id "u5" status distractor error-type insignificant targets ["q1"] text "The county fair takes place every single spring." rationale "Background timing rather than a key event." cites ["e1"] {}
19
+ ]
20
+ evidence [
21
+ source id "e3" line 3 status directly-supports supports ["s1"] quote "This year she almost did not enter at all." {},
22
+ source id "e7" line 7 status directly-supports supports ["s2"] quote "Then a teacher asked to hang Tessa's drawing in the hall." {},
23
+ source id "e1" line 1 status irrelevant supports [] quote "Every spring, Tessa entered her drawing in the county fair." {},
24
+ source id "e4" line 4 status irrelevant supports [] quote "Her grandmother set a fresh pencil on the kitchen table." {},
25
+ source id "e6" line 6 status irrelevant supports [] quote "At the fair, the blue ribbon went to somebody else." {}
26
+ ]
27
+ outcomes [ outcome id "q1" type multi-select task-model tm2 dimension summary subject "the fair" focus ["s1" "s2"] stem "Choose two sentences that should be included in a summary of the story. Select two answers." {} ]
28
+ {}..
@@ -0,0 +1 @@
1
+ { "prompt": "From the same county-fair story, author a c1-t2 Task Model 3 (EBSR) two-part item: Part A asks for the theme, Part B asks which sentence from the passage best supports it (dimension theme, standard rl-2).", "expect": { "target": "c1-t2", "taskModel": "tm3", "itemType": "ebsr", "dimension": "theme", "standard": "rl-2" } }
@@ -0,0 +1,29 @@
1
+ target c1-t2 passage "The Blue Ribbon" type literary lines [
2
+ "Every spring, Tessa entered her drawing in the county fair."
3
+ "Every spring she came home with nothing."
4
+ "This year she almost did not enter at all."
5
+ "Her grandmother set a fresh pencil on the kitchen table."
6
+ "Tessa drew the same barn eleven times before she kept one."
7
+ "At the fair, the blue ribbon went to somebody else."
8
+ "Then a teacher asked to hang Tessa's drawing in the hall."
9
+ "Tessa walked home taller than she had the year before."
10
+ ]
11
+ claims [
12
+ claim id "c1" status supported dimension theme subject "Tessa" text "Keeping at something can matter more than winning." cites ["e5" "e7"] {},
13
+ claim id "d1" status distractor error-type too-narrow targets ["q1"] text "Tessa entered the county fair every single spring." rationale "A true detail from the opening, not the story's theme." cites ["e1"] {},
14
+ claim id "d2" status distractor error-type too-broad targets ["q1"] text "Hard work always makes a person famous someday." rationale "Overgeneralizes far past what the story shows." cites ["e7"] {},
15
+ claim id "d3" status distractor error-type misreads-detail targets ["q1"] text "Tessa gave up drawing after she lost again." rationale "Misreads the ending; she keeps drawing and is lifted by it." cites ["e6"] {},
16
+ claim id "d4" status distractor error-type insignificant targets ["q1"] text "Tessa's grandmother owned more than one pencil." rationale "A trivial inference that could not carry a theme." cites ["e4"] {},
17
+ claim id "d5" status distractor error-type too-narrow targets ["q1"] text "Tessa drew a barn instead of drawing a house." rationale "A single detail of the drawing, not what the story means." cites ["e5"] {}
18
+ ]
19
+ evidence [
20
+ source id "e5" line 5 status directly-supports supports ["c1"] quote "Tessa drew the same barn eleven times before she kept one." {},
21
+ source id "e7" line 7 status directly-supports supports ["c1"] quote "Then a teacher asked to hang Tessa's drawing in the hall." {},
22
+ source id "e1" line 1 status supports-wrong-claim supports ["c1" "d1"] quote "Every spring, Tessa entered her drawing in the county fair." rationale "Shows she took part, which a student may read as the point." {},
23
+ source id "e3" line 3 status supports-wrong-claim supports ["c1" "d3"] quote "This year she almost did not enter at all." rationale "Her doubt can look like giving up." {},
24
+ source id "e6" line 6 status supports-wrong-claim supports ["c1" "d3"] quote "At the fair, the blue ribbon went to somebody else." rationale "The loss is real, but the story does not end there." {},
25
+ source id "e2" line 2 status irrelevant supports [] quote "Every spring she came home with nothing." {},
26
+ source id "e4" line 4 status irrelevant supports [] quote "Her grandmother set a fresh pencil on the kitchen table." {}
27
+ ]
28
+ outcomes [ outcome id "q1" type ebsr task-model tm3 dimension theme subject "Tessa" focus "c1" stem "Which sentence best tells the theme of the passage?" stem-b "Which sentence from the passage best supports your answer in Part A?" {} ]
29
+ {}..
@@ -0,0 +1 @@
1
+ { "prompt": "From the same county-fair story, author a c1-t2 Task Model 4 (Hot Text) single-part item where students click the two sentences that best show the theme (dimension theme, standard rl-2).", "expect": { "target": "c1-t2", "taskModel": "tm4", "itemType": "hot-text", "dimension": "theme", "standard": "rl-2" } }
@@ -0,0 +1,19 @@
1
+ target c1-t2 passage "The Blue Ribbon" type literary lines [
2
+ "Every spring, Tessa entered her drawing in the county fair."
3
+ "Every spring she came home with nothing."
4
+ "This year she almost did not enter at all."
5
+ "Her grandmother set a fresh pencil on the kitchen table."
6
+ "Tessa drew the same barn eleven times before she kept one."
7
+ "At the fair, the blue ribbon went to somebody else."
8
+ "Then a teacher asked to hang Tessa's drawing in the hall."
9
+ "Tessa walked home taller than she had the year before."
10
+ ]
11
+ claims [
12
+ claim id "c1" status supported dimension theme subject "Tessa" text "Keeping at something can matter more than winning." cites ["e5" "e7"] {}
13
+ ]
14
+ evidence [
15
+ source id "e5" line 5 status directly-supports supports ["c1"] quote "Tessa drew the same barn eleven times before she kept one." {},
16
+ source id "e7" line 7 status directly-supports supports ["c1"] quote "Then a teacher asked to hang Tessa's drawing in the hall." {}
17
+ ]
18
+ outcomes [ outcome id "q1" type hot-text task-model tm4 dimension theme subject "Tessa" focus "c1" stem "Click on the two sentences that best show the theme of the story. Choose two answers." {} ]
19
+ {}..
@@ -0,0 +1 @@
1
+ { "prompt": "From the same county-fair story, author a c1-t2 Task Model 5 (Short Text) constructed-response item asking students to summarize what happens after a key event - never the whole text - using key details (dimension summary, standard rl-2, DOK r-dok3).", "expect": { "target": "c1-t2", "taskModel": "tm5", "itemType": "short-text", "dimension": "summary", "standard": "rl-2" } }
@@ -0,0 +1,20 @@
1
+ target c1-t2 passage "The Blue Ribbon" type literary lines [
2
+ "Every spring, Tessa entered her drawing in the county fair."
3
+ "Every spring she came home with nothing."
4
+ "This year she almost did not enter at all."
5
+ "Her grandmother set a fresh pencil on the kitchen table."
6
+ "Tessa drew the same barn eleven times before she kept one."
7
+ "At the fair, the blue ribbon went to somebody else."
8
+ "Then a teacher asked to hang Tessa's drawing in the hall."
9
+ "Tessa walked home taller than she had the year before."
10
+ ]
11
+ claims [
12
+ claim id "c1" status supported dimension summary subject "the fair" text "After the ribbon went to someone else, a teacher asked to hang Tessa's drawing in the hall, and she walked home proud." cites ["e6" "e7" "e8"] {}
13
+ ]
14
+ evidence [
15
+ source id "e6" line 6 status directly-supports supports ["c1"] quote "At the fair, the blue ribbon went to somebody else." {},
16
+ source id "e7" line 7 status directly-supports supports ["c1"] quote "Then a teacher asked to hang Tessa's drawing in the hall." {},
17
+ source id "e8" line 8 status directly-supports supports ["c1"] quote "Tessa walked home taller than she had the year before." {}
18
+ ]
19
+ outcomes [ outcome id "q1" type short-text task-model tm5 dimension summary subject "the fair" focus "c1" stem "Summarize what happens after the blue ribbon goes to somebody else. Use key details from the passage in your summary." {} ]
20
+ {}..
@@ -0,0 +1,4 @@
1
+ {
2
+ "prompt": "From a short story about a girl named Mara at a tide pool, author a c1-t4 Task Model 1 (EBSR) item about what Mara cares about: Part A asks which inference about Mara is supported, Part B asks for the supporting sentence(s). Dimension character, standard rl-1. Distractors are reasoning errors: an anger misread, a dislikes-outdoors erroneous inference, a fear faulty-reasoning, a bored misread.",
3
+ "expect": { "target": "c1-t4", "taskModel": "tm1", "itemType": "ebsr", "dimension": "character", "standard": "rl-1" }
4
+ }