Questions table: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<!-- Questions page already exists,so created a page with the name Questions table and gave an external link on the tables page--> {| class="wikitable" !Field Name !!Type !!Desc...") |
(No difference)
|
Revision as of 19:45, 17 May 2016
| Field Name | Type | Description |
|---|---|---|
| id | int(11) | |
| txt | text | the question string |
| true_false | tinyint(1) | either it's a true/false question, or it's a question that is to be given a numeric score |
| weight | int(11) | specifies the weighting of the question |
| questionnaire_id | int(11) | the id of the questionnaire that this question belongs to |
Back to Database Tables Main page.