Scores

From Expertiza_Wiki
Revision as of 19:45, 17 May 2016 by Rkyadav (talk | contribs) (Created page with "Contains scoring for responses ==Score variable documentation== {| class="wikitable" !Field Name !!Type !!Description |- !id |int(11) |The unique record id |- !question_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Contains scoring for responses

Score variable documentation

Field Name Type Description
id int(11) The unique record id
question_id int(11) The question for which the score was awarded
score int(11) The value given by the reviewer to this question
comments text The textual explanation provided by the reviewer to support his/her score
response int(11) The response to which this score is associated

Back to the database documentation