/
log_lab_end_time
This space is archived
For current information please use the current ExamSys documentation
log_lab_end_time
Purpose: Holds the end time of an assessment for a specific lab (different labs can have different end times).
Field | Type | Purpose |
---|---|---|
id | int(10) unsigned | Primary Key – auto increment. |
labID | smallint(5) unsigned | ID of the lab. |
paperID | mediumint(8) unsigned | ID of the paper. |
invigilatorID | int(10) unsigned | ID of the invigilator. |
userID | int(10) unsigned | ID of the user. |
start_time | int(10) unsigned | Unix timestamp when the exam started. |
end_time | int(10) unsigned | Unix timestamp when the exam is meant to end. |
See also: Timed Exams
, multiple selections available,
Related content
Paper Reports Specifications
Paper Reports Specifications
More like this
Updating the ExamSys version number
Updating the ExamSys version number
More like this
Coding Standards
Coding Standards
More like this
Equation editor plugin
Equation editor plugin
More like this