Interface: ScoreQuestion<T>
类型参数
T
T extends ScoreCriteria = ScoreCriteria
属性
criteria
ts
criteria: T;由低到高的各档描述。 / Level descriptions, lowest first.
instructions?
ts
optional instructions?: EntryType;要问的问题。 / The question.
type
ts
type: "score";
