cache_student_paper_marks
Purpose: Holds student marks/percent by paper. Used in the Performance Summary reports.
Field | Type | Purpose |
---|---|---|
paperID | mediumint(8) unsigned | ID of the paper |
userID | int(10) unsigned | The ID of the user |
mark | decimal(10,5) | Mark of the student. |
percent | decimal(10,5) | Percentage of the student. |
See also: Marks Caching