id INTEGER question_id INTEGER option_key VARCHAR(8) content TEXT content_plain TEXT is_correct INTEGER explanation TEXT sort_order INTEGER 操作
41 null A were; is NULL 1 正确!过去复数用 were,现在单数用 is 0 编辑
42 null B are; was NULL 0 时态与主语都不匹配 1 编辑
43 null C was; are NULL 0 was 不能搭配 many trees 2 编辑
44 null D were; are NULL 0 后半句 a big house 是单数,应用 is 3 编辑
45 null A a NULL 0 apple 以元音音素开头,应用 an 0 编辑
46 null B an NULL 1 正确!an apple 1 编辑
47 null C the NULL 0 首次提及用不定冠词,不是特指 2 编辑
48 null D some NULL 0 some 用于复数或不可数名词 3 编辑
49 null A a NULL 1 正确!university 音标以 /juː/ 开头,辅音音素 0 编辑
50 null B an NULL 0 an 用于元音音素开头,university 以 /juː/ 开头 1 编辑
51 null C the NULL 0 首次提及,非特指 2 编辑
52 null D one NULL 0 语法上可接受但不符合冠词习惯用法 3 编辑
53 null A in NULL 1 正确!in the box = 在盒子里 0 编辑
54 null B on NULL 0 on 表示在……上面 1 编辑
55 null C under NULL 0 under 表示在……下面 2 编辑
56 null D behind NULL 0 behind 表示在……后面 3 编辑
57 null A 正确 NULL 0 She 是单数,应用 is 0 编辑
58 null B 错误,应为 She is happy. NULL 1 正确!is 才是正确的搭配 1 编辑
59 null A 正确 NULL 0 There be 与 have 不能混用 0 编辑
60 null B 错误,应为 There is a book on the desk. NULL 1 正确!There is 表示存在 1 编辑