Scores: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Contains scoring for responses ==Score variable documentation== {| class="wikitable" !Field Name !!Type !!Description |- !id |int(11) |The unique record id |- !question_...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
==Score variable documentation== | ==Score variable documentation== | ||
Note: This table does not exist! The [https://wiki.expertiza.ncsu.edu/index.php?title=Answers answers] table contains the info envisioned for the scores table. | |||
{| class="wikitable" | {| class="wikitable" |
Latest revision as of 21:06, 17 April 2025
Contains scoring for responses
Score variable documentation
Note: This table does not exist! The answers table contains the info envisioned for the scores table.
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