Answer tags: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "The Answer Tags table gives information regarding the due dates associated to each of the assignment. == Answer Tags Variable Documentation == {| class="wikitable" !Field Name ...")
 
No edit summary
 
Line 1: Line 1:
The Answer Tags table gives information regarding the due dates associated to each of the assignment.
The Answer Tags table contains tags that have been assigned to rubric comments based on the characteristics those comments have.
== Answer Tags Variable Documentation ==
== Answer Tags Variable Documentation ==



Latest revision as of 20:14, 9 April 2024

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 did the deployment
value varchar(255) Value of the Tag.
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.