选项类题型用例(单选/多选/多选ABCD/消歧/判断)
| 24 | |
| 25 | /** 选项类题型用例(单选/多选/多选ABCD/消歧/判断) */ |
| 26 | interface OptionCase { |
| 27 | a: string; |
| 28 | opts: string[]; |
| 29 | expect: number[]; |
| 30 | } |
| 31 | |
| 32 | /** 填空题用例(答案为自由文本,按空位顺序的字符串数组) */ |
| 33 | interface CompletionCase { |
nothing calls this directly
no outgoing calls
no test coverage detected