Skip to content

exam_questions

Questions inside an exam.

  • ETL strategy: merge
  • PK: id

Columns

ColumnTypeDescription
idBIGINTPK.
id_tenantBIGINTFK → tenants.id.
id_originBIGINTParent question id when replicated.
id_examBIGINTFK → exams.id.
questionTEXTQuestion text.
formatTEXTQuestion type. Enum — see below.
imageTEXTOptional image URL.
answersJSONBChoices and answer key.
created_atTIMESTAMPTZ
deleted_atTIMESTAMPTZ

Enum · format

ValueMeaning
multiple_choiceMultiple choice.
(others)Other formats preserved unchanged. Empty strings become NULL.

Relationships

OpenDB · Cademi LMS Data Warehouse