Skip to content

frontend


Interface: QuestionBankItem

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

Properties

bank_version

bank_version: number

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


correct_option_id

correct_option_id: string | null

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


created_at

created_at: string

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


id

id: number

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


images

images: Record\<string, unknown>[]

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


metadata_json

metadata_json: Record\<string, unknown>

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


options

options: Record\<string, unknown>[] | null

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


question_bank_id

question_bank_id: string

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


status

status: "draft" | "published"

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


text

text: string | null

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