Automated metareviews
Jump to navigation
Jump to search
This table has meta values for each of the reponses in the Reponses table to indicate whether the review has Summary, Problem, Tone etc.
Automated Metareviews Variable Documentation
Field Name | Type | Description |
---|---|---|
id | int(11) | The unique record id |
relevance | float | This gives the float value for the relevance of the metareviews |
content_summative | float | This gives the float value for how much the review is categorised as Summary. |
content_problem | float | This gives the float value for how much the review is categorised as Problem. |
content_advisory | float | This gives the float value for how much the review is categorised as Advice. |
tone_positive | float | This gives the float value for the Positive tone of the review. |
tone_negative | float | This gives the float value for the Negative tone of the review. |
tone_neutral | float | This gives the float value for the Neutral tone of the review. |
quantity | int(11) | This gives the quantity(word count) of the review. |
plagiarism | tinyint(1) | Boolean field to indicate whether the review is plagiarised or not. |
version_num | int(11) | This gives the version number of the review. |
response_id | int(11) | This is Foreign key reference to the Response table (id). |
created_at | datetime | Date time value when the record was created. |
updated_at | datetime | Date time value when the record was updated. |
E/R diagram for Parents Tables
Tables referred by the Automated Metareviews Table as Foreign Key Relationship.
E/R diagram for Child Tables
No Tables refer the Automated Metareviews Table as Foreign Key Relationship.
Back to Database Tables Main page.