MCPcopy
hub / github.com/ocsjs/ocsjs / OptionCase

Interface OptionCase

tests/resolver.test.ts:26–30  ·  view source on GitHub ↗

选项类题型用例(单选/多选/多选ABCD/消歧/判断)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected