Interface: ChoiceQuestion<T>
类型参数
T
T extends ChoiceCriteria = ChoiceCriteria
属性
criteria
ts
criteria: T;选项名 → 描述。 / Labels mapped to descriptions.
instructions?
ts
optional instructions?: EntryType;要问的问题。 / The question.
type
ts
type: "choice";
