Assignments questionnaires: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "'''Deprecated''' {| class="wikitable" !Field Name !!Type !!Description |- !id |int(11) |The unique record id |- !questionnaire_id |int(11) |This references the ques...")
 
No edit summary
Line 1: Line 1:
'''Deprecated'''
'''Deprecated'''
== Assignments Questionnaire Variable Documentation ==


{| class="wikitable"  
{| class="wikitable"  
Line 13: Line 14:
|-  
|-  
!assignment_id   
!assignment_id   
|int(11)
|int(11)
 
|This references the assignment_id in the assignment
|This references the assignment_id in the assignment
|}  
|}  
== E/R diagram for Parents Tables ==
Tables referred by the Assignment Badges Table as Foreign Key Relationship.
[[File:assignments_questionnaire_imported.png]]
== E/R diagram for Child Tables ==
No Tables refer the Assignment Badges Table as Foreign Key Relationship.




Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.

Revision as of 01:44, 23 April 2018

Deprecated

Assignments Questionnaire Variable Documentation

Field Name Type Description
id int(11) The unique record id
questionnaire_id int(11) This references the questionnaire id in the questionnaire
assignment_id int(11) This references the assignment_id in the assignment

E/R diagram for Parents Tables

Tables referred by the Assignment Badges Table as Foreign Key Relationship.

File:Assignments questionnaire imported.png

E/R diagram for Child Tables

No Tables refer the Assignment Badges Table as Foreign Key Relationship.



Back to Database Tables Main page.