This space is archived

For current information please use the current ExamSys documentation

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Purpose: Stores information about when saves fail.
Version: 6.0

FieldTypePurpose
idint(4) unsignedPrimary Key – auto increment.
userIDint(10) unsignedUserID of the student who failed to save.
paperIDmediumint(8)ID of the paper which failed to save.
screentinyint(2) unsignedScreen number which failed to save.
ipaddressvarchar(100)IP address or client name of the computer which failed to save.
failedint(4) unsignedUNIX timestamp of when a save failed.
  • No labels