Interface: ScoreQuestion<T>
使用有序评分标准给出分数的问题。
Type Parameters
T
T extends ScoreCriteria = ScoreCriteria
Properties
criteria
ts
criteria: T;各个可选结果的描述。
instructions?
ts
optional instructions?: EntryType;作为问题的文本、JSON 对象或数组;可省略或为 null。
type
ts
type: "score";