Skip to content

frontend


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?

optional tags?: string[]


question_type

question_type: "multiple" | "single"

Defined in: src/features/teaching/types.ts:79


selected_option?

optional selected_option?: string | null

Defined in: src/features/teaching/types.ts:83


text?

optional text?: string

Defined in: src/features/teaching/types.ts:81