This space is archived

For current information please use the current ExamSys documentation

help_log

Purpose: Tracks page accesses in the staff and student help systems.
Joins: usersstaff_helpstudent_help tables.

FieldTypePurpose
idint(11)Primary Key – auto increment.
typeenum('student','staff')Type of user performing the search (i.e. student or staff).
userIDint(10) unsignedID of the user who performed the search
accesseddatetimeDatetime when the page was hit
pageIDint(11)ID of the page that was accessed.