{ "schemaVersion": 1, "note": "A0 阶段测评:两套正式题(A0-E1、A0-E2,按顺序解锁)和各自的替换题(replaces 指向原题,用不同的人名、地点、数字等,考同样的能力)。开放题的 accept 用 answer_rules.dart 的规则写法,guide 是答错后展示的要求。", "packs": [ { "id": "A0-E1", "level": "A0", "tasks": [ { "id": "A0-A-L1", "skill": "listening", "prompt": "选择正确答案", "audio": "Hello. I’m Mia.", "choices": [ "自我介绍", "买东西", "问时间" ], "answerIndex": 0 }, { "id": "A0-A-L2", "skill": "listening", "prompt": "选择正确答案", "audio": "How do you spell your name?", "choices": [ "问姓名拼写", "问地点", "问时间" ], "answerIndex": 0 }, { "id": "A0-A-L3", "skill": "listening", "prompt": "选择正确答案", "audio": "I’m tired today.", "choices": [ "很好", "累", "来自哪里" ], "answerIndex": 1 }, { "id": "A0-A-L4", "skill": "listening", "prompt": "选择正确答案", "audio": "seven", "choices": [ "6", "7", "8" ], "answerIndex": 1 }, { "id": "A0-A-L5", "skill": "listening", "prompt": "选择正确答案", "audio": "one-three-eight", "choices": [ "138", "183", "318" ], "answerIndex": 0 }, { "id": "A0-A-L6", "skill": "listening", "prompt": "选择正确答案", "audio": "It’s a key.", "choices": [ "书", "钥匙", "包" ], "answerIndex": 1 }, { "id": "A0-A-L7", "skill": "listening", "prompt": "选择正确答案", "audio": "I’m from Hong Kong.", "choices": [ "香港", "伦敦", "北京" ], "answerIndex": 0 }, { "id": "A0-A-L8", "skill": "listening", "prompt": "选择正确答案", "audio": "This is my mother.", "choices": [ "妈妈", "姐姐", "朋友" ], "answerIndex": 0 }, { "id": "A0-A-L9", "skill": "listening", "prompt": "选择正确答案", "audio": "It is Monday.", "choices": [ "星期一", "星期二", "星期三" ], "answerIndex": 0 }, { "id": "A0-A-L10", "skill": "listening", "prompt": "选择正确答案", "audio": "I like tea.", "choices": [ "茶", "咖啡", "电影" ], "answerIndex": 0 }, { "id": "A0-A-R1", "skill": "reading", "prompt": "Mia: I’m from Hong Kong.\nShen: I’m good.\nMia: My number is one-three-eight.", "choices": [ "Mia 来自哪里?", "Hong Kong" ], "answerIndex": 0 }, { "id": "A0-A-R2", "skill": "reading", "prompt": "Mia: It is Monday.\nShen: It is three o’clock.", "choices": [ "几点?", "three" ], "answerIndex": 0 }, { "id": "A0-A-R3", "skill": "reading", "prompt": "Mia: This is my brother.\nShen: Nice to meet you.", "choices": [ "谁是家人?", "brother" ], "answerIndex": 0 }, { "id": "A0-A-R4", "skill": "reading", "prompt": "Mia: I like music.\nShen: I like tea.", "choices": [ "Shen 喜欢什么?", "tea" ], "answerIndex": 0 }, { "id": "A0-A-R5", "skill": "reading", "prompt": "Mia: What’s this?\nShen: It’s a pen.", "choices": [ "这是什么?", "pen" ], "answerIndex": 0 }, { "id": "A0-A-W1", "skill": "writing", "prompt": "用英语介绍自己。", "accept": [ [ "hello", "hi" ], [ "i am", "my name is" ] ], "guide": "试着同时写一句问候和姓名,例如:Hello. I’m …" }, { "id": "A0-A-W2", "skill": "writing", "prompt": "用英语说明你来自哪里。", "accept": [ [ "i am", "my name is" ], [ "/\\bfrom [a-z]{2,}/" ] ], "guide": "用 I’m from … 写成一个完整句子。" }, { "id": "A0-A-W3", "skill": "writing", "prompt": "用英语说一个喜好。", "accept": [ [ "like" ], [ "#words:3" ] ], "guide": "用 I like … 写出一种喜好。" }, { "id": "A0-A-W4", "skill": "writing", "prompt": "用英语说“这是一支笔”。", "accept": [ [ "it is" ], [ "book", "pen", "bag", "key" ] ], "guide": "用 It’s / It is 加一个物品,例如 a pen。" }, { "id": "A0-A-W5", "skill": "writing", "prompt": "用英语说明星期或整点。", "accept": [ [ "it is" ], [ "monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday", "clock", "oclock" ] ], "guide": "用 It’s … 写一个星期或整点时间。" }, { "id": "A0-A-S1", "skill": "speaking", "prompt": "介绍姓名、地点、状态/喜好并反问。", "accept": [ [ "hello", "hi" ], [ "i am", "my name is" ], [ "from" ], [ "like", "good", "okay", "tired" ], [ "what", "where", "how", "do" ] ], "guide": "需要:打招呼 + I'm / My name is + from + 状态或喜好 + 一句反问,如 Hello, I'm Alex. I'm from China. I like tea. What about you?" }, { "id": "A0-A-S2", "skill": "speaking", "prompt": "完整拼读一个四字母姓名。", "accept": [ [ "/[a-z](?:[ -]?[a-z]){3,}/" ] ], "guide": "需要逐个字母拼出一个四字母姓名,如 A-L-E-X。" }, { "id": "A0-A-S3", "skill": "speaking", "prompt": "说一个三位虚拟号码。", "accept": [ [ "#numbers:3" ] ], "guide": "需要说出至少三个英文数字,如 one-three-eight。" }, { "id": "A0-A-S4", "skill": "speaking", "prompt": "介绍一位家人。", "accept": [ [ "this is my" ], [ "mother", "father", "sister", "brother" ] ], "guide": "需要:This is my + 家人,如 This is my mother." }, { "id": "A0-A-S5", "skill": "speaking", "prompt": "说明星期。", "accept": [ [ "it is" ], [ "monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday" ] ], "guide": "需要:It's + 星期,如 It's Monday." }, { "id": "A0-A-S6", "skill": "speaking", "prompt": "说明整点。", "accept": [ [ "it is" ], [ "clock", "oclock" ] ], "guide": "需要:It's + 整点,如 It's three o'clock." }, { "id": "A0-A-S7", "skill": "speaking", "prompt": "请求对方重复或放慢。", "accept": [ [ "please" ], [ "say", "speak", "repeat", "slow", "slowly" ] ], "guide": "需要:please + say / speak / repeat / slowly,如 Please say that again." }, { "id": "A0-A-S8", "skill": "speaking", "prompt": "说出一个物品。", "accept": [ [ "it is" ], [ "book", "pen", "bag", "key", "water" ] ], "guide": "需要:It's + 物品,如 It's a pen." } ] }, { "id": "A0-E2", "level": "A0", "tasks": [ { "id": "A0-B-L1", "skill": "listening", "prompt": "选择正确答案", "audio": "Hi. My name is Leo.", "choices": [ "自我介绍", "买东西", "问号码" ], "answerIndex": 0 }, { "id": "A0-B-L2", "skill": "listening", "prompt": "选择正确答案", "audio": "How do you spell that?", "choices": [ "问姓名拼写", "问喜好", "问家人" ], "answerIndex": 0 }, { "id": "A0-B-L3", "skill": "listening", "prompt": "选择正确答案", "audio": "I’m okay.", "choices": [ "很好", "还可以", "累" ], "answerIndex": 1 }, { "id": "A0-B-L4", "skill": "listening", "prompt": "选择正确答案", "audio": "four", "choices": [ "3", "4", "5" ], "answerIndex": 1 }, { "id": "A0-B-L5", "skill": "listening", "prompt": "选择正确答案", "audio": "two-nine-six", "choices": [ "296", "269", "926" ], "answerIndex": 0 }, { "id": "A0-B-L6", "skill": "listening", "prompt": "选择正确答案", "audio": "It’s a bag.", "choices": [ "笔", "包", "水" ], "answerIndex": 1 }, { "id": "A0-B-L7", "skill": "listening", "prompt": "选择正确答案", "audio": "I’m from London.", "choices": [ "伦敦", "香港", "北京" ], "answerIndex": 0 }, { "id": "A0-B-L8", "skill": "listening", "prompt": "选择正确答案", "audio": "This is my sister.", "choices": [ "姐姐", "妈妈", "朋友" ], "answerIndex": 0 }, { "id": "A0-B-L9", "skill": "listening", "prompt": "选择正确答案", "audio": "It is Friday.", "choices": [ "星期五", "星期一", "星期日" ], "answerIndex": 0 }, { "id": "A0-B-L10", "skill": "listening", "prompt": "选择正确答案", "audio": "I like coffee.", "choices": [ "茶", "咖啡", "音乐" ], "answerIndex": 1 }, { "id": "A0-B-R1", "skill": "reading", "prompt": "Mia: I’m from London.\nLeo: I’m okay.\nMia: My number is two-nine-six.", "choices": [ "号码是多少?", "296" ], "answerIndex": 0 }, { "id": "A0-B-R2", "skill": "reading", "prompt": "Mia: It is Friday.\nLeo: It is six o’clock.", "choices": [ "几点?", "six" ], "answerIndex": 0 }, { "id": "A0-B-R3", "skill": "reading", "prompt": "Mia: This is my father.\nLeo: Hi!", "choices": [ "谁是家人?", "father" ], "answerIndex": 0 }, { "id": "A0-B-R4", "skill": "reading", "prompt": "Mia: I like movies.\nLeo: I like coffee.", "choices": [ "Leo 喜欢什么?", "coffee" ], "answerIndex": 0 }, { "id": "A0-B-R5", "skill": "reading", "prompt": "Mia: What’s this?\nLeo: It’s water.", "choices": [ "这是什么?", "water" ], "answerIndex": 0 }, { "id": "A0-B-W1", "skill": "writing", "prompt": "用英语介绍自己。", "accept": [ [ "hello", "hi" ], [ "i am", "my name is" ] ], "guide": "试着同时写一句问候和姓名,例如:Hello. I’m …" }, { "id": "A0-B-W2", "skill": "writing", "prompt": "用英语说明你来自哪里。", "accept": [ [ "i am", "my name is" ], [ "/\\bfrom [a-z]{2,}/" ] ], "guide": "用 I’m from … 写成一个完整句子。" }, { "id": "A0-B-W3", "skill": "writing", "prompt": "用英语说一个喜好。", "accept": [ [ "like" ], [ "#words:3" ] ], "guide": "用 I like … 写出一种喜好。" }, { "id": "A0-B-W4", "skill": "writing", "prompt": "用英语说“这是一个包”。", "accept": [ [ "it is" ], [ "book", "pen", "bag", "key" ] ], "guide": "用 It’s / It is 加一个物品,例如 a pen。" }, { "id": "A0-B-W5", "skill": "writing", "prompt": "用英语说明星期或整点。", "accept": [ [ "it is" ], [ "monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday", "clock", "oclock" ] ], "guide": "用 It’s … 写一个星期或整点时间。" }, { "id": "A0-B-S1", "skill": "speaking", "prompt": "介绍姓名、地点、状态/喜好并反问。", "accept": [ [ "hello", "hi" ], [ "i am", "my name is" ], [ "from" ], [ "like", "good", "okay", "tired" ], [ "what", "where", "how", "do" ] ], "guide": "需要:打招呼 + I'm / My name is + from + 状态或喜好 + 一句反问,如 Hello, I'm Alex. I'm from China. I like tea. What about you?" }, { "id": "A0-B-S2", "skill": "speaking", "prompt": "完整拼读一个四字母姓名。", "accept": [ [ "/[a-z](?:[ -]?[a-z]){3,}/" ] ], "guide": "需要逐个字母拼出一个四字母姓名,如 A-L-E-X。" }, { "id": "A0-B-S3", "skill": "speaking", "prompt": "说一个三位虚拟号码。", "accept": [ [ "#numbers:3" ] ], "guide": "需要说出至少三个英文数字,如 one-three-eight。" }, { "id": "A0-B-S4", "skill": "speaking", "prompt": "介绍一位家人。", "accept": [ [ "this is my" ], [ "mother", "father", "sister", "brother" ] ], "guide": "需要:This is my + 家人,如 This is my mother." }, { "id": "A0-B-S5", "skill": "speaking", "prompt": "说明星期。", "accept": [ [ "it is" ], [ "monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday" ] ], "guide": "需要:It's + 星期,如 It's Monday." }, { "id": "A0-B-S6", "skill": "speaking", "prompt": "说明整点。", "accept": [ [ "it is" ], [ "clock", "oclock" ] ], "guide": "需要:It's + 整点,如 It's three o'clock." }, { "id": "A0-B-S7", "skill": "speaking", "prompt": "请求对方重复或放慢。", "accept": [ [ "please" ], [ "say", "speak", "repeat", "slow", "slowly" ] ], "guide": "需要:please + say / speak / repeat / slowly,如 Please say that again." }, { "id": "A0-B-S8", "skill": "speaking", "prompt": "说出一个物品。", "accept": [ [ "it is" ], [ "book", "pen", "bag", "key", "water" ] ], "guide": "需要:It's + 物品,如 It's a pen." } ] }, { "id": "A0-E1R", "level": "A0", "replaces": "A0-E1", "tasks": [ { "id": "A0-A-L1", "skill": "listening", "prompt": "选择正确答案", "audio": "Hello. I’m Nora.", "choices": [ "自我介绍", "买东西", "问时间" ], "answerIndex": 0 }, { "id": "A0-A-L2", "skill": "listening", "prompt": "选择正确答案", "audio": "How do you spell your name?", "choices": [ "问姓名拼写", "问地点", "问时间" ], "answerIndex": 0 }, { "id": "A0-A-L3", "skill": "listening", "prompt": "选择正确答案", "audio": "I’m tired today.", "choices": [ "很好", "累", "来自哪里" ], "answerIndex": 1 }, { "id": "A0-A-L4", "skill": "listening", "prompt": "选择正确答案", "audio": "seven", "choices": [ "6", "7", "8" ], "answerIndex": 1 }, { "id": "A0-A-L5", "skill": "listening", "prompt": "选择正确答案", "audio": "two-four-seven", "choices": [ "247", "183", "318" ], "answerIndex": 0 }, { "id": "A0-A-L6", "skill": "listening", "prompt": "选择正确答案", "audio": "It’s a bag.", "choices": [ "书", "钥匙", "包" ], "answerIndex": 1 }, { "id": "A0-A-L7", "skill": "listening", "prompt": "选择正确答案", "audio": "I’m from London.", "choices": [ "香港", "伦敦", "北京" ], "answerIndex": 0 }, { "id": "A0-A-L8", "skill": "listening", "prompt": "选择正确答案", "audio": "This is my father.", "choices": [ "妈妈", "姐姐", "朋友" ], "answerIndex": 0 }, { "id": "A0-A-L9", "skill": "listening", "prompt": "选择正确答案", "audio": "It is Friday.", "choices": [ "星期一", "星期二", "星期三" ], "answerIndex": 0 }, { "id": "A0-A-L10", "skill": "listening", "prompt": "选择正确答案", "audio": "I like coffee.", "choices": [ "茶", "咖啡", "电影" ], "answerIndex": 0 }, { "id": "A0-A-R1", "skill": "reading", "prompt": "Nora: I’m from London.\nKai: I’m good.\nNora: My number is two-four-seven.", "choices": [ "Nora 来自哪里?", "London" ], "answerIndex": 0 }, { "id": "A0-A-R2", "skill": "reading", "prompt": "Nora: It is Friday.\nKai: It is six o’clock.", "choices": [ "几点?", "three" ], "answerIndex": 0 }, { "id": "A0-A-R3", "skill": "reading", "prompt": "Nora: This is my brother.\nKai: Nice to meet you.", "choices": [ "谁是家人?", "brother" ], "answerIndex": 0 }, { "id": "A0-A-R4", "skill": "reading", "prompt": "Nora: I like music.\nKai: I like coffee.", "choices": [ "Kai 喜欢什么?", "coffee" ], "answerIndex": 0 }, { "id": "A0-A-R5", "skill": "reading", "prompt": "Nora: What’s this?\nKai: It’s a pen.", "choices": [ "这是什么?", "pen" ], "answerIndex": 0 }, { "id": "A0-A-W1", "skill": "writing", "prompt": "用英语介绍自己。", "accept": [ [ "hello", "hi" ], [ "i am", "my name is" ] ], "guide": "试着同时写一句问候和姓名,例如:Hello. I’m …" }, { "id": "A0-A-W2", "skill": "writing", "prompt": "用英语说明你来自哪里。", "accept": [ [ "i am", "my name is" ], [ "/\\bfrom [a-z]{2,}/" ] ], "guide": "用 I’m from … 写成一个完整句子。" }, { "id": "A0-A-W3", "skill": "writing", "prompt": "用英语说一个喜好。", "accept": [ [ "like" ], [ "#words:3" ] ], "guide": "用 I like … 写出一种喜好。" }, { "id": "A0-A-W4", "skill": "writing", "prompt": "用英语说“这是一支笔”。", "accept": [ [ "it is" ], [ "book", "pen", "bag", "key" ] ], "guide": "用 It’s / It is 加一个物品,例如 a pen。" }, { "id": "A0-A-W5", "skill": "writing", "prompt": "用英语说明星期或整点。", "accept": [ [ "it is" ], [ "monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday", "clock", "oclock" ] ], "guide": "用 It’s … 写一个星期或整点时间。" }, { "id": "A0-A-S1", "skill": "speaking", "prompt": "介绍姓名、地点、状态/喜好并反问。", "accept": [ [ "hello", "hi" ], [ "i am", "my name is" ], [ "from" ], [ "like", "good", "okay", "tired" ], [ "what", "where", "how", "do" ] ], "guide": "需要:打招呼 + I'm / My name is + from + 状态或喜好 + 一句反问,如 Hello, I'm Alex. I'm from China. I like tea. What about you?" }, { "id": "A0-A-S2", "skill": "speaking", "prompt": "完整拼读一个四字母姓名。", "accept": [ [ "/[a-z](?:[ -]?[a-z]){3,}/" ] ], "guide": "需要逐个字母拼出一个四字母姓名,如 A-L-E-X。" }, { "id": "A0-A-S3", "skill": "speaking", "prompt": "说一个三位虚拟号码。", "accept": [ [ "#numbers:3" ] ], "guide": "需要说出至少三个英文数字,如 one-three-eight。" }, { "id": "A0-A-S4", "skill": "speaking", "prompt": "介绍一位家人。", "accept": [ [ "this is my" ], [ "mother", "father", "sister", "brother" ] ], "guide": "需要:This is my + 家人,如 This is my mother." }, { "id": "A0-A-S5", "skill": "speaking", "prompt": "说明星期。", "accept": [ [ "it is" ], [ "monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday" ] ], "guide": "需要:It's + 星期,如 It's Monday." }, { "id": "A0-A-S6", "skill": "speaking", "prompt": "说明整点。", "accept": [ [ "it is" ], [ "clock", "oclock" ] ], "guide": "需要:It's + 整点,如 It's three o'clock." }, { "id": "A0-A-S7", "skill": "speaking", "prompt": "请求对方重复或放慢。", "accept": [ [ "please" ], [ "say", "speak", "repeat", "slow", "slowly" ] ], "guide": "需要:please + say / speak / repeat / slowly,如 Please say that again." }, { "id": "A0-A-S8", "skill": "speaking", "prompt": "说出一个物品。", "accept": [ [ "it is" ], [ "book", "pen", "bag", "key", "water" ] ], "guide": "需要:It's + 物品,如 It's a pen." } ] }, { "id": "A0-E2R", "level": "A0", "replaces": "A0-E2", "tasks": [ { "id": "A0-B-L1", "skill": "listening", "prompt": "选择正确答案", "audio": "Hi. My name is Bo.", "choices": [ "自我介绍", "买东西", "问号码" ], "answerIndex": 0 }, { "id": "A0-B-L2", "skill": "listening", "prompt": "选择正确答案", "audio": "How do you spell that?", "choices": [ "问姓名拼写", "问喜好", "问家人" ], "answerIndex": 0 }, { "id": "A0-B-L3", "skill": "listening", "prompt": "选择正确答案", "audio": "I’m okay.", "choices": [ "很好", "还可以", "累" ], "answerIndex": 1 }, { "id": "A0-B-L4", "skill": "listening", "prompt": "选择正确答案", "audio": "four", "choices": [ "3", "4", "5" ], "answerIndex": 1 }, { "id": "A0-B-L5", "skill": "listening", "prompt": "选择正确答案", "audio": "five-one-four", "choices": [ "514", "269", "926" ], "answerIndex": 0 }, { "id": "A0-B-L6", "skill": "listening", "prompt": "选择正确答案", "audio": "It’s a book.", "choices": [ "笔", "包", "水" ], "answerIndex": 1 }, { "id": "A0-B-L7", "skill": "listening", "prompt": "选择正确答案", "audio": "I’m from Hong Kong.", "choices": [ "伦敦", "香港", "北京" ], "answerIndex": 0 }, { "id": "A0-B-L8", "skill": "listening", "prompt": "选择正确答案", "audio": "This is my brother.", "choices": [ "姐姐", "妈妈", "朋友" ], "answerIndex": 0 }, { "id": "A0-B-L9", "skill": "listening", "prompt": "选择正确答案", "audio": "It is Tuesday.", "choices": [ "星期五", "星期一", "星期日" ], "answerIndex": 0 }, { "id": "A0-B-L10", "skill": "listening", "prompt": "选择正确答案", "audio": "I like music.", "choices": [ "茶", "咖啡", "音乐" ], "answerIndex": 1 }, { "id": "A0-B-R1", "skill": "reading", "prompt": "Ava: I’m from Hong Kong.\nBo: I’m okay.\nAva: My number is five-one-four.", "choices": [ "号码是多少?", "514" ], "answerIndex": 0 }, { "id": "A0-B-R2", "skill": "reading", "prompt": "Ava: It is Tuesday.\nBo: It is two o’clock.", "choices": [ "几点?", "six" ], "answerIndex": 0 }, { "id": "A0-B-R3", "skill": "reading", "prompt": "Ava: This is my father.\nBo: Hi!", "choices": [ "谁是家人?", "father" ], "answerIndex": 0 }, { "id": "A0-B-R4", "skill": "reading", "prompt": "Ava: I like movies.\nBo: I like music.", "choices": [ "Bo 喜欢什么?", "music" ], "answerIndex": 0 }, { "id": "A0-B-R5", "skill": "reading", "prompt": "Ava: What’s this?\nBo: It’s water.", "choices": [ "这是什么?", "water" ], "answerIndex": 0 }, { "id": "A0-B-W1", "skill": "writing", "prompt": "用英语介绍自己。", "accept": [ [ "hello", "hi" ], [ "i am", "my name is" ] ], "guide": "试着同时写一句问候和姓名,例如:Hello. I’m …" }, { "id": "A0-B-W2", "skill": "writing", "prompt": "用英语说明你来自哪里。", "accept": [ [ "i am", "my name is" ], [ "/\\bfrom [a-z]{2,}/" ] ], "guide": "用 I’m from … 写成一个完整句子。" }, { "id": "A0-B-W3", "skill": "writing", "prompt": "用英语说一个喜好。", "accept": [ [ "like" ], [ "#words:3" ] ], "guide": "用 I like … 写出一种喜好。" }, { "id": "A0-B-W4", "skill": "writing", "prompt": "用英语说“这是一个包”。", "accept": [ [ "it is" ], [ "book", "pen", "bag", "key" ] ], "guide": "用 It’s / It is 加一个物品,例如 a pen。" }, { "id": "A0-B-W5", "skill": "writing", "prompt": "用英语说明星期或整点。", "accept": [ [ "it is" ], [ "monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday", "clock", "oclock" ] ], "guide": "用 It’s … 写一个星期或整点时间。" }, { "id": "A0-B-S1", "skill": "speaking", "prompt": "介绍姓名、地点、状态/喜好并反问。", "accept": [ [ "hello", "hi" ], [ "i am", "my name is" ], [ "from" ], [ "like", "good", "okay", "tired" ], [ "what", "where", "how", "do" ] ], "guide": "需要:打招呼 + I'm / My name is + from + 状态或喜好 + 一句反问,如 Hello, I'm Alex. I'm from China. I like tea. What about you?" }, { "id": "A0-B-S2", "skill": "speaking", "prompt": "完整拼读一个四字母姓名。", "accept": [ [ "/[a-z](?:[ -]?[a-z]){3,}/" ] ], "guide": "需要逐个字母拼出一个四字母姓名,如 A-L-E-X。" }, { "id": "A0-B-S3", "skill": "speaking", "prompt": "说一个三位虚拟号码。", "accept": [ [ "#numbers:3" ] ], "guide": "需要说出至少三个英文数字,如 one-three-eight。" }, { "id": "A0-B-S4", "skill": "speaking", "prompt": "介绍一位家人。", "accept": [ [ "this is my" ], [ "mother", "father", "sister", "brother" ] ], "guide": "需要:This is my + 家人,如 This is my mother." }, { "id": "A0-B-S5", "skill": "speaking", "prompt": "说明星期。", "accept": [ [ "it is" ], [ "monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday" ] ], "guide": "需要:It's + 星期,如 It's Monday." }, { "id": "A0-B-S6", "skill": "speaking", "prompt": "说明整点。", "accept": [ [ "it is" ], [ "clock", "oclock" ] ], "guide": "需要:It's + 整点,如 It's three o'clock." }, { "id": "A0-B-S7", "skill": "speaking", "prompt": "请求对方重复或放慢。", "accept": [ [ "please" ], [ "say", "speak", "repeat", "slow", "slowly" ] ], "guide": "需要:please + say / speak / repeat / slowly,如 Please say that again." }, { "id": "A0-B-S8", "skill": "speaking", "prompt": "说出一个物品。", "accept": [ [ "it is" ], [ "book", "pen", "bag", "key", "water" ] ], "guide": "需要:It's + 物品,如 It's a pen." } ] } ] }