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).

FieldTypePurpose
idint(10) unsignedPrimary Key – auto increment.
labIDsmallint(5) unsignedID of the lab.
paperIDmediumint(8) unsignedID of the paper.
invigilatorIDint(10) unsignedID of the invigilator.
userIDint(10) unsignedID of the user.
start_timeint(10) unsignedUnix timestamp when the exam started.
end_timeint(10) unsignedUnix timestamp when the exam is meant to end.

See also: Timed Exams