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

Version 1 Next »

Purpose: Holds data about a session (or activity) which is a container into which objectives can be structured.
Joins: objectives and modules tables.

FieldTypePurpose
sess_idint(11)auto increment.
identifierbigint(20) unsignedPrimary Key – Number that joins with objectives table
idModchar(25) unsignedPrimary Key – ID of the module the session pertains to
titletextThe title of the session
source_urltextOptional URL to point to. The intention would be to point to a lecture page in a VLE or portal
calendar_yearPrimary Key – enum('2008/09', '2009/10', '2010/11', '2011/12' '2012/13', '2013/14', '2014/15', '2015/16', '2016/17', '2017/18', '2018/19', '2019/20')Academic year of the session
occurrencedatetimeDatetime when the session occurrs
  • No labels