This space is archived

For current information please use the current ExamSys documentation

help_tutorial_log

Purpose: Holds a log of which users accessed the online tutorials in the help system.
Joins: users table.

FieldTypePurpose
idint(11)Primary Key – auto increment.
typeenum('student','staff')What type of user accessed the tutorial.
userIDint(10) unsignedUser ID of the person accessing the tutorial.
accesseddatetimeDatetime when the tutorial was accessed.
tutorialvarchar(255)Filename of the tutorial accessed.