log5
Purpose: Holds responses for Offline papers. The idea of an offline paper is to effectively have a question skeleton. Into this marks are loaded and compared with mapped learning objectives to give students feedback.
Joins: users, papers, questions and log_metadata tables.
Field | Type | Purpose |
---|---|---|
id | int(11) | Primary Key – auto increment. |
q_id | int(11) | ID of the question that is being saved. |
mark | float | Mark awared to student |
adjmark | float | Adjusted mark awared to student |
totalpos | tinyint(4) | Maximum available marks for this question |
metadataID | int(11) | The ID of the main log_metadata record |