Purpose: Holds student marks/percent by paper. Used in the Performance Summary reports.
Version: 5.1
| 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. |
...