Answer tags
Jump to navigation
Jump to search
The Answer Tags table contains tags that have been assigned to rubric comments based on the characteristics those comments have.
Answer Tags Variable Documentation
Field Name | Type | Description |
---|---|---|
id | int(11) | Unique ID for each Answer_tag record. |
answer_id | int(11) | ID of each of the Answer. |
tag_prompt_deployment_id | int(11) | Deployment ID of the Tag. |
user_id | int(11) | ID of the User who set the tag |
value | varchar(255) | Value of the Tag (not set, yes, or no). |
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 Answer Tags Table as Foreign Key Relationship.
E/R diagram for Child Tables
No Tables refer the Answer Tags Table as Foreign Key Relationship.
Back to Database Tables Main page.