From adb880471d86b3a5079199a831e420f2e884ca5c Mon Sep 17 00:00:00 2001 From: david Date: Fri, 21 Aug 2026 04:59:20 +0800 Subject: [PATCH] book 9: numbered word-list templates one per line (Make the Sentences Longer) Co-authored-by: Cursor --- book-9-lesson-2.module | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/book-9-lesson-2.module b/book-9-lesson-2.module index f8bdad2c..32bbbceb 100644 --- a/book-9-lesson-2.module +++ b/book-9-lesson-2.module @@ -2080,14 +2080,23 @@ INPUT: speak CHECK: llm RUBRIC: Accept any grammatically correct expansion of the sentence that uses one valid option from each numbered word list. -TEMPLATE: The (1) woman met the (2) sailor at a (3) restaurant. (1: happy, young | 2: nice, French | 3: small, new) +TEMPLATE: The (1) woman met the (2) sailor at a (3) restaurant. +TEMPLATE: 1: happy, young +TEMPLATE: 2: nice, French +TEMPLATE: 3: small, new RESPONSE: The young woman met the French sailor at a small restaurant. -TEMPLATE: They were (1) to see each other after (2) years. (1: happy, glad | 2: many, five) +TEMPLATE: They were (1) to see each other after (2) years. +TEMPLATE: 1: happy, glad +TEMPLATE: 2: many, five RESPONSE: They were happy to see each other after five years. -TEMPLATE: They (1) in the restaurant and talked about (2). (1: sat, stayed | 2: English classes, many things) +TEMPLATE: They (1) in the restaurant and talked about (2). +TEMPLATE: 1: sat, stayed +TEMPLATE: 2: English classes, many things RESPONSE: They sat in the restaurant and talked about many things. -TEMPLATE: They ate a (1) meal and left the restaurant (2). (1: good, delicious | 2: late, at 10 o'clock) +TEMPLATE: They ate a (1) meal and left the restaurant (2). +TEMPLATE: 1: good, delicious +TEMPLATE: 2: late, at 10 o'clock RESPONSE: They ate a delicious meal and left the restaurant at 10 o'clock.