Questions table

From Expertiza_Wiki
Revision as of 19:45, 17 May 2016 by Rkyadav (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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.