Questions table
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.