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 4 Current »

The Information below is for ROGO 6.1.0+

Purpose: Holds information about student computer labs.

Joins: client_identifiers, campus.

FieldTypePurposeKEY
idsmallint(5) unsignedPrimary Key – auto increment. 
namevarchar(255)Name of the lab 
campusint(8)Campus that the lab is onFOREIGN KEY campus.id
buildingvarchar(255)Building name that the lab is in 
room_novarchar(255)Room number of the lab 
timetablingtextTextual description about how the lab can be booked/timetabled for exams 
it_supporttextTextual description about any IT support for the lab 
plagarismtextTextual description about what stepts to minimise plagarism should be made for this lab 


  • No labels