Review scores

From Expertiza_Wiki
Revision as of 22:13, 25 April 2018 by Psinha (talk | contribs) (Created page with "Review scores gives information regarding the scores given by the instructor to the reviews. ==Review Scores variable documentation== {| class="wikitable" !Field Name !!Type !...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Review scores gives information regarding the scores given by the instructor to the reviews.

Review Scores variable documentation

Field Name Type Description
id int(11) The unique record id
review_id int(11) ID of the Review.
question_id int(11) ID of the question associated with the Review.
score int(11) Score given to that Review.
comments text Comments given by the instructor.
questionnaire_type_id int(11) ID of the questionnaire the question is associated to.


E/R diagram for Parents Tables

Tables referred by the Review Scores Table as Foreign Key Relationship.


E/R diagram for Child Tables

No Tables were referred by the Review Scores Table as Foreign Key Relationship.


Back to Database Tables Main page.