Interface: CandidateItem¶
Defined in: src/features/teaching/types.ts:76
Properties¶
answer_id¶
answer_id:
number
Defined in: src/features/teaching/types.ts:77
display_order¶
display_order:
number
Defined in: src/features/teaching/types.ts:78
images¶
images:
ItemImage[]
Defined in: src/features/teaching/types.ts:80
options¶
options:
object[]
Defined in: src/features/teaching/types.ts:82
id¶
id:
string
label¶
label:
string
tags?¶
optionaltags?:string[]
question_type¶
question_type:
"multiple"|"single"
Defined in: src/features/teaching/types.ts:79
selected_option?¶
optionalselected_option?:string|null
Defined in: src/features/teaching/types.ts:83
text?¶
optionaltext?:string
Defined in: src/features/teaching/types.ts:81