-- phpMyAdmin SQL Dump -- version 3.3.10.2 -- http://www.phpmyadmin.net -- -- Servidor: localhost -- Tiempo de generación: 19-07-2011 a las 16:40:15 -- Versión del servidor: 5.0.92 -- Versión de PHP: 5.2.6 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Base de datos: `globalv2_cfe` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `adodb_logsql` -- CREATE TABLE IF NOT EXISTS `adodb_logsql` ( `id` bigint(10) unsigned NOT NULL auto_increment, `created` datetime NOT NULL default '0000-00-00 00:00:00', `sql0` varchar(250) NOT NULL default '', `sql1` text, `params` text, `tracer` text, `timer` decimal(16,6) NOT NULL default '0.000000', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='to save some logs from ADOdb' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `adodb_logsql` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_assignment` -- CREATE TABLE IF NOT EXISTS `mdl_assignment` ( `id` bigint(10) unsigned NOT NULL auto_increment, `course` bigint(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `description` text NOT NULL, `format` smallint(4) unsigned NOT NULL default '0', `assignmenttype` varchar(50) NOT NULL default '', `resubmit` tinyint(2) unsigned NOT NULL default '0', `preventlate` tinyint(2) unsigned NOT NULL default '0', `emailteachers` tinyint(2) unsigned NOT NULL default '0', `var1` bigint(10) default '0', `var2` bigint(10) default '0', `var3` bigint(10) default '0', `var4` bigint(10) default '0', `var5` bigint(10) default '0', `maxbytes` bigint(10) unsigned NOT NULL default '100000', `timedue` bigint(10) unsigned NOT NULL default '0', `timeavailable` bigint(10) unsigned NOT NULL default '0', `grade` bigint(10) NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_assi_cou_ix` (`course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Defines assignments' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_assignment` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_assignment_submissions` -- CREATE TABLE IF NOT EXISTS `mdl_assignment_submissions` ( `id` bigint(10) unsigned NOT NULL auto_increment, `assignment` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `timecreated` bigint(10) unsigned NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', `numfiles` bigint(10) unsigned NOT NULL default '0', `data1` text, `data2` text, `grade` bigint(11) NOT NULL default '0', `submissioncomment` text NOT NULL, `format` smallint(4) unsigned NOT NULL default '0', `teacher` bigint(10) unsigned NOT NULL default '0', `timemarked` bigint(10) unsigned NOT NULL default '0', `mailed` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_assisubm_use_ix` (`userid`), KEY `mdl_assisubm_mai_ix` (`mailed`), KEY `mdl_assisubm_tim_ix` (`timemarked`), KEY `mdl_assisubm_ass_ix` (`assignment`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Info about submitted assignments' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_assignment_submissions` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_backup_config` -- CREATE TABLE IF NOT EXISTS `mdl_backup_config` ( `id` bigint(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `mdl_backconf_nam_uix` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='To store backup configuration variables' AUTO_INCREMENT=18 ; -- -- Volcar la base de datos para la tabla `mdl_backup_config` -- INSERT INTO `mdl_backup_config` (`id`, `name`, `value`) VALUES (1, 'backup_sche_modules', '0'), (2, 'backup_sche_withuserdata', '0'), (3, 'backup_sche_metacourse', '0'), (4, 'backup_sche_users', '0'), (5, 'backup_sche_logs', '0'), (6, 'backup_sche_userfiles', '0'), (7, 'backup_sche_coursefiles', '0'), (8, 'backup_sche_sitefiles', '0'), (9, 'backup_sche_gradebook_history', '0'), (10, 'backup_sche_messages', '0'), (11, 'backup_sche_blogs', '0'), (12, 'backup_sche_keep', '1'), (13, 'backup_sche_active', '0'), (14, 'backup_sche_weekdays', '0000000'), (15, 'backup_sche_hour', '0'), (16, 'backup_sche_minute', '0'), (17, 'backup_sche_destination', ''); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_backup_courses` -- CREATE TABLE IF NOT EXISTS `mdl_backup_courses` ( `id` bigint(10) unsigned NOT NULL auto_increment, `courseid` bigint(10) unsigned NOT NULL default '0', `laststarttime` bigint(10) unsigned NOT NULL default '0', `lastendtime` bigint(10) unsigned NOT NULL default '0', `laststatus` char(1) NOT NULL default '0', `nextstarttime` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_backcour_cou_uix` (`courseid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='To store every course backup status' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_backup_courses` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_backup_files` -- CREATE TABLE IF NOT EXISTS `mdl_backup_files` ( `id` bigint(10) unsigned NOT NULL auto_increment, `backup_code` bigint(10) unsigned NOT NULL default '0', `file_type` varchar(10) NOT NULL default '', `path` varchar(255) NOT NULL default '', `old_id` bigint(10) unsigned NOT NULL default '0', `new_id` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_backfile_bacfilpat_uix` (`backup_code`,`file_type`,`path`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='To store and recode ids to user and course files' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_backup_files` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_backup_ids` -- CREATE TABLE IF NOT EXISTS `mdl_backup_ids` ( `id` bigint(10) unsigned NOT NULL auto_increment, `backup_code` bigint(12) unsigned NOT NULL default '0', `table_name` varchar(30) NOT NULL default '', `old_id` bigint(10) unsigned NOT NULL default '0', `new_id` bigint(10) unsigned NOT NULL default '0', `info` mediumtext NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_backids_bactabold_uix` (`backup_code`,`table_name`,`old_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='To store and convert ids in backup/restore' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_backup_ids` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_backup_log` -- CREATE TABLE IF NOT EXISTS `mdl_backup_log` ( `id` bigint(10) unsigned NOT NULL auto_increment, `courseid` bigint(10) unsigned NOT NULL default '0', `time` bigint(10) unsigned NOT NULL default '0', `laststarttime` bigint(10) unsigned NOT NULL default '0', `info` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `mdl_backlog_cou_ix` (`courseid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='To store every course backup log info' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_backup_log` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_block` -- CREATE TABLE IF NOT EXISTS `mdl_block` ( `id` bigint(10) unsigned NOT NULL auto_increment, `name` varchar(40) NOT NULL default '', `version` bigint(10) unsigned NOT NULL default '0', `cron` bigint(10) unsigned NOT NULL default '0', `lastcron` bigint(10) unsigned NOT NULL default '0', `visible` tinyint(1) NOT NULL default '1', `multiple` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='to store installed blocks' AUTO_INCREMENT=35 ; -- -- Volcar la base de datos para la tabla `mdl_block` -- INSERT INTO `mdl_block` (`id`, `name`, `version`, `cron`, `lastcron`, `visible`, `multiple`) VALUES (1, 'activity_modules', 2007101509, 0, 0, 1, 0), (2, 'admin', 2007101509, 0, 0, 1, 0), (3, 'admin_bookmarks', 2007101509, 0, 0, 1, 0), (4, 'admin_tree', 2007101509, 0, 0, 1, 0), (5, 'blog_menu', 2007101509, 0, 0, 1, 0), (6, 'blog_tags', 2007101509, 0, 0, 1, 1), (7, 'calendar_month', 2007101509, 0, 0, 1, 0), (8, 'calendar_upcoming', 2007101509, 0, 0, 1, 0), (9, 'course_list', 2007101509, 0, 0, 1, 0), (10, 'course_summary', 2007101509, 0, 0, 1, 0), (11, 'email_list', 2010021400, 1, 0, 1, 0), (12, 'glossary_random', 2007101509, 0, 0, 1, 1), (13, 'html', 2007101509, 0, 0, 1, 1), (14, 'loancalc', 2007101509, 0, 0, 1, 0), (15, 'login', 2007101509, 0, 0, 1, 0), (16, 'mentees', 2007101509, 0, 0, 1, 1), (17, 'messages', 2007101509, 0, 0, 1, 0), (18, 'mnet_hosts', 2007101509, 0, 0, 1, 0), (19, 'news_items', 2007101509, 0, 0, 1, 0), (20, 'online_users', 2007101510, 0, 0, 1, 0), (21, 'participants', 2007101509, 0, 0, 1, 0), (22, 'quiz_results', 2007101509, 0, 0, 1, 1), (23, 'recent_activity', 2007101509, 0, 0, 1, 0), (24, 'rss_client', 2007101511, 300, 0, 1, 1), (25, 'search', 2008031500, 1, 0, 1, 0), (26, 'search_forums', 2007101509, 0, 0, 1, 0), (27, 'section_links', 2007101511, 0, 0, 1, 0), (28, 'sending_sms', 2008112700, 0, 0, 1, 0), (29, 'site_main_menu', 2007101509, 0, 0, 1, 0), (30, 'sloodle_menu', 2009010801, 0, 0, 1, 0), (31, 'social_activities', 2007101509, 0, 0, 1, 0), (32, 'tag_flickr', 2007101509, 0, 0, 1, 1), (33, 'tag_youtube', 2007101509, 0, 0, 1, 1), (34, 'tags', 2007101509, 0, 0, 1, 1); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_block_email_list_filter` -- CREATE TABLE IF NOT EXISTS `mdl_block_email_list_filter` ( `id` bigint(10) unsigned NOT NULL auto_increment, `folderid` bigint(10) unsigned NOT NULL default '0', `rules` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Filter mail for one folder' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_block_email_list_filter` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_block_email_list_folder` -- CREATE TABLE IF NOT EXISTS `mdl_block_email_list_folder` ( `id` bigint(10) unsigned NOT NULL auto_increment, `userid` bigint(10) unsigned NOT NULL default '0', `course` bigint(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `timecreated` bigint(10) unsigned NOT NULL default '0', `isparenttype` enum('inbox','sendbox','trash','draft') default NULL, PRIMARY KEY (`id`), KEY `mdl_blocemailistfold_isp_ix` (`isparenttype`), KEY `mdl_blocemailistfold_use_ix` (`userid`), KEY `mdl_blocemailistfold_cou_ix` (`course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='All Folders for store mails. isparenttype content only type ' AUTO_INCREMENT=13 ; -- -- Volcar la base de datos para la tabla `mdl_block_email_list_folder` -- INSERT INTO `mdl_block_email_list_folder` (`id`, `userid`, `course`, `name`, `timecreated`, `isparenttype`) VALUES (1, 2, 0, 'Entrante', 1306742827, 'inbox'), (2, 2, 0, 'Borrador', 1306742827, 'draft'), (3, 2, 0, 'Mensajes enviados', 1306742827, 'sendbox'), (4, 2, 0, 'Papelera', 1306742827, 'trash'), (5, 3, 0, 'Entrante', 1306748198, 'inbox'), (6, 3, 0, 'Borrador', 1306748198, 'draft'), (7, 3, 0, 'Mensajes enviados', 1306748198, 'sendbox'), (8, 3, 0, 'Papelera', 1306748198, 'trash'), (9, 4, 0, 'Entrante', 1307008000, 'inbox'), (10, 4, 0, 'Borrador', 1307008000, 'draft'), (11, 4, 0, 'Mensajes enviados', 1307008000, 'sendbox'), (12, 4, 0, 'Papelera', 1307008000, 'trash'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_block_email_list_foldermail` -- CREATE TABLE IF NOT EXISTS `mdl_block_email_list_foldermail` ( `id` bigint(10) unsigned NOT NULL auto_increment, `mailid` bigint(10) unsigned NOT NULL default '0', `folderid` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_blocemailistfold_folmai_ix` (`folderid`,`mailid`), KEY `mdl_blocemailistfold_mai_ix` (`mailid`), KEY `mdl_blocemailistfold_fol_ix` (`folderid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Mails of one folder' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_block_email_list_foldermail` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_block_email_list_mail` -- CREATE TABLE IF NOT EXISTS `mdl_block_email_list_mail` ( `id` bigint(10) unsigned NOT NULL auto_increment, `userid` bigint(10) unsigned NOT NULL default '0', `course` bigint(10) unsigned NOT NULL default '0', `respondedid` bigint(10) unsigned NOT NULL default '0', `subject` varchar(255) NOT NULL default '', `timecreated` bigint(10) unsigned NOT NULL default '0', `body` text, PRIMARY KEY (`id`), KEY `mdl_blocemailistmail_sub_ix` (`subject`), KEY `mdl_blocemailistmail_tim_ix` (`timecreated`), KEY `mdl_blocemailistmail_use_ix` (`userid`), KEY `mdl_blocemailistmail_cou_ix` (`course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='All mails are stored in this table' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_block_email_list_mail` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_block_email_list_preference` -- CREATE TABLE IF NOT EXISTS `mdl_block_email_list_preference` ( `id` bigint(10) unsigned NOT NULL auto_increment, `userid` bigint(10) unsigned NOT NULL default '0', `trackbymail` smallint(4) unsigned NOT NULL default '1', `marriedfolders2courses` smallint(4) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_blocemailistpref_use_ix` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Global preferences for Email' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_block_email_list_preference` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_block_email_list_send` -- CREATE TABLE IF NOT EXISTS `mdl_block_email_list_send` ( `id` bigint(10) unsigned NOT NULL auto_increment, `userid` bigint(10) unsigned NOT NULL default '0', `course` bigint(10) unsigned NOT NULL default '0', `mailid` bigint(10) unsigned NOT NULL default '0', `type` enum('to','cc','bcc') NOT NULL default 'to', `readed` smallint(4) NOT NULL default '0', `sended` smallint(4) NOT NULL default '1', `answered` smallint(4) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_blocemailistsend_rea_ix` (`readed`), KEY `mdl_blocemailistsend_typ_ix` (`type`), KEY `mdl_blocemailistsend_sen_ix` (`sended`), KEY `mdl_blocemailistsend_use_ix` (`userid`), KEY `mdl_blocemailistsend_cou_ix` (`course`), KEY `mdl_blocemailistsend_mai_ix` (`mailid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Mail user send, type and it is readed' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_block_email_list_send` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_block_email_list_subfolder` -- CREATE TABLE IF NOT EXISTS `mdl_block_email_list_subfolder` ( `id` bigint(10) unsigned NOT NULL auto_increment, `folderparentid` bigint(10) unsigned NOT NULL default '0', `folderchildid` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_blocemailistsubf_fol_ix` (`folderparentid`), KEY `mdl_blocemailistsubf_fol2_ix` (`folderchildid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='SubFolders for one folder for store mails' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_block_email_list_subfolder` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_block_instance` -- CREATE TABLE IF NOT EXISTS `mdl_block_instance` ( `id` bigint(10) unsigned NOT NULL auto_increment, `blockid` bigint(10) unsigned NOT NULL default '0', `pageid` bigint(10) unsigned NOT NULL default '0', `pagetype` varchar(20) NOT NULL default '', `position` varchar(10) NOT NULL default '', `weight` smallint(3) NOT NULL default '0', `visible` tinyint(1) NOT NULL default '0', `configdata` text, PRIMARY KEY (`id`), KEY `mdl_blocinst_pag_ix` (`pageid`), KEY `mdl_blocinst_pag2_ix` (`pagetype`), KEY `mdl_blocinst_blo_ix` (`blockid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='to store block instances in pages' AUTO_INCREMENT=46 ; -- -- Volcar la base de datos para la tabla `mdl_block_instance` -- INSERT INTO `mdl_block_instance` (`id`, `blockid`, `pageid`, `pagetype`, `position`, `weight`, `visible`, `configdata`) VALUES (1, 29, 1, 'course-view', 'l', 2, 1, ''), (2, 4, 1, 'course-view', 'l', 4, 1, ''), (3, 10, 1, 'course-view', 'r', 1, 1, ''), (4, 7, 1, 'course-view', 'r', 2, 1, ''), (5, 4, 0, 'admin', 'l', 0, 1, ''), (6, 3, 0, 'admin', 'l', 1, 1, ''), (7, 15, 1, 'course-view', 'r', 0, 1, ''), (8, 21, 2, 'course-view', 'l', 4, 1, ''), (9, 1, 2, 'course-view', 'l', 0, 1, ''), (10, 26, 2, 'course-view', 'l', 5, 1, ''), (11, 2, 2, 'course-view', 'l', 1, 1, ''), (12, 9, 2, 'course-view', 'l', 6, 1, ''), (13, 19, 2, 'course-view', 'r', 3, 1, ''), (14, 8, 2, 'course-view', 'r', 2, 1, ''), (41, 9, 1, 'course-view', 'l', 3, 1, ''), (40, 6, 1, 'course-view', 'r', 3, 1, ''), (39, 19, 1, 'course-view', 'l', 1, 1, ''), (38, 13, 1, 'course-view', 'l', 0, 1, 'Tzo2OiJvYmplY3QiOjI6e3M6NToidGl0bGUiO3M6NzoiRW5sYWNlcyI7czo0OiJ0ZXh0IjtzOjE0NToiPHA+PGEgdGl0bGU9IkNFRiBDT01QQcORw41BIERFIEZPUk1BQ0nDk04gRU1QUkVTQVJJQUwiIGhyZWY9Imh0dHA6Ly93d3cuY2ZlLmVzLyIgdGFyZ2V0PSJfYmxhbmsiPkNFRiBDb21wYcOxw61hIGRlIEZvcm1hY2nDs24gRW1wcmVzYXJpYWw8L2E+PC9wPiI7fQ=='), (37, 6, 2, 'blog-view', 'r', 1, 1, NULL), (35, 17, 2, 'course-view', 'l', 2, 1, ''), (36, 5, 2, 'blog-view', 'r', 0, 1, NULL), (33, 11, 2, 'course-view', 'r', 5, 1, ''), (32, 7, 2, 'course-view', 'r', 1, 1, ''), (42, 13, 1, 'course-view', 'l', 5, 1, 'Tzo2OiJvYmplY3QiOjI6e3M6NToidGl0bGUiO3M6MTk6IkNhdMOhbG9nbyBkZSBDdXJzb3MiO3M6NDoidGV4dCI7czoxNzM6IjxpbWcgd2lkdGg9IjIxMyIgaGVpZ2h0PSIxNDYiIHRpdGxlPSJDYXTDoWxvZ28iIGFsdD0iQ2F0w6Fsb2dvIiBzcmM9Imh0dHA6Ly93d3cuY2lhZm9yLmNvbS9maWxlLnBocC8xL2NhdGFsb2dvLmpwZyIgYm9yZGVyPSIwIiBoc3BhY2U9IjAiIGNvbXBsZXRlPSJ0cnVlIiBjb21wbGV0ZT0idHJ1ZSIgLz4gIjt9'), (43, 20, 2, 'course-view', 'l', 3, 1, ''), (44, 13, 2, 'course-view', 'r', 0, 1, 'Tzo2OiJvYmplY3QiOjI6e3M6NToidGl0bGUiO3M6MTk6IkVubGFjZXMgZGUgaW50ZXLDqXMiO3M6NDoidGV4dCI7czoxMTc6IjxwPjxhIHRpdGxlPSJCTE9HIERFIEpPU8OJIFRPQkFMIiBocmVmPSJodHRwOi8vd3d3LmNpYWZvci5jb20vd29yZHByZXNzLyIgdGFyZ2V0PSJfYmxhbmsiPkJsb2cgZGUgSm9zw6kgVG9iYWw8L2E+PC9wPiI7fQ=='), (45, 13, 2, 'course-view', 'r', 4, 1, 'Tzo2OiJvYmplY3QiOjI6e3M6NToidGl0bGUiO3M6MTg6IkNvbnN1bHRhcyBlbiBMaW5lYSI7czo0OiJ0ZXh0IjtzOjkwMzoiPCEtLURPQ1RZUEUgaHRtbCBQVUJMSUMgIi0vL1czQy8vRFREIFhIVE1MIDEuMCBUcmFuc2l0aW9uYWwvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvVFIveGh0bWwxL0RURC94aHRtbDEtdHJhbnNpdGlvbmFsLmR0ZCItLT48bWV0YSBodHRwLWVxdWl2PSJDb250ZW50LVR5cGUiIGNvbnRlbnQ9InRleHQvaHRtbDsgY2hhcnNldD1pc28tODg1OS0xIiAvPjwhLS0gd2ViaW0gYnV0dG9uIC0tPg0KPHAgYWxpZ249ImNlbnRlciI+PGEgb25jbGljaz0iZnVuY3Rpb24gb25jbGljaygpIHsgaWYobmF2aWdhdG9yLnVzZXJBZ2VudC50b0xvd2VyQ2FzZSgpLmluZGV4T2YoJ29wZXJhJykgIT0gLTEgJiYgd2luZG93LmV2ZW50LnByZXZlbnREZWZhdWx0KSB3aW5kb3cuZXZlbnQucHJldmVudERlZmF1bHQoKTt0aGlzLm5ld1dpbmRvdyA9IHdpbmRvdy5vcGVuKCcvd2ViaW0vY2xpZW50LnBocD9sb2NhbGU9c3Amc3R5bGU9b3JpZ2luYWwmdXJsPScrZXNjYXBlKGRvY3VtZW50LmxvY2F0aW9uLmhyZWYpKycmcmVmZXJyZXI9Jytlc2NhcGUoZG9jdW1lbnQucmVmZXJyZXIpLCAnd2ViaW0nLCAndG9vbGJhcj0wLHNjcm9sbGJhcnM9MCxsb2NhdGlvbj0wLHN0YXR1cz0xLG1lbnViYXI9MCx3aWR0aD02NDAsaGVpZ2h0PTQ4MCxyZXNpemFibGU9MScpO3RoaXMubmV3V2luZG93LmZvY3VzKCk7dGhpcy5uZXdXaW5kb3cub3BlbmVyPXdpbmRvdztyZXR1cm4gZmFsc2U7IH0iIGhyZWY9Ii93ZWJpbS9jbGllbnQucGhwP2xvY2FsZT1zcCZzdHlsZT1vcmlnaW5hbCIgdGFyZ2V0PSJfYmxhbmsiPjxpbWcgd2lkdGg9IjE3NyIgaGVpZ2h0PSI2MSIgc3JjPSIvd2ViaW0vYi5waHA/aT1tYmx1ZSZsYW5nPXNwIiBib3JkZXI9IjAiIGNvbXBsZXRlPSJ0cnVlIiAvPjwvYT48L3A+PCEtLSAvIHdlYmltIGJ1dHRvbiAtLT4gIjt9'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_block_pinned` -- CREATE TABLE IF NOT EXISTS `mdl_block_pinned` ( `id` bigint(10) unsigned NOT NULL auto_increment, `blockid` bigint(10) unsigned NOT NULL default '0', `pagetype` varchar(20) NOT NULL default '', `position` varchar(10) NOT NULL default '', `weight` smallint(3) NOT NULL default '0', `visible` tinyint(1) NOT NULL default '0', `configdata` text NOT NULL, PRIMARY KEY (`id`), KEY `mdl_blocpinn_pag_ix` (`pagetype`), KEY `mdl_blocpinn_blo_ix` (`blockid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='to pin blocks' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_block_pinned` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_block_rss_client` -- CREATE TABLE IF NOT EXISTS `mdl_block_rss_client` ( `id` bigint(10) unsigned NOT NULL auto_increment, `userid` bigint(10) unsigned NOT NULL default '0', `title` text NOT NULL, `preferredtitle` varchar(64) NOT NULL default '', `description` text NOT NULL, `shared` tinyint(2) unsigned NOT NULL default '0', `url` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Remote news feed information. Contains the news feed id, the' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_block_rss_client` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_block_search_documents` -- CREATE TABLE IF NOT EXISTS `mdl_block_search_documents` ( `id` bigint(10) unsigned NOT NULL auto_increment, `docid` varchar(32) NOT NULL default '', `doctype` varchar(32) NOT NULL default 'none', `itemtype` varchar(32) NOT NULL default 'standard', `title` varchar(255) NOT NULL default '', `url` varchar(255) NOT NULL default '', `docdate` bigint(10) unsigned NOT NULL default '0', `updated` bigint(10) unsigned NOT NULL default '0', `courseid` bigint(10) unsigned NOT NULL default '0', `groupid` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_blocseardocu_doc_ix` (`docid`), KEY `mdl_blocseardocu_doc2_ix` (`doctype`), KEY `mdl_blocseardocu_ite_ix` (`itemtype`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='table to store search index backups' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_block_search_documents` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_cache_filters` -- CREATE TABLE IF NOT EXISTS `mdl_cache_filters` ( `id` bigint(10) unsigned NOT NULL auto_increment, `filter` varchar(32) NOT NULL default '', `version` bigint(10) unsigned NOT NULL default '0', `md5key` varchar(32) NOT NULL default '', `rawtext` text NOT NULL, `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_cachfilt_filmd5_ix` (`filter`,`md5key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='For keeping information about cached data' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_cache_filters` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_cache_flags` -- CREATE TABLE IF NOT EXISTS `mdl_cache_flags` ( `id` bigint(10) unsigned NOT NULL auto_increment, `flagtype` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `timemodified` bigint(10) unsigned NOT NULL default '0', `value` mediumtext NOT NULL, `expiry` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_cachflag_fla_ix` (`flagtype`), KEY `mdl_cachflag_nam_ix` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Cache of time-sensitive flags' AUTO_INCREMENT=50 ; -- -- Volcar la base de datos para la tabla `mdl_cache_flags` -- INSERT INTO `mdl_cache_flags` (`id`, `flagtype`, `name`, `timemodified`, `value`, `expiry`) VALUES (1, 'accesslib/dirtycontexts', '/1', 1305712122, '1', 1305719322), (2, 'accesslib/dirtycontexts', '/1/11', 1305800378, '1', 1305807578), (3, 'accesslib/dirtycontexts', '/1/11/12', 1307007999, '1', 1307015199), (4, 'accesslib/dirtycontexts', '/1/3/13', 1305800773, '1', 1305807973), (5, 'accesslib/dirtycontexts', '/1/11/14', 1306740254, '1', 1306747454), (6, 'accesslib/dirtycontexts', '/1/11/13', 1306740235, '1', 1306747435), (7, 'accesslib/dirtycontexts', '/1/3', 1305800787, '1', 1305807987), (8, 'accesslib/dirtycontexts', '/1/11/13/30', 1306740234, '1', 1306747434), (9, 'accesslib/dirtycontexts', '/1/11/13/24', 1306740235, '1', 1306747435), (10, 'accesslib/dirtycontexts', '/1/11/13/25', 1306740235, '1', 1306747435), (11, 'accesslib/dirtycontexts', '/1/11/13/26', 1306740235, '1', 1306747435), (12, 'accesslib/dirtycontexts', '/1/11/13/27', 1306740235, '1', 1306747435), (13, 'accesslib/dirtycontexts', '/1/11/13/28', 1306740235, '1', 1306747435), (14, 'accesslib/dirtycontexts', '/1/11/13/29', 1306740235, '1', 1306747435), (15, 'accesslib/dirtycontexts', '/1/11/13/31', 1306740235, '1', 1306747435), (16, 'accesslib/dirtycontexts', '/1/11/13/32', 1306740235, '1', 1306747435), (17, 'accesslib/dirtycontexts', '/1/11/12/74', 1306742848, '1', 1306750048), (18, 'accesslib/dirtycontexts', '/1/11/12/40', 1306743964, '1', 1306751164), (19, 'accesslib/dirtycontexts', '/1/11/12/41', 1306743978, '1', 1306751178), (20, 'accesslib/dirtycontexts', '/1/11/12/47', 1306743987, '1', 1306751187), (21, 'accesslib/dirtycontexts', '/1/11/12/46', 1306743992, '1', 1306751192), (22, 'accesslib/dirtycontexts', '/1/11/12/44', 1306743997, '1', 1306751197), (23, 'accesslib/dirtycontexts', '/1/11/12/45', 1306744003, '1', 1306751203), (24, 'accesslib/dirtycontexts', '/1/11/12/43', 1306744007, '1', 1306751207), (25, 'accesslib/dirtycontexts', '/1/11/12/42', 1306744012, '1', 1306751212), (26, 'accesslib/dirtycontexts', '/1/11/12/49', 1306744172, '1', 1306751372), (27, 'accesslib/dirtycontexts', '/1/11/12/50', 1306744181, '1', 1306751381), (28, 'accesslib/dirtycontexts', '/1/11/12/60', 1306744191, '1', 1306751391), (29, 'accesslib/dirtycontexts', '/1/11/12/59', 1306744197, '1', 1306751397), (30, 'accesslib/dirtycontexts', '/1/11/12/58', 1306744211, '1', 1306751411), (31, 'accesslib/dirtycontexts', '/1/11/12/57', 1306744216, '1', 1306751416), (32, 'accesslib/dirtycontexts', '/1/11/12/56', 1306744223, '1', 1306751423), (33, 'accesslib/dirtycontexts', '/1/11/12/55', 1306744228, '1', 1306751428), (34, 'accesslib/dirtycontexts', '/1/11/12/54', 1306744234, '1', 1306751434), (35, 'accesslib/dirtycontexts', '/1/11/12/53', 1306744245, '1', 1306751445), (36, 'accesslib/dirtycontexts', '/1/11/12/52', 1306744251, '1', 1306751451), (37, 'accesslib/dirtycontexts', '/1/11/12/51', 1306744257, '1', 1306751457), (38, 'accesslib/dirtycontexts', '/1/11/12/66', 1306744394, '1', 1306751594), (39, 'accesslib/dirtycontexts', '/1/11/12/65', 1306744403, '1', 1306751603), (40, 'accesslib/dirtycontexts', '/1/11/12/64', 1306744409, '1', 1306751609), (41, 'accesslib/dirtycontexts', '/1/11/12/63', 1306744414, '1', 1306751614), (42, 'accesslib/dirtycontexts', '/1/11/12/62', 1306744419, '1', 1306751619), (43, 'accesslib/dirtycontexts', '/1/11/12/61', 1306744427, '1', 1306751627), (44, 'accesslib/dirtycontexts', '/1/11/12/100', 1307518240, '1', 1307525440), (45, 'accesslib/dirtycontexts', '/1/11/12/23', 1308729686, '1', 1308736886), (46, 'accesslib/dirtycontexts', '/1/11/12/97', 1309766092, '1', 1309773292), (47, 'accesslib/dirtycontexts', '/1/11/12/96', 1309766097, '1', 1309773297), (48, 'accesslib/dirtycontexts', '/1/11/12/95', 1309766103, '1', 1309773303), (49, 'accesslib/dirtycontexts', '/1/11/12/119', 1310462812, '1', 1310470012); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_cache_text` -- CREATE TABLE IF NOT EXISTS `mdl_cache_text` ( `id` bigint(10) unsigned NOT NULL auto_increment, `md5key` varchar(32) NOT NULL default '', `formattedtext` longtext NOT NULL, `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_cachtext_md5_ix` (`md5key`), KEY `mdl_cachtext_tim_ix` (`timemodified`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='For storing temporary copies of processed texts' AUTO_INCREMENT=216 ; -- -- Volcar la base de datos para la tabla `mdl_cache_text` -- INSERT INTO `mdl_cache_text` (`id`, `md5key`, `formattedtext`, `timemodified`) VALUES (1, '1a887fbf8b37885f0750081cf3bf7e82', 'Ciafor', 1305800136), (2, '8dc1c6454bcdf90cdae2bc71aa45cbf0', 'Ciafor', 1305800141), (3, '5e97f411b69f358a19815eff0935e328', 'Ciafor', 1305733679), (4, 'c0fa94142c7b1599798de4651ce8b763', 'Ciafor', 1305733679), (5, '1b8675175679a9868eeb06b50a107bc0', '

El sistema de formación on line de CFE Compañía de Formación Empresarial ofrece a sus alumnos un espacio de AULA VIRTUAL en el que el alumno podrá descargarse la documentación de los master, establecer comunicación con los tutores y profesores, autoevaluarse con test y casos prácticos, y otras actividades complementarias del método de estudio.

\r\n

Para entrar al AULA VIRTUAL sólo es necesario teclear el nombre de usuario y la contraseña que se le haya asignado al alumno.

', 1305800789), (6, '464c1f3a6282438cffb2e13d638ab258', '

El sistema de formación on line de CFE Compañía de Formación Empresarial ofrece a sus alumnos un espacio de AULA VIRTUAL en el que el alumno podrá descargarse la documentación de los master, establecer comunicación con los tutores y profesores, autoevaluarse con test y casos prácticos, y otras actividades complementarias del método de estudio.

\r\n

Para entrar al AULA VIRTUAL sólo es necesario teclear el nombre de usuario y la contraseña que se le haya asignado al alumno.

', 1305800790), (7, '862b5b7d5d53f23d415545fe1753127c', '

El objetivo general del Master es dotar a los participantes de los conocimientos, habilidades y competencias exigidos a gestores, ejecutivos y directivos en lo referente a calidad, medio ambiente, prevención de riesgos laborales, integración de sistemas, I+D+i, responsabilidad social corporativa, seguridad de la información y dirección de proyectos.

Para conseguir ese objetivo general el Master tiene como objetivos específicos capacitar a los estudiantes en la planificación, programación, documentación, implantación, gestión, control, auditoría, certificación y mejora de los siguientes sistemas:

- Sistemas de gestión de la calidad ISO 9000 y EFQM.
- Sistemas de gestión medioambiental ISO 14000 y EMAS.
- Sistemas de prevención de riesgos laborales (PRL).
- Normalización del Sistema de PRL de acuerdo con la normativa OSHAS 18001.
- Sistemas integrados de calidad, medio ambiente y prevención, I+D+i, responsabilidad social corporativa, seguridad de la información y dirección de proyectos.

', 1305801386), (8, '21e2d75023df92b5939b500265a6c063', '

El objetivo general del Master es desarrollar en nuestros alumnos las competencias requeridas para el ejercicio de la actividad profesional, en toda la Unión Europea, en el campo del medio ambiente, la prevención de riesgos laborales, la gestión de la calidad y la responsabilidad social, así como el conjunto de comportamientos, facultades de análisis, toma de decisiones, transmisión de la información, considerados necesarios para el pleno desempeño de la ocupación.

', 1305801386), (9, '520c863da533cd20b59f9de344ae570c', '

El sistema de formación on line de CFE Compañía de Formación Empresarial ofrece a sus alumnos un espacio de AULA VIRTUAL en el que el alumno podrá descargarse la documentación de los master, establecer comunicación con los tutores y profesores, autoevaluarse con test y casos prácticos, y otras actividades complementarias del método de estudio.

\r\n

Para entrar al AULA VIRTUAL sólo es necesario teclear el nombre de usuario y la contraseña que se le haya asignado al alumno.

', 1311061301), (10, 'b20c378fd9223899712ab0c62c7fc4fe', '

El sistema de formación on line de CFE Compañía de Formación Empresarial ofrece a sus alumnos un espacio de AULA VIRTUAL en el que el alumno podrá descargarse la documentación de los master, establecer comunicación con los tutores y profesores, autoevaluarse con test y casos prácticos, y otras actividades complementarias del método de estudio.

\r\n

Para entrar al AULA VIRTUAL sólo es necesario teclear el nombre de usuario y la contraseña que se le haya asignado al alumno.

', 1311061301), (11, '49630abd5407d8a138ac8f7a51020f68', '', 1305801425), (12, '5e9a68bf724da234f2db76c9b59898af', '

El objetivo general del Master es desarrollar en nuestros alumnos las competencias requeridas para el ejercicio de la actividad profesional, en toda la Unión Europea, en el campo del medio ambiente, la prevención de riesgos laborales, la gestión de la calidad y la responsabilidad social, así como el conjunto de comportamientos, facultades de análisis, toma de decisiones, transmisión de la información, considerados necesarios para el pleno desempeño de la ocupación.

', 1306740204), (13, '6ff8a947f54a648f39ac413da094ec6b', '', 1306747062), (14, 'fb382d300ec476e9571333a6d59894a3', '

El objetivo general del Master es dotar a los participantes de los conocimientos, habilidades y competencias exigidos a gestores, ejecutivos y directivos en lo referente a calidad, medio ambiente, prevención de riesgos laborales, integración de sistemas, I+D+i, responsabilidad social corporativa, seguridad de la información y dirección de proyectos.

Para conseguir ese objetivo general el Master tiene como objetivos específicos capacitar a los estudiantes en la planificación, programación, documentación, implantación, gestión, control, auditoría, certificación y mejora de los siguientes sistemas:

- Sistemas de gestión de la calidad ISO 9000 y EFQM.
- Sistemas de gestión medioambiental ISO 14000 y EMAS.
- Sistemas de prevención de riesgos laborales (PRL).
- Normalización del Sistema de PRL de acuerdo con la normativa OSHAS 18001.
- Sistemas integrados de calidad, medio ambiente y prevención, I+D+i, responsabilidad social corporativa, seguridad de la información y dirección de proyectos.

', 1306745722), (15, '98f34a6a722d72debeacacc10577d620', '

El sistema de formación on line de CFE Compañía de Formación Empresarial ofrece a sus alumnos un espacio de AULA VIRTUAL en el que el alumno podrá descargarse la documentación de los master, establecer comunicación con los tutores y profesores, autoevaluarse con test y casos prácticos, y otras actividades complementarias del método de estudio.

\r\n

Para entrar al AULA VIRTUAL sólo es necesario teclear el nombre de usuario y la contraseña que se le haya asignado al alumno.

', 1310790647), (16, 'c038217aa9ea9c6be2879452c54099c7', '

El objetivo general del Master es desarrollar en nuestros alumnos las competencias requeridas para el ejercicio de la actividad profesional, en toda la Unión Europea, en el campo del medio ambiente, la prevención de riesgos laborales, la gestión de la calidad y la responsabilidad social, así como el conjunto de comportamientos, facultades de análisis, toma de decisiones, transmisión de la información, considerados necesarios para el pleno desempeño de la ocupación.

', 1306603829), (17, '31906dfd1fc578e1aa226370ad70bc3f', '

El objetivo general del Master es dotar a los participantes de los conocimientos, habilidades y competencias exigidos a gestores, ejecutivos y directivos en lo referente a calidad, medio ambiente, prevención de riesgos laborales, integración de sistemas, I+D+i, responsabilidad social corporativa, seguridad de la información y dirección de proyectos.

Para conseguir ese objetivo general el Master tiene como objetivos específicos capacitar a los estudiantes en la planificación, programación, documentación, implantación, gestión, control, auditoría, certificación y mejora de los siguientes sistemas:

- Sistemas de gestión de la calidad ISO 9000 y EFQM.
- Sistemas de gestión medioambiental ISO 14000 y EMAS.
- Sistemas de prevención de riesgos laborales (PRL).
- Normalización del Sistema de PRL de acuerdo con la normativa OSHAS 18001.
- Sistemas integrados de calidad, medio ambiente y prevención, I+D+i, responsabilidad social corporativa, seguridad de la información y dirección de proyectos.

', 1306603829), (18, '41516f9086af8fe910a5023f8e9c1c97', '

El sistema de formación on line de CFE Compañía de Formación Empresarial ofrece a sus alumnos un espacio de AULA VIRTUAL en el que el alumno podrá descargarse la documentación de los master, establecer comunicación con los tutores y profesores, autoevaluarse con test y casos prácticos, y otras actividades complementarias del método de estudio.

\r\n

Para entrar al AULA VIRTUAL sólo es necesario teclear el nombre de usuario y la contraseña que se le haya asignado al alumno.

', 1310790649), (19, 'fddab9dacd03a62808b57491a75b092b', '

ÁREA DE GESTIÓN MEDIOAMBIENTAL

', 1306740778), (20, '7291a2956c906f6329b2d3ea9eb5465f', '

ÁREA DE GESTIÓN MEDIOAMBIENTAL

', 1306740754), (21, 'c5209b7ec39fcb855dfbaff554c7fbea', '

MÓDULO 1 - Introducción al Medio Ambiente: Ámbito, Alcance y Características

', 1306740507), (22, '87f2917bc16b149e0cc7189cc9f5c51f', '

MÓDULO 1 - Introducción al Medio Ambiente: Ámbito, Alcance y Características

', 1306740529), (23, 'd9ca4fdf99c29320b12c1b241bc3a745', '

MÓDULO 1 - Introducción al Medio Ambiente: Ámbito, Alcance y Características

', 1306740754), (24, '02fa0d794529e5f76f12dc79657f689f', '

Unidad 1 - Medio Ambiente: Conceptos y Definiciones

', 1306740863), (25, '08ba3b0db0aa1484cba463d05b337b70', '

ÁREA DE GESTIÓN MEDIOAMBIENTAL

', 1311085274), (26, 'e01c44100ef9fab5044e78c8f7f0c0fa', '

MÓDULO 1 - Introducción al Medio Ambiente: Ámbito, Alcance y Características

', 1306742586), (27, '775d50de667aef4af83f769693c99d80', '

Unidad 2 - Introducción a la Ecología General

', 1306740863), (28, 'e29fa60036700a1dba71e6e623ff8087', '

Unidad 2 - Introducción a la Ecología General

', 1306740874), (29, '5d6afb4012285c2f2900a31e973d8c6a', '

Unidad 2 - Introducción a la Ecología General

', 1306740885), (30, '237698efe1ea274c62ccbf162c8a4600', '

Unidad 2 - Introducción a la Ecología General

', 1306742586), (31, '8fe504dc0ffc968654b452de28f479b1', '

Unidad 1 - Medio Ambiente: Conceptos y Definiciones

', 1306742586), (32, '074b030f1152cda73deb26ab10d0d8dc', '

Unidad 3 - Problemas Ambientales Globales

', 1306742657), (33, '16474bcd21c37a0258588feb4f24e4e6', '

Unidad 4 - El Agua

', 1306742657), (34, '5efba1e5cb74314a3ba0dd1c74e141a2', '

Unidad 5 - La Atmósfera (I)

', 1306742657), (35, '997830099fc180302a0bd7bc24c64559', '

Unidad 5 - La Atmósfera (II)

', 1306742657), (36, '1f68954debd2e6bc4302ced4d53dc86f', '

Unidad 6 - El Suelo (I)

', 1306742720), (37, 'be7a020b71a3d52d7f5ed52772d334c4', '

Unidad 6 - El Suelo (I)

', 1306741371), (38, '21ed44381ff92e5105c8bdd5854537ee', '

Unidad 6 - El Suelo (II)

', 1306742720), (39, 'fb1b140018a680cdbf001d2b6b1d9b2e', '

MÓDULO 2 - Derecho y Política en Medio Ambiente

', 1306741502), (40, '58a8341bc9f7baa7ce0ad73d4bc30b88', '

MÓDULO 2 - Derecho y Política en Medio Ambiente

', 1306742720), (41, '79a4f3d191384b7e65d14dfdcf489513', '

Unidad 1 - Derecho y Política de Medio Ambiente: Introducción y Normativa General

', 1306742720), (42, 'cee40d396384898c7ee5b01eccb87497', '

Unidad 2 - Derecho y Política de Medio Ambiente: Normativa Específica

', 1306742909), (43, '0fb4870024333e1db14bf0fcff66d7b3', '

MÓDULO 3 - Sistemas de Gestión Medioambiental: Descripción, Certificación y Auditorías Ambientales

', 1306742909), (44, '63ff483fbcc71c65f9c535f1cb03e594', '

Unidad 1 - Introducción a los Sistemas de Gestión Medioambientales

', 1306742909), (45, 'd619ecdb101b729b81304abc1bbbf7a1', '

Unidad 2 - Opciones en la Implantación de un SGMA: ISO 14001

', 1306742987), (46, '0aa89b8f170406f74de887efdf89411c', '

Unidad 3 - Opciones en la Implantación de un SGMA: Reglamento EMAS

', 1306742987), (47, 'a47a43ccdfbc3c2a16a47755004de778', '

Unidad 4 - Análisis Comparativo: ISO 14001, ISO 9000 y EMAS

', 1306743056), (48, 'd5734a66da5dd3017824b059d35a4cdf', '

Unidad 5 - Auditorías Ambientales: Marco Conceptual y Tipos

', 1306743146), (49, 'f93b1264c9df30b4b1c4d95eb90cee55', '

Unidad 6 - Auditorías Ambientales: Metodología

', 1306743146), (50, '12ad19c892b39532e26f98772cbf2edf', '

Unidad 7 - Auditorías Sectoriales

', 1306743146), (51, 'ada1530de391c960b7b965b764b34caf', '

Actualización. ISO 14001:2004

', 1306743146), (52, '3e94c2bfeca0728c45470845cfa0930a', '

Anexo EMAS 2009

', 1306743146), (53, 'd1c031d3da27fb5b8ff3f853d5e6078c', '

MÓDULO 4 – Residuos

', 1306742062), (54, 'd0bcfb58bf1fbf8e889d668cab803aeb', '

MÓDULO 4 – Residuos

', 1306743218), (55, 'fc9248324e466b31cd7e2ad94753f03b', '

Unidad 1 - Problemática de los Residuos

', 1306743218), (56, '2c297c62b39705de84798998283684ef', '

Unidad 2 - Residuos Urbanos

', 1306743218), (57, '3d7216d62c5b731215944c6adcc31411', '

Unidad 3 - Residuos Industriales

', 1306743218), (58, '41f12378986f1b894e03163f6d14cf53', '

Unidad 4 - Residuos Agrícolas

', 1306743218), (59, 'd6391e53360032744ed98ddbd58ca7dd', '

ANEXOS

', 1306743284), (60, '60fedf6d769216064ac41c5ad574cb72', '

MÓDULO 5 - Energías renovables

', 1306743284), (61, 'bb3f62f3416bb24af85d52a25059c2ca', '

MÓDULO 6 - Desarrollo sostenible y agenda 21

', 1306743284), (62, 'c29d13b3d495499610f6311862cd6f5e', '

MÓDULO 7 - Evaluación del impacto ambiental

', 1306743466), (63, '7126e7e6d8ada0546f3e925be605da9c', '

MÓDULO 8 - Protección de la naturaleza

', 1306743466), (64, 'eda80be93981ca0c5163ea1376a269bd', '

MÓDULO 9 - Agricultura ecológica

', 1306743466), (65, '1ce4125a4c574769d302da9cf8e4bc55', '

ÁREA DE GESTIÓN DE SISTEMAS DE CALIDAD

', 1311085274), (66, '8678f3f344b2591cca0a31c37d62793a', '
\r\n

Unidad 1 - Medio Ambiente: Conceptos y Definiciones

', 1306742604), (67, '20b46913a131971c93702b8f3db50566', '
\r\n

Unidad 2 - Introducción a la Ecología General

', 1306742616), (68, '3d129f008940abb2fa908b56b2d3cfc7', '
\r\n

MÓDULO 1 - Introducción al Medio Ambiente: Ámbito, Alcance y Características

', 1306743466), (69, '9e13f70820076251bd302ba41bb1d75c', '
\r\n
\r\n

Unidad 1 - Medio Ambiente: Conceptos y Definiciones

', 1306743792), (70, '0420df675d53233752289443902defef', '
\r\n
\r\n

Unidad 2 - Introducción a la Ecología General

', 1306743964), (71, '728d08162f0411a21e64aeaa57b643c8', '
\r\n

Unidad 3 - Problemas Ambientales Globales

', 1306742667), (72, 'd795daa63eec7a2f782aeae19ec2022a', '
\r\n
\r\n

Unidad 3 - Problemas Ambientales Globales

', 1306743964), (73, '50381c67a038059b43ebc217c95ef8b9', '
\r\n
\r\n

Unidad 4 - El Agua

', 1306743964), (74, 'b081f8d310d039e82da96cd1383f26f6', '
\r\n
\r\n

Unidad 5 - La Atmósfera (I)

', 1306743964), (75, 'accbaef916f33e4d0fd78a7a261ea6af', '
\r\n
\r\n

Unidad 5 - La Atmósfera (II)

', 1306743964), (76, 'c9fc8110a38b726d7df6137cc05baae8', '
\r\n
\r\n

Unidad 6 - El Suelo (I)

', 1306743964), (77, 'daa00761f820547cea96d2928e66ab6a', '
\r\n
\r\n

Unidad 6 - El Suelo (II)

', 1306743964), (78, '42774f628de4a104447188ce0dfaf22f', '
\r\n

MÓDULO 2 - Derecho y Política en Medio Ambiente

', 1306744064), (79, '6538de9ee99ac2eeaf610b181dae5e80', '
\r\n
\r\n

Unidad 1 - Derecho y Política de Medio Ambiente: Introducción y Normativa General

', 1306744161), (80, 'ff57cd1698b6b560e3392fd725005701', '
\r\n
\r\n

Unidad 2 - Derecho y Política de Medio Ambiente: Normativa Específica

', 1306744161), (81, 'f08904e1869d3016cdd8cbc3233fab27', '
\r\n

MÓDULO 3 - Sistemas de Gestión Medioambiental: Descripción, Certificación y Auditorías Ambientales

', 1306744223), (82, '4fa22b192450174767cc61353b9649bb', '
\r\n
\r\n

Unidad 1 - Introducción a los Sistemas de Gestión Medioambientales

', 1306744223), (83, '9289b0f82fc02ec5875a887418509d46', '
\r\n
\r\n

Unidad 2 - Opciones en la Implantación de un SGMA: ISO 14001

', 1306744223), (84, '1ddbfe91cc0b7f30c5ab7a1f3bb68c4d', '
\r\n

Unidad 3 - Opciones en la Implantación de un SGMA: Reglamento EMAS

', 1306743016), (85, '9ae9b67d67aed6ef6e75d6570acb3c3a', '
\r\n
\r\n

Unidad 3 - Opciones en la Implantación de un SGMA: Reglamento EMAS

', 1306744223), (86, 'c4ffb2f723e917db864bb6691c3b73a8', '
\r\n
\r\n

Unidad 4 - Análisis Comparativo: ISO 14001, ISO 9000 y EMAS

', 1306744223), (87, '7011ead872e26e8ef543fdb197dfbf34', '
\r\n
\r\n

Unidad 5 - Auditorías Ambientales: Marco Conceptual y Tipos

', 1306744161), (88, 'd11f5b7c112fc2746d05bd2d16fbd4a4', '
\r\n
\r\n

Unidad 6 - Auditorías Ambientales: Metodología

', 1306744161), (89, '4f8da2bf3019851bbe6518ed06a897a6', '
\r\n
\r\n

Unidad 7 - Auditorías Sectoriales

', 1306744161), (90, '830f1f5b77682db70b58b725e7700ffe', '
\r\n
\r\n

Actualización. ISO 14001:2004

', 1306744161), (91, '7f332e67db044fb75f811f557f715513', '
\r\n
\r\n

Anexo EMAS 2009

', 1306744161), (92, 'f99416d6960a8ba76891b279be38f57c', '
\r\n

MÓDULO 4 – Residuos

', 1306744404), (93, 'd0ae5a85bf21275edc4ee3e4a444c3ca', '
\r\n
\r\n

Unidad 1 - Problemática de los Residuos

', 1306744404), (94, '20d16888cc613e8999be6197d41d7b4d', '
\r\n
\r\n

Unidad 2 - Residuos Urbanos

', 1306744404), (95, '02ac2b4bedd65a1d8b1263ade7214169', '
\r\n
\r\n

Unidad 3 - Residuos Industriales

', 1306744404), (96, '8fd65137127ac13b192765349b2b7ec9', '
\r\n
\r\n

Unidad 4 - Residuos Agrícolas

', 1306744336), (97, 'f57afac833a96bd317c90a757f2b2c1f', '
\r\n
\r\n

ANEXOS

', 1306744336), (98, 'ed8b3e39ef52f89382ca43e1b0d6d065', '
\r\n

MÓDULO 5 - Energías renovables

', 1306744643), (99, 'ea1b3844d5c208216f38c528f88135e1', '
\r\n

MÓDULO 6 - Desarrollo sostenible y agenda 21

', 1306744714), (100, 'bb8402be13eb4dac97e2aa8615ea93a0', '
\r\n

MÓDULO 7 - Evaluación del impacto ambiental

', 1306744714), (101, '7c46045e2422118839c10738f0978286', '
\r\n

MÓDULO 8 - Protección de la naturaleza

', 1311085274), (102, '1811285855cb12a9d4a4067cf329c7f3', '
\r\n

MÓDULO 9 - Agricultura ecológica

', 1311085274), (103, 'df92a0595b5c6fa7a52e639d1d80f094', '
\r\n

MÓDULO 1 - Introducción al Medio Ambiente: Ámbito, Alcance y Características

\r\n

Unidad 1 - Medio Ambiente: Conceptos y Definiciones

\r\n

Unidad 2 - Introducción a la Ecología General

\r\n

Unidad 3 - Problemas Ambientales Globales

\r\n

Unidad 4 - El Agua

\r\n

Unidad 5 - La Atmósfera (I)

\r\n

Unidad 5 - La Atmósfera (II)

\r\n

Unidad 6 - El Suelo (I)

\r\n

Unidad 6 - El Suelo (II)

', 1306743792), (104, 'b45cf7e438480770aeb7e39cf87bb376', '
\r\n

MÓDULO 1 - Introducción al Medio Ambiente: Ámbito, Alcance y Características

\r\n
\r\n

Unidad 1 - Medio Ambiente: Conceptos y Definiciones

\r\n

Unidad 2 - Introducción a la Ecología General

\r\n

Unidad 3 - Problemas Ambientales Globales

\r\n

Unidad 4 - El Agua

\r\n

Unidad 5 - La Atmósfera (I)

\r\n

Unidad 5 - La Atmósfera (II)

\r\n

Unidad 6 - El Suelo (I)

\r\n

Unidad 6 - El Suelo (II)

', 1306743964), (105, '229c728cd57959b903e9e702c1e95316', '
\r\n

MÓDULO 1 - Introducción al Medio Ambiente: Ámbito, Alcance y Características

\r\n
\r\n

Unidad 1 - Medio Ambiente: Conceptos y Definiciones

\r\n

Unidad 2 - Introducción a la Ecología General

\r\n

Unidad 3 - Problemas Ambientales Globales

\r\n

Unidad 4 - El Agua

\r\n

Unidad 5 - La Atmósfera (I)

\r\n

Unidad 5 - La Atmósfera (II)

\r\n

Unidad 6 - El Suelo (I)

\r\n

Unidad 6 - El Suelo (II)

', 1306744064), (106, '75321641a7c45bf9e04e1267150d5f0d', '
\r\n

MÓDULO 1 - Introducción al Medio Ambiente: Ámbito, Alcance y Características

\r\n

\r\n
\r\n

Unidad 1 - Medio Ambiente: Conceptos y Definiciones

\r\n

Unidad 2 - Introducción a la Ecología General

\r\n

Unidad 3 - Problemas Ambientales Globales

\r\n

Unidad 4 - El Agua

\r\n

Unidad 5 - La Atmósfera (I)

\r\n

Unidad 5 - La Atmósfera (II)

\r\n

Unidad 6 - El Suelo (I)

\r\n

Unidad 6 - El Suelo (II)

', 1306744078), (107, '699affeeffe6ad9ba47e0ac1ad8964aa', '
\r\n

MÓDULO 1 - Introducción al Medio Ambiente: Ámbito, Alcance y Características

\r\n

\r\n

\r\n

\r\n
\r\n

Unidad 1 - Medio Ambiente: Conceptos y Definiciones

\r\n

Unidad 2 - Introducción a la Ecología General

\r\n

Unidad 3 - Problemas Ambientales Globales

\r\n

Unidad 4 - El Agua

\r\n

Unidad 5 - La Atmósfera (I)

\r\n

Unidad 5 - La Atmósfera (II)

\r\n

Unidad 6 - El Suelo (I)

\r\n

Unidad 6 - El Suelo (II)

', 1306744500), (108, 'b1a7020ab65508ee6052130c70d9fbf9', '
\r\n

MÓDULO 2 - Derecho y Política en Medio Ambiente

\r\n
\r\n

Unidad 1 - Derecho y Política de Medio Ambiente: Introducción y Normativa General

\r\n

Unidad 2 - Derecho y Política de Medio Ambiente: Normativa Específica

', 1306744581), (109, 'b572360245649c8fc5a4be971c2ff6d2', '

MÓDULO 3 - Sistemas de Gestión Medioambiental: Descripción, Certificación y Auditorías Ambientales

\r\n
\r\n

Unidad 1 - Introducción a los Sistemas de Gestión Medioambientales

\r\n

Unidad 2 - Opciones en la Implantación de un SGMA: ISO 14001

\r\n

Unidad 3 - Opciones en la Implantación de un SGMA: Reglamento EMAS

\r\n

Unidad 4 - Análisis Comparativo: ISO 14001, ISO 9000 y EMAS

\r\n

Unidad 5 - Auditorías Ambientales: Marco Conceptual y Tipos

\r\n

Unidad 6 - Auditorías Ambientales: Metodología

\r\n

Unidad 7 - Auditorías Sectoriales

\r\n

Actualización. ISO 14001:2004

\r\n

Anexo EMAS 2009

', 1306744336), (110, '3d9ab0ee1e6d02412fbf1a5ce4f7c1fe', '
\r\n

MÓDULO 3 - Sistemas de Gestión Medioambiental: Descripción, Certificación y Auditorías Ambientales

\r\n
\r\n

Unidad 1 - Introducción a los Sistemas de Gestión Medioambientales

\r\n

Unidad 2 - Opciones en la Implantación de un SGMA: ISO 14001

\r\n

Unidad 3 - Opciones en la Implantación de un SGMA: Reglamento EMAS

\r\n

Unidad 4 - Análisis Comparativo: ISO 14001, ISO 9000 y EMAS

\r\n

Unidad 5 - Auditorías Ambientales: Marco Conceptual y Tipos

\r\n

Unidad 6 - Auditorías Ambientales: Metodología

\r\n

Unidad 7 - Auditorías Sectoriales

\r\n

Actualización. ISO 14001:2004

\r\n

Anexo EMAS 2009

', 1306744643), (111, '335ae91cfcffef9347b4a61e872a23d6', '
\r\n

MÓDULO 4 – Residuos

\r\n
\r\n

Unidad 1 - Problemática de los Residuos

\r\n

Unidad 2 - Residuos Urbanos

\r\n

Unidad 3 - Residuos Industriales

\r\n

Unidad 4 - Residuos Agrícolas

\r\n

ANEXOS

', 1306744500), (112, 'fe4dd37e1280b3ba031b6daeba20075b', '
\r\n
\r\n

Unidad 1 - Problemática de los Residuos

\r\n

Unidad 2 - Residuos Urbanos

\r\n

Unidad 3 - Residuos Industriales

\r\n

Unidad 4 - Residuos Agrícolas

\r\n

ANEXOS

', 1311085274), (113, 'edd5beeb6c618a11113bda0985ae0333', '
\r\n

MÓDULO 4 – Residuos

', 1311085274), (114, '715d523c9fdb9a6aa88110abaa1812bf', '
\r\n

\r\n

\r\n

\r\n
\r\n

Unidad 1 - Medio Ambiente: Conceptos y Definiciones

\r\n

Unidad 2 - Introducción a la Ecología General

\r\n

Unidad 3 - Problemas Ambientales Globales

\r\n

Unidad 4 - El Agua

\r\n

Unidad 5 - La Atmósfera (I)

\r\n

Unidad 5 - La Atmósfera (II)

\r\n

Unidad 6 - El Suelo (I)

\r\n

Unidad 6 - El Suelo (II)

', 1311085274), (115, '10d6c1d7adb1723b861f338d748d5e5a', '
\r\n

MÓDULO 1 - Introducción al Medio Ambiente: Ámbito, Alcance y Características

', 1311085274), (116, '53e72479405a2834c8cc889451b223f4', '
\r\n
\r\n

Unidad 1 - Derecho y Política de Medio Ambiente: Introducción y Normativa General

\r\n

Unidad 2 - Derecho y Política de Medio Ambiente: Normativa Específica

', 1311085274), (117, '86b616d3c4b3568461ba226ea9874096', '
\r\n

MÓDULO 2 - Derecho y Política en Medio Ambiente

', 1311085274), (118, 'd759cf02a95d3fd3ad0dd716dba4ac5a', '
\r\n
\r\n

Unidad 1 - Introducción a los Sistemas de Gestión Medioambientales

\r\n

Unidad 2 - Opciones en la Implantación de un SGMA: ISO 14001

\r\n

Unidad 3 - Opciones en la Implantación de un SGMA: Reglamento EMAS

\r\n

Unidad 4 - Análisis Comparativo: ISO 14001, ISO 9000 y EMAS

\r\n

Unidad 5 - Auditorías Ambientales: Marco Conceptual y Tipos

\r\n

Unidad 6 - Auditorías Ambientales: Metodología

\r\n

Unidad 7 - Auditorías Sectoriales

\r\n

Actualización. ISO 14001:2004

\r\n

Anexo EMAS 2009

', 1311085274), (119, '650de356a6140b24e595ce0609a5e189', '
\r\n

MÓDULO 3 - Sistemas de Gestión Medioambiental: Descripción, Certificación y Auditorías Ambientales

', 1311085274), (120, '59e6b12e7ffd662b000f5888086d3dab', '
\r\n

MÓDULO 5 - Energías renovables

', 1311085274), (121, '65a81dcf90c0ad1cbd851f3f2a2518ca', '
\r\n

MÓDULO 6 - Desarrollo sostenible y agenda 21

', 1307519153), (122, 'aa08053f3e427e87737a0ae10f4552b8', '
\r\n

MÓDULO 7 - Evaluación del impacto ambiental

', 1311085274), (123, 'fff07d252667765c05ac36d133ff9c19', '
\r\n

MÓDULO 1 - Gestión de la Calidad

', 1311085274), (124, 'bbd69f325f58ee71299fc58d39b03a50', '
\r\n

Unidad 1- Gestión de la Calidad

', 1306744931), (125, 'b2c9dd48f0c27b3ddb722411f8eaa1b1', '
\r\n
\r\n

Unidad 1- Gestión de la Calidad

', 1311085274), (126, '6ec93b1d2bf241570482fa0dd0917d0b', '

MÓDULO 2 - Organización de la Calidad, los Procesos y la Mejora Continua

', 1306744990), (127, '113b005c1b28342ecaf558a6e17347df', '
\r\n

MÓDULO 2 - Organización de la Calidad, los Procesos y la Mejora Continua

', 1311085274), (128, 'e6967154ccf3725247ebe1317c26d094', '
\r\n
\r\n

Unidad 1 - Organización de la Función de Calidad

\r\n

Unidad 2 - Gestión por Procesos

\r\n

Unidad 3 - Técnicas de Mejora de la Calidad

', 1311085274), (129, 'bcea6394af677283c71498888b38e8b1', '
\r\n

MÓDULO 3 - Actividades Significativas Asociadas al Producto o Servicio

', 1311085274), (130, 'e9ce870098f55755ab709383b0880a78', '
\r\n
\r\n

Unidad 1 - Gestión de los Recursos

\r\n

Unidad 2 - Calidad en la Logística, Ventas y Servicio Postventa

\r\n

Unidad 3 - Gestión de los Procesos de Diseño y Desarrollo

\r\n

Unidad 4 - Compras y Subcontratación

\r\n

Unidad 5 - Procesos de Producción y Servicio

\r\n

Unidad 6 - Supervisión y Medida del Proceso o Producto

\r\n

Unidad 7 - Control de No Conformidades

\r\n

Unidad 8 - Aspectos Sociales y Legales de la Calidad

', 1311085274), (131, 'e7a3da35be990f5c784f06cac1105626', '
\r\n

MÓDULO 4 - Modelos de Gestión de Sistemas de la Calidad

', 1311085274); INSERT INTO `mdl_cache_text` (`id`, `md5key`, `formattedtext`, `timemodified`) VALUES (132, 'b80a24b865d6ddcb67f376685d9b9d4d', '
\r\n
\r\n

Unidad 1: El Modelo de Gestión Cuadro de Mando Integral

\r\n

Unidad 2 - El Modelo de Gestión EFQM

\r\n

Unidad 3 -: El Modelo de Gestión ISO 9001:2000

\r\n

Anexo ISO 9001:2000 vs ISO 9001:2008

', 1311085274), (133, '2cbf5468531c2582bbc306e2364bd016', '

ÁREA DE GESTIÓN INTEGRADA

', 1311085274), (134, '9815995fde2a1c7e6f250aca0002918c', '
\r\n

MÓDULO 1 - Integración de Sistemas

', 1311085274), (135, 'b6855b203d3986396b6c35bcfae6c8c0', '

SISTEMAS DE GESTION ESTRATEGICOS

', 1309765948), (136, '93af374be71afa0076f6a1463c4bb46f', '
\r\n

MÓDULO 1 - Gestión de la Innovación

', 1307432148), (137, '314e8d2d49b2726757ed94486cdc09b0', '
\r\n

MÓDULO 2 - Responsabilidad Social Corporativa

', 1307432148), (138, 'f788ca96ef1bea354513afc91b5d5857', '
\r\n

MÓDULO 3 - Seguridad de la Información

', 1307432213), (139, 'c10300e1d0d1f740ddff2f9ebf3444a2', '

MÓDULO 4 - Sistemas de Gestión Específicos

', 1306746111), (140, '421e43cb7d224078ee1b7bd21606cca4', '
\r\n

MÓDULO 4 - Sistemas de Gestión Específicos

', 1307432213), (141, '90c48b25a9f8aad14924d7513617c819', '
\r\n

MÓDULO 5 – Seguridad Laboral - OHSAS 18001

', 1307432213), (142, 'e163b72ce5bbaff15ae4bcc3191af80f', 'sitemas de gestion', 1306747171), (143, '034a2c2e735da26ef81b7c3d4f97bd1d', 'sistemas de gestion ', 1306747212), (144, '0b975affbce65fea5ec88f0f32d18f23', '

sistemas de gestion

\r\n

 

\r\n

', 1306747248), (145, '81c1887001f53d229a395f3519dca3ea', '

baner

\r\n

 

\r\n

', 1306747653), (146, '2d8d6bcc09e8f20bf18c290f4a5a2710', '

banner

\r\n

 

\r\n

', 1306747933), (147, 'feb2815605fe5f53d1a1c4139111122b', '

sistemas de gestion

\r\n

 

\r\n

', 1310589524), (148, 'c9cae53ae6b41d4b8caeaeb421f24bb1', '

El objetivo general del Master es dotar a los participantes de los conocimientos, habilidades y competencias exigidos a gestores, ejecutivos y directivos en lo referente a calidad, medio ambiente, prevención de riesgos laborales, integración de sistemas, I+D+i, responsabilidad social corporativa, seguridad de la información y dirección de proyectos.

', 1311061301), (149, '48ab690df162958ed8c50f3661d67e62', '

El objetivo general del Master es dotar a los participantes de los conocimientos, habilidades y competencias exigidos a gestores, ejecutivos y directivos en lo referente a calidad, medio ambiente, prevención de riesgos laborales, integración de sistemas, I+D+i, responsabilidad social corporativa, seguridad de la información y dirección de proyectos.

', 1310790649), (150, '8956239649c44d7f5712f29031006972', '
\r\n

Unidad 1 - Gestión de la Innovación

', 1307437958), (151, 'f35f955d3483ec4d4055bf585e6d590b', '
\r\n

Unidad 2 - Responsabilidad Social Corporativa

', 1311085274), (152, '142c06fae82510ef38dcc9ab6d97c1a1', '
\r\n

Unidad 3 - Seguridad de la Información

', 1309766093), (153, '68cd5cc5af6448be14814445ec8c06c4', '
\r\n

Unidad 4 - Sistemas de Gestión Específicos

', 1309766093), (154, '472c3b2a1aa03eb95d98265f0ae72997', '
\r\n

Unidad 5 – Seguridad Laboral - OHSAS 18001

', 1309766019), (155, 'a7a49fa9e40f40a0d21bf5cd3a96991f', '

Accede al contenido de la Unidad 1 : Gestión de la I+D+i

', 1310487883), (156, 'dd9398b816b6f19a80580fcf65099976', '
\r\n

Unidad 1 - Gestión de la I+d+i

', 1309766019), (157, 'adc3c7901c64d595955f7dd8edb51364', '

Categoría por defecto para preguntas compartidas en el contexto Master en Sistemas Integrados de Gestión.

', 1307518188), (158, '2745d4198200dba169e42c63790197fb', '
\r\n

MÓDULO VI - Desarrollo sostenible y agenda 21

', 1309858711), (159, 'b8c41394be47fd86629685b50a0a499c', '

Accede al módulo VI de Agenda 21

', 1310488233), (160, '9ae4b78662cd904a9f0e1049d5e9a3af', 'dsfsdfdsdfsdfsdfsd', 1307978640), (161, '5bb53c9789ff006925f8e4421e158c97', 'Foto', 1308164043), (162, '1e5fa7e9bcde328a3cd46444441abd0f', 'Foto      Foto2', 1308164140), (163, '92719f22adeafd6cf679f46dc9b4734d', 'Foto     Foto2  ', 1308164202), (164, 'bb1b4dcdb547415ec6b30935d16cc9f9', 'Foto          Foto2  ', 1308164245), (165, '3c78d39ddc7d731c9df065c7ecc26cff', '

Foto         formacion

\r\n

 

            ', 1308164783), (166, '8e17df621d7dec9efc6e1d5a00f4d5ea', '

Foto         formacion

\r\n

 

            ', 1308164821), (167, 'd3d5069a710b36fc96608df5c6082226', '

Foto         formacion       

', 1308164861), (168, '82e039e1b8438719f671ccc40d05ad1d', '

Foto               formacion       

', 1308164900), (169, '1dc1f8bc385cca19ca64c9a23562fe9d', '

  Foto               formacion       

', 1308165037), (170, '5b52df6eabebf84004b769c2b7ba5499', '

  Foto               Formación       

', 1308165471), (171, '4e81291328dab3fccc9dccd613f44829', '

  Foto             Formación       

', 1308218777), (172, 'dfb0fe556a04ca90e7f47a5b023fd41e', '

Categoría por defecto para preguntas compartidas en el contexto Portada.

', 1308166062), (173, '367a5ad2a88f4de1f8258e7636e07f67', '

  Foto             formacion       

', 1308219042), (174, '62232098322eb829458dc4cbe85901cb', '

  Foto             formación       

', 1311060426), (209, '635a02244e103b377624990b821f3444', '

El objetivo general del Master es dotar a los participantes de los conocimientos, habilidades y competencias exigidos a gestores, ejecutivos y directivos en lo referente a calidad, medio ambiente, prevención de riesgos laborales, integración de sistemas, I+D+i, responsabilidad social corporativa, seguridad de la información y dirección de proyectos.

', 1311056642), (175, 'c87e1ff7fc97695cd953a2def922df9b', '

Enlaces de Interés

', 1308219406), (176, '54870d0d2db5a45ffe44781996f07c48', '

CEF

', 1308219745), (177, '9b9dca59377fc01fbcea3608905e026b', '

CEF Compañía de Formación Empresarial

', 1311061301), (178, '8536150d129fc2ffb92d841d96e4ad51', 'Novedades y anuncios', 1310713625), (179, 'c91c851ec6bb5837f5c28afe78048a3e', 'Novedades y anuncios', 1309960926), (180, '1cc19cabc702cd3875836fa28ecc2814', '

CEF Compañía de Formación Empresarial

', 1310790647), (181, '595fb062ffe865fbf65240b56c7e0663', 'Catálogo de Cursos y Masters', 1308666728), (182, '1a666131d1b02baaf8ea93eb1df7c847', 'Catálogo de Cursos y Masters', 1308658731), (183, '846699526d9e7bfc46600367d965f10e', '

  Foto             formación       

', 1310790649), (184, '211c4d147e092585b1d316a663c4561e', 'Catálogo ', 1311061301), (185, '5ba37d75d766959804a4ac04adfd6349', '

Ciafor

\r\n

', 1308821965), (186, '46fcd2d805412e7a4c96435448561715', 'fdfd', 1308817605), (187, '126ae44ad3d09270b306d16c8635a522', 'Novedades y anuncios', 1308745304), (188, 'a2b944b33cc2476309c396b66a374ce3', '

 <!-- webim button --><a href="/webim/client.php?locale=sp&amp;style=original" target="_blank" onclick="if(navigator.userAgent.toLowerCase().indexOf(''opera'') != -1 &amp;&amp; window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open(''/webim/client.php?locale=sp&amp;style=original&amp;url=''+escape(document.location.href)+''&amp;referrer=''+escape(document.referrer), ''webim'', ''toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1'');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="/webim/b.php?i=mblue&amp;lang=sp" border="0" width="177" height="61" alt=""/></a><!-- / webim button -->

', 1308820460), (189, '6d9bf7a202999fe3fb17ae30cc0588c4', '\r\n\r\n\r\n\r\nDocumento sin título\r\n\r\n\r\n\r\n\r\n\r\n\r\n', 1308820554), (190, '3e0cb85621533d2c5c78d22319f423df', '\r\n

', 1311085274), (191, 'a7a21f362c706cc1ae65526578f246ae', '

Blog de José Tobal

', 1311085274), (192, '173affd9dec768e9250489c1f8806e31', 'Catálogo ', 1310790648), (193, 'c539e2f87a121fc60aec152b9d34da3c', '

Chat del curso

', 1309299029), (194, 'b9c4f54ee6e27a8275e940a48b9e7e9f', 'Foro del curso', 1309300277), (195, 'cd5928c87ce02da9c6afa218e8c2ae6b', 'Novedades y anuncios', 1309300285), (196, '63f05a2d80c9a4d39be37ac991742b69', 'Foro del curso', 1309300285), (197, '48a87685e48d7e716f0b00758f599515', '

ÁREA DE SISTEMAS DE GESTIÓN ESPECÍFICOS

', 1311085274), (198, 'b0f66c3dd0484637626e24f1ffefd1fa', '
\r\n

Módulo 1 - Gestión de la I+d+i

', 1311085274), (199, '776c3de2c6aeaaebfdc837dfd957132c', '
\r\n

MÓDULO 6 - Desarrollo sostenible y agenda 21

', 1311085274), (200, '1beec78c2c2e2082a27a094dc4859f60', ' Módulo 4 - Sistemas de Gestión Específicos definitivos', 1310462761), (201, '7bf433e65d3ec0e0c310031aab27a62e', 'Módulo 2 - Responsabilidad Social Corporativa', 1311085274), (202, 'b3366509806e1963b12f8030c9bb3f08', '  Módulo 4 - Sistemas de Gestión Específicos definitivos ', 1310462801), (203, 'd0eda230a468a398473cc481d859ae2b', 'Módulo 3 - Seguridad de la Información', 1311085274), (204, 'fbd1f5f17b942ef5b26e649f5f7c3b60', 'Módulo 4 - Sistemas de Seguridad Laboral. OHSAS 18001.', 1311085274), (205, 'e522b0aead2b0607417c2104063655a2', 'Módulo 5 - Otros Sistemas de Gestión', 1311085274), (206, '6d2e4b93b69d4a59e1bbf83e96b055c6', '

Acceso al Módulo 5 : Sistemas de Gestión Específicos definitivos

', 1310589544), (207, '09d0f6c5b08a7a16186c625f22d5ad66', '

Accede al contenido del módulo 1 : Gestión de la I+D+i

', 1310589536), (208, '8f26df9042b7688e46c62fb24a74448f', '

El sistema de formación on line de CFE Compañía de Formación Empresarial ofrece a sus alumnos un espacio de AULA VIRTUAL en el que el alumno podrá descargarse la documentación de los master, establecer comunicación con los tutores y profesores, autoevaluarse con test y casos prácticos, y otras actividades complementarias del método de estudio.

\r\n

Para entrar al AULA VIRTUAL sólo es necesario teclear el nombre de usuario y la contraseña que se le haya asignado al alumno.

', 1311056749), (210, '6994def5cf2ba5463485656fd8520297', '

El sistema de formación on line de CFE Compañía de Formación Empresarial ofrece a sus alumnos un espacio de AULA VIRTUAL en el que el alumno podrá descargarse la documentación de los master, establecer comunicación con los tutores y profesores, autoevaluarse con test y casos prácticos, y otras actividades complementarias del método de estudio.

\r\n

Para entrar al AULA VIRTUAL sólo es necesario teclear el nombre de usuario y la contraseña que se le haya asignado al alumno.

', 1311056751), (211, '1ddf2791cd1bc4ce86607767854c4e9e', '

sistemas de gestion

\r\n

 

\r\n

', 1311085274), (212, 'b0f9b5685f97ff97b0138cd2414ef8c8', '

  Foto   formacion

', 1311060718), (213, '5a3701b7259feeba89f0cf4750ffb3eb', '

  Foto   formacion

', 1311061049), (214, 'a79c4e6dbc69a099559ebc9323b4d2cd', '

  Foto      formacion

', 1311061301), (215, 'cf3220349c52946e51a5ee6949b3f23b', '

Accede al contenido del módulo 1 : Gestión de la I+D+i

', 1311085263); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_capabilities` -- CREATE TABLE IF NOT EXISTS `mdl_capabilities` ( `id` bigint(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `captype` varchar(50) NOT NULL default '', `contextlevel` bigint(10) unsigned NOT NULL default '0', `component` varchar(100) NOT NULL default '', `riskbitmask` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_capa_nam_uix` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='this defines all capabilities' AUTO_INCREMENT=236 ; -- -- Volcar la base de datos para la tabla `mdl_capabilities` -- INSERT INTO `mdl_capabilities` (`id`, `name`, `captype`, `contextlevel`, `component`, `riskbitmask`) VALUES (1, 'moodle/site:doanything', 'admin', 10, 'moodle', 62), (2, 'moodle/legacy:guest', 'legacy', 10, 'moodle', 0), (3, 'moodle/legacy:user', 'legacy', 10, 'moodle', 0), (4, 'moodle/legacy:student', 'legacy', 10, 'moodle', 16), (5, 'moodle/legacy:teacher', 'legacy', 10, 'moodle', 24), (6, 'moodle/legacy:editingteacher', 'legacy', 10, 'moodle', 28), (7, 'moodle/legacy:coursecreator', 'legacy', 10, 'moodle', 28), (8, 'moodle/legacy:admin', 'legacy', 10, 'moodle', 62), (9, 'moodle/site:config', 'write', 10, 'moodle', 62), (10, 'moodle/site:readallmessages', 'read', 10, 'moodle', 8), (11, 'moodle/site:sendmessage', 'write', 10, 'moodle', 16), (12, 'moodle/site:approvecourse', 'write', 10, 'moodle', 4), (13, 'moodle/site:import', 'write', 50, 'moodle', 28), (14, 'moodle/site:backup', 'write', 50, 'moodle', 28), (15, 'moodle/backup:userinfo', 'read', 50, 'moodle', 8), (16, 'moodle/site:restore', 'write', 50, 'moodle', 28), (17, 'moodle/restore:createuser', 'write', 10, 'moodle', 24), (18, 'moodle/restore:userinfo', 'write', 50, 'moodle', 30), (19, 'moodle/restore:rolldates', 'write', 50, 'moodle', 0), (20, 'moodle/site:manageblocks', 'write', 80, 'moodle', 20), (21, 'moodle/site:accessallgroups', 'read', 50, 'moodle', 0), (22, 'moodle/site:viewfullnames', 'read', 50, 'moodle', 0), (23, 'moodle/site:viewreports', 'read', 50, 'moodle', 8), (24, 'moodle/site:trustcontent', 'write', 50, 'moodle', 4), (25, 'moodle/site:uploadusers', 'write', 10, 'moodle', 24), (26, 'moodle/site:langeditmaster', 'write', 10, 'moodle', 6), (27, 'moodle/site:langeditlocal', 'write', 10, 'moodle', 6), (28, 'moodle/user:create', 'write', 10, 'moodle', 24), (29, 'moodle/user:delete', 'write', 10, 'moodle', 8), (30, 'moodle/user:update', 'write', 10, 'moodle', 24), (31, 'moodle/user:viewdetails', 'read', 50, 'moodle', 0), (32, 'moodle/user:viewhiddendetails', 'read', 50, 'moodle', 8), (33, 'moodle/user:loginas', 'write', 50, 'moodle', 30), (34, 'moodle/role:assign', 'write', 50, 'moodle', 28), (35, 'moodle/role:override', 'write', 50, 'moodle', 28), (36, 'moodle/role:safeoverride', 'write', 50, 'moodle', 16), (37, 'moodle/role:manage', 'write', 10, 'moodle', 28), (38, 'moodle/role:unassignself', 'write', 50, 'moodle', 0), (39, 'moodle/role:viewhiddenassigns', 'read', 50, 'moodle', 0), (40, 'moodle/role:switchroles', 'read', 50, 'moodle', 12), (41, 'moodle/category:manage', 'write', 40, 'moodle', 4), (42, 'moodle/category:viewhiddencategories', 'read', 40, 'moodle', 0), (43, 'moodle/course:create', 'write', 40, 'moodle', 4), (44, 'moodle/course:request', 'write', 10, 'moodle', 0), (45, 'moodle/course:delete', 'write', 50, 'moodle', 32), (46, 'moodle/course:update', 'write', 50, 'moodle', 4), (47, 'moodle/course:view', 'read', 50, 'moodle', 0), (48, 'moodle/course:bulkmessaging', 'write', 50, 'moodle', 16), (49, 'moodle/course:viewhiddenuserfields', 'read', 50, 'moodle', 8), (50, 'moodle/course:viewhiddencourses', 'read', 50, 'moodle', 0), (51, 'moodle/course:visibility', 'write', 50, 'moodle', 0), (52, 'moodle/course:managefiles', 'write', 50, 'moodle', 4), (53, 'moodle/course:manageactivities', 'write', 50, 'moodle', 4), (54, 'moodle/course:managemetacourse', 'write', 50, 'moodle', 12), (55, 'moodle/course:activityvisibility', 'write', 50, 'moodle', 0), (56, 'moodle/course:viewhiddenactivities', 'write', 50, 'moodle', 0), (57, 'moodle/course:viewparticipants', 'read', 50, 'moodle', 0), (58, 'moodle/course:changefullname', 'write', 50, 'moodle', 4), (59, 'moodle/course:changeshortname', 'write', 50, 'moodle', 4), (60, 'moodle/course:changeidnumber', 'write', 50, 'moodle', 4), (61, 'moodle/course:changecategory', 'write', 50, 'moodle', 4), (62, 'moodle/course:changesummary', 'write', 50, 'moodle', 4), (63, 'moodle/site:viewparticipants', 'read', 10, 'moodle', 0), (64, 'moodle/course:viewscales', 'read', 50, 'moodle', 0), (65, 'moodle/course:managescales', 'write', 50, 'moodle', 0), (66, 'moodle/course:managegroups', 'write', 50, 'moodle', 0), (67, 'moodle/course:reset', 'write', 50, 'moodle', 32), (68, 'moodle/blog:view', 'read', 50, 'moodle', 0), (69, 'moodle/blog:create', 'write', 10, 'moodle', 16), (70, 'moodle/blog:manageentries', 'write', 50, 'moodle', 16), (71, 'moodle/calendar:manageownentries', 'write', 50, 'moodle', 16), (72, 'moodle/calendar:managegroupentries', 'write', 50, 'moodle', 16), (73, 'moodle/calendar:manageentries', 'write', 50, 'moodle', 16), (74, 'moodle/user:editprofile', 'write', 30, 'moodle', 24), (75, 'moodle/user:editownprofile', 'write', 10, 'moodle', 16), (76, 'moodle/user:changeownpassword', 'write', 10, 'moodle', 0), (77, 'moodle/user:readuserposts', 'read', 30, 'moodle', 0), (78, 'moodle/user:readuserblogs', 'read', 30, 'moodle', 0), (79, 'moodle/user:viewuseractivitiesreport', 'read', 30, 'moodle', 8), (80, 'moodle/question:managecategory', 'write', 50, 'moodle', 20), (81, 'moodle/question:add', 'write', 50, 'moodle', 20), (82, 'moodle/question:editmine', 'write', 50, 'moodle', 20), (83, 'moodle/question:editall', 'write', 50, 'moodle', 20), (84, 'moodle/question:viewmine', 'read', 50, 'moodle', 0), (85, 'moodle/question:viewall', 'read', 50, 'moodle', 0), (86, 'moodle/question:usemine', 'read', 50, 'moodle', 0), (87, 'moodle/question:useall', 'read', 50, 'moodle', 0), (88, 'moodle/question:movemine', 'write', 50, 'moodle', 0), (89, 'moodle/question:moveall', 'write', 50, 'moodle', 0), (90, 'moodle/question:config', 'write', 10, 'moodle', 2), (91, 'moodle/site:doclinks', 'read', 10, 'moodle', 0), (92, 'moodle/course:sectionvisibility', 'write', 50, 'moodle', 0), (93, 'moodle/course:useremail', 'write', 50, 'moodle', 0), (94, 'moodle/course:viewhiddensections', 'write', 50, 'moodle', 0), (95, 'moodle/course:setcurrentsection', 'write', 50, 'moodle', 0), (96, 'moodle/site:mnetlogintoremote', 'read', 10, 'moodle', 0), (97, 'moodle/grade:viewall', 'read', 50, 'moodle', 8), (98, 'moodle/grade:view', 'read', 50, 'moodle', 0), (99, 'moodle/grade:viewhidden', 'read', 50, 'moodle', 8), (100, 'moodle/grade:import', 'write', 50, 'moodle', 12), (101, 'moodle/grade:export', 'read', 50, 'moodle', 8), (102, 'moodle/grade:manage', 'write', 50, 'moodle', 12), (103, 'moodle/grade:edit', 'write', 50, 'moodle', 12), (104, 'moodle/grade:manageoutcomes', 'write', 50, 'moodle', 0), (105, 'moodle/grade:manageletters', 'write', 50, 'moodle', 0), (106, 'moodle/grade:hide', 'write', 50, 'moodle', 0), (107, 'moodle/grade:lock', 'write', 50, 'moodle', 0), (108, 'moodle/grade:unlock', 'write', 50, 'moodle', 0), (109, 'moodle/my:manageblocks', 'write', 10, 'moodle', 0), (110, 'moodle/notes:view', 'read', 50, 'moodle', 0), (111, 'moodle/notes:manage', 'write', 50, 'moodle', 16), (112, 'moodle/tag:manage', 'write', 10, 'moodle', 16), (113, 'moodle/tag:create', 'write', 10, 'moodle', 16), (114, 'moodle/tag:edit', 'write', 10, 'moodle', 16), (115, 'moodle/tag:editblocks', 'write', 10, 'moodle', 0), (116, 'moodle/block:view', 'read', 80, 'moodle', 0), (117, 'mod/assignment:view', 'read', 70, 'mod/assignment', 0), (118, 'mod/assignment:submit', 'write', 70, 'mod/assignment', 0), (119, 'mod/assignment:grade', 'write', 70, 'mod/assignment', 4), (120, 'mod/chat:chat', 'write', 70, 'mod/chat', 16), (121, 'mod/chat:readlog', 'read', 70, 'mod/chat', 0), (122, 'mod/chat:deletelog', 'write', 70, 'mod/chat', 0), (123, 'mod/choice:choose', 'write', 70, 'mod/choice', 0), (124, 'mod/choice:readresponses', 'read', 70, 'mod/choice', 0), (125, 'mod/choice:deleteresponses', 'write', 70, 'mod/choice', 0), (126, 'mod/choice:downloadresponses', 'read', 70, 'mod/choice', 0), (127, 'mod/data:viewentry', 'read', 70, 'mod/data', 0), (128, 'mod/data:writeentry', 'write', 70, 'mod/data', 16), (129, 'mod/data:comment', 'write', 70, 'mod/data', 16), (130, 'mod/data:viewrating', 'read', 70, 'mod/data', 0), (131, 'mod/data:rate', 'write', 70, 'mod/data', 0), (132, 'mod/data:approve', 'write', 70, 'mod/data', 16), (133, 'mod/data:manageentries', 'write', 70, 'mod/data', 16), (134, 'mod/data:managecomments', 'write', 70, 'mod/data', 16), (135, 'mod/data:managetemplates', 'write', 70, 'mod/data', 20), (136, 'mod/data:viewalluserpresets', 'read', 70, 'mod/data', 0), (137, 'mod/data:manageuserpresets', 'write', 70, 'mod/data', 20), (138, 'mod/forum:viewdiscussion', 'read', 70, 'mod/forum', 0), (139, 'mod/forum:viewhiddentimedposts', 'read', 70, 'mod/forum', 0), (140, 'mod/forum:startdiscussion', 'write', 70, 'mod/forum', 16), (141, 'mod/forum:replypost', 'write', 70, 'mod/forum', 16), (142, 'mod/forum:addnews', 'write', 70, 'mod/forum', 16), (143, 'mod/forum:replynews', 'write', 70, 'mod/forum', 16), (144, 'mod/forum:viewrating', 'read', 70, 'mod/forum', 0), (145, 'mod/forum:viewanyrating', 'read', 70, 'mod/forum', 0), (146, 'mod/forum:rate', 'write', 70, 'mod/forum', 0), (147, 'mod/forum:createattachment', 'write', 70, 'mod/forum', 16), (148, 'mod/forum:deleteownpost', 'read', 70, 'mod/forum', 0), (149, 'mod/forum:deleteanypost', 'read', 70, 'mod/forum', 0), (150, 'mod/forum:splitdiscussions', 'read', 70, 'mod/forum', 0), (151, 'mod/forum:movediscussions', 'read', 70, 'mod/forum', 0), (152, 'mod/forum:editanypost', 'write', 70, 'mod/forum', 16), (153, 'mod/forum:viewqandawithoutposting', 'read', 70, 'mod/forum', 0), (154, 'mod/forum:viewsubscribers', 'read', 70, 'mod/forum', 0), (155, 'mod/forum:managesubscriptions', 'read', 70, 'mod/forum', 16), (156, 'mod/forum:initialsubscriptions', 'read', 70, 'mod/forum', 0), (157, 'mod/forum:throttlingapplies', 'write', 70, 'mod/forum', 16), (158, 'mod/glossary:write', 'write', 70, 'mod/glossary', 16), (159, 'mod/glossary:manageentries', 'write', 70, 'mod/glossary', 16), (160, 'mod/glossary:managecategories', 'write', 70, 'mod/glossary', 16), (161, 'mod/glossary:comment', 'write', 70, 'mod/glossary', 16), (162, 'mod/glossary:managecomments', 'write', 70, 'mod/glossary', 16), (163, 'mod/glossary:import', 'write', 70, 'mod/glossary', 16), (164, 'mod/glossary:export', 'read', 70, 'mod/glossary', 0), (165, 'mod/glossary:approve', 'write', 70, 'mod/glossary', 16), (166, 'mod/glossary:rate', 'write', 70, 'mod/glossary', 0), (167, 'mod/glossary:viewrating', 'read', 70, 'mod/glossary', 0), (168, 'mod/hotpot:attempt', 'read', 70, 'mod/hotpot', 0), (169, 'mod/hotpot:viewreport', 'read', 70, 'mod/hotpot', 0), (170, 'mod/hotpot:grade', 'read', 70, 'mod/hotpot', 0), (171, 'mod/hotpot:deleteattempt', 'read', 70, 'mod/hotpot', 0), (172, 'mod/lams:participate', 'write', 70, 'mod/lams', 0), (173, 'mod/lams:manage', 'write', 70, 'mod/lams', 0), (174, 'mod/lesson:edit', 'write', 70, 'mod/lesson', 4), (175, 'mod/lesson:manage', 'write', 70, 'mod/lesson', 0), (176, 'mod/quiz:view', 'read', 70, 'mod/quiz', 0), (177, 'mod/quiz:attempt', 'write', 70, 'mod/quiz', 16), (178, 'mod/quiz:reviewmyattempts', 'read', 70, 'mod/quiz', 0), (179, 'mod/quiz:manage', 'write', 70, 'mod/quiz', 16), (180, 'mod/quiz:preview', 'write', 70, 'mod/quiz', 0), (181, 'mod/quiz:grade', 'write', 70, 'mod/quiz', 16), (182, 'mod/quiz:viewreports', 'read', 70, 'mod/quiz', 8), (183, 'mod/quiz:deleteattempts', 'write', 70, 'mod/quiz', 32), (184, 'mod/quiz:ignoretimelimits', 'read', 70, 'mod/quiz', 0), (185, 'mod/quiz:emailconfirmsubmission', 'read', 70, 'mod/quiz', 0), (186, 'mod/quiz:emailnotifysubmission', 'read', 70, 'mod/quiz', 0), (187, 'mod/scorm:viewreport', 'read', 70, 'mod/scorm', 0), (188, 'mod/scorm:skipview', 'write', 70, 'mod/scorm', 0), (189, 'mod/scorm:savetrack', 'write', 70, 'mod/scorm', 0), (190, 'mod/scorm:viewscores', 'read', 70, 'mod/scorm', 0), (191, 'mod/scorm:deleteresponses', 'read', 70, 'mod/scorm', 0), (192, 'mod/survey:participate', 'read', 70, 'mod/survey', 0), (193, 'mod/survey:readresponses', 'read', 70, 'mod/survey', 0), (194, 'mod/survey:download', 'read', 70, 'mod/survey', 0), (195, 'mod/wiki:participate', 'write', 70, 'mod/wiki', 16), (196, 'mod/wiki:manage', 'write', 70, 'mod/wiki', 16), (197, 'mod/wiki:overridelock', 'write', 70, 'mod/wiki', 0), (198, 'mod/workshop:participate', 'write', 70, 'mod/workshop', 16), (199, 'mod/workshop:manage', 'write', 70, 'mod/workshop', 16), (200, 'block/email_list:sendmessage', 'write', 10, 'block/email_list', 20), (201, 'block/email_list:createfolder', 'write', 10, 'block/email_list', 20), (202, 'block/email_list:editsettings', 'write', 10, 'block/email_list', 16), (203, 'block/online_users:viewlist', 'read', 80, 'block/online_users', 0), (204, 'block/rss_client:createprivatefeeds', 'write', 80, 'block/rss_client', 0), (205, 'block/rss_client:createsharedfeeds', 'write', 80, 'block/rss_client', 16), (206, 'block/rss_client:manageownfeeds', 'write', 80, 'block/rss_client', 0), (207, 'block/rss_client:manageanyfeeds', 'write', 80, 'block/rss_client', 16), (208, 'block/sending_sms:configurate', 'write', 80, 'block/sending_sms', 0), (209, 'block/sending_sms:send', 'write', 80, 'block/sending_sms', 0), (210, 'enrol/authorize:managepayments', 'write', 10, 'enrol/authorize', 8), (211, 'enrol/authorize:uploadcsv', 'write', 10, 'enrol/authorize', 4), (212, 'gradeexport/ods:view', 'read', 50, 'gradeexport/ods', 8), (213, 'gradeexport/ods:publish', 'read', 50, 'gradeexport/ods', 8), (214, 'gradeexport/txt:view', 'read', 50, 'gradeexport/txt', 8), (215, 'gradeexport/txt:publish', 'read', 50, 'gradeexport/txt', 8), (216, 'gradeexport/xls:view', 'read', 50, 'gradeexport/xls', 8), (217, 'gradeexport/xls:publish', 'read', 50, 'gradeexport/xls', 8), (218, 'gradeexport/xml:view', 'read', 50, 'gradeexport/xml', 8), (219, 'gradeexport/xml:publish', 'read', 50, 'gradeexport/xml', 8), (220, 'gradeimport/csv:view', 'write', 50, 'gradeimport/csv', 0), (221, 'gradeimport/xml:view', 'write', 50, 'gradeimport/xml', 0), (222, 'gradeimport/xml:publish', 'write', 50, 'gradeimport/xml', 0), (223, 'gradereport/grader:view', 'read', 50, 'gradereport/grader', 8), (224, 'gradereport/outcomes:view', 'read', 50, 'gradereport/outcomes', 8), (225, 'gradereport/overview:view', 'read', 50, 'gradereport/overview', 8), (226, 'gradereport/user:view', 'read', 50, 'gradereport/user', 8), (227, 'coursereport/log:view', 'read', 50, 'coursereport/log', 8), (228, 'coursereport/log:viewlive', 'read', 50, 'coursereport/log', 8), (229, 'coursereport/log:viewtoday', 'read', 50, 'coursereport/log', 8), (230, 'coursereport/outline:view', 'read', 50, 'coursereport/outline', 8), (231, 'coursereport/participation:view', 'read', 50, 'coursereport/participation', 8), (232, 'coursereport/stats:view', 'read', 50, 'coursereport/stats', 8), (233, 'report/courseoverview:view', 'read', 10, 'report/courseoverview', 8), (234, 'report/security:view', 'read', 10, 'report/security', 2), (235, 'report/unittest:view', 'read', 10, 'report/unittest', 32); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_chat` -- CREATE TABLE IF NOT EXISTS `mdl_chat` ( `id` bigint(10) unsigned NOT NULL auto_increment, `course` bigint(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `intro` text NOT NULL, `keepdays` bigint(11) NOT NULL default '0', `studentlogs` smallint(4) NOT NULL default '0', `chattime` bigint(10) unsigned NOT NULL default '0', `schedule` smallint(4) NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_chat_cou_ix` (`course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Each of these is a chat room' AUTO_INCREMENT=2 ; -- -- Volcar la base de datos para la tabla `mdl_chat` -- INSERT INTO `mdl_chat` (`id`, `course`, `name`, `intro`, `keepdays`, `studentlogs`, `chattime`, `schedule`, `timemodified`) VALUES (1, 2, 'Chat del curso', 'Chat del curso', 0, 0, 1306740300, 0, 1306740347); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_chat_messages` -- CREATE TABLE IF NOT EXISTS `mdl_chat_messages` ( `id` bigint(10) unsigned NOT NULL auto_increment, `chatid` bigint(10) NOT NULL default '0', `userid` bigint(10) NOT NULL default '0', `groupid` bigint(10) NOT NULL default '0', `system` tinyint(1) unsigned NOT NULL default '0', `message` text NOT NULL, `timestamp` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_chatmess_use_ix` (`userid`), KEY `mdl_chatmess_gro_ix` (`groupid`), KEY `mdl_chatmess_timcha_ix` (`timestamp`,`chatid`), KEY `mdl_chatmess_cha_ix` (`chatid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores all the actual chat messages' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_chat_messages` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_chat_users` -- CREATE TABLE IF NOT EXISTS `mdl_chat_users` ( `id` bigint(10) unsigned NOT NULL auto_increment, `chatid` bigint(11) NOT NULL default '0', `userid` bigint(11) NOT NULL default '0', `groupid` bigint(11) NOT NULL default '0', `version` varchar(16) NOT NULL default '', `ip` varchar(15) NOT NULL default '', `firstping` bigint(10) unsigned NOT NULL default '0', `lastping` bigint(10) unsigned NOT NULL default '0', `lastmessageping` bigint(10) unsigned NOT NULL default '0', `sid` varchar(32) NOT NULL default '', `course` bigint(10) unsigned NOT NULL default '0', `lang` varchar(30) NOT NULL default '', PRIMARY KEY (`id`), KEY `mdl_chatuser_use_ix` (`userid`), KEY `mdl_chatuser_las_ix` (`lastping`), KEY `mdl_chatuser_gro_ix` (`groupid`), KEY `mdl_chatuser_cha_ix` (`chatid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Keeps track of which users are in which chat rooms' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_chat_users` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_choice` -- CREATE TABLE IF NOT EXISTS `mdl_choice` ( `id` bigint(10) unsigned NOT NULL auto_increment, `course` bigint(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `text` text NOT NULL, `format` tinyint(2) unsigned NOT NULL default '0', `publish` tinyint(2) unsigned NOT NULL default '0', `showresults` tinyint(2) unsigned NOT NULL default '0', `display` smallint(4) unsigned NOT NULL default '0', `allowupdate` tinyint(2) unsigned NOT NULL default '0', `showunanswered` tinyint(2) unsigned NOT NULL default '0', `limitanswers` tinyint(2) unsigned NOT NULL default '0', `timeopen` bigint(10) unsigned NOT NULL default '0', `timeclose` bigint(10) unsigned NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_choi_cou_ix` (`course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Available choices are stored here' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_choice` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_choice_answers` -- CREATE TABLE IF NOT EXISTS `mdl_choice_answers` ( `id` bigint(10) unsigned NOT NULL auto_increment, `choiceid` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `optionid` bigint(10) unsigned NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_choiansw_use_ix` (`userid`), KEY `mdl_choiansw_cho_ix` (`choiceid`), KEY `mdl_choiansw_opt_ix` (`optionid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='choices performed by users' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_choice_answers` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_choice_options` -- CREATE TABLE IF NOT EXISTS `mdl_choice_options` ( `id` bigint(10) unsigned NOT NULL auto_increment, `choiceid` bigint(10) unsigned NOT NULL default '0', `text` text, `maxanswers` bigint(10) unsigned default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_choiopti_cho_ix` (`choiceid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='available options to choice' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_choice_options` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_config` -- CREATE TABLE IF NOT EXISTS `mdl_config` ( `id` bigint(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `value` text NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_conf_nam_uix` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Moodle configuration variables' AUTO_INCREMENT=437 ; -- -- Volcar la base de datos para la tabla `mdl_config` -- INSERT INTO `mdl_config` (`id`, `name`, `value`) VALUES (1, 'unicodedb', '1'), (2, 'statsrolesupgraded', '1305712008'), (3, 'auth', 'email'), (4, 'auth_pop3mailbox', 'INBOX'), (5, 'enrol', 'manual'), (6, 'enrol_plugins_enabled', 'manual'), (7, 'style', 'default'), (8, 'template', 'default'), (9, 'theme', 'deepred15'), (10, 'filter_multilang_converted', '1'), (436, 'registerauth', ''), (12, 'guestloginbutton', '1'), (13, 'alternateloginurl', ''), (14, 'forgottenpasswordurl', ''), (15, 'auth_instructions', ''), (16, 'allowemailaddresses', ''), (17, 'denyemailaddresses', ''), (18, 'verifychangedemail', '1'), (19, 'recaptchapublickey', ''), (20, 'recaptchaprivatekey', ''), (21, 'nodefaultuserrolelists', '0'), (22, 'autologinguests', '0'), (23, 'hiddenuserfields', ''), (24, 'allowuserswitchrolestheycantassign', '0'), (25, 'enablecourserequests', '0'), (26, 'courserequestnotify', ''), (27, 'timezone', '99'), (28, 'forcetimezone', '99'), (29, 'country', '0'), (30, 'geoipfile', '/home/globalv2/public_html/moodledata/geoip/GeoLiteCity.dat'), (31, 'googlemapkey', ''), (32, 'autolang', '1'), (33, 'lang', 'es_utf8'), (34, 'langmenu', '1'), (35, 'langlist', ''), (36, 'langcache', '1'), (37, 'locale', ''), (38, 'latinexcelexport', '0'), (39, 'cachetext', '60'), (40, 'filteruploadedfiles', '0'), (41, 'filtermatchoneperpage', '0'), (42, 'filtermatchonepertext', '0'), (43, 'filterall', '0'), (44, 'filter_multilang_force_old', '0'), (45, 'filter_mediaplugin_enable_mp3', '1'), (46, 'filter_mediaplugin_enable_swf', '0'), (47, 'filter_mediaplugin_enable_mov', '1'), (48, 'filter_mediaplugin_enable_wmv', '1'), (49, 'filter_mediaplugin_enable_mpg', '1'), (50, 'filter_mediaplugin_enable_avi', '1'), (51, 'filter_mediaplugin_enable_flv', '1'), (52, 'filter_mediaplugin_enable_ram', '1'), (53, 'filter_mediaplugin_enable_rpm', '1'), (54, 'filter_mediaplugin_enable_rm', '1'), (55, 'filter_mediaplugin_enable_youtube', '0'), (56, 'filter_tex_latexpreamble', '\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'), (57, 'filter_tex_latexbackground', '#FFFFFF'), (58, 'filter_tex_density', '120'), (59, 'filter_tex_pathlatex', '/usr/bin/latex'), (60, 'filter_tex_pathdvips', '/usr/bin/dvips'), (61, 'filter_tex_pathconvert', '/usr/bin/convert'), (62, 'filter_tex_convertformat', 'gif'), (63, 'filter_censor_badwords', ''), (64, 'protectusernames', '1'), (65, 'forcelogin', '0'), (66, 'forceloginforprofiles', '1'), (67, 'opentogoogle', '0'), (68, 'maxbytes', '0'), (69, 'messaging', '1'), (70, 'allowobjectembed', '0'), (71, 'enabletrusttext', '0'), (72, 'maxeditingtime', '1800'), (73, 'fullnamedisplay', 'language'), (74, 'extendedusernamechars', '0'), (75, 'sitepolicy', ''), (76, 'bloglevel', '4'), (77, 'usetags', '1'), (78, 'keeptagnamecase', '1'), (79, 'profilesforenrolledusersonly', '1'), (80, 'cronclionly', '0'), (81, 'cronremotepassword', ''), (82, 'passwordpolicy', '1'), (83, 'minpasswordlength', '8'), (84, 'minpassworddigits', '1'), (85, 'minpasswordlower', '1'), (86, 'minpasswordupper', '1'), (87, 'minpasswordnonalphanum', '1'), (88, 'disableuserimages', '0'), (89, 'emailchangeconfirmation', '1'), (90, 'enablenotes', '1'), (91, 'loginhttps', '0'), (92, 'cookiesecure', '0'), (93, 'cookiehttponly', '0'), (94, 'regenloginsession', '1'), (95, 'excludeoldflashclients', '10.0.12'), (96, 'restrictmodulesfor', 'none'), (97, 'restrictbydefault', '0'), (98, 'displayloginfailures', ''), (99, 'notifyloginfailures', ''), (100, 'notifyloginthreshold', '10'), (101, 'runclamonupload', '0'), (102, 'pathtoclam', ''), (103, 'quarantinedir', ''), (104, 'clamfailureonupload', 'donothing'), (105, 'themelist', ''), (106, 'allowuserthemes', '0'), (107, 'allowcoursethemes', '0'), (108, 'allowcategorythemes', '0'), (109, 'allowuserblockhiding', '1'), (110, 'showblocksonmodpages', '0'), (111, 'hideactivitytypenavlink', '0'), (112, 'calendar_adminseesall', '0'), (113, 'calendar_site_timeformat', '0'), (114, 'calendar_startwday', '0'), (115, 'calendar_weekend', '65'), (116, 'calendar_lookahead', '21'), (117, 'calendar_maxevents', '10'), (118, 'enablecalendarexport', '1'), (119, 'calendar_exportsalt', '4soVy63Gdabj75mu38HJ3Tn94tWIYEwuOd93vn27cXTOUgDR7Qa7iP8j8JYA'), (120, 'htmleditor', '1'), (121, 'editorbackgroundcolor', '#ffffff'), (122, 'editorfontfamily', 'Trebuchet MS,Verdana,Arial,Helvetica,sans-serif'), (123, 'editorfontsize', ''), (124, 'editorfontlist', 'Trebuchet:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial:arial,helvetica,sans-serif;Courier New:courier new,courier,monospace;Georgia:georgia,times new roman,times,serif;Tahoma:tahoma,arial,helvetica,sans-serif;Times New Roman:times new roman,times,serif;Verdana:verdana,arial,helvetica,sans-serif;Impact:impact;Wingdings:wingdings'), (125, 'editorkillword', '1'), (126, 'editorhidebuttons', ''), (127, 'emoticons', ':-){:}smiley{;}:){:}smiley{;}:-D{:}biggrin{;};-){:}wink{;}:-/{:}mixed{;}V-.{:}thoughtful{;}:-P{:}tongueout{;}B-){:}cool{;}^-){:}approve{;}8-){:}wideeyes{;}:o){:}clown{;}:-({:}sad{;}:({:}sad{;}8-.{:}shy{;}:-I{:}blush{;}:-X{:}kiss{;}8-o{:}surprise{;}P-|{:}blackeye{;}8-[{:}angry{;}xx-P{:}dead{;}|-.{:}sleepy{;}}-]{:}evil{;}(h){:}heart{;}(heart){:}heart{;}(y){:}yes{;}(n){:}no{;}(martin){:}martin{;}( ){:}egg'), (128, 'formatstringstriptags', '1'), (129, 'docroot', 'http://docs.moodle.org'), (130, 'doctonewwindow', '0'), (131, 'mymoodleredirect', '0'), (132, 'mycoursesperpage', '21'), (133, 'enableajax', '1'), (134, 'disablecourseajax', '1'), (135, 'gdversion', '2'), (136, 'zip', ''), (137, 'unzip', ''), (138, 'pathtodu', ''), (139, 'aspellpath', ''), (140, 'smtphosts', ''), (141, 'smtpuser', ''), (142, 'smtppass', ''), (143, 'smtpmaxbulk', '1'), (144, 'noreplyaddress', 'noreply@www.ciafor.com'), (145, 'digestmailtime', '17'), (146, 'sitemailcharset', '0'), (147, 'allowusermailcharset', '0'), (148, 'mailnewline', 'LF'), (149, 'supportpage', ''), (150, 'dbsessions', '0'), (151, 'sessiontimeout', '7200'), (152, 'sessioncookie', ''), (153, 'sessioncookiepath', '/'), (154, 'sessioncookiedomain', ''), (155, 'enablerssfeeds', '0'), (156, 'debug', '0'), (157, 'debugdisplay', '1'), (158, 'xmlstrictheaders', '0'), (159, 'debugsmtp', '0'), (160, 'perfdebug', '7'), (161, 'enablestats', '0'), (162, 'statsfirstrun', 'none'), (163, 'statsmaxruntime', '0'), (164, 'statsruntimedays', '31'), (165, 'statsruntimestarthour', '0'), (166, 'statsruntimestartminute', '0'), (167, 'statsuserthreshold', '0'), (168, 'statscatdepth', '1'), (169, 'framename', '_top'), (170, 'slasharguments', '1'), (171, 'getremoteaddrconf', '0'), (172, 'proxyhost', ''), (173, 'proxyport', '0'), (174, 'proxytype', 'HTTP'), (175, 'proxyuser', ''), (176, 'proxypassword', ''), (177, 'longtimenosee', '120'), (178, 'deleteunconfirmed', '168'), (179, 'deleteincompleteusers', '0'), (180, 'loglifetime', '0'), (181, 'disablegradehistory', '0'), (182, 'gradehistorylifetime', '0'), (183, 'extramemorylimit', '128M'), (184, 'cachetype', ''), (185, 'rcache', '0'), (186, 'rcachettl', '10'), (187, 'intcachemax', '10'), (188, 'memcachedhosts', ''), (189, 'memcachedpconn', '0'), (190, 'enableglobalsearch', '0'), (191, 'smartpix', '0'), (192, 'enablehtmlpurifier', '0'), (193, 'enablegroupings', '0'), (194, 'experimentalsplitrestore', '0'), (195, 'enableimsccimport', '0'), (196, 'enablesafebrowserintegration', '0'), (197, 'mnet_dispatcher_mode', 'off'), (198, 'mnet_localhost_id', '1'), (199, 'mnet_all_hosts_id', '2'), (200, 'version', '2007101590'), (201, 'release', '1.9.9 (Build: 20100609)'), (202, 'assignment_type_online_version', '2005042900'), (203, 'hotpot_showtimes', '0'), (204, 'hotpot_excelencodings', ''), (205, 'hotpot_initialdisable', '1'), (206, 'journal_showrecentactivity', '1'), (207, 'journal_initialdisable', '1'), (208, 'lams_initialdisable', '1'), (209, 'quiz_review', '16777215'), (210, 'quiz_attemptonlast', '0'), (211, 'quiz_attempts', '0'), (212, 'quiz_grademethod', ''), (213, 'quiz_decimalpoints', '2'), (214, 'quiz_maximumgrade', '10'), (215, 'quiz_password', ''), (216, 'quiz_popup', '0'), (217, 'quiz_questionsperpage', '0'), (218, 'quiz_shuffleanswers', '1'), (219, 'quiz_shufflequestions', '0'), (220, 'quiz_subnet', ''), (221, 'quiz_timelimit', '0'), (222, 'quiz_optionflags', '1'), (223, 'quiz_penaltyscheme', '1'), (224, 'quiz_delay1', '0'), (225, 'quiz_delay2', '0'), (226, 'quiz_fix_review', '0'), (227, 'quiz_fix_attemptonlast', '0'), (228, 'quiz_fix_attempts', '0'), (229, 'quiz_fix_grademethod', '0'), (230, 'quiz_fix_decimalpoints', '0'), (231, 'quiz_fix_password', '0'), (232, 'quiz_fix_popup', '0'), (233, 'quiz_fix_questionsperpage', '0'), (234, 'quiz_fix_shuffleanswers', '0'), (235, 'quiz_fix_shufflequestions', '0'), (236, 'quiz_fix_subnet', '0'), (237, 'quiz_fix_timelimit', '0'), (238, 'quiz_fix_adaptive', '0'), (239, 'quiz_fix_penaltyscheme', '0'), (240, 'quiz_fix_delay1', '0'), (241, 'quiz_fix_delay2', '0'), (242, 'resource_hide_repository', '1'), (243, 'workshop_initialdisable', '1'), (244, 'qtype_calculated_version', '2006032200'), (245, 'qtype_essay_version', '2006032200'), (246, 'qtype_match_version', '2006032200'), (247, 'qtype_multianswer_version', '2008050800'), (248, 'qtype_multichoice_version', '2007081700'), (249, 'qtype_numerical_version', '2006121500'), (250, 'qtype_randomsamatch_version', '2006042800'), (251, 'qtype_shortanswer_version', '2006032200'), (252, 'qtype_truefalse_version', '2006032200'), (253, 'backup_version', '2009111300'), (254, 'backup_release', '1.9.7'), (255, 'blocks_version', '2007081300'), (256, 'email_trackbymail', '1'), (257, 'email_marriedfolders2courses', '1'), (258, 'email_max_number_courses', '0'), (259, 'email_answered_color', '#83CC83'), (260, 'email_table_field_color', '#B7B7B7'), (261, 'email_old_select_participants', '0'), (262, 'email_add_admins', '1'), (263, 'email_enable_ajax', '0'), (264, 'email_enable_ssl', '0'), (265, 'enrol_authorize_version', '2006112903'), (266, 'enrol_paypal_version', '2006092200'), (267, 'gradeexport_ods_version', '2007092701'), (268, 'gradeexport_txt_version', '2007092700'), (269, 'gradeexport_xls_version', '2007092700'), (270, 'gradeexport_xml_version', '2007092700'), (271, 'gradeimport_csv_version', '2007072500'), (272, 'gradeimport_xml_version', '2007092700'), (273, 'gradereport_grader_version', '2007091700'), (274, 'gradereport_outcomes_version', '2007073000'), (275, 'gradereport_overview_version', '2009022500'), (276, 'gradereport_user_version', '2007092500'), (277, 'coursereport_log_version', '2007101504'), (278, 'coursereport_outline_version', '2007101501'), (279, 'coursereport_participation_version', '2007101501'), (280, 'coursereport_stats_version', '2007101501'), (281, 'report_courseoverview_version', '2007101503'), (282, 'report_security_version', '2007101500'), (283, 'report_unittest_version', '2007101501'), (284, 'adminblocks_initialised', '1'), (285, 'siteidentifier', 'DM1bO04wFvvwH6xaQZmUPxn4S0sMaMFtwww.ciafor.com'), (286, 'rolesactive', '1'), (287, 'guestroleid', '6'), (288, 'creatornewroleid', '3'), (289, 'notloggedinroleid', '6'), (290, 'defaultuserroleid', '7'), (291, 'defaultcourseroleid', '5'), (292, 'nonmetacoursesyncroleids', ''), (293, 'defaultrequestcategory', '2'), (294, 'gradebookroles', '5'), (295, 'enableoutcomes', '0'), (296, 'grade_profilereport', 'user'), (297, 'grade_aggregationposition', '1'), (298, 'grade_includescalesinaggregation', '1'), (299, 'grade_hiddenasdate', '0'), (300, 'gradepublishing', '0'), (301, 'grade_export_displaytype', '1'), (302, 'grade_export_decimalpoints', '2'), (303, 'grade_navmethod', '0'), (304, 'gradeexport', ''), (305, 'unlimitedgrades', '0'), (306, 'grade_hideforcedsettings', '1'), (307, 'grade_aggregation', '11'), (308, 'grade_aggregation_flag', '0'), (309, 'grade_aggregations_visible', '0,10,11,12,2,4,6,8,13'), (310, 'grade_aggregateonlygraded', '1'), (311, 'grade_aggregateonlygraded_flag', '2'), (312, 'grade_aggregateoutcomes', '0'), (313, 'grade_aggregateoutcomes_flag', '2'), (314, 'grade_aggregatesubcats', '0'), (315, 'grade_aggregatesubcats_flag', '2'), (316, 'grade_keephigh', '0'), (317, 'grade_keephigh_flag', '3'), (318, 'grade_droplow', '0'), (319, 'grade_droplow_flag', '2'), (320, 'grade_displaytype', '1'), (321, 'grade_decimalpoints', '2'), (322, 'grade_item_advanced', 'iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime'), (323, 'grade_report_studentsperpage', '100'), (324, 'grade_report_quickgrading', '1'), (325, 'grade_report_showquickfeedback', '0'), (326, 'grade_report_fixedstudents', '0'), (327, 'grade_report_meanselection', '1'), (328, 'grade_report_showcalculations', '0'), (329, 'grade_report_showeyecons', '0'), (330, 'grade_report_showaverages', '1'), (331, 'grade_report_showlocks', '0'), (332, 'grade_report_showranges', '0'), (333, 'grade_report_showuserimage', '1'), (334, 'grade_report_showuseridnumber', '0'), (335, 'grade_report_showactivityicons', '1'), (336, 'grade_report_shownumberofgrades', '0'), (337, 'grade_report_averagesdisplaytype', 'inherit'), (338, 'grade_report_rangesdisplaytype', 'inherit'), (339, 'grade_report_averagesdecimalpoints', 'inherit'), (340, 'grade_report_rangesdecimalpoints', 'inherit'), (341, 'grade_report_overview_showrank', '0'), (342, 'grade_report_overview_showtotalsifcontainhidden', '0'), (343, 'grade_report_user_showrank', '0'), (344, 'grade_report_user_showpercentage', '2'), (345, 'grade_report_user_showhiddenitems', '1'), (346, 'grade_report_user_showtotalsifcontainhidden', '0'), (347, 'data_enablerssfeeds', '0'), (348, 'chat_method', 'header_js'), (349, 'chat_refresh_userlist', '10'), (350, 'chat_old_ping', '35'), (351, 'chat_refresh_room', '5'), (352, 'chat_normal_updatemode', 'jsupdate'), (353, 'chat_serverhost', 'www.ciafor.com'), (354, 'chat_serverip', '127.0.0.1'), (355, 'chat_serverport', '9111'), (356, 'chat_servermax', '100'), (357, 'forum_displaymode', '3'), (358, 'forum_replytouser', '1'), (359, 'forum_shortpost', '300'), (360, 'forum_longpost', '600'), (361, 'forum_manydiscussions', '100'), (362, 'forum_maxbytes', '512000'), (363, 'forum_trackreadposts', '1'), (364, 'forum_oldpostdays', '14'), (365, 'forum_usermarksread', '0'), (366, 'forum_cleanreadtime', '2'), (367, 'forum_enablerssfeeds', '0'), (368, 'forum_enabletimedposts', '0'), (369, 'forum_logblocked', '1'), (370, 'forum_ajaxrating', '0'), (371, 'glossary_entbypage', '10'), (372, 'glossary_dupentries', '0'), (373, 'glossary_allowcomments', '0'), (374, 'glossary_linkbydefault', '1'), (375, 'glossary_defaultapproval', '1'), (376, 'glossary_enablerssfeeds', '0'), (377, 'glossary_linkentries', '0'), (378, 'glossary_casesensitive', '0'), (379, 'glossary_fullmatch', '0'), (380, 'lams_serverurl', ''), (381, 'lams_serverid', ''), (382, 'lams_serverkey', ''), (383, 'resource_framesize', '130'), (384, 'resource_websearch', 'http://google.com/'), (385, 'resource_defaulturl', 'http://'), (386, 'resource_secretphrase', 'H1EEudmtQJxtRzt7tICK'), (387, 'resource_allowlocalfiles', '0'), (388, 'resource_popup', ''), (389, 'resource_popupresizable', 'checked'), (390, 'resource_popupscrollbars', 'checked'), (391, 'resource_popupdirectories', 'checked'), (392, 'resource_popuplocation', 'checked'), (393, 'resource_popupmenubar', 'checked'), (394, 'resource_popuptoolbar', 'checked'), (395, 'resource_popupstatus', 'checked'), (396, 'resource_popupwidth', '620'), (397, 'resource_popupheight', '450'), (398, 'resource_autofilerename', '1'), (399, 'resource_blockdeletingfile', '1'), (400, 'scorm_grademethod', '1'), (401, 'scorm_maxgrade', '100'), (402, 'scorm_maxattempts', '0'), (403, 'scorm_whatgrade', '0'), (404, 'scorm_framewidth', '100%'), (405, 'scorm_frameheight', '500'), (406, 'scorm_popup', '0'), (407, 'scorm_resizable', '0'), (408, 'scorm_scrollbars', '0'), (409, 'scorm_directories', '0'), (410, 'scorm_location', '0'), (411, 'scorm_menubar', '0'), (412, 'scorm_toolbar', '0'), (413, 'scorm_status', '0'), (414, 'scorm_skipview', '0'), (415, 'scorm_hidebrowse', '0'), (416, 'scorm_hidetoc', '0'), (417, 'scorm_hidenav', '0'), (418, 'scorm_auto', '0'), (419, 'scorm_updatefreq', '0'), (420, 'assignment_maxbytes', '1048576'), (421, 'assignment_itemstocount', '1'), (422, 'assignment_showrecentsubmissions', '1'), (423, 'block_course_list_adminview', 'all'), (424, 'block_course_list_hideallcourseslink', '0'), (425, 'block_online_users_timetosee', '5'), (426, 'defaultallowedmodules', ''), (427, 'coursemanager', '3'), (428, 'frontpage', '1'), (429, 'frontpageloggedin', '1'), (430, 'maxcategorydepth', '0'), (431, 'coursesperpage', '20'), (432, 'allowvisiblecoursesinhiddencategories', '0'), (433, 'defaultfrontpageroleid', '0'), (434, 'supportname', 'Administrador .'), (435, 'supportemail', 'info@globalv2es.com'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_config_plugins` -- CREATE TABLE IF NOT EXISTS `mdl_config_plugins` ( `id` bigint(10) unsigned NOT NULL auto_increment, `plugin` varchar(100) NOT NULL default 'core', `name` varchar(100) NOT NULL default '', `value` text NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_confplug_plunam_uix` (`plugin`,`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Moodle modules and plugins configuration variables' AUTO_INCREMENT=14 ; -- -- Volcar la base de datos para la tabla `mdl_config_plugins` -- INSERT INTO `mdl_config_plugins` (`id`, `plugin`, `name`, `value`) VALUES (1, 'moodlecourse', 'format', 'weeks'), (2, 'moodlecourse', 'numsections', '10'), (3, 'moodlecourse', 'hiddensections', '0'), (4, 'moodlecourse', 'newsitems', '5'), (5, 'moodlecourse', 'showgrades', '1'), (6, 'moodlecourse', 'showreports', '0'), (7, 'moodlecourse', 'maxbytes', '67108864'), (8, 'moodlecourse', 'metacourse', '0'), (9, 'qtype_random', 'selectmanual', '0'), (10, 'blocks/section_links', 'numsections1', '22'), (11, 'blocks/section_links', 'incby1', '2'), (12, 'blocks/section_links', 'numsections2', '40'), (13, 'blocks/section_links', 'incby2', '5'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_context` -- CREATE TABLE IF NOT EXISTS `mdl_context` ( `id` bigint(10) unsigned NOT NULL auto_increment, `contextlevel` bigint(10) unsigned NOT NULL default '0', `instanceid` bigint(10) unsigned NOT NULL default '0', `path` varchar(255) default NULL, `depth` tinyint(2) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_cont_conins_uix` (`contextlevel`,`instanceid`), KEY `mdl_cont_ins_ix` (`instanceid`), KEY `mdl_cont_pat_ix` (`path`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='one of these must be set' AUTO_INCREMENT=127 ; -- -- Volcar la base de datos para la tabla `mdl_context` -- INSERT INTO `mdl_context` (`id`, `contextlevel`, `instanceid`, `path`, `depth`) VALUES (1, 10, 0, '/1', 1), (2, 50, 1, '/1/2', 2), (4, 80, 1, '/1/2/4', 3), (5, 80, 2, '/1/2/5', 3), (6, 80, 3, '/1/2/6', 3), (7, 80, 4, '/1/2/7', 3), (8, 80, 5, '/1/8', 2), (9, 80, 6, '/1/9', 2), (10, 80, 7, '/1/2/10', 3), (11, 40, 2, '/1/11', 2), (12, 50, 2, '/1/11/12', 3), (33, 70, 3, '/1/11/12/33', 4), (15, 80, 8, '/1/11/12/15', 4), (16, 80, 9, '/1/11/12/16', 4), (17, 80, 10, '/1/11/12/17', 4), (18, 80, 11, '/1/11/12/18', 4), (19, 80, 12, '/1/11/12/19', 4), (20, 80, 13, '/1/11/12/20', 4), (21, 70, 1, '/1/11/12/21', 4), (22, 80, 14, '/1/11/12/22', 4), (122, 70, 76, '/1/11/12/122', 4), (98, 70, 64, '/1/11/12/98', 4), (39, 70, 8, '/1/11/12/39', 4), (38, 70, 7, '/1/11/12/38', 4), (36, 70, 5, '/1/11/12/36', 4), (37, 70, 6, '/1/11/12/37', 4), (35, 80, 32, '/1/11/12/35', 4), (34, 70, 4, '/1/11/12/34', 4), (92, 70, 58, '/1/11/12/92', 4), (93, 70, 59, '/1/11/12/93', 4), (94, 70, 60, '/1/11/12/94', 4), (121, 70, 75, '/1/11/12/121', 4), (120, 70, 74, '/1/11/12/120', 4), (48, 70, 17, '/1/11/12/48', 4), (91, 70, 57, '/1/11/12/91', 4), (90, 70, 56, '/1/11/12/90', 4), (76, 70, 42, '/1/11/12/76', 4), (82, 70, 48, '/1/11/12/82', 4), (83, 70, 49, '/1/11/12/83', 4), (84, 70, 50, '/1/11/12/84', 4), (85, 70, 51, '/1/11/12/85', 4), (86, 70, 52, '/1/11/12/86', 4), (87, 70, 53, '/1/11/12/87', 4), (88, 70, 54, '/1/11/12/88', 4), (89, 70, 55, '/1/11/12/89', 4), (77, 70, 43, '/1/11/12/77', 4), (78, 70, 44, '/1/11/12/78', 4), (79, 70, 45, '/1/11/12/79', 4), (80, 70, 46, '/1/11/12/80', 4), (81, 70, 47, '/1/11/12/81', 4), (67, 70, 36, '/1/11/12/67', 4), (68, 70, 37, '/1/11/12/68', 4), (69, 70, 38, '/1/11/12/69', 4), (70, 70, 39, '/1/11/12/70', 4), (71, 70, 40, '/1/11/12/71', 4), (72, 70, 41, '/1/11/12/72', 4), (73, 80, 33, '/1/11/12/73', 4), (75, 80, 35, '/1/11/12/75', 4), (99, 70, 65, '/1/11/12/99', 4), (101, 70, 67, '/1/11/12/101', 4), (102, 70, 68, '/1/11/12/102', 4), (103, 70, 69, '/1/11/12/103', 4), (104, 70, 70, '/1/11/12/104', 4), (105, 30, 3, '/1/105', 2), (106, 80, 36, '/1/106', 2), (107, 80, 37, '/1/107', 2), (108, 30, 2, '/1/108', 2), (109, 70, 71, '/1/2/109', 3), (110, 80, 38, '/1/2/110', 3), (111, 80, 39, '/1/2/111', 3), (112, 70, 72, '/1/2/112', 3), (113, 80, 40, '/1/2/113', 3), (114, 80, 41, '/1/2/114', 3), (115, 80, 42, '/1/2/115', 3), (116, 80, 43, '/1/11/12/116', 4), (117, 80, 44, '/1/11/12/117', 4), (118, 80, 45, '/1/11/12/118', 4), (123, 70, 77, '/1/11/12/123', 4), (124, 70, 78, '/1/11/12/124', 4), (125, 70, 79, '/1/11/12/125', 4), (126, 70, 80, '/1/11/12/126', 4); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_context_temp` -- CREATE TABLE IF NOT EXISTS `mdl_context_temp` ( `id` bigint(10) unsigned NOT NULL default '0', `path` varchar(255) NOT NULL default '', `depth` tinyint(2) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Used by build_context_path() in upgrade and cron to keep con'; -- -- Volcar la base de datos para la tabla `mdl_context_temp` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_course` -- CREATE TABLE IF NOT EXISTS `mdl_course` ( `id` bigint(10) unsigned NOT NULL auto_increment, `category` bigint(10) unsigned NOT NULL default '0', `sortorder` bigint(10) unsigned NOT NULL default '0', `password` varchar(50) NOT NULL default '', `fullname` varchar(254) NOT NULL default '', `shortname` varchar(100) NOT NULL default '', `idnumber` varchar(100) NOT NULL default '', `summary` text, `format` varchar(10) NOT NULL default 'topics', `showgrades` tinyint(2) unsigned NOT NULL default '1', `modinfo` longtext, `newsitems` mediumint(5) unsigned NOT NULL default '1', `teacher` varchar(100) NOT NULL default 'Teacher', `teachers` varchar(100) NOT NULL default 'Teachers', `student` varchar(100) NOT NULL default 'Student', `students` varchar(100) NOT NULL default 'Students', `guest` tinyint(2) unsigned NOT NULL default '0', `startdate` bigint(10) unsigned NOT NULL default '0', `enrolperiod` bigint(10) unsigned NOT NULL default '0', `numsections` mediumint(5) unsigned NOT NULL default '1', `marker` bigint(10) unsigned NOT NULL default '0', `maxbytes` bigint(10) unsigned NOT NULL default '0', `showreports` smallint(4) unsigned NOT NULL default '0', `visible` tinyint(1) unsigned NOT NULL default '1', `hiddensections` tinyint(2) unsigned NOT NULL default '0', `groupmode` smallint(4) unsigned NOT NULL default '0', `groupmodeforce` smallint(4) unsigned NOT NULL default '0', `defaultgroupingid` bigint(10) unsigned NOT NULL default '0', `lang` varchar(30) NOT NULL default '', `theme` varchar(50) NOT NULL default '', `cost` varchar(10) NOT NULL default '', `currency` varchar(3) NOT NULL default 'USD', `timecreated` bigint(10) unsigned NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', `metacourse` tinyint(1) unsigned NOT NULL default '0', `requested` tinyint(1) unsigned NOT NULL default '0', `restrictmodules` tinyint(1) unsigned NOT NULL default '0', `expirynotify` tinyint(1) unsigned NOT NULL default '0', `expirythreshold` bigint(10) unsigned NOT NULL default '0', `notifystudents` tinyint(1) unsigned NOT NULL default '0', `enrollable` tinyint(1) unsigned NOT NULL default '1', `enrolstartdate` bigint(10) unsigned NOT NULL default '0', `enrolenddate` bigint(10) unsigned NOT NULL default '0', `enrol` varchar(20) NOT NULL default '', `defaultrole` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_cour_cat_ix` (`category`), KEY `mdl_cour_idn_ix` (`idnumber`), KEY `mdl_cour_sho_ix` (`shortname`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Central course table' AUTO_INCREMENT=5 ; -- -- Volcar la base de datos para la tabla `mdl_course` -- INSERT INTO `mdl_course` (`id`, `category`, `sortorder`, `password`, `fullname`, `shortname`, `idnumber`, `summary`, `format`, `showgrades`, `modinfo`, `newsitems`, `teacher`, `teachers`, `student`, `students`, `guest`, `startdate`, `enrolperiod`, `numsections`, `marker`, `maxbytes`, `showreports`, `visible`, `hiddensections`, `groupmode`, `groupmodeforce`, `defaultgroupingid`, `lang`, `theme`, `cost`, `currency`, `timecreated`, `timemodified`, `metacourse`, `requested`, `restrictmodules`, `expirynotify`, `expirythreshold`, `notifystudents`, `enrollable`, `enrolstartdate`, `enrolenddate`, `enrol`, `defaultrole`) VALUES (1, 0, 0, '', 'Compañía de Formación Empresarial', 'Ciafor', '', '

El sistema de formación on line de CFE Compañía de Formación Empresarial ofrece a sus alumnos un espacio de AULA VIRTUAL en el que el alumno podrá descargarse la documentación de los master, establecer comunicación con los tutores y profesores, autoevaluarse con test y casos prácticos, y otras actividades complementarias del método de estudio.

\r\n

Para entrar al AULA VIRTUAL sólo es necesario teclear el nombre de usuario y la contraseña que se le haya asignado al alumno.

', 'site', 1, 'a:2:{i:72;O:8:"stdClass":10:{s:2:"id";s:1:"4";s:2:"cm";i:72;s:3:"mod";s:5:"forum";s:7:"section";s:1:"0";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:0:"";s:4:"name";s:9:"Novedades";}i:71;O:8:"stdClass":10:{s:2:"id";s:2:"58";s:2:"cm";i:71;s:3:"mod";s:5:"label";s:7:"section";s:1:"1";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:648:"%3Cp+align%3D%22left%22%3E%C2%A0+%3Cimg+width%3D%22396%22+height%3D%22283%22+title%3D%22Foto%22+style%3D%22width%3A+396px%3B+height%3A+283px%22+alt%3D%22Foto%22+src%3D%22http%3A%2F%2Fwww.ciafor.com%2Ffile.php%2F1%2Ffoto.jpg%22+border%3D%220%22+hspace%3D%220%22+complete%3D%22true%22+complete%3D%22true%22+%2F%3E%C2%A0%C2%A0%C2%A0+%C2%A0+%3Cimg+width%3D%22394%22+height%3D%22280%22+title%3D%22formacion%22+style%3D%22width%3A+394px%3B+height%3A+280px%22+alt%3D%22formacion%22+src%3D%22http%3A%2F%2Fwww.ciafor.com%2Ffile.php%2F1%2Fbanerformacioncfe.jpg%22+border%3D%220%22+hspace%3D%220%22+complete%3D%22true%22+complete%3D%22true%22+%2F%3E%3C%2Fp%3E";s:4:"name";s:59:"%25C2%25A0%2B%25C2%25A0%25C2%25A0%25C2%25A0%2B%25C2%25A0%2B";}}', 3, 'Teacher', 'Teachers', 'Student', 'Students', 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, '', '', '', 'USD', 0, 1311056854, 0, 0, 0, 0, 0, 0, 1, 0, 0, '', 0), (2, 2, 100, '', 'Master en Sistemas Integrados de Gestión', 'Sistemas Integrados Gestión', '00001Mast', '

El objetivo general del Master es dotar a los participantes de los conocimientos, habilidades y competencias exigidos a gestores, ejecutivos y directivos en lo referente a calidad, medio ambiente, prevención de riesgos laborales, integración de sistemas, I+D+i, responsabilidad social corporativa, seguridad de la información y dirección de proyectos.

', 'topics', 1, 'a:46:{i:1;O:8:"stdClass":10:{s:2:"id";s:1:"1";s:2:"cm";i:1;s:3:"mod";s:5:"forum";s:7:"section";s:1:"0";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:0:"";s:4:"name";s:9:"Novedades";}i:3;O:8:"stdClass":10:{s:2:"id";s:1:"3";s:2:"cm";i:3;s:3:"mod";s:5:"forum";s:7:"section";s:1:"0";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:0:"";s:4:"name";s:14:"Foro+del+curso";}i:4;O:8:"stdClass":10:{s:2:"id";s:1:"1";s:2:"cm";i:4;s:3:"mod";s:4:"chat";s:7:"section";s:1:"0";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:0:"";s:4:"name";s:14:"Chat+del+curso";}i:7;O:8:"stdClass":11:{s:2:"id";s:1:"1";s:2:"cm";i:7;s:3:"mod";s:8:"resource";s:7:"section";s:1:"0";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:0:"";s:4:"icon";s:9:"f/web.gif";s:4:"name";s:33:"Gu%C3%ADa+de+uso+de+la+plataforma";}i:8;O:8:"stdClass":11:{s:2:"id";s:1:"2";s:2:"cm";i:8;s:3:"mod";s:8:"resource";s:7:"section";s:1:"0";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:0:"";s:4:"icon";s:9:"f/web.gif";s:4:"name";s:36:"Gu%C3%ADa+Metodolog%C3%ADa+del+curso";}i:5;O:8:"stdClass":10:{s:2:"id";s:1:"1";s:2:"cm";i:5;s:3:"mod";s:5:"label";s:7:"section";s:1:"1";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:190:"%3Cp%3E%3Cstrong%3E%3Cfont+color%3D%22%23000033%22+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3E%C3%81REA+DE+GESTI%C3%93N+MEDIOAMBIENTAL%3C%2Ffont%3E%3C%2Fstrong%3E%3C%2Fp%3E";s:4:"name";s:54:"%25C3%2581REA%2BDE%2BGESTI%25C3%2593N%2BMEDIOAMBIENTAL";}i:45;O:8:"stdClass":10:{s:2:"id";s:2:"39";s:2:"cm";i:45;s:3:"mod";s:5:"label";s:7:"section";s:1:"1";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:414:"%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++%3Cp%3E%3Cstrong%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3E%3Cfont+color%3D%22%23ff3300%22%3EM%C3%93DULO+1+-%3C%2Ffont%3E+%3Cfont+color%3D%22%23000066%22%3EIntroducci%C3%B3n+al+Medio+Ambiente%3A+%C3%81mbito%2C+Alcance+y+Caracter%C3%ADsticas%3C%2Ffont%3E%3C%2Ffont%3E%3C%2Fstrong%3E%3C%2Fp%3E%3C%2Fblockquote%3E";s:4:"name";s:112:"%2B%250D%250A%2B%2BM%25C3%2593DULO%2B1%2B-%2BIntroducci%25C3%25B3n%2Bal%2BMedio%2BAmbiente%253A%2B%25C3%2581m...";}i:6;O:8:"stdClass":10:{s:2:"id";s:1:"2";s:2:"cm";i:6;s:3:"mod";s:5:"label";s:7:"section";s:1:"1";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:1506:"%3Cblockquote+dir%3D%22ltr%22%3E+%0D%0A++%3Cp%3E%3Cstrong%3E%3Cfont+color%3D%22%23000066%22+face%3D%22Arial%22+size%3D%222%22%3E%3C%2Ffont%3E%3C%2Fstrong%3E%3C%2Fp%3E+%0D%0A++%3Cp%3E%3C%2Fp%3E+%0D%0A++%3Cp%3E%3C%2Fp%3E+%0D%0A++%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+1+-+Medio+Ambiente%3A+Conceptos+y+Definiciones%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+2+-+Introducci%C3%B3n+a+la+Ecolog%C3%ADa+General%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+3+-+Problemas+Ambientales+Globales%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+4+-+El+Agua%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+5+-+La+Atm%C3%B3sfera+%28I%29%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+5+-+La+Atm%C3%B3sfera+%28II%29%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+6+-+El+Suelo+%28I%29%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+6+-+El+Suelo+%28II%29%3C%2Ffont%3E%3C%2Fp%3E%3C%2Fblockquote%3E%3C%2Fblockquote%3E";s:4:"name";s:135:"%2B%250D%250A%2B%2B%2B%250D%250A%2B%2B%2B%250D%250A%2B%2B%2B%250D%250A%2B%2B%2B%250D%250A%2B%2B%2B%2BUnidad%2B1%2B-%2BMedio%2BAmbien...";}i:46;O:8:"stdClass":10:{s:2:"id";s:2:"40";s:2:"cm";i:46;s:3:"mod";s:5:"label";s:7:"section";s:1:"2";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:371:"%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++%3Cp%3E%3Cstrong%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3E%3Cfont+color%3D%22%23ff3300%22%3EM%C3%93DULO+2%3C%2Ffont%3E+-+%3Cfont+color%3D%22%23000066%22%3EDerecho+y+Pol%C3%ADtica+en+Medio+Ambiente%3C%2Ffont%3E%3C%2Ffont%3E%3C%2Fstrong%3E%3C%2Fp%3E%3C%2Fblockquote%3E";s:4:"name";s:101:"%2B%250D%250A%2B%2BM%25C3%2593DULO%2B2%2B-%2BDerecho%2By%2BPol%25C3%25ADtica%2Ben%2BMedio%2BAmbien...";}i:17;O:8:"stdClass":10:{s:2:"id";s:2:"11";s:2:"cm";i:17;s:3:"mod";s:5:"label";s:7:"section";s:1:"2";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:539:"%3Cblockquote+dir%3D%22ltr%22%3E+%0D%0A++%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+1+-+Derecho+y+Pol%C3%ADtica+de+Medio+Ambiente%3A+Introducci%C3%B3n+y+Normativa+General%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+2+-+Derecho+y+Pol%C3%ADtica+de+Medio+Ambiente%3A+Normativa+Espec%C3%ADfica%3C%2Ffont%3E%3C%2Fp%3E%3C%2Fblockquote%3E%3C%2Fblockquote%3E";s:4:"name";s:108:"%2B%250D%250A%2B%2B%2B%250D%250A%2B%2B%2B%2BUnidad%2B1%2B-%2BDerecho%2By%2BPol%25C3%25ADtica%2Bde%2BMedio...";}i:47;O:8:"stdClass":10:{s:2:"id";s:2:"41";s:2:"cm";i:47;s:3:"mod";s:5:"label";s:7:"section";s:1:"3";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:457:"%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++%3Cp+dir%3D%22ltr%22%3E%3Cstrong%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3E%3Cfont+color%3D%22%23ff3300%22%3EM%C3%93DULO+3+-%3C%2Ffont%3E+%3Cfont+color%3D%22%23000066%22%3ESistemas+de+Gesti%C3%B3n+Medioambiental%3A+Descripci%C3%B3n%2C+Certificaci%C3%B3n+y+Auditor%C3%ADas+Ambientales%3C%2Ffont%3E%3C%2Ffont%3E%3C%2Fstrong%3E%3C%2Fp%3E%3C%2Fblockquote%3E";s:4:"name";s:97:"%2B%250D%250A%2B%2BM%25C3%2593DULO%2B3%2B-%2BSistemas%2Bde%2BGesti%25C3%25B3n%2BMedioambiental...";}i:42;O:8:"stdClass":10:{s:2:"id";s:2:"36";s:2:"cm";i:42;s:3:"mod";s:5:"label";s:7:"section";s:1:"3";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:1666:"%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+1+-+Introducci%C3%B3n+a+los+Sistemas+de+Gesti%C3%B3n+Medioambientales%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+2+-+Opciones+en+la+Implantaci%C3%B3n+de+un+SGMA%3A+ISO+14001%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+3+-+Opciones+en+la+Implantaci%C3%B3n+de+un+SGMA%3A+Reglamento+EMAS%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+4+-+An%C3%A1lisis+Comparativo%3A+ISO+14001%2C+ISO+9000+y+EMAS%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+5+-+Auditor%C3%ADas+Ambientales%3A+Marco+Conceptual+y+Tipos%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+6+-+Auditor%C3%ADas+Ambientales%3A+Metodolog%C3%ADa%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+7+-+Auditor%C3%ADas+Sectoriales%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EActualizaci%C3%B3n.+ISO+14001%3A2004%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EAnexo+EMAS+2009%3C%2Ffont%3E%3C%2Fp%3E%3C%2Fblockquote%3E%3C%2Fblockquote%3E";s:4:"name";s:106:"%2B%250D%250A%2B%2B%2B%250D%250A%2B%2B%2B%2BUnidad%2B1%2B-%2BIntroducci%25C3%25B3n%2Ba%2Blos%2BSistemas...";}i:44;O:8:"stdClass":10:{s:2:"id";s:2:"38";s:2:"cm";i:44;s:3:"mod";s:5:"label";s:7:"section";s:1:"4";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:346:"%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++%3Cp%3E%3Cstrong%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3E%3Cfont+color%3D%22%23ff3300%22%3EM%C3%93DULO+4+%E2%80%93%3C%2Ffont%3E+%3Cfont+color%3D%22%23000066%22%3EResiduos%3C%2Ffont%3E%3C%2Ffont%3E%3C%2Fstrong%3E%3C%2Fp%3E%3C%2Fblockquote%3E";s:4:"name";s:67:"%2B%250D%250A%2B%2BM%25C3%2593DULO%2B4%2B%25E2%2580%2593%2BResiduos";}i:43;O:8:"stdClass":10:{s:2:"id";s:2:"37";s:2:"cm";i:43;s:3:"mod";s:5:"label";s:7:"section";s:1:"4";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:872:"%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+1+-+Problem%C3%A1tica+de+los+Residuos%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+2+-+Residuos+Urbanos%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+3+-+Residuos+Industriales%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+4+-+Residuos+Agr%C3%ADcolas%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EANEXOS%3C%2Ffont%3E%3C%2Fp%3E%3C%2Fblockquote%3E%3C%2Fblockquote%3E";s:4:"name";s:106:"%2B%250D%250A%2B%2B%2B%250D%250A%2B%2B%2B%2BUnidad%2B1%2B-%2BProblem%25C3%25A1tica%2Bde%2Blos%2BResiduo...";}i:36;O:8:"stdClass":10:{s:2:"id";s:2:"30";s:2:"cm";i:36;s:3:"mod";s:5:"label";s:7:"section";s:1:"5";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:354:"%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++%3Cp%3E%3Cstrong%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3E%3Cfont+color%3D%22%23ff0000%22%3EM%C3%93DULO+5+-%3C%2Ffont%3E+%3Cfont+color%3D%22%23000066%22%3EEnerg%C3%ADas+renovables%3C%2Ffont%3E%3C%2Ffont%3E%3C%2Fstrong%3E%3C%2Fp%3E%3C%2Fblockquote%3E";s:4:"name";s:75:"%2B%250D%250A%2B%2BM%25C3%2593DULO%2B5%2B-%2BEnerg%25C3%25ADas%2Brenovables";}i:37;O:8:"stdClass":10:{s:2:"id";s:2:"31";s:2:"cm";i:37;s:3:"mod";s:5:"label";s:7:"section";s:1:"6";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:368:"%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++%3Cp%3E%3Cstrong%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3E%3Cfont+color%3D%22%23ff3300%22%3EM%C3%93DULO%C2%A06+-%3C%2Ffont%3E+%3Cfont+color%3D%22%23000066%22%3EDesarrollo+sostenible+y+agenda+21%3C%2Ffont%3E%3C%2Ffont%3E%3C%2Fstrong%3E%3C%2Fp%3E%3C%2Fblockquote%3E";s:4:"name";s:93:"%2B%250D%250A%2B%2BM%25C3%2593DULO%25C2%25A06%2B-%2BDesarrollo%2Bsostenible%2By%2Bagenda%2B21";}i:69;O:8:"stdClass":10:{s:2:"id";s:1:"2";s:2:"cm";i:69;s:3:"mod";s:5:"scorm";s:7:"section";s:1:"6";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:0:"";s:4:"name";s:23:"Acceso+al+M%C3%B3dulo+6";}i:68;O:8:"stdClass":11:{s:2:"id";s:1:"5";s:2:"cm";i:68;s:3:"mod";s:8:"resource";s:7:"section";s:1:"6";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:301:"onclick%3D%22this.target%3D%27resource5%27%3B+return+openpopup%28%27%2Fmod%2Fresource%2Fview.php%3Finpopup%3Dtrue%26amp%3Bid%3D68%27%2C%27resource5%27%2C%27resizable%3D1%2Cscrollbars%3D1%2Cdirectories%3D1%2Clocation%3D1%2Cmenubar%3D1%2Ctoolbar%3D1%2Cstatus%3D1%2Cwidth%3D620%2Cheight%3D450%27%29%3B%22";s:4:"icon";s:9:"f/pdf.gif";s:4:"name";s:28:"M%C3%B3dulo+6+para+descargar";}i:70;O:8:"stdClass":11:{s:2:"id";s:1:"6";s:2:"cm";i:70;s:3:"mod";s:8:"resource";s:7:"section";s:1:"6";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:301:"onclick%3D%22this.target%3D%27resource6%27%3B+return+openpopup%28%27%2Fmod%2Fresource%2Fview.php%3Finpopup%3Dtrue%26amp%3Bid%3D70%27%2C%27resource6%27%2C%27resizable%3D1%2Cscrollbars%3D1%2Cdirectories%3D1%2Clocation%3D1%2Cmenubar%3D1%2Ctoolbar%3D1%2Cstatus%3D1%2Cwidth%3D620%2Cheight%3D450%27%29%3B%22";s:4:"icon";s:10:"f/word.gif";s:4:"name";s:18:"Caso+pr%C3%A1ctico";}i:38;O:8:"stdClass":10:{s:2:"id";s:2:"32";s:2:"cm";i:38;s:3:"mod";s:5:"label";s:7:"section";s:1:"7";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:414:"%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++%3Cp%3E%3Cstrong%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3E%3Cfont+color%3D%22%23ff6600%22%3E%3Cfont+color%3D%22%23ff3300%22%3EM%C3%93DULO+7%3C%2Ffont%3E+-%3C%2Ffont%3E+%3Cfont+color%3D%22%23000066%22%3EEvaluaci%C3%B3n+del+impacto+ambiental%3C%2Ffont%3E%3C%2Ffont%3E%3C%2Fstrong%3E%3C%2Fp%3E%3C%2Fblockquote%3E";s:4:"name";s:92:"%2B%250D%250A%2B%2BM%25C3%2593DULO%2B7%2B-%2BEvaluaci%25C3%25B3n%2Bdel%2Bimpacto%2Bambiental";}i:39;O:8:"stdClass":10:{s:2:"id";s:2:"33";s:2:"cm";i:39;s:3:"mod";s:5:"label";s:7:"section";s:1:"8";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:362:"%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++%3Cp%3E%3Cstrong%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3E%3Cfont+color%3D%22%23ff3300%22%3EM%C3%93DULO+8%3C%2Ffont%3E+-+%3Cfont+color%3D%22%23000066%22%3EProtecci%C3%B3n+de+la+naturaleza%3C%2Ffont%3E%3C%2Ffont%3E%3C%2Fstrong%3E%3C%2Fp%3E%3C%2Fblockquote%3E";s:4:"name";s:87:"%2B%250D%250A%2B%2BM%25C3%2593DULO%2B8%2B-%2BProtecci%25C3%25B3n%2Bde%2Bla%2Bnaturaleza";}i:40;O:8:"stdClass":10:{s:2:"id";s:2:"34";s:2:"cm";i:40;s:3:"mod";s:5:"label";s:7:"section";s:1:"9";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:356:"%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++%3Cp%3E%3Cstrong%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3E%3Cfont+color%3D%22%23ff3300%22%3EM%C3%93DULO+9%3C%2Ffont%3E+-+%3Cfont+color%3D%22%23000066%22%3EAgricultura+ecol%C3%B3gica%3C%2Ffont%3E%3C%2Ffont%3E%3C%2Fstrong%3E%3C%2Fp%3E%3C%2Fblockquote%3E";s:4:"name";s:77:"%2B%250D%250A%2B%2BM%25C3%2593DULO%2B9%2B-%2BAgricultura%2Becol%25C3%25B3gica";}i:41;O:8:"stdClass":10:{s:2:"id";s:2:"35";s:2:"cm";i:41;s:3:"mod";s:5:"label";s:7:"section";s:2:"10";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:198:"%3Cp%3E%3Cstrong%3E%3Cfont+color%3D%22%23000033%22+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3E%C3%81REA+DE+GESTI%C3%93N+DE+SISTEMAS+DE+CALIDAD%3C%2Ffont%3E%3C%2Fstrong%3E%3C%2Fp%3E";s:4:"name";s:68:"%25C3%2581REA%2BDE%2BGESTI%25C3%2593N%2BDE%2BSISTEMAS%2BDE%2BCALIDAD";}i:48;O:8:"stdClass":10:{s:2:"id";s:2:"42";s:2:"cm";i:48;s:3:"mod";s:5:"label";s:7:"section";s:2:"10";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:356:"%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++%3Cp%3E%3Cstrong%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3E%3Cfont+color%3D%22%23ff3300%22%3EM%C3%93DULO+1+-%3C%2Ffont%3E+%3Cfont+color%3D%22%23000066%22%3EGesti%C3%B3n+de+la+Calidad%3C%2Ffont%3E%3C%2Ffont%3E%3C%2Fstrong%3E%3C%2Fp%3E%3C%2Fblockquote%3E";s:4:"name";s:81:"%2B%250D%250A%2B%2BM%25C3%2593DULO%2B1%2B-%2BGesti%25C3%25B3n%2Bde%2Bla%2BCalidad";}i:49;O:8:"stdClass":10:{s:2:"id";s:2:"43";s:2:"cm";i:49;s:3:"mod";s:5:"label";s:7:"section";s:2:"10";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:331:"%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad%C2%A01-+Gesti%C3%B3n+de+la+Calidad+%3C%2Ffont%3E%3C%2Fp%3E%3C%2Fblockquote%3E%3C%2Fblockquote%3E";s:4:"name";s:101:"%2B%250D%250A%2B%2B%2B%250D%250A%2B%2B%2B%2BUnidad%25C2%25A01-%2BGesti%25C3%25B3n%2Bde%2Bla%2BCalidad";}i:50;O:8:"stdClass":10:{s:2:"id";s:2:"44";s:2:"cm";i:50;s:3:"mod";s:5:"label";s:7:"section";s:2:"11";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:398:"%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++%3Cp%3E%3Cstrong%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3E%3Cfont+color%3D%22%23ff3300%22%3EM%C3%93DULO+2+-%3C%2Ffont%3E+%3Cfont+color%3D%22%23000066%22%3EOrganizaci%C3%B3n+de+la+Calidad%2C+los+Procesos+y+la+Mejora+Continua%3C%2Ffont%3E%3C%2Ffont%3E%3C%2Fstrong%3E%3C%2Fp%3E%3C%2Fblockquote%3E";s:4:"name";s:105:"%2B%250D%250A%2B%2BM%25C3%2593DULO%2B2%2B-%2BOrganizaci%25C3%25B3n%2Bde%2Bla%2BCalidad%252C%2Blos%2BPr...";}i:51;O:8:"stdClass":10:{s:2:"id";s:2:"45";s:2:"cm";i:51;s:3:"mod";s:5:"label";s:7:"section";s:2:"11";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:651:"%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+1+-+Organizaci%C3%B3n+de+la+Funci%C3%B3n+de+Calidad%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+2+-+Gesti%C3%B3n+por+Procesos%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+3+-+T%C3%A9cnicas+de+Mejora+de+la+Calidad%3C%2Ffont%3E%3C%2Fp%3E%3C%2Fblockquote%3E%3C%2Fblockquote%3E";s:4:"name";s:117:"%2B%250D%250A%2B%2B%2B%250D%250A%2B%2B%2B%2BUnidad%2B1%2B-%2BOrganizaci%25C3%25B3n%2Bde%2Bla%2BFunci%25C3%25B3n%2B...";}i:52;O:8:"stdClass":10:{s:2:"id";s:2:"46";s:2:"cm";i:52;s:3:"mod";s:5:"label";s:7:"section";s:2:"12";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:389:"%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++%3Cp%3E%3Cstrong%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3E%3Cfont+color%3D%22%23ff3300%22%3EM%C3%93DULO+3%3C%2Ffont%3E+-+%3Cfont+color%3D%22%23000066%22%3EActividades+Significativas+Asociadas+al+Producto+o+Servicio%3C%2Ffont%3E%3C%2Ffont%3E%3C%2Fstrong%3E%3C%2Fp%3E%3C%2Fblockquote%3E";s:4:"name";s:86:"%2B%250D%250A%2B%2BM%25C3%2593DULO%2B3%2B-%2BActividades%2BSignificativas%2BAsociad...";}i:53;O:8:"stdClass":10:{s:2:"id";s:2:"47";s:2:"cm";i:53;s:3:"mod";s:5:"label";s:7:"section";s:2:"12";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:1474:"%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+1+-+Gesti%C3%B3n+de+los+Recursos%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+2+-+Calidad+en+la+Log%C3%ADstica%2C+Ventas+y+Servicio+Postventa%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+3+-+Gesti%C3%B3n+de+los+Procesos+de+Dise%C3%B1o+y+Desarrollo%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+4+-+Compras+y+Subcontrataci%C3%B3n%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+5+-+Procesos+de+Producci%C3%B3n+y+Servicio%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+6+-+Supervisi%C3%B3n+y+Medida+del+Proceso+o+Producto%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+7+-+Control+de+No+Conformidades%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+8+-+Aspectos+Sociales+y+Legales+de+la+Calidad%3C%2Ffont%3E%3C%2Fp%3E%3C%2Fblockquote%3E%3C%2Fblockquote%3E";s:4:"name";s:118:"%2B%250D%250A%2B%2B%2B%250D%250A%2B%2B%2B%2BUnidad%2B1%2B-%2BGesti%25C3%25B3n%2Bde%2Blos%2BRecursos%2B%250D%250A%2B...";}i:54;O:8:"stdClass":10:{s:2:"id";s:2:"48";s:2:"cm";i:54;s:3:"mod";s:5:"label";s:7:"section";s:2:"13";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:379:"%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++%3Cp%3E%3Cstrong%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3E%3Cfont+color%3D%22%23ff3300%22%3EM%C3%93DULO+4%3C%2Ffont%3E+-+%3Cfont+color%3D%22%23000066%22%3EModelos+de+Gesti%C3%B3n+de+Sistemas+de+la+Calidad%3C%2Ffont%3E%3C%2Ffont%3E%3C%2Fstrong%3E%3C%2Fp%3E%3C%2Fblockquote%3E";s:4:"name";s:103:"%2B%250D%250A%2B%2BM%25C3%2593DULO%2B4%2B-%2BModelos%2Bde%2BGesti%25C3%25B3n%2Bde%2BSistemas%2Bde%2B...";}i:55;O:8:"stdClass":10:{s:2:"id";s:2:"49";s:2:"cm";i:55;s:3:"mod";s:5:"label";s:7:"section";s:2:"13";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:817:"%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+1%3A+El+Modelo+de+Gesti%C3%B3n+Cuadro+de+Mando+Integral%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+2+-+El+Modelo+de+Gesti%C3%B3n+EFQM%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EUnidad+3+-%3A+El+Modelo+de+Gesti%C3%B3n+ISO+9001%3A2000%3C%2Ffont%3E%3C%2Fp%3E+%0D%0A++++%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3EAnexo+ISO+9001%3A2000+vs+ISO+9001%3A2008%3C%2Ffont%3E%3C%2Fp%3E%3C%2Fblockquote%3E%3C%2Fblockquote%3E";s:4:"name";s:112:"%2B%250D%250A%2B%2B%2B%250D%250A%2B%2B%2B%2BUnidad%2B1%253A%2BEl%2BModelo%2Bde%2BGesti%25C3%25B3n%2BCuadro%2B...";}i:56;O:8:"stdClass":10:{s:2:"id";s:2:"50";s:2:"cm";i:56;s:3:"mod";s:5:"label";s:7:"section";s:2:"14";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:185:"%3Cp%3E%3Cstrong%3E%3Cfont+color%3D%22%23000033%22+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3E%C3%81REA+DE+GESTI%C3%93N+INTEGRADA%3C%2Ffont%3E%3C%2Fstrong%3E%3C%2Fp%3E";s:4:"name";s:49:"%25C3%2581REA%2BDE%2BGESTI%25C3%2593N%2BINTEGRADA";}i:57;O:8:"stdClass":10:{s:2:"id";s:2:"51";s:2:"cm";i:57;s:3:"mod";s:5:"label";s:7:"section";s:2:"14";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:358:"%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++%3Cp%3E%3Cstrong%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3E%3Cfont+color%3D%22%23ff3300%22%3EM%C3%93DULO+1%3C%2Ffont%3E+-+%3Cfont+color%3D%22%23000066%22%3EIntegraci%C3%B3n+de+Sistemas%3C%2Ffont%3E%3C%2Ffont%3E%3C%2Fstrong%3E%3C%2Fp%3E%3C%2Fblockquote%3E";s:4:"name";s:81:"%2B%250D%250A%2B%2BM%25C3%2593DULO%2B1%2B-%2BIntegraci%25C3%25B3n%2Bde%2BSistemas";}i:58;O:8:"stdClass":10:{s:2:"id";s:2:"52";s:2:"cm";i:58;s:3:"mod";s:5:"label";s:7:"section";s:2:"15";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:204:"%3Cp%3E%3Cstrong%3E%3Cfont+color%3D%22%23000033%22+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3E%C3%81REA+DE+SISTEMAS+DE+GESTI%C3%93N+ESPEC%C3%8DFICOS%3C%2Ffont%3E%3C%2Fstrong%3E%3C%2Fp%3E";s:4:"name";s:76:"%25C3%2581REA%2BDE%2BSISTEMAS%2BDE%2BGESTI%25C3%2593N%2BESPEC%25C3%258DFICOS";}i:59;O:8:"stdClass":10:{s:2:"id";s:2:"53";s:2:"cm";i:59;s:3:"mod";s:5:"label";s:7:"section";s:2:"15";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:363:"%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++%3Cp%3E%3Cstrong%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3E%3Cfont+color%3D%22%23ff3300%22%3EM%C3%B3dulo%C2%A01+-%3C%2Ffont%3E+%3Cfont+color%3D%22%23000066%22%3EGesti%C3%B3n+de+la+I%2Bd%2Bi%3C%2Ffont%3E%3C%2Ffont%3E%3C%2Fstrong%3E%3C%2Fp%3E%3C%2Fblockquote%3E";s:4:"name";s:94:"%2B%250D%250A%2B%2BM%25C3%25B3dulo%25C2%25A01%2B-%2BGesti%25C3%25B3n%2Bde%2Bla%2BI%252Bd%252Bi";}i:64;O:8:"stdClass":10:{s:2:"id";s:1:"1";s:2:"cm";i:64;s:3:"mod";s:5:"scorm";s:7:"section";s:2:"15";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:0:"";s:4:"name";s:23:"Acceso+al+M%C3%B3dulo+1";}i:65;O:8:"stdClass":11:{s:2:"id";s:1:"3";s:2:"cm";i:65;s:3:"mod";s:8:"resource";s:7:"section";s:2:"15";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:301:"onclick%3D%22this.target%3D%27resource3%27%3B+return+openpopup%28%27%2Fmod%2Fresource%2Fview.php%3Finpopup%3Dtrue%26amp%3Bid%3D65%27%2C%27resource3%27%2C%27resizable%3D1%2Cscrollbars%3D1%2Cdirectories%3D1%2Clocation%3D1%2Cmenubar%3D1%2Ctoolbar%3D1%2Cstatus%3D1%2Cwidth%3D620%2Cheight%3D450%27%29%3B%22";s:4:"icon";s:9:"f/pdf.gif";s:4:"name";s:28:"M%C3%B3dulo+1+para+descargar";}i:67;O:8:"stdClass":11:{s:2:"id";s:1:"4";s:2:"cm";i:67;s:3:"mod";s:8:"resource";s:7:"section";s:2:"15";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:301:"onclick%3D%22this.target%3D%27resource4%27%3B+return+openpopup%28%27%2Fmod%2Fresource%2Fview.php%3Finpopup%3Dtrue%26amp%3Bid%3D67%27%2C%27resource4%27%2C%27resizable%3D1%2Cscrollbars%3D1%2Cdirectories%3D1%2Clocation%3D1%2Cmenubar%3D1%2Ctoolbar%3D1%2Cstatus%3D1%2Cwidth%3D620%2Cheight%3D450%27%29%3B%22";s:4:"icon";s:10:"f/word.gif";s:4:"name";s:18:"Caso+pr%C3%A1ctico";}i:74;O:8:"stdClass":10:{s:2:"id";s:2:"60";s:2:"cm";i:74;s:3:"mod";s:5:"label";s:7:"section";s:2:"15";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:214:"%3Cstrong%3E%3Cfont+size%3D%222%22%3E%3Cfont+color%3D%22%23ff3300%22%3EM%C3%B3dulo%C2%A02+-%3C%2Ffont%3E+%3Cfont+color%3D%22%23000066%22%3EResponsabilidad+Social+Corporativa%3C%2Ffont%3E%3C%2Ffont%3E%3C%2Fstrong%3E";s:4:"name";s:71:"M%25C3%25B3dulo%25C2%25A02%2B-%2BResponsabilidad%2BSocial%2BCorporativa";}i:75;O:8:"stdClass":10:{s:2:"id";s:2:"61";s:2:"cm";i:75;s:3:"mod";s:5:"label";s:7:"section";s:2:"15";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:212:"%3Cstrong%3E%3Cfont+size%3D%222%22%3E%3Cfont+color%3D%22%23ff3300%22%3EM%C3%B3dulo%C2%A03+-%3C%2Ffont%3E+%3Cfont+color%3D%22%23000066%22%3ESeguridad+de+la+Informaci%C3%B3n%3C%2Ffont%3E%3C%2Ffont%3E%3C%2Fstrong%3E";s:4:"name";s:75:"M%25C3%25B3dulo%25C2%25A03%2B-%2BSeguridad%2Bde%2Bla%2BInformaci%25C3%25B3n";}i:76;O:8:"stdClass":10:{s:2:"id";s:2:"62";s:2:"cm";i:76;s:3:"mod";s:5:"label";s:7:"section";s:2:"15";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:223:"%3Cstrong%3E%3Cfont+size%3D%222%22%3E%3Cfont+color%3D%22%23ff3300%22%3EM%C3%B3dulo%C2%A04+-%3C%2Ffont%3E+%3Cfont+color%3D%22%23000066%22%3ESistemas+de+Seguridad+Laboral.+OHSAS+18001.%3C%2Ffont%3E%3C%2Ffont%3E%3C%2Fstrong%3E";s:4:"name";s:85:"M%25C3%25B3dulo%25C2%25A04%2B-%2BSistemas%2Bde%2BSeguridad%2BLaboral.%2BOHSAS%2B18...";}i:77;O:8:"stdClass":10:{s:2:"id";s:2:"63";s:2:"cm";i:77;s:3:"mod";s:5:"label";s:7:"section";s:2:"15";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:253:"%3Cspan+class%3D%22label%22%3E%3Cstrong%3E%3Cfont+size%3D%222%22%3E%3Cfont+color%3D%22%23ff3300%22%3EM%C3%B3dulo%C2%A05+-%3C%2Ffont%3E+%3Cfont+color%3D%22%23000066%22%3EOtros+Sistemas+de+Gesti%C3%B3n%3C%2Ffont%3E%3C%2Ffont%3E%3C%2Fstrong%3E%3C%2Fspan%3E";s:4:"name";s:73:"M%25C3%25B3dulo%25C2%25A05%2B-%2BOtros%2BSistemas%2Bde%2BGesti%25C3%25B3n";}i:80;O:8:"stdClass":10:{s:2:"id";s:1:"3";s:2:"cm";i:80;s:3:"mod";s:5:"scorm";s:7:"section";s:2:"15";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:0:"";s:4:"name";s:23:"Acceso+al+M%C3%B3dulo+5";}i:79;O:8:"stdClass":11:{s:2:"id";s:1:"8";s:2:"cm";i:79;s:3:"mod";s:8:"resource";s:7:"section";s:2:"15";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:0:"";s:4:"icon";s:9:"f/pdf.gif";s:4:"name";s:28:"M%C3%B3dulo+5+para+descargar";}i:78;O:8:"stdClass":11:{s:2:"id";s:1:"7";s:2:"cm";i:78;s:3:"mod";s:8:"resource";s:7:"section";s:2:"15";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:0:"";s:4:"icon";s:10:"f/word.gif";s:4:"name";s:18:"Caso+Pr%C3%A1ctico";}i:60;O:8:"stdClass":10:{s:2:"id";s:2:"54";s:2:"cm";i:60;s:3:"mod";s:5:"label";s:7:"section";s:2:"16";s:7:"visible";s:1:"1";s:9:"groupmode";s:1:"0";s:10:"groupingid";s:1:"0";s:16:"groupmembersonly";s:1:"0";s:5:"extra";s:364:"%3Cblockquote+style%3D%22margin-right%3A+0px%22+dir%3D%22ltr%22%3E+%0D%0A++%3Cp%3E%3Cstrong%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3E%3Cfont+color%3D%22%23ff0000%22%3EUnidad%C2%A02+-%3C%2Ffont%3E+%3Cfont+color%3D%22%23000066%22%3EResponsabilidad+Social+Corporativa%3C%2Ffont%3E%3C%2Ffont%3E%3C%2Fstrong%3E%3C%2Fp%3E%3C%2Fblockquote%3E";s:4:"name";s:81:"%2B%250D%250A%2B%2BUnidad%25C2%25A02%2B-%2BResponsabilidad%2BSocial%2BCorporativa";}}', 5, 'Profesor', 'Profesores', 'Estudiante', 'Estudiantes', 0, 1308520800, 0, 19, 0, 8388608, 0, 1, 0, 0, 0, 0, '', '', '', 'USD', 1305800511, 1311056733, 0, 0, 0, 0, 864000, 0, 1, 0, 0, '', 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_course_allowed_modules` -- CREATE TABLE IF NOT EXISTS `mdl_course_allowed_modules` ( `id` bigint(10) unsigned NOT NULL auto_increment, `course` bigint(10) unsigned NOT NULL default '0', `module` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_courallomodu_cou_ix` (`course`), KEY `mdl_courallomodu_mod_ix` (`module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='allowed modules foreach course' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_course_allowed_modules` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_course_categories` -- CREATE TABLE IF NOT EXISTS `mdl_course_categories` ( `id` bigint(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `description` text, `parent` bigint(10) unsigned NOT NULL default '0', `sortorder` bigint(10) unsigned NOT NULL default '0', `coursecount` bigint(10) unsigned NOT NULL default '0', `visible` tinyint(1) NOT NULL default '1', `timemodified` bigint(10) unsigned NOT NULL default '0', `depth` bigint(10) unsigned NOT NULL default '0', `path` varchar(255) NOT NULL default '', `theme` varchar(50) default NULL, PRIMARY KEY (`id`), KEY `mdl_courcate_par_ix` (`parent`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Course categories' AUTO_INCREMENT=3 ; -- -- Volcar la base de datos para la tabla `mdl_course_categories` -- INSERT INTO `mdl_course_categories` (`id`, `name`, `description`, `parent`, `sortorder`, `coursecount`, `visible`, `timemodified`, `depth`, `path`, `theme`) VALUES (2, 'Masters', 'Masters', 0, 999, 1, 1, 0, 1, '/2', NULL); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_course_display` -- CREATE TABLE IF NOT EXISTS `mdl_course_display` ( `id` bigint(10) unsigned NOT NULL auto_increment, `course` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `display` bigint(10) NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_courdisp_couuse_ix` (`course`,`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores info about how to display the course' AUTO_INCREMENT=5 ; -- -- Volcar la base de datos para la tabla `mdl_course_display` -- INSERT INTO `mdl_course_display` (`id`, `course`, `userid`, `display`) VALUES (1, 2, 2, 0), (2, 3, 2, 0), (3, 2, 3, 0), (4, 2, 4, 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_course_meta` -- CREATE TABLE IF NOT EXISTS `mdl_course_meta` ( `id` bigint(10) unsigned NOT NULL auto_increment, `parent_course` bigint(10) unsigned NOT NULL default '0', `child_course` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_courmeta_par_ix` (`parent_course`), KEY `mdl_courmeta_chi_ix` (`child_course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='to store meta-courses relations' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_course_meta` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_course_modules` -- CREATE TABLE IF NOT EXISTS `mdl_course_modules` ( `id` bigint(10) unsigned NOT NULL auto_increment, `course` bigint(10) unsigned NOT NULL default '0', `module` bigint(10) unsigned NOT NULL default '0', `instance` bigint(10) unsigned NOT NULL default '0', `section` bigint(10) unsigned NOT NULL default '0', `idnumber` varchar(100) default NULL, `added` bigint(10) unsigned NOT NULL default '0', `score` smallint(4) NOT NULL default '0', `indent` mediumint(5) unsigned NOT NULL default '0', `visible` tinyint(1) NOT NULL default '1', `visibleold` tinyint(1) NOT NULL default '1', `groupmode` smallint(4) NOT NULL default '0', `groupingid` bigint(10) unsigned NOT NULL default '0', `groupmembersonly` smallint(4) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_courmodu_vis_ix` (`visible`), KEY `mdl_courmodu_cou_ix` (`course`), KEY `mdl_courmodu_mod_ix` (`module`), KEY `mdl_courmodu_ins_ix` (`instance`), KEY `mdl_courmodu_idncou_ix` (`idnumber`,`course`), KEY `mdl_courmodu_gro_ix` (`groupingid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='course_modules table retrofitted from MySQL' AUTO_INCREMENT=81 ; -- -- Volcar la base de datos para la tabla `mdl_course_modules` -- INSERT INTO `mdl_course_modules` (`id`, `course`, `module`, `instance`, `section`, `idnumber`, `added`, `score`, `indent`, `visible`, `visibleold`, `groupmode`, `groupingid`, `groupmembersonly`) VALUES (1, 2, 5, 1, 2, NULL, 1305800737, 0, 0, 1, 1, 0, 0, 0), (3, 2, 5, 3, 2, '', 1306740331, 0, 0, 1, 1, 0, 0, 0), (4, 2, 2, 1, 2, '', 1306740347, 0, 0, 1, 1, 0, 0, 0), (5, 2, 9, 1, 5, NULL, 1306740410, 0, 0, 1, 1, 0, 0, 0), (6, 2, 9, 2, 5, NULL, 1306740507, 0, 4, 1, 1, 0, 0, 0), (7, 2, 13, 1, 2, '', 1306740652, 0, 0, 1, 1, 0, 0, 0), (8, 2, 13, 2, 2, '', 1306740683, 0, 0, 1, 1, 0, 0, 0), (76, 2, 9, 62, 29, NULL, 1310462941, 0, 2, 1, 1, 0, 0, 0), (74, 2, 9, 60, 29, NULL, 1310462748, 0, 2, 1, 1, 0, 0, 0), (57, 2, 9, 51, 28, NULL, 1306745878, 0, 0, 1, 1, 0, 0, 0), (58, 2, 9, 52, 29, NULL, 1306745915, 0, 0, 1, 1, 0, 0, 0), (59, 2, 9, 53, 29, NULL, 1306745977, 0, 0, 1, 1, 0, 0, 0), (60, 2, 9, 54, 30, NULL, 1306746023, 0, 0, 1, 1, 0, 0, 0), (75, 2, 9, 61, 29, NULL, 1310462842, 0, 2, 1, 1, 0, 0, 0), (17, 2, 9, 11, 6, NULL, 1306741501, 0, 0, 1, 1, 0, 0, 0), (56, 2, 9, 50, 28, NULL, 1306745823, 0, 0, 1, 1, 0, 0, 0), (55, 2, 9, 49, 27, NULL, 1306745782, 0, 0, 1, 1, 0, 0, 0), (42, 2, 9, 36, 7, NULL, 1306744336, 0, 0, 1, 1, 0, 0, 0), (48, 2, 9, 42, 14, NULL, 1306744900, 0, 0, 1, 1, 0, 0, 0), (49, 2, 9, 43, 14, NULL, 1306744931, 0, 0, 1, 1, 0, 0, 0), (50, 2, 9, 44, 25, NULL, 1306744989, 0, 0, 1, 1, 0, 0, 0), (51, 2, 9, 45, 25, NULL, 1306745038, 0, 0, 1, 1, 0, 0, 0), (52, 2, 9, 46, 26, NULL, 1306745647, 0, 0, 1, 1, 0, 0, 0), (53, 2, 9, 47, 26, NULL, 1306745693, 0, 0, 1, 1, 0, 0, 0), (54, 2, 9, 48, 27, NULL, 1306745742, 0, 0, 1, 1, 0, 0, 0), (43, 2, 9, 37, 8, NULL, 1306744499, 0, 0, 1, 1, 0, 0, 0), (44, 2, 9, 38, 8, NULL, 1306744547, 0, 0, 1, 1, 0, 0, 0), (45, 2, 9, 39, 5, NULL, 1306744593, 0, 0, 1, 1, 0, 0, 0), (46, 2, 9, 40, 6, NULL, 1306744635, 0, 0, 1, 1, 0, 0, 0), (47, 2, 9, 41, 7, NULL, 1306744676, 0, 0, 1, 1, 0, 0, 0), (36, 2, 9, 30, 9, NULL, 1306742263, 0, 0, 1, 1, 0, 0, 0), (37, 2, 9, 31, 10, NULL, 1306742316, 0, 0, 1, 1, 0, 0, 0), (38, 2, 9, 32, 11, NULL, 1306742360, 0, 0, 1, 1, 0, 0, 0), (39, 2, 9, 33, 12, NULL, 1306742410, 0, 0, 1, 1, 0, 0, 0), (40, 2, 9, 34, 13, NULL, 1306742452, 0, 0, 1, 1, 0, 0, 0), (41, 2, 9, 35, 14, NULL, 1306742493, 0, 0, 1, 1, 0, 0, 0), (64, 2, 14, 1, 29, '', 1307436276, 0, 3, 1, 1, 0, 0, 0), (65, 2, 13, 3, 29, '', 1307517234, 0, 3, 1, 1, 0, 0, 0), (67, 2, 13, 4, 29, '', 1307518320, 0, 4, 1, 1, 0, 0, 0), (68, 2, 13, 5, 10, '', 1307518986, 0, 3, 1, 1, 0, 0, 0), (69, 2, 14, 2, 10, '', 1307525584, 0, 3, 1, 1, 0, 0, 0), (70, 2, 13, 6, 10, '', 1307525831, 0, 4, 1, 1, 0, 0, 0), (71, 1, 9, 58, 35, NULL, 1308155943, 0, 0, 1, 1, 0, 0, 0), (72, 1, 5, 4, 1, NULL, 1308166118, 0, 0, 1, 1, 0, 0, 0), (77, 2, 9, 63, 29, NULL, 1310463014, 0, 2, 1, 1, 0, 0, 0), (78, 2, 13, 7, 29, '', 1310468111, 0, 4, 1, 1, 0, 0, 0), (79, 2, 13, 8, 29, '', 1310507905, 0, 3, 1, 1, 0, 0, 0), (80, 2, 14, 3, 29, '', 1310548130, 0, 3, 1, 1, 0, 0, 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_course_request` -- CREATE TABLE IF NOT EXISTS `mdl_course_request` ( `id` bigint(10) unsigned NOT NULL auto_increment, `fullname` varchar(254) NOT NULL default '', `shortname` varchar(15) NOT NULL default '', `summary` text NOT NULL, `reason` text NOT NULL, `requester` bigint(10) unsigned NOT NULL default '0', `password` varchar(50) NOT NULL default '', PRIMARY KEY (`id`), KEY `mdl_courrequ_sho_ix` (`shortname`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='course requests' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_course_request` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_course_sections` -- CREATE TABLE IF NOT EXISTS `mdl_course_sections` ( `id` bigint(10) unsigned NOT NULL auto_increment, `course` bigint(10) unsigned NOT NULL default '0', `section` bigint(10) unsigned NOT NULL default '0', `summary` text, `sequence` text, `visible` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id`), KEY `mdl_coursect_cousec_ix` (`course`,`section`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='to define the sections for each course' AUTO_INCREMENT=36 ; -- -- Volcar la base de datos para la tabla `mdl_course_sections` -- INSERT INTO `mdl_course_sections` (`id`, `course`, `section`, `summary`, `sequence`, `visible`) VALUES (1, 1, 0, '', '72', 1), (2, 2, 0, '

sistemas de gestion

\r\n

 

\r\n

', '1,3,4,7,8', 1), (5, 2, 1, '', '5,45,6', 1), (6, 2, 2, '', '46,17', 1), (7, 2, 3, '', '47,42', 1), (8, 2, 4, '', '44,43', 1), (9, 2, 5, '', '36', 1), (10, 2, 6, '', '37,69,68,70', 1), (11, 2, 7, '', '38', 1), (12, 2, 8, '', '39', 1), (13, 2, 9, '', '40', 1), (14, 2, 10, '', '41,48,49', 1), (25, 2, 11, '', '50,51', 1), (26, 2, 12, '', '52,53', 1), (27, 2, 13, '', '54,55', 1), (28, 2, 14, '', '56,57', 1), (29, 2, 15, '', '58,59,64,65,67,74,75,76,77,80,79,78', 1), (30, 2, 16, '', '60', 1), (31, 2, 17, '', '', 1), (32, 2, 18, '', '', 1), (33, 2, 19, '', '', 1), (34, 2, 20, '', NULL, 1), (35, 1, 1, '', '71', 1); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_data` -- CREATE TABLE IF NOT EXISTS `mdl_data` ( `id` bigint(10) unsigned NOT NULL auto_increment, `course` bigint(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `intro` text NOT NULL, `comments` smallint(4) unsigned NOT NULL default '0', `timeavailablefrom` bigint(10) unsigned NOT NULL default '0', `timeavailableto` bigint(10) unsigned NOT NULL default '0', `timeviewfrom` bigint(10) unsigned NOT NULL default '0', `timeviewto` bigint(10) unsigned NOT NULL default '0', `requiredentries` int(8) unsigned NOT NULL default '0', `requiredentriestoview` int(8) unsigned NOT NULL default '0', `maxentries` int(8) unsigned NOT NULL default '0', `rssarticles` smallint(4) unsigned NOT NULL default '0', `singletemplate` text, `listtemplate` text, `listtemplateheader` text, `listtemplatefooter` text, `addtemplate` text, `rsstemplate` text, `rsstitletemplate` text, `csstemplate` text, `jstemplate` text, `asearchtemplate` text, `approval` smallint(4) unsigned NOT NULL default '0', `scale` bigint(10) NOT NULL default '0', `assessed` bigint(10) unsigned NOT NULL default '0', `defaultsort` bigint(10) unsigned NOT NULL default '0', `defaultsortdir` smallint(4) unsigned NOT NULL default '0', `editany` smallint(4) unsigned NOT NULL default '0', `notification` bigint(10) default NULL, PRIMARY KEY (`id`), KEY `mdl_data_cou_ix` (`course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Removed ratings column' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_data` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_data_comments` -- CREATE TABLE IF NOT EXISTS `mdl_data_comments` ( `id` bigint(10) unsigned NOT NULL auto_increment, `userid` bigint(10) unsigned NOT NULL default '0', `recordid` bigint(10) unsigned NOT NULL default '0', `content` text NOT NULL, `format` tinyint(2) unsigned NOT NULL default '0', `created` bigint(10) unsigned NOT NULL default '0', `modified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_datacomm_rec_ix` (`recordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='to comment data records' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_data_comments` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_data_content` -- CREATE TABLE IF NOT EXISTS `mdl_data_content` ( `id` bigint(10) unsigned NOT NULL auto_increment, `fieldid` bigint(10) unsigned NOT NULL default '0', `recordid` bigint(10) unsigned NOT NULL default '0', `content` longtext, `content1` longtext, `content2` longtext, `content3` longtext, `content4` longtext, PRIMARY KEY (`id`), KEY `mdl_datacont_rec_ix` (`recordid`), KEY `mdl_datacont_fie_ix` (`fieldid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='the content introduced in each record/fields' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_data_content` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_data_fields` -- CREATE TABLE IF NOT EXISTS `mdl_data_fields` ( `id` bigint(10) unsigned NOT NULL auto_increment, `dataid` bigint(10) unsigned NOT NULL default '0', `type` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `description` text NOT NULL, `param1` text, `param2` text, `param3` text, `param4` text, `param5` text, `param6` text, `param7` text, `param8` text, `param9` text, `param10` text, PRIMARY KEY (`id`), KEY `mdl_datafiel_typdat_ix` (`type`,`dataid`), KEY `mdl_datafiel_dat_ix` (`dataid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='every field available' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_data_fields` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_data_ratings` -- CREATE TABLE IF NOT EXISTS `mdl_data_ratings` ( `id` bigint(10) unsigned NOT NULL auto_increment, `userid` bigint(10) unsigned NOT NULL default '0', `recordid` bigint(10) unsigned NOT NULL default '0', `rating` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_datarati_rec_ix` (`recordid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='to rate data records' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_data_ratings` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_data_records` -- CREATE TABLE IF NOT EXISTS `mdl_data_records` ( `id` bigint(10) unsigned NOT NULL auto_increment, `userid` bigint(10) unsigned NOT NULL default '0', `groupid` bigint(10) unsigned NOT NULL default '0', `dataid` bigint(10) unsigned NOT NULL default '0', `timecreated` bigint(10) unsigned NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', `approved` smallint(4) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_datareco_dat_ix` (`dataid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='every record introduced' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_data_records` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_enrol_authorize` -- CREATE TABLE IF NOT EXISTS `mdl_enrol_authorize` ( `id` bigint(10) unsigned NOT NULL auto_increment, `paymentmethod` enum('cc','echeck') NOT NULL default 'cc', `refundinfo` smallint(4) unsigned NOT NULL default '0', `ccname` varchar(255) NOT NULL default '', `courseid` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `transid` bigint(20) unsigned NOT NULL default '0', `status` bigint(10) unsigned NOT NULL default '0', `timecreated` bigint(10) unsigned NOT NULL default '0', `settletime` bigint(10) unsigned NOT NULL default '0', `amount` varchar(10) NOT NULL default '', `currency` varchar(3) NOT NULL default 'USD', PRIMARY KEY (`id`), KEY `mdl_enroauth_cou_ix` (`courseid`), KEY `mdl_enroauth_use_ix` (`userid`), KEY `mdl_enroauth_sta_ix` (`status`), KEY `mdl_enroauth_tra_ix` (`transid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Holds all known information about authorize.net transactions' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_enrol_authorize` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_enrol_authorize_refunds` -- CREATE TABLE IF NOT EXISTS `mdl_enrol_authorize_refunds` ( `id` bigint(10) unsigned NOT NULL auto_increment, `orderid` bigint(10) unsigned NOT NULL default '0', `status` tinyint(1) unsigned NOT NULL default '0', `amount` varchar(10) NOT NULL default '', `transid` bigint(20) unsigned default '0', `settletime` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_enroauthrefu_tra_ix` (`transid`), KEY `mdl_enroauthrefu_ord_ix` (`orderid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Authorize.net refunds' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_enrol_authorize_refunds` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_enrol_paypal` -- CREATE TABLE IF NOT EXISTS `mdl_enrol_paypal` ( `id` bigint(10) unsigned NOT NULL auto_increment, `business` varchar(255) NOT NULL default '', `receiver_email` varchar(255) NOT NULL default '', `receiver_id` varchar(255) NOT NULL default '', `item_name` varchar(255) NOT NULL default '', `courseid` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `memo` varchar(255) NOT NULL default '', `tax` varchar(255) NOT NULL default '', `option_name1` varchar(255) NOT NULL default '', `option_selection1_x` varchar(255) NOT NULL default '', `option_name2` varchar(255) NOT NULL default '', `option_selection2_x` varchar(255) NOT NULL default '', `payment_status` varchar(255) NOT NULL default '', `pending_reason` varchar(255) NOT NULL default '', `reason_code` varchar(30) NOT NULL default '', `txn_id` varchar(255) NOT NULL default '', `parent_txn_id` varchar(255) NOT NULL default '', `payment_type` varchar(30) NOT NULL default '', `timeupdated` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Holds all known information about PayPal transactions' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_enrol_paypal` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_event` -- CREATE TABLE IF NOT EXISTS `mdl_event` ( `id` bigint(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `description` text NOT NULL, `format` smallint(4) unsigned NOT NULL default '0', `courseid` bigint(10) unsigned NOT NULL default '0', `groupid` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `repeatid` bigint(10) unsigned NOT NULL default '0', `modulename` varchar(20) NOT NULL default '', `instance` bigint(10) unsigned NOT NULL default '0', `eventtype` varchar(20) NOT NULL default '', `timestart` bigint(10) unsigned NOT NULL default '0', `timeduration` bigint(10) unsigned NOT NULL default '0', `visible` smallint(4) NOT NULL default '1', `uuid` varchar(36) NOT NULL default '', `sequence` bigint(10) unsigned NOT NULL default '1', `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_even_cou_ix` (`courseid`), KEY `mdl_even_use_ix` (`userid`), KEY `mdl_even_tim_ix` (`timestart`), KEY `mdl_even_tim2_ix` (`timeduration`), KEY `mdl_even_grocouvisuse_ix` (`groupid`,`courseid`,`visible`,`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='For everything with a time associated to it' AUTO_INCREMENT=2 ; -- -- Volcar la base de datos para la tabla `mdl_event` -- INSERT INTO `mdl_event` (`id`, `name`, `description`, `format`, `courseid`, `groupid`, `userid`, `repeatid`, `modulename`, `instance`, `eventtype`, `timestart`, `timeduration`, `visible`, `uuid`, `sequence`, `timemodified`) VALUES (1, 'Chat del curso', 'Chat del curso', 0, 2, 0, 0, 0, 'chat', 1, '0', 1306740300, 0, 1, '', 1, 1306740347); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_events_handlers` -- CREATE TABLE IF NOT EXISTS `mdl_events_handlers` ( `id` bigint(10) unsigned NOT NULL auto_increment, `eventname` varchar(166) NOT NULL default '', `handlermodule` varchar(166) NOT NULL default '', `handlerfile` varchar(255) NOT NULL default '', `handlerfunction` mediumtext, `schedule` varchar(255) default NULL, `status` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_evenhand_evehan_uix` (`eventname`,`handlermodule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='This table is for storing which components requests what typ' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_events_handlers` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_events_queue` -- CREATE TABLE IF NOT EXISTS `mdl_events_queue` ( `id` bigint(10) unsigned NOT NULL auto_increment, `eventdata` longtext NOT NULL, `stackdump` mediumtext, `userid` bigint(10) unsigned default NULL, `timecreated` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_evenqueu_use_ix` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='This table is for storing queued events. It stores only one ' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_events_queue` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_events_queue_handlers` -- CREATE TABLE IF NOT EXISTS `mdl_events_queue_handlers` ( `id` bigint(10) unsigned NOT NULL auto_increment, `queuedeventid` bigint(10) unsigned NOT NULL default '0', `handlerid` bigint(10) unsigned NOT NULL default '0', `status` bigint(10) default NULL, `errormessage` mediumtext, `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_evenqueuhand_que_ix` (`queuedeventid`), KEY `mdl_evenqueuhand_han_ix` (`handlerid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='This is the list of queued handlers for processing. The even' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_events_queue_handlers` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_forum` -- CREATE TABLE IF NOT EXISTS `mdl_forum` ( `id` bigint(10) unsigned NOT NULL auto_increment, `course` bigint(10) unsigned NOT NULL default '0', `type` enum('single','news','general','social','eachuser','teacher','qanda') NOT NULL default 'general', `name` varchar(255) NOT NULL default '', `intro` text NOT NULL, `assessed` bigint(10) unsigned NOT NULL default '0', `assesstimestart` bigint(10) unsigned NOT NULL default '0', `assesstimefinish` bigint(10) unsigned NOT NULL default '0', `scale` bigint(10) NOT NULL default '0', `maxbytes` bigint(10) unsigned NOT NULL default '0', `forcesubscribe` tinyint(1) unsigned NOT NULL default '0', `trackingtype` tinyint(2) unsigned NOT NULL default '1', `rsstype` tinyint(2) unsigned NOT NULL default '0', `rssarticles` tinyint(2) unsigned NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', `warnafter` bigint(10) unsigned NOT NULL default '0', `blockafter` bigint(10) unsigned NOT NULL default '0', `blockperiod` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_foru_cou_ix` (`course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Forums contain and structure discussion' AUTO_INCREMENT=5 ; -- -- Volcar la base de datos para la tabla `mdl_forum` -- INSERT INTO `mdl_forum` (`id`, `course`, `type`, `name`, `intro`, `assessed`, `assesstimestart`, `assesstimefinish`, `scale`, `maxbytes`, `forcesubscribe`, `trackingtype`, `rsstype`, `rssarticles`, `timemodified`, `warnafter`, `blockafter`, `blockperiod`) VALUES (1, 2, 'news', 'Novedades', 'Novedades y anuncios', 0, 0, 0, 1, 0, 1, 1, 0, 0, 1305800737, 0, 0, 0), (3, 2, 'general', 'Foro del curso', 'Foro del curso', 0, 0, 0, 0, 512000, 0, 1, 0, 0, 1306740331, 0, 0, 0), (4, 1, 'news', 'Novedades', 'Novedades y anuncios', 0, 0, 0, 0, 0, 0, 1, 0, 0, 1308166118, 0, 0, 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_forum_discussions` -- CREATE TABLE IF NOT EXISTS `mdl_forum_discussions` ( `id` bigint(10) unsigned NOT NULL auto_increment, `course` bigint(10) unsigned NOT NULL default '0', `forum` bigint(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `firstpost` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `groupid` bigint(10) NOT NULL default '-1', `assessed` tinyint(1) NOT NULL default '1', `timemodified` bigint(10) unsigned NOT NULL default '0', `usermodified` bigint(10) unsigned NOT NULL default '0', `timestart` bigint(10) unsigned NOT NULL default '0', `timeend` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_forudisc_use_ix` (`userid`), KEY `mdl_forudisc_for_ix` (`forum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Forums are composed of discussions' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_forum_discussions` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_forum_posts` -- CREATE TABLE IF NOT EXISTS `mdl_forum_posts` ( `id` bigint(10) unsigned NOT NULL auto_increment, `discussion` bigint(10) unsigned NOT NULL default '0', `parent` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `created` bigint(10) unsigned NOT NULL default '0', `modified` bigint(10) unsigned NOT NULL default '0', `mailed` tinyint(2) unsigned NOT NULL default '0', `subject` varchar(255) NOT NULL default '', `message` text NOT NULL, `format` tinyint(2) NOT NULL default '0', `attachment` varchar(100) NOT NULL default '', `totalscore` smallint(4) NOT NULL default '0', `mailnow` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_forupost_use_ix` (`userid`), KEY `mdl_forupost_cre_ix` (`created`), KEY `mdl_forupost_mai_ix` (`mailed`), KEY `mdl_forupost_dis_ix` (`discussion`), KEY `mdl_forupost_par_ix` (`parent`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='All posts are stored in this table' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_forum_posts` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_forum_queue` -- CREATE TABLE IF NOT EXISTS `mdl_forum_queue` ( `id` bigint(10) unsigned NOT NULL auto_increment, `userid` bigint(10) unsigned NOT NULL default '0', `discussionid` bigint(10) unsigned NOT NULL default '0', `postid` bigint(10) unsigned NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_foruqueu_use_ix` (`userid`), KEY `mdl_foruqueu_dis_ix` (`discussionid`), KEY `mdl_foruqueu_pos_ix` (`postid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='For keeping track of posts that will be mailed in digest for' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_forum_queue` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_forum_ratings` -- CREATE TABLE IF NOT EXISTS `mdl_forum_ratings` ( `id` bigint(10) unsigned NOT NULL auto_increment, `userid` bigint(10) unsigned NOT NULL default '0', `post` bigint(10) unsigned NOT NULL default '0', `time` bigint(10) unsigned NOT NULL default '0', `rating` smallint(4) NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_forurati_use_ix` (`userid`), KEY `mdl_forurati_pos_ix` (`post`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='forum_ratings table retrofitted from MySQL' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_forum_ratings` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_forum_read` -- CREATE TABLE IF NOT EXISTS `mdl_forum_read` ( `id` bigint(10) unsigned NOT NULL auto_increment, `userid` bigint(10) unsigned NOT NULL default '0', `forumid` bigint(10) unsigned NOT NULL default '0', `discussionid` bigint(10) unsigned NOT NULL default '0', `postid` bigint(10) unsigned NOT NULL default '0', `firstread` bigint(10) unsigned NOT NULL default '0', `lastread` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_foruread_usefor_ix` (`userid`,`forumid`), KEY `mdl_foruread_usedis_ix` (`userid`,`discussionid`), KEY `mdl_foruread_usepos_ix` (`userid`,`postid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Tracks each users read posts' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_forum_read` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_forum_subscriptions` -- CREATE TABLE IF NOT EXISTS `mdl_forum_subscriptions` ( `id` bigint(10) unsigned NOT NULL auto_increment, `userid` bigint(10) unsigned NOT NULL default '0', `forum` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_forusubs_use_ix` (`userid`), KEY `mdl_forusubs_for_ix` (`forum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Keeps track of who is subscribed to what forum' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_forum_subscriptions` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_forum_track_prefs` -- CREATE TABLE IF NOT EXISTS `mdl_forum_track_prefs` ( `id` bigint(10) unsigned NOT NULL auto_increment, `userid` bigint(10) unsigned NOT NULL default '0', `forumid` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_forutracpref_usefor_ix` (`userid`,`forumid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Tracks each users untracked forums' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_forum_track_prefs` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_glossary` -- CREATE TABLE IF NOT EXISTS `mdl_glossary` ( `id` bigint(10) unsigned NOT NULL auto_increment, `course` bigint(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `intro` text NOT NULL, `allowduplicatedentries` tinyint(2) unsigned NOT NULL default '0', `displayformat` varchar(50) NOT NULL default 'dictionary', `mainglossary` tinyint(2) unsigned NOT NULL default '0', `showspecial` tinyint(2) unsigned NOT NULL default '1', `showalphabet` tinyint(2) unsigned NOT NULL default '1', `showall` tinyint(2) unsigned NOT NULL default '1', `allowcomments` tinyint(2) unsigned NOT NULL default '0', `allowprintview` tinyint(2) unsigned NOT NULL default '1', `usedynalink` tinyint(2) unsigned NOT NULL default '1', `defaultapproval` tinyint(2) unsigned NOT NULL default '1', `globalglossary` tinyint(2) unsigned NOT NULL default '0', `entbypage` smallint(3) unsigned NOT NULL default '10', `editalways` tinyint(2) unsigned NOT NULL default '0', `rsstype` tinyint(2) unsigned NOT NULL default '0', `rssarticles` tinyint(2) unsigned NOT NULL default '0', `assessed` bigint(10) unsigned NOT NULL default '0', `assesstimestart` bigint(10) unsigned NOT NULL default '0', `assesstimefinish` bigint(10) unsigned NOT NULL default '0', `scale` bigint(10) NOT NULL default '0', `timecreated` bigint(10) unsigned NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_glos_cou_ix` (`course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='all glossaries' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_glossary` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_glossary_alias` -- CREATE TABLE IF NOT EXISTS `mdl_glossary_alias` ( `id` bigint(10) unsigned NOT NULL auto_increment, `entryid` bigint(10) unsigned NOT NULL default '0', `alias` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `mdl_glosalia_ent_ix` (`entryid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='entries alias' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_glossary_alias` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_glossary_categories` -- CREATE TABLE IF NOT EXISTS `mdl_glossary_categories` ( `id` bigint(10) unsigned NOT NULL auto_increment, `glossaryid` bigint(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `usedynalink` tinyint(2) unsigned NOT NULL default '1', PRIMARY KEY (`id`), KEY `mdl_gloscate_glo_ix` (`glossaryid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='all categories for glossary entries' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_glossary_categories` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_glossary_comments` -- CREATE TABLE IF NOT EXISTS `mdl_glossary_comments` ( `id` bigint(10) unsigned NOT NULL auto_increment, `entryid` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `entrycomment` text NOT NULL, `format` tinyint(2) unsigned NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_gloscomm_use_ix` (`userid`), KEY `mdl_gloscomm_ent_ix` (`entryid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='comments on glossary entries' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_glossary_comments` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_glossary_entries` -- CREATE TABLE IF NOT EXISTS `mdl_glossary_entries` ( `id` bigint(10) unsigned NOT NULL auto_increment, `glossaryid` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `concept` varchar(255) NOT NULL default '', `definition` text NOT NULL, `format` tinyint(2) unsigned NOT NULL default '0', `attachment` varchar(100) NOT NULL default '', `timecreated` bigint(10) unsigned NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', `teacherentry` tinyint(2) unsigned NOT NULL default '0', `sourceglossaryid` bigint(10) unsigned NOT NULL default '0', `usedynalink` tinyint(2) unsigned NOT NULL default '1', `casesensitive` tinyint(2) unsigned NOT NULL default '0', `fullmatch` tinyint(2) unsigned NOT NULL default '1', `approved` tinyint(2) unsigned NOT NULL default '1', PRIMARY KEY (`id`), KEY `mdl_glosentr_use_ix` (`userid`), KEY `mdl_glosentr_con_ix` (`concept`), KEY `mdl_glosentr_glo_ix` (`glossaryid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='all glossary entries' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_glossary_entries` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_glossary_entries_categories` -- CREATE TABLE IF NOT EXISTS `mdl_glossary_entries_categories` ( `id` bigint(10) unsigned NOT NULL auto_increment, `categoryid` bigint(10) unsigned NOT NULL default '0', `entryid` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_glosentrcate_cat_ix` (`categoryid`), KEY `mdl_glosentrcate_ent_ix` (`entryid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='categories of each glossary entry' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_glossary_entries_categories` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_glossary_formats` -- CREATE TABLE IF NOT EXISTS `mdl_glossary_formats` ( `id` bigint(10) unsigned NOT NULL auto_increment, `name` varchar(50) NOT NULL default '', `popupformatname` varchar(50) NOT NULL default '', `visible` tinyint(2) unsigned NOT NULL default '1', `showgroup` tinyint(2) unsigned NOT NULL default '1', `defaultmode` varchar(50) NOT NULL default '', `defaulthook` varchar(50) NOT NULL default '', `sortkey` varchar(50) NOT NULL default '', `sortorder` varchar(50) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Setting of the display formats' AUTO_INCREMENT=8 ; -- -- Volcar la base de datos para la tabla `mdl_glossary_formats` -- INSERT INTO `mdl_glossary_formats` (`id`, `name`, `popupformatname`, `visible`, `showgroup`, `defaultmode`, `defaulthook`, `sortkey`, `sortorder`) VALUES (1, 'continuous', 'continuous', 1, 1, '', '', '', ''), (2, 'dictionary', 'dictionary', 1, 1, '', '', '', ''), (3, 'encyclopedia', 'encyclopedia', 1, 1, '', '', '', ''), (4, 'entrylist', 'entrylist', 1, 1, '', '', '', ''), (5, 'faq', 'faq', 1, 1, '', '', '', ''), (6, 'fullwithauthor', 'fullwithauthor', 1, 1, '', '', '', ''), (7, 'fullwithoutauthor', 'fullwithoutauthor', 1, 1, '', '', '', ''); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_glossary_ratings` -- CREATE TABLE IF NOT EXISTS `mdl_glossary_ratings` ( `id` bigint(10) unsigned NOT NULL auto_increment, `userid` bigint(10) unsigned NOT NULL default '0', `entryid` bigint(10) unsigned NOT NULL default '0', `time` bigint(10) unsigned NOT NULL default '0', `rating` smallint(4) NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_glosrati_use_ix` (`userid`), KEY `mdl_glosrati_ent_ix` (`entryid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Contains user ratings for entries' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_glossary_ratings` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_grade_categories` -- CREATE TABLE IF NOT EXISTS `mdl_grade_categories` ( `id` bigint(10) unsigned NOT NULL auto_increment, `courseid` bigint(10) unsigned NOT NULL default '0', `parent` bigint(10) unsigned default NULL, `depth` bigint(10) unsigned NOT NULL default '0', `path` varchar(255) default NULL, `fullname` varchar(255) NOT NULL default '', `aggregation` bigint(10) NOT NULL default '0', `keephigh` bigint(10) NOT NULL default '0', `droplow` bigint(10) NOT NULL default '0', `aggregateonlygraded` tinyint(1) unsigned NOT NULL default '0', `aggregateoutcomes` tinyint(1) unsigned NOT NULL default '0', `aggregatesubcats` tinyint(1) unsigned NOT NULL default '0', `timecreated` bigint(10) unsigned NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_gradcate_cou_ix` (`courseid`), KEY `mdl_gradcate_par_ix` (`parent`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='This table keeps information about categories, used for grou' AUTO_INCREMENT=5 ; -- -- Volcar la base de datos para la tabla `mdl_grade_categories` -- INSERT INTO `mdl_grade_categories` (`id`, `courseid`, `parent`, `depth`, `path`, `fullname`, `aggregation`, `keephigh`, `droplow`, `aggregateonlygraded`, `aggregateoutcomes`, `aggregatesubcats`, `timecreated`, `timemodified`) VALUES (3, 2, NULL, 1, '/3/', '?', 11, 0, 0, 1, 0, 0, 1306740314, 1306740314), (4, 1, NULL, 1, '/4/', '?', 11, 0, 0, 1, 0, 0, 1308155944, 1308155946); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_grade_categories_history` -- CREATE TABLE IF NOT EXISTS `mdl_grade_categories_history` ( `id` bigint(10) unsigned NOT NULL auto_increment, `action` bigint(10) unsigned NOT NULL default '0', `oldid` bigint(10) unsigned NOT NULL default '0', `source` varchar(255) default NULL, `timemodified` bigint(10) unsigned default NULL, `loggeduser` bigint(10) unsigned default NULL, `courseid` bigint(10) unsigned NOT NULL default '0', `parent` bigint(10) unsigned default NULL, `depth` bigint(10) unsigned NOT NULL default '0', `path` varchar(255) default NULL, `fullname` varchar(255) NOT NULL default '', `aggregation` bigint(10) NOT NULL default '0', `keephigh` bigint(10) NOT NULL default '0', `droplow` bigint(10) NOT NULL default '0', `aggregateonlygraded` tinyint(1) unsigned NOT NULL default '0', `aggregateoutcomes` tinyint(1) unsigned NOT NULL default '0', `aggregatesubcats` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_gradcatehist_act_ix` (`action`), KEY `mdl_gradcatehist_old_ix` (`oldid`), KEY `mdl_gradcatehist_cou_ix` (`courseid`), KEY `mdl_gradcatehist_par_ix` (`parent`), KEY `mdl_gradcatehist_log_ix` (`loggeduser`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='History of grade_categories' AUTO_INCREMENT=11 ; -- -- Volcar la base de datos para la tabla `mdl_grade_categories_history` -- INSERT INTO `mdl_grade_categories_history` (`id`, `action`, `oldid`, `source`, `timemodified`, `loggeduser`, `courseid`, `parent`, `depth`, `path`, `fullname`, `aggregation`, `keephigh`, `droplow`, `aggregateonlygraded`, `aggregateoutcomes`, `aggregatesubcats`) VALUES (1, 1, 1, 'system', 1306740235, NULL, 3, NULL, 0, NULL, '?', 11, 0, 0, 1, 0, 0), (2, 2, 1, 'system', 1306740235, NULL, 3, NULL, 1, '/1/', '?', 11, 0, 0, 1, 0, 0), (3, 3, 1, 'coursedelete', 1306740235, NULL, 3, NULL, 1, '/1/', '?', 11, 0, 0, 1, 0, 0), (4, 1, 2, 'system', 1306740254, NULL, 4, NULL, 0, NULL, '?', 11, 0, 0, 1, 0, 0), (5, 2, 2, 'system', 1306740254, NULL, 4, NULL, 1, '/2/', '?', 11, 0, 0, 1, 0, 0), (6, 3, 2, 'coursedelete', 1306740254, NULL, 4, NULL, 1, '/2/', '?', 11, 0, 0, 1, 0, 0), (7, 1, 3, 'system', 1306740314, NULL, 2, NULL, 0, NULL, '?', 11, 0, 0, 1, 0, 0), (8, 2, 3, 'system', 1306740314, NULL, 2, NULL, 1, '/3/', '?', 11, 0, 0, 1, 0, 0), (9, 1, 4, 'system', 1308155944, NULL, 1, NULL, 0, NULL, '?', 11, 0, 0, 1, 0, 0), (10, 2, 4, 'system', 1308155946, NULL, 1, NULL, 1, '/4/', '?', 11, 0, 0, 1, 0, 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_grade_grades` -- CREATE TABLE IF NOT EXISTS `mdl_grade_grades` ( `id` bigint(10) unsigned NOT NULL auto_increment, `itemid` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `rawgrade` decimal(10,5) default NULL, `rawgrademax` decimal(10,5) NOT NULL default '100.00000', `rawgrademin` decimal(10,5) NOT NULL default '0.00000', `rawscaleid` bigint(10) unsigned default NULL, `usermodified` bigint(10) unsigned default NULL, `finalgrade` decimal(10,5) default NULL, `hidden` bigint(10) unsigned NOT NULL default '0', `locked` bigint(10) unsigned NOT NULL default '0', `locktime` bigint(10) unsigned NOT NULL default '0', `exported` bigint(10) unsigned NOT NULL default '0', `overridden` bigint(10) unsigned NOT NULL default '0', `excluded` bigint(10) unsigned NOT NULL default '0', `feedback` mediumtext, `feedbackformat` bigint(10) unsigned NOT NULL default '0', `information` mediumtext, `informationformat` bigint(10) unsigned NOT NULL default '0', `timecreated` bigint(10) unsigned default NULL, `timemodified` bigint(10) unsigned default NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_gradgrad_useite_uix` (`userid`,`itemid`), KEY `mdl_gradgrad_locloc_ix` (`locked`,`locktime`), KEY `mdl_gradgrad_ite_ix` (`itemid`), KEY `mdl_gradgrad_use_ix` (`userid`), KEY `mdl_gradgrad_raw_ix` (`rawscaleid`), KEY `mdl_gradgrad_use2_ix` (`usermodified`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='grade_grades This table keeps individual grades for each us' AUTO_INCREMENT=8 ; -- -- Volcar la base de datos para la tabla `mdl_grade_grades` -- INSERT INTO `mdl_grade_grades` (`id`, `itemid`, `userid`, `rawgrade`, `rawgrademax`, `rawgrademin`, `rawscaleid`, `usermodified`, `finalgrade`, `hidden`, `locked`, `locktime`, `exported`, `overridden`, `excluded`, `feedback`, `feedbackformat`, `information`, `informationformat`, `timecreated`, `timemodified`) VALUES (1, 4, 2, '0.00000', '100.00000', '0.00000', NULL, 2, '0.00000', 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0, NULL, 1307436299), (2, 3, 2, NULL, '100.00000', '0.00000', NULL, NULL, '0.00000', 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0, NULL, NULL), (3, 4, 4, '0.00000', '100.00000', '0.00000', NULL, 4, '0.00000', 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0, NULL, 1307487198), (4, 3, 4, NULL, '100.00000', '0.00000', NULL, NULL, '0.00000', 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0, NULL, NULL), (5, 6, 2, '0.00000', '100.00000', '0.00000', NULL, 2, '0.00000', 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0, NULL, 1307525875), (6, 6, 4, '0.00000', '100.00000', '0.00000', NULL, 4, '0.00000', 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0, NULL, 1307533415), (7, 8, 2, '0.00000', '100.00000', '0.00000', NULL, 2, '0.00000', 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0, NULL, 1310548266); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_grade_grades_history` -- CREATE TABLE IF NOT EXISTS `mdl_grade_grades_history` ( `id` bigint(10) unsigned NOT NULL auto_increment, `action` bigint(10) unsigned NOT NULL default '0', `oldid` bigint(10) unsigned NOT NULL default '0', `source` varchar(255) default NULL, `timemodified` bigint(10) unsigned default NULL, `loggeduser` bigint(10) unsigned default NULL, `itemid` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `rawgrade` decimal(10,5) default NULL, `rawgrademax` decimal(10,5) NOT NULL default '100.00000', `rawgrademin` decimal(10,5) NOT NULL default '0.00000', `rawscaleid` bigint(10) unsigned default NULL, `usermodified` bigint(10) unsigned default NULL, `finalgrade` decimal(10,5) default NULL, `hidden` bigint(10) unsigned NOT NULL default '0', `locked` bigint(10) unsigned NOT NULL default '0', `locktime` bigint(10) unsigned NOT NULL default '0', `exported` bigint(10) unsigned NOT NULL default '0', `overridden` bigint(10) unsigned NOT NULL default '0', `excluded` bigint(10) unsigned NOT NULL default '0', `feedback` mediumtext, `feedbackformat` bigint(10) unsigned NOT NULL default '0', `information` mediumtext, `informationformat` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_gradgradhist_act_ix` (`action`), KEY `mdl_gradgradhist_old_ix` (`oldid`), KEY `mdl_gradgradhist_ite_ix` (`itemid`), KEY `mdl_gradgradhist_use_ix` (`userid`), KEY `mdl_gradgradhist_raw_ix` (`rawscaleid`), KEY `mdl_gradgradhist_use2_ix` (`usermodified`), KEY `mdl_gradgradhist_log_ix` (`loggeduser`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='History table' AUTO_INCREMENT=10 ; -- -- Volcar la base de datos para la tabla `mdl_grade_grades_history` -- INSERT INTO `mdl_grade_grades_history` (`id`, `action`, `oldid`, `source`, `timemodified`, `loggeduser`, `itemid`, `userid`, `rawgrade`, `rawgrademax`, `rawgrademin`, `rawscaleid`, `usermodified`, `finalgrade`, `hidden`, `locked`, `locktime`, `exported`, `overridden`, `excluded`, `feedback`, `feedbackformat`, `information`, `informationformat`) VALUES (1, 1, 1, 'mod/scorm', 1307436299, NULL, 4, 2, '0.00000', '100.00000', '0.00000', NULL, 2, '0.00000', 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0), (2, 1, 2, 'system', 1307436299, NULL, 3, 2, NULL, '100.00000', '0.00000', NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0), (3, 2, 2, 'aggregation', 1307436299, NULL, 3, 2, NULL, '100.00000', '0.00000', NULL, NULL, '0.00000', 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0), (4, 1, 3, 'mod/scorm', 1307487198, NULL, 4, 4, '0.00000', '100.00000', '0.00000', NULL, 4, '0.00000', 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0), (5, 1, 4, 'system', 1307487198, NULL, 3, 4, NULL, '100.00000', '0.00000', NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0), (6, 2, 4, 'aggregation', 1307487198, NULL, 3, 4, NULL, '100.00000', '0.00000', NULL, NULL, '0.00000', 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0), (7, 1, 5, 'mod/scorm', 1307525875, NULL, 6, 2, '0.00000', '100.00000', '0.00000', NULL, 2, '0.00000', 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0), (8, 1, 6, 'mod/scorm', 1307533415, NULL, 6, 4, '0.00000', '100.00000', '0.00000', NULL, 4, '0.00000', 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0), (9, 1, 7, 'mod/scorm', 1310548266, NULL, 8, 2, '0.00000', '100.00000', '0.00000', NULL, 2, '0.00000', 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_grade_import_newitem` -- CREATE TABLE IF NOT EXISTS `mdl_grade_import_newitem` ( `id` bigint(10) unsigned NOT NULL auto_increment, `itemname` varchar(255) NOT NULL default '', `importcode` bigint(10) unsigned NOT NULL default '0', `importer` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_gradimponewi_imp_ix` (`importer`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='temporary table for storing new grade_item names from grade ' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_grade_import_newitem` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_grade_import_values` -- CREATE TABLE IF NOT EXISTS `mdl_grade_import_values` ( `id` bigint(10) unsigned NOT NULL auto_increment, `itemid` bigint(10) unsigned default NULL, `newgradeitem` bigint(10) unsigned default NULL, `userid` bigint(10) unsigned NOT NULL default '0', `finalgrade` decimal(10,5) default NULL, `feedback` mediumtext, `importcode` bigint(10) unsigned NOT NULL default '0', `importer` bigint(10) unsigned default NULL, PRIMARY KEY (`id`), KEY `mdl_gradimpovalu_ite_ix` (`itemid`), KEY `mdl_gradimpovalu_new_ix` (`newgradeitem`), KEY `mdl_gradimpovalu_imp_ix` (`importer`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Temporary table for importing grades' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_grade_import_values` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_grade_items` -- CREATE TABLE IF NOT EXISTS `mdl_grade_items` ( `id` bigint(10) unsigned NOT NULL auto_increment, `courseid` bigint(10) unsigned default NULL, `categoryid` bigint(10) unsigned default NULL, `itemname` varchar(255) default NULL, `itemtype` varchar(30) NOT NULL default '', `itemmodule` varchar(30) default NULL, `iteminstance` bigint(10) unsigned default NULL, `itemnumber` bigint(10) unsigned default NULL, `iteminfo` mediumtext, `idnumber` varchar(255) default NULL, `calculation` mediumtext, `gradetype` smallint(4) NOT NULL default '1', `grademax` decimal(10,5) NOT NULL default '100.00000', `grademin` decimal(10,5) NOT NULL default '0.00000', `scaleid` bigint(10) unsigned default NULL, `outcomeid` bigint(10) unsigned default NULL, `gradepass` decimal(10,5) NOT NULL default '0.00000', `multfactor` decimal(10,5) NOT NULL default '1.00000', `plusfactor` decimal(10,5) NOT NULL default '0.00000', `aggregationcoef` decimal(10,5) NOT NULL default '0.00000', `sortorder` bigint(10) NOT NULL default '0', `display` bigint(10) NOT NULL default '0', `decimals` tinyint(1) unsigned default NULL, `hidden` bigint(10) NOT NULL default '0', `locked` bigint(10) NOT NULL default '0', `locktime` bigint(10) unsigned NOT NULL default '0', `needsupdate` bigint(10) NOT NULL default '0', `timecreated` bigint(10) unsigned default NULL, `timemodified` bigint(10) unsigned default NULL, PRIMARY KEY (`id`), KEY `mdl_graditem_locloc_ix` (`locked`,`locktime`), KEY `mdl_graditem_itenee_ix` (`itemtype`,`needsupdate`), KEY `mdl_graditem_gra_ix` (`gradetype`), KEY `mdl_graditem_idncou_ix` (`idnumber`,`courseid`), KEY `mdl_graditem_cou_ix` (`courseid`), KEY `mdl_graditem_cat_ix` (`categoryid`), KEY `mdl_graditem_sca_ix` (`scaleid`), KEY `mdl_graditem_out_ix` (`outcomeid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='This table keeps information about gradeable items (ie colum' AUTO_INCREMENT=9 ; -- -- Volcar la base de datos para la tabla `mdl_grade_items` -- INSERT INTO `mdl_grade_items` (`id`, `courseid`, `categoryid`, `itemname`, `itemtype`, `itemmodule`, `iteminstance`, `itemnumber`, `iteminfo`, `idnumber`, `calculation`, `gradetype`, `grademax`, `grademin`, `scaleid`, `outcomeid`, `gradepass`, `multfactor`, `plusfactor`, `aggregationcoef`, `sortorder`, `display`, `decimals`, `hidden`, `locked`, `locktime`, `needsupdate`, `timecreated`, `timemodified`) VALUES (3, 2, NULL, NULL, 'course', NULL, 3, NULL, NULL, NULL, NULL, 1, '100.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', 1, 0, NULL, 0, 0, 0, 0, 1306740314, 1306740314), (4, 2, 3, 'Acceso al Módulo 1', 'mod', 'scorm', 1, 0, NULL, '', NULL, 1, '100.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', 2, 0, NULL, 0, 0, 0, 0, 1307436275, 1310570814), (6, 2, 3, 'Acceso al Módulo 6', 'mod', 'scorm', 2, 0, NULL, '', NULL, 1, '100.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', 3, 0, NULL, 0, 0, 0, 0, 1307525583, 1310570843), (7, 1, NULL, NULL, 'course', NULL, 4, NULL, NULL, NULL, NULL, 1, '100.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', 1, 0, NULL, 0, 0, 0, 0, 1308155945, 1308155945), (8, 2, 3, 'Acceso al Módulo 5', 'mod', 'scorm', 3, 0, NULL, '', NULL, 1, '100.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', 4, 0, NULL, 0, 0, 0, 0, 1310548130, 1310548130); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_grade_items_history` -- CREATE TABLE IF NOT EXISTS `mdl_grade_items_history` ( `id` bigint(10) unsigned NOT NULL auto_increment, `action` bigint(10) unsigned NOT NULL default '0', `oldid` bigint(10) unsigned NOT NULL default '0', `source` varchar(255) default NULL, `timemodified` bigint(10) unsigned default NULL, `loggeduser` bigint(10) unsigned default NULL, `courseid` bigint(10) unsigned default NULL, `categoryid` bigint(10) unsigned default NULL, `itemname` varchar(255) default NULL, `itemtype` varchar(30) NOT NULL default '', `itemmodule` varchar(30) default NULL, `iteminstance` bigint(10) unsigned default NULL, `itemnumber` bigint(10) unsigned default NULL, `iteminfo` mediumtext, `idnumber` varchar(255) default NULL, `calculation` mediumtext, `gradetype` smallint(4) NOT NULL default '1', `grademax` decimal(10,5) NOT NULL default '100.00000', `grademin` decimal(10,5) NOT NULL default '0.00000', `scaleid` bigint(10) unsigned default NULL, `outcomeid` bigint(10) unsigned default NULL, `gradepass` decimal(10,5) NOT NULL default '0.00000', `multfactor` decimal(10,5) NOT NULL default '1.00000', `plusfactor` decimal(10,5) NOT NULL default '0.00000', `aggregationcoef` decimal(10,5) NOT NULL default '0.00000', `sortorder` bigint(10) NOT NULL default '0', `hidden` bigint(10) NOT NULL default '0', `locked` bigint(10) NOT NULL default '0', `locktime` bigint(10) unsigned NOT NULL default '0', `needsupdate` bigint(10) NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_graditemhist_act_ix` (`action`), KEY `mdl_graditemhist_old_ix` (`oldid`), KEY `mdl_graditemhist_cou_ix` (`courseid`), KEY `mdl_graditemhist_cat_ix` (`categoryid`), KEY `mdl_graditemhist_sca_ix` (`scaleid`), KEY `mdl_graditemhist_out_ix` (`outcomeid`), KEY `mdl_graditemhist_log_ix` (`loggeduser`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='History of grade_items' AUTO_INCREMENT=17 ; -- -- Volcar la base de datos para la tabla `mdl_grade_items_history` -- INSERT INTO `mdl_grade_items_history` (`id`, `action`, `oldid`, `source`, `timemodified`, `loggeduser`, `courseid`, `categoryid`, `itemname`, `itemtype`, `itemmodule`, `iteminstance`, `itemnumber`, `iteminfo`, `idnumber`, `calculation`, `gradetype`, `grademax`, `grademin`, `scaleid`, `outcomeid`, `gradepass`, `multfactor`, `plusfactor`, `aggregationcoef`, `sortorder`, `hidden`, `locked`, `locktime`, `needsupdate`) VALUES (1, 1, 1, 'system', 1306740235, NULL, 3, NULL, NULL, 'course', NULL, 1, NULL, NULL, NULL, NULL, 1, '100.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', 1, 0, 0, 0, 1), (2, 3, 1, 'coursedelete', 1306740235, NULL, 3, NULL, NULL, 'course', NULL, 1, NULL, NULL, NULL, NULL, 1, '100.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', 1, 0, 0, 0, 1), (3, 1, 2, 'system', 1306740254, NULL, 4, NULL, NULL, 'course', NULL, 2, NULL, NULL, NULL, NULL, 1, '100.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', 1, 0, 0, 0, 1), (4, 3, 2, 'coursedelete', 1306740254, NULL, 4, NULL, NULL, 'course', NULL, 2, NULL, NULL, NULL, NULL, 1, '100.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', 1, 0, 0, 0, 1), (5, 1, 3, 'system', 1306740314, NULL, 2, NULL, NULL, 'course', NULL, 3, NULL, NULL, NULL, NULL, 1, '100.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', 1, 0, 0, 0, 1), (6, 1, 4, NULL, 1307436275, NULL, 2, 3, 'Acceso a la Unidad 1', 'mod', 'scorm', 1, 0, NULL, '', NULL, 1, '100.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', 2, 0, 0, 0, 1), (7, 2, 4, NULL, 1307437895, NULL, 2, 3, 'cceso a la Unidad 1', 'mod', 'scorm', 1, 0, NULL, '', NULL, 1, '100.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', 2, 0, 0, 0, 0), (8, 2, 4, NULL, 1307437916, NULL, 2, 3, 'acceso a la Unidad 1', 'mod', 'scorm', 1, 0, NULL, '', NULL, 1, '100.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', 2, 0, 0, 0, 0), (9, 1, 5, NULL, 1307518184, NULL, 2, 3, 'prueba', 'mod', 'quiz', 1, 0, NULL, '', NULL, 1, '10.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', 3, 0, 0, 0, 1), (10, 3, 5, 'mod/quiz', 1307518240, NULL, 2, 3, 'prueba', 'mod', 'quiz', 1, 0, NULL, '', NULL, 1, '10.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', 3, 0, 0, 0, 1), (11, 1, 6, NULL, 1307525583, NULL, 2, 3, 'Acceso al Módulo', 'mod', 'scorm', 2, 0, NULL, '', NULL, 1, '100.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', 3, 0, 0, 0, 1), (12, 1, 7, 'system', 1308155945, NULL, 1, NULL, NULL, 'course', NULL, 4, NULL, NULL, NULL, NULL, 1, '100.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', 1, 0, 0, 0, 1), (13, 1, 8, NULL, 1310548130, NULL, 2, 3, 'Acceso al Módulo 5', 'mod', 'scorm', 3, 0, NULL, '', NULL, 1, '100.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', 4, 0, 0, 0, 1), (14, 2, 4, NULL, 1310548230, NULL, 2, 3, 'acceso al Módulo 1', 'mod', 'scorm', 1, 0, NULL, '', NULL, 1, '100.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', 2, 0, 0, 0, 0), (15, 2, 4, NULL, 1310570814, NULL, 2, 3, 'Acceso al Módulo 1', 'mod', 'scorm', 1, 0, NULL, '', NULL, 1, '100.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', 2, 0, 0, 0, 0), (16, 2, 6, NULL, 1310570843, NULL, 2, 3, 'Acceso al Módulo 6', 'mod', 'scorm', 2, 0, NULL, '', NULL, 1, '100.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', 3, 0, 0, 0, 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_grade_letters` -- CREATE TABLE IF NOT EXISTS `mdl_grade_letters` ( `id` bigint(10) unsigned NOT NULL auto_increment, `contextid` bigint(10) unsigned NOT NULL default '0', `lowerboundary` decimal(10,5) NOT NULL default '0.00000', `letter` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `mdl_gradlett_conlow_ix` (`contextid`,`lowerboundary`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Repository for grade letters, for courses and other moodle e' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_grade_letters` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_grade_outcomes` -- CREATE TABLE IF NOT EXISTS `mdl_grade_outcomes` ( `id` bigint(10) unsigned NOT NULL auto_increment, `courseid` bigint(10) unsigned default NULL, `shortname` varchar(255) NOT NULL default '', `fullname` text NOT NULL, `scaleid` bigint(10) unsigned default NULL, `description` text, `timecreated` bigint(10) unsigned default NULL, `timemodified` bigint(10) unsigned default NULL, `usermodified` bigint(10) unsigned default NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_gradoutc_cousho_uix` (`courseid`,`shortname`), KEY `mdl_gradoutc_cou_ix` (`courseid`), KEY `mdl_gradoutc_sca_ix` (`scaleid`), KEY `mdl_gradoutc_use_ix` (`usermodified`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='This table describes the outcomes used in the system. An out' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_grade_outcomes` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_grade_outcomes_courses` -- CREATE TABLE IF NOT EXISTS `mdl_grade_outcomes_courses` ( `id` bigint(10) unsigned NOT NULL auto_increment, `courseid` bigint(10) unsigned NOT NULL default '0', `outcomeid` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_gradoutccour_couout_uix` (`courseid`,`outcomeid`), KEY `mdl_gradoutccour_cou_ix` (`courseid`), KEY `mdl_gradoutccour_out_ix` (`outcomeid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='stores what outcomes are used in what courses.' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_grade_outcomes_courses` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_grade_outcomes_history` -- CREATE TABLE IF NOT EXISTS `mdl_grade_outcomes_history` ( `id` bigint(10) unsigned NOT NULL auto_increment, `action` bigint(10) unsigned NOT NULL default '0', `oldid` bigint(10) unsigned NOT NULL default '0', `source` varchar(255) default NULL, `timemodified` bigint(10) unsigned default NULL, `loggeduser` bigint(10) unsigned default NULL, `courseid` bigint(10) unsigned default NULL, `shortname` varchar(255) NOT NULL default '', `fullname` text NOT NULL, `scaleid` bigint(10) unsigned default NULL, `description` text, PRIMARY KEY (`id`), KEY `mdl_gradoutchist_act_ix` (`action`), KEY `mdl_gradoutchist_old_ix` (`oldid`), KEY `mdl_gradoutchist_cou_ix` (`courseid`), KEY `mdl_gradoutchist_sca_ix` (`scaleid`), KEY `mdl_gradoutchist_log_ix` (`loggeduser`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='History table' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_grade_outcomes_history` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_grade_settings` -- CREATE TABLE IF NOT EXISTS `mdl_grade_settings` ( `id` bigint(10) unsigned NOT NULL auto_increment, `courseid` bigint(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `value` text, PRIMARY KEY (`id`), UNIQUE KEY `mdl_gradsett_counam_uix` (`courseid`,`name`), KEY `mdl_gradsett_cou_ix` (`courseid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='gradebook settings' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_grade_settings` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_groupings` -- CREATE TABLE IF NOT EXISTS `mdl_groupings` ( `id` bigint(10) unsigned NOT NULL auto_increment, `courseid` bigint(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `description` text, `configdata` text, `timecreated` bigint(10) unsigned NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_grou_cou2_ix` (`courseid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='A grouping is a collection of groups. WAS: groups_groupings' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_groupings` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_groupings_groups` -- CREATE TABLE IF NOT EXISTS `mdl_groupings_groups` ( `id` bigint(10) unsigned NOT NULL auto_increment, `groupingid` bigint(10) unsigned NOT NULL default '0', `groupid` bigint(10) unsigned NOT NULL default '0', `timeadded` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_grougrou_gro_ix` (`groupingid`), KEY `mdl_grougrou_gro2_ix` (`groupid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Link a grouping to a group (note, groups can be in multiple ' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_groupings_groups` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_groups` -- CREATE TABLE IF NOT EXISTS `mdl_groups` ( `id` bigint(10) unsigned NOT NULL auto_increment, `courseid` bigint(10) unsigned NOT NULL default '0', `name` varchar(254) NOT NULL default '', `description` text, `enrolmentkey` varchar(50) default NULL, `picture` bigint(10) unsigned NOT NULL default '0', `hidepicture` tinyint(1) unsigned NOT NULL default '0', `timecreated` bigint(10) unsigned NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_grou_cou_ix` (`courseid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Each record represents a group.' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_groups` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_groups_members` -- CREATE TABLE IF NOT EXISTS `mdl_groups_members` ( `id` bigint(10) unsigned NOT NULL auto_increment, `groupid` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `timeadded` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_groumemb_gro_ix` (`groupid`), KEY `mdl_groumemb_use_ix` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Link a user to a group.' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_groups_members` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_hotpot` -- CREATE TABLE IF NOT EXISTS `mdl_hotpot` ( `id` bigint(10) unsigned NOT NULL auto_increment, `course` bigint(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `summary` text NOT NULL, `timeopen` bigint(10) unsigned NOT NULL default '0', `timeclose` bigint(10) unsigned NOT NULL default '0', `location` smallint(4) unsigned NOT NULL default '0', `reference` varchar(255) NOT NULL default '', `outputformat` smallint(4) unsigned NOT NULL default '1', `navigation` smallint(4) unsigned NOT NULL default '1', `studentfeedback` smallint(4) unsigned NOT NULL default '0', `studentfeedbackurl` varchar(255) NOT NULL default '', `forceplugins` smallint(4) unsigned NOT NULL default '0', `shownextquiz` smallint(4) unsigned NOT NULL default '0', `review` smallint(4) NOT NULL default '0', `grade` bigint(10) NOT NULL default '0', `grademethod` smallint(4) NOT NULL default '1', `attempts` mediumint(6) NOT NULL default '0', `password` varchar(255) NOT NULL default '', `subnet` varchar(255) NOT NULL default '', `clickreporting` smallint(4) unsigned NOT NULL default '0', `timecreated` bigint(10) unsigned NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='details about Hot Potatoes quizzes' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_hotpot` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_hotpot_attempts` -- CREATE TABLE IF NOT EXISTS `mdl_hotpot_attempts` ( `id` bigint(10) unsigned NOT NULL auto_increment, `hotpot` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `starttime` bigint(10) unsigned NOT NULL default '0', `endtime` bigint(10) unsigned NOT NULL default '0', `score` mediumint(6) unsigned NOT NULL default '0', `penalties` mediumint(6) unsigned NOT NULL default '0', `attempt` mediumint(6) unsigned NOT NULL default '0', `timestart` bigint(10) unsigned NOT NULL default '0', `timefinish` bigint(10) unsigned NOT NULL default '0', `status` smallint(4) unsigned NOT NULL default '1', `clickreportid` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_hotpatte_use_ix` (`userid`), KEY `mdl_hotpatte_hot_ix` (`hotpot`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='details about Hot Potatoes quiz attempts' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_hotpot_attempts` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_hotpot_details` -- CREATE TABLE IF NOT EXISTS `mdl_hotpot_details` ( `id` bigint(10) unsigned NOT NULL auto_increment, `attempt` bigint(10) unsigned NOT NULL default '0', `details` text, PRIMARY KEY (`id`), KEY `mdl_hotpdeta_att_ix` (`attempt`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='raw details (as XML) of Hot Potatoes quiz attempts' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_hotpot_details` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_hotpot_questions` -- CREATE TABLE IF NOT EXISTS `mdl_hotpot_questions` ( `id` bigint(10) unsigned NOT NULL auto_increment, `name` text NOT NULL, `type` smallint(4) unsigned NOT NULL default '0', `text` bigint(10) unsigned NOT NULL default '0', `hotpot` bigint(10) unsigned NOT NULL default '0', `md5key` varchar(32) NOT NULL default '', PRIMARY KEY (`id`), KEY `mdl_hotpques_md5_ix` (`md5key`), KEY `mdl_hotpques_hot_ix` (`hotpot`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='details about questions in Hot Potatoes quiz attempts' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_hotpot_questions` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_hotpot_responses` -- CREATE TABLE IF NOT EXISTS `mdl_hotpot_responses` ( `id` bigint(10) unsigned NOT NULL auto_increment, `attempt` bigint(10) unsigned NOT NULL default '0', `question` bigint(10) unsigned NOT NULL default '0', `score` mediumint(6) NOT NULL default '0', `weighting` mediumint(6) NOT NULL default '0', `correct` varchar(255) NOT NULL default '', `wrong` varchar(255) NOT NULL default '', `ignored` varchar(255) NOT NULL default '', `hints` mediumint(6) unsigned NOT NULL default '0', `clues` mediumint(6) unsigned NOT NULL default '0', `checks` mediumint(6) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_hotpresp_att_ix` (`attempt`), KEY `mdl_hotpresp_que_ix` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='details about responses in Hot Potatoes quiz attempts' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_hotpot_responses` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_hotpot_strings` -- CREATE TABLE IF NOT EXISTS `mdl_hotpot_strings` ( `id` bigint(10) unsigned NOT NULL auto_increment, `string` text NOT NULL, `md5key` varchar(32) NOT NULL default '', PRIMARY KEY (`id`), KEY `mdl_hotpstri_md5_ix` (`md5key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='strings used in Hot Potatoes questions and responses' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_hotpot_strings` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_journal` -- CREATE TABLE IF NOT EXISTS `mdl_journal` ( `id` bigint(10) unsigned NOT NULL auto_increment, `course` bigint(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `intro` text NOT NULL, `introformat` tinyint(2) NOT NULL default '0', `days` mediumint(5) unsigned NOT NULL default '7', `assessed` bigint(10) NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_jour_cou_ix` (`course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='data for each journal' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_journal` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_journal_entries` -- CREATE TABLE IF NOT EXISTS `mdl_journal_entries` ( `id` bigint(10) unsigned NOT NULL auto_increment, `journal` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `modified` bigint(10) unsigned NOT NULL default '0', `text` text NOT NULL, `format` tinyint(2) NOT NULL default '0', `rating` bigint(10) default '0', `entrycomment` text, `teacher` bigint(10) unsigned NOT NULL default '0', `timemarked` bigint(10) unsigned NOT NULL default '0', `mailed` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_jourentr_use_ix` (`userid`), KEY `mdl_jourentr_jou_ix` (`journal`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='All the journal entries of all people' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_journal_entries` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_label` -- CREATE TABLE IF NOT EXISTS `mdl_label` ( `id` bigint(10) unsigned NOT NULL auto_increment, `course` bigint(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `content` text NOT NULL, `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_labe_cou_ix` (`course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Defines labels' AUTO_INCREMENT=64 ; -- -- Volcar la base de datos para la tabla `mdl_label` -- INSERT INTO `mdl_label` (`id`, `course`, `name`, `content`, `timemodified`) VALUES (1, 2, 'ÁREA DE GESTIÓN MEDIOAMBIENTAL', '

ÁREA DE GESTIÓN MEDIOAMBIENTAL

', 1306740788), (2, 2, ' \r\n \r\n \r\n \r\n \r\n Unidad 1 - Medio Ambien...', '
\r\n

\r\n

\r\n

\r\n
\r\n

Unidad 1 - Medio Ambiente: Conceptos y Definiciones

\r\n

Unidad 2 - Introducción a la Ecología General

\r\n

Unidad 3 - Problemas Ambientales Globales

\r\n

Unidad 4 - El Agua

\r\n

Unidad 5 - La Atmósfera (I)

\r\n

Unidad 5 - La Atmósfera (II)

\r\n

Unidad 6 - El Suelo (I)

\r\n

Unidad 6 - El Suelo (II)

', 1306744580), (39, 2, ' \r\n MÓDULO 1 - Introducción al Medio Ambiente: Ám...', '
\r\n

MÓDULO 1 - Introducción al Medio Ambiente: Ámbito, Alcance y Características

', 1306744593), (11, 2, ' \r\n \r\n Unidad 1 - Derecho y Política de Medio...', '
\r\n
\r\n

Unidad 1 - Derecho y Política de Medio Ambiente: Introducción y Normativa General

\r\n

Unidad 2 - Derecho y Política de Medio Ambiente: Normativa Específica

', 1306744620), (41, 2, ' \r\n MÓDULO 3 - Sistemas de Gestión Medioambiental...', '
\r\n

MÓDULO 3 - Sistemas de Gestión Medioambiental: Descripción, Certificación y Auditorías Ambientales

', 1306744676), (42, 2, ' \r\n MÓDULO 1 - Gestión de la Calidad', '
\r\n

MÓDULO 1 - Gestión de la Calidad

', 1306744900), (43, 2, ' \r\n \r\n Unidad 1- Gestión de la Calidad', '
\r\n
\r\n

Unidad 1- Gestión de la Calidad

', 1306744948), (44, 2, ' \r\n MÓDULO 2 - Organización de la Calidad, los Pr...', '
\r\n

MÓDULO 2 - Organización de la Calidad, los Procesos y la Mejora Continua

', 1306745003), (45, 2, ' \r\n \r\n Unidad 1 - Organización de la Función ...', '
\r\n
\r\n

Unidad 1 - Organización de la Función de Calidad

\r\n

Unidad 2 - Gestión por Procesos

\r\n

Unidad 3 - Técnicas de Mejora de la Calidad

', 1306745038), (48, 2, ' \r\n MÓDULO 4 - Modelos de Gestión de Sistemas de ...', '
\r\n

MÓDULO 4 - Modelos de Gestión de Sistemas de la Calidad

', 1306745742), (49, 2, ' \r\n \r\n Unidad 1: El Modelo de Gestión Cuadro ...', '
\r\n
\r\n

Unidad 1: El Modelo de Gestión Cuadro de Mando Integral

\r\n

Unidad 2 - El Modelo de Gestión EFQM

\r\n

Unidad 3 -: El Modelo de Gestión ISO 9001:2000

\r\n

Anexo ISO 9001:2000 vs ISO 9001:2008

', 1306745782), (30, 2, ' \r\n MÓDULO 5 - Energías renovables', '
\r\n

MÓDULO 5 - Energías renovables

', 1306744713), (31, 2, ' \r\n MÓDULO 6 - Desarrollo sostenible y agenda 21', '
\r\n

MÓDULO 6 - Desarrollo sostenible y agenda 21

', 1309858762), (32, 2, ' \r\n MÓDULO 7 - Evaluación del impacto ambiental', '
\r\n

MÓDULO 7 - Evaluación del impacto ambiental

', 1306744784), (33, 2, ' \r\n MÓDULO 8 - Protección de la naturaleza', '
\r\n

MÓDULO 8 - Protección de la naturaleza

', 1306743492), (34, 2, ' \r\n MÓDULO 9 - Agricultura ecológica', '
\r\n

MÓDULO 9 - Agricultura ecológica

', 1306744766), (35, 2, 'ÁREA DE GESTIÓN DE SISTEMAS DE CALIDAD', '

ÁREA DE GESTIÓN DE SISTEMAS DE CALIDAD

', 1306742493), (40, 2, ' \r\n MÓDULO 2 - Derecho y Política en Medio Ambien...', '
\r\n

MÓDULO 2 - Derecho y Política en Medio Ambiente

', 1306744635), (47, 2, ' \r\n \r\n Unidad 1 - Gestión de los Recursos \r\n ...', '
\r\n
\r\n

Unidad 1 - Gestión de los Recursos

\r\n

Unidad 2 - Calidad en la Logística, Ventas y Servicio Postventa

\r\n

Unidad 3 - Gestión de los Procesos de Diseño y Desarrollo

\r\n

Unidad 4 - Compras y Subcontratación

\r\n

Unidad 5 - Procesos de Producción y Servicio

\r\n

Unidad 6 - Supervisión y Medida del Proceso o Producto

\r\n

Unidad 7 - Control de No Conformidades

\r\n

Unidad 8 - Aspectos Sociales y Legales de la Calidad

', 1306745693), (36, 2, ' \r\n \r\n Unidad 1 - Introducción a los Sistemas...', '
\r\n
\r\n

Unidad 1 - Introducción a los Sistemas de Gestión Medioambientales

\r\n

Unidad 2 - Opciones en la Implantación de un SGMA: ISO 14001

\r\n

Unidad 3 - Opciones en la Implantación de un SGMA: Reglamento EMAS

\r\n

Unidad 4 - Análisis Comparativo: ISO 14001, ISO 9000 y EMAS

\r\n

Unidad 5 - Auditorías Ambientales: Marco Conceptual y Tipos

\r\n

Unidad 6 - Auditorías Ambientales: Metodología

\r\n

Unidad 7 - Auditorías Sectoriales

\r\n

Actualización. ISO 14001:2004

\r\n

Anexo EMAS 2009

', 1306744661), (46, 2, ' \r\n MÓDULO 3 - Actividades Significativas Asociad...', '
\r\n

MÓDULO 3 - Actividades Significativas Asociadas al Producto o Servicio

', 1306745647), (37, 2, ' \r\n \r\n Unidad 1 - Problemática de los Residuo...', '
\r\n
\r\n

Unidad 1 - Problemática de los Residuos

\r\n

Unidad 2 - Residuos Urbanos

\r\n

Unidad 3 - Residuos Industriales

\r\n

Unidad 4 - Residuos Agrícolas

\r\n

ANEXOS

', 1306744531), (38, 2, ' \r\n MÓDULO 4 – Residuos', '
\r\n

MÓDULO 4 – Residuos

', 1306744547), (50, 2, 'ÁREA DE GESTIÓN INTEGRADA', '

ÁREA DE GESTIÓN INTEGRADA

', 1306745823), (51, 2, ' \r\n MÓDULO 1 - Integración de Sistemas', '
\r\n

MÓDULO 1 - Integración de Sistemas

', 1306745878), (52, 2, 'ÁREA DE SISTEMAS DE GESTIÓN ESPECÍFICOS', '

ÁREA DE SISTEMAS DE GESTIÓN ESPECÍFICOS

', 1309766018), (53, 2, ' \r\n Módulo 1 - Gestión de la I+d+i', '
\r\n

Módulo 1 - Gestión de la I+d+i

', 1309766053), (54, 2, ' \r\n Unidad 2 - Responsabilidad Social Corporativa', '
\r\n

Unidad 2 - Responsabilidad Social Corporativa

', 1307432212), (61, 2, 'Módulo 3 - Seguridad de la Información', 'Módulo 3 - Seguridad de la Información', 1310462842), (62, 2, 'Módulo 4 - Sistemas de Seguridad Laboral. OHSAS 18...', 'Módulo 4 - Sistemas de Seguridad Laboral. OHSAS 18001.', 1310462941), (60, 2, 'Módulo 2 - Responsabilidad Social Corporativa', 'Módulo 2 - Responsabilidad Social Corporativa', 1310462748), (63, 2, 'Módulo 5 - Otros Sistemas de Gestión', 'Módulo 5 - Otros Sistemas de Gestión', 1310463014), (58, 1, '        ', '

  Foto      formacion

', 1311061090); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_lams` -- CREATE TABLE IF NOT EXISTS `mdl_lams` ( `id` bigint(10) unsigned NOT NULL auto_increment, `course` bigint(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `introduction` text NOT NULL, `learning_session_id` bigint(20) default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_lams_cou_ix` (`course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='LAMS activity' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_lams` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_lesson` -- CREATE TABLE IF NOT EXISTS `mdl_lesson` ( `id` bigint(10) unsigned NOT NULL auto_increment, `course` bigint(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `practice` smallint(3) unsigned NOT NULL default '0', `modattempts` smallint(3) unsigned NOT NULL default '0', `usepassword` smallint(3) unsigned NOT NULL default '0', `password` varchar(32) NOT NULL default '', `dependency` bigint(10) unsigned NOT NULL default '0', `conditions` text NOT NULL, `grade` smallint(3) NOT NULL default '0', `custom` smallint(3) unsigned NOT NULL default '0', `ongoing` smallint(3) unsigned NOT NULL default '0', `usemaxgrade` smallint(3) NOT NULL default '0', `maxanswers` smallint(3) unsigned NOT NULL default '4', `maxattempts` smallint(3) unsigned NOT NULL default '5', `review` smallint(3) unsigned NOT NULL default '0', `nextpagedefault` smallint(3) unsigned NOT NULL default '0', `feedback` smallint(3) unsigned NOT NULL default '1', `minquestions` smallint(3) unsigned NOT NULL default '0', `maxpages` smallint(3) unsigned NOT NULL default '0', `timed` smallint(3) unsigned NOT NULL default '0', `maxtime` bigint(10) unsigned NOT NULL default '0', `retake` smallint(3) unsigned NOT NULL default '1', `activitylink` bigint(10) unsigned NOT NULL default '0', `mediafile` varchar(255) NOT NULL default '', `mediaheight` bigint(10) unsigned NOT NULL default '100', `mediawidth` bigint(10) unsigned NOT NULL default '650', `mediaclose` smallint(3) unsigned NOT NULL default '0', `slideshow` smallint(3) unsigned NOT NULL default '0', `width` bigint(10) unsigned NOT NULL default '640', `height` bigint(10) unsigned NOT NULL default '480', `bgcolor` varchar(7) NOT NULL default '#FFFFFF', `displayleft` smallint(3) unsigned NOT NULL default '0', `displayleftif` smallint(3) unsigned NOT NULL default '0', `progressbar` smallint(3) unsigned NOT NULL default '0', `highscores` smallint(3) unsigned NOT NULL default '0', `maxhighscores` bigint(10) unsigned NOT NULL default '0', `available` bigint(10) unsigned NOT NULL default '0', `deadline` bigint(10) unsigned NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_less_cou_ix` (`course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Defines lesson' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_lesson` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_lesson_answers` -- CREATE TABLE IF NOT EXISTS `mdl_lesson_answers` ( `id` bigint(10) unsigned NOT NULL auto_increment, `lessonid` bigint(10) unsigned NOT NULL default '0', `pageid` bigint(10) unsigned NOT NULL default '0', `jumpto` bigint(11) NOT NULL default '0', `grade` smallint(3) unsigned NOT NULL default '0', `score` bigint(10) NOT NULL default '0', `flags` smallint(3) unsigned NOT NULL default '0', `timecreated` bigint(10) unsigned NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', `answer` text, `response` text, PRIMARY KEY (`id`), KEY `mdl_lessansw_les_ix` (`lessonid`), KEY `mdl_lessansw_pag_ix` (`pageid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Defines lesson_answers' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_lesson_answers` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_lesson_attempts` -- CREATE TABLE IF NOT EXISTS `mdl_lesson_attempts` ( `id` bigint(10) unsigned NOT NULL auto_increment, `lessonid` bigint(10) unsigned NOT NULL default '0', `pageid` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `answerid` bigint(10) unsigned NOT NULL default '0', `retry` smallint(3) unsigned NOT NULL default '0', `correct` bigint(10) unsigned NOT NULL default '0', `useranswer` text, `timeseen` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_lessatte_use_ix` (`userid`), KEY `mdl_lessatte_les_ix` (`lessonid`), KEY `mdl_lessatte_pag_ix` (`pageid`), KEY `mdl_lessatte_ans_ix` (`answerid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Defines lesson_attempts' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_lesson_attempts` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_lesson_branch` -- CREATE TABLE IF NOT EXISTS `mdl_lesson_branch` ( `id` bigint(10) unsigned NOT NULL auto_increment, `lessonid` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `pageid` bigint(10) unsigned NOT NULL default '0', `retry` bigint(10) unsigned NOT NULL default '0', `flag` smallint(3) unsigned NOT NULL default '0', `timeseen` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_lessbran_use_ix` (`userid`), KEY `mdl_lessbran_les_ix` (`lessonid`), KEY `mdl_lessbran_pag_ix` (`pageid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='branches for each lesson/user' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_lesson_branch` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_lesson_default` -- CREATE TABLE IF NOT EXISTS `mdl_lesson_default` ( `id` bigint(10) unsigned NOT NULL auto_increment, `course` bigint(10) unsigned NOT NULL default '0', `practice` smallint(3) unsigned NOT NULL default '0', `modattempts` smallint(3) unsigned NOT NULL default '0', `usepassword` smallint(3) unsigned NOT NULL default '0', `password` varchar(32) NOT NULL default '', `conditions` text NOT NULL, `grade` smallint(3) NOT NULL default '0', `custom` smallint(3) unsigned NOT NULL default '0', `ongoing` smallint(3) unsigned NOT NULL default '0', `usemaxgrade` smallint(3) unsigned NOT NULL default '0', `maxanswers` smallint(3) unsigned NOT NULL default '4', `maxattempts` smallint(3) unsigned NOT NULL default '5', `review` smallint(3) unsigned NOT NULL default '0', `nextpagedefault` smallint(3) unsigned NOT NULL default '0', `feedback` smallint(3) unsigned NOT NULL default '1', `minquestions` smallint(3) unsigned NOT NULL default '0', `maxpages` smallint(3) unsigned NOT NULL default '0', `timed` smallint(3) unsigned NOT NULL default '0', `maxtime` bigint(10) unsigned NOT NULL default '0', `retake` smallint(3) unsigned NOT NULL default '1', `mediaheight` bigint(10) unsigned NOT NULL default '100', `mediawidth` bigint(10) unsigned NOT NULL default '650', `mediaclose` smallint(3) unsigned NOT NULL default '0', `slideshow` smallint(3) unsigned NOT NULL default '0', `width` bigint(10) unsigned NOT NULL default '640', `height` bigint(10) unsigned NOT NULL default '480', `bgcolor` varchar(7) default '#FFFFFF', `displayleft` smallint(3) unsigned NOT NULL default '0', `displayleftif` smallint(3) unsigned NOT NULL default '0', `progressbar` smallint(3) unsigned NOT NULL default '0', `highscores` smallint(3) unsigned NOT NULL default '0', `maxhighscores` bigint(10) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Defines lesson_default' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_lesson_default` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_lesson_grades` -- CREATE TABLE IF NOT EXISTS `mdl_lesson_grades` ( `id` bigint(10) unsigned NOT NULL auto_increment, `lessonid` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `grade` double unsigned NOT NULL default '0', `late` smallint(3) unsigned NOT NULL default '0', `completed` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_lessgrad_use_ix` (`userid`), KEY `mdl_lessgrad_les_ix` (`lessonid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Defines lesson_grades' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_lesson_grades` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_lesson_high_scores` -- CREATE TABLE IF NOT EXISTS `mdl_lesson_high_scores` ( `id` bigint(10) unsigned NOT NULL auto_increment, `lessonid` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `gradeid` bigint(10) unsigned NOT NULL default '0', `nickname` varchar(5) NOT NULL default '', PRIMARY KEY (`id`), KEY `mdl_lesshighscor_use_ix` (`userid`), KEY `mdl_lesshighscor_les_ix` (`lessonid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='high scores for each lesson' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_lesson_high_scores` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_lesson_pages` -- CREATE TABLE IF NOT EXISTS `mdl_lesson_pages` ( `id` bigint(10) unsigned NOT NULL auto_increment, `lessonid` bigint(10) unsigned NOT NULL default '0', `prevpageid` bigint(10) unsigned NOT NULL default '0', `nextpageid` bigint(10) unsigned NOT NULL default '0', `qtype` smallint(3) unsigned NOT NULL default '0', `qoption` smallint(3) unsigned NOT NULL default '0', `layout` smallint(3) unsigned NOT NULL default '1', `display` smallint(3) unsigned NOT NULL default '1', `timecreated` bigint(10) unsigned NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', `title` varchar(255) NOT NULL default '', `contents` text NOT NULL, PRIMARY KEY (`id`), KEY `mdl_lesspage_les_ix` (`lessonid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Defines lesson_pages' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_lesson_pages` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_lesson_timer` -- CREATE TABLE IF NOT EXISTS `mdl_lesson_timer` ( `id` bigint(10) unsigned NOT NULL auto_increment, `lessonid` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `starttime` bigint(10) unsigned NOT NULL default '0', `lessontime` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_lesstime_use_ix` (`userid`), KEY `mdl_lesstime_les_ix` (`lessonid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='lesson timer for each lesson' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_lesson_timer` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_log` -- CREATE TABLE IF NOT EXISTS `mdl_log` ( `id` bigint(10) unsigned NOT NULL auto_increment, `time` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `ip` varchar(15) NOT NULL default '', `course` bigint(10) unsigned NOT NULL default '0', `module` varchar(20) NOT NULL default '', `cmid` bigint(10) unsigned NOT NULL default '0', `action` varchar(40) NOT NULL default '', `url` varchar(100) NOT NULL default '', `info` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `mdl_log_coumodact_ix` (`course`,`module`,`action`), KEY `mdl_log_tim_ix` (`time`), KEY `mdl_log_act_ix` (`action`), KEY `mdl_log_usecou_ix` (`userid`,`course`), KEY `mdl_log_cmi_ix` (`cmid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Every action is logged as far as possible' AUTO_INCREMENT=1527 ; -- -- Volcar la base de datos para la tabla `mdl_log` -- INSERT INTO `mdl_log` (`id`, `time`, `userid`, `ip`, `course`, `module`, `cmid`, `action`, `url`, `info`) VALUES (1, 1305712167, 2, '79.153.134.114', 1, 'user', 0, 'update', 'view.php?id=2&course=1', ''), (2, 1305712203, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (3, 1305712424, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (4, 1305712461, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (5, 1305712532, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (6, 1305712562, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (7, 1305713125, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (8, 1305713208, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (9, 1305713264, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (10, 1305713369, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (11, 1305713427, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (12, 1305713643, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (13, 1305713701, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (14, 1305713717, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (15, 1305714930, 2, '79.153.134.114', 1, 'user', 0, 'logout', 'view.php?id=2&course=1', '2'), (16, 1305733145, 2, '79.153.134.114', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (17, 1305733146, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (18, 1305733166, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (19, 1305733175, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (20, 1305733176, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (21, 1305733185, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (22, 1305733185, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (23, 1305733192, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (24, 1305733192, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (25, 1305733196, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (26, 1305733196, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (27, 1305733201, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (28, 1305733201, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (29, 1305733262, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (30, 1305733427, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (31, 1305733641, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (32, 1305733659, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (33, 1305733670, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (34, 1305733671, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (35, 1305733674, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (36, 1305733674, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (37, 1305733679, 2, '79.153.134.114', 1, 'user', 0, 'logout', 'view.php?id=2&course=1', '2'), (38, 1305733715, 2, '79.153.134.114', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (39, 1305733716, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (40, 1305733732, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (41, 1305733741, 2, '79.153.134.114', 1, 'user', 0, 'logout', 'view.php?id=2&course=1', '2'), (42, 1305800108, 0, '79.153.134.114', 0, 'login', 0, 'error', 'index.php', 'admin'), (43, 1305800135, 2, '79.153.134.114', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (44, 1305800136, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (45, 1305800198, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (46, 1305800352, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (47, 1305800511, 2, '79.153.134.114', 1, 'course', 0, 'new', 'view.php?id=2', 'Master en Sistemas Integrados de Gestión: Calidad, Medio Ambiente, Energías Renovables, Desarrollo Sostenible, RSC, Innovación y Master Oficial en PRL (ID 2)'), (48, 1305800518, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (49, 1305800620, 2, '79.153.134.114', 1, 'course', 0, 'new', 'view.php?id=3', 'Master Oficial Universitario en Sistemas Integrados de Gestión de Calidad, Medio Ambiente, Responsabilidad Social Corporativa y PRL (ID 3)'), (50, 1305800625, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (51, 1305800719, 2, '79.153.134.114', 1, 'course', 0, 'new', 'view.php?id=4', 'Master Oficial Universitario en Prevención de Riesgos Laborales (ID 4)'), (52, 1305800725, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (53, 1305800737, 2, '79.153.134.114', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (54, 1305800789, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (55, 1305801385, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (70, 1306740292, 2, '83.32.154.209', 2, 'course', 0, 'update', 'edit.php?id=2', '2'), (69, 1306740253, 2, '83.32.154.209', 1, 'course', 0, 'delete', 'view.php?id=4', 'Master Oficial Universitario en Prevención de Riesgos Laborales (ID 4)'), (59, 1305801430, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (60, 1305801435, 2, '79.153.134.114', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (61, 1305801556, 2, '79.153.134.114', 2, 'course', 0, 'update', 'edit.php?id=2', '2'), (62, 1305801557, 2, '79.153.134.114', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (63, 1305801562, 2, '79.153.134.114', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (64, 1306148571, 1, '80.28.187.70', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '1'), (65, 1306148589, 1, '80.28.187.70', 1, 'user', 0, 'login', 'view.php?id=1&course=1', '1'), (66, 1306740201, 2, '83.32.154.209', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (67, 1306740202, 2, '83.32.154.209', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (68, 1306740233, 2, '83.32.154.209', 1, 'course', 0, 'delete', 'view.php?id=3', 'Master Oficial Universitario en Sistemas Integrados de Gestión de Calidad, Medio Ambiente, Responsabilidad Social Corporativa y PRL (ID 3)'), (71, 1306740293, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (72, 1306740307, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (73, 1306740331, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/forum/view.php?id=3', 'forum 3'), (74, 1306740331, 2, '83.32.154.209', 2, 'forum', 3, 'add', 'view.php?id=3', '3'), (75, 1306740331, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (76, 1306740347, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/chat/view.php?id=4', 'chat 1'), (77, 1306740347, 2, '83.32.154.209', 2, 'chat', 4, 'add', 'view.php?id=4', '1'), (78, 1306740348, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (79, 1306740353, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (80, 1306740353, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (81, 1306740410, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=5', 'label 1'), (82, 1306740410, 2, '83.32.154.209', 2, 'label', 5, 'add', 'view.php?id=5', '1'), (83, 1306740410, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (84, 1306740423, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=5', 'label 1'), (85, 1306740423, 2, '83.32.154.209', 2, 'label', 5, 'update', 'view.php?id=5', '1'), (86, 1306740423, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (87, 1306740435, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=5', 'label 1'), (88, 1306740435, 2, '83.32.154.209', 2, 'label', 5, 'update', 'view.php?id=5', '1'), (89, 1306740436, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (90, 1306740453, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=5', 'label 1'), (91, 1306740453, 2, '83.32.154.209', 2, 'label', 5, 'update', 'view.php?id=5', '1'), (92, 1306740453, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (93, 1306740507, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=6', 'label 2'), (94, 1306740507, 2, '83.32.154.209', 2, 'label', 6, 'add', 'view.php?id=6', '2'), (95, 1306740507, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (96, 1306740529, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=6', 'label 2'), (97, 1306740529, 2, '83.32.154.209', 2, 'label', 6, 'update', 'view.php?id=6', '2'), (98, 1306740529, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (99, 1306740540, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=6', 'label 2'), (100, 1306740540, 2, '83.32.154.209', 2, 'label', 6, 'update', 'view.php?id=6', '2'), (101, 1306740540, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (102, 1306740652, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/resource/view.php?id=7', 'resource 1'), (103, 1306740652, 2, '83.32.154.209', 2, 'resource', 7, 'add', 'view.php?id=7', '1'), (104, 1306740653, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (105, 1306740683, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/resource/view.php?id=8', 'resource 2'), (106, 1306740683, 2, '83.32.154.209', 2, 'resource', 8, 'add', 'view.php?id=8', '2'), (107, 1306740683, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (108, 1306740753, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=9', 'label 3'), (109, 1306740753, 2, '83.32.154.209', 2, 'label', 9, 'add', 'view.php?id=9', '3'), (110, 1306740754, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (111, 1306740778, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=5', 'label 1'), (112, 1306740778, 2, '83.32.154.209', 2, 'label', 5, 'update', 'view.php?id=5', '1'), (113, 1306740778, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (114, 1306740788, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=5', 'label 1'), (115, 1306740788, 2, '83.32.154.209', 2, 'label', 5, 'update', 'view.php?id=5', '1'), (116, 1306740789, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (117, 1306740801, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=6', 'label 2'), (118, 1306740801, 2, '83.32.154.209', 2, 'label', 6, 'update', 'view.php?id=6', '2'), (119, 1306740802, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (120, 1306740858, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=10', 'label 4'), (121, 1306740858, 2, '83.32.154.209', 2, 'label', 10, 'add', 'view.php?id=10', '4'), (122, 1306740859, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (123, 1306740873, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=10', 'label 4'), (124, 1306740873, 2, '83.32.154.209', 2, 'label', 10, 'update', 'view.php?id=10', '4'), (125, 1306740874, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (126, 1306740884, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=10', 'label 4'), (127, 1306740884, 2, '83.32.154.209', 2, 'label', 10, 'update', 'view.php?id=10', '4'), (128, 1306740884, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (129, 1306740894, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=10', 'label 4'), (130, 1306740894, 2, '83.32.154.209', 2, 'label', 10, 'update', 'view.php?id=10', '4'), (131, 1306740895, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (132, 1306740906, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=9', 'label 3'), (133, 1306740906, 2, '83.32.154.209', 2, 'label', 9, 'update', 'view.php?id=9', '3'), (134, 1306740906, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (135, 1306740928, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=11', 'label 5'), (136, 1306740928, 2, '83.32.154.209', 2, 'label', 11, 'add', 'view.php?id=11', '5'), (137, 1306740928, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (138, 1306740948, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=12', 'label 6'), (139, 1306740948, 2, '83.32.154.209', 2, 'label', 12, 'add', 'view.php?id=12', '6'), (140, 1306740949, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (141, 1306741074, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=13', 'label 7'), (142, 1306741074, 2, '83.32.154.209', 2, 'label', 13, 'add', 'view.php?id=13', '7'), (143, 1306741074, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (144, 1306741196, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=14', 'label 8'), (145, 1306741196, 2, '83.32.154.209', 2, 'label', 14, 'add', 'view.php?id=14', '8'), (146, 1306741197, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (147, 1306741225, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=15', 'label 9'), (148, 1306741225, 2, '83.32.154.209', 2, 'label', 15, 'add', 'view.php?id=15', '9'), (149, 1306741225, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (150, 1306741370, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=16', 'label 10'), (151, 1306741370, 2, '83.32.154.209', 2, 'label', 16, 'add', 'view.php?id=16', '10'), (152, 1306741370, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (153, 1306741395, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=16', 'label 10'), (154, 1306741395, 2, '83.32.154.209', 2, 'label', 16, 'update', 'view.php?id=16', '10'), (155, 1306741396, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (156, 1306741408, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (157, 1306741447, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (158, 1306741501, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=17', 'label 11'), (159, 1306741501, 2, '83.32.154.209', 2, 'label', 17, 'add', 'view.php?id=17', '11'), (160, 1306741502, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (161, 1306741520, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=17', 'label 11'), (162, 1306741520, 2, '83.32.154.209', 2, 'label', 17, 'update', 'view.php?id=17', '11'), (163, 1306741520, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (164, 1306741586, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=18', 'label 12'), (165, 1306741586, 2, '83.32.154.209', 2, 'label', 18, 'add', 'view.php?id=18', '12'), (166, 1306741586, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (167, 1306741604, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (168, 1306741619, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=18', 'label 12'), (169, 1306741619, 2, '83.32.154.209', 2, 'label', 18, 'update', 'view.php?id=18', '12'), (170, 1306741620, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (171, 1306741638, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=19', 'label 13'), (172, 1306741638, 2, '83.32.154.209', 2, 'label', 19, 'add', 'view.php?id=19', '13'), (173, 1306741639, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (174, 1306741688, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=20', 'label 14'), (175, 1306741688, 2, '83.32.154.209', 2, 'label', 20, 'add', 'view.php?id=20', '14'), (176, 1306741688, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (177, 1306741730, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=21', 'label 15'), (178, 1306741730, 2, '83.32.154.209', 2, 'label', 21, 'add', 'view.php?id=21', '15'), (179, 1306741731, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (180, 1306741766, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=22', 'label 16'), (181, 1306741766, 2, '83.32.154.209', 2, 'label', 22, 'add', 'view.php?id=22', '16'), (182, 1306741767, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (183, 1306741792, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=23', 'label 17'), (184, 1306741792, 2, '83.32.154.209', 2, 'label', 23, 'add', 'view.php?id=23', '17'), (185, 1306741792, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (186, 1306741823, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=24', 'label 18'), (187, 1306741823, 2, '83.32.154.209', 2, 'label', 24, 'add', 'view.php?id=24', '18'), (188, 1306741823, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (189, 1306741845, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=25', 'label 19'), (190, 1306741845, 2, '83.32.154.209', 2, 'label', 25, 'add', 'view.php?id=25', '19'), (191, 1306741846, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (192, 1306741863, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=25', 'label 19'), (193, 1306741863, 2, '83.32.154.209', 2, 'label', 25, 'update', 'view.php?id=25', '19'), (194, 1306741864, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (195, 1306741899, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=26', 'label 20'), (196, 1306741899, 2, '83.32.154.209', 2, 'label', 26, 'add', 'view.php?id=26', '20'), (197, 1306741899, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (198, 1306741924, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=27', 'label 21'), (199, 1306741924, 2, '83.32.154.209', 2, 'label', 27, 'add', 'view.php?id=27', '21'), (200, 1306741924, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (201, 1306741953, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=28', 'label 22'), (202, 1306741953, 2, '83.32.154.209', 2, 'label', 28, 'add', 'view.php?id=28', '22'), (203, 1306741954, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (204, 1306741974, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=29', 'label 23'), (205, 1306741974, 2, '83.32.154.209', 2, 'label', 29, 'add', 'view.php?id=29', '23'), (206, 1306741975, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (207, 1306742062, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=30', 'label 24'), (208, 1306742062, 2, '83.32.154.209', 2, 'label', 30, 'add', 'view.php?id=30', '24'), (209, 1306742062, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (210, 1306742091, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=30', 'label 24'), (211, 1306742091, 2, '83.32.154.209', 2, 'label', 30, 'update', 'view.php?id=30', '24'), (212, 1306742092, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (213, 1306742115, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=31', 'label 25'), (214, 1306742115, 2, '83.32.154.209', 2, 'label', 31, 'add', 'view.php?id=31', '25'), (215, 1306742115, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (216, 1306742136, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=32', 'label 26'), (217, 1306742136, 2, '83.32.154.209', 2, 'label', 32, 'add', 'view.php?id=32', '26'), (218, 1306742136, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (219, 1306742156, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=33', 'label 27'), (220, 1306742156, 2, '83.32.154.209', 2, 'label', 33, 'add', 'view.php?id=33', '27'), (221, 1306742157, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (222, 1306742178, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=34', 'label 28'), (223, 1306742178, 2, '83.32.154.209', 2, 'label', 34, 'add', 'view.php?id=34', '28'), (224, 1306742178, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (225, 1306742200, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=35', 'label 29'), (226, 1306742200, 2, '83.32.154.209', 2, 'label', 35, 'add', 'view.php?id=35', '29'), (227, 1306742201, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (228, 1306742263, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=36', 'label 30'), (229, 1306742263, 2, '83.32.154.209', 2, 'label', 36, 'add', 'view.php?id=36', '30'), (230, 1306742264, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (231, 1306742316, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=37', 'label 31'), (232, 1306742316, 2, '83.32.154.209', 2, 'label', 37, 'add', 'view.php?id=37', '31'), (233, 1306742316, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (234, 1306742360, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=38', 'label 32'), (235, 1306742360, 2, '83.32.154.209', 2, 'label', 38, 'add', 'view.php?id=38', '32'), (236, 1306742362, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (237, 1306742410, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=39', 'label 33'), (238, 1306742410, 2, '83.32.154.209', 2, 'label', 39, 'add', 'view.php?id=39', '33'), (239, 1306742412, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (240, 1306742452, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=40', 'label 34'), (241, 1306742452, 2, '83.32.154.209', 2, 'label', 40, 'add', 'view.php?id=40', '34'), (242, 1306742453, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (243, 1306742493, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=41', 'label 35'), (244, 1306742493, 2, '83.32.154.209', 2, 'label', 41, 'add', 'view.php?id=41', '35'), (245, 1306742494, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (246, 1306742509, 2, '83.32.154.209', 2, 'course', 0, 'update', 'edit.php?id=2', '2'), (247, 1306742510, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (248, 1306742524, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (249, 1306742528, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (250, 1306742533, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (251, 1306742537, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (252, 1306742544, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (253, 1306742550, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (254, 1306742557, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (255, 1306742564, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (256, 1306742572, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (257, 1306742586, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (258, 1306742604, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=9', 'label 3'), (259, 1306742604, 2, '83.32.154.209', 2, 'label', 9, 'update', 'view.php?id=9', '3'), (260, 1306742604, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (261, 1306742615, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=10', 'label 4'), (262, 1306742615, 2, '83.32.154.209', 2, 'label', 10, 'update', 'view.php?id=10', '4'), (263, 1306742616, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (264, 1306742630, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=6', 'label 2'), (265, 1306742630, 2, '83.32.154.209', 2, 'label', 6, 'update', 'view.php?id=6', '2'), (266, 1306742631, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (267, 1306742645, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=9', 'label 3'), (268, 1306742645, 2, '83.32.154.209', 2, 'label', 9, 'update', 'view.php?id=9', '3'), (269, 1306742646, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (270, 1306742656, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=10', 'label 4'), (271, 1306742656, 2, '83.32.154.209', 2, 'label', 10, 'update', 'view.php?id=10', '4'), (272, 1306742657, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (273, 1306742666, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=11', 'label 5'), (274, 1306742666, 2, '83.32.154.209', 2, 'label', 11, 'update', 'view.php?id=11', '5'), (275, 1306742667, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (276, 1306742675, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=11', 'label 5'), (277, 1306742675, 2, '83.32.154.209', 2, 'label', 11, 'update', 'view.php?id=11', '5'), (278, 1306742676, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (279, 1306742680, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (280, 1306742686, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (281, 1306742696, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=12', 'label 6'), (282, 1306742696, 2, '83.32.154.209', 2, 'label', 12, 'update', 'view.php?id=12', '6'), (283, 1306742697, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (284, 1306742708, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=13', 'label 7'), (285, 1306742708, 2, '83.32.154.209', 2, 'label', 13, 'update', 'view.php?id=13', '7'), (286, 1306742708, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (287, 1306742719, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=14', 'label 8'), (288, 1306742719, 2, '83.32.154.209', 2, 'label', 14, 'update', 'view.php?id=14', '8'), (289, 1306742720, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (290, 1306742738, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=15', 'label 9'), (291, 1306742738, 2, '83.32.154.209', 2, 'label', 15, 'update', 'view.php?id=15', '9'), (292, 1306742740, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (293, 1306742752, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=16', 'label 10'), (294, 1306742752, 2, '83.32.154.209', 2, 'label', 16, 'update', 'view.php?id=16', '10'), (295, 1306742753, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (296, 1306742766, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=17', 'label 11'), (297, 1306742766, 2, '83.32.154.209', 2, 'label', 17, 'update', 'view.php?id=17', '11'), (298, 1306742766, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (299, 1306742778, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=18', 'label 12'), (300, 1306742778, 2, '83.32.154.209', 2, 'label', 18, 'update', 'view.php?id=18', '12'), (301, 1306742779, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (302, 1306742826, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (303, 1306742826, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (304, 1306742838, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (305, 1306742838, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (306, 1306742848, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (307, 1306742848, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (308, 1306742909, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (309, 1306742909, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (310, 1306742919, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (311, 1306742919, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (312, 1306742938, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=19', 'label 13'), (313, 1306742938, 2, '83.32.154.209', 2, 'label', 19, 'update', 'view.php?id=19', '13'), (314, 1306742939, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (315, 1306742957, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=20', 'label 14'), (316, 1306742957, 2, '83.32.154.209', 2, 'label', 20, 'update', 'view.php?id=20', '14'), (317, 1306742957, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (318, 1306742986, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=21', 'label 15'), (319, 1306742986, 2, '83.32.154.209', 2, 'label', 21, 'update', 'view.php?id=21', '15'), (320, 1306742987, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (321, 1306743003, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=22', 'label 16'), (322, 1306743003, 2, '83.32.154.209', 2, 'label', 22, 'update', 'view.php?id=22', '16'), (323, 1306743003, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (324, 1306743016, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=23', 'label 17'), (325, 1306743016, 2, '83.32.154.209', 2, 'label', 23, 'update', 'view.php?id=23', '17'), (326, 1306743016, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (327, 1306743026, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (328, 1306743056, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=23', 'label 17'), (329, 1306743056, 2, '83.32.154.209', 2, 'label', 23, 'update', 'view.php?id=23', '17'), (330, 1306743056, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (331, 1306743145, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=24', 'label 18'), (332, 1306743145, 2, '83.32.154.209', 2, 'label', 24, 'update', 'view.php?id=24', '18'), (333, 1306743145, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (334, 1306743161, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=25', 'label 19'), (335, 1306743161, 2, '83.32.154.209', 2, 'label', 25, 'update', 'view.php?id=25', '19'), (336, 1306743162, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (337, 1306743174, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=26', 'label 20'), (338, 1306743174, 2, '83.32.154.209', 2, 'label', 26, 'update', 'view.php?id=26', '20'), (339, 1306743174, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (340, 1306743189, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=27', 'label 21'), (341, 1306743189, 2, '83.32.154.209', 2, 'label', 27, 'update', 'view.php?id=27', '21'), (342, 1306743189, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (343, 1306743202, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=28', 'label 22'), (344, 1306743202, 2, '83.32.154.209', 2, 'label', 28, 'update', 'view.php?id=28', '22'), (345, 1306743203, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (346, 1306743217, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=29', 'label 23'), (347, 1306743217, 2, '83.32.154.209', 2, 'label', 29, 'update', 'view.php?id=29', '23'), (348, 1306743217, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (349, 1306743230, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=30', 'label 24'), (350, 1306743230, 2, '83.32.154.209', 2, 'label', 30, 'update', 'view.php?id=30', '24'), (351, 1306743231, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (352, 1306743243, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=31', 'label 25'), (353, 1306743243, 2, '83.32.154.209', 2, 'label', 31, 'update', 'view.php?id=31', '25'), (354, 1306743243, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (355, 1306743257, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=32', 'label 26'), (356, 1306743257, 2, '83.32.154.209', 2, 'label', 32, 'update', 'view.php?id=32', '26'), (357, 1306743258, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (358, 1306743267, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=33', 'label 27'), (359, 1306743267, 2, '83.32.154.209', 2, 'label', 33, 'update', 'view.php?id=33', '27'), (360, 1306743268, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (361, 1306743284, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=34', 'label 28'), (362, 1306743284, 2, '83.32.154.209', 2, 'label', 34, 'update', 'view.php?id=34', '28'), (363, 1306743284, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (364, 1306743304, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=35', 'label 29'), (365, 1306743304, 2, '83.32.154.209', 2, 'label', 35, 'update', 'view.php?id=35', '29'), (366, 1306743305, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (367, 1306743318, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=36', 'label 30'), (368, 1306743318, 2, '83.32.154.209', 2, 'label', 36, 'update', 'view.php?id=36', '30'), (369, 1306743318, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (370, 1306743465, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=37', 'label 31'), (371, 1306743465, 2, '83.32.154.209', 2, 'label', 37, 'update', 'view.php?id=37', '31'), (372, 1306743465, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (373, 1306743477, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=38', 'label 32'), (374, 1306743477, 2, '83.32.154.209', 2, 'label', 38, 'update', 'view.php?id=38', '32'), (375, 1306743478, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (376, 1306743492, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=39', 'label 33'), (377, 1306743492, 2, '83.32.154.209', 2, 'label', 39, 'update', 'view.php?id=39', '33'), (378, 1306743492, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (379, 1306743505, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=40', 'label 34'), (380, 1306743505, 2, '83.32.154.209', 2, 'label', 40, 'update', 'view.php?id=40', '34'), (381, 1306743505, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (382, 1306743791, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=6', 'label 2'), (383, 1306743791, 2, '83.32.154.209', 2, 'label', 6, 'update', 'view.php?id=6', '2'), (384, 1306743792, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (385, 1306743831, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=6', 'label 2'), (386, 1306743831, 2, '83.32.154.209', 2, 'label', 6, 'update', 'view.php?id=6', '2'), (387, 1306743831, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (388, 1306743964, 2, '83.32.154.209', 2, 'course', 9, 'delete mod', 'view.php?id=2', 'label 3'), (389, 1306743964, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (390, 1306743978, 2, '83.32.154.209', 2, 'course', 10, 'delete mod', 'view.php?id=2', 'label 4'), (391, 1306743980, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (392, 1306743987, 2, '83.32.154.209', 2, 'course', 16, 'delete mod', 'view.php?id=2', 'label 10'), (393, 1306743987, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (394, 1306743992, 2, '83.32.154.209', 2, 'course', 15, 'delete mod', 'view.php?id=2', 'label 9'), (395, 1306743993, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (396, 1306743997, 2, '83.32.154.209', 2, 'course', 13, 'delete mod', 'view.php?id=2', 'label 7'), (397, 1306743997, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (398, 1306744003, 2, '83.32.154.209', 2, 'course', 14, 'delete mod', 'view.php?id=2', 'label 8'), (399, 1306744003, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (400, 1306744007, 2, '83.32.154.209', 2, 'course', 12, 'delete mod', 'view.php?id=2', 'label 6'), (401, 1306744008, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (402, 1306744012, 2, '83.32.154.209', 2, 'course', 11, 'delete mod', 'view.php?id=2', 'label 5'), (403, 1306744013, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (404, 1306744063, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=6', 'label 2'), (405, 1306744063, 2, '83.32.154.209', 2, 'label', 6, 'update', 'view.php?id=6', '2'), (406, 1306744064, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (407, 1306744078, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=6', 'label 2'), (408, 1306744078, 2, '83.32.154.209', 2, 'label', 6, 'update', 'view.php?id=6', '2'), (409, 1306744078, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (410, 1306744094, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=6', 'label 2'), (411, 1306744094, 2, '83.32.154.209', 2, 'label', 6, 'update', 'view.php?id=6', '2'), (412, 1306744095, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (413, 1306744107, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=6', 'label 2'), (414, 1306744107, 2, '83.32.154.209', 2, 'label', 6, 'update', 'view.php?id=6', '2'), (415, 1306744108, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (416, 1306744160, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=17', 'label 11'), (417, 1306744160, 2, '83.32.154.209', 2, 'label', 17, 'update', 'view.php?id=17', '11'), (418, 1306744161, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (419, 1306744172, 2, '83.32.154.209', 2, 'course', 18, 'delete mod', 'view.php?id=2', 'label 12'), (420, 1306744174, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (421, 1306744181, 2, '83.32.154.209', 2, 'course', 19, 'delete mod', 'view.php?id=2', 'label 13'), (422, 1306744181, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (423, 1306744191, 2, '83.32.154.209', 2, 'course', 29, 'delete mod', 'view.php?id=2', 'label 23'), (424, 1306744191, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (425, 1306744197, 2, '83.32.154.209', 2, 'course', 28, 'delete mod', 'view.php?id=2', 'label 22'), (426, 1306744197, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (427, 1306744211, 2, '83.32.154.209', 2, 'course', 27, 'delete mod', 'view.php?id=2', 'label 21'), (428, 1306744211, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (429, 1306744216, 2, '83.32.154.209', 2, 'course', 26, 'delete mod', 'view.php?id=2', 'label 20'), (430, 1306744217, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (431, 1306744223, 2, '83.32.154.209', 2, 'course', 25, 'delete mod', 'view.php?id=2', 'label 19'), (432, 1306744223, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (433, 1306744228, 2, '83.32.154.209', 2, 'course', 24, 'delete mod', 'view.php?id=2', 'label 18'), (434, 1306744229, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (435, 1306744234, 2, '83.32.154.209', 2, 'course', 23, 'delete mod', 'view.php?id=2', 'label 17'), (436, 1306744234, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (437, 1306744245, 2, '83.32.154.209', 2, 'course', 22, 'delete mod', 'view.php?id=2', 'label 16'), (438, 1306744246, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (439, 1306744251, 2, '83.32.154.209', 2, 'course', 21, 'delete mod', 'view.php?id=2', 'label 15'), (440, 1306744251, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (441, 1306744257, 2, '83.32.154.209', 2, 'course', 20, 'delete mod', 'view.php?id=2', 'label 14'), (442, 1306744258, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (443, 1306744336, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=42', 'label 36'), (444, 1306744336, 2, '83.32.154.209', 2, 'label', 42, 'add', 'view.php?id=42', '36'), (445, 1306744336, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (446, 1306744382, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=42', 'label 36'), (447, 1306744382, 2, '83.32.154.209', 2, 'label', 42, 'update', 'view.php?id=42', '36'), (448, 1306744382, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (449, 1306744394, 2, '83.32.154.209', 2, 'course', 35, 'delete mod', 'view.php?id=2', 'label 29'), (450, 1306744394, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (451, 1306744403, 2, '83.32.154.209', 2, 'course', 34, 'delete mod', 'view.php?id=2', 'label 28'), (452, 1306744403, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (453, 1306744409, 2, '83.32.154.209', 2, 'course', 33, 'delete mod', 'view.php?id=2', 'label 27'), (454, 1306744409, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (455, 1306744414, 2, '83.32.154.209', 2, 'course', 32, 'delete mod', 'view.php?id=2', 'label 26'), (456, 1306744414, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (457, 1306744419, 2, '83.32.154.209', 2, 'course', 31, 'delete mod', 'view.php?id=2', 'label 25'), (458, 1306744419, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (459, 1306744427, 2, '83.32.154.209', 2, 'course', 30, 'delete mod', 'view.php?id=2', 'label 24'), (460, 1306744427, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (461, 1306744499, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=43', 'label 37'), (462, 1306744499, 2, '83.32.154.209', 2, 'label', 43, 'add', 'view.php?id=43', '37'), (463, 1306744499, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (464, 1306744531, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=43', 'label 37'), (465, 1306744531, 2, '83.32.154.209', 2, 'label', 43, 'update', 'view.php?id=43', '37'), (466, 1306744532, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (467, 1306744547, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=44', 'label 38'), (468, 1306744547, 2, '83.32.154.209', 2, 'label', 44, 'add', 'view.php?id=44', '38'), (469, 1306744548, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (470, 1306744554, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (471, 1306744559, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (472, 1306744580, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=6', 'label 2'), (473, 1306744580, 2, '83.32.154.209', 2, 'label', 6, 'update', 'view.php?id=6', '2'), (474, 1306744580, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (475, 1306744593, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=45', 'label 39'), (476, 1306744593, 2, '83.32.154.209', 2, 'label', 45, 'add', 'view.php?id=45', '39'), (477, 1306744594, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (478, 1306744600, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (479, 1306744605, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (480, 1306744620, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=17', 'label 11'), (481, 1306744620, 2, '83.32.154.209', 2, 'label', 17, 'update', 'view.php?id=17', '11'), (482, 1306744621, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (483, 1306744635, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=46', 'label 40'), (484, 1306744635, 2, '83.32.154.209', 2, 'label', 46, 'add', 'view.php?id=46', '40'), (485, 1306744635, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (486, 1306744643, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (487, 1306744647, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (488, 1306744661, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=42', 'label 36'), (489, 1306744661, 2, '83.32.154.209', 2, 'label', 42, 'update', 'view.php?id=42', '36'), (490, 1306744661, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (491, 1306744676, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=47', 'label 41'), (492, 1306744676, 2, '83.32.154.209', 2, 'label', 47, 'add', 'view.php?id=47', '41'), (493, 1306744677, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (494, 1306744690, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (495, 1306744693, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (496, 1306744713, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=36', 'label 30'), (497, 1306744713, 2, '83.32.154.209', 2, 'label', 36, 'update', 'view.php?id=36', '30'), (498, 1306744713, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (499, 1306744734, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=37', 'label 31'), (500, 1306744734, 2, '83.32.154.209', 2, 'label', 37, 'update', 'view.php?id=37', '31'), (501, 1306744734, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (502, 1306744766, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=40', 'label 34'), (503, 1306744766, 2, '83.32.154.209', 2, 'label', 40, 'update', 'view.php?id=40', '34'), (504, 1306744767, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (505, 1306744784, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=38', 'label 32'), (506, 1306744784, 2, '83.32.154.209', 2, 'label', 38, 'update', 'view.php?id=38', '32'), (507, 1306744785, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (508, 1306744819, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (509, 1306744830, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (510, 1306744900, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=48', 'label 42'), (511, 1306744900, 2, '83.32.154.209', 2, 'label', 48, 'add', 'view.php?id=48', '42'), (512, 1306744901, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (513, 1306744931, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=49', 'label 43'), (514, 1306744931, 2, '83.32.154.209', 2, 'label', 49, 'add', 'view.php?id=49', '43'), (515, 1306744931, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (516, 1306744948, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=49', 'label 43'), (517, 1306744948, 2, '83.32.154.209', 2, 'label', 49, 'update', 'view.php?id=49', '43'), (518, 1306744948, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (519, 1306744989, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=50', 'label 44'), (520, 1306744989, 2, '83.32.154.209', 2, 'label', 50, 'add', 'view.php?id=50', '44'), (521, 1306744990, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (522, 1306745003, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=50', 'label 44'), (523, 1306745003, 2, '83.32.154.209', 2, 'label', 50, 'update', 'view.php?id=50', '44'), (524, 1306745003, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (525, 1306745038, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=51', 'label 45'), (526, 1306745038, 2, '83.32.154.209', 2, 'label', 51, 'add', 'view.php?id=51', '45'), (527, 1306745047, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (528, 1306745647, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=52', 'label 46'), (529, 1306745647, 2, '83.32.154.209', 2, 'label', 52, 'add', 'view.php?id=52', '46'), (530, 1306745647, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (531, 1306745693, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=53', 'label 47'), (532, 1306745693, 2, '83.32.154.209', 2, 'label', 53, 'add', 'view.php?id=53', '47'), (533, 1306745693, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (534, 1306745742, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=54', 'label 48'), (535, 1306745742, 2, '83.32.154.209', 2, 'label', 54, 'add', 'view.php?id=54', '48'), (536, 1306745742, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (537, 1306745761, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (538, 1306745782, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=55', 'label 49'), (539, 1306745782, 2, '83.32.154.209', 2, 'label', 55, 'add', 'view.php?id=55', '49'), (540, 1306745782, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (541, 1306745823, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=56', 'label 50'), (542, 1306745823, 2, '83.32.154.209', 2, 'label', 56, 'add', 'view.php?id=56', '50'), (543, 1306745823, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (544, 1306745878, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=57', 'label 51'), (545, 1306745878, 2, '83.32.154.209', 2, 'label', 57, 'add', 'view.php?id=57', '51'), (546, 1306745878, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (547, 1306745915, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=58', 'label 52'), (548, 1306745915, 2, '83.32.154.209', 2, 'label', 58, 'add', 'view.php?id=58', '52'), (549, 1306745916, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'); INSERT INTO `mdl_log` (`id`, `time`, `userid`, `ip`, `course`, `module`, `cmid`, `action`, `url`, `info`) VALUES (550, 1306745977, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=59', 'label 53'), (551, 1306745977, 2, '83.32.154.209', 2, 'label', 59, 'add', 'view.php?id=59', '53'), (552, 1306745978, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (553, 1306746023, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=60', 'label 54'), (554, 1306746023, 2, '83.32.154.209', 2, 'label', 60, 'add', 'view.php?id=60', '54'), (555, 1306746023, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (556, 1306746066, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=61', 'label 55'), (557, 1306746066, 2, '83.32.154.209', 2, 'label', 61, 'add', 'view.php?id=61', '55'), (558, 1306746066, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (559, 1306746110, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=62', 'label 56'), (560, 1306746110, 2, '83.32.154.209', 2, 'label', 62, 'add', 'view.php?id=62', '56'), (561, 1306746110, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (562, 1306746127, 2, '83.32.154.209', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=62', 'label 56'), (563, 1306746127, 2, '83.32.154.209', 2, 'label', 62, 'update', 'view.php?id=62', '56'), (564, 1306746128, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (565, 1306746170, 2, '83.32.154.209', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=63', 'label 57'), (566, 1306746170, 2, '83.32.154.209', 2, 'label', 63, 'add', 'view.php?id=63', '57'), (567, 1306746170, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (568, 1306746222, 2, '83.32.154.209', 2, 'course', 0, 'update', 'edit.php?id=2', '2'), (569, 1306746223, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (570, 1306746230, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (571, 1306747062, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (572, 1306747153, 2, '83.32.154.209', 2, 'upload', 0, 'upload', 'http://www.ciafor.com/lib/editor/htmlarea/popups/insert_image.php?id=2', '/home/globalv2/public_html/moodledata/2/sistemas_gestion.jpg'), (573, 1306747171, 2, '83.32.154.209', 2, 'course', 0, 'editsection', 'editsection.php?id=2', ''), (574, 1306747171, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (575, 1306747212, 2, '83.32.154.209', 2, 'course', 0, 'editsection', 'editsection.php?id=2', ''), (576, 1306747212, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (577, 1306747219, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (578, 1306747227, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (579, 1306747248, 2, '83.32.154.209', 2, 'course', 0, 'editsection', 'editsection.php?id=2', ''), (580, 1306747248, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (581, 1306747251, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (582, 1306747259, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (583, 1306747572, 2, '83.32.154.209', 2, 'upload', 0, 'upload', 'http://www.ciafor.com/lib/editor/htmlarea/popups/insert_image.php?id=2', '/home/globalv2/public_html/moodledata/2/sistemas_gestion.jpg'), (584, 1306747636, 2, '83.32.154.209', 2, 'upload', 0, 'upload', 'http://www.ciafor.com/lib/editor/htmlarea/popups/insert_image.php?id=2', '/home/globalv2/public_html/moodledata/2/sistemas_gestionconlinea.jpg'), (585, 1306747652, 2, '83.32.154.209', 2, 'course', 0, 'editsection', 'editsection.php?id=2', ''), (586, 1306747652, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (587, 1306747658, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (588, 1306747683, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (589, 1306747714, 2, '83.32.154.209', 2, 'upload', 0, 'upload', 'http://www.ciafor.com/lib/editor/htmlarea/popups/insert_image.php?id=2', '/home/globalv2/public_html/moodledata/2/sistemas_gestion.jpg'), (590, 1306747729, 2, '83.32.154.209', 2, 'course', 0, 'editsection', 'editsection.php?id=2', ''), (591, 1306747729, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (592, 1306747734, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (593, 1306747933, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (594, 1306747971, 2, '83.32.154.209', 2, 'upload', 0, 'upload', 'http://www.ciafor.com/lib/editor/htmlarea/popups/insert_image.php?id=2', '/home/globalv2/public_html/moodledata/2/sistemas_gestionfondogris.jpg'), (595, 1306747981, 2, '83.32.154.209', 2, 'course', 0, 'editsection', 'editsection.php?id=2', ''), (596, 1306747981, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (597, 1306747985, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (598, 1306748022, 2, '83.32.154.209', 1, 'user', 0, 'logout', 'view.php?id=2&course=1', '2'), (599, 1306748032, 2, '83.32.154.209', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (600, 1306748033, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (601, 1306748038, 2, '83.32.154.209', 1, 'user', 0, 'logout', 'view.php?id=2&course=1', '2'), (602, 1306748044, 2, '83.32.154.209', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (603, 1306748045, 2, '83.32.154.209', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (604, 1306748156, 2, '83.32.154.209', 1, 'user', 0, 'update', 'view.php?id=-1&course=1', ''), (605, 1306748163, 2, '83.32.154.209', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (606, 1306748173, 2, '83.32.154.209', 1, 'user', 0, 'logout', 'view.php?id=2&course=1', '2'), (607, 1306748191, 3, '83.32.154.209', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '3'), (608, 1306748191, 3, '83.32.154.209', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (609, 1306748197, 3, '83.32.154.209', 2, 'course', 0, 'enrol', 'view.php?id=2', '2'), (610, 1306748198, 3, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (611, 1306748210, 3, '83.32.154.209', 1, 'user', 0, 'logout', 'view.php?id=3&course=1', '3'), (612, 1306748216, 2, '83.32.154.209', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (613, 1306748217, 2, '83.32.154.209', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (614, 1306749213, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (615, 1306763891, 0, '85.51.75.152', 0, 'login', 0, 'error', 'index.php', 'alfonsocornejo'), (616, 1306763944, 0, '85.51.75.152', 0, 'login', 0, 'error', 'index.php', 'alfonsocornejo'), (617, 1307007619, 2, '83.32.154.209', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (618, 1307007621, 2, '83.32.154.209', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (619, 1307007630, 2, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (620, 1307007880, 2, '83.32.154.209', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (621, 1307007960, 2, '83.32.154.209', 1, 'user', 0, 'update', 'view.php?id=-1&course=1', ''), (622, 1307007970, 2, '83.32.154.209', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (623, 1307007975, 2, '83.32.154.209', 1, 'user', 0, 'logout', 'view.php?id=2&course=1', '2'), (624, 1307007991, 4, '83.32.154.209', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '4'), (625, 1307007992, 4, '83.32.154.209', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (626, 1307008000, 4, '83.32.154.209', 2, 'course', 0, 'enrol', 'view.php?id=2', '2'), (627, 1307008000, 4, '83.32.154.209', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (628, 1307008005, 4, '83.32.154.209', 1, 'user', 0, 'logout', 'view.php?id=4&course=1', '4'), (629, 1307403096, 4, '79.154.16.104', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '4'), (630, 1307403097, 4, '79.154.16.104', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (631, 1307403103, 4, '79.154.16.104', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (632, 1307430725, 0, '88.11.128.30', 0, 'login', 0, 'error', 'index.php', 'admin'), (633, 1307430904, 2, '88.11.128.30', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (634, 1307430906, 2, '88.11.128.30', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (635, 1307430923, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (636, 1307432145, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (637, 1307432183, 2, '88.11.128.30', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=59', 'label 53'), (638, 1307432183, 2, '88.11.128.30', 2, 'label', 59, 'update', 'view.php?id=59', '53'), (639, 1307432184, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (640, 1307432212, 2, '88.11.128.30', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=60', 'label 54'), (641, 1307432212, 2, '88.11.128.30', 2, 'label', 60, 'update', 'view.php?id=60', '54'), (642, 1307432213, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (643, 1307432232, 2, '88.11.128.30', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=61', 'label 55'), (644, 1307432232, 2, '88.11.128.30', 2, 'label', 61, 'update', 'view.php?id=61', '55'), (645, 1307432232, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (646, 1307432251, 2, '88.11.128.30', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=62', 'label 56'), (647, 1307432251, 2, '88.11.128.30', 2, 'label', 62, 'update', 'view.php?id=62', '56'), (648, 1307432251, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (649, 1307432274, 2, '88.11.128.30', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=63', 'label 57'), (650, 1307432274, 2, '88.11.128.30', 2, 'label', 63, 'update', 'view.php?id=63', '57'), (651, 1307432275, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (652, 1307436009, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (653, 1307436254, 2, '88.11.128.30', 2, 'upload', 0, 'upload', 'http://www.ciafor.com/files/index.php?choose=id_reference_value&id=2&wdir=%2F&action=upload', '/home/globalv2/public_html/moodledata/2/unidad1.zip'), (654, 1307436276, 2, '88.11.128.30', 2, 'course', 0, 'add mod', '../mod/scorm/view.php?id=64', 'scorm 1'), (655, 1307436276, 2, '88.11.128.30', 2, 'scorm', 64, 'add', 'view.php?id=64', '1'), (656, 1307436278, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (657, 1307436283, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (658, 1307436289, 2, '88.11.128.30', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (659, 1307436296, 2, '88.11.128.30', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=2', '1'), (660, 1307436304, 2, '88.11.128.30', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=3', '1'), (661, 1307436312, 2, '88.11.128.30', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=4', '1'), (662, 1307436359, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (663, 1307437742, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (664, 1307437852, 2, '88.11.128.30', 2, 'upload', 0, 'upload', 'http://www.ciafor.com/files/index.php?choose=id_reference_value&id=2&wdir=%2F&action=upload', '/home/globalv2/public_html/moodledata/2/unidad1.zip'), (665, 1307437895, 2, '88.11.128.30', 2, 'course', 0, 'update mod', '../mod/scorm/view.php?id=64', 'scorm 1'), (666, 1307437895, 2, '88.11.128.30', 2, 'scorm', 64, 'update', 'view.php?id=64', '1'), (667, 1307437896, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (668, 1307437916, 2, '88.11.128.30', 2, 'course', 0, 'update mod', '../mod/scorm/view.php?id=64', 'scorm 1'), (669, 1307437916, 2, '88.11.128.30', 2, 'scorm', 64, 'update', 'view.php?id=64', '1'), (670, 1307437917, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (671, 1307437951, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (672, 1307437958, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (673, 1307437965, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (674, 1307437994, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (675, 1307438012, 2, '88.11.128.30', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=59', 'label 53'), (676, 1307438012, 2, '88.11.128.30', 2, 'label', 59, 'update', 'view.php?id=59', '53'), (677, 1307438012, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (678, 1307438021, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (679, 1307438026, 2, '88.11.128.30', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (680, 1307438032, 2, '88.11.128.30', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=6', '1'), (681, 1307438043, 2, '88.11.128.30', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=7', '1'), (682, 1307438066, 2, '88.11.128.30', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=8', '1'), (683, 1307438396, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (684, 1307438403, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (685, 1307438504, 2, '88.11.128.30', 2, 'upload', 0, 'upload', 'http://www.ciafor.com/files/index.php?choose=id_reference_value&id=2&wdir=%2F&action=upload', '/home/globalv2/public_html/moodledata/2/unidad1.zip'), (686, 1307438590, 2, '88.11.128.30', 2, 'course', 0, 'update mod', '../mod/scorm/view.php?id=64', 'scorm 1'), (687, 1307438590, 2, '88.11.128.30', 2, 'scorm', 64, 'update', 'view.php?id=64', '1'), (688, 1307438591, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (689, 1307438596, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (690, 1307438601, 2, '88.11.128.30', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (691, 1307438603, 2, '88.11.128.30', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=10', '1'), (692, 1307438609, 2, '88.11.128.30', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=11', '1'), (693, 1307438618, 2, '88.11.128.30', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=12', '1'), (694, 1307438683, 2, '88.11.128.30', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=11', '1'), (695, 1307438688, 2, '88.11.128.30', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=10', '1'), (696, 1307438696, 2, '88.11.128.30', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (697, 1307438710, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (698, 1307445164, 2, '88.11.128.30', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (699, 1307445176, 2, '88.11.128.30', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=12', '1'), (700, 1307449602, 2, '88.11.128.30', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=10', '1'), (701, 1307455653, 2, '88.11.128.30', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=11', '1'), (702, 1307487166, 4, '79.154.16.104', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '4'), (703, 1307487166, 4, '79.154.16.104', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (704, 1307487175, 4, '79.154.16.104', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (705, 1307487190, 4, '79.154.16.104', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (706, 1307487196, 4, '79.154.16.104', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=10', '1'), (707, 1307487205, 4, '79.154.16.104', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=12', '1'), (708, 1307487260, 4, '79.154.16.104', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=10', '1'), (709, 1307487269, 4, '79.154.16.104', 2, 'scorm', 0, 'view all', 'index.php?id=2', ''), (710, 1307487273, 4, '79.154.16.104', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (711, 1307487276, 4, '79.154.16.104', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=12', '1'), (712, 1307516852, 2, '88.11.128.30', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (713, 1307516855, 2, '88.11.128.30', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (714, 1307516875, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (715, 1307516928, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (716, 1307517063, 2, '88.11.128.30', 2, 'upload', 0, 'upload', 'http://www.ciafor.com/files/index.php?choose=id_reference_value&id=2&wdir=%2F&action=upload', '/home/globalv2/public_html/moodledata/2/MOD.1_UNIDAD_1_GESTION_DE_LA_INNOVACION.pdf'), (717, 1307517234, 2, '88.11.128.30', 2, 'course', 0, 'add mod', '../mod/resource/view.php?id=65', 'resource 3'), (718, 1307517234, 2, '88.11.128.30', 2, 'resource', 65, 'add', 'view.php?id=65', '3'), (719, 1307517237, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (720, 1307517241, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (721, 1307517247, 2, '88.11.128.30', 2, 'resource', 65, 'view', 'view.php?id=65', '3'), (722, 1307517269, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (723, 1307517279, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (724, 1307517285, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (725, 1307517290, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (726, 1307517307, 2, '88.11.128.30', 2, 'course', 0, 'update mod', '../mod/resource/view.php?id=65', 'resource 3'), (727, 1307517307, 2, '88.11.128.30', 2, 'resource', 65, 'update', 'view.php?id=65', '3'), (728, 1307517308, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (729, 1307517312, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (730, 1307517319, 2, '88.11.128.30', 2, 'resource', 65, 'view', 'view.php?id=65', '3'), (731, 1307517813, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (732, 1307518184, 2, '88.11.128.30', 2, 'course', 0, 'add mod', '../mod/quiz/view.php?id=66', 'quiz 1'), (733, 1307518184, 2, '88.11.128.30', 2, 'quiz', 66, 'add', 'view.php?id=66', '1'), (734, 1307518187, 2, '88.11.128.30', 2, 'quiz', 66, 'editquestions', 'view.php?id=66', '1'), (735, 1307518219, 2, '88.11.128.30', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (736, 1307518224, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (737, 1307518240, 2, '88.11.128.30', 2, 'course', 66, 'delete mod', 'view.php?id=2', 'quiz 1'), (738, 1307518241, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (739, 1307518308, 2, '88.11.128.30', 2, 'upload', 0, 'upload', 'http://www.ciafor.com/files/index.php?choose=id_reference_value&id=2&wdir=%2F&action=upload', '/home/globalv2/public_html/moodledata/2/MOD._1_CASO_PRACTICO_IDi.doc'), (740, 1307518320, 2, '88.11.128.30', 2, 'course', 0, 'add mod', '../mod/resource/view.php?id=67', 'resource 4'), (741, 1307518320, 2, '88.11.128.30', 2, 'resource', 67, 'add', 'view.php?id=67', '4'), (742, 1307518320, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (743, 1307518332, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (744, 1307518339, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (745, 1307518344, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (746, 1307518351, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (747, 1307518391, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (748, 1307518429, 2, '88.11.128.30', 2, 'resource', 67, 'view', 'view.php?id=67', '4'), (749, 1307518452, 2, '88.11.128.30', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (750, 1307518459, 2, '88.11.128.30', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=10', '1'), (751, 1307518467, 2, '88.11.128.30', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=11', '1'), (752, 1307518477, 2, '88.11.128.30', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=12', '1'), (753, 1307518657, 2, '88.11.128.30', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (754, 1307518661, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (755, 1307518852, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (756, 1307518951, 2, '88.11.128.30', 2, 'upload', 0, 'upload', 'http://www.ciafor.com/files/index.php?choose=id_reference_value&id=2&wdir=%2F&action=upload', '/home/globalv2/public_html/moodledata/2/MOD.6_-_AGENDA_21.pdf'), (757, 1307518986, 2, '88.11.128.30', 2, 'course', 0, 'add mod', '../mod/resource/view.php?id=68', 'resource 5'), (758, 1307518986, 2, '88.11.128.30', 2, 'resource', 68, 'add', 'view.php?id=68', '5'), (759, 1307518987, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (760, 1307519050, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (761, 1307519153, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (762, 1307519170, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (763, 1307519188, 2, '88.11.128.30', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=37', 'label 31'), (764, 1307519188, 2, '88.11.128.30', 2, 'label', 37, 'update', 'view.php?id=37', '31'), (765, 1307519189, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (766, 1307519321, 2, '88.11.128.30', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (767, 1307519867, 2, '88.11.128.30', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=10', '1'), (768, 1307520040, 2, '88.11.128.30', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=11', '1'), (769, 1307520256, 2, '88.11.128.30', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=12', '1'), (770, 1307525288, 2, '88.11.128.30', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (771, 1307525327, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (772, 1307525364, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (773, 1307525517, 2, '88.11.128.30', 2, 'upload', 0, 'upload', 'http://www.ciafor.com/files/index.php?choose=id_reference_value&id=2&wdir=%2F&action=upload', '/home/globalv2/public_html/moodledata/2/ModuloVI.zip'), (774, 1307525584, 2, '88.11.128.30', 2, 'course', 0, 'add mod', '../mod/scorm/view.php?id=69', 'scorm 2'), (775, 1307525584, 2, '88.11.128.30', 2, 'scorm', 69, 'add', 'view.php?id=69', '2'), (776, 1307525586, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (777, 1307525671, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (778, 1307525679, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (779, 1307525689, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (780, 1307525695, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (781, 1307525701, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (782, 1307525816, 2, '88.11.128.30', 2, 'upload', 0, 'upload', 'http://www.ciafor.com/files/index.php?choose=id_reference_value&id=2&wdir=%2F&action=upload', '/home/globalv2/public_html/moodledata/2/MOD.6_CASO_PRACTICO_AGENDA_21.doc'), (783, 1307525831, 2, '88.11.128.30', 2, 'course', 0, 'add mod', '../mod/resource/view.php?id=70', 'resource 6'), (784, 1307525831, 2, '88.11.128.30', 2, 'resource', 70, 'add', 'view.php?id=70', '6'), (785, 1307525831, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (786, 1307525841, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (787, 1307525846, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (788, 1307525853, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (789, 1307525860, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (790, 1307525865, 2, '88.11.128.30', 2, 'scorm', 69, 'pre-view', 'view.php?id=69', '2'), (791, 1307525870, 2, '88.11.128.30', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=14', '2'), (792, 1307525880, 2, '88.11.128.30', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=17', '2'), (793, 1307525894, 2, '88.11.128.30', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=19', '2'), (794, 1307525914, 2, '88.11.128.30', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=21', '2'), (795, 1307525929, 2, '88.11.128.30', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=17', '2'), (796, 1307525933, 2, '88.11.128.30', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=16', '2'), (797, 1307525945, 2, '88.11.128.30', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=17', '2'), (798, 1307525950, 2, '88.11.128.30', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=20', '2'), (799, 1307525960, 2, '88.11.128.30', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=22', '2'), (800, 1307525968, 2, '88.11.128.30', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=16', '2'), (801, 1307525979, 2, '88.11.128.30', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=18', '2'), (802, 1307526005, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (803, 1307526300, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (804, 1307526358, 2, '88.11.128.30', 2, 'course', 0, 'update mod', '../mod/scorm/view.php?id=69', 'scorm 2'), (805, 1307526358, 2, '88.11.128.30', 2, 'scorm', 69, 'update', 'view.php?id=69', '2'), (806, 1307526360, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (807, 1307526366, 2, '88.11.128.30', 2, 'scorm', 69, 'pre-view', 'view.php?id=69', '2'), (808, 1307526376, 2, '88.11.128.30', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=17', '2'), (809, 1307526388, 2, '88.11.128.30', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=20', '2'), (810, 1307526392, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (811, 1307526416, 2, '88.11.128.30', 2, 'course', 0, 'update mod', '../mod/scorm/view.php?id=69', 'scorm 2'), (812, 1307526416, 2, '88.11.128.30', 2, 'scorm', 69, 'update', 'view.php?id=69', '2'), (813, 1307526417, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (814, 1307526421, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (815, 1307526425, 2, '88.11.128.30', 2, 'scorm', 69, 'pre-view', 'view.php?id=69', '2'), (816, 1307526429, 2, '88.11.128.30', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=19', '2'), (817, 1307526451, 2, '88.11.128.30', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=20', '2'), (818, 1307526458, 2, '88.11.128.30', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (819, 1307533391, 4, '83.41.72.136', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '4'), (820, 1307533392, 4, '83.41.72.136', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (821, 1307533400, 4, '83.41.72.136', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (822, 1307533409, 4, '83.41.72.136', 2, 'scorm', 69, 'pre-view', 'view.php?id=69', '2'), (823, 1307533414, 4, '83.41.72.136', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=16', '2'), (824, 1307533420, 4, '83.41.72.136', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=17', '2'), (825, 1307533424, 4, '83.41.72.136', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=16', '2'), (826, 1307533432, 4, '83.41.72.136', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=14', '2'), (827, 1307533438, 4, '83.41.72.136', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=15', '2'), (828, 1307533447, 4, '83.41.72.136', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=24', '2'), (829, 1307533460, 4, '83.41.72.136', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (830, 1307533466, 4, '83.41.72.136', 2, 'resource', 70, 'view', 'view.php?id=70', '6'), (831, 1307533485, 4, '83.41.72.136', 2, 'resource', 70, 'view', 'view.php?id=70', '6'), (832, 1307533509, 4, '83.41.72.136', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (833, 1307533511, 4, '83.41.72.136', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (834, 1307533516, 4, '83.41.72.136', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=12', '1'), (835, 1307533671, 4, '83.41.72.136', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '4'), (836, 1307533672, 4, '83.41.72.136', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (837, 1307533676, 4, '83.41.72.136', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (838, 1307533686, 4, '83.41.72.136', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (839, 1307533689, 4, '83.41.72.136', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=12', '1'), (840, 1307533756, 0, '83.41.72.136', 0, 'login', 0, 'error', 'index.php', 'josetebar'), (841, 1307533764, 4, '83.41.72.136', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '4'), (842, 1307533764, 4, '83.41.72.136', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (843, 1307533769, 4, '83.41.72.136', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (844, 1307533777, 4, '83.41.72.136', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (845, 1307533779, 4, '83.41.72.136', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=12', '1'), (846, 1307533868, 4, '83.41.72.136', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '4'), (847, 1307533868, 4, '83.41.72.136', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (848, 1307533883, 4, '83.41.72.136', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (849, 1307533892, 4, '83.41.72.136', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (850, 1307533895, 4, '83.41.72.136', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=12', '1'), (851, 1307572127, 4, '83.35.163.146', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '4'), (852, 1307572127, 4, '83.35.163.146', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (853, 1307572131, 4, '83.35.163.146', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (854, 1307572150, 4, '83.35.163.146', 2, 'scorm', 69, 'pre-view', 'view.php?id=69', '2'), (855, 1307603888, 2, '88.11.128.30', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (856, 1307603890, 2, '88.11.128.30', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (857, 1307610805, 2, '88.11.128.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (858, 1307650930, 4, '83.38.214.141', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '4'), (859, 1307650930, 4, '83.38.214.141', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (860, 1307650934, 4, '83.38.214.141', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (861, 1307651092, 4, '83.38.214.141', 2, 'resource', 7, 'view', 'view.php?id=7', '1'), (862, 1307651110, 4, '83.38.214.141', 2, 'resource', 7, 'view', 'view.php?id=7', '1'), (863, 1307655201, 4, '83.38.214.141', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (864, 1307655317, 4, '83.38.214.141', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (865, 1307957006, 2, '88.9.102.70', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (866, 1307957021, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (867, 1307957211, 2, '88.9.102.70', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (868, 1307957218, 2, '88.9.102.70', 2, 'user', 0, 'view all', 'index.php?id=2', ''), (869, 1307957222, 2, '88.9.102.70', 2, 'user', 0, 'view', 'view.php?id=3&course=2', '3'), (870, 1307957226, 2, '88.9.102.70', 2, 'blog', 0, 'view', 'index.php?filtertype=user&filterselect=3&postid=0&tagid=0&tag=', 'view blog entry'), (871, 1307978613, 2, '88.9.102.70', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (872, 1307978639, 2, '88.9.102.70', 1, 'blog', 0, 'add', 'index.php?userid=2&postid=1', 'prueba'), (873, 1307978640, 2, '88.9.102.70', 1, 'blog', 0, 'view', 'index.php?filtertype=user&filterselect=2&postid=0&tagid=0&tag=', 'view blog entry'), (874, 1308131683, 0, '88.9.102.70', 0, 'login', 0, 'error', 'index.php', 'admin'), (875, 1308154710, 2, '88.9.102.70', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (876, 1308154715, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (877, 1308154976, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (878, 1308154977, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (879, 1308155289, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (880, 1308155884, 2, '88.9.102.70', 1, 'upload', 0, 'upload', 'http://www.ciafor.com/lib/editor/htmlarea/popups/insert_image.php?id=1', '/home/globalv2/public_html/moodledata/1/foto.jpg'), (881, 1308155943, 2, '88.9.102.70', 1, 'course', 0, 'add mod', '../mod/label/view.php?id=71', 'label 58'), (882, 1308155943, 2, '88.9.102.70', 1, 'label', 71, 'add', 'view.php?id=71', '58'), (883, 1308155946, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (884, 1308155947, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (885, 1308155955, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (886, 1308155956, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (887, 1308164016, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (888, 1308164020, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (889, 1308164122, 2, '88.9.102.70', 1, 'upload', 0, 'upload', 'http://www.ciafor.com/lib/editor/htmlarea/popups/insert_image.php?id=1', '/home/globalv2/public_html/moodledata/1/foto2.jpg'), (890, 1308164138, 2, '88.9.102.70', 1, 'course', 0, 'update mod', '../mod/label/view.php?id=71', 'label 58'), (891, 1308164138, 2, '88.9.102.70', 1, 'label', 71, 'update', 'view.php?id=71', '58'), (892, 1308164139, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (893, 1308164139, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (894, 1308164197, 2, '88.9.102.70', 1, 'course', 0, 'update mod', '../mod/label/view.php?id=71', 'label 58'), (895, 1308164197, 2, '88.9.102.70', 1, 'label', 71, 'update', 'view.php?id=71', '58'), (896, 1308164198, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (897, 1308164200, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (898, 1308164205, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (899, 1308164206, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (900, 1308164216, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (901, 1308164216, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (902, 1308164243, 2, '88.9.102.70', 1, 'course', 0, 'update mod', '../mod/label/view.php?id=71', 'label 58'), (903, 1308164243, 2, '88.9.102.70', 1, 'label', 71, 'update', 'view.php?id=71', '58'), (904, 1308164244, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (905, 1308164244, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (906, 1308164249, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (907, 1308164249, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (908, 1308164254, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (909, 1308164255, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (910, 1308164728, 2, '88.9.102.70', 1, 'upload', 0, 'upload', 'http://www.ciafor.com/lib/editor/htmlarea/popups/insert_image.php?id=1', '/home/globalv2/public_html/moodledata/1/imagen-formacion.jpg'), (911, 1308164779, 2, '88.9.102.70', 1, 'course', 0, 'update mod', '../mod/label/view.php?id=71', 'label 58'), (912, 1308164779, 2, '88.9.102.70', 1, 'label', 71, 'update', 'view.php?id=71', '58'), (913, 1308164780, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (914, 1308164780, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (915, 1308164819, 2, '88.9.102.70', 1, 'course', 0, 'update mod', '../mod/label/view.php?id=71', 'label 58'), (916, 1308164819, 2, '88.9.102.70', 1, 'label', 71, 'update', 'view.php?id=71', '58'), (917, 1308164820, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (918, 1308164821, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (919, 1308164825, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (920, 1308164827, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (921, 1308164841, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (922, 1308164842, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (923, 1308164859, 2, '88.9.102.70', 1, 'course', 0, 'update mod', '../mod/label/view.php?id=71', 'label 58'), (924, 1308164859, 2, '88.9.102.70', 1, 'label', 71, 'update', 'view.php?id=71', '58'), (925, 1308164859, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (926, 1308164860, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (927, 1308164866, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (928, 1308164867, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (929, 1308164872, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (930, 1308164873, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (931, 1308164895, 2, '88.9.102.70', 1, 'course', 0, 'update mod', '../mod/label/view.php?id=71', 'label 58'), (932, 1308164895, 2, '88.9.102.70', 1, 'label', 71, 'update', 'view.php?id=71', '58'), (933, 1308164896, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (934, 1308164896, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (935, 1308164906, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (936, 1308164907, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (937, 1308164916, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (938, 1308164916, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (939, 1308164939, 2, '88.9.102.70', 1, 'course', 0, 'update mod', '../mod/label/view.php?id=71', 'label 58'), (940, 1308164939, 2, '88.9.102.70', 1, 'label', 71, 'update', 'view.php?id=71', '58'), (941, 1308164940, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (942, 1308164940, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (943, 1308164944, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (944, 1308164945, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (945, 1308165036, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (946, 1308165036, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (947, 1308165441, 2, '88.9.102.70', 1, 'upload', 0, 'upload', 'http://www.ciafor.com/lib/editor/htmlarea/popups/insert_image.php?id=1', '/home/globalv2/public_html/moodledata/1/formacion_profesional.jpg'), (948, 1308165464, 2, '88.9.102.70', 1, 'course', 0, 'update mod', '../mod/label/view.php?id=71', 'label 58'), (949, 1308165464, 2, '88.9.102.70', 1, 'label', 71, 'update', 'view.php?id=71', '58'), (950, 1308165465, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (951, 1308165465, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (952, 1308165498, 2, '88.9.102.70', 1, 'course', 0, 'update mod', '../mod/label/view.php?id=71', 'label 58'), (953, 1308165498, 2, '88.9.102.70', 1, 'label', 71, 'update', 'view.php?id=71', '58'), (954, 1308165503, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (955, 1308165503, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (956, 1308165509, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (957, 1308165510, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (958, 1308165957, 2, '88.9.102.70', 1, 'user', 0, 'logout', 'view.php?id=2&course=1', '2'), (959, 1308165992, 0, '88.9.102.70', 0, 'login', 0, 'error', 'index.php', 'admin'), (960, 1308165998, 2, '88.9.102.70', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (961, 1308165999, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (962, 1308166068, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (963, 1308166077, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (964, 1308166078, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (965, 1308166095, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (966, 1308166096, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (967, 1308166102, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (968, 1308166103, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (969, 1308166116, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (970, 1308166117, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (971, 1308166122, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (972, 1308166122, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (973, 1308166126, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (974, 1308166126, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (975, 1308166129, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (976, 1308166129, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (977, 1308166133, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (978, 1308166133, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (979, 1308166136, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (980, 1308166136, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (981, 1308166146, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (982, 1308166146, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (983, 1308166150, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (984, 1308166165, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (985, 1308166165, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (986, 1308166169, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (987, 1308166170, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (988, 1308166174, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (989, 1308166175, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (990, 1308166189, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (991, 1308166190, 2, '88.9.102.70', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (992, 1308166196, 2, '88.9.102.70', 1, 'user', 0, 'logout', 'view.php?id=2&course=1', '2'), (993, 1308218798, 2, '79.156.9.228', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (994, 1308218798, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (995, 1308218803, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (996, 1308218803, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (997, 1308218863, 2, '79.156.9.228', 1, 'upload', 0, 'upload', 'http://www.ciafor.com/lib/editor/htmlarea/popups/insert_image.php?id=1', '/home/globalv2/public_html/moodledata/1/Formacion450.jpg'), (998, 1308218882, 2, '79.156.9.228', 1, 'course', 0, 'update mod', '../mod/label/view.php?id=71', 'label 58'), (999, 1308218882, 2, '79.156.9.228', 1, 'label', 71, 'update', 'view.php?id=71', '58'), (1000, 1308218883, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1001, 1308218883, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1002, 1308218887, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1003, 1308218887, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1004, 1308219042, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1005, 1308219042, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1006, 1308219078, 2, '79.156.9.228', 1, 'upload', 0, 'upload', 'http://www.ciafor.com/lib/editor/htmlarea/popups/insert_image.php?id=1', '/home/globalv2/public_html/moodledata/1/Formacion450.jpg'), (1007, 1308219192, 2, '79.156.9.228', 1, 'upload', 0, 'upload', 'http://www.ciafor.com/lib/editor/htmlarea/popups/insert_image.php?id=1', '/home/globalv2/public_html/moodledata/1/Formacion450.jpg'), (1008, 1308219231, 2, '79.156.9.228', 1, 'upload', 0, 'upload', 'http://www.ciafor.com/lib/editor/htmlarea/popups/insert_image.php?id=1', '/home/globalv2/public_html/moodledata/1/Formacion450.jpg'), (1009, 1308219267, 2, '79.156.9.228', 1, 'upload', 0, 'upload', 'http://www.ciafor.com/lib/editor/htmlarea/popups/insert_image.php?id=1', '/home/globalv2/public_html/moodledata/1/banerformacioncfe.jpg'), (1010, 1308219298, 2, '79.156.9.228', 1, 'course', 0, 'update mod', '../mod/label/view.php?id=71', 'label 58'), (1011, 1308219298, 2, '79.156.9.228', 1, 'label', 71, 'update', 'view.php?id=71', '58'), (1012, 1308219299, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1013, 1308219299, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1014, 1308219302, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1015, 1308219303, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1016, 1308219345, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1017, 1308219345, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1018, 1308219350, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1019, 1308219406, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1020, 1308219406, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1021, 1308219414, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1022, 1308219417, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1023, 1308219417, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1024, 1308219425, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1025, 1308219425, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1026, 1308219433, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1027, 1308219433, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1028, 1308219435, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1029, 1308219744, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1030, 1308219745, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1031, 1308219754, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1032, 1308219800, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1033, 1308219800, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1034, 1308219805, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1035, 1308219805, 2, '79.156.9.228', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1036, 1308225400, 0, '66.249.66.137', 1, 'forum', 72, 'view forum', 'view.php?id=72', '4'), (1037, 1308233195, 0, '66.249.66.137', 1, 'forum', 0, 'view forums', 'index.php?id=1', ''), (1038, 1308309491, 0, '109.230.220.51', 1, 'forum', 72, 'view forum', 'view.php?id=72', '4'), (1039, 1308309491, 0, '109.230.220.51', 1, 'forum', 0, 'view forums', 'index.php?id=1', ''), (1040, 1308309491, 0, '109.230.220.51', 1, 'forum', 0, 'view forums', 'index.php?id=1', ''), (1041, 1308392435, 0, '66.249.71.117', 1, 'forum', 72, 'view forum', 'view.php?id=72', '4'), (1042, 1308482229, 0, '66.249.66.251', 1, 'forum', 72, 'view forum', 'view.php?id=72', '4'), (1043, 1308502548, 0, '66.249.66.187', 1, 'forum', 72, 'view forum', 'view.php?id=72', '4'), (1044, 1308559492, 0, '80.31.20.151', 0, 'login', 0, 'error', 'index.php', 'admin'), (1045, 1308559498, 2, '80.31.20.151', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (1046, 1308559498, 2, '80.31.20.151', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1047, 1308559502, 2, '80.31.20.151', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1048, 1308559503, 2, '80.31.20.151', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1049, 1308559507, 2, '80.31.20.151', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1050, 1308559507, 2, '80.31.20.151', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1051, 1308559513, 2, '80.31.20.151', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1052, 1308559513, 2, '80.31.20.151', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1053, 1308559517, 2, '80.31.20.151', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1054, 1308559551, 2, '80.31.20.151', 1, 'upload', 0, 'upload', 'http://www.ciafor.com/lib/editor/htmlarea/popups/insert_image.php?id=1', '/home/globalv2/public_html/moodledata/1/catalogo.jpg'), (1055, 1308559575, 2, '80.31.20.151', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1056, 1308559576, 2, '80.31.20.151', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1057, 1308559585, 2, '80.31.20.151', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1058, 1308559585, 2, '80.31.20.151', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1059, 1308647975, 0, '66.249.66.187', 1, 'forum', 72, 'view forum', 'view.php?id=72', '4'), (1060, 1308665607, 2, '79.153.134.75', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (1061, 1308665925, 2, '79.153.134.75', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1062, 1308666728, 2, '79.153.134.75', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1063, 1308666736, 2, '79.153.134.75', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1064, 1308666736, 2, '79.153.134.75', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1065, 1308666740, 2, '79.153.134.75', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1066, 1308666803, 2, '79.153.134.75', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1067, 1308666804, 2, '79.153.134.75', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1068, 1308666876, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1069, 1308667095, 2, '79.153.134.75', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1070, 1308667263, 2, '79.153.134.75', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1071, 1308667264, 2, '79.153.134.75', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1072, 1308729416, 0, '79.153.134.75', 0, 'login', 0, 'error', 'index.php', 'admin'), (1073, 1308729420, 2, '79.153.134.75', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (1074, 1308729420, 2, '79.153.134.75', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1075, 1308729426, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1076, 1308729447, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1077, 1308729451, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1078, 1308729451, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1079, 1308729457, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1080, 1308729457, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1081, 1308729460, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1082, 1308729460, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1083, 1308729466, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1084, 1308729466, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1085, 1308729472, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1086, 1308729472, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1087, 1308729476, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1088, 1308729476, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1089, 1308729488, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1090, 1308729489, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'); INSERT INTO `mdl_log` (`id`, `time`, `userid`, `ip`, `course`, `module`, `cmid`, `action`, `url`, `info`) VALUES (1091, 1308729495, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1092, 1308729495, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1093, 1308729499, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1094, 1308729500, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1095, 1308729507, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1096, 1308729507, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1097, 1308729513, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1098, 1308729513, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1099, 1308729534, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1100, 1308729535, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1101, 1308729542, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1102, 1308729557, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1103, 1308729557, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1104, 1308729565, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1105, 1308729565, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1106, 1308729570, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1107, 1308729570, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1108, 1308729574, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1109, 1308729575, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1110, 1308729581, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1111, 1308729581, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1112, 1308729589, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1113, 1308729589, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1114, 1308729593, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1115, 1308729594, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1116, 1308729598, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1117, 1308729598, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1118, 1308729603, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1119, 1308729603, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1120, 1308729607, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1121, 1308729607, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1122, 1308729610, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1123, 1308729611, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1124, 1308729619, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1125, 1308729619, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1126, 1308729627, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1127, 1308729627, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1128, 1308729633, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1129, 1308729645, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1130, 1308729645, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1131, 1308729656, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1132, 1308729657, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1133, 1308729662, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1134, 1308729662, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1135, 1308729686, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1136, 1308729686, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1137, 1308729698, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1138, 1308730717, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1139, 1308730776, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1140, 1308730803, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1141, 1308730837, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1142, 1308730882, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1143, 1308730903, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1144, 1308730961, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1145, 1308731026, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1146, 1308731575, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1147, 1308731580, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1148, 1308733546, 2, '79.153.134.75', 2, 'user', 0, 'view all', 'index.php?id=2', ''), (1149, 1308733553, 2, '79.153.134.75', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1150, 1308745304, 0, '67.195.112.222', 1, 'forum', 72, 'view forum', 'view.php?id=72', '4'), (1151, 1308778071, 0, '69.58.178.59', 1, 'forum', 72, 'view forum', 'view.php?id=72', '4'), (1152, 1308778084, 0, '69.58.178.59', 1, 'forum', 0, 'view forums', 'index.php?id=1', ''), (1153, 1308817599, 2, '79.153.134.75', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (1154, 1308817600, 2, '79.153.134.75', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1155, 1308817605, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1156, 1308817614, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1157, 1308818887, 0, '66.249.66.123', 1, 'forum', 72, 'view forum', 'view.php?id=72', '4'), (1158, 1308820417, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1159, 1308820459, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1160, 1308820459, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1161, 1308820463, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1162, 1308820553, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1163, 1308820553, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1164, 1308820560, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1165, 1308820567, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1166, 1308820568, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1167, 1308820574, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1168, 1308821296, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1169, 1308821314, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1170, 1308821462, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1171, 1308821963, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1172, 1308821968, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1173, 1308822034, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1174, 1308822035, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1175, 1308822037, 2, '79.153.134.75', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1176, 1308822683, 2, '79.153.134.75', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1177, 1309040942, 0, '66.249.66.123', 1, 'forum', 72, 'view forum', 'view.php?id=72', '4'), (1178, 1309164183, 2, '88.11.129.251', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (1179, 1309164183, 2, '88.11.129.251', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1180, 1309164205, 2, '88.11.129.251', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1181, 1309164263, 2, '88.11.129.251', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1182, 1309164313, 2, '88.11.129.251', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1183, 1309164351, 2, '88.11.129.251', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1184, 1309164397, 2, '88.11.129.251', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1185, 1309164433, 2, '88.11.129.251', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1186, 1309164471, 2, '88.11.129.251', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1187, 1309164516, 2, '88.11.129.251', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1188, 1309164596, 2, '88.11.129.251', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1189, 1309164684, 2, '88.11.129.251', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1190, 1309164722, 2, '88.11.129.251', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1191, 1309165388, 2, '88.11.129.251', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1192, 1309165447, 2, '88.11.129.251', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1193, 1309165788, 2, '88.11.129.251', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1194, 1309223797, 0, '66.249.72.131', 1, 'forum', 72, 'view forum', 'view.php?id=72', '4'), (1195, 1309253689, 0, '38.100.21.17', 1, 'forum', 72, 'view forum', 'view.php?id=72', '4'), (1196, 1309253695, 0, '38.100.21.17', 1, 'forum', 0, 'view forums', 'index.php?id=1', ''), (1197, 1309298850, 0, '83.35.162.15', 1, 'forum', 72, 'view forum', 'view.php?id=72', '4'), (1198, 1309299022, 4, '83.35.162.15', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '4'), (1199, 1309299023, 4, '83.35.162.15', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1200, 1309299029, 4, '83.35.162.15', 2, 'chat', 4, 'view', 'view.php?id=4', '1'), (1201, 1309299035, 4, '83.35.162.15', 2, 'forum', 3, 'view forum', 'view.php?id=3', '3'), (1202, 1309300277, 4, '83.35.162.15', 2, 'forum', 3, 'view forum', 'view.php?id=3', '3'), (1203, 1309300285, 4, '83.35.162.15', 2, 'forum', 0, 'view forums', 'index.php?id=2', ''), (1204, 1309300289, 4, '83.35.162.15', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1205, 1309300293, 4, '83.35.162.15', 2, 'resource', 7, 'view', 'view.php?id=7', '1'), (1206, 1309300302, 4, '83.35.162.15', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1207, 1309300306, 4, '83.35.162.15', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1208, 1309422763, 2, '88.11.129.251', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (1209, 1309422764, 2, '88.11.129.251', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1210, 1309432265, 1, '85.52.222.8', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '1'), (1211, 1309446594, 2, '88.11.129.251', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1212, 1309446601, 2, '88.11.129.251', 2, 'scorm', 69, 'pre-view', 'view.php?id=69', '2'), (1213, 1309446606, 2, '88.11.129.251', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=18', '2'), (1214, 1309446611, 2, '88.11.129.251', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=21', '2'), (1215, 1309446616, 2, '88.11.129.251', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=14', '2'), (1216, 1309517733, 2, '88.11.129.251', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (1217, 1309517734, 2, '88.11.129.251', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1218, 1309547918, 0, '66.249.71.111', 1, 'forum', 72, 'view forum', 'view.php?id=72', '4'), (1219, 1309737204, 4, '83.46.236.30', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '4'), (1220, 1309737204, 4, '83.46.236.30', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1221, 1309737621, 4, '83.46.236.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1222, 1309737684, 4, '83.46.236.30', 2, 'scorm', 69, 'pre-view', 'view.php?id=69', '2'), (1223, 1309737688, 4, '83.46.236.30', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=16', '2'), (1224, 1309737695, 4, '83.46.236.30', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=17', '2'), (1225, 1309737699, 4, '83.46.236.30', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=18', '2'), (1226, 1309737704, 4, '83.46.236.30', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=19', '2'), (1227, 1309737710, 4, '83.46.236.30', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=15', '2'), (1228, 1309737715, 4, '83.46.236.30', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=14', '2'), (1229, 1309737727, 4, '83.46.236.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1230, 1309737736, 4, '83.46.236.30', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (1231, 1309737739, 4, '83.46.236.30', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=12', '1'), (1232, 1309737772, 4, '83.46.236.30', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=10', '1'), (1233, 1309737780, 4, '83.46.236.30', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=11', '1'), (1234, 1309737867, 4, '83.46.236.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1235, 1309738920, 4, '83.46.236.30', 2, 'scorm', 69, 'pre-view', 'view.php?id=69', '2'), (1236, 1309738924, 4, '83.46.236.30', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=18', '2'), (1237, 1309739596, 4, '83.46.236.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1238, 1309739611, 4, '83.46.236.30', 2, 'resource', 67, 'view', 'view.php?id=67', '4'), (1239, 1309739630, 4, '83.46.236.30', 2, 'resource', 67, 'view', 'view.php?id=67', '4'), (1240, 1309739632, 4, '83.46.236.30', 2, 'resource', 67, 'view', 'view.php?id=67', '4'), (1241, 1309739634, 4, '83.46.236.30', 2, 'resource', 67, 'view', 'view.php?id=67', '4'), (1242, 1309739634, 4, '83.46.236.30', 2, 'resource', 67, 'view', 'view.php?id=67', '4'), (1243, 1309739685, 4, '83.46.236.30', 2, 'resource', 67, 'view', 'view.php?id=67', '4'), (1244, 1309739733, 4, '83.46.236.30', 2, 'resource', 68, 'view', 'view.php?id=68', '5'), (1245, 1309739741, 4, '83.46.236.30', 2, 'resource', 70, 'view', 'view.php?id=70', '6'), (1246, 1309739851, 4, '83.46.236.30', 2, 'scorm', 69, 'pre-view', 'view.php?id=69', '2'), (1247, 1309739869, 4, '83.46.236.30', 2, 'scorm', 69, 'pre-view', 'view.php?id=69', '2'), (1248, 1309739899, 4, '83.46.236.30', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (1249, 1309739906, 4, '83.46.236.30', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1250, 1309765613, 2, '88.11.129.251', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (1251, 1309765613, 2, '88.11.129.251', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1252, 1309765622, 2, '88.11.129.251', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1253, 1309765634, 2, '88.11.129.251', 2, 'scorm', 69, 'pre-view', 'view.php?id=69', '2'), (1254, 1309765639, 2, '88.11.129.251', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=15', '2'), (1255, 1309765647, 2, '88.11.129.251', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=17', '2'), (1256, 1309765660, 2, '88.11.129.251', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1257, 1309765664, 2, '88.11.129.251', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1258, 1309765671, 2, '88.11.129.251', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (1259, 1309765673, 2, '88.11.129.251', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=12', '1'), (1260, 1309765681, 2, '88.11.129.251', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=11', '1'), (1261, 1309765944, 2, '88.11.129.251', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1262, 1309765948, 2, '88.11.129.251', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1263, 1309765974, 2, '88.11.129.251', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1264, 1309766018, 2, '88.11.129.251', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=58', 'label 52'), (1265, 1309766018, 2, '88.11.129.251', 2, 'label', 58, 'update', 'view.php?id=58', '52'), (1266, 1309766019, 2, '88.11.129.251', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1267, 1309766053, 2, '88.11.129.251', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=59', 'label 53'), (1268, 1309766053, 2, '88.11.129.251', 2, 'label', 59, 'update', 'view.php?id=59', '53'), (1269, 1309766053, 2, '88.11.129.251', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1270, 1309766092, 2, '88.11.129.251', 2, 'course', 63, 'delete mod', 'view.php?id=2', 'label 57'), (1271, 1309766092, 2, '88.11.129.251', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1272, 1309766097, 2, '88.11.129.251', 2, 'course', 62, 'delete mod', 'view.php?id=2', 'label 56'), (1273, 1309766098, 2, '88.11.129.251', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1274, 1309766103, 2, '88.11.129.251', 2, 'course', 61, 'delete mod', 'view.php?id=2', 'label 55'), (1275, 1309766104, 2, '88.11.129.251', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1276, 1309773168, 2, '88.11.129.251', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (1277, 1309773168, 2, '88.11.129.251', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1278, 1309776480, 2, '88.11.129.251', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1279, 1309858705, 2, '88.11.129.251', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (1280, 1309858706, 2, '88.11.129.251', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1281, 1309858711, 2, '88.11.129.251', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1282, 1309858750, 2, '88.11.129.251', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1283, 1309858762, 2, '88.11.129.251', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=37', 'label 31'), (1284, 1309858762, 2, '88.11.129.251', 2, 'label', 37, 'update', 'view.php?id=37', '31'), (1285, 1309858763, 2, '88.11.129.251', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1286, 1309858835, 2, '88.11.129.251', 2, 'resource', 68, 'view', 'view.php?id=68', '5'), (1287, 1309858843, 2, '88.11.129.251', 2, 'resource', 68, 'view', 'view.php?id=68', '5'), (1288, 1309858851, 2, '88.11.129.251', 2, 'scorm', 69, 'pre-view', 'view.php?id=69', '2'), (1289, 1309858855, 2, '88.11.129.251', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=15', '2'), (1290, 1309858885, 2, '88.11.129.251', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=14', '2'), (1291, 1309858893, 2, '88.11.129.251', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1292, 1309858896, 2, '88.11.129.251', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1293, 1309858905, 2, '88.11.129.251', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (1294, 1309858911, 2, '88.11.129.251', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=11', '1'), (1295, 1309858939, 2, '88.11.129.251', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=12', '1'), (1296, 1309858948, 2, '88.11.129.251', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=11', '1'), (1297, 1309925986, 0, '66.249.71.111', 1, 'forum', 72, 'view forum', 'view.php?id=72', '4'), (1298, 1309960890, 0, '38.100.21.19', 1, 'forum', 72, 'view forum', 'view.php?id=72', '4'), (1299, 1309960926, 0, '38.100.21.19', 1, 'forum', 0, 'view forums', 'index.php?id=1', ''), (1300, 1310077674, 0, '66.249.71.111', 1, 'forum', 72, 'view forum', 'view.php?id=72', '4'), (1301, 1310171140, 4, '83.42.204.132', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '4'), (1302, 1310171141, 4, '83.42.204.132', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1303, 1310171152, 4, '83.42.204.132', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1304, 1310171163, 4, '83.42.204.132', 2, 'resource', 70, 'view', 'view.php?id=70', '6'), (1305, 1310171222, 4, '83.42.204.132', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (1306, 1310171225, 4, '83.42.204.132', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=12', '1'), (1307, 1310171243, 4, '83.42.204.132', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=11', '1'), (1308, 1310171255, 4, '83.42.204.132', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=12', '1'), (1309, 1310171296, 4, '83.42.204.132', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1310, 1310171327, 4, '83.42.204.132', 2, 'scorm', 69, 'pre-view', 'view.php?id=69', '2'), (1311, 1310171678, 4, '83.42.204.132', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (1312, 1310171682, 4, '83.42.204.132', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=12', '1'), (1313, 1310171688, 4, '83.42.204.132', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1314, 1310171707, 4, '83.42.204.132', 2, 'resource', 7, 'view', 'view.php?id=7', '1'), (1315, 1310171722, 0, '174.129.228.67', 1, 'forum', 72, 'view forum', 'view.php?id=72', '4'), (1316, 1310252594, 0, '83.38.208.22', 0, 'login', 0, 'error', 'index.php', 'josetebar'), (1317, 1310252658, 4, '83.38.208.22', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '4'), (1318, 1310252659, 4, '83.38.208.22', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1319, 1310252666, 4, '83.38.208.22', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1320, 1310252692, 4, '83.38.208.22', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (1321, 1310252697, 4, '83.38.208.22', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1322, 1310371748, 2, '79.159.46.219', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (1323, 1310371750, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1324, 1310372028, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1325, 1310372031, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1326, 1310372032, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1327, 1310372055, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1328, 1310372231, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1329, 1310372232, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1330, 1310461986, 2, '79.159.46.219', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (1331, 1310461986, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1332, 1310461992, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1333, 1310462141, 2, '79.159.46.219', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (1334, 1310462144, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1335, 1310462147, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1336, 1310462189, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1337, 1310462237, 2, '79.159.46.219', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=73', 'label 59'), (1338, 1310462237, 2, '79.159.46.219', 2, 'label', 73, 'add', 'view.php?id=73', '59'), (1339, 1310462237, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1340, 1310462245, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1341, 1310462250, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1342, 1310462696, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1343, 1310462748, 2, '79.159.46.219', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=74', 'label 60'), (1344, 1310462748, 2, '79.159.46.219', 2, 'label', 74, 'add', 'view.php?id=74', '60'), (1345, 1310462749, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1346, 1310462760, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1347, 1310462765, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1348, 1310462770, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1349, 1310462778, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1350, 1310462789, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1351, 1310462800, 2, '79.159.46.219', 2, 'course', 0, 'update mod', '../mod/label/view.php?id=73', 'label 59'), (1352, 1310462800, 2, '79.159.46.219', 2, 'label', 73, 'update', 'view.php?id=73', '59'), (1353, 1310462800, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1354, 1310462806, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1355, 1310462812, 2, '79.159.46.219', 2, 'course', 73, 'delete mod', 'view.php?id=2', 'label 59'), (1356, 1310462812, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1357, 1310462842, 2, '79.159.46.219', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=75', 'label 61'), (1358, 1310462842, 2, '79.159.46.219', 2, 'label', 75, 'add', 'view.php?id=75', '61'), (1359, 1310462843, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1360, 1310462852, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1361, 1310462858, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1362, 1310462881, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1363, 1310462941, 2, '79.159.46.219', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=76', 'label 62'), (1364, 1310462941, 2, '79.159.46.219', 2, 'label', 76, 'add', 'view.php?id=76', '62'), (1365, 1310462941, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1366, 1310462950, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1367, 1310462954, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1368, 1310462977, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1369, 1310463014, 2, '79.159.46.219', 2, 'course', 0, 'add mod', '../mod/label/view.php?id=77', 'label 63'), (1370, 1310463014, 2, '79.159.46.219', 2, 'label', 77, 'add', 'view.php?id=77', '63'), (1371, 1310463015, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1372, 1310463030, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1373, 1310463042, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1374, 1310463085, 2, '79.159.46.219', 2, 'scorm', 69, 'pre-view', 'view.php?id=69', '2'), (1375, 1310463090, 2, '79.159.46.219', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=15', '2'), (1376, 1310463097, 2, '79.159.46.219', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=14', '2'), (1377, 1310463100, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1378, 1310463215, 2, '79.159.46.219', 2, 'scorm', 69, 'pre-view', 'view.php?id=69', '2'), (1379, 1310463217, 2, '79.159.46.219', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=14', '2'), (1380, 1310463240, 2, '79.159.46.219', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=15', '2'), (1381, 1310463482, 2, '79.159.46.219', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=14', '2'), (1382, 1310463518, 2, '79.159.46.219', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=15', '2'), (1383, 1310465862, 2, '79.159.46.219', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=18', '2'), (1384, 1310467509, 2, '79.159.46.219', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=20', '2'), (1385, 1310467686, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1386, 1310467694, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1387, 1310467970, 2, '79.159.46.219', 2, 'upload', 0, 'upload', 'http://www.ciafor.com/files/index.php?choose=id_reference_value&id=2&wdir=%2F&action=upload', '/home/globalv2/public_html/moodledata/2/CASO_PRACTICO.doc'), (1388, 1310468111, 2, '79.159.46.219', 2, 'course', 0, 'add mod', '../mod/resource/view.php?id=78', 'resource 7'), (1389, 1310468111, 2, '79.159.46.219', 2, 'resource', 78, 'add', 'view.php?id=78', '7'), (1390, 1310468111, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1391, 1310468124, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1392, 1310468128, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1393, 1310468133, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1394, 1310468143, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1395, 1310487704, 0, '87.216.217.13', 0, 'login', 0, 'error', 'index.php', 'josetebar'), (1396, 1310487716, 0, '87.216.217.13', 0, 'login', 0, 'error', 'index.php', 'josetebar'), (1397, 1310487724, 0, '87.216.217.13', 0, 'login', 0, 'error', 'index.php', 'josetebar'), (1398, 1310487749, 4, '87.216.217.13', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '4'), (1399, 1310487750, 4, '87.216.217.13', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1400, 1310487785, 4, '87.216.217.13', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1401, 1310487815, 4, '87.216.217.13', 2, 'scorm', 69, 'pre-view', 'view.php?id=69', '2'), (1402, 1310487835, 4, '87.216.217.13', 2, 'scorm', 69, 'pre-view', 'view.php?id=69', '2'), (1403, 1310487838, 4, '87.216.217.13', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=16', '2'), (1404, 1310487849, 4, '87.216.217.13', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=15', '2'), (1405, 1310487854, 4, '87.216.217.13', 2, 'scorm', 69, 'view', 'player.php?id=69&scoid=14', '2'), (1406, 1310487858, 4, '87.216.217.13', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1407, 1310487883, 4, '87.216.217.13', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (1408, 1310487887, 4, '87.216.217.13', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=12', '1'), (1409, 1310487942, 4, '87.216.217.13', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1410, 1310487950, 4, '87.216.217.13', 2, 'resource', 78, 'view', 'view.php?id=78', '7'), (1411, 1310488233, 4, '87.216.217.13', 2, 'scorm', 69, 'pre-view', 'view.php?id=69', '2'), (1412, 1310507770, 2, '79.159.46.219', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (1413, 1310507770, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1414, 1310507774, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1415, 1310507792, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1416, 1310507814, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1417, 1310507882, 2, '79.159.46.219', 2, 'upload', 0, 'upload', 'http://www.ciafor.com/files/index.php?choose=id_reference_value&id=2&wdir=%2F&action=upload', '/home/globalv2/public_html/moodledata/2/MODULO_4.pdf'), (1418, 1310507905, 2, '79.159.46.219', 2, 'course', 0, 'add mod', '../mod/resource/view.php?id=79', 'resource 8'), (1419, 1310507905, 2, '79.159.46.219', 2, 'resource', 79, 'add', 'view.php?id=79', '8'), (1420, 1310507906, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1421, 1310507915, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1422, 1310507921, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1423, 1310507926, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1424, 1310507933, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1425, 1310507936, 2, '79.159.46.219', 2, 'resource', 79, 'view', 'view.php?id=79', '8'), (1426, 1310507948, 2, '79.159.46.219', 2, 'resource', 79, 'view', 'view.php?id=79', '8'), (1427, 1310542057, 2, '79.159.46.219', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (1428, 1310542058, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1429, 1310547865, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1430, 1310547871, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1431, 1310548111, 2, '79.159.46.219', 2, 'upload', 0, 'upload', 'http://www.ciafor.com/files/index.php?choose=id_reference_value&id=2&wdir=%2F&action=upload', '/home/globalv2/public_html/moodledata/2/modulo5.zip'), (1432, 1310548130, 2, '79.159.46.219', 2, 'course', 0, 'add mod', '../mod/scorm/view.php?id=80', 'scorm 3'), (1433, 1310548130, 2, '79.159.46.219', 2, 'scorm', 80, 'add', 'view.php?id=80', '3'), (1434, 1310548130, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1435, 1310548141, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1436, 1310548147, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1437, 1310548158, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1438, 1310548167, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1439, 1310548173, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1440, 1310548180, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1441, 1310548187, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1442, 1310548230, 2, '79.159.46.219', 2, 'course', 0, 'update mod', '../mod/scorm/view.php?id=64', 'scorm 1'), (1443, 1310548231, 2, '79.159.46.219', 2, 'scorm', 64, 'update', 'view.php?id=64', '1'), (1444, 1310548231, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1445, 1310548251, 2, '79.159.46.219', 2, 'course', 0, 'update mod', '../mod/resource/view.php?id=65', 'resource 3'), (1446, 1310548251, 2, '79.159.46.219', 2, 'resource', 65, 'update', 'view.php?id=65', '3'), (1447, 1310548251, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1448, 1310548254, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1449, 1310548259, 2, '79.159.46.219', 2, 'scorm', 80, 'pre-view', 'view.php?id=80', '3'), (1450, 1310548264, 2, '79.159.46.219', 2, 'scorm', 80, 'view', 'player.php?id=80&scoid=30', '3'), (1451, 1310548270, 2, '79.159.46.219', 2, 'scorm', 80, 'view', 'player.php?id=80&scoid=31', '3'), (1452, 1310548277, 2, '79.159.46.219', 2, 'scorm', 80, 'view', 'player.php?id=80&scoid=34', '3'), (1453, 1310548285, 2, '79.159.46.219', 2, 'scorm', 80, 'view', 'player.php?id=80&scoid=28', '3'), (1454, 1310548290, 2, '79.159.46.219', 2, 'scorm', 80, 'view', 'player.php?id=80&scoid=27', '3'), (1455, 1310548299, 2, '79.159.46.219', 2, 'scorm', 80, 'view', 'player.php?id=80&scoid=29', '3'), (1456, 1310548305, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1457, 1310548541, 2, '79.159.46.219', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (1458, 1310548544, 2, '79.159.46.219', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=12', '1'), (1459, 1310548549, 2, '79.159.46.219', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=11', '1'), (1460, 1310567693, 2, '79.159.46.219', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=12', '1'), (1461, 1310568373, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1462, 1310568374, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1463, 1310570448, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1464, 1310570536, 2, '79.159.46.219', 2, 'upload', 0, 'upload', 'http://www.ciafor.com/files/index.php?choose=id_reference_value&id=2&wdir=%2F&action=upload', '/home/globalv2/public_html/moodledata/2/modulo1.zip'), (1465, 1310570814, 2, '79.159.46.219', 2, 'course', 0, 'update mod', '../mod/scorm/view.php?id=64', 'scorm 1'), (1466, 1310570814, 2, '79.159.46.219', 2, 'scorm', 64, 'update', 'view.php?id=64', '1'), (1467, 1310570815, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1468, 1310570830, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1469, 1310570843, 2, '79.159.46.219', 2, 'course', 0, 'update mod', '../mod/scorm/view.php?id=69', 'scorm 2'), (1470, 1310570843, 2, '79.159.46.219', 2, 'scorm', 69, 'update', 'view.php?id=69', '2'), (1471, 1310570844, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1472, 1310570875, 2, '79.159.46.219', 2, 'course', 0, 'update mod', '../mod/resource/view.php?id=65', 'resource 3'), (1473, 1310570875, 2, '79.159.46.219', 2, 'resource', 65, 'update', 'view.php?id=65', '3'), (1474, 1310570876, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1475, 1310570896, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1476, 1310571318, 2, '79.159.46.219', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (1477, 1310571322, 2, '79.159.46.219', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=40', '1'), (1478, 1310571327, 2, '79.159.46.219', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=43', '1'), (1479, 1310571337, 2, '79.159.46.219', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=41', '1'), (1480, 1310571348, 2, '79.159.46.219', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=42', '1'), (1481, 1310572291, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1482, 1310572296, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1483, 1310589510, 0, '83.55.40.183', 0, 'login', 0, 'error', 'index.php', 'josetebar'), (1484, 1310589523, 4, '83.55.40.183', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '4'), (1485, 1310589523, 4, '83.55.40.183', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1486, 1310589536, 4, '83.55.40.183', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (1487, 1310589544, 4, '83.55.40.183', 2, 'scorm', 80, 'pre-view', 'view.php?id=80', '3'), (1488, 1310600090, 0, '66.249.72.131', 1, 'forum', 72, 'view forum', 'view.php?id=72', '4'), (1489, 1310713624, 0, '66.249.72.131', 1, 'forum', 72, 'view forum', 'view.php?id=72', '4'), (1490, 1311008467, 2, '79.159.46.219', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (1491, 1311008468, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1492, 1311008532, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1493, 1311008546, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1494, 1311008546, 2, '79.159.46.219', 1, 'user', 0, 'logout', 'view.php?id=2&course=1', '2'), (1495, 1311056650, 2, '79.159.46.219', 1, 'user', 0, 'login', 'view.php?id=0&course=1', '2'), (1496, 1311056651, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1497, 1311056669, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1498, 1311056670, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1499, 1311056733, 2, '79.159.46.219', 2, 'course', 0, 'update', 'edit.php?id=2', '2'), (1500, 1311056733, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1501, 1311056749, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1502, 1311056857, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1503, 1311056934, 2, '79.159.46.219', 1, 'upload', 0, 'upload', 'http://www.ciafor.com/lib/editor/htmlarea/popups/insert_image.php?id=1', '/home/globalv2/public_html/moodledata2/1/foto.jpg'), (1504, 1311060426, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1505, 1311060571, 2, '79.159.46.219', 1, 'upload', 0, 'upload', 'http://www.ciafor.com/lib/editor/htmlarea/popups/insert_image.php?id=1', '/home/globalv2/public_html/moodledata2/1/banerformacioncfe.jpg'), (1506, 1311060582, 2, '79.159.46.219', 1, 'course', 0, 'update mod', '../mod/label/view.php?id=71', 'label 58'), (1507, 1311060582, 2, '79.159.46.219', 1, 'label', 71, 'update', 'view.php?id=71', '58'), (1508, 1311060582, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1509, 1311060582, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1510, 1311060718, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1511, 1311060718, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1512, 1311060761, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1513, 1311061048, 2, '79.159.46.219', 1, 'course', 0, 'update mod', '../mod/label/view.php?id=71', 'label 58'), (1514, 1311061048, 2, '79.159.46.219', 1, 'label', 71, 'update', 'view.php?id=71', '58'), (1515, 1311061048, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1516, 1311061049, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1517, 1311061090, 2, '79.159.46.219', 1, 'course', 0, 'update mod', '../mod/label/view.php?id=71', 'label 58'), (1518, 1311061090, 2, '79.159.46.219', 1, 'label', 71, 'update', 'view.php?id=71', '58'), (1519, 1311061090, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1520, 1311061091, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1521, 1311061301, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1522, 1311061301, 2, '79.159.46.219', 1, 'course', 0, 'view', 'view.php?id=1', '1'), (1523, 1311081406, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'), (1524, 1311085263, 2, '79.159.46.219', 2, 'scorm', 64, 'pre-view', 'view.php?id=64', '1'), (1525, 1311085268, 2, '79.159.46.219', 2, 'scorm', 64, 'view', 'player.php?id=64&scoid=40', '1'), (1526, 1311085274, 2, '79.159.46.219', 2, 'course', 0, 'view', 'view.php?id=2', '2'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_log_display` -- CREATE TABLE IF NOT EXISTS `mdl_log_display` ( `id` bigint(10) unsigned NOT NULL auto_increment, `module` varchar(20) NOT NULL default '', `action` varchar(40) NOT NULL default '', `mtable` varchar(30) NOT NULL default '', `field` varchar(200) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `mdl_logdisp_modact_uix` (`module`,`action`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='For a particular module/action, specifies a moodle table/fie' AUTO_INCREMENT=125 ; -- -- Volcar la base de datos para la tabla `mdl_log_display` -- INSERT INTO `mdl_log_display` (`id`, `module`, `action`, `mtable`, `field`) VALUES (1, 'user', 'view', 'user', 'CONCAT(firstname,'' '',lastname)'), (2, 'course', 'user report', 'user', 'CONCAT(firstname,'' '',lastname)'), (3, 'course', 'view', 'course', 'fullname'), (4, 'course', 'update', 'course', 'fullname'), (5, 'course', 'enrol', 'course', 'fullname'), (6, 'course', 'unenrol', 'course', 'fullname'), (7, 'course', 'report log', 'course', 'fullname'), (8, 'course', 'report live', 'course', 'fullname'), (9, 'course', 'report outline', 'course', 'fullname'), (10, 'course', 'report participation', 'course', 'fullname'), (11, 'course', 'report stats', 'course', 'fullname'), (12, 'message', 'write', 'user', 'CONCAT(firstname,'' '',lastname)'), (13, 'message', 'read', 'user', 'CONCAT(firstname,'' '',lastname)'), (14, 'message', 'add contact', 'user', 'CONCAT(firstname,'' '',lastname)'), (15, 'message', 'remove contact', 'user', 'CONCAT(firstname,'' '',lastname)'), (16, 'message', 'block contact', 'user', 'CONCAT(firstname,'' '',lastname)'), (17, 'message', 'unblock contact', 'user', 'CONCAT(firstname,'' '',lastname)'), (18, 'group', 'view', 'groups', 'name'), (19, 'tag', 'update', 'tag', 'name'), (20, 'assignment', 'view', 'assignment', 'name'), (21, 'assignment', 'add', 'assignment', 'name'), (22, 'assignment', 'update', 'assignment', 'name'), (23, 'assignment', 'view submission', 'assignment', 'name'), (24, 'assignment', 'upload', 'assignment', 'name'), (25, 'chat', 'view', 'chat', 'name'), (26, 'chat', 'add', 'chat', 'name'), (27, 'chat', 'update', 'chat', 'name'), (28, 'chat', 'report', 'chat', 'name'), (29, 'chat', 'talk', 'chat', 'name'), (30, 'choice', 'view', 'choice', 'name'), (31, 'choice', 'update', 'choice', 'name'), (32, 'choice', 'add', 'choice', 'name'), (33, 'choice', 'report', 'choice', 'name'), (34, 'choice', 'choose', 'choice', 'name'), (35, 'choice', 'choose again', 'choice', 'name'), (36, 'data', 'view', 'data', 'name'), (37, 'data', 'add', 'data', 'name'), (38, 'data', 'update', 'data', 'name'), (39, 'data', 'record delete', 'data', 'name'), (40, 'data', 'fields add', 'data_fields', 'name'), (41, 'data', 'fields update', 'data_fields', 'name'), (42, 'data', 'templates saved', 'data', 'name'), (43, 'data', 'templates def', 'data', 'name'), (44, 'forum', 'add', 'forum', 'name'), (45, 'forum', 'update', 'forum', 'name'), (46, 'forum', 'add discussion', 'forum_discussions', 'name'), (47, 'forum', 'add post', 'forum_posts', 'subject'), (48, 'forum', 'update post', 'forum_posts', 'subject'), (49, 'forum', 'user report', 'user', 'CONCAT(firstname,'' '',lastname)'), (50, 'forum', 'move discussion', 'forum_discussions', 'name'), (51, 'forum', 'view subscribers', 'forum', 'name'), (52, 'forum', 'view discussion', 'forum_discussions', 'name'), (53, 'forum', 'view forum', 'forum', 'name'), (54, 'forum', 'subscribe', 'forum', 'name'), (55, 'forum', 'unsubscribe', 'forum', 'name'), (56, 'glossary', 'add', 'glossary', 'name'), (57, 'glossary', 'update', 'glossary', 'name'), (58, 'glossary', 'view', 'glossary', 'name'), (59, 'glossary', 'view all', 'glossary', 'name'), (60, 'glossary', 'add entry', 'glossary', 'name'), (61, 'glossary', 'update entry', 'glossary', 'name'), (62, 'glossary', 'add category', 'glossary', 'name'), (63, 'glossary', 'update category', 'glossary', 'name'), (64, 'glossary', 'delete category', 'glossary', 'name'), (65, 'glossary', 'add comment', 'glossary', 'name'), (66, 'glossary', 'update comment', 'glossary', 'name'), (67, 'glossary', 'delete comment', 'glossary', 'name'), (68, 'glossary', 'approve entry', 'glossary', 'name'), (69, 'glossary', 'view entry', 'glossary_entries', 'concept'), (70, 'journal', 'view', 'journal', 'name'), (71, 'journal', 'add entry', 'journal', 'name'), (72, 'journal', 'update entry', 'journal', 'name'), (73, 'journal', 'view responses', 'journal', 'name'), (74, 'label', 'add', 'label', 'name'), (75, 'label', 'update', 'label', 'name'), (76, 'lesson', 'start', 'lesson', 'name'), (77, 'lesson', 'end', 'lesson', 'name'), (78, 'lesson', 'view', 'lesson_pages', 'title'), (79, 'quiz', 'add', 'quiz', 'name'), (80, 'quiz', 'update', 'quiz', 'name'), (81, 'quiz', 'view', 'quiz', 'name'), (82, 'quiz', 'report', 'quiz', 'name'), (83, 'quiz', 'attempt', 'quiz', 'name'), (84, 'quiz', 'submit', 'quiz', 'name'), (85, 'quiz', 'review', 'quiz', 'name'), (86, 'quiz', 'editquestions', 'quiz', 'name'), (87, 'quiz', 'preview', 'quiz', 'name'), (88, 'quiz', 'start attempt', 'quiz', 'name'), (89, 'quiz', 'close attempt', 'quiz', 'name'), (90, 'quiz', 'continue attempt', 'quiz', 'name'), (91, 'resource', 'view', 'resource', 'name'), (92, 'resource', 'update', 'resource', 'name'), (93, 'resource', 'add', 'resource', 'name'), (94, 'scorm', 'view', 'scorm', 'name'), (95, 'scorm', 'review', 'scorm', 'name'), (96, 'scorm', 'update', 'scorm', 'name'), (97, 'scorm', 'add', 'scorm', 'name'), (98, 'survey', 'add', 'survey', 'name'), (99, 'survey', 'update', 'survey', 'name'), (100, 'survey', 'download', 'survey', 'name'), (101, 'survey', 'view form', 'survey', 'name'), (102, 'survey', 'view graph', 'survey', 'name'), (103, 'survey', 'view report', 'survey', 'name'), (104, 'survey', 'submit', 'survey', 'name'), (105, 'workshop', 'assessments', 'workshop', 'name'), (106, 'workshop', 'close', 'workshop', 'name'), (107, 'workshop', 'display', 'workshop', 'name'), (108, 'workshop', 'resubmit', 'workshop', 'name'), (109, 'workshop', 'set up', 'workshop', 'name'), (110, 'workshop', 'submissions', 'workshop', 'name'), (111, 'workshop', 'view', 'workshop', 'name'), (112, 'workshop', 'update', 'workshop', 'name'), (113, 'email_list', 'add mail', 'block_email_list_mail', 'subject'), (114, 'email_list', 'add mail in draft', 'block_email_list_mail', 'subject'), (115, 'email_list', 'reply', 'block_email_list_mail', 'subject'), (116, 'email_list', 'reply all', 'block_email_list_mail', 'subject'), (117, 'email_list', 'forward', 'block_email_list_mail', 'subject'), (118, 'email_list', 'add subfolder', 'block_email_list_folder', 'name'), (119, 'email_list', 'update subfolder', 'block_email_list_folder', 'name'), (120, 'email_list', 'remove subfolder', 'block_email_list_folder', 'name'), (121, 'email_list', 'view course mails', 'block_email_list_send', 'name'), (122, 'email_list', 'view all courses mails', 'block_email_list_send', 'name'), (123, 'email_list', 'view mail', 'block_email_list_send', 'name'), (124, 'email_list', 'remove mail', 'block_email_list_send', 'name'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_message` -- CREATE TABLE IF NOT EXISTS `mdl_message` ( `id` bigint(10) unsigned NOT NULL auto_increment, `useridfrom` bigint(10) unsigned NOT NULL default '0', `useridto` bigint(10) unsigned NOT NULL default '0', `message` text NOT NULL, `format` smallint(4) unsigned NOT NULL default '0', `timecreated` bigint(10) NOT NULL default '0', `messagetype` varchar(50) NOT NULL default '', PRIMARY KEY (`id`), KEY `mdl_mess_use_ix` (`useridfrom`), KEY `mdl_mess_use2_ix` (`useridto`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores all unread messages' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_message` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_message_contacts` -- CREATE TABLE IF NOT EXISTS `mdl_message_contacts` ( `id` bigint(10) unsigned NOT NULL auto_increment, `userid` bigint(10) unsigned NOT NULL default '0', `contactid` bigint(10) unsigned NOT NULL default '0', `blocked` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_messcont_usecon_uix` (`userid`,`contactid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Maintains lists of relationships between users' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_message_contacts` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_message_read` -- CREATE TABLE IF NOT EXISTS `mdl_message_read` ( `id` bigint(10) unsigned NOT NULL auto_increment, `useridfrom` bigint(10) unsigned NOT NULL default '0', `useridto` bigint(10) unsigned NOT NULL default '0', `message` text NOT NULL, `format` smallint(4) unsigned NOT NULL default '0', `timecreated` bigint(10) NOT NULL default '0', `timeread` bigint(10) NOT NULL default '0', `messagetype` varchar(50) NOT NULL default '', `mailed` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_messread_use_ix` (`useridfrom`), KEY `mdl_messread_use2_ix` (`useridto`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores all messages that have been read' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_message_read` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_mnet_application` -- CREATE TABLE IF NOT EXISTS `mdl_mnet_application` ( `id` bigint(10) unsigned NOT NULL auto_increment, `name` varchar(50) NOT NULL default '', `display_name` varchar(50) NOT NULL default '', `xmlrpc_server_url` varchar(255) NOT NULL default '', `sso_land_url` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Information about applications on remote hosts' AUTO_INCREMENT=3 ; -- -- Volcar la base de datos para la tabla `mdl_mnet_application` -- INSERT INTO `mdl_mnet_application` (`id`, `name`, `display_name`, `xmlrpc_server_url`, `sso_land_url`) VALUES (1, 'moodle', 'Moodle', '/mnet/xmlrpc/server.php', '/auth/mnet/land.php'), (2, 'mahara', 'Mahara', '/api/xmlrpc/server.php', '/auth/xmlrpc/land.php'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_mnet_enrol_assignments` -- CREATE TABLE IF NOT EXISTS `mdl_mnet_enrol_assignments` ( `id` bigint(10) unsigned NOT NULL auto_increment, `userid` bigint(10) unsigned NOT NULL default '0', `hostid` bigint(10) unsigned NOT NULL default '0', `courseid` bigint(10) unsigned NOT NULL default '0', `rolename` varchar(255) NOT NULL default '', `enroltime` bigint(10) unsigned NOT NULL default '0', `enroltype` varchar(20) NOT NULL default '', PRIMARY KEY (`id`), KEY `mdl_mnetenroassi_hoscou_ix` (`hostid`,`courseid`), KEY `mdl_mnetenroassi_use_ix` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Information about enrolments on courses on remote hosts' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_mnet_enrol_assignments` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_mnet_enrol_course` -- CREATE TABLE IF NOT EXISTS `mdl_mnet_enrol_course` ( `id` bigint(10) unsigned NOT NULL auto_increment, `hostid` bigint(10) unsigned NOT NULL default '0', `remoteid` bigint(10) unsigned NOT NULL default '0', `cat_id` bigint(10) unsigned NOT NULL default '0', `cat_name` varchar(255) NOT NULL default '', `cat_description` mediumtext NOT NULL, `sortorder` bigint(10) unsigned NOT NULL default '0', `fullname` varchar(254) NOT NULL default '', `shortname` varchar(15) NOT NULL default '', `idnumber` varchar(100) NOT NULL default '', `summary` mediumtext NOT NULL, `startdate` bigint(10) unsigned NOT NULL default '0', `cost` varchar(10) NOT NULL default '', `currency` varchar(3) NOT NULL default '', `defaultroleid` smallint(4) unsigned NOT NULL default '0', `defaultrolename` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `mdl_mnetenrocour_hosrem_uix` (`hostid`,`remoteid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Information about courses on remote hosts' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_mnet_enrol_course` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_mnet_host` -- CREATE TABLE IF NOT EXISTS `mdl_mnet_host` ( `id` bigint(10) unsigned NOT NULL auto_increment, `deleted` tinyint(1) unsigned NOT NULL default '0', `wwwroot` varchar(255) NOT NULL default '', `ip_address` varchar(39) NOT NULL default '', `name` varchar(80) NOT NULL default '', `public_key` mediumtext NOT NULL, `public_key_expires` bigint(10) unsigned NOT NULL default '0', `transport` tinyint(2) unsigned NOT NULL default '0', `portno` mediumint(5) unsigned NOT NULL default '0', `last_connect_time` bigint(10) unsigned NOT NULL default '0', `last_log_id` bigint(10) unsigned NOT NULL default '0', `force_theme` tinyint(1) unsigned NOT NULL default '0', `theme` varchar(100) default NULL, `applicationid` bigint(10) unsigned NOT NULL default '1', PRIMARY KEY (`id`), KEY `mdl_mnethost_app_ix` (`applicationid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Information about the local and remote hosts for RPC' AUTO_INCREMENT=3 ; -- -- Volcar la base de datos para la tabla `mdl_mnet_host` -- INSERT INTO `mdl_mnet_host` (`id`, `deleted`, `wwwroot`, `ip_address`, `name`, `public_key`, `public_key_expires`, `transport`, `portno`, `last_connect_time`, `last_log_id`, `force_theme`, `theme`, `applicationid`) VALUES (1, 0, 'http://www.ciafor.com', '86.109.105.151', '', '', 0, 0, 0, 0, 0, 0, NULL, 1), (2, 0, '', '', 'All Hosts', '', 0, 0, 0, 0, 0, 0, NULL, 1); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_mnet_host2service` -- CREATE TABLE IF NOT EXISTS `mdl_mnet_host2service` ( `id` bigint(10) unsigned NOT NULL auto_increment, `hostid` bigint(10) unsigned NOT NULL default '0', `serviceid` bigint(10) unsigned NOT NULL default '0', `publish` tinyint(1) unsigned NOT NULL default '0', `subscribe` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_mnethost_hosser_uix` (`hostid`,`serviceid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Information about the services for a given host' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_mnet_host2service` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_mnet_log` -- CREATE TABLE IF NOT EXISTS `mdl_mnet_log` ( `id` bigint(10) unsigned NOT NULL auto_increment, `hostid` bigint(10) unsigned NOT NULL default '0', `remoteid` bigint(10) unsigned NOT NULL default '0', `time` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `ip` varchar(15) NOT NULL default '', `course` bigint(10) unsigned NOT NULL default '0', `coursename` varchar(40) NOT NULL default '', `module` varchar(20) NOT NULL default '', `cmid` bigint(10) unsigned NOT NULL default '0', `action` varchar(40) NOT NULL default '', `url` varchar(100) NOT NULL default '', `info` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `mdl_mnetlog_hosusecou_ix` (`hostid`,`userid`,`course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Store session data from users migrating to other sites' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_mnet_log` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_mnet_rpc` -- CREATE TABLE IF NOT EXISTS `mdl_mnet_rpc` ( `id` bigint(10) unsigned NOT NULL auto_increment, `function_name` varchar(40) NOT NULL default '', `xmlrpc_path` varchar(80) NOT NULL default '', `parent_type` varchar(6) NOT NULL default '', `parent` varchar(20) NOT NULL default '', `enabled` tinyint(1) unsigned NOT NULL default '0', `help` mediumtext NOT NULL, `profile` mediumtext NOT NULL, PRIMARY KEY (`id`), KEY `mdl_mnetrpc_enaxml_ix` (`enabled`,`xmlrpc_path`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Functions or methods that we may publish or subscribe to' AUTO_INCREMENT=15 ; -- -- Volcar la base de datos para la tabla `mdl_mnet_rpc` -- INSERT INTO `mdl_mnet_rpc` (`id`, `function_name`, `xmlrpc_path`, `parent_type`, `parent`, `enabled`, `help`, `profile`) VALUES (1, 'user_authorise', 'auth/mnet/auth.php/user_authorise', 'auth', 'mnet', 0, 'Return user data for the provided token, compare with user_agent string.', 'a:3:{i:0;a:2:{s:4:"type";s:5:"array";s:11:"description";s:44:"$userdata Array of user info for remote host";}i:1;a:2:{s:4:"type";s:6:"string";s:11:"description";s:45:"token - The unique ID provided by remotehost.";}i:2;a:2:{s:4:"type";s:6:"string";s:11:"description";s:30:"useragent - User Agent string.";}}'), (2, 'keepalive_server', 'auth/mnet/auth.php/keepalive_server', 'auth', 'mnet', 0, 'Receives an array of usernames from a remote machine and prods their\\n sessions to keep them alive', 'a:2:{i:0;a:2:{s:4:"type";s:6:"string";s:11:"description";s:30:"\\"All ok\\" or an error message";}i:1;a:2:{s:4:"type";s:5:"array";s:11:"description";s:29:"array - An array of usernames";}}'), (3, 'kill_children', 'auth/mnet/auth.php/kill_children', 'auth', 'mnet', 0, 'The IdP uses this function to kill child sessions on other hosts', 'a:3:{i:0;a:2:{s:4:"type";s:6:"string";s:11:"description";s:39:"A plaintext report of what has happened";}i:1;a:2:{s:4:"type";s:6:"string";s:11:"description";s:39:"username - Username for session to kill";}i:2;a:2:{s:4:"type";s:6:"string";s:11:"description";s:47:"useragent - SHA1 hash of user agent to look for";}}'), (4, 'refresh_log', 'auth/mnet/auth.php/refresh_log', 'auth', 'mnet', 0, 'Receives an array of log entries from an SP and adds them to the mnet_log\\n table', 'a:2:{i:0;a:2:{s:4:"type";s:6:"string";s:11:"description";s:30:"\\"All ok\\" or an error message";}i:1;a:2:{s:4:"type";s:5:"array";s:11:"description";s:29:"array - An array of usernames";}}'), (5, 'fetch_user_image', 'auth/mnet/auth.php/fetch_user_image', 'auth', 'mnet', 0, 'Returns the user''s image as a base64 encoded string.', 'a:2:{i:0;a:2:{s:4:"type";s:6:"string";s:11:"description";s:17:"The encoded image";}i:1;a:2:{s:4:"type";s:6:"string";s:11:"description";s:29:"username - The id of the user";}}'), (6, 'fetch_theme_info', 'auth/mnet/auth.php/fetch_theme_info', 'auth', 'mnet', 0, 'Returns the theme information and logo url as strings.', 'a:1:{i:0;a:2:{s:4:"type";s:6:"string";s:11:"description";s:14:"The theme info";}}'), (7, 'update_enrolments', 'auth/mnet/auth.php/update_enrolments', 'auth', 'mnet', 0, 'Invoke this function _on_ the IDP to update it with enrolment info local to\\n the SP right after calling user_authorise()\\n \\n Normally called by the SP after calling', 'a:3:{i:0;a:2:{s:4:"type";s:7:"boolean";s:11:"description";N;}i:1;a:2:{s:4:"type";s:6:"string";s:11:"description";s:23:"username - The username";}i:2;a:2:{s:4:"type";s:6:"string";s:11:"description";s:77:"courses - Assoc array of courses following the structure of mnet_enrol_course";}}'), (8, 'keepalive_client', 'auth/mnet/auth.php/keepalive_client', 'auth', 'mnet', 0, 'Poll the IdP server to let it know that a user it has authenticated is still\\n online', 'a:1:{i:0;a:2:{s:4:"type";s:6:"string";s:11:"description";N;}}'), (9, 'kill_child', 'auth/mnet/auth.php/kill_child', 'auth', 'mnet', 0, 'TODO:Untested When the IdP requests that child sessions are terminated,\\n this function will be called on each of the child hosts. The machine that\\n calls the function (over xmlrpc) provides us with the mnethostid we need.', 'a:3:{i:0;a:2:{s:4:"type";s:7:"boolean";s:11:"description";s:15:"True on success";}i:1;a:2:{s:4:"type";s:6:"string";s:11:"description";s:39:"username - Username for session to kill";}i:2;a:2:{s:4:"type";s:6:"string";s:11:"description";s:47:"useragent - SHA1 hash of user agent to look for";}}'), (10, 'available_courses', 'enrol/mnet/enrol.php/available_courses', 'enrol', 'mnet', 0, 'Does Foo', 'a:1:{i:0;a:2:{s:4:"type";s:7:"boolean";s:11:"description";s:47:"Whether the user can login from the remote host";}}'), (11, 'user_enrolments', 'enrol/mnet/enrol.php/user_enrolments', 'enrol', 'mnet', 0, 'No description given.', 'a:2:{i:0;a:2:{s:4:"type";s:4:"void";s:11:"description";s:0:"";}i:1;s:6:"userid";}'), (12, 'enrol_user', 'enrol/mnet/enrol.php/enrol_user', 'enrol', 'mnet', 0, 'Enrols user to course with the default role', 'a:3:{i:0;a:2:{s:4:"type";s:7:"boolean";s:11:"description";s:41:"Whether the enrolment has been successful";}i:1;a:2:{s:4:"type";s:6:"string";s:11:"description";s:37:"user - The username of the remote use";}i:2;a:2:{s:4:"type";s:3:"int";s:11:"description";s:37:"courseid - The id of the local course";}}'), (13, 'unenrol_user', 'enrol/mnet/enrol.php/unenrol_user', 'enrol', 'mnet', 0, 'Unenrol a user from a course', 'a:3:{i:0;a:2:{s:4:"type";s:7:"boolean";s:11:"description";s:47:"Whether the user can login from the remote host";}i:1;a:2:{s:4:"type";s:6:"string";s:11:"description";s:23:"username - The username";}i:2;a:2:{s:4:"type";s:3:"int";s:11:"description";s:37:"courseid - The id of the local course";}}'), (14, 'course_enrolments', 'enrol/mnet/enrol.php/course_enrolments', 'enrol', 'mnet', 0, 'Get a list of users from the client server who are enrolled in a course', 'a:3:{i:0;a:2:{s:4:"type";s:5:"array";s:11:"description";s:39:"Array of usernames who are homed on the";}i:1;a:2:{s:4:"type";s:3:"int";s:11:"description";s:24:"courseid - The Course ID";}i:2;a:2:{s:4:"type";s:6:"string";s:11:"description";s:47:"roles - Comma-separated list of role shortnames";}}'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_mnet_service` -- CREATE TABLE IF NOT EXISTS `mdl_mnet_service` ( `id` bigint(10) unsigned NOT NULL auto_increment, `name` varchar(40) NOT NULL default '', `description` varchar(40) NOT NULL default '', `apiversion` varchar(10) NOT NULL default '', `offer` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='A service is a group of functions' AUTO_INCREMENT=4 ; -- -- Volcar la base de datos para la tabla `mdl_mnet_service` -- INSERT INTO `mdl_mnet_service` (`id`, `name`, `description`, `apiversion`, `offer`) VALUES (1, 'sso_idp', '', '1', 1), (2, 'sso_sp', '', '1', 1), (3, 'mnet_enrol', '', '1', 1); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_mnet_service2rpc` -- CREATE TABLE IF NOT EXISTS `mdl_mnet_service2rpc` ( `id` bigint(10) unsigned NOT NULL auto_increment, `serviceid` bigint(10) unsigned NOT NULL default '0', `rpcid` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_mnetserv_rpcser_uix` (`rpcid`,`serviceid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Group functions or methods under a service' AUTO_INCREMENT=15 ; -- -- Volcar la base de datos para la tabla `mdl_mnet_service2rpc` -- INSERT INTO `mdl_mnet_service2rpc` (`id`, `serviceid`, `rpcid`) VALUES (1, 1, 1), (2, 1, 2), (3, 1, 3), (4, 1, 4), (5, 1, 5), (6, 1, 6), (7, 1, 7), (8, 2, 8), (9, 2, 9), (10, 3, 10), (11, 3, 11), (12, 3, 12), (13, 3, 13), (14, 3, 14); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_mnet_session` -- CREATE TABLE IF NOT EXISTS `mdl_mnet_session` ( `id` bigint(10) unsigned NOT NULL auto_increment, `userid` bigint(10) unsigned NOT NULL default '0', `username` varchar(100) NOT NULL default '', `token` varchar(40) NOT NULL default '', `mnethostid` bigint(10) unsigned NOT NULL default '0', `useragent` varchar(40) NOT NULL default '', `confirm_timeout` bigint(10) unsigned NOT NULL default '0', `session_id` varchar(40) NOT NULL default '', `expires` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_mnetsess_tok_uix` (`token`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Store session data from users migrating to other sites' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_mnet_session` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_mnet_sso_access_control` -- CREATE TABLE IF NOT EXISTS `mdl_mnet_sso_access_control` ( `id` bigint(10) unsigned NOT NULL auto_increment, `username` varchar(100) NOT NULL default '', `mnet_host_id` bigint(10) unsigned NOT NULL default '0', `accessctrl` varchar(20) NOT NULL default 'allow', PRIMARY KEY (`id`), UNIQUE KEY `mdl_mnetssoaccecont_mneuse_uix` (`mnet_host_id`,`username`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Users by host permitted (or not) to login from a remote prov' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_mnet_sso_access_control` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_modules` -- CREATE TABLE IF NOT EXISTS `mdl_modules` ( `id` bigint(10) unsigned NOT NULL auto_increment, `name` varchar(20) NOT NULL default '', `version` bigint(10) NOT NULL default '0', `cron` bigint(10) unsigned NOT NULL default '0', `lastcron` bigint(10) unsigned NOT NULL default '0', `search` varchar(255) NOT NULL default '', `visible` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id`), KEY `mdl_modu_nam_ix` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='modules available in the site' AUTO_INCREMENT=18 ; -- -- Volcar la base de datos para la tabla `mdl_modules` -- INSERT INTO `mdl_modules` (`id`, `name`, `version`, `cron`, `lastcron`, `search`, `visible`) VALUES (1, 'assignment', 2007101511, 60, 0, '', 1), (2, 'chat', 2009031100, 300, 0, '', 1), (3, 'choice', 2007101509, 0, 0, '', 1), (4, 'data', 2007101514, 60, 0, '', 1), (5, 'forum', 2007101513, 60, 0, '', 1), (6, 'glossary', 2007101509, 0, 0, '', 1), (7, 'hotpot', 2007101513, 0, 0, '', 0), (8, 'journal', 2007101509, 60, 0, '', 0), (9, 'label', 2007101510, 0, 0, '', 1), (10, 'lams', 2007101509, 0, 0, '', 0), (11, 'lesson', 2008112601, 0, 0, '', 1), (12, 'quiz', 2007101511, 0, 0, '', 1), (13, 'resource', 2007101510, 0, 0, '', 1), (14, 'scorm', 2007110502, 300, 0, '', 1), (15, 'survey', 2007101509, 0, 0, '', 1), (16, 'wiki', 2007101509, 3600, 0, '', 1), (17, 'workshop', 2007101510, 60, 0, '', 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_post` -- CREATE TABLE IF NOT EXISTS `mdl_post` ( `id` bigint(10) unsigned NOT NULL auto_increment, `module` varchar(20) NOT NULL default '', `userid` bigint(10) unsigned NOT NULL default '0', `courseid` bigint(10) unsigned NOT NULL default '0', `groupid` bigint(10) unsigned NOT NULL default '0', `moduleid` bigint(10) unsigned NOT NULL default '0', `coursemoduleid` bigint(10) unsigned NOT NULL default '0', `subject` varchar(128) NOT NULL default '', `summary` longtext, `content` longtext, `uniquehash` varchar(128) NOT NULL default '', `rating` bigint(10) unsigned NOT NULL default '0', `format` bigint(10) unsigned NOT NULL default '0', `attachment` varchar(100) default NULL, `publishstate` enum('draft','site','public') NOT NULL default 'draft', `lastmodified` bigint(10) unsigned NOT NULL default '0', `created` bigint(10) unsigned NOT NULL default '0', `usermodified` bigint(10) unsigned default NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_post_iduse_uix` (`id`,`userid`), KEY `mdl_post_las_ix` (`lastmodified`), KEY `mdl_post_mod_ix` (`module`), KEY `mdl_post_sub_ix` (`subject`), KEY `mdl_post_use_ix` (`usermodified`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Generic post table to hold data blog entries etc in differen' AUTO_INCREMENT=2 ; -- -- Volcar la base de datos para la tabla `mdl_post` -- INSERT INTO `mdl_post` (`id`, `module`, `userid`, `courseid`, `groupid`, `moduleid`, `coursemoduleid`, `subject`, `summary`, `content`, `uniquehash`, `rating`, `format`, `attachment`, `publishstate`, `lastmodified`, `created`, `usermodified`) VALUES (1, 'blog', 2, 0, 0, 0, 0, 'prueba', 'dsfsdfdsdfsdfsdfsd', NULL, '', 0, 1, NULL, 'site', 1307978639, 1307978639, NULL); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_question` -- CREATE TABLE IF NOT EXISTS `mdl_question` ( `id` bigint(10) unsigned NOT NULL auto_increment, `category` bigint(10) NOT NULL default '0', `parent` bigint(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `questiontext` text NOT NULL, `questiontextformat` tinyint(2) NOT NULL default '0', `image` varchar(255) NOT NULL default '', `generalfeedback` text NOT NULL, `defaultgrade` bigint(10) unsigned NOT NULL default '1', `penalty` double NOT NULL default '0.1', `qtype` varchar(20) NOT NULL default '', `length` bigint(10) unsigned NOT NULL default '1', `stamp` varchar(255) NOT NULL default '', `version` varchar(255) NOT NULL default '', `hidden` tinyint(1) unsigned NOT NULL default '0', `timecreated` bigint(10) unsigned NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', `createdby` bigint(10) unsigned default NULL, `modifiedby` bigint(10) unsigned default NULL, PRIMARY KEY (`id`), KEY `mdl_ques_cat_ix` (`category`), KEY `mdl_ques_par_ix` (`parent`), KEY `mdl_ques_cre_ix` (`createdby`), KEY `mdl_ques_mod_ix` (`modifiedby`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='The questions themselves' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_question` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_question_answers` -- CREATE TABLE IF NOT EXISTS `mdl_question_answers` ( `id` bigint(10) unsigned NOT NULL auto_increment, `question` bigint(10) unsigned NOT NULL default '0', `answer` text NOT NULL, `fraction` double NOT NULL default '0', `feedback` text NOT NULL, PRIMARY KEY (`id`), KEY `mdl_quesansw_que_ix` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Answers, with a fractional grade (0-1) and feedback' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_question_answers` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_question_attempts` -- CREATE TABLE IF NOT EXISTS `mdl_question_attempts` ( `id` bigint(10) unsigned NOT NULL auto_increment, `modulename` varchar(20) NOT NULL default 'quiz', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Student attempts. This table gets extended by the modules' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_question_attempts` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_question_calculated` -- CREATE TABLE IF NOT EXISTS `mdl_question_calculated` ( `id` bigint(10) unsigned NOT NULL auto_increment, `question` bigint(10) unsigned NOT NULL default '0', `answer` bigint(10) unsigned NOT NULL default '0', `tolerance` varchar(20) NOT NULL default '0.0', `tolerancetype` bigint(10) NOT NULL default '1', `correctanswerlength` bigint(10) NOT NULL default '2', `correctanswerformat` bigint(10) NOT NULL default '2', PRIMARY KEY (`id`), KEY `mdl_quescalc_ans_ix` (`answer`), KEY `mdl_quescalc_que_ix` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Options for questions of type calculated' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_question_calculated` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_question_categories` -- CREATE TABLE IF NOT EXISTS `mdl_question_categories` ( `id` bigint(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `contextid` bigint(10) unsigned NOT NULL default '0', `info` text NOT NULL, `stamp` varchar(255) NOT NULL default '', `parent` bigint(10) unsigned NOT NULL default '0', `sortorder` bigint(10) unsigned NOT NULL default '999', PRIMARY KEY (`id`), KEY `mdl_quescate_con_ix` (`contextid`), KEY `mdl_quescate_par_ix` (`parent`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Categories are for grouping questions' AUTO_INCREMENT=6 ; -- -- Volcar la base de datos para la tabla `mdl_question_categories` -- INSERT INTO `mdl_question_categories` (`id`, `name`, `contextid`, `info`, `stamp`, `parent`, `sortorder`) VALUES (1, 'Valor por defecto para prueba', 100, 'Categoría por defecto para preguntas compartidas en el contexto prueba.', 'www.ciafor.com+110608072947+BueXLH', 0, 999), (2, 'Valor por defecto para Master en Sistemas Integrados de Gestión', 12, 'Categoría por defecto para preguntas compartidas en el contexto Master en Sistemas Integrados de Gestión.', 'www.ciafor.com+110608072947+nsGK1M', 0, 999), (3, 'Valor por defecto para Masters', 11, 'Categoría por defecto para preguntas compartidas en el contexto Masters.', 'www.ciafor.com+110608072947+kofLGS', 0, 999), (4, 'Valor por defecto para Núcleo del sistema', 1, 'Categoría por defecto para preguntas compartidas en el contexto Núcleo del sistema.', 'www.ciafor.com+110608072947+6eYt3w', 0, 999), (5, 'Valor por defecto para Portada', 2, 'Categoría por defecto para preguntas compartidas en el contexto Portada.', 'www.ciafor.com+110615192739+mG4BTL', 0, 999); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_question_datasets` -- CREATE TABLE IF NOT EXISTS `mdl_question_datasets` ( `id` bigint(10) unsigned NOT NULL auto_increment, `question` bigint(10) unsigned NOT NULL default '0', `datasetdefinition` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_quesdata_quedat_ix` (`question`,`datasetdefinition`), KEY `mdl_quesdata_que_ix` (`question`), KEY `mdl_quesdata_dat_ix` (`datasetdefinition`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Many-many relation between questions and dataset definitions' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_question_datasets` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_question_dataset_definitions` -- CREATE TABLE IF NOT EXISTS `mdl_question_dataset_definitions` ( `id` bigint(10) unsigned NOT NULL auto_increment, `category` bigint(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `type` bigint(10) NOT NULL default '0', `options` varchar(255) NOT NULL default '', `itemcount` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_quesdatadefi_cat_ix` (`category`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Organises and stores properties for dataset items' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_question_dataset_definitions` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_question_dataset_items` -- CREATE TABLE IF NOT EXISTS `mdl_question_dataset_items` ( `id` bigint(10) unsigned NOT NULL auto_increment, `definition` bigint(10) unsigned NOT NULL default '0', `itemnumber` bigint(10) unsigned NOT NULL default '0', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `mdl_quesdataitem_def_ix` (`definition`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Individual dataset items' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_question_dataset_items` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_question_match` -- CREATE TABLE IF NOT EXISTS `mdl_question_match` ( `id` bigint(10) unsigned NOT NULL auto_increment, `question` bigint(10) unsigned NOT NULL default '0', `subquestions` varchar(255) NOT NULL default '', `shuffleanswers` smallint(4) NOT NULL default '1', PRIMARY KEY (`id`), KEY `mdl_quesmatc_que_ix` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Defines fixed matching questions' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_question_match` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_question_match_sub` -- CREATE TABLE IF NOT EXISTS `mdl_question_match_sub` ( `id` bigint(10) unsigned NOT NULL auto_increment, `code` bigint(10) unsigned NOT NULL default '0', `question` bigint(10) unsigned NOT NULL default '0', `questiontext` text NOT NULL, `answertext` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `mdl_quesmatcsub_que_ix` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Defines the subquestions that make up a matching question' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_question_match_sub` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_question_multianswer` -- CREATE TABLE IF NOT EXISTS `mdl_question_multianswer` ( `id` bigint(10) unsigned NOT NULL auto_increment, `question` bigint(10) unsigned NOT NULL default '0', `sequence` text NOT NULL, PRIMARY KEY (`id`), KEY `mdl_quesmult_que_ix` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Options for multianswer questions' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_question_multianswer` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_question_multichoice` -- CREATE TABLE IF NOT EXISTS `mdl_question_multichoice` ( `id` bigint(10) unsigned NOT NULL auto_increment, `question` bigint(10) unsigned NOT NULL default '0', `layout` smallint(4) NOT NULL default '0', `answers` varchar(255) NOT NULL default '', `single` smallint(4) NOT NULL default '0', `shuffleanswers` smallint(4) NOT NULL default '1', `correctfeedback` text NOT NULL, `partiallycorrectfeedback` text NOT NULL, `incorrectfeedback` text NOT NULL, `answernumbering` varchar(10) NOT NULL default 'abc', PRIMARY KEY (`id`), KEY `mdl_quesmult_que2_ix` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Options for multiple choice questions' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_question_multichoice` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_question_numerical` -- CREATE TABLE IF NOT EXISTS `mdl_question_numerical` ( `id` bigint(10) unsigned NOT NULL auto_increment, `question` bigint(10) unsigned NOT NULL default '0', `answer` bigint(10) unsigned NOT NULL default '0', `tolerance` varchar(255) NOT NULL default '0.0', PRIMARY KEY (`id`), KEY `mdl_quesnume_ans_ix` (`answer`), KEY `mdl_quesnume_que_ix` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Options for numerical questions' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_question_numerical` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_question_numerical_units` -- CREATE TABLE IF NOT EXISTS `mdl_question_numerical_units` ( `id` bigint(10) unsigned NOT NULL auto_increment, `question` bigint(10) unsigned NOT NULL default '0', `multiplier` decimal(40,20) NOT NULL default '1.00000000000000000000', `unit` varchar(50) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `mdl_quesnumeunit_queuni_uix` (`question`,`unit`), KEY `mdl_quesnumeunit_que_ix` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Optional unit options for numerical questions' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_question_numerical_units` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_question_randomsamatch` -- CREATE TABLE IF NOT EXISTS `mdl_question_randomsamatch` ( `id` bigint(10) unsigned NOT NULL auto_increment, `question` bigint(10) unsigned NOT NULL default '0', `choose` bigint(10) unsigned NOT NULL default '4', PRIMARY KEY (`id`), KEY `mdl_quesrand_que_ix` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Info about a random short-answer matching question' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_question_randomsamatch` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_question_sessions` -- CREATE TABLE IF NOT EXISTS `mdl_question_sessions` ( `id` bigint(10) unsigned NOT NULL auto_increment, `attemptid` bigint(10) unsigned NOT NULL default '0', `questionid` bigint(10) unsigned NOT NULL default '0', `newest` bigint(10) unsigned NOT NULL default '0', `newgraded` bigint(10) unsigned NOT NULL default '0', `sumpenalty` double NOT NULL default '0', `manualcomment` text NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_quessess_attque_uix` (`attemptid`,`questionid`), KEY `mdl_quessess_att_ix` (`attemptid`), KEY `mdl_quessess_que_ix` (`questionid`), KEY `mdl_quessess_new_ix` (`newest`), KEY `mdl_quessess_new2_ix` (`newgraded`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Gives ids of the newest open and newest graded states' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_question_sessions` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_question_shortanswer` -- CREATE TABLE IF NOT EXISTS `mdl_question_shortanswer` ( `id` bigint(10) unsigned NOT NULL auto_increment, `question` bigint(10) unsigned NOT NULL default '0', `answers` varchar(255) NOT NULL default '', `usecase` tinyint(2) NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_quesshor_que_ix` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Options for short answer questions' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_question_shortanswer` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_question_states` -- CREATE TABLE IF NOT EXISTS `mdl_question_states` ( `id` bigint(10) unsigned NOT NULL auto_increment, `attempt` bigint(10) unsigned NOT NULL default '0', `question` bigint(10) unsigned NOT NULL default '0', `originalquestion` bigint(10) unsigned NOT NULL default '0', `seq_number` mediumint(6) unsigned NOT NULL default '0', `answer` text NOT NULL, `timestamp` bigint(10) unsigned NOT NULL default '0', `event` smallint(4) unsigned NOT NULL default '0', `grade` double NOT NULL default '0', `raw_grade` double NOT NULL default '0', `penalty` double NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_quesstat_att_ix` (`attempt`), KEY `mdl_quesstat_que_ix` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores user responses to an attempt, and percentage grades' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_question_states` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_question_truefalse` -- CREATE TABLE IF NOT EXISTS `mdl_question_truefalse` ( `id` bigint(10) unsigned NOT NULL auto_increment, `question` bigint(10) unsigned NOT NULL default '0', `trueanswer` bigint(10) unsigned NOT NULL default '0', `falseanswer` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_questrue_que_ix` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Options for True-False questions' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_question_truefalse` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_quiz` -- CREATE TABLE IF NOT EXISTS `mdl_quiz` ( `id` bigint(10) unsigned NOT NULL auto_increment, `course` bigint(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `intro` text NOT NULL, `timeopen` bigint(10) unsigned NOT NULL default '0', `timeclose` bigint(10) unsigned NOT NULL default '0', `optionflags` bigint(10) unsigned NOT NULL default '0', `penaltyscheme` smallint(4) unsigned NOT NULL default '0', `attempts` mediumint(6) NOT NULL default '0', `attemptonlast` smallint(4) NOT NULL default '0', `grademethod` smallint(4) NOT NULL default '1', `decimalpoints` smallint(4) NOT NULL default '2', `review` bigint(10) unsigned NOT NULL default '0', `questionsperpage` bigint(10) NOT NULL default '0', `shufflequestions` smallint(4) NOT NULL default '0', `shuffleanswers` smallint(4) NOT NULL default '0', `questions` text NOT NULL, `sumgrades` bigint(10) NOT NULL default '0', `grade` bigint(10) NOT NULL default '0', `timecreated` bigint(10) unsigned NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', `timelimit` bigint(10) unsigned NOT NULL default '0', `password` varchar(255) NOT NULL default '', `subnet` varchar(255) NOT NULL default '', `popup` smallint(4) NOT NULL default '0', `delay1` bigint(10) NOT NULL default '0', `delay2` bigint(10) NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_quiz_cou_ix` (`course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Main information about each quiz' AUTO_INCREMENT=2 ; -- -- Volcar la base de datos para la tabla `mdl_quiz` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_quiz_attempts` -- CREATE TABLE IF NOT EXISTS `mdl_quiz_attempts` ( `id` bigint(10) unsigned NOT NULL auto_increment, `uniqueid` bigint(10) unsigned NOT NULL default '0', `quiz` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `attempt` mediumint(6) NOT NULL default '0', `sumgrades` double NOT NULL default '0', `timestart` bigint(10) unsigned NOT NULL default '0', `timefinish` bigint(10) unsigned NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', `layout` text NOT NULL, `preview` smallint(3) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_quizatte_uni_uix` (`uniqueid`), KEY `mdl_quizatte_use_ix` (`userid`), KEY `mdl_quizatte_qui_ix` (`quiz`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores various attempts on a quiz' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_quiz_attempts` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_quiz_feedback` -- CREATE TABLE IF NOT EXISTS `mdl_quiz_feedback` ( `id` bigint(10) unsigned NOT NULL auto_increment, `quizid` bigint(10) unsigned NOT NULL default '0', `feedbacktext` text NOT NULL, `mingrade` double NOT NULL default '0', `maxgrade` double NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_quizfeed_qui_ix` (`quizid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Feedback given to students based on their overall score on t' AUTO_INCREMENT=2 ; -- -- Volcar la base de datos para la tabla `mdl_quiz_feedback` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_quiz_grades` -- CREATE TABLE IF NOT EXISTS `mdl_quiz_grades` ( `id` bigint(10) unsigned NOT NULL auto_increment, `quiz` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `grade` double NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_quizgrad_use_ix` (`userid`), KEY `mdl_quizgrad_qui_ix` (`quiz`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Final quiz grade (may be best of several attempts)' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_quiz_grades` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_quiz_question_instances` -- CREATE TABLE IF NOT EXISTS `mdl_quiz_question_instances` ( `id` bigint(10) unsigned NOT NULL auto_increment, `quiz` bigint(10) unsigned NOT NULL default '0', `question` bigint(10) unsigned NOT NULL default '0', `grade` mediumint(6) NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_quizquesinst_qui_ix` (`quiz`), KEY `mdl_quizquesinst_que_ix` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='The grade for a question in a quiz' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_quiz_question_instances` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_quiz_question_versions` -- CREATE TABLE IF NOT EXISTS `mdl_quiz_question_versions` ( `id` bigint(10) unsigned NOT NULL auto_increment, `quiz` bigint(10) unsigned NOT NULL default '0', `oldquestion` bigint(10) unsigned NOT NULL default '0', `newquestion` bigint(10) unsigned NOT NULL default '0', `originalquestion` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `timestamp` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_quizquesvers_qui_ix` (`quiz`), KEY `mdl_quizquesvers_old_ix` (`oldquestion`), KEY `mdl_quizquesvers_new_ix` (`newquestion`), KEY `mdl_quizquesvers_ori_ix` (`originalquestion`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='quiz_question_versions table retrofitted from MySQL' AUTO_INCREMENT=1 ; -- -- Volcar la base de datos para la tabla `mdl_quiz_question_versions` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_resource` -- CREATE TABLE IF NOT EXISTS `mdl_resource` ( `id` bigint(10) unsigned NOT NULL auto_increment, `course` bigint(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `type` varchar(30) NOT NULL default '', `reference` varchar(255) NOT NULL default '', `summary` text, `alltext` mediumtext NOT NULL, `popup` text NOT NULL, `options` varchar(255) NOT NULL default '', `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_reso_cou_ix` (`course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='each record is one resource and its config data' AUTO_INCREMENT=9 ; -- -- Volcar la base de datos para la tabla `mdl_resource` -- INSERT INTO `mdl_resource` (`id`, `course`, `name`, `type`, `reference`, `summary`, `alltext`, `popup`, `options`, `timemodified`) VALUES (1, 2, 'Guía de uso de la plataforma', 'file', 'http://dfd', '

Guía de uso de la plataforma

', '', '', '', 1306740652), (2, 2, 'Guía Metodología del curso', 'file', 'http://', 'Guía metodología del curso', '', '', '', 1306740683), (3, 2, 'Módulo 1 para descargar', 'file', 'MOD.1_UNIDAD_1_GESTION_DE_LA_INNOVACION.pdf', 'Módulo 1 para descargar en pdf ', '', 'resizable=1,scrollbars=1,directories=1,location=1,menubar=1,toolbar=1,status=1,width=620,height=450', '', 1310570875), (4, 2, 'Caso práctico', 'file', 'MOD._1_CASO_PRACTICO_IDi.doc', 'Caso Práctico del Módulo I : I+D+i', '', 'resizable=1,scrollbars=1,directories=1,location=1,menubar=1,toolbar=1,status=1,width=620,height=450', '', 1307518320), (5, 2, 'Módulo 6 para descargar', 'file', 'MOD.6_-_AGENDA_21.pdf', '', '', 'resizable=1,scrollbars=1,directories=1,location=1,menubar=1,toolbar=1,status=1,width=620,height=450', '', 1307518986), (6, 2, 'Caso práctico', 'file', 'MOD.6_CASO_PRACTICO_AGENDA_21.doc', 'Realiza el caso práctico del Módulo VI', '', 'resizable=1,scrollbars=1,directories=1,location=1,menubar=1,toolbar=1,status=1,width=620,height=450', '', 1307525831), (7, 2, 'Caso Práctico', 'file', 'CASO_PRACTICO.doc', 'Caso Práctico donde el alumno tiene que enviar el ejercicio al profesor', '', '', '', 1310468111), (8, 2, 'Módulo 5 para descargar', 'file', 'MODULO_4.pdf', 'Módulo 5 en PDF ', '', '', '', 1310507905); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_role` -- CREATE TABLE IF NOT EXISTS `mdl_role` ( `id` bigint(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `shortname` varchar(100) NOT NULL default '', `description` text NOT NULL, `sortorder` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_role_sor_uix` (`sortorder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='moodle roles' AUTO_INCREMENT=8 ; -- -- Volcar la base de datos para la tabla `mdl_role` -- INSERT INTO `mdl_role` (`id`, `name`, `shortname`, `description`, `sortorder`) VALUES (1, 'Administrator', 'admin', 'Administrators can usually do anything on the site, in all courses.', 0), (2, 'Course creator', 'coursecreator', 'Course creators can create new courses.', 1), (3, 'Teacher', 'editingteacher', 'Teachers can do anything within a course, including changing the activities and grading students.', 2), (4, 'Non-editing teacher', 'teacher', 'Non-editing teachers can teach in courses and grade students, but may not alter activities.', 3), (5, 'Student', 'student', 'Students generally have fewer privileges within a course.', 4), (6, 'Guest', 'guest', 'Guests have minimal privileges and usually can not enter text anywhere.', 5), (7, 'Authenticated user', 'user', 'All logged in users.', 6); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_role_allow_assign` -- CREATE TABLE IF NOT EXISTS `mdl_role_allow_assign` ( `id` bigint(10) unsigned NOT NULL auto_increment, `roleid` bigint(10) unsigned NOT NULL default '0', `allowassign` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_rolealloassi_rolall_uix` (`roleid`,`allowassign`), KEY `mdl_rolealloassi_rol_ix` (`roleid`), KEY `mdl_rolealloassi_all_ix` (`allowassign`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='this defines what role can assign what role' AUTO_INCREMENT=14 ; -- -- Volcar la base de datos para la tabla `mdl_role_allow_assign` -- INSERT INTO `mdl_role_allow_assign` (`id`, `roleid`, `allowassign`) VALUES (1, 1, 1), (2, 1, 2), (3, 1, 4), (4, 1, 3), (5, 1, 5), (6, 1, 6), (7, 2, 4), (8, 2, 3), (9, 2, 5), (10, 2, 6), (11, 3, 4), (12, 3, 5), (13, 3, 6); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_role_allow_override` -- CREATE TABLE IF NOT EXISTS `mdl_role_allow_override` ( `id` bigint(10) unsigned NOT NULL auto_increment, `roleid` bigint(10) unsigned NOT NULL default '0', `allowoverride` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_rolealloover_rolall_uix` (`roleid`,`allowoverride`), KEY `mdl_rolealloover_rol_ix` (`roleid`), KEY `mdl_rolealloover_all_ix` (`allowoverride`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='this defines what role can override what role' AUTO_INCREMENT=8 ; -- -- Volcar la base de datos para la tabla `mdl_role_allow_override` -- INSERT INTO `mdl_role_allow_override` (`id`, `roleid`, `allowoverride`) VALUES (1, 1, 1), (2, 1, 2), (3, 1, 4), (4, 1, 3), (5, 1, 5), (6, 1, 6), (7, 1, 7); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_role_assignments` -- CREATE TABLE IF NOT EXISTS `mdl_role_assignments` ( `id` bigint(10) unsigned NOT NULL auto_increment, `roleid` bigint(10) unsigned NOT NULL default '0', `contextid` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `hidden` tinyint(1) unsigned NOT NULL default '0', `timestart` bigint(10) unsigned NOT NULL default '0', `timeend` bigint(10) unsigned NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', `modifierid` bigint(10) unsigned NOT NULL default '0', `enrol` varchar(20) NOT NULL default '', `sortorder` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_roleassi_conroluse_uix` (`contextid`,`roleid`,`userid`), KEY `mdl_roleassi_sor_ix` (`sortorder`), KEY `mdl_roleassi_rol_ix` (`roleid`), KEY `mdl_roleassi_con_ix` (`contextid`), KEY `mdl_roleassi_use_ix` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='assigning roles to different context' AUTO_INCREMENT=4 ; -- -- Volcar la base de datos para la tabla `mdl_role_assignments` -- INSERT INTO `mdl_role_assignments` (`id`, `roleid`, `contextid`, `userid`, `hidden`, `timestart`, `timeend`, `timemodified`, `modifierid`, `enrol`, `sortorder`) VALUES (1, 1, 1, 2, 0, 0, 0, 1305712122, 0, 'manual', 0), (2, 5, 12, 3, 0, 1306706400, 0, 1306748196, 3, 'manual', 0), (3, 5, 12, 4, 0, 1306965600, 0, 1307007998, 4, 'manual', 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_role_capabilities` -- CREATE TABLE IF NOT EXISTS `mdl_role_capabilities` ( `id` bigint(10) unsigned NOT NULL auto_increment, `contextid` bigint(10) unsigned NOT NULL default '0', `roleid` bigint(10) unsigned NOT NULL default '0', `capability` varchar(255) NOT NULL default '', `permission` bigint(10) NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', `modifierid` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_rolecapa_rolconcap_uix` (`roleid`,`contextid`,`capability`), KEY `mdl_rolecapa_rol_ix` (`roleid`), KEY `mdl_rolecapa_con_ix` (`contextid`), KEY `mdl_rolecapa_mod_ix` (`modifierid`), KEY `mdl_rolecapa_cap_ix` (`capability`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='permission has to be signed, overriding a capability for a p' AUTO_INCREMENT=575 ; -- -- Volcar la base de datos para la tabla `mdl_role_capabilities` -- INSERT INTO `mdl_role_capabilities` (`id`, `contextid`, `roleid`, `capability`, `permission`, `timemodified`, `modifierid`) VALUES (1, 1, 1, 'moodle/legacy:admin', 1, 1305712007, 0), (2, 1, 2, 'moodle/legacy:coursecreator', 1, 1305712007, 0), (3, 1, 3, 'moodle/legacy:editingteacher', 1, 1305712007, 0), (4, 1, 4, 'moodle/legacy:teacher', 1, 1305712007, 0), (5, 1, 5, 'moodle/legacy:student', 1, 1305712007, 0), (6, 1, 6, 'moodle/legacy:guest', 1, 1305712007, 0), (7, 1, 7, 'moodle/legacy:user', 1, 1305712007, 0), (8, 1, 1, 'moodle/site:doanything', 1, 1305712007, 0), (9, 1, 1, 'moodle/site:config', 1, 1305712008, 0), (10, 1, 1, 'moodle/site:readallmessages', 1, 1305712008, 0), (11, 1, 3, 'moodle/site:readallmessages', 1, 1305712008, 0), (12, 1, 1, 'moodle/site:sendmessage', 1, 1305712008, 0), (13, 1, 7, 'moodle/site:sendmessage', 1, 1305712008, 0), (14, 1, 1, 'moodle/site:approvecourse', 1, 1305712008, 0), (15, 1, 3, 'moodle/site:import', 1, 1305712008, 0), (16, 1, 1, 'moodle/site:import', 1, 1305712008, 0), (17, 1, 3, 'moodle/site:backup', 1, 1305712008, 0), (18, 1, 1, 'moodle/site:backup', 1, 1305712008, 0), (19, 1, 1, 'moodle/backup:userinfo', 1, 1305712008, 0), (20, 1, 3, 'moodle/site:restore', 1, 1305712008, 0), (21, 1, 1, 'moodle/site:restore', 1, 1305712008, 0), (22, 1, 1, 'moodle/restore:createuser', 1, 1305712008, 0), (23, 1, 1, 'moodle/restore:userinfo', 1, 1305712008, 0), (24, 1, 2, 'moodle/restore:rolldates', 1, 1305712008, 0), (25, 1, 1, 'moodle/restore:rolldates', 1, 1305712008, 0), (26, 1, 3, 'moodle/site:manageblocks', 1, 1305712008, 0), (27, 1, 1, 'moodle/site:manageblocks', 1, 1305712008, 0), (28, 1, 4, 'moodle/site:accessallgroups', 1, 1305712008, 0), (29, 1, 3, 'moodle/site:accessallgroups', 1, 1305712008, 0), (30, 1, 1, 'moodle/site:accessallgroups', 1, 1305712008, 0), (31, 1, 4, 'moodle/site:viewfullnames', 1, 1305712008, 0), (32, 1, 3, 'moodle/site:viewfullnames', 1, 1305712008, 0), (33, 1, 1, 'moodle/site:viewfullnames', 1, 1305712008, 0), (34, 1, 4, 'moodle/site:viewreports', 1, 1305712008, 0), (35, 1, 3, 'moodle/site:viewreports', 1, 1305712008, 0), (36, 1, 1, 'moodle/site:viewreports', 1, 1305712008, 0), (37, 1, 3, 'moodle/site:trustcontent', 1, 1305712008, 0), (38, 1, 1, 'moodle/site:trustcontent', 1, 1305712008, 0), (39, 1, 1, 'moodle/site:uploadusers', 1, 1305712008, 0), (40, 1, 1, 'moodle/site:langeditmaster', -1, 1305712008, 0), (41, 1, 1, 'moodle/site:langeditlocal', 1, 1305712008, 0), (42, 1, 1, 'moodle/user:create', 1, 1305712008, 0), (43, 1, 1, 'moodle/user:delete', 1, 1305712008, 0), (44, 1, 1, 'moodle/user:update', 1, 1305712008, 0), (45, 1, 6, 'moodle/user:viewdetails', 1, 1305712008, 0), (46, 1, 5, 'moodle/user:viewdetails', 1, 1305712008, 0), (47, 1, 4, 'moodle/user:viewdetails', 1, 1305712008, 0), (48, 1, 3, 'moodle/user:viewdetails', 1, 1305712008, 0), (49, 1, 1, 'moodle/user:viewdetails', 1, 1305712008, 0), (50, 1, 4, 'moodle/user:viewhiddendetails', 1, 1305712008, 0), (51, 1, 3, 'moodle/user:viewhiddendetails', 1, 1305712008, 0), (52, 1, 1, 'moodle/user:viewhiddendetails', 1, 1305712008, 0), (53, 1, 1, 'moodle/user:loginas', 1, 1305712008, 0), (54, 1, 3, 'moodle/role:assign', 1, 1305712008, 0), (55, 1, 1, 'moodle/role:assign', 1, 1305712008, 0), (56, 1, 1, 'moodle/role:override', 1, 1305712008, 0), (57, 1, 3, 'moodle/role:safeoverride', 1, 1305712008, 0), (58, 1, 1, 'moodle/role:manage', 1, 1305712008, 0), (59, 1, 4, 'moodle/role:unassignself', 1, 1305712008, 0), (60, 1, 3, 'moodle/role:unassignself', 1, 1305712008, 0), (61, 1, 2, 'moodle/role:unassignself', 1, 1305712008, 0), (62, 1, 1, 'moodle/role:unassignself', 1, 1305712008, 0), (63, 1, 4, 'moodle/role:viewhiddenassigns', 1, 1305712008, 0), (64, 1, 3, 'moodle/role:viewhiddenassigns', 1, 1305712008, 0), (65, 1, 1, 'moodle/role:viewhiddenassigns', 1, 1305712008, 0), (66, 1, 3, 'moodle/role:switchroles', 1, 1305712008, 0), (67, 1, 1, 'moodle/role:switchroles', 1, 1305712008, 0), (68, 1, 1, 'moodle/category:manage', 1, 1305712008, 0), (69, 1, 2, 'moodle/category:viewhiddencategories', 1, 1305712008, 0), (70, 1, 1, 'moodle/category:viewhiddencategories', 1, 1305712008, 0), (71, 1, 2, 'moodle/course:create', 1, 1305712008, 0), (72, 1, 1, 'moodle/course:create', 1, 1305712008, 0), (73, 1, 7, 'moodle/course:request', 1, 1305712008, 0), (74, 1, 1, 'moodle/course:delete', 1, 1305712008, 0), (75, 1, 3, 'moodle/course:update', 1, 1305712008, 0), (76, 1, 1, 'moodle/course:update', 1, 1305712008, 0), (77, 1, 6, 'moodle/course:view', 1, 1305712008, 0), (78, 1, 5, 'moodle/course:view', 1, 1305712008, 0), (79, 1, 4, 'moodle/course:view', 1, 1305712008, 0), (80, 1, 3, 'moodle/course:view', 1, 1305712008, 0), (81, 1, 4, 'moodle/course:bulkmessaging', 1, 1305712008, 0), (82, 1, 3, 'moodle/course:bulkmessaging', 1, 1305712008, 0), (83, 1, 1, 'moodle/course:bulkmessaging', 1, 1305712008, 0), (84, 1, 4, 'moodle/course:viewhiddenuserfields', 1, 1305712008, 0), (85, 1, 3, 'moodle/course:viewhiddenuserfields', 1, 1305712008, 0), (86, 1, 1, 'moodle/course:viewhiddenuserfields', 1, 1305712008, 0), (87, 1, 2, 'moodle/course:viewhiddencourses', 1, 1305712008, 0), (88, 1, 4, 'moodle/course:viewhiddencourses', 1, 1305712008, 0), (89, 1, 3, 'moodle/course:viewhiddencourses', 1, 1305712008, 0), (90, 1, 1, 'moodle/course:viewhiddencourses', 1, 1305712008, 0), (91, 1, 3, 'moodle/course:visibility', 1, 1305712008, 0), (92, 1, 1, 'moodle/course:visibility', 1, 1305712008, 0), (93, 1, 3, 'moodle/course:managefiles', 1, 1305712008, 0), (94, 1, 1, 'moodle/course:managefiles', 1, 1305712008, 0), (95, 1, 3, 'moodle/course:manageactivities', 1, 1305712008, 0), (96, 1, 1, 'moodle/course:manageactivities', 1, 1305712008, 0), (97, 1, 3, 'moodle/course:managemetacourse', 1, 1305712008, 0), (98, 1, 1, 'moodle/course:managemetacourse', 1, 1305712008, 0), (99, 1, 3, 'moodle/course:activityvisibility', 1, 1305712008, 0), (100, 1, 1, 'moodle/course:activityvisibility', 1, 1305712008, 0), (101, 1, 4, 'moodle/course:viewhiddenactivities', 1, 1305712008, 0), (102, 1, 3, 'moodle/course:viewhiddenactivities', 1, 1305712008, 0), (103, 1, 1, 'moodle/course:viewhiddenactivities', 1, 1305712008, 0), (104, 1, 5, 'moodle/course:viewparticipants', 1, 1305712008, 0), (105, 1, 4, 'moodle/course:viewparticipants', 1, 1305712008, 0), (106, 1, 3, 'moodle/course:viewparticipants', 1, 1305712008, 0), (107, 1, 1, 'moodle/course:viewparticipants', 1, 1305712008, 0), (108, 1, 3, 'moodle/course:changefullname', 1, 1305712008, 0), (109, 1, 1, 'moodle/course:changefullname', 1, 1305712008, 0), (110, 1, 3, 'moodle/course:changeshortname', 1, 1305712008, 0), (111, 1, 1, 'moodle/course:changeshortname', 1, 1305712008, 0), (112, 1, 3, 'moodle/course:changeidnumber', 1, 1305712008, 0), (113, 1, 1, 'moodle/course:changeidnumber', 1, 1305712008, 0), (114, 1, 3, 'moodle/course:changecategory', 1, 1305712008, 0), (115, 1, 1, 'moodle/course:changecategory', 1, 1305712008, 0), (116, 1, 3, 'moodle/course:changesummary', 1, 1305712008, 0), (117, 1, 1, 'moodle/course:changesummary', 1, 1305712008, 0), (118, 1, 1, 'moodle/site:viewparticipants', 1, 1305712008, 0), (119, 1, 5, 'moodle/course:viewscales', 1, 1305712008, 0), (120, 1, 4, 'moodle/course:viewscales', 1, 1305712008, 0), (121, 1, 3, 'moodle/course:viewscales', 1, 1305712008, 0), (122, 1, 1, 'moodle/course:viewscales', 1, 1305712008, 0), (123, 1, 3, 'moodle/course:managescales', 1, 1305712008, 0), (124, 1, 1, 'moodle/course:managescales', 1, 1305712008, 0), (125, 1, 3, 'moodle/course:managegroups', 1, 1305712008, 0), (126, 1, 1, 'moodle/course:managegroups', 1, 1305712008, 0), (127, 1, 3, 'moodle/course:reset', 1, 1305712008, 0), (128, 1, 1, 'moodle/course:reset', 1, 1305712008, 0), (129, 1, 6, 'moodle/blog:view', 1, 1305712008, 0), (130, 1, 7, 'moodle/blog:view', 1, 1305712008, 0), (131, 1, 5, 'moodle/blog:view', 1, 1305712008, 0), (132, 1, 4, 'moodle/blog:view', 1, 1305712008, 0), (133, 1, 3, 'moodle/blog:view', 1, 1305712008, 0), (134, 1, 1, 'moodle/blog:view', 1, 1305712008, 0), (135, 1, 7, 'moodle/blog:create', 1, 1305712008, 0), (136, 1, 1, 'moodle/blog:create', 1, 1305712008, 0), (137, 1, 4, 'moodle/blog:manageentries', 1, 1305712008, 0), (138, 1, 3, 'moodle/blog:manageentries', 1, 1305712008, 0), (139, 1, 1, 'moodle/blog:manageentries', 1, 1305712008, 0), (140, 1, 7, 'moodle/calendar:manageownentries', 1, 1305712008, 0), (141, 1, 1, 'moodle/calendar:manageownentries', 1, 1305712008, 0), (142, 1, 4, 'moodle/calendar:managegroupentries', 1, 1305712008, 0), (143, 1, 3, 'moodle/calendar:managegroupentries', 1, 1305712008, 0), (144, 1, 1, 'moodle/calendar:managegroupentries', 1, 1305712008, 0), (145, 1, 4, 'moodle/calendar:manageentries', 1, 1305712008, 0), (146, 1, 3, 'moodle/calendar:manageentries', 1, 1305712008, 0), (147, 1, 1, 'moodle/calendar:manageentries', 1, 1305712008, 0), (148, 1, 1, 'moodle/user:editprofile', 1, 1305712008, 0), (149, 1, 6, 'moodle/user:editownprofile', -1000, 1305712008, 0), (150, 1, 7, 'moodle/user:editownprofile', 1, 1305712008, 0), (151, 1, 1, 'moodle/user:editownprofile', 1, 1305712008, 0), (152, 1, 6, 'moodle/user:changeownpassword', -1000, 1305712008, 0), (153, 1, 7, 'moodle/user:changeownpassword', 1, 1305712008, 0), (154, 1, 1, 'moodle/user:changeownpassword', 1, 1305712008, 0), (155, 1, 5, 'moodle/user:readuserposts', 1, 1305712008, 0), (156, 1, 4, 'moodle/user:readuserposts', 1, 1305712008, 0), (157, 1, 3, 'moodle/user:readuserposts', 1, 1305712008, 0), (158, 1, 1, 'moodle/user:readuserposts', 1, 1305712008, 0), (159, 1, 5, 'moodle/user:readuserblogs', 1, 1305712008, 0), (160, 1, 4, 'moodle/user:readuserblogs', 1, 1305712008, 0), (161, 1, 3, 'moodle/user:readuserblogs', 1, 1305712008, 0), (162, 1, 1, 'moodle/user:readuserblogs', 1, 1305712008, 0), (163, 1, 3, 'moodle/question:managecategory', 1, 1305712008, 0), (164, 1, 1, 'moodle/question:managecategory', 1, 1305712008, 0), (165, 1, 3, 'moodle/question:add', 1, 1305712008, 0), (166, 1, 1, 'moodle/question:add', 1, 1305712008, 0), (167, 1, 3, 'moodle/question:editmine', 1, 1305712008, 0), (168, 1, 1, 'moodle/question:editmine', 1, 1305712008, 0), (169, 1, 3, 'moodle/question:editall', 1, 1305712008, 0), (170, 1, 1, 'moodle/question:editall', 1, 1305712008, 0), (171, 1, 3, 'moodle/question:viewmine', 1, 1305712008, 0), (172, 1, 1, 'moodle/question:viewmine', 1, 1305712008, 0), (173, 1, 3, 'moodle/question:viewall', 1, 1305712008, 0), (174, 1, 1, 'moodle/question:viewall', 1, 1305712008, 0), (175, 1, 3, 'moodle/question:usemine', 1, 1305712008, 0), (176, 1, 1, 'moodle/question:usemine', 1, 1305712008, 0), (177, 1, 3, 'moodle/question:useall', 1, 1305712008, 0), (178, 1, 1, 'moodle/question:useall', 1, 1305712008, 0), (179, 1, 3, 'moodle/question:movemine', 1, 1305712008, 0), (180, 1, 1, 'moodle/question:movemine', 1, 1305712008, 0), (181, 1, 3, 'moodle/question:moveall', 1, 1305712008, 0), (182, 1, 1, 'moodle/question:moveall', 1, 1305712008, 0), (183, 1, 1, 'moodle/question:config', 1, 1305712008, 0), (184, 1, 4, 'moodle/site:doclinks', 1, 1305712008, 0), (185, 1, 3, 'moodle/site:doclinks', 1, 1305712008, 0), (186, 1, 1, 'moodle/site:doclinks', 1, 1305712008, 0), (187, 1, 3, 'moodle/course:sectionvisibility', 1, 1305712008, 0), (188, 1, 1, 'moodle/course:sectionvisibility', 1, 1305712008, 0), (189, 1, 3, 'moodle/course:useremail', 1, 1305712008, 0), (190, 1, 1, 'moodle/course:useremail', 1, 1305712008, 0), (191, 1, 3, 'moodle/course:viewhiddensections', 1, 1305712008, 0), (192, 1, 1, 'moodle/course:viewhiddensections', 1, 1305712008, 0), (193, 1, 3, 'moodle/course:setcurrentsection', 1, 1305712008, 0), (194, 1, 1, 'moodle/course:setcurrentsection', 1, 1305712008, 0), (195, 1, 1, 'moodle/site:mnetlogintoremote', 1, 1305712008, 0), (196, 1, 4, 'moodle/grade:viewall', 1, 1305712008, 0), (197, 1, 3, 'moodle/grade:viewall', 1, 1305712008, 0), (198, 1, 1, 'moodle/grade:viewall', 1, 1305712008, 0), (199, 1, 5, 'moodle/grade:view', 1, 1305712008, 0), (200, 1, 4, 'moodle/grade:viewhidden', 1, 1305712008, 0), (201, 1, 3, 'moodle/grade:viewhidden', 1, 1305712008, 0), (202, 1, 1, 'moodle/grade:viewhidden', 1, 1305712008, 0), (203, 1, 3, 'moodle/grade:import', 1, 1305712008, 0), (204, 1, 1, 'moodle/grade:import', 1, 1305712008, 0), (205, 1, 4, 'moodle/grade:export', 1, 1305712008, 0), (206, 1, 3, 'moodle/grade:export', 1, 1305712008, 0), (207, 1, 1, 'moodle/grade:export', 1, 1305712008, 0), (208, 1, 3, 'moodle/grade:manage', 1, 1305712008, 0), (209, 1, 1, 'moodle/grade:manage', 1, 1305712008, 0), (210, 1, 3, 'moodle/grade:edit', 1, 1305712008, 0), (211, 1, 1, 'moodle/grade:edit', 1, 1305712008, 0), (212, 1, 3, 'moodle/grade:manageoutcomes', 1, 1305712008, 0), (213, 1, 1, 'moodle/grade:manageoutcomes', 1, 1305712008, 0), (214, 1, 3, 'moodle/grade:manageletters', 1, 1305712008, 0), (215, 1, 1, 'moodle/grade:manageletters', 1, 1305712008, 0), (216, 1, 3, 'moodle/grade:hide', 1, 1305712008, 0), (217, 1, 1, 'moodle/grade:hide', 1, 1305712008, 0), (218, 1, 3, 'moodle/grade:lock', 1, 1305712008, 0), (219, 1, 1, 'moodle/grade:lock', 1, 1305712008, 0), (220, 1, 3, 'moodle/grade:unlock', 1, 1305712008, 0), (221, 1, 1, 'moodle/grade:unlock', 1, 1305712008, 0), (222, 1, 7, 'moodle/my:manageblocks', 1, 1305712008, 0), (223, 1, 4, 'moodle/notes:view', 1, 1305712008, 0), (224, 1, 3, 'moodle/notes:view', 1, 1305712008, 0), (225, 1, 1, 'moodle/notes:view', 1, 1305712008, 0), (226, 1, 4, 'moodle/notes:manage', 1, 1305712008, 0), (227, 1, 3, 'moodle/notes:manage', 1, 1305712008, 0), (228, 1, 1, 'moodle/notes:manage', 1, 1305712008, 0), (229, 1, 4, 'moodle/tag:manage', 1, 1305712008, 0), (230, 1, 3, 'moodle/tag:manage', 1, 1305712008, 0), (231, 1, 1, 'moodle/tag:manage', 1, 1305712008, 0), (232, 1, 1, 'moodle/tag:create', 1, 1305712008, 0), (233, 1, 7, 'moodle/tag:create', 1, 1305712008, 0), (234, 1, 1, 'moodle/tag:edit', 1, 1305712008, 0), (235, 1, 7, 'moodle/tag:edit', 1, 1305712008, 0), (236, 1, 4, 'moodle/tag:editblocks', 1, 1305712008, 0), (237, 1, 3, 'moodle/tag:editblocks', 1, 1305712008, 0), (238, 1, 1, 'moodle/tag:editblocks', 1, 1305712008, 0), (239, 1, 6, 'moodle/block:view', 1, 1305712008, 0), (240, 1, 7, 'moodle/block:view', 1, 1305712008, 0), (241, 1, 5, 'moodle/block:view', 1, 1305712008, 0), (242, 1, 4, 'moodle/block:view', 1, 1305712008, 0), (243, 1, 3, 'moodle/block:view', 1, 1305712008, 0), (244, 1, 2, 'moodle/block:view', 1, 1305712008, 0), (245, 1, 6, 'mod/assignment:view', 1, 1305712017, 0), (246, 1, 5, 'mod/assignment:view', 1, 1305712017, 0), (247, 1, 4, 'mod/assignment:view', 1, 1305712017, 0), (248, 1, 3, 'mod/assignment:view', 1, 1305712017, 0), (249, 1, 1, 'mod/assignment:view', 1, 1305712017, 0), (250, 1, 5, 'mod/assignment:submit', 1, 1305712017, 0), (251, 1, 4, 'mod/assignment:grade', 1, 1305712017, 0), (252, 1, 3, 'mod/assignment:grade', 1, 1305712017, 0), (253, 1, 1, 'mod/assignment:grade', 1, 1305712017, 0), (254, 1, 5, 'mod/chat:chat', 1, 1305712022, 0), (255, 1, 4, 'mod/chat:chat', 1, 1305712022, 0), (256, 1, 3, 'mod/chat:chat', 1, 1305712022, 0), (257, 1, 1, 'mod/chat:chat', 1, 1305712022, 0), (258, 1, 5, 'mod/chat:readlog', 1, 1305712022, 0), (259, 1, 4, 'mod/chat:readlog', 1, 1305712022, 0), (260, 1, 3, 'mod/chat:readlog', 1, 1305712022, 0), (261, 1, 1, 'mod/chat:readlog', 1, 1305712022, 0), (262, 1, 4, 'mod/chat:deletelog', 1, 1305712022, 0), (263, 1, 3, 'mod/chat:deletelog', 1, 1305712022, 0), (264, 1, 1, 'mod/chat:deletelog', 1, 1305712022, 0), (265, 1, 5, 'mod/choice:choose', 1, 1305712023, 0), (266, 1, 4, 'mod/choice:choose', 1, 1305712023, 0), (267, 1, 3, 'mod/choice:choose', 1, 1305712023, 0), (268, 1, 1, 'mod/choice:choose', 1, 1305712023, 0), (269, 1, 4, 'mod/choice:readresponses', 1, 1305712023, 0), (270, 1, 3, 'mod/choice:readresponses', 1, 1305712023, 0), (271, 1, 1, 'mod/choice:readresponses', 1, 1305712023, 0), (272, 1, 4, 'mod/choice:deleteresponses', 1, 1305712023, 0), (273, 1, 3, 'mod/choice:deleteresponses', 1, 1305712023, 0), (274, 1, 1, 'mod/choice:deleteresponses', 1, 1305712023, 0), (275, 1, 4, 'mod/choice:downloadresponses', 1, 1305712023, 0), (276, 1, 3, 'mod/choice:downloadresponses', 1, 1305712023, 0), (277, 1, 1, 'mod/choice:downloadresponses', 1, 1305712023, 0), (278, 1, 6, 'mod/data:viewentry', 1, 1305712023, 0), (279, 1, 5, 'mod/data:viewentry', 1, 1305712023, 0), (280, 1, 4, 'mod/data:viewentry', 1, 1305712023, 0), (281, 1, 3, 'mod/data:viewentry', 1, 1305712023, 0), (282, 1, 1, 'mod/data:viewentry', 1, 1305712023, 0), (283, 1, 5, 'mod/data:writeentry', 1, 1305712023, 0), (284, 1, 4, 'mod/data:writeentry', 1, 1305712023, 0), (285, 1, 3, 'mod/data:writeentry', 1, 1305712023, 0), (286, 1, 1, 'mod/data:writeentry', 1, 1305712023, 0), (287, 1, 5, 'mod/data:comment', 1, 1305712023, 0), (288, 1, 4, 'mod/data:comment', 1, 1305712023, 0), (289, 1, 3, 'mod/data:comment', 1, 1305712023, 0), (290, 1, 1, 'mod/data:comment', 1, 1305712023, 0), (291, 1, 4, 'mod/data:viewrating', 1, 1305712023, 0), (292, 1, 3, 'mod/data:viewrating', 1, 1305712023, 0), (293, 1, 1, 'mod/data:viewrating', 1, 1305712023, 0), (294, 1, 4, 'mod/data:rate', 1, 1305712023, 0), (295, 1, 3, 'mod/data:rate', 1, 1305712023, 0), (296, 1, 1, 'mod/data:rate', 1, 1305712023, 0), (297, 1, 4, 'mod/data:approve', 1, 1305712023, 0), (298, 1, 3, 'mod/data:approve', 1, 1305712023, 0), (299, 1, 1, 'mod/data:approve', 1, 1305712023, 0), (300, 1, 4, 'mod/data:manageentries', 1, 1305712023, 0), (301, 1, 3, 'mod/data:manageentries', 1, 1305712023, 0), (302, 1, 1, 'mod/data:manageentries', 1, 1305712023, 0), (303, 1, 4, 'mod/data:managecomments', 1, 1305712024, 0), (304, 1, 3, 'mod/data:managecomments', 1, 1305712024, 0), (305, 1, 1, 'mod/data:managecomments', 1, 1305712024, 0), (306, 1, 3, 'mod/data:managetemplates', 1, 1305712024, 0), (307, 1, 1, 'mod/data:managetemplates', 1, 1305712024, 0), (308, 1, 4, 'mod/data:viewalluserpresets', 1, 1305712024, 0), (309, 1, 3, 'mod/data:viewalluserpresets', 1, 1305712024, 0), (310, 1, 1, 'mod/data:viewalluserpresets', 1, 1305712024, 0), (311, 1, 1, 'mod/data:manageuserpresets', 1, 1305712024, 0), (312, 1, 6, 'mod/forum:viewdiscussion', 1, 1305712027, 0), (313, 1, 5, 'mod/forum:viewdiscussion', 1, 1305712027, 0), (314, 1, 4, 'mod/forum:viewdiscussion', 1, 1305712027, 0), (315, 1, 3, 'mod/forum:viewdiscussion', 1, 1305712027, 0), (316, 1, 1, 'mod/forum:viewdiscussion', 1, 1305712027, 0), (317, 1, 4, 'mod/forum:viewhiddentimedposts', 1, 1305712027, 0), (318, 1, 3, 'mod/forum:viewhiddentimedposts', 1, 1305712027, 0), (319, 1, 1, 'mod/forum:viewhiddentimedposts', 1, 1305712027, 0), (320, 1, 5, 'mod/forum:startdiscussion', 1, 1305712027, 0), (321, 1, 4, 'mod/forum:startdiscussion', 1, 1305712027, 0), (322, 1, 3, 'mod/forum:startdiscussion', 1, 1305712027, 0), (323, 1, 1, 'mod/forum:startdiscussion', 1, 1305712027, 0), (324, 1, 5, 'mod/forum:replypost', 1, 1305712027, 0), (325, 1, 4, 'mod/forum:replypost', 1, 1305712027, 0), (326, 1, 3, 'mod/forum:replypost', 1, 1305712027, 0), (327, 1, 1, 'mod/forum:replypost', 1, 1305712027, 0), (328, 1, 4, 'mod/forum:addnews', 1, 1305712027, 0), (329, 1, 3, 'mod/forum:addnews', 1, 1305712027, 0), (330, 1, 1, 'mod/forum:addnews', 1, 1305712027, 0), (331, 1, 4, 'mod/forum:replynews', 1, 1305712027, 0), (332, 1, 3, 'mod/forum:replynews', 1, 1305712027, 0), (333, 1, 1, 'mod/forum:replynews', 1, 1305712027, 0), (334, 1, 5, 'mod/forum:viewrating', 1, 1305712027, 0), (335, 1, 4, 'mod/forum:viewrating', 1, 1305712027, 0), (336, 1, 3, 'mod/forum:viewrating', 1, 1305712027, 0), (337, 1, 1, 'mod/forum:viewrating', 1, 1305712027, 0), (338, 1, 4, 'mod/forum:viewanyrating', 1, 1305712027, 0), (339, 1, 3, 'mod/forum:viewanyrating', 1, 1305712027, 0), (340, 1, 1, 'mod/forum:viewanyrating', 1, 1305712027, 0), (341, 1, 4, 'mod/forum:rate', 1, 1305712027, 0), (342, 1, 3, 'mod/forum:rate', 1, 1305712027, 0), (343, 1, 1, 'mod/forum:rate', 1, 1305712027, 0), (344, 1, 5, 'mod/forum:createattachment', 1, 1305712027, 0), (345, 1, 4, 'mod/forum:createattachment', 1, 1305712027, 0), (346, 1, 3, 'mod/forum:createattachment', 1, 1305712027, 0), (347, 1, 1, 'mod/forum:createattachment', 1, 1305712027, 0), (348, 1, 5, 'mod/forum:deleteownpost', 1, 1305712027, 0), (349, 1, 4, 'mod/forum:deleteownpost', 1, 1305712027, 0), (350, 1, 3, 'mod/forum:deleteownpost', 1, 1305712027, 0), (351, 1, 1, 'mod/forum:deleteownpost', 1, 1305712027, 0), (352, 1, 4, 'mod/forum:deleteanypost', 1, 1305712027, 0), (353, 1, 3, 'mod/forum:deleteanypost', 1, 1305712027, 0), (354, 1, 1, 'mod/forum:deleteanypost', 1, 1305712027, 0), (355, 1, 4, 'mod/forum:splitdiscussions', 1, 1305712027, 0), (356, 1, 3, 'mod/forum:splitdiscussions', 1, 1305712027, 0), (357, 1, 1, 'mod/forum:splitdiscussions', 1, 1305712027, 0), (358, 1, 4, 'mod/forum:movediscussions', 1, 1305712027, 0), (359, 1, 3, 'mod/forum:movediscussions', 1, 1305712027, 0), (360, 1, 1, 'mod/forum:movediscussions', 1, 1305712027, 0), (361, 1, 4, 'mod/forum:editanypost', 1, 1305712027, 0), (362, 1, 3, 'mod/forum:editanypost', 1, 1305712027, 0), (363, 1, 1, 'mod/forum:editanypost', 1, 1305712027, 0), (364, 1, 4, 'mod/forum:viewqandawithoutposting', 1, 1305712027, 0), (365, 1, 3, 'mod/forum:viewqandawithoutposting', 1, 1305712027, 0), (366, 1, 1, 'mod/forum:viewqandawithoutposting', 1, 1305712027, 0), (367, 1, 4, 'mod/forum:viewsubscribers', 1, 1305712027, 0), (368, 1, 3, 'mod/forum:viewsubscribers', 1, 1305712027, 0), (369, 1, 1, 'mod/forum:viewsubscribers', 1, 1305712027, 0), (370, 1, 4, 'mod/forum:managesubscriptions', 1, 1305712027, 0), (371, 1, 3, 'mod/forum:managesubscriptions', 1, 1305712027, 0), (372, 1, 1, 'mod/forum:managesubscriptions', 1, 1305712027, 0), (373, 1, 4, 'mod/forum:initialsubscriptions', 1, 1305712027, 0), (374, 1, 3, 'mod/forum:initialsubscriptions', 1, 1305712027, 0), (375, 1, 5, 'mod/forum:initialsubscriptions', 1, 1305712027, 0), (376, 1, 5, 'mod/glossary:write', 1, 1305712028, 0), (377, 1, 4, 'mod/glossary:write', 1, 1305712028, 0), (378, 1, 3, 'mod/glossary:write', 1, 1305712028, 0), (379, 1, 1, 'mod/glossary:write', 1, 1305712028, 0), (380, 1, 4, 'mod/glossary:manageentries', 1, 1305712028, 0), (381, 1, 3, 'mod/glossary:manageentries', 1, 1305712028, 0), (382, 1, 1, 'mod/glossary:manageentries', 1, 1305712028, 0), (383, 1, 4, 'mod/glossary:managecategories', 1, 1305712028, 0), (384, 1, 3, 'mod/glossary:managecategories', 1, 1305712028, 0), (385, 1, 1, 'mod/glossary:managecategories', 1, 1305712028, 0), (386, 1, 5, 'mod/glossary:comment', 1, 1305712028, 0), (387, 1, 4, 'mod/glossary:comment', 1, 1305712028, 0), (388, 1, 3, 'mod/glossary:comment', 1, 1305712028, 0), (389, 1, 1, 'mod/glossary:comment', 1, 1305712028, 0), (390, 1, 4, 'mod/glossary:managecomments', 1, 1305712028, 0), (391, 1, 3, 'mod/glossary:managecomments', 1, 1305712028, 0), (392, 1, 1, 'mod/glossary:managecomments', 1, 1305712028, 0), (393, 1, 4, 'mod/glossary:import', 1, 1305712028, 0), (394, 1, 3, 'mod/glossary:import', 1, 1305712028, 0), (395, 1, 1, 'mod/glossary:import', 1, 1305712028, 0), (396, 1, 4, 'mod/glossary:export', 1, 1305712028, 0), (397, 1, 3, 'mod/glossary:export', 1, 1305712028, 0), (398, 1, 1, 'mod/glossary:export', 1, 1305712028, 0), (399, 1, 4, 'mod/glossary:approve', 1, 1305712028, 0), (400, 1, 3, 'mod/glossary:approve', 1, 1305712028, 0), (401, 1, 1, 'mod/glossary:approve', 1, 1305712028, 0), (402, 1, 4, 'mod/glossary:rate', 1, 1305712028, 0), (403, 1, 3, 'mod/glossary:rate', 1, 1305712028, 0), (404, 1, 1, 'mod/glossary:rate', 1, 1305712028, 0), (405, 1, 4, 'mod/glossary:viewrating', 1, 1305712028, 0), (406, 1, 3, 'mod/glossary:viewrating', 1, 1305712028, 0), (407, 1, 1, 'mod/glossary:viewrating', 1, 1305712028, 0), (408, 1, 5, 'mod/hotpot:attempt', 1, 1305712029, 0), (409, 1, 4, 'mod/hotpot:attempt', 1, 1305712029, 0), (410, 1, 3, 'mod/hotpot:attempt', 1, 1305712029, 0), (411, 1, 1, 'mod/hotpot:attempt', 1, 1305712029, 0), (412, 1, 4, 'mod/hotpot:viewreport', 1, 1305712029, 0), (413, 1, 3, 'mod/hotpot:viewreport', 1, 1305712029, 0), (414, 1, 1, 'mod/hotpot:viewreport', 1, 1305712029, 0), (415, 1, 4, 'mod/hotpot:grade', 1, 1305712029, 0), (416, 1, 3, 'mod/hotpot:grade', 1, 1305712029, 0), (417, 1, 1, 'mod/hotpot:grade', 1, 1305712029, 0), (418, 1, 3, 'mod/hotpot:deleteattempt', 1, 1305712029, 0), (419, 1, 1, 'mod/hotpot:deleteattempt', 1, 1305712029, 0), (420, 1, 5, 'mod/lams:participate', 1, 1305712030, 0), (421, 1, 4, 'mod/lams:manage', 1, 1305712030, 0), (422, 1, 3, 'mod/lams:manage', 1, 1305712030, 0), (423, 1, 1, 'mod/lams:manage', 1, 1305712030, 0), (424, 1, 3, 'mod/lesson:edit', 1, 1305712032, 0), (425, 1, 1, 'mod/lesson:edit', 1, 1305712032, 0), (426, 1, 4, 'mod/lesson:manage', 1, 1305712032, 0), (427, 1, 3, 'mod/lesson:manage', 1, 1305712032, 0), (428, 1, 1, 'mod/lesson:manage', 1, 1305712032, 0), (429, 1, 6, 'mod/quiz:view', 1, 1305712033, 0), (430, 1, 5, 'mod/quiz:view', 1, 1305712033, 0), (431, 1, 4, 'mod/quiz:view', 1, 1305712033, 0), (432, 1, 3, 'mod/quiz:view', 1, 1305712033, 0), (433, 1, 1, 'mod/quiz:view', 1, 1305712033, 0), (434, 1, 5, 'mod/quiz:attempt', 1, 1305712033, 0), (435, 1, 5, 'mod/quiz:reviewmyattempts', 1, 1305712033, 0), (436, 1, 3, 'mod/quiz:manage', 1, 1305712033, 0), (437, 1, 1, 'mod/quiz:manage', 1, 1305712033, 0), (438, 1, 4, 'mod/quiz:preview', 1, 1305712033, 0), (439, 1, 3, 'mod/quiz:preview', 1, 1305712033, 0), (440, 1, 1, 'mod/quiz:preview', 1, 1305712033, 0), (441, 1, 4, 'mod/quiz:grade', 1, 1305712033, 0), (442, 1, 3, 'mod/quiz:grade', 1, 1305712033, 0), (443, 1, 1, 'mod/quiz:grade', 1, 1305712033, 0), (444, 1, 4, 'mod/quiz:viewreports', 1, 1305712033, 0), (445, 1, 3, 'mod/quiz:viewreports', 1, 1305712034, 0), (446, 1, 1, 'mod/quiz:viewreports', 1, 1305712034, 0), (447, 1, 3, 'mod/quiz:deleteattempts', 1, 1305712034, 0), (448, 1, 1, 'mod/quiz:deleteattempts', 1, 1305712034, 0), (449, 1, 4, 'mod/scorm:viewreport', 1, 1305712035, 0), (450, 1, 3, 'mod/scorm:viewreport', 1, 1305712035, 0), (451, 1, 1, 'mod/scorm:viewreport', 1, 1305712035, 0), (452, 1, 5, 'mod/scorm:skipview', 1, 1305712035, 0), (453, 1, 5, 'mod/scorm:savetrack', 1, 1305712035, 0), (454, 1, 4, 'mod/scorm:savetrack', 1, 1305712035, 0), (455, 1, 3, 'mod/scorm:savetrack', 1, 1305712035, 0), (456, 1, 1, 'mod/scorm:savetrack', 1, 1305712035, 0), (457, 1, 5, 'mod/scorm:viewscores', 1, 1305712035, 0), (458, 1, 4, 'mod/scorm:viewscores', 1, 1305712035, 0), (459, 1, 3, 'mod/scorm:viewscores', 1, 1305712035, 0), (460, 1, 1, 'mod/scorm:viewscores', 1, 1305712035, 0), (461, 1, 4, 'mod/scorm:deleteresponses', 1, 1305712035, 0), (462, 1, 3, 'mod/scorm:deleteresponses', 1, 1305712035, 0), (463, 1, 1, 'mod/scorm:deleteresponses', 1, 1305712035, 0), (464, 1, 5, 'mod/survey:participate', 1, 1305712037, 0), (465, 1, 4, 'mod/survey:participate', 1, 1305712037, 0), (466, 1, 3, 'mod/survey:participate', 1, 1305712037, 0), (467, 1, 1, 'mod/survey:participate', 1, 1305712037, 0), (468, 1, 4, 'mod/survey:readresponses', 1, 1305712037, 0), (469, 1, 3, 'mod/survey:readresponses', 1, 1305712037, 0), (470, 1, 1, 'mod/survey:readresponses', 1, 1305712037, 0), (471, 1, 4, 'mod/survey:download', 1, 1305712037, 0), (472, 1, 3, 'mod/survey:download', 1, 1305712037, 0), (473, 1, 1, 'mod/survey:download', 1, 1305712037, 0), (474, 1, 5, 'mod/wiki:participate', 1, 1305712038, 0), (475, 1, 4, 'mod/wiki:participate', 1, 1305712038, 0), (476, 1, 3, 'mod/wiki:participate', 1, 1305712038, 0), (477, 1, 1, 'mod/wiki:participate', 1, 1305712038, 0), (478, 1, 4, 'mod/wiki:manage', 1, 1305712038, 0), (479, 1, 3, 'mod/wiki:manage', 1, 1305712038, 0), (480, 1, 1, 'mod/wiki:manage', 1, 1305712038, 0), (481, 1, 4, 'mod/wiki:overridelock', 1, 1305712038, 0), (482, 1, 3, 'mod/wiki:overridelock', 1, 1305712038, 0), (483, 1, 1, 'mod/wiki:overridelock', 1, 1305712038, 0), (484, 1, 5, 'mod/workshop:participate', 1, 1305712039, 0), (485, 1, 4, 'mod/workshop:manage', 1, 1305712039, 0), (486, 1, 3, 'mod/workshop:manage', 1, 1305712039, 0), (487, 1, 1, 'mod/workshop:manage', 1, 1305712039, 0), (488, 1, 5, 'block/email_list:sendmessage', 1, 1305712087, 0), (489, 1, 4, 'block/email_list:sendmessage', 1, 1305712087, 0), (490, 1, 3, 'block/email_list:sendmessage', 1, 1305712087, 0), (491, 1, 1, 'block/email_list:sendmessage', 1, 1305712087, 0), (492, 1, 5, 'block/email_list:createfolder', 1, 1305712087, 0), (493, 1, 4, 'block/email_list:createfolder', 1, 1305712087, 0), (494, 1, 3, 'block/email_list:createfolder', 1, 1305712087, 0), (495, 1, 1, 'block/email_list:createfolder', 1, 1305712087, 0), (496, 1, 5, 'block/email_list:editsettings', 1, 1305712087, 0), (497, 1, 4, 'block/email_list:editsettings', 1, 1305712087, 0), (498, 1, 3, 'block/email_list:editsettings', 1, 1305712087, 0), (499, 1, 1, 'block/email_list:editsettings', 1, 1305712087, 0), (500, 1, 7, 'block/online_users:viewlist', 1, 1305712088, 0), (501, 1, 6, 'block/online_users:viewlist', 1, 1305712088, 0), (502, 1, 5, 'block/online_users:viewlist', 1, 1305712088, 0), (503, 1, 4, 'block/online_users:viewlist', 1, 1305712088, 0), (504, 1, 3, 'block/online_users:viewlist', 1, 1305712088, 0), (505, 1, 1, 'block/online_users:viewlist', 1, 1305712088, 0), (506, 1, 4, 'block/rss_client:createprivatefeeds', 1, 1305712088, 0), (507, 1, 3, 'block/rss_client:createprivatefeeds', 1, 1305712088, 0), (508, 1, 1, 'block/rss_client:createprivatefeeds', 1, 1305712088, 0), (509, 1, 3, 'block/rss_client:createsharedfeeds', 1, 1305712088, 0), (510, 1, 1, 'block/rss_client:createsharedfeeds', 1, 1305712088, 0), (511, 1, 4, 'block/rss_client:manageownfeeds', 1, 1305712088, 0), (512, 1, 3, 'block/rss_client:manageownfeeds', 1, 1305712088, 0), (513, 1, 1, 'block/rss_client:manageownfeeds', 1, 1305712088, 0), (514, 1, 1, 'block/rss_client:manageanyfeeds', 1, 1305712088, 0), (515, 1, 1, 'block/sending_sms:configurate', 1, 1305712088, 0), (516, 1, 1, 'block/sending_sms:send', 1, 1305712088, 0), (517, 1, 1, 'enrol/authorize:managepayments', 1, 1305712099, 0), (518, 1, 1, 'enrol/authorize:uploadcsv', 1, 1305712099, 0), (519, 1, 4, 'gradeexport/ods:view', 1, 1305712106, 0), (520, 1, 3, 'gradeexport/ods:view', 1, 1305712106, 0), (521, 1, 1, 'gradeexport/ods:view', 1, 1305712106, 0), (522, 1, 1, 'gradeexport/ods:publish', 1, 1305712106, 0), (523, 1, 4, 'gradeexport/txt:view', 1, 1305712106, 0), (524, 1, 3, 'gradeexport/txt:view', 1, 1305712106, 0), (525, 1, 1, 'gradeexport/txt:view', 1, 1305712106, 0), (526, 1, 1, 'gradeexport/txt:publish', 1, 1305712106, 0), (527, 1, 4, 'gradeexport/xls:view', 1, 1305712107, 0), (528, 1, 3, 'gradeexport/xls:view', 1, 1305712107, 0), (529, 1, 1, 'gradeexport/xls:view', 1, 1305712107, 0), (530, 1, 1, 'gradeexport/xls:publish', 1, 1305712107, 0), (531, 1, 4, 'gradeexport/xml:view', 1, 1305712107, 0), (532, 1, 3, 'gradeexport/xml:view', 1, 1305712107, 0), (533, 1, 1, 'gradeexport/xml:view', 1, 1305712107, 0), (534, 1, 1, 'gradeexport/xml:publish', 1, 1305712107, 0), (535, 1, 3, 'gradeimport/csv:view', 1, 1305712110, 0), (536, 1, 1, 'gradeimport/csv:view', 1, 1305712110, 0), (537, 1, 3, 'gradeimport/xml:view', 1, 1305712110, 0), (538, 1, 1, 'gradeimport/xml:view', 1, 1305712110, 0), (539, 1, 1, 'gradeimport/xml:publish', 1, 1305712110, 0), (540, 1, 4, 'gradereport/grader:view', 1, 1305712112, 0), (541, 1, 3, 'gradereport/grader:view', 1, 1305712112, 0), (542, 1, 1, 'gradereport/grader:view', 1, 1305712112, 0), (543, 1, 4, 'gradereport/outcomes:view', 1, 1305712112, 0), (544, 1, 3, 'gradereport/outcomes:view', 1, 1305712112, 0), (545, 1, 1, 'gradereport/outcomes:view', 1, 1305712112, 0), (546, 1, 5, 'gradereport/overview:view', 1, 1305712112, 0), (547, 1, 1, 'gradereport/overview:view', 1, 1305712112, 0), (548, 1, 5, 'gradereport/user:view', 1, 1305712112, 0), (549, 1, 4, 'gradereport/user:view', 1, 1305712112, 0), (550, 1, 3, 'gradereport/user:view', 1, 1305712112, 0), (551, 1, 1, 'gradereport/user:view', 1, 1305712112, 0), (552, 1, 4, 'coursereport/log:view', 1, 1305712115, 0), (553, 1, 3, 'coursereport/log:view', 1, 1305712115, 0), (554, 1, 1, 'coursereport/log:view', 1, 1305712115, 0), (555, 1, 4, 'coursereport/log:viewlive', 1, 1305712115, 0), (556, 1, 3, 'coursereport/log:viewlive', 1, 1305712115, 0), (557, 1, 1, 'coursereport/log:viewlive', 1, 1305712115, 0), (558, 1, 4, 'coursereport/log:viewtoday', 1, 1305712115, 0), (559, 1, 3, 'coursereport/log:viewtoday', 1, 1305712115, 0), (560, 1, 1, 'coursereport/log:viewtoday', 1, 1305712115, 0), (561, 1, 4, 'coursereport/outline:view', 1, 1305712115, 0), (562, 1, 3, 'coursereport/outline:view', 1, 1305712115, 0), (563, 1, 1, 'coursereport/outline:view', 1, 1305712115, 0), (564, 1, 4, 'coursereport/participation:view', 1, 1305712115, 0), (565, 1, 3, 'coursereport/participation:view', 1, 1305712115, 0), (566, 1, 1, 'coursereport/participation:view', 1, 1305712115, 0), (567, 1, 4, 'coursereport/stats:view', 1, 1305712115, 0), (568, 1, 3, 'coursereport/stats:view', 1, 1305712115, 0), (569, 1, 1, 'coursereport/stats:view', 1, 1305712115, 0), (570, 1, 4, 'report/courseoverview:view', 1, 1305712118, 0), (571, 1, 3, 'report/courseoverview:view', 1, 1305712118, 0), (572, 1, 1, 'report/courseoverview:view', 1, 1305712118, 0), (573, 1, 1, 'report/security:view', 1, 1305712119, 0), (574, 1, 1, 'report/unittest:view', 1, 1305712119, 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_role_names` -- CREATE TABLE IF NOT EXISTS `mdl_role_names` ( `id` bigint(10) unsigned NOT NULL auto_increment, `roleid` bigint(10) unsigned NOT NULL default '0', `contextid` bigint(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `mdl_rolename_rolcon_uix` (`roleid`,`contextid`), KEY `mdl_rolename_rol_ix` (`roleid`), KEY `mdl_rolename_con_ix` (`contextid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='role names in native strings' AUTO_INCREMENT=7 ; -- -- Volcar la base de datos para la tabla `mdl_role_names` -- INSERT INTO `mdl_role_names` (`id`, `roleid`, `contextid`, `name`) VALUES (1, 3, 12, 'Profesor'), (2, 5, 12, 'Estudiante'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `mdl_role_sortorder` -- CREATE TABLE IF NOT EXISTS `mdl_role_sortorder` ( `id` bigint(10) unsigned NOT NULL auto_increment, `userid` bigint(10) unsigned NOT NULL default '0', `roleid` bigint(10) unsigned NOT NULL default '0', `contextid` bigint(10) unsigned NOT NULL default '0', `sortoder` bigint(10) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_rolesort_userolcon_