diff --git a/book-9-lesson-4.module b/book-9-lesson-4.module index 1361684b..017a7801 100644 --- a/book-9-lesson-4.module +++ b/book-9-lesson-4.module @@ -2163,11 +2163,16 @@ INTRO: Last one. Build a longer sentence by choosing one word for each numbered INSTRUCTION: Say the expanded sentence, choosing one word for each numbered slot. INPUT: speak CHECK: llm -SHOW_PROMPT RUBRIC: Accept any sentence correctly formed using one word from each corresponding numbered choice set; which word the learner picks from each set is free. -PROMPT: The (1) man stopped at the (2) motel to sleep in a (3) room. (1: tall, tired; 2: new, old; 3: clean, cool) +TEMPLATE: The (1) man stopped at the (2) motel to sleep in a (3) room. +TEMPLATE: 1: tall, tired +TEMPLATE: 2: new, old +TEMPLATE: 3: clean, cool RESPONSE: The tired man stopped at the new motel to sleep in a clean room. -PROMPT: The (1) parked her (2) in (3) of the commissary. (1: lady, captain; 2: car, truck; 3: front, back) +TEMPLATE: The (1) parked her (2) in (3) of the commissary. +TEMPLATE: 1: lady, captain +TEMPLATE: 2: car, truck +TEMPLATE: 3: front, back RESPONSE: The lady parked her car in front of the commissary.