The Information below is for ROGO 6.1.0+

Purpose: When not obtaining learning objectives from a VLE through an API Rogo can store objectives internally - this table is for this purpose.

Joins: academic_yearmodules and sessions table.

FieldTypePurposeKey
obj_idint(11) PRIMARY KEY
objectivetextText of the objective itself 
idModint(11) unsignedID of the module the objectives are stored againstPRIMARY KEY
identifierbigint(20) unsignedJoins with sessions table 
calendar_yearint(4)Academic year the metadata applies to.PRIMARY KEY, FOREIGN KEY academic_year.calendar_year
sequenceint(11)What order the objectives are displayed on screen