paper_feedback
Purpose: Holds the textual feedback/percentages to use for formative papers.
Joins: users and properties tables.
Field | Type | Purpose |
---|---|---|
id | int(11) unsigned | Primary Key – auto increment. |
paperID | mediumint(8) unsigned | ID of paper the feedback is attached to. |
boundary | tinyint(3) unsigned | The percentage boundary that determines which piece of feedback output for what score. |
msg | text | The feedback message. |