Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| answer_id | bigserial | 19 | √ | nextval('tbl_answer_answer_id_seq'::regclass) |
|
|
Primary key |
||||
| attempt_id | int8 | 19 | null |
|
|
FK: public.tbl_assessment_attempt.attempt_id |
|||||
| question_id | int8 | 19 | null |
|
|
FK: public.tbl_question.question_id |
|||||
| selected_option_id | varchar | 200 | √ | null |
|
|
Stores the selected option(s) for the question. |
||||
| answer_text | text | 2147483647 | √ | null |
|
|
Optional text-based answer field. |
||||
| marks_awarded | int4 | 10 | √ | null |
|
|
Marks awarded for the question. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_answer_pkey | Primary key | Asc | answer_id |

