Quiz question choices
Jump to navigation
Jump to search
Quiz Question Choices Variable Documentation (Reimplementation)
| Name | Datatype | Description ! |
|---|---|---|
| id | INT(11) | unique identifier for the record |
| question_id | INT(11) | the unique identifier for the question |
| txt | TXT | The description for the question |
| is_correct | TINYINT(1) | to check whether it is correct or not |
Quiz Question Choices Variable Documentation (2023 version)
| Name | Datatype | Description ! |
|---|---|---|
| id | INT(11) | unique identifier for the record |
| question_id | INT(11) | the unique identifier for the question |
| txt | TXT | The description for the question |
| iscorrect | BIT | to check whether it is correct or not |
E/R diagram for Parents Tables
No Tables were referred by the Schema Migrations Table as Foreign Key Relationship.
E/R diagram for Child Tables
No Tables were referred by the Schema Migrations Table as Foreign Key Relationship.
Back to Database Tables Main page.