Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
Warning

The Information below is for an in development branch of RogoROGO 6.1.0+

Purpose: Holds data about a session (or activity) which is a container into which objectives can be structured.Version: 6.1

Joins: academic_year, objectives and modules tables.

Field
Type
Purpose
Key
sess_idint(11)auto increment. 
identifierbigint(20) unsignedNumber that joins with objectives tablePRIMARY KEY
idModchar(25) unsignedID of the module the session pertains toPRIMARY KEY
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_yearint(4)Academic year the metadata applies to.PRIMARY KEY, FOREIGN KEY academic_year.calendar_year
occurrencedatetimeDatetime when the session occurrs