Question advices: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "{| class="wikitable" !Field Name !!Type !!Description |- !id |int(11) |id of the advice |- !question_id |int(11) |id of the question |- !score |int(11) |scores...")
(No difference)

Revision as of 19:52, 17 May 2016

Field Name Type Description
id int(11) id of the advice
question_id int(11) id of the question
score int(11) scores related to each question. It could be just 0/1 meaning false/true or integers
advice text description of what a particular score means


Back to Database Tables Main page.