Versions Compared

Key

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

Purpose: Stores relationship pairs between questions and objectives.
Joins: papersmodules and questions tables.

FieldTypePurpose
rel_idint(11)Primary Key – auto increment.
idModint(11) unsignedModule ID of the paper and objectives.
paper_idmediumint(8) unsignedPaper ID
question_idint(11)ID of the question being mapped to the objective.
obj_idint(11)ID of the objective being mapped to the question.
calendar_yearenum('2006/07', '2007/08', '2008/09', '2009/10', '2010/11', '2011/12', '2012/13', '2013/14', '2014/15', '2015/16', '2016/17', '2017/18', '2018/19', '2019/20')The academic year the objectives are linked to.
vle_apivarchar(255)which vle api is this relationship for
map_levelsmallint(2) 
Warning

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

Purpose: Stores relationship pairs between questions and objectives.Version: 6.1

Joins: academic_yearpapersmodules and questions tables.

Field
Type
Purpose
Key
rel_idint(11)auto increment.PRIMARY KEY
idModint(11) unsignedModule ID of the paper and objectives. 
paper_idmediumint(8) unsignedPaper ID 
question_idint(11)ID of the question being mapped to the objective. 
obj_idint(11)ID of the objective being mapped to the question. 
calendar_yearint(4)Academic year the metadata applies to.FOREIGN KEY academic_year.calendar_year
vle_apivarchar(255)which vle api is this relationship for 
map_levelsmallint(2)