questionChoices


Description

Slectable choices for Questions

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 null
companyId uuid 2147483647 null
companies.id questionChoices_companyId_fkeyC

The ID of the learning site

questionId uuid 2147483647 null
questions.id questionChoices_questionId_fkeyC

Foreign key relating back to the parent question

correct bool 1 false

If this choice is the correct answer

points int4 10 null

How many points this choice (if any) is worth

value text 2147483647 null

The answer content body

order int4 10 null

Order index of the Question Choice

deleted bool 1 false
response text 2147483647 null

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
questionChoices_pkey Primary key Asc id
questionChoices_questionId_idx Performance Asc questionId

Relationships