-- MySQL dump 10.13 Distrib 5.7.25, for Linux (x86_64) -- -- Host: 150.162.9.144 Database: moodle_36_tcc -- ------------------------------------------------------ -- Server version 5.6.43 /*!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 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `analytics_indicator_calc` -- DROP TABLE IF EXISTS `analytics_indicator_calc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `analytics_indicator_calc` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `starttime` bigint(10) NOT NULL, `endtime` bigint(10) NOT NULL, `contextid` bigint(10) NOT NULL, `sampleorigin` varchar(255) NOT NULL DEFAULT '', `sampleid` bigint(10) NOT NULL, `indicator` varchar(255) NOT NULL DEFAULT '', `value` decimal(10,2) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `analindicalc_staendcon_ix` (`starttime`,`endtime`,`contextid`), KEY `analindicalc_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stored indicator calculations'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `analytics_indicator_calc` -- LOCK TABLES `analytics_indicator_calc` WRITE; /*!40000 ALTER TABLE `analytics_indicator_calc` DISABLE KEYS */; /*!40000 ALTER TABLE `analytics_indicator_calc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `analytics_models` -- DROP TABLE IF EXISTS `analytics_models`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `analytics_models` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `enabled` tinyint(1) NOT NULL DEFAULT '0', `trained` tinyint(1) NOT NULL DEFAULT '0', `target` varchar(255) NOT NULL DEFAULT '', `indicators` longtext NOT NULL, `timesplitting` varchar(255) DEFAULT NULL, `predictionsprocessor` varchar(255) DEFAULT NULL, `version` bigint(10) NOT NULL, `timecreated` bigint(10) DEFAULT NULL, `timemodified` bigint(10) NOT NULL, `usermodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `analmode_enatra_ix` (`enabled`,`trained`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Analytic models.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `analytics_models` -- LOCK TABLES `analytics_models` WRITE; /*!40000 ALTER TABLE `analytics_models` DISABLE KEYS */; INSERT INTO `analytics_models` VALUES (1,0,0,'\\core\\analytics\\target\\course_dropout','[\"\\\\mod_assign\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_assign\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_book\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_book\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_chat\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_chat\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_choice\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_choice\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_data\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_data\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_feedback\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_feedback\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_folder\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_folder\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_forum\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_forum\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_glossary\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_glossary\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_imscp\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_imscp\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_label\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_label\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_lesson\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_lesson\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_lti\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_lti\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_page\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_page\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_quiz\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_quiz\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_resource\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_resource\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_scorm\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_scorm\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_survey\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_survey\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_url\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_url\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_wiki\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_wiki\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_workshop\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_workshop\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\core_course\\\\analytics\\\\indicator\\\\completion_enabled\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_cognitive_depth\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_social_breadth\",\"\\\\core\\\\analytics\\\\indicator\\\\any_access_after_end\",\"\\\\core\\\\analytics\\\\indicator\\\\any_access_before_start\",\"\\\\core\\\\analytics\\\\indicator\\\\any_write_action_in_course\",\"\\\\core\\\\analytics\\\\indicator\\\\read_actions\"]',NULL,NULL,1544111995,1544111995,1544111995,0),(2,1,1,'\\core\\analytics\\target\\no_teaching','[\"\\\\core_course\\\\analytics\\\\indicator\\\\no_teacher\",\"\\\\core_course\\\\analytics\\\\indicator\\\\no_student\"]','\\core\\analytics\\time_splitting\\single_range',NULL,1544111995,1544111995,1544111995,0); /*!40000 ALTER TABLE `analytics_models` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `analytics_models_log` -- DROP TABLE IF EXISTS `analytics_models_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `analytics_models_log` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `modelid` bigint(10) NOT NULL, `version` bigint(10) NOT NULL, `target` varchar(255) NOT NULL DEFAULT '', `indicators` longtext NOT NULL, `timesplitting` varchar(255) DEFAULT NULL, `score` decimal(10,5) NOT NULL DEFAULT '0.00000', `info` longtext, `dir` longtext NOT NULL, `timecreated` bigint(10) NOT NULL, `usermodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `analmodelog_mod_ix` (`modelid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Analytic models changes during evaluation.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `analytics_models_log` -- LOCK TABLES `analytics_models_log` WRITE; /*!40000 ALTER TABLE `analytics_models_log` DISABLE KEYS */; /*!40000 ALTER TABLE `analytics_models_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `analytics_predict_samples` -- DROP TABLE IF EXISTS `analytics_predict_samples`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `analytics_predict_samples` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `modelid` bigint(10) NOT NULL, `analysableid` bigint(10) NOT NULL, `timesplitting` varchar(255) NOT NULL DEFAULT '', `rangeindex` bigint(10) NOT NULL, `sampleids` longtext NOT NULL, `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `analpredsamp_modanatimran_ix` (`modelid`,`analysableid`,`timesplitting`,`rangeindex`), KEY `analpredsamp_mod_ix` (`modelid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Samples already used for predictions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `analytics_predict_samples` -- LOCK TABLES `analytics_predict_samples` WRITE; /*!40000 ALTER TABLE `analytics_predict_samples` DISABLE KEYS */; /*!40000 ALTER TABLE `analytics_predict_samples` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `analytics_prediction_actions` -- DROP TABLE IF EXISTS `analytics_prediction_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `analytics_prediction_actions` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `predictionid` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `actionname` varchar(255) NOT NULL DEFAULT '', `timecreated` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `analpredacti_preuseact_ix` (`predictionid`,`userid`,`actionname`), KEY `analpredacti_pre_ix` (`predictionid`), KEY `analpredacti_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Register of user actions over predictions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `analytics_prediction_actions` -- LOCK TABLES `analytics_prediction_actions` WRITE; /*!40000 ALTER TABLE `analytics_prediction_actions` DISABLE KEYS */; /*!40000 ALTER TABLE `analytics_prediction_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `analytics_predictions` -- DROP TABLE IF EXISTS `analytics_predictions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `analytics_predictions` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `modelid` bigint(10) NOT NULL, `contextid` bigint(10) NOT NULL, `sampleid` bigint(10) NOT NULL, `rangeindex` mediumint(5) NOT NULL, `prediction` decimal(10,2) NOT NULL, `predictionscore` decimal(10,5) NOT NULL, `calculations` longtext NOT NULL, `timecreated` bigint(10) NOT NULL DEFAULT '0', `timestart` bigint(10) DEFAULT NULL, `timeend` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `analpred_modcon_ix` (`modelid`,`contextid`), KEY `analpred_mod_ix` (`modelid`), KEY `analpred_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Predictions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `analytics_predictions` -- LOCK TABLES `analytics_predictions` WRITE; /*!40000 ALTER TABLE `analytics_predictions` DISABLE KEYS */; /*!40000 ALTER TABLE `analytics_predictions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `analytics_train_samples` -- DROP TABLE IF EXISTS `analytics_train_samples`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `analytics_train_samples` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `modelid` bigint(10) NOT NULL, `analysableid` bigint(10) NOT NULL, `timesplitting` varchar(255) NOT NULL DEFAULT '', `fileid` bigint(10) NOT NULL, `sampleids` longtext NOT NULL, `timecreated` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `analtraisamp_modanatim_ix` (`modelid`,`analysableid`,`timesplitting`), KEY `analtraisamp_mod_ix` (`modelid`), KEY `analtraisamp_fil_ix` (`fileid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Samples used for training'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `analytics_train_samples` -- LOCK TABLES `analytics_train_samples` WRITE; /*!40000 ALTER TABLE `analytics_train_samples` DISABLE KEYS */; /*!40000 ALTER TABLE `analytics_train_samples` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `analytics_used_analysables` -- DROP TABLE IF EXISTS `analytics_used_analysables`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `analytics_used_analysables` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `modelid` bigint(10) NOT NULL, `action` varchar(50) NOT NULL DEFAULT '', `analysableid` bigint(10) NOT NULL, `timeanalysed` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `analusedanal_modact_ix` (`modelid`,`action`), KEY `analusedanal_mod_ix` (`modelid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='List of analysables used by each model'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `analytics_used_analysables` -- LOCK TABLES `analytics_used_analysables` WRITE; /*!40000 ALTER TABLE `analytics_used_analysables` DISABLE KEYS */; /*!40000 ALTER TABLE `analytics_used_analysables` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `analytics_used_files` -- DROP TABLE IF EXISTS `analytics_used_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `analytics_used_files` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `modelid` bigint(10) NOT NULL DEFAULT '0', `fileid` bigint(10) NOT NULL DEFAULT '0', `action` varchar(50) NOT NULL DEFAULT '', `time` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `analusedfile_modactfil_ix` (`modelid`,`action`,`fileid`), KEY `analusedfile_mod_ix` (`modelid`), KEY `analusedfile_fil_ix` (`fileid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Files that have already been used for training and predictio'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `analytics_used_files` -- LOCK TABLES `analytics_used_files` WRITE; /*!40000 ALTER TABLE `analytics_used_files` DISABLE KEYS */; /*!40000 ALTER TABLE `analytics_used_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assign` -- DROP TABLE IF EXISTS `assign`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `assign` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext NOT NULL, `introformat` smallint(4) NOT NULL DEFAULT '0', `alwaysshowdescription` tinyint(2) NOT NULL DEFAULT '0', `nosubmissions` tinyint(2) NOT NULL DEFAULT '0', `submissiondrafts` tinyint(2) NOT NULL DEFAULT '0', `sendnotifications` tinyint(2) NOT NULL DEFAULT '0', `sendlatenotifications` tinyint(2) NOT NULL DEFAULT '0', `duedate` bigint(10) NOT NULL DEFAULT '0', `allowsubmissionsfromdate` bigint(10) NOT NULL DEFAULT '0', `grade` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `requiresubmissionstatement` tinyint(2) NOT NULL DEFAULT '0', `completionsubmit` tinyint(2) NOT NULL DEFAULT '0', `cutoffdate` bigint(10) NOT NULL DEFAULT '0', `gradingduedate` bigint(10) NOT NULL DEFAULT '0', `teamsubmission` tinyint(2) NOT NULL DEFAULT '0', `requireallteammemberssubmit` tinyint(2) NOT NULL DEFAULT '0', `teamsubmissiongroupingid` bigint(10) NOT NULL DEFAULT '0', `blindmarking` tinyint(2) NOT NULL DEFAULT '0', `revealidentities` tinyint(2) NOT NULL DEFAULT '0', `attemptreopenmethod` varchar(10) NOT NULL DEFAULT 'none', `maxattempts` mediumint(6) NOT NULL DEFAULT '-1', `markingworkflow` tinyint(2) NOT NULL DEFAULT '0', `markingallocation` tinyint(2) NOT NULL DEFAULT '0', `sendstudentnotifications` tinyint(2) NOT NULL DEFAULT '1', `preventsubmissionnotingroup` tinyint(2) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `assi_cou_ix` (`course`), KEY `assi_tea_ix` (`teamsubmissiongroupingid`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='This table saves information about an instance of mod_assign'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assign` -- LOCK TABLES `assign` WRITE; /*!40000 ALTER TABLE `assign` DISABLE KEYS */; INSERT INTO `assign` VALUES (1,2,'Texto de Introdução','

Texto de introdução a ser usado para o TCC

',1,1,0,0,0,0,1550455200,1549850400,100,1549894378,0,0,0,1551060000,0,0,0,0,0,'none',-1,0,0,1,0); /*!40000 ALTER TABLE `assign` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assign_grades` -- DROP TABLE IF EXISTS `assign_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `assign_grades` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `assignment` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `grader` bigint(10) NOT NULL DEFAULT '0', `grade` decimal(10,5) DEFAULT '0.00000', `attemptnumber` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `assigrad_assuseatt_uix` (`assignment`,`userid`,`attemptnumber`), KEY `assigrad_use_ix` (`userid`), KEY `assigrad_att_ix` (`attemptnumber`), KEY `assigrad_ass_ix` (`assignment`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Grading information about a single assignment submission.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assign_grades` -- LOCK TABLES `assign_grades` WRITE; /*!40000 ALTER TABLE `assign_grades` DISABLE KEYS */; INSERT INTO `assign_grades` VALUES (1,1,8,1549894772,1549894783,14,90.00000,0),(2,1,6,1549897281,1549897300,13,100.00000,0); /*!40000 ALTER TABLE `assign_grades` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assign_overrides` -- DROP TABLE IF EXISTS `assign_overrides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `assign_overrides` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `assignid` bigint(10) NOT NULL DEFAULT '0', `groupid` bigint(10) DEFAULT NULL, `userid` bigint(10) DEFAULT NULL, `sortorder` bigint(10) DEFAULT NULL, `allowsubmissionsfromdate` bigint(10) DEFAULT NULL, `duedate` bigint(10) DEFAULT NULL, `cutoffdate` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `assiover_ass_ix` (`assignid`), KEY `assiover_gro_ix` (`groupid`), KEY `assiover_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The overrides to assign settings.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assign_overrides` -- LOCK TABLES `assign_overrides` WRITE; /*!40000 ALTER TABLE `assign_overrides` DISABLE KEYS */; /*!40000 ALTER TABLE `assign_overrides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assign_plugin_config` -- DROP TABLE IF EXISTS `assign_plugin_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `assign_plugin_config` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `assignment` bigint(10) NOT NULL DEFAULT '0', `plugin` varchar(28) NOT NULL DEFAULT '', `subtype` varchar(28) NOT NULL DEFAULT '', `name` varchar(28) NOT NULL DEFAULT '', `value` longtext, PRIMARY KEY (`id`), KEY `assiplugconf_plu_ix` (`plugin`), KEY `assiplugconf_sub_ix` (`subtype`), KEY `assiplugconf_nam_ix` (`name`), KEY `assiplugconf_ass_ix` (`assignment`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COMMENT='Config data for an instance of a plugin in an assignment.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assign_plugin_config` -- LOCK TABLES `assign_plugin_config` WRITE; /*!40000 ALTER TABLE `assign_plugin_config` DISABLE KEYS */; INSERT INTO `assign_plugin_config` VALUES (1,1,'onlinetext','assignsubmission','enabled','1'),(2,1,'onlinetext','assignsubmission','wordlimit','0'),(3,1,'onlinetext','assignsubmission','wordlimitenabled','0'),(4,1,'file','assignsubmission','enabled','0'),(5,1,'comments','assignsubmission','enabled','1'),(6,1,'comments','assignfeedback','enabled','1'),(7,1,'comments','assignfeedback','commentinline','0'),(8,1,'editpdf','assignfeedback','enabled','0'),(9,1,'offline','assignfeedback','enabled','0'),(10,1,'file','assignfeedback','enabled','0'); /*!40000 ALTER TABLE `assign_plugin_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assign_submission` -- DROP TABLE IF EXISTS `assign_submission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `assign_submission` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `assignment` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `status` varchar(10) DEFAULT NULL, `groupid` bigint(10) NOT NULL DEFAULT '0', `attemptnumber` bigint(10) NOT NULL DEFAULT '0', `latest` tinyint(2) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `assisubm_assusegroatt_uix` (`assignment`,`userid`,`groupid`,`attemptnumber`), KEY `assisubm_use_ix` (`userid`), KEY `assisubm_att_ix` (`attemptnumber`), KEY `assisubm_assusegrolat_ix` (`assignment`,`userid`,`groupid`,`latest`), KEY `assisubm_ass_ix` (`assignment`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='This table keeps information about student interactions with'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assign_submission` -- LOCK TABLES `assign_submission` WRITE; /*!40000 ALTER TABLE `assign_submission` DISABLE KEYS */; INSERT INTO `assign_submission` VALUES (1,1,8,1549894488,1549894666,'submitted',0,0,1),(2,1,14,1549894752,1549894752,'new',0,0,1),(3,1,6,1549897201,1549897219,'submitted',0,0,1),(4,1,13,1549897265,1549897265,'new',0,0,1); /*!40000 ALTER TABLE `assign_submission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assign_user_flags` -- DROP TABLE IF EXISTS `assign_user_flags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `assign_user_flags` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL DEFAULT '0', `assignment` bigint(10) NOT NULL DEFAULT '0', `locked` bigint(10) NOT NULL DEFAULT '0', `mailed` smallint(4) NOT NULL DEFAULT '0', `extensionduedate` bigint(10) NOT NULL DEFAULT '0', `workflowstate` varchar(20) DEFAULT NULL, `allocatedmarker` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `assiuserflag_mai_ix` (`mailed`), KEY `assiuserflag_use_ix` (`userid`), KEY `assiuserflag_ass_ix` (`assignment`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='List of flags that can be set for a single user in a single '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assign_user_flags` -- LOCK TABLES `assign_user_flags` WRITE; /*!40000 ALTER TABLE `assign_user_flags` DISABLE KEYS */; INSERT INTO `assign_user_flags` VALUES (1,8,1,0,0,0,'',0),(2,6,1,0,0,0,'',0); /*!40000 ALTER TABLE `assign_user_flags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assign_user_mapping` -- DROP TABLE IF EXISTS `assign_user_mapping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `assign_user_mapping` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `assignment` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `assiusermapp_ass_ix` (`assignment`), KEY `assiusermapp_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='Map an assignment specific id number to a user'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assign_user_mapping` -- LOCK TABLES `assign_user_mapping` WRITE; /*!40000 ALTER TABLE `assign_user_mapping` DISABLE KEYS */; INSERT INTO `assign_user_mapping` VALUES (1,1,6),(2,1,5),(3,1,7),(4,1,8); /*!40000 ALTER TABLE `assign_user_mapping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assignfeedback_comments` -- DROP TABLE IF EXISTS `assignfeedback_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `assignfeedback_comments` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `assignment` bigint(10) NOT NULL DEFAULT '0', `grade` bigint(10) NOT NULL DEFAULT '0', `commenttext` longtext, `commentformat` smallint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `assicomm_ass_ix` (`assignment`), KEY `assicomm_gra_ix` (`grade`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Text feedback for submitted assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assignfeedback_comments` -- LOCK TABLES `assignfeedback_comments` WRITE; /*!40000 ALTER TABLE `assignfeedback_comments` DISABLE KEYS */; INSERT INTO `assignfeedback_comments` VALUES (1,1,1,'

ok

',1),(2,1,2,'

ok, muito bom.

',1); /*!40000 ALTER TABLE `assignfeedback_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assignfeedback_editpdf_annot` -- DROP TABLE IF EXISTS `assignfeedback_editpdf_annot`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `assignfeedback_editpdf_annot` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `gradeid` bigint(10) NOT NULL DEFAULT '0', `pageno` bigint(10) NOT NULL DEFAULT '0', `x` bigint(10) DEFAULT '0', `y` bigint(10) DEFAULT '0', `endx` bigint(10) DEFAULT '0', `endy` bigint(10) DEFAULT '0', `path` longtext, `type` varchar(10) DEFAULT 'line', `colour` varchar(10) DEFAULT 'black', `draft` tinyint(2) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `assieditanno_grapag_ix` (`gradeid`,`pageno`), KEY `assieditanno_gra_ix` (`gradeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='stores annotations added to pdfs submitted by students'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assignfeedback_editpdf_annot` -- LOCK TABLES `assignfeedback_editpdf_annot` WRITE; /*!40000 ALTER TABLE `assignfeedback_editpdf_annot` DISABLE KEYS */; /*!40000 ALTER TABLE `assignfeedback_editpdf_annot` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assignfeedback_editpdf_cmnt` -- DROP TABLE IF EXISTS `assignfeedback_editpdf_cmnt`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `assignfeedback_editpdf_cmnt` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `gradeid` bigint(10) NOT NULL DEFAULT '0', `x` bigint(10) DEFAULT '0', `y` bigint(10) DEFAULT '0', `width` bigint(10) DEFAULT '120', `rawtext` longtext, `pageno` bigint(10) NOT NULL DEFAULT '0', `colour` varchar(10) DEFAULT 'black', `draft` tinyint(2) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `assieditcmnt_grapag_ix` (`gradeid`,`pageno`), KEY `assieditcmnt_gra_ix` (`gradeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores comments added to pdfs'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assignfeedback_editpdf_cmnt` -- LOCK TABLES `assignfeedback_editpdf_cmnt` WRITE; /*!40000 ALTER TABLE `assignfeedback_editpdf_cmnt` DISABLE KEYS */; /*!40000 ALTER TABLE `assignfeedback_editpdf_cmnt` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assignfeedback_editpdf_queue` -- DROP TABLE IF EXISTS `assignfeedback_editpdf_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `assignfeedback_editpdf_queue` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `submissionid` bigint(10) NOT NULL, `submissionattempt` bigint(10) NOT NULL, `attemptedconversions` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `assieditqueu_subsub_uix` (`submissionid`,`submissionattempt`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Queue for processing.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assignfeedback_editpdf_queue` -- LOCK TABLES `assignfeedback_editpdf_queue` WRITE; /*!40000 ALTER TABLE `assignfeedback_editpdf_queue` DISABLE KEYS */; INSERT INTO `assignfeedback_editpdf_queue` VALUES (1,1,0,0),(2,3,0,0); /*!40000 ALTER TABLE `assignfeedback_editpdf_queue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assignfeedback_editpdf_quick` -- DROP TABLE IF EXISTS `assignfeedback_editpdf_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `assignfeedback_editpdf_quick` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL DEFAULT '0', `rawtext` longtext NOT NULL, `width` bigint(10) NOT NULL DEFAULT '120', `colour` varchar(10) DEFAULT 'yellow', PRIMARY KEY (`id`), KEY `assieditquic_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores teacher specified quicklist comments'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assignfeedback_editpdf_quick` -- LOCK TABLES `assignfeedback_editpdf_quick` WRITE; /*!40000 ALTER TABLE `assignfeedback_editpdf_quick` DISABLE KEYS */; /*!40000 ALTER TABLE `assignfeedback_editpdf_quick` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assignfeedback_file` -- DROP TABLE IF EXISTS `assignfeedback_file`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `assignfeedback_file` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `assignment` bigint(10) NOT NULL DEFAULT '0', `grade` bigint(10) NOT NULL DEFAULT '0', `numfiles` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `assifile_ass2_ix` (`assignment`), KEY `assifile_gra_ix` (`grade`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores info about the number of files submitted by a student'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assignfeedback_file` -- LOCK TABLES `assignfeedback_file` WRITE; /*!40000 ALTER TABLE `assignfeedback_file` DISABLE KEYS */; /*!40000 ALTER TABLE `assignfeedback_file` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assignment` -- DROP TABLE IF EXISTS `assignment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `assignment` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext NOT NULL, `introformat` smallint(4) NOT NULL DEFAULT '0', `assignmenttype` varchar(50) NOT NULL DEFAULT '', `resubmit` tinyint(2) NOT NULL DEFAULT '0', `preventlate` tinyint(2) NOT NULL DEFAULT '0', `emailteachers` tinyint(2) 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) NOT NULL DEFAULT '100000', `timedue` bigint(10) NOT NULL DEFAULT '0', `timeavailable` bigint(10) NOT NULL DEFAULT '0', `grade` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `assi_cou2_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assignment` -- LOCK TABLES `assignment` WRITE; /*!40000 ALTER TABLE `assignment` DISABLE KEYS */; /*!40000 ALTER TABLE `assignment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assignment_submissions` -- DROP TABLE IF EXISTS `assignment_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `assignment_submissions` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `assignment` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `numfiles` bigint(10) NOT NULL DEFAULT '0', `data1` longtext, `data2` longtext, `grade` bigint(11) NOT NULL DEFAULT '0', `submissioncomment` longtext NOT NULL, `format` smallint(4) NOT NULL DEFAULT '0', `teacher` bigint(10) NOT NULL DEFAULT '0', `timemarked` bigint(10) NOT NULL DEFAULT '0', `mailed` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `assisubm_use2_ix` (`userid`), KEY `assisubm_mai_ix` (`mailed`), KEY `assisubm_tim_ix` (`timemarked`), KEY `assisubm_ass2_ix` (`assignment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Info about submitted assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assignment_submissions` -- LOCK TABLES `assignment_submissions` WRITE; /*!40000 ALTER TABLE `assignment_submissions` DISABLE KEYS */; /*!40000 ALTER TABLE `assignment_submissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assignment_upgrade` -- DROP TABLE IF EXISTS `assignment_upgrade`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `assignment_upgrade` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `oldcmid` bigint(10) NOT NULL DEFAULT '0', `oldinstance` bigint(10) NOT NULL DEFAULT '0', `newcmid` bigint(10) NOT NULL DEFAULT '0', `newinstance` bigint(10) NOT NULL DEFAULT '0', `timecreated` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `assiupgr_old_ix` (`oldcmid`), KEY `assiupgr_old2_ix` (`oldinstance`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Info about upgraded assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assignment_upgrade` -- LOCK TABLES `assignment_upgrade` WRITE; /*!40000 ALTER TABLE `assignment_upgrade` DISABLE KEYS */; /*!40000 ALTER TABLE `assignment_upgrade` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assignsubmission_file` -- DROP TABLE IF EXISTS `assignsubmission_file`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `assignsubmission_file` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `assignment` bigint(10) NOT NULL DEFAULT '0', `submission` bigint(10) NOT NULL DEFAULT '0', `numfiles` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `assifile_ass_ix` (`assignment`), KEY `assifile_sub_ix` (`submission`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Info about file submissions for assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assignsubmission_file` -- LOCK TABLES `assignsubmission_file` WRITE; /*!40000 ALTER TABLE `assignsubmission_file` DISABLE KEYS */; /*!40000 ALTER TABLE `assignsubmission_file` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assignsubmission_onlinetext` -- DROP TABLE IF EXISTS `assignsubmission_onlinetext`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `assignsubmission_onlinetext` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `assignment` bigint(10) NOT NULL DEFAULT '0', `submission` bigint(10) NOT NULL DEFAULT '0', `onlinetext` longtext, `onlineformat` smallint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `assionli_ass_ix` (`assignment`), KEY `assionli_sub_ix` (`submission`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Info about onlinetext submission'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assignsubmission_onlinetext` -- LOCK TABLES `assignsubmission_onlinetext` WRITE; /*!40000 ALTER TABLE `assignsubmission_onlinetext` DISABLE KEYS */; INSERT INTO `assignsubmission_onlinetext` VALUES (1,1,1,'

Donec bibendum nulla non neque gravida, non volutpat turpis semper. Nullam vitae elementum urna. Mauris hendrerit mattis elementum. Quisque consectetur volutpat ultricies. Duis nulla lorem, tincidunt nec tempus eu, tincidunt elementum dolor. Suspendisse non ultricies enim. In aliquam lectus a justo dictum, et molestie tellus dictum.

Mauris dignissim nibh et risus sollicitudin, vel tristique quam tempus. Nullam ornare eu ante eu sollicitudin. Suspendisse non ante at neque dictum ullamcorper a a purus. Sed vitae orci ac dui luctus laoreet. Nunc auctor risus nec elit pretium, id luctus leo faucibus. Praesent eget tincidunt mi. Nullam vel felis a tellus posuere condimentum.

Integer auctor aliquet metus hendrerit faucibus. Morbi odio tellus, mattis eget laoreet nec, pharetra vel nulla. Aenean at placerat est. Duis maximus erat vel magna tempor maximus. Nullam luctus augue at dolor fringilla dictum. Mauris vel auctor risus, sed volutpat nisi. Sed sed lorem eu augue fringilla iaculis. Mauris et felis urna. Praesent eu dui lorem. Nunc posuere viverra posuere. Praesent in sem at mauris dictum consequat sed quis est. Nulla vel metus ac magna consectetur finibus. Sed rhoncus urna dolor, at interdum leo ultrices at.

',1),(2,1,3,'

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dictum dapibus mauris, id rutrum mauris fermentum ac. Praesent quis magna est. Etiam ac odio quis lectus iaculis condimentum eu ut purus. In ultricies molestie justo, ac tempor velit vulputate et. Donec pulvinar felis dolor, nec finibus felis lobortis ut. Vestibulum bibendum est nec nunc sollicitudin fringilla. Mauris ac mi fermentum, luctus dui ac, interdum lectus. Curabitur luctus, est dignissim tristique convallis, quam lorem scelerisque metus, vel euismod nisl leo in urna. Vestibulum non scelerisque elit. Cras lacinia magna vitae aliquam vestibulum. Nunc ultricies diam at mollis tristique. Morbi vulputate, lacus a fringilla aliquam, lorem dolor sollicitudin erat, id malesuada lacus justo in lectus. Vestibulum semper enim ante, nec semper ligula faucibus non.

Cras luctus, lorem vitae luctus volutpat, dolor felis tempus nibh, quis vehicula nulla metus eget leo. Etiam pharetra diam quis justo aliquet efficitur. Aliquam vulputate vehicula vehicula. Curabitur aliquet nibh non lectus molestie mattis. Duis quis felis ex. Morbi faucibus, urna non fringilla facilisis, est quam tincidunt lectus, quis mattis arcu nulla pulvinar dolor. Morbi vulputate feugiat est, ut finibus est interdum a. Proin sit amet lorem vitae enim porttitor consectetur. Pellentesque rutrum ex at sapien facilisis suscipit. Aenean volutpat nibh quam, nec porttitor odio posuere vel. Quisque et magna lobortis, suscipit sem id, congue tortor. Integer et purus sit amet nibh ornare iaculis. Etiam vulputate blandit dui, accumsan vulputate orci malesuada eu. Curabitur in ante ligula.

Ut eget mollis quam. Cras eleifend sem id placerat volutpat. Donec felis risus, accumsan eget massa et, placerat finibus est. Praesent faucibus erat eu diam tempus, quis venenatis odio commodo. Praesent ac dolor non eros sodales volutpat nec condimentum justo. Aliquam vitae massa magna. Phasellus auctor quam metus, ut cursus nulla ornare quis. Ut ornare pharetra orci. Sed feugiat maximus massa eu sodales. Nulla at nisl enim. Pellentesque ligula felis, vulputate id eleifend eget, iaculis eu nunc. Vivamus hendrerit ipsum orci, ac sollicitudin neque laoreet iaculis. Nunc vitae eros et tellus commodo ornare. Proin velit sem, ultrices non vulputate a, egestas et ex. Sed non metus at metus lobortis sollicitudin.

Vestibulum elementum leo quis nulla venenatis, vitae luctus leo malesuada. Duis vehicula dolor arcu, tincidunt placerat felis porttitor quis. Cras venenatis ac mauris non laoreet. Duis bibendum purus nec purus consectetur consequat. Nulla bibendum rhoncus elementum. Quisque accumsan scelerisque turpis eget tempor. Sed non auctor neque. Suspendisse rhoncus porta lacus, quis scelerisque tortor molestie eu. Maecenas sagittis posuere risus id mollis. Phasellus fringilla diam sed ligula commodo scelerisque. Etiam vulputate in orci cursus pharetra.

Nunc sit amet risus ex. Mauris ac sapien eget augue gravida varius. Suspendisse varius feugiat neque, a sagittis orci elementum non. Quisque pharetra magna in lectus dignissim congue. Pellentesque mollis non justo vitae egestas. Donec eu augue at urna ullamcorper cursus. Suspendisse convallis mauris vel turpis maximus lobortis. In hac habitasse platea dictumst.


',1); /*!40000 ALTER TABLE `assignsubmission_onlinetext` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_oauth2_linked_login` -- DROP TABLE IF EXISTS `auth_oauth2_linked_login`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_oauth2_linked_login` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `usermodified` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `issuerid` bigint(10) NOT NULL, `username` varchar(255) NOT NULL DEFAULT '', `email` longtext NOT NULL, `confirmtoken` varchar(64) NOT NULL DEFAULT '', `confirmtokenexpires` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `authoautlinklogi_useissuse_uix` (`userid`,`issuerid`,`username`), KEY `authoautlinklogi_issuse_ix` (`issuerid`,`username`), KEY `authoautlinklogi_use_ix` (`usermodified`), KEY `authoautlinklogi_use2_ix` (`userid`), KEY `authoautlinklogi_iss_ix` (`issuerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Accounts linked to a users Moodle account.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_oauth2_linked_login` -- LOCK TABLES `auth_oauth2_linked_login` WRITE; /*!40000 ALTER TABLE `auth_oauth2_linked_login` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_oauth2_linked_login` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `backup_controllers` -- DROP TABLE IF EXISTS `backup_controllers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backup_controllers` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `backupid` varchar(32) NOT NULL DEFAULT '', `operation` varchar(20) NOT NULL DEFAULT 'backup', `type` varchar(10) NOT NULL DEFAULT '', `itemid` bigint(10) NOT NULL, `format` varchar(20) NOT NULL DEFAULT '', `interactive` smallint(4) NOT NULL, `purpose` smallint(4) NOT NULL, `userid` bigint(10) NOT NULL, `status` smallint(4) NOT NULL, `execution` smallint(4) NOT NULL, `executiontime` bigint(10) NOT NULL, `checksum` varchar(32) NOT NULL DEFAULT '', `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `controller` longtext NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `backcont_bac_uix` (`backupid`), KEY `backcont_typite_ix` (`type`,`itemid`), KEY `backcont_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='To store the backup_controllers as they are used'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `backup_controllers` -- LOCK TABLES `backup_controllers` WRITE; /*!40000 ALTER TABLE `backup_controllers` DISABLE KEYS */; /*!40000 ALTER TABLE `backup_controllers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `backup_courses` -- DROP TABLE IF EXISTS `backup_courses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backup_courses` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL DEFAULT '0', `laststarttime` bigint(10) NOT NULL DEFAULT '0', `lastendtime` bigint(10) NOT NULL DEFAULT '0', `laststatus` varchar(1) NOT NULL DEFAULT '5', `nextstarttime` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `backcour_cou_uix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='To store every course backup status'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `backup_courses` -- LOCK TABLES `backup_courses` WRITE; /*!40000 ALTER TABLE `backup_courses` DISABLE KEYS */; /*!40000 ALTER TABLE `backup_courses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `backup_logs` -- DROP TABLE IF EXISTS `backup_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backup_logs` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `backupid` varchar(32) NOT NULL DEFAULT '', `loglevel` smallint(4) NOT NULL, `message` longtext NOT NULL, `timecreated` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `backlogs_bacid_uix` (`backupid`,`id`), KEY `backlogs_bac_ix` (`backupid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='To store all the logs from backup and restore operations (by'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `backup_logs` -- LOCK TABLES `backup_logs` WRITE; /*!40000 ALTER TABLE `backup_logs` DISABLE KEYS */; /*!40000 ALTER TABLE `backup_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `badge` -- DROP TABLE IF EXISTS `badge`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `badge` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `description` longtext, `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `usercreated` bigint(10) NOT NULL, `usermodified` bigint(10) NOT NULL, `issuername` varchar(255) NOT NULL DEFAULT '', `issuerurl` varchar(255) NOT NULL DEFAULT '', `issuercontact` varchar(255) DEFAULT NULL, `expiredate` bigint(10) DEFAULT NULL, `expireperiod` bigint(10) DEFAULT NULL, `type` tinyint(1) NOT NULL DEFAULT '1', `courseid` bigint(10) DEFAULT NULL, `message` longtext NOT NULL, `messagesubject` longtext NOT NULL, `attachment` tinyint(1) NOT NULL DEFAULT '1', `notification` tinyint(1) NOT NULL DEFAULT '1', `status` tinyint(1) NOT NULL DEFAULT '0', `nextcron` bigint(10) DEFAULT NULL, `version` varchar(255) DEFAULT NULL, `language` varchar(255) DEFAULT NULL, `imageauthorname` varchar(255) DEFAULT NULL, `imageauthoremail` varchar(255) DEFAULT NULL, `imageauthorurl` varchar(255) DEFAULT NULL, `imagecaption` longtext, PRIMARY KEY (`id`), KEY `badg_typ_ix` (`type`), KEY `badg_cou_ix` (`courseid`), KEY `badg_use_ix` (`usermodified`), KEY `badg_use2_ix` (`usercreated`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines badge'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `badge` -- LOCK TABLES `badge` WRITE; /*!40000 ALTER TABLE `badge` DISABLE KEYS */; /*!40000 ALTER TABLE `badge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `badge_backpack` -- DROP TABLE IF EXISTS `badge_backpack`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `badge_backpack` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL DEFAULT '0', `email` varchar(100) NOT NULL DEFAULT '', `backpackurl` varchar(255) NOT NULL DEFAULT '', `backpackuid` bigint(10) NOT NULL, `autosync` tinyint(1) NOT NULL DEFAULT '0', `password` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), KEY `badgback_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines settings for connecting external backpack'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `badge_backpack` -- LOCK TABLES `badge_backpack` WRITE; /*!40000 ALTER TABLE `badge_backpack` DISABLE KEYS */; /*!40000 ALTER TABLE `badge_backpack` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `badge_competencies` -- DROP TABLE IF EXISTS `badge_competencies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `badge_competencies` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `badgeid` bigint(10) NOT NULL DEFAULT '0', `targetname` varchar(255) NOT NULL DEFAULT '', `targeturl` varchar(255) NOT NULL DEFAULT '', `targetdescription` longtext, `targetframework` varchar(255) DEFAULT NULL, `targetcode` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`), KEY `badgcomp_bad_ix` (`badgeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `badge_competencies` -- LOCK TABLES `badge_competencies` WRITE; /*!40000 ALTER TABLE `badge_competencies` DISABLE KEYS */; /*!40000 ALTER TABLE `badge_competencies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `badge_criteria` -- DROP TABLE IF EXISTS `badge_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `badge_criteria` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `badgeid` bigint(10) NOT NULL DEFAULT '0', `criteriatype` bigint(10) DEFAULT NULL, `method` tinyint(1) NOT NULL DEFAULT '1', `description` longtext, `descriptionformat` tinyint(2) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `badgcrit_badcri_uix` (`badgeid`,`criteriatype`), KEY `badgcrit_cri_ix` (`criteriatype`), KEY `badgcrit_bad_ix` (`badgeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines criteria for issuing badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `badge_criteria` -- LOCK TABLES `badge_criteria` WRITE; /*!40000 ALTER TABLE `badge_criteria` DISABLE KEYS */; /*!40000 ALTER TABLE `badge_criteria` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `badge_criteria_met` -- DROP TABLE IF EXISTS `badge_criteria_met`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `badge_criteria_met` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `issuedid` bigint(10) DEFAULT NULL, `critid` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `datemet` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `badgcritmet_cri_ix` (`critid`), KEY `badgcritmet_use_ix` (`userid`), KEY `badgcritmet_iss_ix` (`issuedid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines criteria that were met for an issued badge'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `badge_criteria_met` -- LOCK TABLES `badge_criteria_met` WRITE; /*!40000 ALTER TABLE `badge_criteria_met` DISABLE KEYS */; /*!40000 ALTER TABLE `badge_criteria_met` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `badge_criteria_param` -- DROP TABLE IF EXISTS `badge_criteria_param`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `badge_criteria_param` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `critid` bigint(10) NOT NULL, `name` varchar(255) NOT NULL DEFAULT '', `value` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`), KEY `badgcritpara_cri_ix` (`critid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines parameters for badges criteria'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `badge_criteria_param` -- LOCK TABLES `badge_criteria_param` WRITE; /*!40000 ALTER TABLE `badge_criteria_param` DISABLE KEYS */; /*!40000 ALTER TABLE `badge_criteria_param` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `badge_endorsement` -- DROP TABLE IF EXISTS `badge_endorsement`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `badge_endorsement` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `badgeid` bigint(10) NOT NULL DEFAULT '0', `issuername` varchar(255) NOT NULL DEFAULT '', `issuerurl` varchar(255) NOT NULL DEFAULT '', `issueremail` varchar(255) NOT NULL DEFAULT '', `claimid` varchar(255) DEFAULT NULL, `claimcomment` longtext, `dateissued` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `badgendo_bad_ix` (`badgeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `badge_endorsement` -- LOCK TABLES `badge_endorsement` WRITE; /*!40000 ALTER TABLE `badge_endorsement` DISABLE KEYS */; /*!40000 ALTER TABLE `badge_endorsement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `badge_external` -- DROP TABLE IF EXISTS `badge_external`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `badge_external` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `backpackid` bigint(10) NOT NULL, `collectionid` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `badgexte_bac_ix` (`backpackid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Setting for external badges display'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `badge_external` -- LOCK TABLES `badge_external` WRITE; /*!40000 ALTER TABLE `badge_external` DISABLE KEYS */; /*!40000 ALTER TABLE `badge_external` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `badge_issued` -- DROP TABLE IF EXISTS `badge_issued`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `badge_issued` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `badgeid` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `uniquehash` longtext NOT NULL, `dateissued` bigint(10) NOT NULL DEFAULT '0', `dateexpire` bigint(10) DEFAULT NULL, `visible` tinyint(1) NOT NULL DEFAULT '0', `issuernotified` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `badgissu_baduse_uix` (`badgeid`,`userid`), KEY `badgissu_bad_ix` (`badgeid`), KEY `badgissu_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines issued badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `badge_issued` -- LOCK TABLES `badge_issued` WRITE; /*!40000 ALTER TABLE `badge_issued` DISABLE KEYS */; /*!40000 ALTER TABLE `badge_issued` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `badge_manual_award` -- DROP TABLE IF EXISTS `badge_manual_award`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `badge_manual_award` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `badgeid` bigint(10) NOT NULL, `recipientid` bigint(10) NOT NULL, `issuerid` bigint(10) NOT NULL, `issuerrole` bigint(10) NOT NULL, `datemet` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `badgmanuawar_bad_ix` (`badgeid`), KEY `badgmanuawar_rec_ix` (`recipientid`), KEY `badgmanuawar_iss_ix` (`issuerid`), KEY `badgmanuawar_iss2_ix` (`issuerrole`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Track manual award criteria for badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `badge_manual_award` -- LOCK TABLES `badge_manual_award` WRITE; /*!40000 ALTER TABLE `badge_manual_award` DISABLE KEYS */; /*!40000 ALTER TABLE `badge_manual_award` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `badge_related` -- DROP TABLE IF EXISTS `badge_related`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `badge_related` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `badgeid` bigint(10) NOT NULL DEFAULT '0', `relatedbadgeid` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `badgrela_badrel_uix` (`badgeid`,`relatedbadgeid`), KEY `badgrela_bad_ix` (`badgeid`), KEY `badgrela_rel_ix` (`relatedbadgeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `badge_related` -- LOCK TABLES `badge_related` WRITE; /*!40000 ALTER TABLE `badge_related` DISABLE KEYS */; /*!40000 ALTER TABLE `badge_related` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `block` -- DROP TABLE IF EXISTS `block`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `block` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(40) NOT NULL DEFAULT '', `cron` bigint(10) NOT NULL DEFAULT '0', `lastcron` bigint(10) NOT NULL DEFAULT '0', `visible` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), UNIQUE KEY `bloc_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=46 DEFAULT CHARSET=utf8 COMMENT='contains all installed blocks'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block` -- LOCK TABLES `block` WRITE; /*!40000 ALTER TABLE `block` DISABLE KEYS */; INSERT INTO `block` VALUES (1,'activity_modules',0,0,1),(2,'activity_results',0,0,1),(3,'admin_bookmarks',0,0,1),(4,'badges',0,0,1),(5,'blog_menu',0,0,1),(6,'blog_recent',0,0,1),(7,'blog_tags',0,0,1),(8,'calendar_month',0,0,1),(9,'calendar_upcoming',0,0,1),(10,'comments',0,0,1),(11,'community',0,0,1),(12,'completionstatus',0,0,1),(13,'course_list',0,0,1),(14,'course_summary',0,0,1),(15,'feedback',0,0,1),(16,'globalsearch',0,0,1),(17,'glossary_random',0,0,1),(18,'html',0,0,1),(19,'login',0,0,1),(20,'lp',0,0,1),(21,'mentees',0,0,1),(22,'mnet_hosts',0,0,1),(23,'myoverview',0,0,1),(24,'myprofile',0,0,1),(25,'navigation',0,0,1),(26,'news_items',0,0,1),(27,'online_users',0,0,1),(28,'participants',0,0,1),(29,'private_files',0,0,1),(30,'quiz_results',0,0,0),(31,'recent_activity',0,0,1),(32,'rss_client',0,0,1),(33,'search_forums',0,0,1),(34,'section_links',0,0,1),(35,'selfcompletion',0,0,1),(36,'settings',0,0,1),(37,'site_main_menu',0,0,1),(38,'social_activities',0,0,1),(39,'tag_flickr',0,0,1),(40,'tag_youtube',0,0,0),(41,'tags',0,0,1),(42,'recentlyaccessedcourses',0,0,1),(43,'recentlyaccesseditems',0,0,1),(44,'starredcourses',0,0,1),(45,'timeline',0,0,1); /*!40000 ALTER TABLE `block` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `block_community` -- DROP TABLE IF EXISTS `block_community`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `block_community` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `coursename` varchar(255) NOT NULL DEFAULT '', `coursedescription` longtext, `courseurl` varchar(255) NOT NULL DEFAULT '', `imageurl` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Community block'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_community` -- LOCK TABLES `block_community` WRITE; /*!40000 ALTER TABLE `block_community` DISABLE KEYS */; /*!40000 ALTER TABLE `block_community` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `block_instances` -- DROP TABLE IF EXISTS `block_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `block_instances` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `blockname` varchar(40) NOT NULL DEFAULT '', `parentcontextid` bigint(10) NOT NULL, `showinsubcontexts` smallint(4) NOT NULL, `requiredbytheme` smallint(4) NOT NULL DEFAULT '0', `pagetypepattern` varchar(64) NOT NULL DEFAULT '', `subpagepattern` varchar(16) DEFAULT NULL, `defaultregion` varchar(16) NOT NULL DEFAULT '', `defaultweight` bigint(10) NOT NULL, `configdata` longtext, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `blocinst_parshopagsub_ix` (`parentcontextid`,`showinsubcontexts`,`pagetypepattern`,`subpagepattern`), KEY `blocinst_tim_ix` (`timemodified`), KEY `blocinst_par_ix` (`parentcontextid`) ) ENGINE=InnoDB AUTO_INCREMENT=66 DEFAULT CHARSET=utf8 COMMENT='This table stores block instances. The type of block this is'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_instances` -- LOCK TABLES `block_instances` WRITE; /*!40000 ALTER TABLE `block_instances` DISABLE KEYS */; INSERT INTO `block_instances` VALUES (1,'admin_bookmarks',1,0,0,'admin-*',NULL,'side-pre',2,'',1544112047,1544112047),(2,'private_files',1,0,0,'my-index','2','side-post',0,'',1544112047,1544112047),(3,'online_users',1,0,0,'my-index','2','side-post',1,'',1544112047,1544112047),(4,'badges',1,0,0,'my-index','2','side-post',2,'',1544112047,1544112047),(5,'calendar_month',1,0,0,'my-index','2','side-post',3,'',1544112047,1544112047),(6,'calendar_upcoming',1,0,0,'my-index','2','side-post',4,'',1544112047,1544112047),(7,'lp',1,0,0,'my-index','2','content',0,'',1544112047,1544112047),(8,'myoverview',1,0,0,'my-index','2','content',1,'',1544112047,1544112047),(9,'private_files',5,0,0,'my-index','3','side-post',0,'',1544112499,1544112499),(10,'online_users',5,0,0,'my-index','3','side-post',1,'',1544112499,1544112499),(11,'badges',5,0,0,'my-index','3','side-post',2,'',1544112499,1544112499),(12,'calendar_month',5,0,0,'my-index','3','side-post',3,'',1544112499,1544112499),(13,'calendar_upcoming',5,0,0,'my-index','3','side-post',4,'',1544112499,1544112499),(14,'lp',5,0,0,'my-index','3','content',0,'',1544112499,1544112499),(15,'myoverview',5,0,0,'my-index','3','content',1,'',1544112499,1544112499),(16,'settings',3,0,0,'course-index-category',NULL,'side-pre',0,'',1544119618,1544119618),(17,'private_files',33,0,0,'my-index','6','side-post',0,'',1549640986,1549640986),(18,'online_users',33,0,0,'my-index','6','side-post',1,'',1549640986,1549640986),(19,'badges',33,0,0,'my-index','6','side-post',2,'',1549640986,1549640986),(20,'calendar_month',33,0,0,'my-index','6','side-post',3,'',1549640986,1549640986),(21,'calendar_upcoming',33,0,0,'my-index','6','side-post',4,'',1549640986,1549640986),(22,'lp',33,0,0,'my-index','6','content',0,'',1549640986,1549640986),(23,'myoverview',33,0,0,'my-index','6','content',1,'',1549640987,1549640987),(24,'private_files',27,0,0,'my-index','7','side-post',0,'',1549641026,1549641026),(25,'online_users',27,0,0,'my-index','7','side-post',1,'',1549641026,1549641026),(26,'badges',27,0,0,'my-index','7','side-post',2,'',1549641026,1549641026),(27,'calendar_month',27,0,0,'my-index','7','side-post',3,'',1549641026,1549641026),(28,'calendar_upcoming',27,0,0,'my-index','7','side-post',4,'',1549641026,1549641026),(29,'lp',27,0,0,'my-index','7','content',0,'',1549641026,1549641026),(30,'myoverview',27,0,0,'my-index','7','content',1,'',1549641026,1549641026),(31,'private_files',30,0,0,'my-index','8','side-post',0,'',1549894471,1549894471),(32,'online_users',30,0,0,'my-index','8','side-post',1,'',1549894471,1549894471),(33,'badges',30,0,0,'my-index','8','side-post',2,'',1549894471,1549894471),(34,'calendar_month',30,0,0,'my-index','8','side-post',3,'',1549894471,1549894471),(35,'calendar_upcoming',30,0,0,'my-index','8','side-post',4,'',1549894471,1549894471),(36,'lp',30,0,0,'my-index','8','content',0,'',1549894471,1549894471),(37,'myoverview',30,0,0,'my-index','8','content',1,'',1549894471,1549894471),(38,'private_files',28,0,0,'my-index','10','side-post',0,'',1549897197,1549897197),(39,'online_users',28,0,0,'my-index','10','side-post',1,'',1549897197,1549897197),(40,'badges',28,0,0,'my-index','10','side-post',2,'',1549897197,1549897197),(41,'calendar_month',28,0,0,'my-index','10','side-post',3,'',1549897197,1549897197),(42,'calendar_upcoming',28,0,0,'my-index','10','side-post',4,'',1549897197,1549897197),(43,'lp',28,0,0,'my-index','10','content',0,'',1549897197,1549897197),(44,'myoverview',28,0,0,'my-index','10','content',1,'',1549897197,1549897197),(45,'private_files',35,0,0,'my-index','11','side-post',0,'',1549897259,1549897259),(46,'online_users',35,0,0,'my-index','11','side-post',1,'',1549897259,1549897259),(47,'badges',35,0,0,'my-index','11','side-post',2,'',1549897259,1549897259),(48,'calendar_month',35,0,0,'my-index','11','side-post',3,'',1549897259,1549897259),(49,'calendar_upcoming',35,0,0,'my-index','11','side-post',4,'',1549897259,1549897259),(50,'lp',35,0,0,'my-index','11','content',0,'',1549897259,1549897259),(51,'myoverview',35,0,0,'my-index','11','content',1,'',1549897259,1549897259),(52,'recentlyaccessedcourses',1,0,0,'my-index','2','content',0,'',1551292268,1551292268),(53,'recentlyaccessedcourses',5,0,0,'my-index','3','content',0,'',1551292268,1551292268),(54,'recentlyaccessedcourses',27,0,0,'my-index','7','content',0,'',1551292268,1551292268),(55,'recentlyaccessedcourses',28,0,0,'my-index','10','content',0,'',1551292268,1551292268),(56,'recentlyaccessedcourses',30,0,0,'my-index','8','content',0,'',1551292268,1551292268),(57,'recentlyaccessedcourses',33,0,0,'my-index','6','content',0,'',1551292268,1551292268),(58,'recentlyaccessedcourses',35,0,0,'my-index','11','content',0,'',1551292268,1551292268),(59,'timeline',1,0,0,'my-index','2','side-post',0,'',1551292269,1551292269),(60,'timeline',5,0,0,'my-index','3','side-post',0,'',1551292270,1551292270),(61,'timeline',33,0,0,'my-index','6','side-post',0,'',1551292270,1551292270),(62,'timeline',27,0,0,'my-index','7','side-post',0,'',1551292270,1551292270),(63,'timeline',30,0,0,'my-index','8','side-post',0,'',1551292270,1551292270),(64,'timeline',28,0,0,'my-index','10','side-post',0,'',1551292270,1551292270),(65,'timeline',35,0,0,'my-index','11','side-post',0,'',1551292270,1551292270); /*!40000 ALTER TABLE `block_instances` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `block_positions` -- DROP TABLE IF EXISTS `block_positions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `block_positions` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `blockinstanceid` bigint(10) NOT NULL, `contextid` bigint(10) NOT NULL, `pagetype` varchar(64) NOT NULL DEFAULT '', `subpage` varchar(16) NOT NULL DEFAULT '', `visible` smallint(4) NOT NULL, `region` varchar(16) NOT NULL DEFAULT '', `weight` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `blocposi_bloconpagsub_uix` (`blockinstanceid`,`contextid`,`pagetype`,`subpage`), KEY `blocposi_blo_ix` (`blockinstanceid`), KEY `blocposi_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores the position of a sticky block_instance on a another '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_positions` -- LOCK TABLES `block_positions` WRITE; /*!40000 ALTER TABLE `block_positions` DISABLE KEYS */; /*!40000 ALTER TABLE `block_positions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `block_recent_activity` -- DROP TABLE IF EXISTS `block_recent_activity`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `block_recent_activity` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL, `cmid` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `action` tinyint(1) NOT NULL, `modname` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`), KEY `blocreceacti_coutim_ix` (`courseid`,`timecreated`) ) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8 COMMENT='Recent activity block'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_recent_activity` -- LOCK TABLES `block_recent_activity` WRITE; /*!40000 ALTER TABLE `block_recent_activity` DISABLE KEYS */; INSERT INTO `block_recent_activity` VALUES (1,2,2,1544117841,2,0,NULL),(2,2,2,1544117926,2,1,NULL),(3,2,2,1549628965,2,1,NULL),(4,2,2,1549630495,2,1,NULL),(5,2,2,1549630601,2,1,NULL),(6,2,2,1549630652,2,1,NULL),(7,2,2,1549630739,2,1,NULL),(8,2,2,1549640818,2,1,NULL),(9,2,2,1549649045,2,1,NULL),(10,2,2,1549649069,2,1,NULL),(11,2,2,1549888865,2,1,NULL),(12,2,2,1549888991,2,1,NULL),(13,2,2,1549889144,2,1,NULL),(14,2,2,1549889165,2,1,NULL),(15,2,2,1549889479,2,1,NULL),(16,2,2,1549889552,2,1,NULL),(17,2,3,1549894378,11,0,NULL),(18,2,2,1549899015,2,1,NULL),(19,2,2,1549899356,2,1,NULL),(20,2,2,1550494706,2,1,NULL),(21,2,2,1550755884,2,1,NULL),(22,2,2,1550755903,2,1,NULL),(23,2,2,1550758255,2,1,NULL),(24,2,2,1550759499,2,1,NULL),(25,2,2,1550759790,2,1,NULL),(26,2,2,1550760980,2,1,NULL),(27,2,2,1550761021,2,1,NULL),(28,2,2,1550761044,2,1,NULL),(29,2,2,1550765571,2,1,NULL),(30,2,2,1550863956,2,1,NULL),(31,2,2,1550865784,2,1,NULL),(32,2,2,1551116142,2,1,NULL),(33,2,2,1551116169,2,1,NULL); /*!40000 ALTER TABLE `block_recent_activity` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `block_recentlyaccesseditems` -- DROP TABLE IF EXISTS `block_recentlyaccesseditems`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `block_recentlyaccesseditems` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL, `cmid` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `timeaccess` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `blocrece_usecoucmi_uix` (`userid`,`courseid`,`cmid`), KEY `blocrece_use_ix` (`userid`), KEY `blocrece_cou_ix` (`courseid`), KEY `blocrece_cmi_ix` (`cmid`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Most recently accessed items accessed by a user'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_recentlyaccesseditems` -- LOCK TABLES `block_recentlyaccesseditems` WRITE; /*!40000 ALTER TABLE `block_recentlyaccesseditems` DISABLE KEYS */; INSERT INTO `block_recentlyaccesseditems` VALUES (1,2,2,2,1551292462); /*!40000 ALTER TABLE `block_recentlyaccesseditems` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `block_rss_client` -- DROP TABLE IF EXISTS `block_rss_client`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `block_rss_client` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL DEFAULT '0', `title` longtext NOT NULL, `preferredtitle` varchar(64) NOT NULL DEFAULT '', `description` longtext NOT NULL, `shared` tinyint(2) NOT NULL DEFAULT '0', `url` varchar(255) NOT NULL DEFAULT '', `skiptime` bigint(10) NOT NULL DEFAULT '0', `skipuntil` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Remote news feed information. Contains the news feed id, the'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_rss_client` -- LOCK TABLES `block_rss_client` WRITE; /*!40000 ALTER TABLE `block_rss_client` DISABLE KEYS */; /*!40000 ALTER TABLE `block_rss_client` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blog_association` -- DROP TABLE IF EXISTS `blog_association`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `blog_association` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `contextid` bigint(10) NOT NULL, `blogid` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `blogasso_con_ix` (`contextid`), KEY `blogasso_blo_ix` (`blogid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Associations of blog entries with courses and module instanc'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `blog_association` -- LOCK TABLES `blog_association` WRITE; /*!40000 ALTER TABLE `blog_association` DISABLE KEYS */; /*!40000 ALTER TABLE `blog_association` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blog_external` -- DROP TABLE IF EXISTS `blog_external`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `blog_external` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `name` varchar(255) NOT NULL DEFAULT '', `description` longtext, `url` longtext NOT NULL, `filtertags` varchar(255) DEFAULT NULL, `failedlastsync` tinyint(1) NOT NULL DEFAULT '0', `timemodified` bigint(10) DEFAULT NULL, `timefetched` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `blogexte_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='External blog links used for RSS copying of blog entries to '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `blog_external` -- LOCK TABLES `blog_external` WRITE; /*!40000 ALTER TABLE `blog_external` DISABLE KEYS */; /*!40000 ALTER TABLE `blog_external` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `book` -- DROP TABLE IF EXISTS `book`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `book` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext, `introformat` smallint(4) NOT NULL DEFAULT '0', `numbering` smallint(4) NOT NULL DEFAULT '0', `navstyle` smallint(4) NOT NULL DEFAULT '1', `customtitles` tinyint(2) NOT NULL DEFAULT '0', `revision` bigint(10) NOT NULL DEFAULT '0', `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines book'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `book` -- LOCK TABLES `book` WRITE; /*!40000 ALTER TABLE `book` DISABLE KEYS */; /*!40000 ALTER TABLE `book` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `book_chapters` -- DROP TABLE IF EXISTS `book_chapters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `book_chapters` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `bookid` bigint(10) NOT NULL DEFAULT '0', `pagenum` bigint(10) NOT NULL DEFAULT '0', `subchapter` bigint(10) NOT NULL DEFAULT '0', `title` varchar(255) NOT NULL DEFAULT '', `content` longtext NOT NULL, `contentformat` smallint(4) NOT NULL DEFAULT '0', `hidden` tinyint(2) NOT NULL DEFAULT '0', `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `importsrc` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines book_chapters'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `book_chapters` -- LOCK TABLES `book_chapters` WRITE; /*!40000 ALTER TABLE `book_chapters` DISABLE KEYS */; /*!40000 ALTER TABLE `book_chapters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cache_filters` -- DROP TABLE IF EXISTS `cache_filters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cache_filters` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `filter` varchar(32) NOT NULL DEFAULT '', `version` bigint(10) NOT NULL DEFAULT '0', `md5key` varchar(32) NOT NULL DEFAULT '', `rawtext` longtext NOT NULL, `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `cachfilt_filmd5_ix` (`filter`,`md5key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='For keeping information about cached data'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cache_filters` -- LOCK TABLES `cache_filters` WRITE; /*!40000 ALTER TABLE `cache_filters` DISABLE KEYS */; /*!40000 ALTER TABLE `cache_filters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cache_flags` -- DROP TABLE IF EXISTS `cache_flags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cache_flags` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `flagtype` varchar(255) NOT NULL DEFAULT '', `name` varchar(255) NOT NULL DEFAULT '', `timemodified` bigint(10) NOT NULL DEFAULT '0', `value` longtext NOT NULL, `expiry` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `cachflag_fla_ix` (`flagtype`), KEY `cachflag_nam_ix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8 COMMENT='Cache of time-sensitive flags'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cache_flags` -- LOCK TABLES `cache_flags` WRITE; /*!40000 ALTER TABLE `cache_flags` DISABLE KEYS */; INSERT INTO `cache_flags` VALUES (1,'userpreferenceschanged','2',1551292409,'1',1551299609),(2,'accesslib/dirtycontexts','/1',1551292260,'1',1551299460),(3,'userpreferenceschanged','3',1544117445,'1',1544124645),(4,'accesslib/dirtycontexts','/1/3/22',1549625990,'1',1549633190),(5,'userpreferenceschanged','4',1549624129,'1',1549631329),(6,'userpreferenceschanged','5',1549642162,'1',1549649362),(7,'userpreferenceschanged','6',1549897375,'1',1549904575),(8,'userpreferenceschanged','7',1549624850,'1',1549632050),(9,'userpreferenceschanged','8',1549894870,'1',1549902070),(10,'userpreferenceschanged','9',1549625021,'1',1549632221),(11,'userpreferenceschanged','10',1549625083,'1',1549632283),(12,'userpreferenceschanged','11',1549898755,'1',1549905955),(13,'userpreferenceschanged','12',1549625193,'1',1549632393),(14,'userpreferenceschanged','13',1549897275,'1',1549904475),(15,'userpreferenceschanged','14',1549894761,'1',1549901961),(16,'accesslib/dirtycontexts','/1/37',1549625717,'1',1549632917),(17,'accesslib/dirtycontexts','/1/37/38',1549625738,'1',1549632938),(18,'accesslib/dirtycontexts','/1/37/38/39',1549625752,'1',1549632952),(19,'accesslib/dirtycontexts','/1/37/38/39/40',1549625805,'1',1549633005),(20,'accesslib/dirtycontexts','/1/37/38/39/40/41',1549625851,'1',1549633051),(21,'accesslib/dirtycontexts','/1/37/38/39/40/41/42',1549628032,'1',1549635232),(22,'accesslib/dirtycontexts','/1/37/38/39/40/41/42/22',1549627017,'1',1549634217); /*!40000 ALTER TABLE `cache_flags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `capabilities` -- DROP TABLE IF EXISTS `capabilities`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `capabilities` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `captype` varchar(50) NOT NULL DEFAULT '', `contextlevel` bigint(10) NOT NULL DEFAULT '0', `component` varchar(100) NOT NULL DEFAULT '', `riskbitmask` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `capa_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=626 DEFAULT CHARSET=utf8 COMMENT='this defines all capabilities'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `capabilities` -- LOCK TABLES `capabilities` WRITE; /*!40000 ALTER TABLE `capabilities` DISABLE KEYS */; INSERT INTO `capabilities` VALUES (1,'moodle/site:config','write',10,'moodle',62),(2,'moodle/site:configview','read',10,'moodle',0),(3,'moodle/site:readallmessages','read',10,'moodle',8),(4,'moodle/site:manageallmessaging','write',10,'moodle',8),(5,'moodle/site:deleteanymessage','write',10,'moodle',32),(6,'moodle/site:sendmessage','write',10,'moodle',16),(7,'moodle/site:deleteownmessage','write',10,'moodle',0),(8,'moodle/site:approvecourse','write',10,'moodle',4),(9,'moodle/backup:backupcourse','write',50,'moodle',28),(10,'moodle/backup:backupsection','write',50,'moodle',28),(11,'moodle/backup:backupactivity','write',70,'moodle',28),(12,'moodle/backup:backuptargethub','write',50,'moodle',28),(13,'moodle/backup:backuptargetimport','write',50,'moodle',28),(14,'moodle/backup:downloadfile','write',50,'moodle',28),(15,'moodle/backup:configure','write',50,'moodle',28),(16,'moodle/backup:userinfo','read',50,'moodle',8),(17,'moodle/backup:anonymise','read',50,'moodle',8),(18,'moodle/restore:restorecourse','write',50,'moodle',28),(19,'moodle/restore:restoresection','write',50,'moodle',28),(20,'moodle/restore:restoreactivity','write',50,'moodle',28),(21,'moodle/restore:viewautomatedfilearea','write',50,'moodle',28),(22,'moodle/restore:restoretargethub','write',50,'moodle',28),(23,'moodle/restore:restoretargetimport','write',50,'moodle',28),(24,'moodle/restore:uploadfile','write',50,'moodle',28),(25,'moodle/restore:configure','write',50,'moodle',28),(26,'moodle/restore:rolldates','write',50,'moodle',0),(27,'moodle/restore:userinfo','write',50,'moodle',30),(28,'moodle/restore:createuser','write',10,'moodle',24),(29,'moodle/site:manageblocks','write',80,'moodle',20),(30,'moodle/site:accessallgroups','read',70,'moodle',0),(31,'moodle/site:viewfullnames','read',70,'moodle',0),(32,'moodle/site:viewuseridentity','read',70,'moodle',0),(33,'moodle/site:viewreports','read',50,'moodle',8),(34,'moodle/site:trustcontent','write',70,'moodle',4),(35,'moodle/site:uploadusers','write',10,'moodle',24),(36,'moodle/filter:manage','write',50,'moodle',0),(37,'moodle/user:create','write',10,'moodle',24),(38,'moodle/user:delete','write',10,'moodle',40),(39,'moodle/user:update','write',10,'moodle',24),(40,'moodle/user:viewdetails','read',50,'moodle',0),(41,'moodle/user:viewalldetails','read',30,'moodle',8),(42,'moodle/user:viewlastip','read',30,'moodle',8),(43,'moodle/user:viewhiddendetails','read',50,'moodle',8),(44,'moodle/user:loginas','write',50,'moodle',30),(45,'moodle/user:managesyspages','write',10,'moodle',0),(46,'moodle/user:manageblocks','write',30,'moodle',0),(47,'moodle/user:manageownblocks','write',10,'moodle',0),(48,'moodle/user:manageownfiles','write',10,'moodle',0),(49,'moodle/user:ignoreuserquota','write',10,'moodle',0),(50,'moodle/my:configsyspages','write',10,'moodle',0),(51,'moodle/role:assign','write',50,'moodle',28),(52,'moodle/role:review','read',50,'moodle',8),(53,'moodle/role:override','write',50,'moodle',28),(54,'moodle/role:safeoverride','write',50,'moodle',16),(55,'moodle/role:manage','write',10,'moodle',28),(56,'moodle/role:switchroles','read',50,'moodle',12),(57,'moodle/category:manage','write',40,'moodle',4),(58,'moodle/category:viewhiddencategories','read',40,'moodle',0),(59,'moodle/cohort:manage','write',40,'moodle',0),(60,'moodle/cohort:assign','write',40,'moodle',0),(61,'moodle/cohort:view','read',50,'moodle',0),(62,'moodle/course:create','write',40,'moodle',4),(63,'moodle/course:request','write',10,'moodle',0),(64,'moodle/course:delete','write',50,'moodle',32),(65,'moodle/course:update','write',50,'moodle',4),(66,'moodle/course:view','read',50,'moodle',0),(67,'moodle/course:enrolreview','read',50,'moodle',8),(68,'moodle/course:enrolconfig','write',50,'moodle',8),(69,'moodle/course:reviewotherusers','read',50,'moodle',0),(70,'moodle/course:bulkmessaging','write',50,'moodle',16),(71,'moodle/course:viewhiddenuserfields','read',50,'moodle',8),(72,'moodle/course:viewhiddencourses','read',50,'moodle',0),(73,'moodle/course:visibility','write',50,'moodle',0),(74,'moodle/course:managefiles','write',50,'moodle',4),(75,'moodle/course:ignoreavailabilityrestrictions','read',70,'moodle',0),(76,'moodle/course:ignorefilesizelimits','write',50,'moodle',0),(77,'moodle/course:manageactivities','write',70,'moodle',4),(78,'moodle/course:activityvisibility','write',70,'moodle',0),(79,'moodle/course:viewhiddenactivities','write',70,'moodle',0),(80,'moodle/course:viewparticipants','read',50,'moodle',0),(81,'moodle/course:changefullname','write',50,'moodle',4),(82,'moodle/course:changeshortname','write',50,'moodle',4),(83,'moodle/course:renameroles','write',50,'moodle',0),(84,'moodle/course:changeidnumber','write',50,'moodle',4),(85,'moodle/course:changecategory','write',50,'moodle',4),(86,'moodle/course:changesummary','write',50,'moodle',4),(87,'moodle/course:setforcedlanguage','write',50,'moodle',0),(88,'moodle/site:viewparticipants','read',10,'moodle',0),(89,'moodle/course:isincompletionreports','read',50,'moodle',0),(90,'moodle/course:viewscales','read',50,'moodle',0),(91,'moodle/course:managescales','write',50,'moodle',0),(92,'moodle/course:managegroups','write',50,'moodle',4),(93,'moodle/course:reset','write',50,'moodle',32),(94,'moodle/course:viewsuspendedusers','read',10,'moodle',0),(95,'moodle/course:tag','write',50,'moodle',16),(96,'moodle/blog:view','read',10,'moodle',0),(97,'moodle/blog:search','read',10,'moodle',0),(98,'moodle/blog:viewdrafts','read',10,'moodle',8),(99,'moodle/blog:create','write',10,'moodle',16),(100,'moodle/blog:manageentries','write',10,'moodle',16),(101,'moodle/blog:manageexternal','write',10,'moodle',16),(102,'moodle/calendar:manageownentries','write',50,'moodle',16),(103,'moodle/calendar:managegroupentries','write',50,'moodle',16),(104,'moodle/calendar:manageentries','write',50,'moodle',16),(105,'moodle/user:editprofile','write',30,'moodle',24),(106,'moodle/user:editownprofile','write',10,'moodle',16),(107,'moodle/user:changeownpassword','write',10,'moodle',0),(108,'moodle/user:readuserposts','read',30,'moodle',0),(109,'moodle/user:readuserblogs','read',30,'moodle',0),(110,'moodle/user:viewuseractivitiesreport','read',30,'moodle',8),(111,'moodle/user:editmessageprofile','write',30,'moodle',16),(112,'moodle/user:editownmessageprofile','write',10,'moodle',0),(113,'moodle/question:managecategory','write',50,'moodle',20),(114,'moodle/question:add','write',50,'moodle',20),(115,'moodle/question:editmine','write',50,'moodle',20),(116,'moodle/question:editall','write',50,'moodle',20),(117,'moodle/question:viewmine','read',50,'moodle',0),(118,'moodle/question:viewall','read',50,'moodle',0),(119,'moodle/question:usemine','read',50,'moodle',0),(120,'moodle/question:useall','read',50,'moodle',0),(121,'moodle/question:movemine','write',50,'moodle',0),(122,'moodle/question:moveall','write',50,'moodle',0),(123,'moodle/question:config','write',10,'moodle',2),(124,'moodle/question:flag','write',50,'moodle',0),(125,'moodle/question:tagmine','write',50,'moodle',0),(126,'moodle/question:tagall','write',50,'moodle',0),(127,'moodle/site:doclinks','read',10,'moodle',0),(128,'moodle/course:sectionvisibility','write',50,'moodle',0),(129,'moodle/course:useremail','write',50,'moodle',0),(130,'moodle/course:viewhiddensections','write',50,'moodle',0),(131,'moodle/course:setcurrentsection','write',50,'moodle',0),(132,'moodle/course:movesections','write',50,'moodle',0),(133,'moodle/site:mnetlogintoremote','read',10,'moodle',0),(134,'moodle/grade:viewall','read',50,'moodle',8),(135,'moodle/grade:view','read',50,'moodle',0),(136,'moodle/grade:viewhidden','read',50,'moodle',8),(137,'moodle/grade:import','write',50,'moodle',12),(138,'moodle/grade:export','read',50,'moodle',8),(139,'moodle/grade:manage','write',50,'moodle',12),(140,'moodle/grade:edit','write',50,'moodle',12),(141,'moodle/grade:managegradingforms','write',50,'moodle',12),(142,'moodle/grade:sharegradingforms','write',10,'moodle',4),(143,'moodle/grade:managesharedforms','write',10,'moodle',4),(144,'moodle/grade:manageoutcomes','write',50,'moodle',0),(145,'moodle/grade:manageletters','write',50,'moodle',0),(146,'moodle/grade:hide','write',50,'moodle',0),(147,'moodle/grade:lock','write',50,'moodle',0),(148,'moodle/grade:unlock','write',50,'moodle',0),(149,'moodle/my:manageblocks','write',10,'moodle',0),(150,'moodle/notes:view','read',50,'moodle',0),(151,'moodle/notes:manage','write',50,'moodle',16),(152,'moodle/tag:manage','write',10,'moodle',16),(153,'moodle/tag:edit','write',10,'moodle',16),(154,'moodle/tag:flag','write',10,'moodle',16),(155,'moodle/tag:editblocks','write',10,'moodle',0),(156,'moodle/block:view','read',80,'moodle',0),(157,'moodle/block:edit','write',80,'moodle',20),(158,'moodle/portfolio:export','read',10,'moodle',0),(159,'moodle/comment:view','read',50,'moodle',0),(160,'moodle/comment:post','write',50,'moodle',24),(161,'moodle/comment:delete','write',50,'moodle',32),(162,'moodle/webservice:createtoken','write',10,'moodle',62),(163,'moodle/webservice:managealltokens','write',10,'moodle',42),(164,'moodle/webservice:createmobiletoken','write',10,'moodle',24),(165,'moodle/rating:view','read',50,'moodle',0),(166,'moodle/rating:viewany','read',50,'moodle',8),(167,'moodle/rating:viewall','read',50,'moodle',8),(168,'moodle/rating:rate','write',50,'moodle',0),(169,'moodle/course:publish','write',10,'moodle',24),(170,'moodle/course:markcomplete','write',50,'moodle',0),(171,'moodle/course:overridecompletion','write',50,'moodle',0),(172,'moodle/community:add','write',10,'moodle',0),(173,'moodle/community:download','write',10,'moodle',0),(174,'moodle/badges:manageglobalsettings','write',10,'moodle',34),(175,'moodle/badges:viewbadges','read',50,'moodle',0),(176,'moodle/badges:manageownbadges','write',30,'moodle',0),(177,'moodle/badges:viewotherbadges','read',30,'moodle',0),(178,'moodle/badges:earnbadge','write',50,'moodle',0),(179,'moodle/badges:createbadge','write',50,'moodle',16),(180,'moodle/badges:deletebadge','write',50,'moodle',32),(181,'moodle/badges:configuredetails','write',50,'moodle',16),(182,'moodle/badges:configurecriteria','write',50,'moodle',4),(183,'moodle/badges:configuremessages','write',50,'moodle',16),(184,'moodle/badges:awardbadge','write',50,'moodle',16),(185,'moodle/badges:revokebadge','write',50,'moodle',16),(186,'moodle/badges:viewawarded','read',50,'moodle',8),(187,'moodle/site:forcelanguage','read',10,'moodle',0),(188,'moodle/search:query','read',10,'moodle',0),(189,'moodle/competency:competencymanage','write',40,'moodle',0),(190,'moodle/competency:competencyview','read',40,'moodle',0),(191,'moodle/competency:competencygrade','write',50,'moodle',0),(192,'moodle/competency:coursecompetencymanage','write',50,'moodle',0),(193,'moodle/competency:coursecompetencyconfigure','write',70,'moodle',0),(194,'moodle/competency:coursecompetencygradable','read',50,'moodle',0),(195,'moodle/competency:coursecompetencyview','read',50,'moodle',0),(196,'moodle/competency:evidencedelete','write',30,'moodle',0),(197,'moodle/competency:planmanage','write',30,'moodle',0),(198,'moodle/competency:planmanagedraft','write',30,'moodle',0),(199,'moodle/competency:planmanageown','write',30,'moodle',0),(200,'moodle/competency:planmanageowndraft','write',30,'moodle',0),(201,'moodle/competency:planview','read',30,'moodle',0),(202,'moodle/competency:planviewdraft','read',30,'moodle',0),(203,'moodle/competency:planviewown','read',30,'moodle',0),(204,'moodle/competency:planviewowndraft','read',30,'moodle',0),(205,'moodle/competency:planrequestreview','write',30,'moodle',0),(206,'moodle/competency:planrequestreviewown','write',30,'moodle',0),(207,'moodle/competency:planreview','write',30,'moodle',0),(208,'moodle/competency:plancomment','write',30,'moodle',0),(209,'moodle/competency:plancommentown','write',30,'moodle',0),(210,'moodle/competency:usercompetencyview','read',30,'moodle',0),(211,'moodle/competency:usercompetencyrequestreview','write',30,'moodle',0),(212,'moodle/competency:usercompetencyrequestreviewown','write',30,'moodle',0),(213,'moodle/competency:usercompetencyreview','write',30,'moodle',0),(214,'moodle/competency:usercompetencycomment','write',30,'moodle',0),(215,'moodle/competency:usercompetencycommentown','write',30,'moodle',0),(216,'moodle/competency:templatemanage','write',40,'moodle',0),(217,'moodle/analytics:listinsights','read',50,'moodle',8),(218,'moodle/analytics:managemodels','write',10,'moodle',2),(219,'moodle/competency:templateview','read',40,'moodle',0),(220,'moodle/competency:userevidencemanage','write',30,'moodle',0),(221,'moodle/competency:userevidencemanageown','write',30,'moodle',0),(222,'moodle/competency:userevidenceview','read',30,'moodle',0),(223,'moodle/site:maintenanceaccess','write',10,'moodle',0),(224,'mod/assign:view','read',70,'mod_assign',0),(225,'mod/assign:submit','write',70,'mod_assign',0),(226,'mod/assign:grade','write',70,'mod_assign',4),(227,'mod/assign:exportownsubmission','read',70,'mod_assign',0),(228,'mod/assign:addinstance','write',50,'mod_assign',4),(229,'mod/assign:editothersubmission','write',70,'mod_assign',41),(230,'mod/assign:grantextension','write',70,'mod_assign',0),(231,'mod/assign:revealidentities','write',70,'mod_assign',0),(232,'mod/assign:reviewgrades','write',70,'mod_assign',0),(233,'mod/assign:releasegrades','write',70,'mod_assign',0),(234,'mod/assign:managegrades','write',70,'mod_assign',0),(235,'mod/assign:manageallocations','write',70,'mod_assign',0),(236,'mod/assign:viewgrades','read',70,'mod_assign',0),(237,'mod/assign:viewblinddetails','write',70,'mod_assign',8),(238,'mod/assign:receivegradernotifications','read',70,'mod_assign',0),(239,'mod/assign:manageoverrides','write',70,'mod_assign',0),(240,'mod/assignment:view','read',70,'mod_assignment',0),(241,'mod/assignment:addinstance','write',50,'mod_assignment',4),(242,'mod/assignment:submit','write',70,'mod_assignment',0),(243,'mod/assignment:grade','write',70,'mod_assignment',4),(244,'mod/assignment:exportownsubmission','read',70,'mod_assignment',0),(245,'mod/book:addinstance','write',50,'mod_book',4),(246,'mod/book:read','read',70,'mod_book',0),(247,'mod/book:viewhiddenchapters','read',70,'mod_book',0),(248,'mod/book:edit','write',70,'mod_book',4),(249,'mod/chat:addinstance','write',50,'mod_chat',4),(250,'mod/chat:chat','write',70,'mod_chat',16),(251,'mod/chat:readlog','read',70,'mod_chat',0),(252,'mod/chat:deletelog','write',70,'mod_chat',0),(253,'mod/chat:exportparticipatedsession','read',70,'mod_chat',8),(254,'mod/chat:exportsession','read',70,'mod_chat',8),(255,'mod/chat:view','read',70,'mod_chat',0),(256,'mod/choice:addinstance','write',50,'mod_choice',4),(257,'mod/choice:choose','write',70,'mod_choice',0),(258,'mod/choice:readresponses','read',70,'mod_choice',0),(259,'mod/choice:deleteresponses','write',70,'mod_choice',0),(260,'mod/choice:downloadresponses','read',70,'mod_choice',0),(261,'mod/choice:view','read',70,'mod_choice',0),(262,'mod/data:addinstance','write',50,'mod_data',4),(263,'mod/data:viewentry','read',70,'mod_data',0),(264,'mod/data:writeentry','write',70,'mod_data',16),(265,'mod/data:comment','write',70,'mod_data',16),(266,'mod/data:rate','write',70,'mod_data',0),(267,'mod/data:viewrating','read',70,'mod_data',0),(268,'mod/data:viewanyrating','read',70,'mod_data',8),(269,'mod/data:viewallratings','read',70,'mod_data',8),(270,'mod/data:approve','write',70,'mod_data',16),(271,'mod/data:manageentries','write',70,'mod_data',16),(272,'mod/data:managecomments','write',70,'mod_data',16),(273,'mod/data:managetemplates','write',70,'mod_data',20),(274,'mod/data:viewalluserpresets','read',70,'mod_data',0),(275,'mod/data:manageuserpresets','write',70,'mod_data',20),(276,'mod/data:exportentry','read',70,'mod_data',8),(277,'mod/data:exportownentry','read',70,'mod_data',0),(278,'mod/data:exportallentries','read',70,'mod_data',8),(279,'mod/data:exportuserinfo','read',70,'mod_data',8),(280,'mod/data:view','read',70,'mod_data',0),(281,'mod/feedback:addinstance','write',50,'mod_feedback',4),(282,'mod/feedback:view','read',70,'mod_feedback',0),(283,'mod/feedback:complete','write',70,'mod_feedback',16),(284,'mod/feedback:viewanalysepage','read',70,'mod_feedback',8),(285,'mod/feedback:deletesubmissions','write',70,'mod_feedback',0),(286,'mod/feedback:mapcourse','write',70,'mod_feedback',0),(287,'mod/feedback:edititems','write',70,'mod_feedback',20),(288,'mod/feedback:createprivatetemplate','write',70,'mod_feedback',16),(289,'mod/feedback:createpublictemplate','write',70,'mod_feedback',16),(290,'mod/feedback:deletetemplate','write',70,'mod_feedback',0),(291,'mod/feedback:viewreports','read',70,'mod_feedback',8),(292,'mod/feedback:receivemail','read',70,'mod_feedback',8),(293,'mod/folder:addinstance','write',50,'mod_folder',4),(294,'mod/folder:view','read',70,'mod_folder',0),(295,'mod/folder:managefiles','write',70,'mod_folder',16),(296,'mod/forum:addinstance','write',50,'mod_forum',4),(297,'mod/forum:viewdiscussion','read',70,'mod_forum',0),(298,'mod/forum:viewhiddentimedposts','read',70,'mod_forum',0),(299,'mod/forum:startdiscussion','write',70,'mod_forum',16),(300,'mod/forum:replypost','write',70,'mod_forum',16),(301,'mod/forum:addnews','write',70,'mod_forum',16),(302,'mod/forum:replynews','write',70,'mod_forum',16),(303,'mod/forum:viewrating','read',70,'mod_forum',0),(304,'mod/forum:viewanyrating','read',70,'mod_forum',8),(305,'mod/forum:viewallratings','read',70,'mod_forum',8),(306,'mod/forum:rate','write',70,'mod_forum',0),(307,'mod/forum:createattachment','write',70,'mod_forum',16),(308,'mod/forum:deleteownpost','write',70,'mod_forum',0),(309,'mod/forum:deleteanypost','write',70,'mod_forum',0),(310,'mod/forum:splitdiscussions','write',70,'mod_forum',0),(311,'mod/forum:movediscussions','write',70,'mod_forum',0),(312,'mod/forum:pindiscussions','write',70,'mod_forum',0),(313,'mod/forum:editanypost','write',70,'mod_forum',16),(314,'mod/forum:viewqandawithoutposting','read',70,'mod_forum',0),(315,'mod/forum:viewsubscribers','read',70,'mod_forum',0),(316,'mod/forum:managesubscriptions','write',70,'mod_forum',16),(317,'mod/forum:postwithoutthrottling','write',70,'mod_forum',16),(318,'mod/forum:exportdiscussion','read',70,'mod_forum',8),(319,'mod/forum:exportpost','read',70,'mod_forum',8),(320,'mod/forum:exportownpost','read',70,'mod_forum',8),(321,'mod/forum:addquestion','write',70,'mod_forum',16),(322,'mod/forum:allowforcesubscribe','read',70,'mod_forum',0),(323,'mod/forum:canposttomygroups','write',70,'mod_forum',0),(324,'mod/forum:canoverridediscussionlock','write',70,'mod_forum',0),(325,'mod/glossary:addinstance','write',50,'mod_glossary',4),(326,'mod/glossary:view','read',70,'mod_glossary',0),(327,'mod/glossary:write','write',70,'mod_glossary',16),(328,'mod/glossary:manageentries','write',70,'mod_glossary',16),(329,'mod/glossary:managecategories','write',70,'mod_glossary',16),(330,'mod/glossary:comment','write',70,'mod_glossary',16),(331,'mod/glossary:managecomments','write',70,'mod_glossary',16),(332,'mod/glossary:import','write',70,'mod_glossary',16),(333,'mod/glossary:export','read',70,'mod_glossary',0),(334,'mod/glossary:approve','write',70,'mod_glossary',16),(335,'mod/glossary:rate','write',70,'mod_glossary',0),(336,'mod/glossary:viewrating','read',70,'mod_glossary',0),(337,'mod/glossary:viewanyrating','read',70,'mod_glossary',8),(338,'mod/glossary:viewallratings','read',70,'mod_glossary',8),(339,'mod/glossary:exportentry','read',70,'mod_glossary',8),(340,'mod/glossary:exportownentry','read',70,'mod_glossary',0),(341,'mod/imscp:view','read',70,'mod_imscp',0),(342,'mod/imscp:addinstance','write',50,'mod_imscp',4),(343,'mod/label:addinstance','write',50,'mod_label',4),(344,'mod/label:view','read',70,'mod_label',0),(345,'mod/lesson:addinstance','write',50,'mod_lesson',4),(346,'mod/lesson:edit','write',70,'mod_lesson',4),(347,'mod/lesson:grade','write',70,'mod_lesson',20),(348,'mod/lesson:viewreports','read',70,'mod_lesson',8),(349,'mod/lesson:manage','write',70,'mod_lesson',0),(350,'mod/lesson:manageoverrides','write',70,'mod_lesson',0),(351,'mod/lesson:view','read',70,'mod_lesson',0),(352,'mod/lti:view','read',70,'mod_lti',0),(353,'mod/lti:addinstance','write',50,'mod_lti',4),(354,'mod/lti:manage','write',70,'mod_lti',8),(355,'mod/lti:admin','write',70,'mod_lti',8),(356,'mod/lti:addcoursetool','write',50,'mod_lti',0),(357,'mod/lti:requesttooladd','write',50,'mod_lti',0),(358,'mod/page:view','read',70,'mod_page',0),(359,'mod/page:addinstance','write',50,'mod_page',4),(360,'mod/quiz:view','read',70,'mod_quiz',0),(361,'mod/quiz:addinstance','write',50,'mod_quiz',4),(362,'mod/quiz:attempt','write',70,'mod_quiz',16),(363,'mod/quiz:reviewmyattempts','read',70,'mod_quiz',0),(364,'mod/quiz:manage','write',70,'mod_quiz',16),(365,'mod/quiz:manageoverrides','write',70,'mod_quiz',0),(366,'mod/quiz:preview','write',70,'mod_quiz',0),(367,'mod/quiz:grade','write',70,'mod_quiz',20),(368,'mod/quiz:regrade','write',70,'mod_quiz',16),(369,'mod/quiz:viewreports','read',70,'mod_quiz',8),(370,'mod/quiz:deleteattempts','write',70,'mod_quiz',32),(371,'mod/quiz:ignoretimelimits','read',70,'mod_quiz',0),(372,'mod/quiz:emailconfirmsubmission','read',70,'mod_quiz',0),(373,'mod/quiz:emailnotifysubmission','read',70,'mod_quiz',0),(374,'mod/quiz:emailwarnoverdue','read',70,'mod_quiz',0),(375,'mod/resource:view','read',70,'mod_resource',0),(376,'mod/resource:addinstance','write',50,'mod_resource',4),(377,'mod/scorm:addinstance','write',50,'mod_scorm',4),(378,'mod/scorm:viewreport','read',70,'mod_scorm',0),(379,'mod/scorm:skipview','read',70,'mod_scorm',0),(380,'mod/scorm:savetrack','write',70,'mod_scorm',0),(381,'mod/scorm:viewscores','read',70,'mod_scorm',0),(382,'mod/scorm:deleteresponses','write',70,'mod_scorm',0),(383,'mod/scorm:deleteownresponses','write',70,'mod_scorm',0),(384,'mod/survey:addinstance','write',50,'mod_survey',4),(385,'mod/survey:participate','read',70,'mod_survey',0),(386,'mod/survey:readresponses','read',70,'mod_survey',0),(387,'mod/survey:download','read',70,'mod_survey',0),(388,'mod/url:view','read',70,'mod_url',0),(389,'mod/url:addinstance','write',50,'mod_url',4),(390,'mod/wiki:addinstance','write',50,'mod_wiki',4),(391,'mod/wiki:viewpage','read',70,'mod_wiki',0),(392,'mod/wiki:editpage','write',70,'mod_wiki',16),(393,'mod/wiki:createpage','write',70,'mod_wiki',16),(394,'mod/wiki:viewcomment','read',70,'mod_wiki',0),(395,'mod/wiki:editcomment','write',70,'mod_wiki',16),(396,'mod/wiki:managecomment','write',70,'mod_wiki',0),(397,'mod/wiki:managefiles','write',70,'mod_wiki',0),(398,'mod/wiki:overridelock','write',70,'mod_wiki',0),(399,'mod/wiki:managewiki','write',70,'mod_wiki',0),(400,'mod/workshop:view','read',70,'mod_workshop',0),(401,'mod/workshop:addinstance','write',50,'mod_workshop',4),(402,'mod/workshop:switchphase','write',70,'mod_workshop',0),(403,'mod/workshop:editdimensions','write',70,'mod_workshop',4),(404,'mod/workshop:submit','write',70,'mod_workshop',0),(405,'mod/workshop:peerassess','write',70,'mod_workshop',0),(406,'mod/workshop:manageexamples','write',70,'mod_workshop',0),(407,'mod/workshop:allocate','write',70,'mod_workshop',0),(408,'mod/workshop:publishsubmissions','write',70,'mod_workshop',0),(409,'mod/workshop:viewauthornames','read',70,'mod_workshop',0),(410,'mod/workshop:viewreviewernames','read',70,'mod_workshop',0),(411,'mod/workshop:viewallsubmissions','read',70,'mod_workshop',0),(412,'mod/workshop:viewpublishedsubmissions','read',70,'mod_workshop',0),(413,'mod/workshop:viewauthorpublished','read',70,'mod_workshop',0),(414,'mod/workshop:viewallassessments','read',70,'mod_workshop',0),(415,'mod/workshop:overridegrades','write',70,'mod_workshop',0),(416,'mod/workshop:ignoredeadlines','write',70,'mod_workshop',0),(417,'mod/workshop:deletesubmissions','write',70,'mod_workshop',0),(418,'mod/workshop:exportsubmissions','read',70,'mod_workshop',0),(419,'auth/oauth2:managelinkedlogins','write',30,'auth_oauth2',0),(420,'enrol/category:synchronised','write',10,'enrol_category',0),(421,'enrol/category:config','write',50,'enrol_category',0),(422,'enrol/cohort:config','write',50,'enrol_cohort',0),(423,'enrol/cohort:unenrol','write',50,'enrol_cohort',0),(424,'enrol/database:unenrol','write',50,'enrol_database',0),(425,'enrol/database:config','write',50,'enrol_database',0),(426,'enrol/flatfile:manage','write',50,'enrol_flatfile',0),(427,'enrol/flatfile:unenrol','write',50,'enrol_flatfile',0),(428,'enrol/guest:config','write',50,'enrol_guest',0),(429,'enrol/imsenterprise:config','write',50,'enrol_imsenterprise',0),(430,'enrol/ldap:manage','write',50,'enrol_ldap',0),(431,'enrol/lti:config','write',50,'enrol_lti',0),(432,'enrol/lti:unenrol','write',50,'enrol_lti',0),(433,'enrol/manual:config','write',50,'enrol_manual',0),(434,'enrol/manual:enrol','write',50,'enrol_manual',0),(435,'enrol/manual:manage','write',50,'enrol_manual',0),(436,'enrol/manual:unenrol','write',50,'enrol_manual',0),(437,'enrol/manual:unenrolself','write',50,'enrol_manual',0),(438,'enrol/meta:config','write',50,'enrol_meta',0),(439,'enrol/meta:selectaslinked','read',50,'enrol_meta',0),(440,'enrol/meta:unenrol','write',50,'enrol_meta',0),(441,'enrol/mnet:config','write',50,'enrol_mnet',0),(442,'enrol/paypal:config','write',50,'enrol_paypal',0),(443,'enrol/paypal:manage','write',50,'enrol_paypal',0),(444,'enrol/paypal:unenrol','write',50,'enrol_paypal',0),(445,'enrol/paypal:unenrolself','write',50,'enrol_paypal',0),(446,'enrol/self:config','write',50,'enrol_self',0),(447,'enrol/self:manage','write',50,'enrol_self',0),(448,'enrol/self:holdkey','write',50,'enrol_self',0),(449,'enrol/self:unenrolself','write',50,'enrol_self',0),(450,'enrol/self:unenrol','write',50,'enrol_self',0),(451,'message/airnotifier:managedevice','write',10,'message_airnotifier',0),(452,'block/activity_modules:addinstance','write',80,'block_activity_modules',20),(453,'block/activity_results:addinstance','write',80,'block_activity_results',20),(454,'block/admin_bookmarks:myaddinstance','write',10,'block_admin_bookmarks',0),(455,'block/admin_bookmarks:addinstance','write',80,'block_admin_bookmarks',20),(456,'block/badges:addinstance','read',80,'block_badges',0),(457,'block/badges:myaddinstance','read',10,'block_badges',8),(458,'block/blog_menu:addinstance','write',80,'block_blog_menu',20),(459,'block/blog_recent:addinstance','write',80,'block_blog_recent',20),(460,'block/blog_tags:addinstance','write',80,'block_blog_tags',20),(461,'block/calendar_month:myaddinstance','write',10,'block_calendar_month',0),(462,'block/calendar_month:addinstance','write',80,'block_calendar_month',20),(463,'block/calendar_upcoming:myaddinstance','write',10,'block_calendar_upcoming',0),(464,'block/calendar_upcoming:addinstance','write',80,'block_calendar_upcoming',20),(465,'block/comments:myaddinstance','write',10,'block_comments',0),(466,'block/comments:addinstance','write',80,'block_comments',20),(467,'block/community:myaddinstance','write',10,'block_community',0),(468,'block/community:addinstance','write',80,'block_community',20),(469,'block/completionstatus:addinstance','write',80,'block_completionstatus',20),(470,'block/course_list:myaddinstance','write',10,'block_course_list',0),(471,'block/course_list:addinstance','write',80,'block_course_list',20),(472,'block/course_summary:addinstance','write',80,'block_course_summary',20),(473,'block/feedback:addinstance','write',80,'block_feedback',20),(474,'block/globalsearch:myaddinstance','write',10,'block_globalsearch',0),(475,'block/globalsearch:addinstance','write',80,'block_globalsearch',0),(476,'block/glossary_random:myaddinstance','write',10,'block_glossary_random',0),(477,'block/glossary_random:addinstance','write',80,'block_glossary_random',20),(478,'block/html:myaddinstance','write',10,'block_html',0),(479,'block/html:addinstance','write',80,'block_html',20),(480,'block/login:addinstance','write',80,'block_login',20),(481,'block/lp:addinstance','write',10,'block_lp',0),(482,'block/lp:myaddinstance','write',10,'block_lp',0),(483,'block/lp:view','read',10,'block_lp',0),(484,'block/mentees:myaddinstance','write',10,'block_mentees',0),(485,'block/mentees:addinstance','write',80,'block_mentees',20),(486,'block/mnet_hosts:myaddinstance','write',10,'block_mnet_hosts',0),(487,'block/mnet_hosts:addinstance','write',80,'block_mnet_hosts',20),(488,'block/myoverview:myaddinstance','write',10,'block_myoverview',0),(489,'block/myoverview:addinstance','write',80,'block_myoverview',20),(490,'block/myprofile:myaddinstance','write',10,'block_myprofile',0),(491,'block/myprofile:addinstance','write',80,'block_myprofile',20),(492,'block/navigation:myaddinstance','write',10,'block_navigation',0),(493,'block/navigation:addinstance','write',80,'block_navigation',20),(494,'block/news_items:myaddinstance','write',10,'block_news_items',0),(495,'block/news_items:addinstance','write',80,'block_news_items',20),(496,'block/online_users:myaddinstance','write',10,'block_online_users',0),(497,'block/online_users:addinstance','write',80,'block_online_users',20),(498,'block/online_users:viewlist','read',80,'block_online_users',0),(499,'block/participants:addinstance','write',80,'block_participants',20),(500,'block/private_files:myaddinstance','write',10,'block_private_files',0),(501,'block/private_files:addinstance','write',80,'block_private_files',20),(502,'block/quiz_results:addinstance','write',80,'block_quiz_results',20),(503,'block/recent_activity:addinstance','write',80,'block_recent_activity',20),(504,'block/recent_activity:viewaddupdatemodule','read',50,'block_recent_activity',0),(505,'block/recent_activity:viewdeletemodule','read',50,'block_recent_activity',0),(506,'block/rss_client:myaddinstance','write',10,'block_rss_client',0),(507,'block/rss_client:addinstance','write',80,'block_rss_client',20),(508,'block/rss_client:manageownfeeds','write',80,'block_rss_client',0),(509,'block/rss_client:manageanyfeeds','write',80,'block_rss_client',16),(510,'block/search_forums:addinstance','write',80,'block_search_forums',20),(511,'block/section_links:addinstance','write',80,'block_section_links',20),(512,'block/selfcompletion:addinstance','write',80,'block_selfcompletion',20),(513,'block/settings:myaddinstance','write',10,'block_settings',0),(514,'block/settings:addinstance','write',80,'block_settings',20),(515,'block/site_main_menu:addinstance','write',80,'block_site_main_menu',20),(516,'block/social_activities:addinstance','write',80,'block_social_activities',20),(517,'block/tag_flickr:addinstance','write',80,'block_tag_flickr',20),(518,'block/tag_youtube:addinstance','write',80,'block_tag_youtube',20),(519,'block/tags:myaddinstance','write',10,'block_tags',0),(520,'block/tags:addinstance','write',80,'block_tags',20),(521,'report/completion:view','read',50,'report_completion',8),(522,'report/courseoverview:view','read',10,'report_courseoverview',8),(523,'report/log:view','read',50,'report_log',8),(524,'report/log:viewtoday','read',50,'report_log',8),(525,'report/loglive:view','read',50,'report_loglive',8),(526,'report/outline:view','read',50,'report_outline',8),(527,'report/outline:viewuserreport','read',50,'report_outline',8),(528,'report/participation:view','read',50,'report_participation',8),(529,'report/performance:view','read',10,'report_performance',2),(530,'report/progress:view','read',50,'report_progress',8),(531,'report/questioninstances:view','read',10,'report_questioninstances',0),(532,'report/security:view','read',10,'report_security',2),(533,'report/stats:view','read',50,'report_stats',8),(534,'report/usersessions:manageownsessions','write',30,'report_usersessions',0),(535,'gradeexport/ods:view','read',50,'gradeexport_ods',8),(536,'gradeexport/ods:publish','read',50,'gradeexport_ods',8),(537,'gradeexport/txt:view','read',50,'gradeexport_txt',8),(538,'gradeexport/txt:publish','read',50,'gradeexport_txt',8),(539,'gradeexport/xls:view','read',50,'gradeexport_xls',8),(540,'gradeexport/xls:publish','read',50,'gradeexport_xls',8),(541,'gradeexport/xml:view','read',50,'gradeexport_xml',8),(542,'gradeexport/xml:publish','read',50,'gradeexport_xml',8),(543,'gradeimport/csv:view','write',50,'gradeimport_csv',0),(544,'gradeimport/direct:view','write',50,'gradeimport_direct',0),(545,'gradeimport/xml:view','write',50,'gradeimport_xml',0),(546,'gradeimport/xml:publish','write',50,'gradeimport_xml',0),(547,'gradereport/grader:view','read',50,'gradereport_grader',8),(548,'gradereport/history:view','read',50,'gradereport_history',8),(549,'gradereport/outcomes:view','read',50,'gradereport_outcomes',8),(550,'gradereport/overview:view','read',50,'gradereport_overview',8),(551,'gradereport/singleview:view','read',50,'gradereport_singleview',8),(552,'gradereport/user:view','read',50,'gradereport_user',8),(553,'webservice/rest:use','read',50,'webservice_rest',0),(554,'webservice/soap:use','read',50,'webservice_soap',0),(555,'webservice/xmlrpc:use','read',50,'webservice_xmlrpc',0),(556,'repository/areafiles:view','read',70,'repository_areafiles',0),(557,'repository/boxnet:view','read',70,'repository_boxnet',0),(558,'repository/coursefiles:view','read',70,'repository_coursefiles',0),(559,'repository/dropbox:view','read',70,'repository_dropbox',0),(560,'repository/equella:view','read',70,'repository_equella',0),(561,'repository/filesystem:view','read',70,'repository_filesystem',0),(562,'repository/flickr:view','read',70,'repository_flickr',0),(563,'repository/flickr_public:view','read',70,'repository_flickr_public',0),(564,'repository/googledocs:view','read',70,'repository_googledocs',0),(565,'repository/local:view','read',70,'repository_local',0),(566,'repository/merlot:view','read',70,'repository_merlot',0),(567,'repository/onedrive:view','read',70,'repository_onedrive',0),(568,'repository/picasa:view','read',70,'repository_picasa',0),(569,'repository/recent:view','read',70,'repository_recent',0),(570,'repository/s3:view','read',70,'repository_s3',0),(571,'repository/skydrive:view','read',70,'repository_skydrive',0),(572,'repository/upload:view','read',70,'repository_upload',0),(573,'repository/url:view','read',70,'repository_url',0),(574,'repository/user:view','read',70,'repository_user',0),(575,'repository/webdav:view','read',70,'repository_webdav',0),(576,'repository/wikimedia:view','read',70,'repository_wikimedia',0),(577,'repository/youtube:view','read',70,'repository_youtube',0),(578,'tool/customlang:view','read',10,'tool_customlang',2),(579,'tool/customlang:edit','write',10,'tool_customlang',6),(580,'tool/dataprivacy:managedatarequests','write',10,'tool_dataprivacy',60),(581,'tool/dataprivacy:managedataregistry','write',10,'tool_dataprivacy',60),(582,'tool/dataprivacy:makedatarequestsforchildren','write',30,'tool_dataprivacy',24),(583,'tool/dataprivacy:downloadownrequest','read',30,'tool_dataprivacy',0),(584,'tool/dataprivacy:downloadallrequests','read',30,'tool_dataprivacy',8),(585,'tool/lpmigrate:frameworksmigrate','write',10,'tool_lpmigrate',0),(586,'tool/monitor:subscribe','read',50,'tool_monitor',8),(587,'tool/monitor:managerules','write',50,'tool_monitor',4),(588,'tool/monitor:managetool','write',10,'tool_monitor',4),(589,'tool/policy:accept','write',10,'tool_policy',0),(590,'tool/policy:acceptbehalf','write',30,'tool_policy',8),(591,'tool/policy:managedocs','write',10,'tool_policy',0),(592,'tool/policy:viewacceptances','read',10,'tool_policy',0),(593,'tool/recyclebin:deleteitems','write',50,'tool_recyclebin',32),(594,'tool/recyclebin:restoreitems','write',50,'tool_recyclebin',0),(595,'tool/recyclebin:viewitems','read',50,'tool_recyclebin',0),(596,'tool/uploaduser:uploaduserpictures','write',10,'tool_uploaduser',16),(597,'tool/usertours:managetours','write',10,'tool_usertours',4),(598,'booktool/exportimscp:export','read',70,'booktool_exportimscp',0),(599,'booktool/importhtml:import','write',70,'booktool_importhtml',4),(600,'booktool/print:print','read',70,'booktool_print',0),(601,'quiz/grading:viewstudentnames','read',70,'quiz_grading',0),(602,'quiz/grading:viewidnumber','read',70,'quiz_grading',0),(603,'quiz/statistics:view','read',70,'quiz_statistics',0),(604,'local/relationship:manage','write',40,'local_relationship',8),(605,'local/relationship:view','read',40,'local_relationship',8),(606,'local/relationship:assign','write',40,'local_relationship',8),(607,'enrol/relationship:config','write',50,'enrol_relationship',0),(608,'enrol/relationship:unenrol','write',50,'enrol_relationship',0),(610,'local/tutores:manage','write',40,'local_tutores',8),(611,'moodle/course:creategroupconversations','write',50,'moodle',4),(612,'moodle/site:messageanyuser','write',10,'moodle',16),(613,'moodle/site:managecontextlocks','write',70,'moodle',0),(614,'moodle/course:togglecompletion','write',70,'moodle',0),(615,'block/recentlyaccessedcourses:myaddinstance','write',10,'block_recentlyaccessedcourses',0),(616,'block/recentlyaccessedcourses:addinstance','write',80,'block_recentlyaccessedcourses',0),(617,'block/recentlyaccesseditems:myaddinstance','write',10,'block_recentlyaccesseditems',0),(618,'block/recentlyaccesseditems:addinstance','write',80,'block_recentlyaccesseditems',0),(619,'block/starredcourses:myaddinstance','write',10,'block_starredcourses',0),(620,'block/starredcourses:addinstance','write',80,'block_starredcourses',0),(621,'block/timeline:myaddinstance','write',10,'block_timeline',0),(622,'block/timeline:addinstance','write',80,'block_timeline',20),(623,'repository/nextcloud:view','read',70,'repository_nextcloud',0),(624,'atto/recordrtc:recordaudio','write',70,'atto_recordrtc',0),(625,'atto/recordrtc:recordvideo','write',70,'atto_recordrtc',0); /*!40000 ALTER TABLE `capabilities` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `chat` -- DROP TABLE IF EXISTS `chat`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `chat` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext NOT NULL, `introformat` smallint(4) NOT NULL DEFAULT '0', `keepdays` bigint(11) NOT NULL DEFAULT '0', `studentlogs` smallint(4) NOT NULL DEFAULT '0', `chattime` bigint(10) NOT NULL DEFAULT '0', `schedule` smallint(4) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `chat_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Each of these is a chat room'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `chat` -- LOCK TABLES `chat` WRITE; /*!40000 ALTER TABLE `chat` DISABLE KEYS */; /*!40000 ALTER TABLE `chat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `chat_messages` -- DROP TABLE IF EXISTS `chat_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `chat_messages` ( `id` bigint(10) 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', `issystem` tinyint(1) NOT NULL DEFAULT '0', `message` longtext NOT NULL, `timestamp` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `chatmess_use_ix` (`userid`), KEY `chatmess_gro_ix` (`groupid`), KEY `chatmess_timcha_ix` (`timestamp`,`chatid`), KEY `chatmess_cha_ix` (`chatid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores all the actual chat messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `chat_messages` -- LOCK TABLES `chat_messages` WRITE; /*!40000 ALTER TABLE `chat_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `chat_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `chat_messages_current` -- DROP TABLE IF EXISTS `chat_messages_current`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `chat_messages_current` ( `id` bigint(10) 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', `issystem` tinyint(1) NOT NULL DEFAULT '0', `message` longtext NOT NULL, `timestamp` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `chatmesscurr_use_ix` (`userid`), KEY `chatmesscurr_gro_ix` (`groupid`), KEY `chatmesscurr_timcha_ix` (`timestamp`,`chatid`), KEY `chatmesscurr_cha_ix` (`chatid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores current session'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `chat_messages_current` -- LOCK TABLES `chat_messages_current` WRITE; /*!40000 ALTER TABLE `chat_messages_current` DISABLE KEYS */; /*!40000 ALTER TABLE `chat_messages_current` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `chat_users` -- DROP TABLE IF EXISTS `chat_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `chat_users` ( `id` bigint(10) 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(45) NOT NULL DEFAULT '', `firstping` bigint(10) NOT NULL DEFAULT '0', `lastping` bigint(10) NOT NULL DEFAULT '0', `lastmessageping` bigint(10) NOT NULL DEFAULT '0', `sid` varchar(32) NOT NULL DEFAULT '', `course` bigint(10) NOT NULL DEFAULT '0', `lang` varchar(30) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `chatuser_use_ix` (`userid`), KEY `chatuser_las_ix` (`lastping`), KEY `chatuser_gro_ix` (`groupid`), KEY `chatuser_cha_ix` (`chatid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Keeps track of which users are in which chat rooms'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `chat_users` -- LOCK TABLES `chat_users` WRITE; /*!40000 ALTER TABLE `chat_users` DISABLE KEYS */; /*!40000 ALTER TABLE `chat_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `choice` -- DROP TABLE IF EXISTS `choice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `choice` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext NOT NULL, `introformat` smallint(4) NOT NULL DEFAULT '0', `publish` tinyint(2) NOT NULL DEFAULT '0', `showresults` tinyint(2) NOT NULL DEFAULT '0', `display` smallint(4) NOT NULL DEFAULT '0', `allowupdate` tinyint(2) NOT NULL DEFAULT '0', `allowmultiple` tinyint(2) NOT NULL DEFAULT '0', `showunanswered` tinyint(2) NOT NULL DEFAULT '0', `includeinactive` tinyint(2) NOT NULL DEFAULT '1', `limitanswers` tinyint(2) NOT NULL DEFAULT '0', `timeopen` bigint(10) NOT NULL DEFAULT '0', `timeclose` bigint(10) NOT NULL DEFAULT '0', `showpreview` tinyint(2) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `choi_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Available choices are stored here'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `choice` -- LOCK TABLES `choice` WRITE; /*!40000 ALTER TABLE `choice` DISABLE KEYS */; /*!40000 ALTER TABLE `choice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `choice_answers` -- DROP TABLE IF EXISTS `choice_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `choice_answers` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `choiceid` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `optionid` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `choiansw_use_ix` (`userid`), KEY `choiansw_cho_ix` (`choiceid`), KEY `choiansw_opt_ix` (`optionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='choices performed by users'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `choice_answers` -- LOCK TABLES `choice_answers` WRITE; /*!40000 ALTER TABLE `choice_answers` DISABLE KEYS */; /*!40000 ALTER TABLE `choice_answers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `choice_options` -- DROP TABLE IF EXISTS `choice_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `choice_options` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `choiceid` bigint(10) NOT NULL DEFAULT '0', `text` longtext, `maxanswers` bigint(10) DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `choiopti_cho_ix` (`choiceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='available options to choice'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `choice_options` -- LOCK TABLES `choice_options` WRITE; /*!40000 ALTER TABLE `choice_options` DISABLE KEYS */; /*!40000 ALTER TABLE `choice_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cohort` -- DROP TABLE IF EXISTS `cohort`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cohort` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `contextid` bigint(10) NOT NULL, `name` varchar(254) NOT NULL DEFAULT '', `idnumber` varchar(100) DEFAULT NULL, `description` longtext, `descriptionformat` tinyint(2) NOT NULL, `visible` tinyint(1) NOT NULL DEFAULT '1', `component` varchar(100) NOT NULL DEFAULT '', `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `theme` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), KEY `coho_con_ix` (`contextid`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Each record represents one cohort (aka site-wide group).'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cohort` -- LOCK TABLES `cohort` WRITE; /*!40000 ALTER TABLE `cohort` DISABLE KEYS */; INSERT INTO `cohort` VALUES (1,42,'Estudantes do curso Teste de TCC','','',1,1,'',1549625389,1549626300,''),(2,42,'Orientadores do curso Teste de TCC','','',1,1,'',1549625424,1549626308,''),(3,42,'Tutores do curso Teste de TCC','','',1,1,'',1549625486,1549626475,''); /*!40000 ALTER TABLE `cohort` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cohort_members` -- DROP TABLE IF EXISTS `cohort_members`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cohort_members` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `cohortid` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `timeadded` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `cohomemb_cohuse_uix` (`cohortid`,`userid`), KEY `cohomemb_coh_ix` (`cohortid`), KEY `cohomemb_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COMMENT='Link a user to a cohort.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cohort_members` -- LOCK TABLES `cohort_members` WRITE; /*!40000 ALTER TABLE `cohort_members` DISABLE KEYS */; INSERT INTO `cohort_members` VALUES (1,1,5,1549625459),(2,1,6,1549625459),(3,1,7,1549625459),(4,1,8,1549625459),(5,2,11,1549625470),(6,2,12,1549625470),(7,3,13,1549625493),(8,3,14,1549625493); /*!40000 ALTER TABLE `cohort_members` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `comments` -- DROP TABLE IF EXISTS `comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `comments` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `contextid` bigint(10) NOT NULL, `component` varchar(255) DEFAULT NULL, `commentarea` varchar(255) NOT NULL DEFAULT '', `itemid` bigint(10) NOT NULL, `content` longtext NOT NULL, `format` tinyint(2) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `comm_concomite_ix` (`contextid`,`commentarea`,`itemid`), KEY `comm_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='moodle comments module'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `comments` -- LOCK TABLES `comments` WRITE; /*!40000 ALTER TABLE `comments` DISABLE KEYS */; /*!40000 ALTER TABLE `comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `competency` -- DROP TABLE IF EXISTS `competency`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `competency` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `shortname` varchar(100) DEFAULT NULL, `description` longtext, `descriptionformat` smallint(4) NOT NULL DEFAULT '0', `idnumber` varchar(100) DEFAULT NULL, `competencyframeworkid` bigint(10) NOT NULL, `parentid` bigint(10) NOT NULL DEFAULT '0', `path` varchar(255) NOT NULL DEFAULT '', `sortorder` bigint(10) NOT NULL, `ruletype` varchar(100) DEFAULT NULL, `ruleoutcome` tinyint(2) NOT NULL DEFAULT '0', `ruleconfig` longtext, `scaleid` bigint(10) DEFAULT NULL, `scaleconfiguration` longtext, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `usermodified` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `comp_comidn_uix` (`competencyframeworkid`,`idnumber`), KEY `comp_rul_ix` (`ruleoutcome`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='This table contains the master record of each competency in '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `competency` -- LOCK TABLES `competency` WRITE; /*!40000 ALTER TABLE `competency` DISABLE KEYS */; /*!40000 ALTER TABLE `competency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `competency_coursecomp` -- DROP TABLE IF EXISTS `competency_coursecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `competency_coursecomp` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL, `competencyid` bigint(10) NOT NULL, `ruleoutcome` tinyint(2) NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `usermodified` bigint(10) NOT NULL, `sortorder` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `compcour_coucom_uix` (`courseid`,`competencyid`), KEY `compcour_courul_ix` (`courseid`,`ruleoutcome`), KEY `compcour_cou2_ix` (`courseid`), KEY `compcour_com_ix` (`competencyid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Link a competency to a course.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `competency_coursecomp` -- LOCK TABLES `competency_coursecomp` WRITE; /*!40000 ALTER TABLE `competency_coursecomp` DISABLE KEYS */; /*!40000 ALTER TABLE `competency_coursecomp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `competency_coursecompsetting` -- DROP TABLE IF EXISTS `competency_coursecompsetting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `competency_coursecompsetting` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL, `pushratingstouserplans` tinyint(2) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `usermodified` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `compcour_cou_uix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='This table contains the course specific settings for compete'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `competency_coursecompsetting` -- LOCK TABLES `competency_coursecompsetting` WRITE; /*!40000 ALTER TABLE `competency_coursecompsetting` DISABLE KEYS */; /*!40000 ALTER TABLE `competency_coursecompsetting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `competency_evidence` -- DROP TABLE IF EXISTS `competency_evidence`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `competency_evidence` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `usercompetencyid` bigint(10) NOT NULL, `contextid` bigint(10) NOT NULL, `action` tinyint(2) NOT NULL, `actionuserid` bigint(10) DEFAULT NULL, `descidentifier` varchar(255) NOT NULL DEFAULT '', `desccomponent` varchar(255) NOT NULL DEFAULT '', `desca` longtext, `url` varchar(255) DEFAULT NULL, `grade` bigint(10) DEFAULT NULL, `note` longtext, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `usermodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `compevid_use_ix` (`usercompetencyid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The evidence linked to a user competency'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `competency_evidence` -- LOCK TABLES `competency_evidence` WRITE; /*!40000 ALTER TABLE `competency_evidence` DISABLE KEYS */; /*!40000 ALTER TABLE `competency_evidence` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `competency_framework` -- DROP TABLE IF EXISTS `competency_framework`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `competency_framework` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `shortname` varchar(100) DEFAULT NULL, `contextid` bigint(10) NOT NULL, `idnumber` varchar(100) DEFAULT NULL, `description` longtext, `descriptionformat` smallint(4) NOT NULL DEFAULT '0', `scaleid` bigint(11) DEFAULT NULL, `scaleconfiguration` longtext NOT NULL, `visible` tinyint(2) NOT NULL DEFAULT '1', `taxonomies` varchar(255) NOT NULL DEFAULT '', `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `usermodified` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `compfram_idn_uix` (`idnumber`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='List of competency frameworks.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `competency_framework` -- LOCK TABLES `competency_framework` WRITE; /*!40000 ALTER TABLE `competency_framework` DISABLE KEYS */; /*!40000 ALTER TABLE `competency_framework` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `competency_modulecomp` -- DROP TABLE IF EXISTS `competency_modulecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `competency_modulecomp` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `cmid` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `usermodified` bigint(10) NOT NULL, `sortorder` bigint(10) NOT NULL, `competencyid` bigint(10) NOT NULL, `ruleoutcome` tinyint(2) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `compmodu_cmicom_uix` (`cmid`,`competencyid`), KEY `compmodu_cmirul_ix` (`cmid`,`ruleoutcome`), KEY `compmodu_cmi_ix` (`cmid`), KEY `compmodu_com_ix` (`competencyid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Link a competency to a module.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `competency_modulecomp` -- LOCK TABLES `competency_modulecomp` WRITE; /*!40000 ALTER TABLE `competency_modulecomp` DISABLE KEYS */; /*!40000 ALTER TABLE `competency_modulecomp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `competency_plan` -- DROP TABLE IF EXISTS `competency_plan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `competency_plan` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(100) NOT NULL DEFAULT '', `description` longtext, `descriptionformat` smallint(4) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL, `templateid` bigint(10) DEFAULT NULL, `origtemplateid` bigint(10) DEFAULT NULL, `status` tinyint(1) NOT NULL, `duedate` bigint(10) DEFAULT '0', `reviewerid` bigint(10) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL DEFAULT '0', `usermodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `compplan_usesta_ix` (`userid`,`status`), KEY `compplan_tem_ix` (`templateid`), KEY `compplan_stadue_ix` (`status`,`duedate`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Learning plans'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `competency_plan` -- LOCK TABLES `competency_plan` WRITE; /*!40000 ALTER TABLE `competency_plan` DISABLE KEYS */; /*!40000 ALTER TABLE `competency_plan` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `competency_plancomp` -- DROP TABLE IF EXISTS `competency_plancomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `competency_plancomp` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `planid` bigint(10) NOT NULL, `competencyid` bigint(10) NOT NULL, `sortorder` bigint(10) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) DEFAULT NULL, `usermodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `compplan_placom_uix` (`planid`,`competencyid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Plan competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `competency_plancomp` -- LOCK TABLES `competency_plancomp` WRITE; /*!40000 ALTER TABLE `competency_plancomp` DISABLE KEYS */; /*!40000 ALTER TABLE `competency_plancomp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `competency_relatedcomp` -- DROP TABLE IF EXISTS `competency_relatedcomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `competency_relatedcomp` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `competencyid` bigint(10) NOT NULL, `relatedcompetencyid` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) DEFAULT NULL, `usermodified` bigint(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Related competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `competency_relatedcomp` -- LOCK TABLES `competency_relatedcomp` WRITE; /*!40000 ALTER TABLE `competency_relatedcomp` DISABLE KEYS */; /*!40000 ALTER TABLE `competency_relatedcomp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `competency_template` -- DROP TABLE IF EXISTS `competency_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `competency_template` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `shortname` varchar(100) DEFAULT NULL, `contextid` bigint(10) NOT NULL, `description` longtext, `descriptionformat` smallint(4) NOT NULL DEFAULT '0', `visible` tinyint(2) NOT NULL DEFAULT '1', `duedate` bigint(10) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `usermodified` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Learning plan templates.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `competency_template` -- LOCK TABLES `competency_template` WRITE; /*!40000 ALTER TABLE `competency_template` DISABLE KEYS */; /*!40000 ALTER TABLE `competency_template` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `competency_templatecohort` -- DROP TABLE IF EXISTS `competency_templatecohort`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `competency_templatecohort` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `templateid` bigint(10) NOT NULL, `cohortid` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `usermodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `comptemp_temcoh_uix` (`templateid`,`cohortid`), KEY `comptemp_tem2_ix` (`templateid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `competency_templatecohort` -- LOCK TABLES `competency_templatecohort` WRITE; /*!40000 ALTER TABLE `competency_templatecohort` DISABLE KEYS */; /*!40000 ALTER TABLE `competency_templatecohort` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `competency_templatecomp` -- DROP TABLE IF EXISTS `competency_templatecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `competency_templatecomp` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `templateid` bigint(10) NOT NULL, `competencyid` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `usermodified` bigint(10) NOT NULL, `sortorder` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `comptemp_tem_ix` (`templateid`), KEY `comptemp_com_ix` (`competencyid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Link a competency to a learning plan template.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `competency_templatecomp` -- LOCK TABLES `competency_templatecomp` WRITE; /*!40000 ALTER TABLE `competency_templatecomp` DISABLE KEYS */; /*!40000 ALTER TABLE `competency_templatecomp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `competency_usercomp` -- DROP TABLE IF EXISTS `competency_usercomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `competency_usercomp` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `competencyid` bigint(10) NOT NULL, `status` tinyint(2) NOT NULL DEFAULT '0', `reviewerid` bigint(10) DEFAULT NULL, `proficiency` tinyint(2) DEFAULT NULL, `grade` bigint(10) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) DEFAULT NULL, `usermodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `compuser_usecom_uix` (`userid`,`competencyid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='User competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `competency_usercomp` -- LOCK TABLES `competency_usercomp` WRITE; /*!40000 ALTER TABLE `competency_usercomp` DISABLE KEYS */; /*!40000 ALTER TABLE `competency_usercomp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `competency_usercompcourse` -- DROP TABLE IF EXISTS `competency_usercompcourse`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `competency_usercompcourse` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `courseid` bigint(10) NOT NULL, `competencyid` bigint(10) NOT NULL, `proficiency` tinyint(2) DEFAULT NULL, `grade` bigint(10) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) DEFAULT NULL, `usermodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `compuser_usecoucom_uix` (`userid`,`courseid`,`competencyid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='User competencies in a course'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `competency_usercompcourse` -- LOCK TABLES `competency_usercompcourse` WRITE; /*!40000 ALTER TABLE `competency_usercompcourse` DISABLE KEYS */; /*!40000 ALTER TABLE `competency_usercompcourse` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `competency_usercompplan` -- DROP TABLE IF EXISTS `competency_usercompplan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `competency_usercompplan` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `competencyid` bigint(10) NOT NULL, `planid` bigint(10) NOT NULL, `proficiency` tinyint(2) DEFAULT NULL, `grade` bigint(10) DEFAULT NULL, `sortorder` bigint(10) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) DEFAULT NULL, `usermodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `compuser_usecompla_uix` (`userid`,`competencyid`,`planid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='User competencies plans'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `competency_usercompplan` -- LOCK TABLES `competency_usercompplan` WRITE; /*!40000 ALTER TABLE `competency_usercompplan` DISABLE KEYS */; /*!40000 ALTER TABLE `competency_usercompplan` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `competency_userevidence` -- DROP TABLE IF EXISTS `competency_userevidence`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `competency_userevidence` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `name` varchar(100) NOT NULL DEFAULT '', `description` longtext NOT NULL, `descriptionformat` tinyint(1) NOT NULL, `url` longtext NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `usermodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `compuser_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The evidence of prior learning'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `competency_userevidence` -- LOCK TABLES `competency_userevidence` WRITE; /*!40000 ALTER TABLE `competency_userevidence` DISABLE KEYS */; /*!40000 ALTER TABLE `competency_userevidence` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `competency_userevidencecomp` -- DROP TABLE IF EXISTS `competency_userevidencecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `competency_userevidencecomp` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userevidenceid` bigint(10) NOT NULL, `competencyid` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `usermodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `compuser_usecom2_uix` (`userevidenceid`,`competencyid`), KEY `compuser_use2_ix` (`userevidenceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Relationship between user evidence and competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `competency_userevidencecomp` -- LOCK TABLES `competency_userevidencecomp` WRITE; /*!40000 ALTER TABLE `competency_userevidencecomp` DISABLE KEYS */; /*!40000 ALTER TABLE `competency_userevidencecomp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `config` -- DROP TABLE IF EXISTS `config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `config` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `value` longtext NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `conf_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=481 DEFAULT CHARSET=utf8 COMMENT='Moodle configuration variables'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `config` -- LOCK TABLES `config` WRITE; /*!40000 ALTER TABLE `config` DISABLE KEYS */; INSERT INTO `config` VALUES (2,'rolesactive','1'),(3,'auth','email'),(4,'enrol_plugins_enabled','manual,guest,self,cohort,relationship'),(5,'theme','boost'),(6,'filter_multilang_converted','1'),(7,'siteidentifier','MfLOSqTVb3aNfG6TQrCtDsepK0oZEkDelocal-moodle35.moodle.ufsc.br'),(8,'backup_version','2008111700'),(9,'backup_release','2.0 dev'),(10,'mnet_dispatcher_mode','off'),(11,'sessiontimeout','7200'),(12,'stringfilters',''),(13,'filterall','0'),(14,'texteditors','atto,tinymce,textarea'),(15,'antiviruses',''),(16,'media_plugins_sortorder','videojs,youtube,swf'),(17,'upgrade_extracreditweightsstepignored','1'),(18,'upgrade_calculatedgradeitemsignored','1'),(19,'upgrade_letterboundarycourses','1'),(20,'mnet_localhost_id','1'),(21,'mnet_all_hosts_id','2'),(22,'siteguest','1'),(23,'siteadmins','2'),(24,'themerev','1551292292'),(25,'jsrev','1551292292'),(26,'gdversion','2'),(27,'licenses','unknown,allrightsreserved,public,cc,cc-nd,cc-nc-nd,cc-nc,cc-nc-sa,cc-sa'),(28,'version','2018120302.1'),(29,'enableoutcomes','0'),(30,'usecomments','1'),(31,'usetags','1'),(32,'enablenotes','1'),(33,'enableportfolios','0'),(34,'enablewebservices','1'),(35,'messaging','1'),(36,'messagingdeletereadnotificationsdelay','604800'),(37,'messagingallowemailoverride','0'),(38,'enablestats','0'),(39,'enablerssfeeds','0'),(40,'enableblogs','1'),(41,'enablecompletion','1'),(42,'completiondefault','1'),(43,'enableavailability','1'),(44,'enableplagiarism','0'),(45,'enablebadges','1'),(46,'enableglobalsearch','0'),(47,'allowstealth','0'),(48,'defaultpreference_maildisplay','2'),(49,'defaultpreference_mailformat','1'),(50,'defaultpreference_maildigest','0'),(51,'defaultpreference_autosubscribe','1'),(52,'defaultpreference_trackforums','0'),(53,'autologinguests','0'),(54,'hiddenuserfields',''),(55,'showuseridentity','email'),(56,'fullnamedisplay','language'),(57,'alternativefullnameformat','language'),(58,'maxusersperpage','100'),(59,'enablegravatar','0'),(60,'gravatardefaulturl','mm'),(61,'agedigitalconsentverification','0'),(62,'agedigitalconsentmap','*, 16\nAT, 14\nES, 14\nUS, 13'),(63,'sitepolicy',''),(64,'sitepolicyguest',''),(65,'enablecourserequests','0'),(66,'defaultrequestcategory','1'),(67,'requestcategoryselection','0'),(68,'courserequestnotify',''),(69,'grade_profilereport','user'),(70,'grade_aggregationposition','1'),(71,'grade_includescalesinaggregation','1'),(72,'grade_hiddenasdate','0'),(73,'gradepublishing','0'),(74,'grade_export_exportfeedback','0'),(75,'grade_export_displaytype','1'),(76,'grade_export_decimalpoints','2'),(77,'grade_navmethod','1'),(78,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email'),(79,'grade_export_customprofilefields',''),(80,'recovergradesdefault','0'),(81,'gradeexport',''),(82,'unlimitedgrades','0'),(83,'grade_report_showmin','1'),(84,'gradepointmax','100'),(85,'gradepointdefault','100'),(86,'grade_minmaxtouse','1'),(87,'grade_mygrades_report','overview'),(88,'gradereport_mygradeurl',''),(89,'grade_hideforcedsettings','1'),(90,'grade_aggregation','0'),(91,'grade_aggregation_flag','0'),(92,'grade_aggregations_visible','0,10,6'),(93,'grade_aggregateonlygraded','1'),(94,'grade_aggregateonlygraded_flag','2'),(95,'grade_aggregateoutcomes','0'),(96,'grade_aggregateoutcomes_flag','2'),(97,'grade_keephigh','0'),(98,'grade_keephigh_flag','3'),(99,'grade_droplow','0'),(100,'grade_droplow_flag','2'),(101,'grade_overridecat','1'),(102,'grade_displaytype','1'),(103,'grade_decimalpoints','2'),(104,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime'),(105,'grade_report_studentsperpage','100'),(106,'grade_report_showonlyactiveenrol','1'),(107,'grade_report_quickgrading','1'),(108,'grade_report_showquickfeedback','0'),(109,'grade_report_meanselection','1'),(110,'grade_report_enableajax','0'),(111,'grade_report_showcalculations','1'),(112,'grade_report_showeyecons','0'),(113,'grade_report_showaverages','1'),(114,'grade_report_showlocks','0'),(115,'grade_report_showranges','0'),(116,'grade_report_showanalysisicon','1'),(117,'grade_report_showuserimage','1'),(118,'grade_report_showactivityicons','1'),(119,'grade_report_shownumberofgrades','0'),(120,'grade_report_averagesdisplaytype','inherit'),(121,'grade_report_rangesdisplaytype','inherit'),(122,'grade_report_averagesdecimalpoints','inherit'),(123,'grade_report_rangesdecimalpoints','inherit'),(124,'grade_report_historyperpage','50'),(125,'grade_report_overview_showrank','0'),(126,'grade_report_overview_showtotalsifcontainhidden','0'),(127,'grade_report_user_showrank','0'),(128,'grade_report_user_showpercentage','1'),(129,'grade_report_user_showgrade','1'),(130,'grade_report_user_showfeedback','1'),(131,'grade_report_user_showrange','1'),(132,'grade_report_user_showweight','1'),(133,'grade_report_user_showaverage','0'),(134,'grade_report_user_showlettergrade','0'),(135,'grade_report_user_rangedecimals','0'),(136,'grade_report_user_showhiddenitems','1'),(137,'grade_report_user_showtotalsifcontainhidden','0'),(138,'grade_report_user_showcontributiontocoursetotal','1'),(139,'badges_defaultissuername',''),(140,'badges_defaultissuercontact',''),(141,'badges_badgesalt','badges1544111987'),(142,'badges_allowexternalbackpack','1'),(143,'badges_allowcoursebadges','1'),(145,'forcetimezone','99'),(146,'country','0'),(147,'defaultcity',''),(148,'geoip2file','/var/moodledata/moodle_35/geoip/GeoLite2-City.mmdb'),(149,'googlemapkey3',''),(150,'allcountrycodes',''),(151,'autolang','0'),(152,'lang','pt_br'),(153,'langmenu','1'),(154,'langlist',''),(155,'langrev','1551292292'),(156,'langcache','1'),(157,'langstringcache','1'),(158,'locale',''),(159,'latinexcelexport','0'),(160,'requiremodintro','0'),(162,'authloginviaemail','0'),(163,'allowaccountssameemail','0'),(164,'authpreventaccountcreation','0'),(165,'loginpageautofocus','0'),(166,'guestloginbutton','1'),(167,'limitconcurrentlogins','0'),(168,'alternateloginurl',''),(169,'forgottenpasswordurl',''),(170,'auth_instructions',''),(171,'allowemailaddresses',''),(172,'denyemailaddresses',''),(173,'verifychangedemail','1'),(174,'recaptchapublickey',''),(175,'recaptchaprivatekey',''),(176,'filteruploadedfiles','0'),(177,'filtermatchoneperpage','0'),(178,'filtermatchonepertext','0'),(179,'sitedefaultlicense','allrightsreserved'),(180,'media_default_width','400'),(181,'media_default_height','300'),(182,'portfolio_moderate_filesize_threshold','1048576'),(183,'portfolio_high_filesize_threshold','5242880'),(184,'portfolio_moderate_db_threshold','20'),(185,'portfolio_high_db_threshold','50'),(186,'repositorycacheexpire','120'),(187,'repositorygetfiletimeout','30'),(188,'repositorysyncfiletimeout','1'),(189,'repositorysyncimagetimeout','3'),(190,'repositoryallowexternallinks','1'),(191,'legacyfilesinnewcourses','0'),(192,'legacyfilesaddallowed','1'),(193,'searchengine','simpledb'),(194,'searchindexwhendisabled','0'),(195,'searchindextime','600'),(196,'searchallavailablecourses','0'),(197,'enablewsdocumentation','0'),(198,'allowbeforeblock','0'),(199,'allowedip',''),(200,'blockedip',''),(201,'protectusernames','1'),(202,'forcelogin','0'),(203,'forceloginforprofiles','1'),(204,'forceloginforprofileimage','0'),(205,'opentogoogle','0'),(206,'allowindexing','0'),(207,'maxbytes','0'),(208,'userquota','104857600'),(209,'allowobjectembed','0'),(210,'enabletrusttext','0'),(211,'maxeditingtime','1800'),(212,'extendedusernamechars','0'),(213,'keeptagnamecase','1'),(214,'profilesforenrolledusersonly','1'),(215,'cronclionly','1'),(216,'cronremotepassword',''),(217,'lockoutthreshold','0'),(218,'lockoutwindow','1800'),(219,'lockoutduration','1800'),(220,'passwordpolicy','1'),(221,'minpasswordlength','8'),(222,'minpassworddigits','1'),(223,'minpasswordlower','1'),(224,'minpasswordupper','1'),(225,'minpasswordnonalphanum','1'),(226,'maxconsecutiveidentchars','0'),(227,'passwordreuselimit','0'),(228,'pwresettime','1800'),(229,'passwordchangelogout','0'),(230,'passwordchangetokendeletion','0'),(231,'tokenduration','7257600'),(232,'groupenrolmentkeypolicy','1'),(233,'disableuserimages','0'),(234,'emailchangeconfirmation','1'),(235,'rememberusername','2'),(236,'strictformsrequired','0'),(237,'cookiesecure','1'),(238,'cookiehttponly','0'),(239,'allowframembedding','0'),(240,'curlsecurityblockedhosts',''),(241,'curlsecurityallowedport',''),(242,'displayloginfailures','0'),(243,'notifyloginfailures',''),(244,'notifyloginthreshold','10'),(245,'themelist',''),(246,'themedesignermode','0'),(247,'allowuserthemes','0'),(248,'allowcoursethemes','0'),(249,'allowcategorythemes','0'),(250,'allowcohortthemes','0'),(251,'allowthemechangeonurl','0'),(252,'allowuserblockhiding','1'),(253,'allowblockstodock','1'),(254,'custommenuitems',''),(255,'customusermenuitems','grades,grades|/grade/report/mygrades.php|grades\nmessages,message|/message/index.php|message\npreferences,moodle|/user/preferences.php|preferences'),(256,'enabledevicedetection','1'),(257,'devicedetectregex','[]'),(258,'calendartype','gregorian'),(259,'calendar_adminseesall','0'),(260,'calendar_site_timeformat','0'),(261,'calendar_startwday','1'),(262,'calendar_weekend','65'),(263,'calendar_lookahead','21'),(264,'calendar_maxevents','10'),(265,'enablecalendarexport','1'),(266,'calendar_customexport','1'),(267,'calendar_exportlookahead','365'),(268,'calendar_exportlookback','5'),(269,'calendar_exportsalt','hohWIdFqZZ3rLOaPZQj6uXFE7lvThEBZs9OoQFuvhHER1RBThexwWpt9vFCx'),(270,'calendar_showicalsource','1'),(271,'useblogassociations','1'),(272,'bloglevel','4'),(273,'useexternalblogs','1'),(274,'externalblogcrontime','86400'),(275,'maxexternalblogsperuser','1'),(276,'blogusecomments','1'),(277,'blogshowcommentscount','1'),(278,'defaulthomepage','1'),(279,'allowguestmymoodle','1'),(280,'navshowfullcoursenames','0'),(281,'navshowcategories','1'),(282,'navshowmycoursecategories','0'),(283,'navshowallcourses','0'),(284,'navsortmycoursessort','sortorder'),(285,'navcourselimit','10'),(286,'usesitenameforsitepages','0'),(287,'linkadmincategories','1'),(288,'linkcoursesections','1'),(289,'navshowfrontpagemods','1'),(290,'navadduserpostslinks','1'),(291,'formatstringstriptags','1'),(292,'emoticons','[{\"text\":\":-)\",\"imagename\":\"s\\/smiley\",\"imagecomponent\":\"core\",\"altidentifier\":\"smiley\",\"altcomponent\":\"core_pix\"},{\"text\":\":)\",\"imagename\":\"s\\/smiley\",\"imagecomponent\":\"core\",\"altidentifier\":\"smiley\",\"altcomponent\":\"core_pix\"},{\"text\":\":-D\",\"imagename\":\"s\\/biggrin\",\"imagecomponent\":\"core\",\"altidentifier\":\"biggrin\",\"altcomponent\":\"core_pix\"},{\"text\":\";-)\",\"imagename\":\"s\\/wink\",\"imagecomponent\":\"core\",\"altidentifier\":\"wink\",\"altcomponent\":\"core_pix\"},{\"text\":\":-\\/\",\"imagename\":\"s\\/mixed\",\"imagecomponent\":\"core\",\"altidentifier\":\"mixed\",\"altcomponent\":\"core_pix\"},{\"text\":\"V-.\",\"imagename\":\"s\\/thoughtful\",\"imagecomponent\":\"core\",\"altidentifier\":\"thoughtful\",\"altcomponent\":\"core_pix\"},{\"text\":\":-P\",\"imagename\":\"s\\/tongueout\",\"imagecomponent\":\"core\",\"altidentifier\":\"tongueout\",\"altcomponent\":\"core_pix\"},{\"text\":\":-p\",\"imagename\":\"s\\/tongueout\",\"imagecomponent\":\"core\",\"altidentifier\":\"tongueout\",\"altcomponent\":\"core_pix\"},{\"text\":\"B-)\",\"imagename\":\"s\\/cool\",\"imagecomponent\":\"core\",\"altidentifier\":\"cool\",\"altcomponent\":\"core_pix\"},{\"text\":\"^-)\",\"imagename\":\"s\\/approve\",\"imagecomponent\":\"core\",\"altidentifier\":\"approve\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-)\",\"imagename\":\"s\\/wideeyes\",\"imagecomponent\":\"core\",\"altidentifier\":\"wideeyes\",\"altcomponent\":\"core_pix\"},{\"text\":\":o)\",\"imagename\":\"s\\/clown\",\"imagecomponent\":\"core\",\"altidentifier\":\"clown\",\"altcomponent\":\"core_pix\"},{\"text\":\":-(\",\"imagename\":\"s\\/sad\",\"imagecomponent\":\"core\",\"altidentifier\":\"sad\",\"altcomponent\":\"core_pix\"},{\"text\":\":(\",\"imagename\":\"s\\/sad\",\"imagecomponent\":\"core\",\"altidentifier\":\"sad\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-.\",\"imagename\":\"s\\/shy\",\"imagecomponent\":\"core\",\"altidentifier\":\"shy\",\"altcomponent\":\"core_pix\"},{\"text\":\":-I\",\"imagename\":\"s\\/blush\",\"imagecomponent\":\"core\",\"altidentifier\":\"blush\",\"altcomponent\":\"core_pix\"},{\"text\":\":-X\",\"imagename\":\"s\\/kiss\",\"imagecomponent\":\"core\",\"altidentifier\":\"kiss\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-o\",\"imagename\":\"s\\/surprise\",\"imagecomponent\":\"core\",\"altidentifier\":\"surprise\",\"altcomponent\":\"core_pix\"},{\"text\":\"P-|\",\"imagename\":\"s\\/blackeye\",\"imagecomponent\":\"core\",\"altidentifier\":\"blackeye\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-[\",\"imagename\":\"s\\/angry\",\"imagecomponent\":\"core\",\"altidentifier\":\"angry\",\"altcomponent\":\"core_pix\"},{\"text\":\"(grr)\",\"imagename\":\"s\\/angry\",\"imagecomponent\":\"core\",\"altidentifier\":\"angry\",\"altcomponent\":\"core_pix\"},{\"text\":\"xx-P\",\"imagename\":\"s\\/dead\",\"imagecomponent\":\"core\",\"altidentifier\":\"dead\",\"altcomponent\":\"core_pix\"},{\"text\":\"|-.\",\"imagename\":\"s\\/sleepy\",\"imagecomponent\":\"core\",\"altidentifier\":\"sleepy\",\"altcomponent\":\"core_pix\"},{\"text\":\"}-]\",\"imagename\":\"s\\/evil\",\"imagecomponent\":\"core\",\"altidentifier\":\"evil\",\"altcomponent\":\"core_pix\"},{\"text\":\"(h)\",\"imagename\":\"s\\/heart\",\"imagecomponent\":\"core\",\"altidentifier\":\"heart\",\"altcomponent\":\"core_pix\"},{\"text\":\"(heart)\",\"imagename\":\"s\\/heart\",\"imagecomponent\":\"core\",\"altidentifier\":\"heart\",\"altcomponent\":\"core_pix\"},{\"text\":\"(y)\",\"imagename\":\"s\\/yes\",\"imagecomponent\":\"core\",\"altidentifier\":\"yes\",\"altcomponent\":\"core\"},{\"text\":\"(n)\",\"imagename\":\"s\\/no\",\"imagecomponent\":\"core\",\"altidentifier\":\"no\",\"altcomponent\":\"core\"},{\"text\":\"(martin)\",\"imagename\":\"s\\/martin\",\"imagecomponent\":\"core\",\"altidentifier\":\"martin\",\"altcomponent\":\"core_pix\"},{\"text\":\"( )\",\"imagename\":\"s\\/egg\",\"imagecomponent\":\"core\",\"altidentifier\":\"egg\",\"altcomponent\":\"core_pix\"}]'),(293,'docroot','https://docs.moodle.org'),(294,'doclang',''),(295,'doctonewwindow','0'),(296,'courselistshortnames','0'),(297,'coursesperpage','20'),(298,'courseswithsummarieslimit','10'),(299,'courseoverviewfileslimit','1'),(300,'courseoverviewfilesext','.jpg,.gif,.png'),(301,'useexternalyui','0'),(302,'yuicomboloading','1'),(303,'cachejs','1'),(304,'modchooserdefault','1'),(305,'additionalhtmlhead',''),(306,'additionalhtmltopofbody',''),(307,'additionalhtmlfooter',''),(308,'pathtodu',''),(309,'aspellpath',''),(310,'pathtodot',''),(311,'pathtogs','/usr/bin/gs'),(312,'pathtopython',''),(313,'supportname','Admin User'),(314,'supportemail',''),(315,'supportpage',''),(316,'dbsessions','0'),(317,'sessioncookie',''),(318,'sessioncookiepath',''),(319,'sessioncookiedomain',''),(320,'statsfirstrun','none'),(321,'statsmaxruntime','0'),(322,'statsruntimedays','31'),(323,'statsuserthreshold','0'),(324,'slasharguments','1'),(325,'getremoteaddrconf','0'),(326,'proxyhost',''),(327,'proxyport','0'),(328,'proxytype','HTTP'),(329,'proxyuser',''),(330,'proxypassword',''),(331,'proxybypass','localhost, 127.0.0.1'),(332,'maintenance_enabled','0'),(333,'maintenance_message',''),(334,'deleteunconfirmed','168'),(335,'deleteincompleteusers','0'),(336,'disablegradehistory','0'),(337,'gradehistorylifetime','0'),(338,'tempdatafoldercleanup','168'),(339,'extramemorylimit','512M'),(340,'maxtimelimit','0'),(341,'curlcache','120'),(342,'curltimeoutkbitrate','56'),(343,'smtphosts',''),(344,'smtpsecure',''),(345,'smtpauthtype','LOGIN'),(346,'smtpuser',''),(347,'smtppass',''),(348,'smtpmaxbulk','1'),(349,'noreplyaddress','noreply@local-moodle35.moodle.ufsc.br'),(350,'allowedemaildomains',''),(351,'sitemailcharset','0'),(352,'allowusermailcharset','0'),(353,'allowattachments','1'),(354,'mailnewline','LF'),(355,'emailfromvia','1'),(356,'updateautocheck','1'),(357,'updateminmaturity','200'),(358,'updatenotifybuilds','0'),(359,'enablesafebrowserintegration','0'),(360,'dndallowtextandlinks','0'),(361,'pathtosassc',''),(362,'forceclean','0'),(363,'debug','0'),(364,'debugdisplay','0'),(365,'debugsmtp','0'),(366,'perfdebug','7'),(367,'debugstringids','0'),(368,'debugvalidators','0'),(369,'debugpageinfo','0'),(370,'profilingenabled','0'),(371,'profilingincluded',''),(372,'profilingexcluded',''),(373,'profilingautofrec','0'),(374,'profilingallowme','0'),(375,'profilingallowall','0'),(376,'profilinglifetime','1440'),(377,'profilingimportprefix','(I)'),(378,'release','3.6.2+ (Build: 20190222)'),(379,'branch','36'),(380,'localcachedirpurged','1551292293'),(381,'scheduledtaskreset','1551292293'),(382,'allversionshash','76fc2ad01bca74c740ce91272c59d898845a2563'),(384,'registrationpending','0'),(385,'notloggedinroleid','6'),(386,'guestroleid','6'),(387,'defaultuserroleid','7'),(388,'creatornewroleid','3'),(389,'restorernewroleid','3'),(390,'sitepolicyhandler',''),(391,'gradebookroles','5'),(392,'chat_method','ajax'),(393,'chat_refresh_userlist','10'),(394,'chat_old_ping','35'),(395,'chat_refresh_room','5'),(396,'chat_normal_updatemode','jsupdate'),(397,'chat_serverhost','local-moodle35.moodle.ufsc.br'),(398,'chat_serverip','127.0.0.1'),(399,'chat_serverport','9111'),(400,'chat_servermax','100'),(401,'data_enablerssfeeds','0'),(402,'feedback_allowfullanonymous','0'),(403,'forum_displaymode','3'),(404,'forum_shortpost','300'),(405,'forum_longpost','600'),(406,'forum_manydiscussions','100'),(407,'forum_maxbytes','512000'),(408,'forum_maxattachments','9'),(409,'forum_subscription','0'),(410,'forum_trackingtype','1'),(411,'forum_trackreadposts','1'),(412,'forum_allowforcedreadtracking','0'),(413,'forum_oldpostdays','14'),(414,'forum_usermarksread','0'),(415,'forum_cleanreadtime','2'),(416,'digestmailtime','17'),(417,'forum_enablerssfeeds','0'),(418,'forum_enabletimedposts','1'),(419,'glossary_entbypage','10'),(420,'glossary_dupentries','0'),(421,'glossary_allowcomments','0'),(422,'glossary_linkbydefault','1'),(423,'glossary_defaultapproval','1'),(424,'glossary_enablerssfeeds','0'),(425,'glossary_linkentries','0'),(426,'glossary_casesensitive','0'),(427,'glossary_fullmatch','0'),(428,'block_course_list_adminview','all'),(429,'block_course_list_hideallcourseslink','0'),(430,'block_html_allowcssclasses','0'),(431,'block_online_users_timetosee','5'),(432,'block_rss_client_num_entries','5'),(433,'block_rss_client_timeout','30'),(434,'pathtounoconv','/usr/bin/unoconv'),(435,'filter_multilang_force_old','0'),(436,'filter_censor_badwords',''),(437,'logguests','1'),(438,'loglifetime','0'),(439,'jabberhost',''),(440,'jabberserver',''),(441,'jabberusername',''),(442,'jabberpassword',''),(443,'jabberport','5222'),(444,'airnotifierurl','https://messages.moodle.net'),(445,'airnotifierport','443'),(446,'airnotifiermobileappname','com.moodle.moodlemobile'),(447,'airnotifierappname','commoodlemoodlemobile'),(448,'airnotifieraccesskey',''),(449,'profileroles','5,4,3'),(450,'coursecontact','3'),(451,'frontpage','6'),(452,'frontpageloggedin','6'),(453,'maxcategorydepth','2'),(454,'frontpagecourselimit','200'),(455,'commentsperpage','15'),(456,'defaultfrontpageroleid','8'),(457,'messageinbound_enabled','0'),(458,'messageinbound_mailbox',''),(459,'messageinbound_domain',''),(460,'messageinbound_host',''),(461,'messageinbound_hostssl','ssl'),(462,'messageinbound_hostuser',''),(463,'messageinbound_hostpass',''),(464,'enablemobilewebservice','0'),(465,'timezone','America/Sao_Paulo'),(466,'registerauth',''),(475,'local_tutores_student_roles','student'),(476,'local_tutores_tutor_roles','tutor'),(477,'local_tutores_orientador_roles','orientador'),(478,'webserviceprotocols','xmlrpc,soap,rest'),(480,'messagingallusers','0'); /*!40000 ALTER TABLE `config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `config_log` -- DROP TABLE IF EXISTS `config_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `config_log` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `plugin` varchar(100) DEFAULT NULL, `name` varchar(100) NOT NULL DEFAULT '', `value` longtext, `oldvalue` longtext, PRIMARY KEY (`id`), KEY `conflog_tim_ix` (`timemodified`), KEY `conflog_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=1507 DEFAULT CHARSET=utf8 COMMENT='Changes done in server configuration through admin UI'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `config_log` -- LOCK TABLES `config_log` WRITE; /*!40000 ALTER TABLE `config_log` DISABLE KEYS */; INSERT INTO `config_log` VALUES (1,0,1544111999,NULL,'enableoutcomes','0',NULL),(2,0,1544111999,NULL,'usecomments','1',NULL),(3,0,1544112000,NULL,'usetags','1',NULL),(4,0,1544112000,NULL,'enablenotes','1',NULL),(5,0,1544112000,NULL,'enableportfolios','0',NULL),(6,0,1544112000,NULL,'enablewebservices','0',NULL),(7,0,1544112000,NULL,'messaging','1',NULL),(8,0,1544112000,NULL,'messagingdeletereadnotificationsdelay','604800',NULL),(9,0,1544112000,NULL,'messagingallowemailoverride','0',NULL),(10,0,1544112000,NULL,'enablestats','0',NULL),(11,0,1544112000,NULL,'enablerssfeeds','0',NULL),(12,0,1544112000,NULL,'enableblogs','1',NULL),(13,0,1544112000,NULL,'enablecompletion','1',NULL),(14,0,1544112000,NULL,'completiondefault','1',NULL),(15,0,1544112000,NULL,'enableavailability','1',NULL),(16,0,1544112000,NULL,'enableplagiarism','0',NULL),(17,0,1544112000,NULL,'enablebadges','1',NULL),(18,0,1544112000,NULL,'enableglobalsearch','0',NULL),(19,0,1544112000,NULL,'allowstealth','0',NULL),(20,0,1544112000,NULL,'defaultpreference_maildisplay','2',NULL),(21,0,1544112000,NULL,'defaultpreference_mailformat','1',NULL),(22,0,1544112000,NULL,'defaultpreference_maildigest','0',NULL),(23,0,1544112000,NULL,'defaultpreference_autosubscribe','1',NULL),(24,0,1544112000,NULL,'defaultpreference_trackforums','0',NULL),(25,0,1544112000,NULL,'autologinguests','0',NULL),(26,0,1544112000,NULL,'hiddenuserfields','',NULL),(27,0,1544112000,NULL,'showuseridentity','email',NULL),(28,0,1544112000,NULL,'fullnamedisplay','language',NULL),(29,0,1544112000,NULL,'alternativefullnameformat','language',NULL),(30,0,1544112000,NULL,'maxusersperpage','100',NULL),(31,0,1544112000,NULL,'enablegravatar','0',NULL),(32,0,1544112000,NULL,'gravatardefaulturl','mm',NULL),(33,0,1544112000,NULL,'agedigitalconsentverification','0',NULL),(34,0,1544112000,NULL,'agedigitalconsentmap','*, 16\nAT, 14\nES, 14\nUS, 13',NULL),(35,0,1544112000,NULL,'sitepolicy','',NULL),(36,0,1544112000,NULL,'sitepolicyguest','',NULL),(37,0,1544112000,'moodlecourse','visible','1',NULL),(38,0,1544112000,'moodlecourse','format','topics',NULL),(39,0,1544112000,'moodlecourse','maxsections','52',NULL),(40,0,1544112000,'moodlecourse','numsections','4',NULL),(41,0,1544112000,'moodlecourse','hiddensections','0',NULL),(42,0,1544112000,'moodlecourse','coursedisplay','0',NULL),(43,0,1544112000,'moodlecourse','courseenddateenabled','1',NULL),(44,0,1544112000,'moodlecourse','courseduration','31536000',NULL),(45,0,1544112000,'moodlecourse','lang','',NULL),(46,0,1544112000,'moodlecourse','newsitems','5',NULL),(47,0,1544112000,'moodlecourse','showgrades','1',NULL),(48,0,1544112000,'moodlecourse','showreports','0',NULL),(49,0,1544112000,'moodlecourse','maxbytes','0',NULL),(50,0,1544112001,'moodlecourse','enablecompletion','1',NULL),(51,0,1544112001,'moodlecourse','groupmode','0',NULL),(52,0,1544112001,'moodlecourse','groupmodeforce','0',NULL),(53,0,1544112001,NULL,'enablecourserequests','0',NULL),(54,0,1544112001,NULL,'defaultrequestcategory','1',NULL),(55,0,1544112001,NULL,'requestcategoryselection','0',NULL),(56,0,1544112001,NULL,'courserequestnotify','',NULL),(57,0,1544112001,'backup','loglifetime','30',NULL),(58,0,1544112001,'backup','backup_general_users','1',NULL),(59,0,1544112001,'backup','backup_general_users_locked','',NULL),(60,0,1544112001,'backup','backup_general_anonymize','0',NULL),(61,0,1544112001,'backup','backup_general_anonymize_locked','',NULL),(62,0,1544112001,'backup','backup_general_role_assignments','1',NULL),(63,0,1544112001,'backup','backup_general_role_assignments_locked','',NULL),(64,0,1544112001,'backup','backup_general_activities','1',NULL),(65,0,1544112001,'backup','backup_general_activities_locked','',NULL),(66,0,1544112001,'backup','backup_general_blocks','1',NULL),(67,0,1544112001,'backup','backup_general_blocks_locked','',NULL),(68,0,1544112001,'backup','backup_general_filters','1',NULL),(69,0,1544112001,'backup','backup_general_filters_locked','',NULL),(70,0,1544112001,'backup','backup_general_comments','1',NULL),(71,0,1544112001,'backup','backup_general_comments_locked','',NULL),(72,0,1544112001,'backup','backup_general_badges','1',NULL),(73,0,1544112001,'backup','backup_general_badges_locked','',NULL),(74,0,1544112001,'backup','backup_general_calendarevents','1',NULL),(75,0,1544112001,'backup','backup_general_calendarevents_locked','',NULL),(76,0,1544112001,'backup','backup_general_userscompletion','1',NULL),(77,0,1544112001,'backup','backup_general_userscompletion_locked','',NULL),(78,0,1544112001,'backup','backup_general_logs','0',NULL),(79,0,1544112001,'backup','backup_general_logs_locked','',NULL),(80,0,1544112001,'backup','backup_general_histories','0',NULL),(81,0,1544112001,'backup','backup_general_histories_locked','',NULL),(82,0,1544112001,'backup','backup_general_questionbank','1',NULL),(83,0,1544112001,'backup','backup_general_questionbank_locked','',NULL),(84,0,1544112001,'backup','backup_general_groups','1',NULL),(85,0,1544112001,'backup','backup_general_groups_locked','',NULL),(86,0,1544112001,'backup','backup_general_competencies','1',NULL),(87,0,1544112001,'backup','backup_general_competencies_locked','',NULL),(88,0,1544112001,'backup','import_general_maxresults','10',NULL),(89,0,1544112001,'backup','import_general_duplicate_admin_allowed','0',NULL),(90,0,1544112001,'backup','backup_import_activities','1',NULL),(91,0,1544112001,'backup','backup_import_activities_locked','',NULL),(92,0,1544112001,'backup','backup_import_blocks','1',NULL),(93,0,1544112001,'backup','backup_import_blocks_locked','',NULL),(94,0,1544112001,'backup','backup_import_filters','1',NULL),(95,0,1544112001,'backup','backup_import_filters_locked','',NULL),(96,0,1544112001,'backup','backup_import_calendarevents','1',NULL),(97,0,1544112001,'backup','backup_import_calendarevents_locked','',NULL),(98,0,1544112001,'backup','backup_import_questionbank','1',NULL),(99,0,1544112001,'backup','backup_import_questionbank_locked','',NULL),(100,0,1544112001,'backup','backup_import_groups','1',NULL),(101,0,1544112002,'backup','backup_import_groups_locked','',NULL),(102,0,1544112002,'backup','backup_import_competencies','1',NULL),(103,0,1544112002,'backup','backup_import_competencies_locked','',NULL),(104,0,1544112002,'backup','backup_auto_active','0',NULL),(105,0,1544112002,'backup','backup_auto_weekdays','0000000',NULL),(106,0,1544112002,'backup','backup_auto_hour','0',NULL),(107,0,1544112002,'backup','backup_auto_minute','0',NULL),(108,0,1544112002,'backup','backup_auto_storage','0',NULL),(109,0,1544112002,'backup','backup_auto_destination','',NULL),(110,0,1544112002,'backup','backup_auto_max_kept','1',NULL),(111,0,1544112002,'backup','backup_auto_delete_days','0',NULL),(112,0,1544112002,'backup','backup_auto_min_kept','0',NULL),(113,0,1544112002,'backup','backup_shortname','0',NULL),(114,0,1544112002,'backup','backup_auto_skip_hidden','1',NULL),(115,0,1544112002,'backup','backup_auto_skip_modif_days','30',NULL),(116,0,1544112002,'backup','backup_auto_skip_modif_prev','0',NULL),(117,0,1544112002,'backup','backup_auto_users','1',NULL),(118,0,1544112002,'backup','backup_auto_role_assignments','1',NULL),(119,0,1544112002,'backup','backup_auto_activities','1',NULL),(120,0,1544112002,'backup','backup_auto_blocks','1',NULL),(121,0,1544112002,'backup','backup_auto_filters','1',NULL),(122,0,1544112002,'backup','backup_auto_comments','1',NULL),(123,0,1544112002,'backup','backup_auto_badges','1',NULL),(124,0,1544112002,'backup','backup_auto_calendarevents','1',NULL),(125,0,1544112002,'backup','backup_auto_userscompletion','1',NULL),(126,0,1544112002,'backup','backup_auto_logs','0',NULL),(127,0,1544112002,'backup','backup_auto_histories','0',NULL),(128,0,1544112002,'backup','backup_auto_questionbank','1',NULL),(129,0,1544112002,'backup','backup_auto_groups','1',NULL),(130,0,1544112002,'backup','backup_auto_competencies','1',NULL),(131,0,1544112002,'restore','restore_general_users','1',NULL),(132,0,1544112002,'restore','restore_general_users_locked','',NULL),(133,0,1544112002,'restore','restore_general_enrolments','1',NULL),(134,0,1544112002,'restore','restore_general_enrolments_locked','',NULL),(135,0,1544112002,'restore','restore_general_role_assignments','1',NULL),(136,0,1544112002,'restore','restore_general_role_assignments_locked','',NULL),(137,0,1544112002,'restore','restore_general_activities','1',NULL),(138,0,1544112002,'restore','restore_general_activities_locked','',NULL),(139,0,1544112002,'restore','restore_general_blocks','1',NULL),(140,0,1544112002,'restore','restore_general_blocks_locked','',NULL),(141,0,1544112002,'restore','restore_general_filters','1',NULL),(142,0,1544112002,'restore','restore_general_filters_locked','',NULL),(143,0,1544112002,'restore','restore_general_comments','1',NULL),(144,0,1544112002,'restore','restore_general_comments_locked','',NULL),(145,0,1544112002,'restore','restore_general_badges','1',NULL),(146,0,1544112002,'restore','restore_general_badges_locked','',NULL),(147,0,1544112002,'restore','restore_general_calendarevents','1',NULL),(148,0,1544112002,'restore','restore_general_calendarevents_locked','',NULL),(149,0,1544112002,'restore','restore_general_userscompletion','1',NULL),(150,0,1544112002,'restore','restore_general_userscompletion_locked','',NULL),(151,0,1544112002,'restore','restore_general_logs','1',NULL),(152,0,1544112002,'restore','restore_general_logs_locked','',NULL),(153,0,1544112003,'restore','restore_general_histories','1',NULL),(154,0,1544112003,'restore','restore_general_histories_locked','',NULL),(155,0,1544112003,'restore','restore_general_groups','1',NULL),(156,0,1544112003,'restore','restore_general_groups_locked','',NULL),(157,0,1544112003,'restore','restore_general_competencies','1',NULL),(158,0,1544112003,'restore','restore_general_competencies_locked','',NULL),(159,0,1544112003,'restore','restore_merge_overwrite_conf','0',NULL),(160,0,1544112003,'restore','restore_merge_overwrite_conf_locked','',NULL),(161,0,1544112003,'restore','restore_merge_course_fullname','1',NULL),(162,0,1544112003,'restore','restore_merge_course_fullname_locked','',NULL),(163,0,1544112003,'restore','restore_merge_course_shortname','1',NULL),(164,0,1544112003,'restore','restore_merge_course_shortname_locked','',NULL),(165,0,1544112003,'restore','restore_merge_course_startdate','1',NULL),(166,0,1544112003,'restore','restore_merge_course_startdate_locked','',NULL),(167,0,1544112003,'restore','restore_replace_overwrite_conf','0',NULL),(168,0,1544112003,'restore','restore_replace_overwrite_conf_locked','',NULL),(169,0,1544112003,'restore','restore_replace_course_fullname','1',NULL),(170,0,1544112003,'restore','restore_replace_course_fullname_locked','',NULL),(171,0,1544112003,'restore','restore_replace_course_shortname','1',NULL),(172,0,1544112003,'restore','restore_replace_course_shortname_locked','',NULL),(173,0,1544112003,'restore','restore_replace_course_startdate','1',NULL),(174,0,1544112003,'restore','restore_replace_course_startdate_locked','',NULL),(175,0,1544112003,'restore','restore_replace_keep_roles_and_enrolments','0',NULL),(176,0,1544112003,'restore','restore_replace_keep_roles_and_enrolments_locked','',NULL),(177,0,1544112003,'restore','restore_replace_keep_groups_and_groupings','0',NULL),(178,0,1544112003,'restore','restore_replace_keep_groups_and_groupings_locked','',NULL),(179,0,1544112003,NULL,'grade_profilereport','user',NULL),(180,0,1544112003,NULL,'grade_aggregationposition','1',NULL),(181,0,1544112003,NULL,'grade_includescalesinaggregation','1',NULL),(182,0,1544112003,NULL,'grade_hiddenasdate','0',NULL),(183,0,1544112003,NULL,'gradepublishing','0',NULL),(184,0,1544112003,NULL,'grade_export_exportfeedback','0',NULL),(185,0,1544112003,NULL,'grade_export_displaytype','1',NULL),(186,0,1544112003,NULL,'grade_export_decimalpoints','2',NULL),(187,0,1544112003,NULL,'grade_navmethod','1',NULL),(188,0,1544112003,NULL,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email',NULL),(189,0,1544112003,NULL,'grade_export_customprofilefields','',NULL),(190,0,1544112003,NULL,'recovergradesdefault','0',NULL),(191,0,1544112003,NULL,'gradeexport','',NULL),(192,0,1544112003,NULL,'unlimitedgrades','0',NULL),(193,0,1544112003,NULL,'grade_report_showmin','1',NULL),(194,0,1544112003,NULL,'gradepointmax','100',NULL),(195,0,1544112003,NULL,'gradepointdefault','100',NULL),(196,0,1544112003,NULL,'grade_minmaxtouse','1',NULL),(197,0,1544112003,NULL,'grade_mygrades_report','overview',NULL),(198,0,1544112003,NULL,'gradereport_mygradeurl','',NULL),(199,0,1544112003,NULL,'grade_hideforcedsettings','1',NULL),(200,0,1544112003,NULL,'grade_aggregation','13',NULL),(201,0,1544112004,NULL,'grade_aggregation_flag','0',NULL),(202,0,1544112004,NULL,'grade_aggregations_visible','13',NULL),(203,0,1544112004,NULL,'grade_aggregateonlygraded','1',NULL),(204,0,1544112004,NULL,'grade_aggregateonlygraded_flag','2',NULL),(205,0,1544112004,NULL,'grade_aggregateoutcomes','0',NULL),(206,0,1544112004,NULL,'grade_aggregateoutcomes_flag','2',NULL),(207,0,1544112004,NULL,'grade_keephigh','0',NULL),(208,0,1544112004,NULL,'grade_keephigh_flag','3',NULL),(209,0,1544112004,NULL,'grade_droplow','0',NULL),(210,0,1544112004,NULL,'grade_droplow_flag','2',NULL),(211,0,1544112004,NULL,'grade_overridecat','1',NULL),(212,0,1544112004,NULL,'grade_displaytype','1',NULL),(213,0,1544112004,NULL,'grade_decimalpoints','2',NULL),(214,0,1544112004,NULL,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime',NULL),(215,0,1544112004,NULL,'grade_report_studentsperpage','100',NULL),(216,0,1544112004,NULL,'grade_report_showonlyactiveenrol','1',NULL),(217,0,1544112004,NULL,'grade_report_quickgrading','1',NULL),(218,0,1544112004,NULL,'grade_report_showquickfeedback','0',NULL),(219,0,1544112004,NULL,'grade_report_meanselection','1',NULL),(220,0,1544112004,NULL,'grade_report_enableajax','0',NULL),(221,0,1544112004,NULL,'grade_report_showcalculations','1',NULL),(222,0,1544112004,NULL,'grade_report_showeyecons','0',NULL),(223,0,1544112004,NULL,'grade_report_showaverages','1',NULL),(224,0,1544112004,NULL,'grade_report_showlocks','0',NULL),(225,0,1544112004,NULL,'grade_report_showranges','0',NULL),(226,0,1544112004,NULL,'grade_report_showanalysisicon','1',NULL),(227,0,1544112004,NULL,'grade_report_showuserimage','1',NULL),(228,0,1544112004,NULL,'grade_report_showactivityicons','1',NULL),(229,0,1544112004,NULL,'grade_report_shownumberofgrades','0',NULL),(230,0,1544112004,NULL,'grade_report_averagesdisplaytype','inherit',NULL),(231,0,1544112004,NULL,'grade_report_rangesdisplaytype','inherit',NULL),(232,0,1544112004,NULL,'grade_report_averagesdecimalpoints','inherit',NULL),(233,0,1544112004,NULL,'grade_report_rangesdecimalpoints','inherit',NULL),(234,0,1544112004,NULL,'grade_report_historyperpage','50',NULL),(235,0,1544112004,NULL,'grade_report_overview_showrank','0',NULL),(236,0,1544112004,NULL,'grade_report_overview_showtotalsifcontainhidden','0',NULL),(237,0,1544112004,NULL,'grade_report_user_showrank','0',NULL),(238,0,1544112004,NULL,'grade_report_user_showpercentage','1',NULL),(239,0,1544112004,NULL,'grade_report_user_showgrade','1',NULL),(240,0,1544112004,NULL,'grade_report_user_showfeedback','1',NULL),(241,0,1544112004,NULL,'grade_report_user_showrange','1',NULL),(242,0,1544112004,NULL,'grade_report_user_showweight','1',NULL),(243,0,1544112004,NULL,'grade_report_user_showaverage','0',NULL),(244,0,1544112004,NULL,'grade_report_user_showlettergrade','0',NULL),(245,0,1544112004,NULL,'grade_report_user_rangedecimals','0',NULL),(246,0,1544112004,NULL,'grade_report_user_showhiddenitems','1',NULL),(247,0,1544112004,NULL,'grade_report_user_showtotalsifcontainhidden','0',NULL),(248,0,1544112004,NULL,'grade_report_user_showcontributiontocoursetotal','1',NULL),(249,0,1544112004,'analytics','predictionsprocessor','\\mlbackend_php\\processor',NULL),(250,0,1544112005,'analytics','timesplittings','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range',NULL),(251,0,1544112005,'analytics','modeloutputdir','/var/moodledata/moodle_35/models',NULL),(252,0,1544112005,'analytics','onlycli','1',NULL),(253,0,1544112005,'analytics','modeltimelimit','1200',NULL),(254,0,1544112005,'core_competency','enabled','1',NULL),(255,0,1544112005,'core_competency','pushcourseratingstouserplans','1',NULL),(256,0,1544112005,NULL,'badges_defaultissuername','',NULL),(257,0,1544112005,NULL,'badges_defaultissuercontact','',NULL),(258,0,1544112005,NULL,'badges_badgesalt','badges1544111987',NULL),(259,0,1544112005,NULL,'badges_allowexternalbackpack','1',NULL),(260,0,1544112005,NULL,'badges_allowcoursebadges','1',NULL),(261,0,1544112005,NULL,'timezone','Europe/London',NULL),(262,0,1544112005,NULL,'forcetimezone','99',NULL),(263,0,1544112005,NULL,'country','0',NULL),(264,0,1544112005,NULL,'defaultcity','',NULL),(265,0,1544112005,NULL,'geoip2file','/var/moodledata/moodle_35/geoip/GeoLite2-City.mmdb',NULL),(266,0,1544112005,NULL,'googlemapkey3','',NULL),(267,0,1544112005,NULL,'allcountrycodes','',NULL),(268,0,1544112005,NULL,'autolang','1',NULL),(269,0,1544112005,NULL,'lang','en',NULL),(270,0,1544112006,NULL,'langmenu','1',NULL),(271,0,1544112006,NULL,'langlist','',NULL),(272,0,1544112006,NULL,'langcache','1',NULL),(273,0,1544112006,NULL,'langstringcache','1',NULL),(274,0,1544112006,NULL,'locale','',NULL),(275,0,1544112006,NULL,'latinexcelexport','0',NULL),(276,0,1544112006,NULL,'requiremodintro','0',NULL),(277,0,1544112006,NULL,'registerauth','',NULL),(278,0,1544112006,NULL,'authloginviaemail','0',NULL),(279,0,1544112006,NULL,'allowaccountssameemail','0',NULL),(280,0,1544112006,NULL,'authpreventaccountcreation','0',NULL),(281,0,1544112006,NULL,'loginpageautofocus','0',NULL),(282,0,1544112006,NULL,'guestloginbutton','1',NULL),(283,0,1544112006,NULL,'limitconcurrentlogins','0',NULL),(284,0,1544112006,NULL,'alternateloginurl','',NULL),(285,0,1544112006,NULL,'forgottenpasswordurl','',NULL),(286,0,1544112006,NULL,'auth_instructions','',NULL),(287,0,1544112006,NULL,'allowemailaddresses','',NULL),(288,0,1544112006,NULL,'denyemailaddresses','',NULL),(289,0,1544112006,NULL,'verifychangedemail','1',NULL),(290,0,1544112006,NULL,'recaptchapublickey','',NULL),(291,0,1544112006,NULL,'recaptchaprivatekey','',NULL),(292,0,1544112006,'cachestore_apcu','testperformance','0',NULL),(293,0,1544112006,'cachestore_memcache','testservers','',NULL),(294,0,1544112006,'cachestore_memcached','testservers','',NULL),(295,0,1544112006,'cachestore_mongodb','testserver','',NULL),(296,0,1544112006,'cachestore_redis','test_server','',NULL),(297,0,1544112006,'cachestore_redis','test_password','',NULL),(298,0,1544112006,NULL,'filteruploadedfiles','0',NULL),(299,0,1544112006,NULL,'filtermatchoneperpage','0',NULL),(300,0,1544112006,NULL,'filtermatchonepertext','0',NULL),(301,0,1544112006,NULL,'sitedefaultlicense','allrightsreserved',NULL),(302,0,1544112006,NULL,'media_default_width','400',NULL),(303,0,1544112006,NULL,'media_default_height','300',NULL),(304,0,1544112006,NULL,'portfolio_moderate_filesize_threshold','1048576',NULL),(305,0,1544112006,NULL,'portfolio_high_filesize_threshold','5242880',NULL),(306,0,1544112006,NULL,'portfolio_moderate_db_threshold','20',NULL),(307,0,1544112006,NULL,'portfolio_high_db_threshold','50',NULL),(308,0,1544112006,'question_preview','behaviour','deferredfeedback',NULL),(309,0,1544112006,'question_preview','correctness','1',NULL),(310,0,1544112006,'question_preview','marks','2',NULL),(311,0,1544112006,'question_preview','markdp','2',NULL),(312,0,1544112006,'question_preview','feedback','1',NULL),(313,0,1544112006,'question_preview','generalfeedback','1',NULL),(314,0,1544112006,'question_preview','rightanswer','1',NULL),(315,0,1544112006,'question_preview','history','0',NULL),(316,0,1544112006,NULL,'repositorycacheexpire','120',NULL),(317,0,1544112006,NULL,'repositorygetfiletimeout','30',NULL),(318,0,1544112006,NULL,'repositorysyncfiletimeout','1',NULL),(319,0,1544112007,NULL,'repositorysyncimagetimeout','3',NULL),(320,0,1544112007,NULL,'repositoryallowexternallinks','1',NULL),(321,0,1544112007,NULL,'legacyfilesinnewcourses','0',NULL),(322,0,1544112007,NULL,'legacyfilesaddallowed','1',NULL),(323,0,1544112007,NULL,'searchengine','simpledb',NULL),(324,0,1544112007,NULL,'searchindexwhendisabled','0',NULL),(325,0,1544112007,NULL,'searchindextime','600',NULL),(326,0,1544112007,NULL,'searchallavailablecourses','0',NULL),(327,0,1544112007,NULL,'enablewsdocumentation','0',NULL),(328,0,1544112007,NULL,'allowbeforeblock','0',NULL),(329,0,1544112007,NULL,'allowedip','',NULL),(330,0,1544112007,NULL,'blockedip','',NULL),(331,0,1544112007,NULL,'protectusernames','1',NULL),(332,0,1544112007,NULL,'forcelogin','0',NULL),(333,0,1544112007,NULL,'forceloginforprofiles','1',NULL),(334,0,1544112007,NULL,'forceloginforprofileimage','0',NULL),(335,0,1544112007,NULL,'opentogoogle','0',NULL),(336,0,1544112007,NULL,'allowindexing','0',NULL),(337,0,1544112007,NULL,'maxbytes','0',NULL),(338,0,1544112007,NULL,'userquota','104857600',NULL),(339,0,1544112007,NULL,'allowobjectembed','0',NULL),(340,0,1544112007,NULL,'enabletrusttext','0',NULL),(341,0,1544112007,NULL,'maxeditingtime','1800',NULL),(342,0,1544112007,NULL,'extendedusernamechars','0',NULL),(343,0,1544112007,NULL,'keeptagnamecase','1',NULL),(344,0,1544112007,NULL,'profilesforenrolledusersonly','1',NULL),(345,0,1544112007,NULL,'cronclionly','1',NULL),(346,0,1544112007,NULL,'cronremotepassword','',NULL),(347,0,1544112007,'tool_task','enablerunnow','1',NULL),(348,0,1544112007,NULL,'lockoutthreshold','0',NULL),(349,0,1544112007,NULL,'lockoutwindow','1800',NULL),(350,0,1544112007,NULL,'lockoutduration','1800',NULL),(351,0,1544112007,NULL,'passwordpolicy','1',NULL),(352,0,1544112007,NULL,'minpasswordlength','8',NULL),(353,0,1544112007,NULL,'minpassworddigits','1',NULL),(354,0,1544112007,NULL,'minpasswordlower','1',NULL),(355,0,1544112007,NULL,'minpasswordupper','1',NULL),(356,0,1544112007,NULL,'minpasswordnonalphanum','1',NULL),(357,0,1544112007,NULL,'maxconsecutiveidentchars','0',NULL),(358,0,1544112007,NULL,'passwordreuselimit','0',NULL),(359,0,1544112007,NULL,'pwresettime','1800',NULL),(360,0,1544112007,NULL,'passwordchangelogout','0',NULL),(361,0,1544112007,NULL,'passwordchangetokendeletion','0',NULL),(362,0,1544112007,NULL,'tokenduration','7257600',NULL),(363,0,1544112007,NULL,'groupenrolmentkeypolicy','1',NULL),(364,0,1544112007,NULL,'disableuserimages','0',NULL),(365,0,1544112007,NULL,'emailchangeconfirmation','1',NULL),(366,0,1544112007,NULL,'rememberusername','2',NULL),(367,0,1544112007,NULL,'strictformsrequired','0',NULL),(368,0,1544112007,NULL,'cookiesecure','1',NULL),(369,0,1544112007,NULL,'cookiehttponly','0',NULL),(370,0,1544112007,NULL,'allowframembedding','0',NULL),(371,0,1544112008,NULL,'curlsecurityblockedhosts','',NULL),(372,0,1544112008,NULL,'curlsecurityallowedport','',NULL),(373,0,1544112008,NULL,'displayloginfailures','0',NULL),(374,0,1544112008,NULL,'notifyloginfailures','',NULL),(375,0,1544112008,NULL,'notifyloginthreshold','10',NULL),(376,0,1544112008,NULL,'themelist','',NULL),(377,0,1544112008,NULL,'themedesignermode','0',NULL),(378,0,1544112008,NULL,'allowuserthemes','0',NULL),(379,0,1544112008,NULL,'allowcoursethemes','0',NULL),(380,0,1544112008,NULL,'allowcategorythemes','0',NULL),(381,0,1544112008,NULL,'allowcohortthemes','0',NULL),(382,0,1544112008,NULL,'allowthemechangeonurl','0',NULL),(383,0,1544112008,NULL,'allowuserblockhiding','1',NULL),(384,0,1544112008,NULL,'allowblockstodock','1',NULL),(385,0,1544112008,NULL,'custommenuitems','',NULL),(386,0,1544112008,NULL,'customusermenuitems','grades,grades|/grade/report/mygrades.php|grades\nmessages,message|/message/index.php|message\npreferences,moodle|/user/preferences.php|preferences',NULL),(387,0,1544112008,NULL,'enabledevicedetection','1',NULL),(388,0,1544112008,NULL,'devicedetectregex','[]',NULL),(389,0,1544112008,'theme_boost','preset','default.scss',NULL),(390,0,1544112008,'theme_boost','presetfiles','',NULL),(391,0,1544112008,'theme_boost','backgroundimage','',NULL),(392,0,1544112008,'theme_boost','brandcolor','',NULL),(393,0,1544112008,'theme_boost','scsspre','',NULL),(394,0,1544112008,'theme_boost','scss','',NULL),(395,0,1544112008,'theme_clean','invert','0',NULL),(396,0,1544112008,'theme_clean','logo','',NULL),(397,0,1544112008,'theme_clean','smalllogo','',NULL),(398,0,1544112008,'theme_clean','sitename','1',NULL),(399,0,1544112008,'theme_clean','customcss','',NULL),(400,0,1544112008,'theme_clean','footnote','',NULL),(401,0,1544112008,'theme_more','textcolor','#333366',NULL),(402,0,1544112008,'theme_more','linkcolor','#FF6500',NULL),(403,0,1544112008,'theme_more','bodybackground','',NULL),(404,0,1544112008,'theme_more','backgroundimage','',NULL),(405,0,1544112008,'theme_more','backgroundrepeat','repeat',NULL),(406,0,1544112008,'theme_more','backgroundposition','0',NULL),(407,0,1544112008,'theme_more','backgroundfixed','0',NULL),(408,0,1544112008,'theme_more','contentbackground','#FFFFFF',NULL),(409,0,1544112008,'theme_more','secondarybackground','#FFFFFF',NULL),(410,0,1544112008,'theme_more','invert','1',NULL),(411,0,1544112008,'theme_more','logo','',NULL),(412,0,1544112008,'theme_more','smalllogo','',NULL),(413,0,1544112008,'theme_more','sitename','1',NULL),(414,0,1544112008,'theme_more','customcss','',NULL),(415,0,1544112008,'theme_more','footnote','',NULL),(416,0,1544112008,'core_admin','logo','',NULL),(417,0,1544112008,'core_admin','logocompact','',NULL),(418,0,1544112008,NULL,'calendartype','gregorian',NULL),(419,0,1544112008,NULL,'calendar_adminseesall','0',NULL),(420,0,1544112008,NULL,'calendar_site_timeformat','0',NULL),(421,0,1544112008,NULL,'calendar_startwday','1',NULL),(422,0,1544112009,NULL,'calendar_weekend','65',NULL),(423,0,1544112009,NULL,'calendar_lookahead','21',NULL),(424,0,1544112009,NULL,'calendar_maxevents','10',NULL),(425,0,1544112009,NULL,'enablecalendarexport','1',NULL),(426,0,1544112009,NULL,'calendar_customexport','1',NULL),(427,0,1544112009,NULL,'calendar_exportlookahead','365',NULL),(428,0,1544112009,NULL,'calendar_exportlookback','5',NULL),(429,0,1544112009,NULL,'calendar_exportsalt','hohWIdFqZZ3rLOaPZQj6uXFE7lvThEBZs9OoQFuvhHER1RBThexwWpt9vFCx',NULL),(430,0,1544112009,NULL,'calendar_showicalsource','1',NULL),(431,0,1544112009,NULL,'useblogassociations','1',NULL),(432,0,1544112009,NULL,'bloglevel','4',NULL),(433,0,1544112009,NULL,'useexternalblogs','1',NULL),(434,0,1544112009,NULL,'externalblogcrontime','86400',NULL),(435,0,1544112009,NULL,'maxexternalblogsperuser','1',NULL),(436,0,1544112009,NULL,'blogusecomments','1',NULL),(437,0,1544112009,NULL,'blogshowcommentscount','1',NULL),(438,0,1544112009,NULL,'defaulthomepage','1',NULL),(439,0,1544112009,NULL,'allowguestmymoodle','1',NULL),(440,0,1544112009,NULL,'navshowfullcoursenames','0',NULL),(441,0,1544112009,NULL,'navshowcategories','1',NULL),(442,0,1544112009,NULL,'navshowmycoursecategories','0',NULL),(443,0,1544112009,NULL,'navshowallcourses','0',NULL),(444,0,1544112009,NULL,'navsortmycoursessort','sortorder',NULL),(445,0,1544112009,NULL,'navcourselimit','10',NULL),(446,0,1544112009,NULL,'usesitenameforsitepages','0',NULL),(447,0,1544112009,NULL,'linkadmincategories','1',NULL),(448,0,1544112009,NULL,'linkcoursesections','1',NULL),(449,0,1544112009,NULL,'navshowfrontpagemods','1',NULL),(450,0,1544112009,NULL,'navadduserpostslinks','1',NULL),(451,0,1544112009,NULL,'formatstringstriptags','1',NULL),(452,0,1544112009,NULL,'emoticons','[{\"text\":\":-)\",\"imagename\":\"s\\/smiley\",\"imagecomponent\":\"core\",\"altidentifier\":\"smiley\",\"altcomponent\":\"core_pix\"},{\"text\":\":)\",\"imagename\":\"s\\/smiley\",\"imagecomponent\":\"core\",\"altidentifier\":\"smiley\",\"altcomponent\":\"core_pix\"},{\"text\":\":-D\",\"imagename\":\"s\\/biggrin\",\"imagecomponent\":\"core\",\"altidentifier\":\"biggrin\",\"altcomponent\":\"core_pix\"},{\"text\":\";-)\",\"imagename\":\"s\\/wink\",\"imagecomponent\":\"core\",\"altidentifier\":\"wink\",\"altcomponent\":\"core_pix\"},{\"text\":\":-\\/\",\"imagename\":\"s\\/mixed\",\"imagecomponent\":\"core\",\"altidentifier\":\"mixed\",\"altcomponent\":\"core_pix\"},{\"text\":\"V-.\",\"imagename\":\"s\\/thoughtful\",\"imagecomponent\":\"core\",\"altidentifier\":\"thoughtful\",\"altcomponent\":\"core_pix\"},{\"text\":\":-P\",\"imagename\":\"s\\/tongueout\",\"imagecomponent\":\"core\",\"altidentifier\":\"tongueout\",\"altcomponent\":\"core_pix\"},{\"text\":\":-p\",\"imagename\":\"s\\/tongueout\",\"imagecomponent\":\"core\",\"altidentifier\":\"tongueout\",\"altcomponent\":\"core_pix\"},{\"text\":\"B-)\",\"imagename\":\"s\\/cool\",\"imagecomponent\":\"core\",\"altidentifier\":\"cool\",\"altcomponent\":\"core_pix\"},{\"text\":\"^-)\",\"imagename\":\"s\\/approve\",\"imagecomponent\":\"core\",\"altidentifier\":\"approve\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-)\",\"imagename\":\"s\\/wideeyes\",\"imagecomponent\":\"core\",\"altidentifier\":\"wideeyes\",\"altcomponent\":\"core_pix\"},{\"text\":\":o)\",\"imagename\":\"s\\/clown\",\"imagecomponent\":\"core\",\"altidentifier\":\"clown\",\"altcomponent\":\"core_pix\"},{\"text\":\":-(\",\"imagename\":\"s\\/sad\",\"imagecomponent\":\"core\",\"altidentifier\":\"sad\",\"altcomponent\":\"core_pix\"},{\"text\":\":(\",\"imagename\":\"s\\/sad\",\"imagecomponent\":\"core\",\"altidentifier\":\"sad\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-.\",\"imagename\":\"s\\/shy\",\"imagecomponent\":\"core\",\"altidentifier\":\"shy\",\"altcomponent\":\"core_pix\"},{\"text\":\":-I\",\"imagename\":\"s\\/blush\",\"imagecomponent\":\"core\",\"altidentifier\":\"blush\",\"altcomponent\":\"core_pix\"},{\"text\":\":-X\",\"imagename\":\"s\\/kiss\",\"imagecomponent\":\"core\",\"altidentifier\":\"kiss\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-o\",\"imagename\":\"s\\/surprise\",\"imagecomponent\":\"core\",\"altidentifier\":\"surprise\",\"altcomponent\":\"core_pix\"},{\"text\":\"P-|\",\"imagename\":\"s\\/blackeye\",\"imagecomponent\":\"core\",\"altidentifier\":\"blackeye\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-[\",\"imagename\":\"s\\/angry\",\"imagecomponent\":\"core\",\"altidentifier\":\"angry\",\"altcomponent\":\"core_pix\"},{\"text\":\"(grr)\",\"imagename\":\"s\\/angry\",\"imagecomponent\":\"core\",\"altidentifier\":\"angry\",\"altcomponent\":\"core_pix\"},{\"text\":\"xx-P\",\"imagename\":\"s\\/dead\",\"imagecomponent\":\"core\",\"altidentifier\":\"dead\",\"altcomponent\":\"core_pix\"},{\"text\":\"|-.\",\"imagename\":\"s\\/sleepy\",\"imagecomponent\":\"core\",\"altidentifier\":\"sleepy\",\"altcomponent\":\"core_pix\"},{\"text\":\"}-]\",\"imagename\":\"s\\/evil\",\"imagecomponent\":\"core\",\"altidentifier\":\"evil\",\"altcomponent\":\"core_pix\"},{\"text\":\"(h)\",\"imagename\":\"s\\/heart\",\"imagecomponent\":\"core\",\"altidentifier\":\"heart\",\"altcomponent\":\"core_pix\"},{\"text\":\"(heart)\",\"imagename\":\"s\\/heart\",\"imagecomponent\":\"core\",\"altidentifier\":\"heart\",\"altcomponent\":\"core_pix\"},{\"text\":\"(y)\",\"imagename\":\"s\\/yes\",\"imagecomponent\":\"core\",\"altidentifier\":\"yes\",\"altcomponent\":\"core\"},{\"text\":\"(n)\",\"imagename\":\"s\\/no\",\"imagecomponent\":\"core\",\"altidentifier\":\"no\",\"altcomponent\":\"core\"},{\"text\":\"(martin)\",\"imagename\":\"s\\/martin\",\"imagecomponent\":\"core\",\"altidentifier\":\"martin\",\"altcomponent\":\"core_pix\"},{\"text\":\"( )\",\"imagename\":\"s\\/egg\",\"imagecomponent\":\"core\",\"altidentifier\":\"egg\",\"altcomponent\":\"core_pix\"}]',NULL),(453,0,1544112009,NULL,'docroot','https://docs.moodle.org',NULL),(454,0,1544112009,NULL,'doclang','',NULL),(455,0,1544112009,NULL,'doctonewwindow','0',NULL),(456,0,1544112009,NULL,'courselistshortnames','0',NULL),(457,0,1544112009,NULL,'coursesperpage','20',NULL),(458,0,1544112009,NULL,'courseswithsummarieslimit','10',NULL),(459,0,1544112009,NULL,'courseoverviewfileslimit','1',NULL),(460,0,1544112009,NULL,'courseoverviewfilesext','.jpg,.gif,.png',NULL),(461,0,1544112009,NULL,'useexternalyui','0',NULL),(462,0,1544112009,NULL,'yuicomboloading','1',NULL),(463,0,1544112009,NULL,'cachejs','1',NULL),(464,0,1544112009,NULL,'modchooserdefault','1',NULL),(465,0,1544112009,NULL,'additionalhtmlhead','',NULL),(466,0,1544112009,NULL,'additionalhtmltopofbody','',NULL),(467,0,1544112009,NULL,'additionalhtmlfooter','',NULL),(468,0,1544112009,NULL,'pathtodu','',NULL),(469,0,1544112009,NULL,'aspellpath','',NULL),(470,0,1544112009,NULL,'pathtodot','',NULL),(471,0,1544112010,NULL,'pathtogs','/usr/bin/gs',NULL),(472,0,1544112010,NULL,'pathtopython','',NULL),(473,0,1544112010,NULL,'supportname','Admin User',NULL),(474,0,1544112010,NULL,'supportemail','',NULL),(475,0,1544112010,NULL,'supportpage','',NULL),(476,0,1544112010,NULL,'dbsessions','0',NULL),(477,0,1544112010,NULL,'sessioncookie','',NULL),(478,0,1544112010,NULL,'sessioncookiepath','',NULL),(479,0,1544112010,NULL,'sessioncookiedomain','',NULL),(480,0,1544112010,NULL,'statsfirstrun','none',NULL),(481,0,1544112010,NULL,'statsmaxruntime','0',NULL),(482,0,1544112010,NULL,'statsruntimedays','31',NULL),(483,0,1544112010,NULL,'statsuserthreshold','0',NULL),(484,0,1544112010,NULL,'slasharguments','1',NULL),(485,0,1544112010,NULL,'getremoteaddrconf','0',NULL),(486,0,1544112010,NULL,'proxyhost','',NULL),(487,0,1544112010,NULL,'proxyport','0',NULL),(488,0,1544112010,NULL,'proxytype','HTTP',NULL),(489,0,1544112010,NULL,'proxyuser','',NULL),(490,0,1544112010,NULL,'proxypassword','',NULL),(491,0,1544112010,NULL,'proxybypass','localhost, 127.0.0.1',NULL),(492,0,1544112010,NULL,'maintenance_enabled','0',NULL),(493,0,1544112010,NULL,'maintenance_message','',NULL),(494,0,1544112010,NULL,'deleteunconfirmed','168',NULL),(495,0,1544112010,NULL,'deleteincompleteusers','0',NULL),(496,0,1544112010,NULL,'disablegradehistory','0',NULL),(497,0,1544112010,NULL,'gradehistorylifetime','0',NULL),(498,0,1544112010,NULL,'tempdatafoldercleanup','168',NULL),(499,0,1544112010,NULL,'extramemorylimit','512M',NULL),(500,0,1544112010,NULL,'maxtimelimit','0',NULL),(501,0,1544112010,NULL,'curlcache','120',NULL),(502,0,1544112010,NULL,'curltimeoutkbitrate','56',NULL),(503,0,1544112010,NULL,'smtphosts','',NULL),(504,0,1544112010,NULL,'smtpsecure','',NULL),(505,0,1544112010,NULL,'smtpauthtype','LOGIN',NULL),(506,0,1544112010,NULL,'smtpuser','',NULL),(507,0,1544112010,NULL,'smtppass','',NULL),(508,0,1544112010,NULL,'smtpmaxbulk','1',NULL),(509,0,1544112010,NULL,'noreplyaddress','noreply@local-moodle35.moodle.ufsc.br',NULL),(510,0,1544112010,NULL,'allowedemaildomains','',NULL),(511,0,1544112010,NULL,'sitemailcharset','0',NULL),(512,0,1544112010,NULL,'allowusermailcharset','0',NULL),(513,0,1544112010,NULL,'allowattachments','1',NULL),(514,0,1544112010,NULL,'mailnewline','LF',NULL),(515,0,1544112010,NULL,'emailfromvia','1',NULL),(516,0,1544112010,NULL,'updateautocheck','1',NULL),(517,0,1544112010,NULL,'updateminmaturity','200',NULL),(518,0,1544112010,NULL,'updatenotifybuilds','0',NULL),(519,0,1544112010,NULL,'enablesafebrowserintegration','0',NULL),(520,0,1544112010,NULL,'dndallowtextandlinks','0',NULL),(521,0,1544112010,NULL,'pathtosassc','',NULL),(522,0,1544112011,NULL,'forceclean','0',NULL),(523,0,1544112011,NULL,'debug','0',NULL),(524,0,1544112011,NULL,'debugdisplay','0',NULL),(525,0,1544112011,NULL,'debugsmtp','0',NULL),(526,0,1544112011,NULL,'perfdebug','7',NULL),(527,0,1544112011,NULL,'debugstringids','0',NULL),(528,0,1544112011,NULL,'debugvalidators','0',NULL),(529,0,1544112011,NULL,'debugpageinfo','0',NULL),(530,0,1544112011,NULL,'profilingenabled','0',NULL),(531,0,1544112011,NULL,'profilingincluded','',NULL),(532,0,1544112011,NULL,'profilingexcluded','',NULL),(533,0,1544112011,NULL,'profilingautofrec','0',NULL),(534,0,1544112011,NULL,'profilingallowme','0',NULL),(535,0,1544112011,NULL,'profilingallowall','0',NULL),(536,0,1544112011,NULL,'profilinglifetime','1440',NULL),(537,0,1544112011,NULL,'profilingimportprefix','(I)',NULL),(538,0,1544112048,'activitynames','filter_active','1',''),(539,0,1544112048,'mathjaxloader','filter_active','1',''),(540,0,1544112048,'mediaplugin','filter_active','1',''),(541,2,1544112382,NULL,'notloggedinroleid','6',NULL),(542,2,1544112382,NULL,'guestroleid','6',NULL),(543,2,1544112382,NULL,'defaultuserroleid','7',NULL),(544,2,1544112382,NULL,'creatornewroleid','3',NULL),(545,2,1544112382,NULL,'restorernewroleid','3',NULL),(546,2,1544112382,'tool_dataprivacy','contactdataprotectionofficer','0',NULL),(547,2,1544112382,'tool_dataprivacy','automaticdeletionrequests','0',NULL),(548,2,1544112382,'tool_dataprivacy','privacyrequestexpiry','604800',NULL),(549,2,1544112382,'tool_dataprivacy','requireallenddatesforuserdeletion','1',NULL),(550,2,1544112382,'tool_dataprivacy','showdataretentionsummary','1',NULL),(551,2,1544112382,'tool_log','exportlog','1',NULL),(552,2,1544112382,NULL,'sitepolicyhandler','',NULL),(553,2,1544112382,NULL,'gradebookroles','5',NULL),(554,2,1544112382,'analytics','logstore','logstore_standard',NULL),(555,2,1544112382,'assign','feedback_plugin_for_gradebook','assignfeedback_comments',NULL),(556,2,1544112382,'assign','showrecentsubmissions','0',NULL),(557,2,1544112382,'assign','submissionreceipts','1',NULL),(558,2,1544112382,'assign','submissionstatement','This assignment is my own work, except where I have acknowledged the use of the works of other people.',NULL),(559,2,1544112382,'assign','maxperpage','-1',NULL),(560,2,1544112382,'assign','alwaysshowdescription','1',NULL),(561,2,1544112382,'assign','alwaysshowdescription_adv','',NULL),(562,2,1544112382,'assign','alwaysshowdescription_locked','',NULL),(563,2,1544112382,'assign','allowsubmissionsfromdate','0',NULL),(564,2,1544112382,'assign','allowsubmissionsfromdate_enabled','1',NULL),(565,2,1544112382,'assign','allowsubmissionsfromdate_adv','',NULL),(566,2,1544112382,'assign','duedate','604800',NULL),(567,2,1544112382,'assign','duedate_enabled','1',NULL),(568,2,1544112382,'assign','duedate_adv','',NULL),(569,2,1544112382,'assign','cutoffdate','1209600',NULL),(570,2,1544112382,'assign','cutoffdate_enabled','',NULL),(571,2,1544112383,'assign','cutoffdate_adv','',NULL),(572,2,1544112383,'assign','gradingduedate','1209600',NULL),(573,2,1544112383,'assign','gradingduedate_enabled','1',NULL),(574,2,1544112383,'assign','gradingduedate_adv','',NULL),(575,2,1544112383,'assign','submissiondrafts','0',NULL),(576,2,1544112383,'assign','submissiondrafts_adv','',NULL),(577,2,1544112383,'assign','submissiondrafts_locked','',NULL),(578,2,1544112383,'assign','requiresubmissionstatement','0',NULL),(579,2,1544112383,'assign','requiresubmissionstatement_adv','',NULL),(580,2,1544112383,'assign','requiresubmissionstatement_locked','',NULL),(581,2,1544112383,'assign','attemptreopenmethod','none',NULL),(582,2,1544112383,'assign','attemptreopenmethod_adv','',NULL),(583,2,1544112383,'assign','attemptreopenmethod_locked','',NULL),(584,2,1544112383,'assign','maxattempts','-1',NULL),(585,2,1544112383,'assign','maxattempts_adv','',NULL),(586,2,1544112383,'assign','maxattempts_locked','',NULL),(587,2,1544112383,'assign','teamsubmission','0',NULL),(588,2,1544112383,'assign','teamsubmission_adv','',NULL),(589,2,1544112383,'assign','teamsubmission_locked','',NULL),(590,2,1544112383,'assign','preventsubmissionnotingroup','0',NULL),(591,2,1544112383,'assign','preventsubmissionnotingroup_adv','',NULL),(592,2,1544112383,'assign','preventsubmissionnotingroup_locked','',NULL),(593,2,1544112383,'assign','requireallteammemberssubmit','0',NULL),(594,2,1544112383,'assign','requireallteammemberssubmit_adv','',NULL),(595,2,1544112383,'assign','requireallteammemberssubmit_locked','',NULL),(596,2,1544112383,'assign','teamsubmissiongroupingid','',NULL),(597,2,1544112383,'assign','teamsubmissiongroupingid_adv','',NULL),(598,2,1544112383,'assign','sendnotifications','0',NULL),(599,2,1544112383,'assign','sendnotifications_adv','',NULL),(600,2,1544112383,'assign','sendnotifications_locked','',NULL),(601,2,1544112383,'assign','sendlatenotifications','0',NULL),(602,2,1544112383,'assign','sendlatenotifications_adv','',NULL),(603,2,1544112383,'assign','sendlatenotifications_locked','',NULL),(604,2,1544112383,'assign','sendstudentnotifications','1',NULL),(605,2,1544112383,'assign','sendstudentnotifications_adv','',NULL),(606,2,1544112383,'assign','sendstudentnotifications_locked','',NULL),(607,2,1544112383,'assign','blindmarking','0',NULL),(608,2,1544112383,'assign','blindmarking_adv','',NULL),(609,2,1544112383,'assign','blindmarking_locked','',NULL),(610,2,1544112383,'assign','markingworkflow','0',NULL),(611,2,1544112383,'assign','markingworkflow_adv','',NULL),(612,2,1544112383,'assign','markingworkflow_locked','',NULL),(613,2,1544112383,'assign','markingallocation','0',NULL),(614,2,1544112383,'assign','markingallocation_adv','',NULL),(615,2,1544112383,'assign','markingallocation_locked','',NULL),(616,2,1544112383,'assignsubmission_file','default','1',NULL),(617,2,1544112383,'assignsubmission_file','maxfiles','20',NULL),(618,2,1544112383,'assignsubmission_file','filetypes','',NULL),(619,2,1544112383,'assignsubmission_file','maxbytes','0',NULL),(620,2,1544112383,'assignsubmission_onlinetext','default','0',NULL),(621,2,1544112383,'assignfeedback_comments','default','1',NULL),(622,2,1544112383,'assignfeedback_comments','inline','0',NULL),(623,2,1544112383,'assignfeedback_comments','inline_adv','',NULL),(624,2,1544112383,'assignfeedback_comments','inline_locked','',NULL),(625,2,1544112383,'assignfeedback_editpdf','default','1',NULL),(626,2,1544112383,'assignfeedback_editpdf','stamps','',NULL),(627,2,1544112383,'assignfeedback_file','default','0',NULL),(628,2,1544112384,'assignfeedback_offline','default','0',NULL),(629,2,1544112384,'book','numberingoptions','0,1,2,3',NULL),(630,2,1544112384,'book','navoptions','0,1,2',NULL),(631,2,1544112384,'book','numbering','1',NULL),(632,2,1544112384,'book','navstyle','1',NULL),(633,2,1544112384,NULL,'chat_method','ajax',NULL),(634,2,1544112384,NULL,'chat_refresh_userlist','10',NULL),(635,2,1544112384,NULL,'chat_old_ping','35',NULL),(636,2,1544112384,NULL,'chat_refresh_room','5',NULL),(637,2,1544112384,NULL,'chat_normal_updatemode','jsupdate',NULL),(638,2,1544112384,NULL,'chat_serverhost','local-moodle35.moodle.ufsc.br',NULL),(639,2,1544112384,NULL,'chat_serverip','127.0.0.1',NULL),(640,2,1544112384,NULL,'chat_serverport','9111',NULL),(641,2,1544112384,NULL,'chat_servermax','100',NULL),(642,2,1544112384,NULL,'data_enablerssfeeds','0',NULL),(643,2,1544112384,NULL,'feedback_allowfullanonymous','0',NULL),(644,2,1544112384,'resource','framesize','130',NULL),(645,2,1544112384,'resource','displayoptions','0,1,4,5,6',NULL),(646,2,1544112384,'resource','printintro','1',NULL),(647,2,1544112384,'resource','display','0',NULL),(648,2,1544112384,'resource','showsize','0',NULL),(649,2,1544112384,'resource','showtype','0',NULL),(650,2,1544112384,'resource','showdate','0',NULL),(651,2,1544112384,'resource','popupwidth','620',NULL),(652,2,1544112384,'resource','popupheight','450',NULL),(653,2,1544112384,'resource','filterfiles','0',NULL),(654,2,1544112384,'folder','showexpanded','1',NULL),(655,2,1544112384,'folder','maxsizetodownload','0',NULL),(656,2,1544112384,NULL,'forum_displaymode','3',NULL),(657,2,1544112384,NULL,'forum_shortpost','300',NULL),(658,2,1544112384,NULL,'forum_longpost','600',NULL),(659,2,1544112384,NULL,'forum_manydiscussions','100',NULL),(660,2,1544112384,NULL,'forum_maxbytes','512000',NULL),(661,2,1544112384,NULL,'forum_maxattachments','9',NULL),(662,2,1544112384,NULL,'forum_subscription','0',NULL),(663,2,1544112384,NULL,'forum_trackingtype','1',NULL),(664,2,1544112384,NULL,'forum_trackreadposts','1',NULL),(665,2,1544112384,NULL,'forum_allowforcedreadtracking','0',NULL),(666,2,1544112384,NULL,'forum_oldpostdays','14',NULL),(667,2,1544112384,NULL,'forum_usermarksread','0',NULL),(668,2,1544112384,NULL,'forum_cleanreadtime','2',NULL),(669,2,1544112384,NULL,'digestmailtime','17',NULL),(670,2,1544112384,NULL,'forum_enablerssfeeds','0',NULL),(671,2,1544112384,NULL,'forum_enabletimedposts','1',NULL),(672,2,1544112384,NULL,'glossary_entbypage','10',NULL),(673,2,1544112384,NULL,'glossary_dupentries','0',NULL),(674,2,1544112384,NULL,'glossary_allowcomments','0',NULL),(675,2,1544112384,NULL,'glossary_linkbydefault','1',NULL),(676,2,1544112384,NULL,'glossary_defaultapproval','1',NULL),(677,2,1544112384,NULL,'glossary_enablerssfeeds','0',NULL),(678,2,1544112384,NULL,'glossary_linkentries','0',NULL),(679,2,1544112384,NULL,'glossary_casesensitive','0',NULL),(680,2,1544112384,NULL,'glossary_fullmatch','0',NULL),(681,2,1544112384,'imscp','keepold','1',NULL),(682,2,1544112384,'imscp','keepold_adv','',NULL),(683,2,1544112385,'label','dndmedia','1',NULL),(684,2,1544112385,'label','dndresizewidth','400',NULL),(685,2,1544112385,'label','dndresizeheight','400',NULL),(686,2,1544112385,'mod_lesson','mediafile','',NULL),(687,2,1544112385,'mod_lesson','mediafile_adv','1',NULL),(688,2,1544112385,'mod_lesson','mediawidth','640',NULL),(689,2,1544112385,'mod_lesson','mediaheight','480',NULL),(690,2,1544112385,'mod_lesson','mediaclose','0',NULL),(691,2,1544112385,'mod_lesson','progressbar','0',NULL),(692,2,1544112385,'mod_lesson','progressbar_adv','',NULL),(693,2,1544112385,'mod_lesson','ongoing','0',NULL),(694,2,1544112385,'mod_lesson','ongoing_adv','1',NULL),(695,2,1544112385,'mod_lesson','displayleftmenu','0',NULL),(696,2,1544112385,'mod_lesson','displayleftmenu_adv','',NULL),(697,2,1544112385,'mod_lesson','displayleftif','0',NULL),(698,2,1544112385,'mod_lesson','displayleftif_adv','1',NULL),(699,2,1544112385,'mod_lesson','slideshow','0',NULL),(700,2,1544112385,'mod_lesson','slideshow_adv','1',NULL),(701,2,1544112385,'mod_lesson','slideshowwidth','640',NULL),(702,2,1544112385,'mod_lesson','slideshowheight','480',NULL),(703,2,1544112385,'mod_lesson','slideshowbgcolor','#FFFFFF',NULL),(704,2,1544112385,'mod_lesson','maxanswers','5',NULL),(705,2,1544112385,'mod_lesson','maxanswers_adv','1',NULL),(706,2,1544112385,'mod_lesson','defaultfeedback','0',NULL),(707,2,1544112385,'mod_lesson','defaultfeedback_adv','1',NULL),(708,2,1544112385,'mod_lesson','activitylink','',NULL),(709,2,1544112385,'mod_lesson','activitylink_adv','1',NULL),(710,2,1544112385,'mod_lesson','timelimit','0',NULL),(711,2,1544112385,'mod_lesson','timelimit_adv','',NULL),(712,2,1544112385,'mod_lesson','password','0',NULL),(713,2,1544112385,'mod_lesson','password_adv','1',NULL),(714,2,1544112385,'mod_lesson','modattempts','0',NULL),(715,2,1544112385,'mod_lesson','modattempts_adv','',NULL),(716,2,1544112385,'mod_lesson','displayreview','0',NULL),(717,2,1544112385,'mod_lesson','displayreview_adv','',NULL),(718,2,1544112385,'mod_lesson','maximumnumberofattempts','1',NULL),(719,2,1544112385,'mod_lesson','maximumnumberofattempts_adv','',NULL),(720,2,1544112385,'mod_lesson','defaultnextpage','0',NULL),(721,2,1544112385,'mod_lesson','defaultnextpage_adv','1',NULL),(722,2,1544112385,'mod_lesson','numberofpagestoshow','1',NULL),(723,2,1544112385,'mod_lesson','numberofpagestoshow_adv','1',NULL),(724,2,1544112385,'mod_lesson','practice','0',NULL),(725,2,1544112385,'mod_lesson','practice_adv','',NULL),(726,2,1544112385,'mod_lesson','customscoring','1',NULL),(727,2,1544112385,'mod_lesson','customscoring_adv','1',NULL),(728,2,1544112385,'mod_lesson','retakesallowed','0',NULL),(729,2,1544112385,'mod_lesson','retakesallowed_adv','',NULL),(730,2,1544112385,'mod_lesson','handlingofretakes','0',NULL),(731,2,1544112385,'mod_lesson','handlingofretakes_adv','1',NULL),(732,2,1544112385,'mod_lesson','minimumnumberofquestions','0',NULL),(733,2,1544112385,'mod_lesson','minimumnumberofquestions_adv','1',NULL),(734,2,1544112385,'page','displayoptions','5',NULL),(735,2,1544112385,'page','printheading','1',NULL),(736,2,1544112385,'page','printintro','0',NULL),(737,2,1544112385,'page','display','5',NULL),(738,2,1544112385,'page','popupwidth','620',NULL),(739,2,1544112386,'page','popupheight','450',NULL),(740,2,1544112386,'quiz','timelimit','0',NULL),(741,2,1544112386,'quiz','timelimit_adv','',NULL),(742,2,1544112386,'quiz','overduehandling','autosubmit',NULL),(743,2,1544112386,'quiz','overduehandling_adv','',NULL),(744,2,1544112386,'quiz','graceperiod','86400',NULL),(745,2,1544112386,'quiz','graceperiod_adv','',NULL),(746,2,1544112386,'quiz','graceperiodmin','60',NULL),(747,2,1544112386,'quiz','attempts','0',NULL),(748,2,1544112386,'quiz','attempts_adv','',NULL),(749,2,1544112386,'quiz','grademethod','1',NULL),(750,2,1544112386,'quiz','grademethod_adv','',NULL),(751,2,1544112386,'quiz','maximumgrade','10',NULL),(752,2,1544112386,'quiz','questionsperpage','1',NULL),(753,2,1544112386,'quiz','questionsperpage_adv','',NULL),(754,2,1544112386,'quiz','navmethod','free',NULL),(755,2,1544112386,'quiz','navmethod_adv','1',NULL),(756,2,1544112386,'quiz','shuffleanswers','1',NULL),(757,2,1544112386,'quiz','shuffleanswers_adv','',NULL),(758,2,1544112386,'quiz','preferredbehaviour','deferredfeedback',NULL),(759,2,1544112386,'quiz','canredoquestions','0',NULL),(760,2,1544112386,'quiz','canredoquestions_adv','1',NULL),(761,2,1544112386,'quiz','attemptonlast','0',NULL),(762,2,1544112386,'quiz','attemptonlast_adv','1',NULL),(763,2,1544112386,'quiz','reviewattempt','69904',NULL),(764,2,1544112386,'quiz','reviewcorrectness','69904',NULL),(765,2,1544112386,'quiz','reviewmarks','69904',NULL),(766,2,1544112386,'quiz','reviewspecificfeedback','69904',NULL),(767,2,1544112386,'quiz','reviewgeneralfeedback','69904',NULL),(768,2,1544112386,'quiz','reviewrightanswer','69904',NULL),(769,2,1544112386,'quiz','reviewoverallfeedback','4368',NULL),(770,2,1544112386,'quiz','showuserpicture','0',NULL),(771,2,1544112386,'quiz','showuserpicture_adv','',NULL),(772,2,1544112386,'quiz','decimalpoints','2',NULL),(773,2,1544112386,'quiz','decimalpoints_adv','',NULL),(774,2,1544112386,'quiz','questiondecimalpoints','-1',NULL),(775,2,1544112386,'quiz','questiondecimalpoints_adv','1',NULL),(776,2,1544112386,'quiz','showblocks','0',NULL),(777,2,1544112386,'quiz','showblocks_adv','1',NULL),(778,2,1544112386,'quiz','password','',NULL),(779,2,1544112386,'quiz','password_adv','',NULL),(780,2,1544112386,'quiz','subnet','',NULL),(781,2,1544112386,'quiz','subnet_adv','1',NULL),(782,2,1544112386,'quiz','delay1','0',NULL),(783,2,1544112386,'quiz','delay1_adv','1',NULL),(784,2,1544112386,'quiz','delay2','0',NULL),(785,2,1544112386,'quiz','delay2_adv','1',NULL),(786,2,1544112386,'quiz','browsersecurity','-',NULL),(787,2,1544112386,'quiz','browsersecurity_adv','1',NULL),(788,2,1544112386,'quiz','initialnumfeedbacks','2',NULL),(789,2,1544112386,'quiz','autosaveperiod','60',NULL),(790,2,1544112386,'scorm','displaycoursestructure','0',NULL),(791,2,1544112386,'scorm','displaycoursestructure_adv','',NULL),(792,2,1544112386,'scorm','popup','0',NULL),(793,2,1544112387,'scorm','popup_adv','',NULL),(794,2,1544112387,'scorm','displayactivityname','1',NULL),(795,2,1544112387,'scorm','framewidth','100',NULL),(796,2,1544112387,'scorm','framewidth_adv','1',NULL),(797,2,1544112387,'scorm','frameheight','500',NULL),(798,2,1544112387,'scorm','frameheight_adv','1',NULL),(799,2,1544112387,'scorm','winoptgrp_adv','1',NULL),(800,2,1544112387,'scorm','scrollbars','0',NULL),(801,2,1544112387,'scorm','directories','0',NULL),(802,2,1544112387,'scorm','location','0',NULL),(803,2,1544112387,'scorm','menubar','0',NULL),(804,2,1544112387,'scorm','toolbar','0',NULL),(805,2,1544112387,'scorm','status','0',NULL),(806,2,1544112387,'scorm','skipview','0',NULL),(807,2,1544112387,'scorm','skipview_adv','1',NULL),(808,2,1544112387,'scorm','hidebrowse','0',NULL),(809,2,1544112387,'scorm','hidebrowse_adv','1',NULL),(810,2,1544112387,'scorm','hidetoc','0',NULL),(811,2,1544112387,'scorm','hidetoc_adv','1',NULL),(812,2,1544112387,'scorm','nav','1',NULL),(813,2,1544112387,'scorm','nav_adv','1',NULL),(814,2,1544112387,'scorm','navpositionleft','-100',NULL),(815,2,1544112387,'scorm','navpositionleft_adv','1',NULL),(816,2,1544112387,'scorm','navpositiontop','-100',NULL),(817,2,1544112387,'scorm','navpositiontop_adv','1',NULL),(818,2,1544112387,'scorm','collapsetocwinsize','767',NULL),(819,2,1544112387,'scorm','collapsetocwinsize_adv','1',NULL),(820,2,1544112387,'scorm','displayattemptstatus','1',NULL),(821,2,1544112387,'scorm','displayattemptstatus_adv','',NULL),(822,2,1544112387,'scorm','grademethod','1',NULL),(823,2,1544112387,'scorm','maxgrade','100',NULL),(824,2,1544112387,'scorm','maxattempt','0',NULL),(825,2,1544112387,'scorm','whatgrade','0',NULL),(826,2,1544112387,'scorm','forcecompleted','0',NULL),(827,2,1544112387,'scorm','forcenewattempt','0',NULL),(828,2,1544112387,'scorm','autocommit','0',NULL),(829,2,1544112387,'scorm','masteryoverride','1',NULL),(830,2,1544112387,'scorm','lastattemptlock','0',NULL),(831,2,1544112387,'scorm','auto','0',NULL),(832,2,1544112387,'scorm','updatefreq','0',NULL),(833,2,1544112387,'scorm','scormstandard','0',NULL),(834,2,1544112387,'scorm','allowtypeexternal','0',NULL),(835,2,1544112387,'scorm','allowtypelocalsync','0',NULL),(836,2,1544112387,'scorm','allowtypeexternalaicc','0',NULL),(837,2,1544112387,'scorm','allowaicchacp','0',NULL),(838,2,1544112387,'scorm','aicchacptimeout','30',NULL),(839,2,1544112387,'scorm','aicchacpkeepsessiondata','1',NULL),(840,2,1544112387,'scorm','aiccuserid','1',NULL),(841,2,1544112387,'scorm','forcejavascript','1',NULL),(842,2,1544112387,'scorm','allowapidebug','0',NULL),(843,2,1544112387,'scorm','apidebugmask','.*',NULL),(844,2,1544112387,'scorm','protectpackagedownloads','0',NULL),(845,2,1544112387,'url','framesize','130',NULL),(846,2,1544112387,'url','secretphrase','',NULL),(847,2,1544112387,'url','rolesinparams','0',NULL),(848,2,1544112387,'url','displayoptions','0,1,5,6',NULL),(849,2,1544112387,'url','printintro','1',NULL),(850,2,1544112387,'url','display','0',NULL),(851,2,1544112387,'url','popupwidth','620',NULL),(852,2,1544112388,'url','popupheight','450',NULL),(853,2,1544112388,'workshop','grade','80',NULL),(854,2,1544112388,'workshop','gradinggrade','20',NULL),(855,2,1544112388,'workshop','gradedecimals','0',NULL),(856,2,1544112388,'workshop','maxbytes','0',NULL),(857,2,1544112388,'workshop','strategy','accumulative',NULL),(858,2,1544112388,'workshop','examplesmode','0',NULL),(859,2,1544112388,'workshopallocation_random','numofreviews','5',NULL),(860,2,1544112388,'workshopform_numerrors','grade0','No',NULL),(861,2,1544112388,'workshopform_numerrors','grade1','Yes',NULL),(862,2,1544112388,'workshopeval_best','comparison','5',NULL),(863,2,1544112388,'tool_recyclebin','coursebinenable','1',NULL),(864,2,1544112388,'tool_recyclebin','coursebinexpiry','604800',NULL),(865,2,1544112388,'tool_recyclebin','categorybinenable','1',NULL),(866,2,1544112388,'tool_recyclebin','categorybinexpiry','604800',NULL),(867,2,1544112388,'tool_recyclebin','autohide','1',NULL),(868,2,1544112388,'antivirus_clamav','runningmethod','commandline',NULL),(869,2,1544112388,'antivirus_clamav','pathtoclam','',NULL),(870,2,1544112388,'antivirus_clamav','pathtounixsocket','',NULL),(871,2,1544112388,'antivirus_clamav','clamfailureonupload','donothing',NULL),(872,2,1544112388,'auth_cas','field_map_firstname','',NULL),(873,2,1544112388,'auth_cas','field_updatelocal_firstname','oncreate',NULL),(874,2,1544112388,'auth_cas','field_updateremote_firstname','0',NULL),(875,2,1544112388,'auth_cas','field_lock_firstname','unlocked',NULL),(876,2,1544112388,'auth_cas','field_map_lastname','',NULL),(877,2,1544112388,'auth_cas','field_updatelocal_lastname','oncreate',NULL),(878,2,1544112388,'auth_cas','field_updateremote_lastname','0',NULL),(879,2,1544112388,'auth_cas','field_lock_lastname','unlocked',NULL),(880,2,1544112388,'auth_cas','field_map_email','',NULL),(881,2,1544112388,'auth_cas','field_updatelocal_email','oncreate',NULL),(882,2,1544112388,'auth_cas','field_updateremote_email','0',NULL),(883,2,1544112388,'auth_cas','field_lock_email','unlocked',NULL),(884,2,1544112388,'auth_cas','field_map_city','',NULL),(885,2,1544112388,'auth_cas','field_updatelocal_city','oncreate',NULL),(886,2,1544112388,'auth_cas','field_updateremote_city','0',NULL),(887,2,1544112388,'auth_cas','field_lock_city','unlocked',NULL),(888,2,1544112388,'auth_cas','field_map_country','',NULL),(889,2,1544112388,'auth_cas','field_updatelocal_country','oncreate',NULL),(890,2,1544112388,'auth_cas','field_updateremote_country','0',NULL),(891,2,1544112388,'auth_cas','field_lock_country','unlocked',NULL),(892,2,1544112388,'auth_cas','field_map_lang','',NULL),(893,2,1544112388,'auth_cas','field_updatelocal_lang','oncreate',NULL),(894,2,1544112388,'auth_cas','field_updateremote_lang','0',NULL),(895,2,1544112388,'auth_cas','field_lock_lang','unlocked',NULL),(896,2,1544112388,'auth_cas','field_map_description','',NULL),(897,2,1544112388,'auth_cas','field_updatelocal_description','oncreate',NULL),(898,2,1544112388,'auth_cas','field_updateremote_description','0',NULL),(899,2,1544112388,'auth_cas','field_lock_description','unlocked',NULL),(900,2,1544112388,'auth_cas','field_map_url','',NULL),(901,2,1544112388,'auth_cas','field_updatelocal_url','oncreate',NULL),(902,2,1544112388,'auth_cas','field_updateremote_url','0',NULL),(903,2,1544112388,'auth_cas','field_lock_url','unlocked',NULL),(904,2,1544112388,'auth_cas','field_map_idnumber','',NULL),(905,2,1544112388,'auth_cas','field_updatelocal_idnumber','oncreate',NULL),(906,2,1544112388,'auth_cas','field_updateremote_idnumber','0',NULL),(907,2,1544112388,'auth_cas','field_lock_idnumber','unlocked',NULL),(908,2,1544112388,'auth_cas','field_map_institution','',NULL),(909,2,1544112388,'auth_cas','field_updatelocal_institution','oncreate',NULL),(910,2,1544112389,'auth_cas','field_updateremote_institution','0',NULL),(911,2,1544112389,'auth_cas','field_lock_institution','unlocked',NULL),(912,2,1544112389,'auth_cas','field_map_department','',NULL),(913,2,1544112389,'auth_cas','field_updatelocal_department','oncreate',NULL),(914,2,1544112389,'auth_cas','field_updateremote_department','0',NULL),(915,2,1544112389,'auth_cas','field_lock_department','unlocked',NULL),(916,2,1544112389,'auth_cas','field_map_phone1','',NULL),(917,2,1544112389,'auth_cas','field_updatelocal_phone1','oncreate',NULL),(918,2,1544112389,'auth_cas','field_updateremote_phone1','0',NULL),(919,2,1544112389,'auth_cas','field_lock_phone1','unlocked',NULL),(920,2,1544112389,'auth_cas','field_map_phone2','',NULL),(921,2,1544112389,'auth_cas','field_updatelocal_phone2','oncreate',NULL),(922,2,1544112389,'auth_cas','field_updateremote_phone2','0',NULL),(923,2,1544112389,'auth_cas','field_lock_phone2','unlocked',NULL),(924,2,1544112389,'auth_cas','field_map_address','',NULL),(925,2,1544112389,'auth_cas','field_updatelocal_address','oncreate',NULL),(926,2,1544112389,'auth_cas','field_updateremote_address','0',NULL),(927,2,1544112389,'auth_cas','field_lock_address','unlocked',NULL),(928,2,1544112389,'auth_cas','field_map_firstnamephonetic','',NULL),(929,2,1544112389,'auth_cas','field_updatelocal_firstnamephonetic','oncreate',NULL),(930,2,1544112389,'auth_cas','field_updateremote_firstnamephonetic','0',NULL),(931,2,1544112389,'auth_cas','field_lock_firstnamephonetic','unlocked',NULL),(932,2,1544112389,'auth_cas','field_map_lastnamephonetic','',NULL),(933,2,1544112389,'auth_cas','field_updatelocal_lastnamephonetic','oncreate',NULL),(934,2,1544112389,'auth_cas','field_updateremote_lastnamephonetic','0',NULL),(935,2,1544112389,'auth_cas','field_lock_lastnamephonetic','unlocked',NULL),(936,2,1544112389,'auth_cas','field_map_middlename','',NULL),(937,2,1544112389,'auth_cas','field_updatelocal_middlename','oncreate',NULL),(938,2,1544112389,'auth_cas','field_updateremote_middlename','0',NULL),(939,2,1544112389,'auth_cas','field_lock_middlename','unlocked',NULL),(940,2,1544112389,'auth_cas','field_map_alternatename','',NULL),(941,2,1544112389,'auth_cas','field_updatelocal_alternatename','oncreate',NULL),(942,2,1544112389,'auth_cas','field_updateremote_alternatename','0',NULL),(943,2,1544112389,'auth_cas','field_lock_alternatename','unlocked',NULL),(944,2,1544112389,'auth_email','recaptcha','0',NULL),(945,2,1544112389,'auth_email','field_lock_firstname','unlocked',NULL),(946,2,1544112389,'auth_email','field_lock_lastname','unlocked',NULL),(947,2,1544112389,'auth_email','field_lock_email','unlocked',NULL),(948,2,1544112389,'auth_email','field_lock_city','unlocked',NULL),(949,2,1544112389,'auth_email','field_lock_country','unlocked',NULL),(950,2,1544112389,'auth_email','field_lock_lang','unlocked',NULL),(951,2,1544112389,'auth_email','field_lock_description','unlocked',NULL),(952,2,1544112389,'auth_email','field_lock_url','unlocked',NULL),(953,2,1544112389,'auth_email','field_lock_idnumber','unlocked',NULL),(954,2,1544112389,'auth_email','field_lock_institution','unlocked',NULL),(955,2,1544112389,'auth_email','field_lock_department','unlocked',NULL),(956,2,1544112389,'auth_email','field_lock_phone1','unlocked',NULL),(957,2,1544112389,'auth_email','field_lock_phone2','unlocked',NULL),(958,2,1544112389,'auth_email','field_lock_address','unlocked',NULL),(959,2,1544112389,'auth_email','field_lock_firstnamephonetic','unlocked',NULL),(960,2,1544112389,'auth_email','field_lock_lastnamephonetic','unlocked',NULL),(961,2,1544112389,'auth_email','field_lock_middlename','unlocked',NULL),(962,2,1544112389,'auth_email','field_lock_alternatename','unlocked',NULL),(963,2,1544112389,'auth_db','host','127.0.0.1',NULL),(964,2,1544112389,'auth_db','type','mysqli',NULL),(965,2,1544112389,'auth_db','sybasequoting','0',NULL),(966,2,1544112389,'auth_db','name','',NULL),(967,2,1544112389,'auth_db','user','',NULL),(968,2,1544112389,'auth_db','pass','',NULL),(969,2,1544112389,'auth_db','table','',NULL),(970,2,1544112389,'auth_db','fielduser','',NULL),(971,2,1544112390,'auth_db','fieldpass','',NULL),(972,2,1544112390,'auth_db','passtype','plaintext',NULL),(973,2,1544112390,'auth_db','extencoding','utf-8',NULL),(974,2,1544112390,'auth_db','setupsql','',NULL),(975,2,1544112390,'auth_db','debugauthdb','0',NULL),(976,2,1544112390,'auth_db','changepasswordurl','',NULL),(977,2,1544112390,'auth_db','removeuser','0',NULL),(978,2,1544112390,'auth_db','updateusers','0',NULL),(979,2,1544112390,'auth_db','field_map_firstname','',NULL),(980,2,1544112390,'auth_db','field_updatelocal_firstname','oncreate',NULL),(981,2,1544112390,'auth_db','field_updateremote_firstname','0',NULL),(982,2,1544112390,'auth_db','field_lock_firstname','unlocked',NULL),(983,2,1544112390,'auth_db','field_map_lastname','',NULL),(984,2,1544112390,'auth_db','field_updatelocal_lastname','oncreate',NULL),(985,2,1544112390,'auth_db','field_updateremote_lastname','0',NULL),(986,2,1544112390,'auth_db','field_lock_lastname','unlocked',NULL),(987,2,1544112390,'auth_db','field_map_email','',NULL),(988,2,1544112390,'auth_db','field_updatelocal_email','oncreate',NULL),(989,2,1544112390,'auth_db','field_updateremote_email','0',NULL),(990,2,1544112390,'auth_db','field_lock_email','unlocked',NULL),(991,2,1544112390,'auth_db','field_map_city','',NULL),(992,2,1544112390,'auth_db','field_updatelocal_city','oncreate',NULL),(993,2,1544112390,'auth_db','field_updateremote_city','0',NULL),(994,2,1544112390,'auth_db','field_lock_city','unlocked',NULL),(995,2,1544112390,'auth_db','field_map_country','',NULL),(996,2,1544112390,'auth_db','field_updatelocal_country','oncreate',NULL),(997,2,1544112390,'auth_db','field_updateremote_country','0',NULL),(998,2,1544112390,'auth_db','field_lock_country','unlocked',NULL),(999,2,1544112390,'auth_db','field_map_lang','',NULL),(1000,2,1544112390,'auth_db','field_updatelocal_lang','oncreate',NULL),(1001,2,1544112390,'auth_db','field_updateremote_lang','0',NULL),(1002,2,1544112390,'auth_db','field_lock_lang','unlocked',NULL),(1003,2,1544112390,'auth_db','field_map_description','',NULL),(1004,2,1544112390,'auth_db','field_updatelocal_description','oncreate',NULL),(1005,2,1544112390,'auth_db','field_updateremote_description','0',NULL),(1006,2,1544112390,'auth_db','field_lock_description','unlocked',NULL),(1007,2,1544112390,'auth_db','field_map_url','',NULL),(1008,2,1544112390,'auth_db','field_updatelocal_url','oncreate',NULL),(1009,2,1544112390,'auth_db','field_updateremote_url','0',NULL),(1010,2,1544112390,'auth_db','field_lock_url','unlocked',NULL),(1011,2,1544112390,'auth_db','field_map_idnumber','',NULL),(1012,2,1544112390,'auth_db','field_updatelocal_idnumber','oncreate',NULL),(1013,2,1544112390,'auth_db','field_updateremote_idnumber','0',NULL),(1014,2,1544112390,'auth_db','field_lock_idnumber','unlocked',NULL),(1015,2,1544112390,'auth_db','field_map_institution','',NULL),(1016,2,1544112390,'auth_db','field_updatelocal_institution','oncreate',NULL),(1017,2,1544112390,'auth_db','field_updateremote_institution','0',NULL),(1018,2,1544112390,'auth_db','field_lock_institution','unlocked',NULL),(1019,2,1544112390,'auth_db','field_map_department','',NULL),(1020,2,1544112390,'auth_db','field_updatelocal_department','oncreate',NULL),(1021,2,1544112390,'auth_db','field_updateremote_department','0',NULL),(1022,2,1544112390,'auth_db','field_lock_department','unlocked',NULL),(1023,2,1544112390,'auth_db','field_map_phone1','',NULL),(1024,2,1544112390,'auth_db','field_updatelocal_phone1','oncreate',NULL),(1025,2,1544112390,'auth_db','field_updateremote_phone1','0',NULL),(1026,2,1544112390,'auth_db','field_lock_phone1','unlocked',NULL),(1027,2,1544112391,'auth_db','field_map_phone2','',NULL),(1028,2,1544112391,'auth_db','field_updatelocal_phone2','oncreate',NULL),(1029,2,1544112391,'auth_db','field_updateremote_phone2','0',NULL),(1030,2,1544112391,'auth_db','field_lock_phone2','unlocked',NULL),(1031,2,1544112391,'auth_db','field_map_address','',NULL),(1032,2,1544112391,'auth_db','field_updatelocal_address','oncreate',NULL),(1033,2,1544112391,'auth_db','field_updateremote_address','0',NULL),(1034,2,1544112391,'auth_db','field_lock_address','unlocked',NULL),(1035,2,1544112391,'auth_db','field_map_firstnamephonetic','',NULL),(1036,2,1544112391,'auth_db','field_updatelocal_firstnamephonetic','oncreate',NULL),(1037,2,1544112391,'auth_db','field_updateremote_firstnamephonetic','0',NULL),(1038,2,1544112391,'auth_db','field_lock_firstnamephonetic','unlocked',NULL),(1039,2,1544112391,'auth_db','field_map_lastnamephonetic','',NULL),(1040,2,1544112391,'auth_db','field_updatelocal_lastnamephonetic','oncreate',NULL),(1041,2,1544112391,'auth_db','field_updateremote_lastnamephonetic','0',NULL),(1042,2,1544112391,'auth_db','field_lock_lastnamephonetic','unlocked',NULL),(1043,2,1544112391,'auth_db','field_map_middlename','',NULL),(1044,2,1544112391,'auth_db','field_updatelocal_middlename','oncreate',NULL),(1045,2,1544112391,'auth_db','field_updateremote_middlename','0',NULL),(1046,2,1544112391,'auth_db','field_lock_middlename','unlocked',NULL),(1047,2,1544112391,'auth_db','field_map_alternatename','',NULL),(1048,2,1544112391,'auth_db','field_updatelocal_alternatename','oncreate',NULL),(1049,2,1544112391,'auth_db','field_updateremote_alternatename','0',NULL),(1050,2,1544112391,'auth_db','field_lock_alternatename','unlocked',NULL),(1051,2,1544112391,'auth_ldap','field_map_firstname','',NULL),(1052,2,1544112391,'auth_ldap','field_updatelocal_firstname','oncreate',NULL),(1053,2,1544112391,'auth_ldap','field_updateremote_firstname','0',NULL),(1054,2,1544112391,'auth_ldap','field_lock_firstname','unlocked',NULL),(1055,2,1544112391,'auth_ldap','field_map_lastname','',NULL),(1056,2,1544112391,'auth_ldap','field_updatelocal_lastname','oncreate',NULL),(1057,2,1544112391,'auth_ldap','field_updateremote_lastname','0',NULL),(1058,2,1544112391,'auth_ldap','field_lock_lastname','unlocked',NULL),(1059,2,1544112391,'auth_ldap','field_map_email','',NULL),(1060,2,1544112391,'auth_ldap','field_updatelocal_email','oncreate',NULL),(1061,2,1544112391,'auth_ldap','field_updateremote_email','0',NULL),(1062,2,1544112391,'auth_ldap','field_lock_email','unlocked',NULL),(1063,2,1544112391,'auth_ldap','field_map_city','',NULL),(1064,2,1544112391,'auth_ldap','field_updatelocal_city','oncreate',NULL),(1065,2,1544112391,'auth_ldap','field_updateremote_city','0',NULL),(1066,2,1544112391,'auth_ldap','field_lock_city','unlocked',NULL),(1067,2,1544112391,'auth_ldap','field_map_country','',NULL),(1068,2,1544112391,'auth_ldap','field_updatelocal_country','oncreate',NULL),(1069,2,1544112391,'auth_ldap','field_updateremote_country','0',NULL),(1070,2,1544112391,'auth_ldap','field_lock_country','unlocked',NULL),(1071,2,1544112391,'auth_ldap','field_map_lang','',NULL),(1072,2,1544112391,'auth_ldap','field_updatelocal_lang','oncreate',NULL),(1073,2,1544112391,'auth_ldap','field_updateremote_lang','0',NULL),(1074,2,1544112391,'auth_ldap','field_lock_lang','unlocked',NULL),(1075,2,1544112391,'auth_ldap','field_map_description','',NULL),(1076,2,1544112391,'auth_ldap','field_updatelocal_description','oncreate',NULL),(1077,2,1544112391,'auth_ldap','field_updateremote_description','0',NULL),(1078,2,1544112391,'auth_ldap','field_lock_description','unlocked',NULL),(1079,2,1544112391,'auth_ldap','field_map_url','',NULL),(1080,2,1544112391,'auth_ldap','field_updatelocal_url','oncreate',NULL),(1081,2,1544112392,'auth_ldap','field_updateremote_url','0',NULL),(1082,2,1544112392,'auth_ldap','field_lock_url','unlocked',NULL),(1083,2,1544112392,'auth_ldap','field_map_idnumber','',NULL),(1084,2,1544112392,'auth_ldap','field_updatelocal_idnumber','oncreate',NULL),(1085,2,1544112392,'auth_ldap','field_updateremote_idnumber','0',NULL),(1086,2,1544112392,'auth_ldap','field_lock_idnumber','unlocked',NULL),(1087,2,1544112392,'auth_ldap','field_map_institution','',NULL),(1088,2,1544112392,'auth_ldap','field_updatelocal_institution','oncreate',NULL),(1089,2,1544112392,'auth_ldap','field_updateremote_institution','0',NULL),(1090,2,1544112392,'auth_ldap','field_lock_institution','unlocked',NULL),(1091,2,1544112392,'auth_ldap','field_map_department','',NULL),(1092,2,1544112392,'auth_ldap','field_updatelocal_department','oncreate',NULL),(1093,2,1544112392,'auth_ldap','field_updateremote_department','0',NULL),(1094,2,1544112392,'auth_ldap','field_lock_department','unlocked',NULL),(1095,2,1544112392,'auth_ldap','field_map_phone1','',NULL),(1096,2,1544112392,'auth_ldap','field_updatelocal_phone1','oncreate',NULL),(1097,2,1544112392,'auth_ldap','field_updateremote_phone1','0',NULL),(1098,2,1544112392,'auth_ldap','field_lock_phone1','unlocked',NULL),(1099,2,1544112392,'auth_ldap','field_map_phone2','',NULL),(1100,2,1544112392,'auth_ldap','field_updatelocal_phone2','oncreate',NULL),(1101,2,1544112392,'auth_ldap','field_updateremote_phone2','0',NULL),(1102,2,1544112392,'auth_ldap','field_lock_phone2','unlocked',NULL),(1103,2,1544112392,'auth_ldap','field_map_address','',NULL),(1104,2,1544112392,'auth_ldap','field_updatelocal_address','oncreate',NULL),(1105,2,1544112392,'auth_ldap','field_updateremote_address','0',NULL),(1106,2,1544112392,'auth_ldap','field_lock_address','unlocked',NULL),(1107,2,1544112392,'auth_ldap','field_map_firstnamephonetic','',NULL),(1108,2,1544112392,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate',NULL),(1109,2,1544112392,'auth_ldap','field_updateremote_firstnamephonetic','0',NULL),(1110,2,1544112392,'auth_ldap','field_lock_firstnamephonetic','unlocked',NULL),(1111,2,1544112392,'auth_ldap','field_map_lastnamephonetic','',NULL),(1112,2,1544112392,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate',NULL),(1113,2,1544112392,'auth_ldap','field_updateremote_lastnamephonetic','0',NULL),(1114,2,1544112392,'auth_ldap','field_lock_lastnamephonetic','unlocked',NULL),(1115,2,1544112392,'auth_ldap','field_map_middlename','',NULL),(1116,2,1544112392,'auth_ldap','field_updatelocal_middlename','oncreate',NULL),(1117,2,1544112392,'auth_ldap','field_updateremote_middlename','0',NULL),(1118,2,1544112392,'auth_ldap','field_lock_middlename','unlocked',NULL),(1119,2,1544112392,'auth_ldap','field_map_alternatename','',NULL),(1120,2,1544112392,'auth_ldap','field_updatelocal_alternatename','oncreate',NULL),(1121,2,1544112392,'auth_ldap','field_updateremote_alternatename','0',NULL),(1122,2,1544112392,'auth_ldap','field_lock_alternatename','unlocked',NULL),(1123,2,1544112392,'auth_manual','expiration','0',NULL),(1124,2,1544112392,'auth_manual','expirationtime','30',NULL),(1125,2,1544112392,'auth_manual','expiration_warning','0',NULL),(1126,2,1544112392,'auth_manual','field_lock_firstname','unlocked',NULL),(1127,2,1544112392,'auth_manual','field_lock_lastname','unlocked',NULL),(1128,2,1544112392,'auth_manual','field_lock_email','unlocked',NULL),(1129,2,1544112392,'auth_manual','field_lock_city','unlocked',NULL),(1130,2,1544112392,'auth_manual','field_lock_country','unlocked',NULL),(1131,2,1544112392,'auth_manual','field_lock_lang','unlocked',NULL),(1132,2,1544112392,'auth_manual','field_lock_description','unlocked',NULL),(1133,2,1544112392,'auth_manual','field_lock_url','unlocked',NULL),(1134,2,1544112392,'auth_manual','field_lock_idnumber','unlocked',NULL),(1135,2,1544112392,'auth_manual','field_lock_institution','unlocked',NULL),(1136,2,1544112392,'auth_manual','field_lock_department','unlocked',NULL),(1137,2,1544112393,'auth_manual','field_lock_phone1','unlocked',NULL),(1138,2,1544112393,'auth_manual','field_lock_phone2','unlocked',NULL),(1139,2,1544112393,'auth_manual','field_lock_address','unlocked',NULL),(1140,2,1544112393,'auth_manual','field_lock_firstnamephonetic','unlocked',NULL),(1141,2,1544112393,'auth_manual','field_lock_lastnamephonetic','unlocked',NULL),(1142,2,1544112393,'auth_manual','field_lock_middlename','unlocked',NULL),(1143,2,1544112393,'auth_manual','field_lock_alternatename','unlocked',NULL),(1144,2,1544112393,'auth_mnet','rpc_negotiation_timeout','30',NULL),(1145,2,1544112393,'auth_none','field_lock_firstname','unlocked',NULL),(1146,2,1544112393,'auth_none','field_lock_lastname','unlocked',NULL),(1147,2,1544112393,'auth_none','field_lock_email','unlocked',NULL),(1148,2,1544112393,'auth_none','field_lock_city','unlocked',NULL),(1149,2,1544112393,'auth_none','field_lock_country','unlocked',NULL),(1150,2,1544112393,'auth_none','field_lock_lang','unlocked',NULL),(1151,2,1544112393,'auth_none','field_lock_description','unlocked',NULL),(1152,2,1544112393,'auth_none','field_lock_url','unlocked',NULL),(1153,2,1544112393,'auth_none','field_lock_idnumber','unlocked',NULL),(1154,2,1544112393,'auth_none','field_lock_institution','unlocked',NULL),(1155,2,1544112393,'auth_none','field_lock_department','unlocked',NULL),(1156,2,1544112393,'auth_none','field_lock_phone1','unlocked',NULL),(1157,2,1544112393,'auth_none','field_lock_phone2','unlocked',NULL),(1158,2,1544112393,'auth_none','field_lock_address','unlocked',NULL),(1159,2,1544112393,'auth_none','field_lock_firstnamephonetic','unlocked',NULL),(1160,2,1544112393,'auth_none','field_lock_lastnamephonetic','unlocked',NULL),(1161,2,1544112393,'auth_none','field_lock_middlename','unlocked',NULL),(1162,2,1544112393,'auth_none','field_lock_alternatename','unlocked',NULL),(1163,2,1544112393,'auth_oauth2','field_lock_firstname','unlocked',NULL),(1164,2,1544112393,'auth_oauth2','field_lock_lastname','unlocked',NULL),(1165,2,1544112393,'auth_oauth2','field_lock_email','unlocked',NULL),(1166,2,1544112393,'auth_oauth2','field_lock_city','unlocked',NULL),(1167,2,1544112393,'auth_oauth2','field_lock_country','unlocked',NULL),(1168,2,1544112393,'auth_oauth2','field_lock_lang','unlocked',NULL),(1169,2,1544112393,'auth_oauth2','field_lock_description','unlocked',NULL),(1170,2,1544112393,'auth_oauth2','field_lock_url','unlocked',NULL),(1171,2,1544112393,'auth_oauth2','field_lock_idnumber','unlocked',NULL),(1172,2,1544112393,'auth_oauth2','field_lock_institution','unlocked',NULL),(1173,2,1544112393,'auth_oauth2','field_lock_department','unlocked',NULL),(1174,2,1544112393,'auth_oauth2','field_lock_phone1','unlocked',NULL),(1175,2,1544112393,'auth_oauth2','field_lock_phone2','unlocked',NULL),(1176,2,1544112393,'auth_oauth2','field_lock_address','unlocked',NULL),(1177,2,1544112393,'auth_oauth2','field_lock_firstnamephonetic','unlocked',NULL),(1178,2,1544112393,'auth_oauth2','field_lock_lastnamephonetic','unlocked',NULL),(1179,2,1544112393,'auth_oauth2','field_lock_middlename','unlocked',NULL),(1180,2,1544112393,'auth_oauth2','field_lock_alternatename','unlocked',NULL),(1181,2,1544112393,'auth_shibboleth','user_attribute','',NULL),(1182,2,1544112393,'auth_shibboleth','convert_data','',NULL),(1183,2,1544112393,'auth_shibboleth','alt_login','off',NULL),(1184,2,1544112393,'auth_shibboleth','organization_selection','urn:mace:organization1:providerID, Example Organization 1\n https://another.idp-id.com/shibboleth, Other Example Organization, /Shibboleth.sso/DS/SWITCHaai\n urn:mace:organization2:providerID, Example Organization 2, /Shibboleth.sso/WAYF/SWITCHaai',NULL),(1185,2,1544112393,'auth_shibboleth','logout_handler','',NULL),(1186,2,1544112393,'auth_shibboleth','logout_return_url','',NULL),(1187,2,1544112393,'auth_shibboleth','login_name','Shibboleth Login',NULL),(1188,2,1544112393,'auth_shibboleth','auth_instructions','Use the Shibboleth login to get access via Shibboleth, if your institution supports it.
Otherwise, use the normal login form shown here.',NULL),(1189,2,1544112393,'auth_shibboleth','changepasswordurl','',NULL),(1190,2,1544112393,'auth_shibboleth','field_map_firstname','',NULL),(1191,2,1544112393,'auth_shibboleth','field_updatelocal_firstname','oncreate',NULL),(1192,2,1544112393,'auth_shibboleth','field_lock_firstname','unlocked',NULL),(1193,2,1544112393,'auth_shibboleth','field_map_lastname','',NULL),(1194,2,1544112394,'auth_shibboleth','field_updatelocal_lastname','oncreate',NULL),(1195,2,1544112394,'auth_shibboleth','field_lock_lastname','unlocked',NULL),(1196,2,1544112394,'auth_shibboleth','field_map_email','',NULL),(1197,2,1544112394,'auth_shibboleth','field_updatelocal_email','oncreate',NULL),(1198,2,1544112394,'auth_shibboleth','field_lock_email','unlocked',NULL),(1199,2,1544112394,'auth_shibboleth','field_map_city','',NULL),(1200,2,1544112394,'auth_shibboleth','field_updatelocal_city','oncreate',NULL),(1201,2,1544112394,'auth_shibboleth','field_lock_city','unlocked',NULL),(1202,2,1544112394,'auth_shibboleth','field_map_country','',NULL),(1203,2,1544112394,'auth_shibboleth','field_updatelocal_country','oncreate',NULL),(1204,2,1544112394,'auth_shibboleth','field_lock_country','unlocked',NULL),(1205,2,1544112394,'auth_shibboleth','field_map_lang','',NULL),(1206,2,1544112394,'auth_shibboleth','field_updatelocal_lang','oncreate',NULL),(1207,2,1544112394,'auth_shibboleth','field_lock_lang','unlocked',NULL),(1208,2,1544112394,'auth_shibboleth','field_map_description','',NULL),(1209,2,1544112394,'auth_shibboleth','field_updatelocal_description','oncreate',NULL),(1210,2,1544112394,'auth_shibboleth','field_lock_description','unlocked',NULL),(1211,2,1544112394,'auth_shibboleth','field_map_url','',NULL),(1212,2,1544112394,'auth_shibboleth','field_updatelocal_url','oncreate',NULL),(1213,2,1544112394,'auth_shibboleth','field_lock_url','unlocked',NULL),(1214,2,1544112394,'auth_shibboleth','field_map_idnumber','',NULL),(1215,2,1544112394,'auth_shibboleth','field_updatelocal_idnumber','oncreate',NULL),(1216,2,1544112394,'auth_shibboleth','field_lock_idnumber','unlocked',NULL),(1217,2,1544112394,'auth_shibboleth','field_map_institution','',NULL),(1218,2,1544112394,'auth_shibboleth','field_updatelocal_institution','oncreate',NULL),(1219,2,1544112394,'auth_shibboleth','field_lock_institution','unlocked',NULL),(1220,2,1544112394,'auth_shibboleth','field_map_department','',NULL),(1221,2,1544112394,'auth_shibboleth','field_updatelocal_department','oncreate',NULL),(1222,2,1544112394,'auth_shibboleth','field_lock_department','unlocked',NULL),(1223,2,1544112394,'auth_shibboleth','field_map_phone1','',NULL),(1224,2,1544112394,'auth_shibboleth','field_updatelocal_phone1','oncreate',NULL),(1225,2,1544112394,'auth_shibboleth','field_lock_phone1','unlocked',NULL),(1226,2,1544112394,'auth_shibboleth','field_map_phone2','',NULL),(1227,2,1544112394,'auth_shibboleth','field_updatelocal_phone2','oncreate',NULL),(1228,2,1544112394,'auth_shibboleth','field_lock_phone2','unlocked',NULL),(1229,2,1544112394,'auth_shibboleth','field_map_address','',NULL),(1230,2,1544112394,'auth_shibboleth','field_updatelocal_address','oncreate',NULL),(1231,2,1544112394,'auth_shibboleth','field_lock_address','unlocked',NULL),(1232,2,1544112394,'auth_shibboleth','field_map_firstnamephonetic','',NULL),(1233,2,1544112394,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate',NULL),(1234,2,1544112394,'auth_shibboleth','field_lock_firstnamephonetic','unlocked',NULL),(1235,2,1544112394,'auth_shibboleth','field_map_lastnamephonetic','',NULL),(1236,2,1544112394,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate',NULL),(1237,2,1544112394,'auth_shibboleth','field_lock_lastnamephonetic','unlocked',NULL),(1238,2,1544112394,'auth_shibboleth','field_map_middlename','',NULL),(1239,2,1544112394,'auth_shibboleth','field_updatelocal_middlename','oncreate',NULL),(1240,2,1544112394,'auth_shibboleth','field_lock_middlename','unlocked',NULL),(1241,2,1544112394,'auth_shibboleth','field_map_alternatename','',NULL),(1242,2,1544112394,'auth_shibboleth','field_updatelocal_alternatename','oncreate',NULL),(1243,2,1544112394,'auth_shibboleth','field_lock_alternatename','unlocked',NULL),(1244,2,1544112394,'block_activity_results','config_showbest','3',NULL),(1245,2,1544112394,'block_activity_results','config_showbest_locked','',NULL),(1246,2,1544112394,'block_activity_results','config_showworst','0',NULL),(1247,2,1544112394,'block_activity_results','config_showworst_locked','',NULL),(1248,2,1544112394,'block_activity_results','config_usegroups','0',NULL),(1249,2,1544112394,'block_activity_results','config_usegroups_locked','',NULL),(1250,2,1544112394,'block_activity_results','config_nameformat','1',NULL),(1251,2,1544112394,'block_activity_results','config_nameformat_locked','',NULL),(1252,2,1544112394,'block_activity_results','config_gradeformat','1',NULL),(1253,2,1544112395,'block_activity_results','config_gradeformat_locked','',NULL),(1254,2,1544112395,'block_activity_results','config_decimalpoints','2',NULL),(1255,2,1544112395,'block_activity_results','config_decimalpoints_locked','',NULL),(1256,2,1544112395,'block_myoverview','defaulttab','timeline',NULL),(1257,2,1544112395,NULL,'block_course_list_adminview','all',NULL),(1258,2,1544112395,NULL,'block_course_list_hideallcourseslink','0',NULL),(1259,2,1544112395,NULL,'block_html_allowcssclasses','0',NULL),(1260,2,1544112395,NULL,'block_online_users_timetosee','5',NULL),(1261,2,1544112395,NULL,'block_rss_client_num_entries','5',NULL),(1262,2,1544112395,NULL,'block_rss_client_timeout','30',NULL),(1263,2,1544112395,'block_section_links','numsections1','22',NULL),(1264,2,1544112395,'block_section_links','incby1','2',NULL),(1265,2,1544112395,'block_section_links','numsections2','40',NULL),(1266,2,1544112395,'block_section_links','incby2','5',NULL),(1267,2,1544112395,'block_tag_youtube','apikey','',NULL),(1268,2,1544112395,'format_singleactivity','activitytype','forum',NULL),(1269,2,1544112395,'fileconverter_googledrive','issuerid','',NULL),(1270,2,1544112395,NULL,'pathtounoconv','/usr/bin/unoconv',NULL),(1271,2,1544112395,'enrol_cohort','roleid','5',NULL),(1272,2,1544112395,'enrol_cohort','unenrolaction','0',NULL),(1273,2,1544112395,'enrol_meta','nosyncroleids','',NULL),(1274,2,1544112395,'enrol_meta','syncall','1',NULL),(1275,2,1544112395,'enrol_meta','unenrolaction','3',NULL),(1276,2,1544112395,'enrol_meta','coursesort','sortorder',NULL),(1277,2,1544112395,'enrol_database','dbtype','',NULL),(1278,2,1544112395,'enrol_database','dbhost','localhost',NULL),(1279,2,1544112395,'enrol_database','dbuser','',NULL),(1280,2,1544112395,'enrol_database','dbpass','',NULL),(1281,2,1544112395,'enrol_database','dbname','',NULL),(1282,2,1544112395,'enrol_database','dbencoding','utf-8',NULL),(1283,2,1544112395,'enrol_database','dbsetupsql','',NULL),(1284,2,1544112395,'enrol_database','dbsybasequoting','0',NULL),(1285,2,1544112395,'enrol_database','debugdb','0',NULL),(1286,2,1544112395,'enrol_database','localcoursefield','idnumber',NULL),(1287,2,1544112395,'enrol_database','localuserfield','idnumber',NULL),(1288,2,1544112395,'enrol_database','localrolefield','shortname',NULL),(1289,2,1544112395,'enrol_database','localcategoryfield','id',NULL),(1290,2,1544112395,'enrol_database','remoteenroltable','',NULL),(1291,2,1544112395,'enrol_database','remotecoursefield','',NULL),(1292,2,1544112395,'enrol_database','remoteuserfield','',NULL),(1293,2,1544112395,'enrol_database','remoterolefield','',NULL),(1294,2,1544112395,'enrol_database','remoteotheruserfield','',NULL),(1295,2,1544112395,'enrol_database','defaultrole','5',NULL),(1296,2,1544112395,'enrol_database','ignorehiddencourses','0',NULL),(1297,2,1544112395,'enrol_database','unenrolaction','0',NULL),(1298,2,1544112395,'enrol_database','newcoursetable','',NULL),(1299,2,1544112395,'enrol_database','newcoursefullname','fullname',NULL),(1300,2,1544112395,'enrol_database','newcourseshortname','shortname',NULL),(1301,2,1544112395,'enrol_database','newcourseidnumber','idnumber',NULL),(1302,2,1544112395,'enrol_database','newcoursecategory','',NULL),(1303,2,1544112395,'enrol_database','defaultcategory','1',NULL),(1304,2,1544112395,'enrol_database','templatecourse','',NULL),(1305,2,1544112395,'enrol_flatfile','location','',NULL),(1306,2,1544112395,'enrol_flatfile','encoding','UTF-8',NULL),(1307,2,1544112395,'enrol_flatfile','mailstudents','0',NULL),(1308,2,1544112395,'enrol_flatfile','mailteachers','0',NULL),(1309,2,1544112396,'enrol_flatfile','mailadmins','0',NULL),(1310,2,1544112396,'enrol_flatfile','unenrolaction','3',NULL),(1311,2,1544112396,'enrol_flatfile','expiredaction','3',NULL),(1312,2,1544112396,'enrol_guest','requirepassword','0',NULL),(1313,2,1544112396,'enrol_guest','usepasswordpolicy','0',NULL),(1314,2,1544112396,'enrol_guest','showhint','0',NULL),(1315,2,1544112396,'enrol_guest','defaultenrol','1',NULL),(1316,2,1544112396,'enrol_guest','status','1',NULL),(1317,2,1544112396,'enrol_guest','status_adv','',NULL),(1318,2,1544112396,'enrol_imsenterprise','imsfilelocation','',NULL),(1319,2,1544112396,'enrol_imsenterprise','logtolocation','',NULL),(1320,2,1544112396,'enrol_imsenterprise','mailadmins','0',NULL),(1321,2,1544112396,'enrol_imsenterprise','createnewusers','0',NULL),(1322,2,1544112396,'enrol_imsenterprise','imsupdateusers','0',NULL),(1323,2,1544112396,'enrol_imsenterprise','imsdeleteusers','0',NULL),(1324,2,1544112396,'enrol_imsenterprise','fixcaseusernames','0',NULL),(1325,2,1544112396,'enrol_imsenterprise','fixcasepersonalnames','0',NULL),(1326,2,1544112396,'enrol_imsenterprise','imssourcedidfallback','0',NULL),(1327,2,1544112396,'enrol_imsenterprise','imsrolemap01','5',NULL),(1328,2,1544112396,'enrol_imsenterprise','imsrolemap02','3',NULL),(1329,2,1544112396,'enrol_imsenterprise','imsrolemap03','3',NULL),(1330,2,1544112396,'enrol_imsenterprise','imsrolemap04','5',NULL),(1331,2,1544112396,'enrol_imsenterprise','imsrolemap05','0',NULL),(1332,2,1544112396,'enrol_imsenterprise','imsrolemap06','4',NULL),(1333,2,1544112396,'enrol_imsenterprise','imsrolemap07','0',NULL),(1334,2,1544112396,'enrol_imsenterprise','imsrolemap08','4',NULL),(1335,2,1544112396,'enrol_imsenterprise','truncatecoursecodes','0',NULL),(1336,2,1544112396,'enrol_imsenterprise','createnewcourses','0',NULL),(1337,2,1544112396,'enrol_imsenterprise','updatecourses','0',NULL),(1338,2,1544112396,'enrol_imsenterprise','createnewcategories','0',NULL),(1339,2,1544112396,'enrol_imsenterprise','nestedcategories','0',NULL),(1340,2,1544112396,'enrol_imsenterprise','categoryidnumber','0',NULL),(1341,2,1544112396,'enrol_imsenterprise','categoryseparator','',NULL),(1342,2,1544112396,'enrol_imsenterprise','imsunenrol','0',NULL),(1343,2,1544112396,'enrol_imsenterprise','imscoursemapshortname','coursecode',NULL),(1344,2,1544112396,'enrol_imsenterprise','imscoursemapfullname','short',NULL),(1345,2,1544112396,'enrol_imsenterprise','imscoursemapsummary','ignore',NULL),(1346,2,1544112396,'enrol_imsenterprise','imsrestricttarget','',NULL),(1347,2,1544112396,'enrol_imsenterprise','imscapitafix','0',NULL),(1348,2,1544112396,'enrol_manual','expiredaction','1',NULL),(1349,2,1544112396,'enrol_manual','expirynotifyhour','6',NULL),(1350,2,1544112396,'enrol_manual','defaultenrol','1',NULL),(1351,2,1544112396,'enrol_manual','status','0',NULL),(1352,2,1544112396,'enrol_manual','roleid','5',NULL),(1353,2,1544112396,'enrol_manual','enrolstart','4',NULL),(1354,2,1544112396,'enrol_manual','enrolperiod','0',NULL),(1355,2,1544112396,'enrol_manual','expirynotify','0',NULL),(1356,2,1544112396,'enrol_manual','expirythreshold','86400',NULL),(1357,2,1544112396,'enrol_mnet','roleid','5',NULL),(1358,2,1544112396,'enrol_mnet','roleid_adv','1',NULL),(1359,2,1544112396,'enrol_paypal','paypalbusiness','',NULL),(1360,2,1544112396,'enrol_paypal','mailstudents','0',NULL),(1361,2,1544112396,'enrol_paypal','mailteachers','0',NULL),(1362,2,1544112396,'enrol_paypal','mailadmins','0',NULL),(1363,2,1544112396,'enrol_paypal','expiredaction','3',NULL),(1364,2,1544112396,'enrol_paypal','status','1',NULL),(1365,2,1544112396,'enrol_paypal','cost','0',NULL),(1366,2,1544112396,'enrol_paypal','currency','USD',NULL),(1367,2,1544112397,'enrol_paypal','roleid','5',NULL),(1368,2,1544112397,'enrol_paypal','enrolperiod','0',NULL),(1369,2,1544112397,'enrol_lti','emaildisplay','2',NULL),(1370,2,1544112397,'enrol_lti','city','',NULL),(1371,2,1544112397,'enrol_lti','country','',NULL),(1372,2,1544112397,'enrol_lti','timezone','99',NULL),(1373,2,1544112397,'enrol_lti','lang','en',NULL),(1374,2,1544112397,'enrol_lti','institution','',NULL),(1375,2,1544112397,'enrol_self','requirepassword','0',NULL),(1376,2,1544112397,'enrol_self','usepasswordpolicy','0',NULL),(1377,2,1544112397,'enrol_self','showhint','0',NULL),(1378,2,1544112397,'enrol_self','expiredaction','1',NULL),(1379,2,1544112397,'enrol_self','expirynotifyhour','6',NULL),(1380,2,1544112397,'enrol_self','defaultenrol','1',NULL),(1381,2,1544112397,'enrol_self','status','1',NULL),(1382,2,1544112397,'enrol_self','newenrols','1',NULL),(1383,2,1544112397,'enrol_self','groupkey','0',NULL),(1384,2,1544112397,'enrol_self','roleid','5',NULL),(1385,2,1544112397,'enrol_self','enrolperiod','0',NULL),(1386,2,1544112397,'enrol_self','expirynotify','0',NULL),(1387,2,1544112397,'enrol_self','expirythreshold','86400',NULL),(1388,2,1544112397,'enrol_self','longtimenosee','0',NULL),(1389,2,1544112397,'enrol_self','maxenrolled','0',NULL),(1390,2,1544112397,'enrol_self','sendcoursewelcomemessage','1',NULL),(1391,2,1544112397,'filter_urltolink','formats','0',NULL),(1392,2,1544112397,'filter_urltolink','embedimages','1',NULL),(1393,2,1544112397,'filter_emoticon','formats','1,4,0',NULL),(1394,2,1544112397,'filter_mathjaxloader','httpsurl','https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js',NULL),(1395,2,1544112397,'filter_mathjaxloader','texfiltercompatibility','0',NULL),(1396,2,1544112397,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n',NULL),(1397,2,1544112397,'filter_mathjaxloader','additionaldelimiters','',NULL),(1398,2,1544112397,NULL,'filter_multilang_force_old','0',NULL),(1399,2,1544112397,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n',NULL),(1400,2,1544112397,'filter_tex','latexbackground','#FFFFFF',NULL),(1401,2,1544112397,'filter_tex','density','120',NULL),(1402,2,1544112397,'filter_tex','pathlatex','/usr/bin/latex',NULL),(1403,2,1544112397,'filter_tex','pathdvips','/usr/bin/dvips',NULL),(1404,2,1544112397,'filter_tex','pathconvert','/usr/bin/convert',NULL),(1405,2,1544112397,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm',NULL),(1406,2,1544112397,'filter_tex','pathmimetex','',NULL),(1407,2,1544112397,'filter_tex','convertformat','gif',NULL),(1408,2,1544112397,NULL,'filter_censor_badwords','',NULL),(1409,2,1544112397,'logstore_database','dbdriver','',NULL),(1410,2,1544112397,'logstore_database','dbhost','',NULL),(1411,2,1544112397,'logstore_database','dbuser','',NULL),(1412,2,1544112397,'logstore_database','dbpass','',NULL),(1413,2,1544112397,'logstore_database','dbname','',NULL),(1414,2,1544112397,'logstore_database','dbtable','',NULL),(1415,2,1544112397,'logstore_database','dbpersist','0',NULL),(1416,2,1544112397,'logstore_database','dbsocket','',NULL),(1417,2,1544112397,'logstore_database','dbport','',NULL),(1418,2,1544112397,'logstore_database','dbschema','',NULL),(1419,2,1544112397,'logstore_database','dbcollation','',NULL),(1420,2,1544112397,'logstore_database','dbhandlesoptions','0',NULL),(1421,2,1544112397,'logstore_database','buffersize','50',NULL),(1422,2,1544112397,'logstore_database','logguests','0',NULL),(1423,2,1544112397,'logstore_database','includelevels','1,2,0',NULL),(1424,2,1544112398,'logstore_database','includeactions','c,r,u,d',NULL),(1425,2,1544112398,'logstore_legacy','loglegacy','0',NULL),(1426,2,1544112398,NULL,'logguests','1',NULL),(1427,2,1544112398,NULL,'loglifetime','0',NULL),(1428,2,1544112398,'logstore_standard','logguests','1',NULL),(1429,2,1544112398,'logstore_standard','loglifetime','0',NULL),(1430,2,1544112398,'logstore_standard','buffersize','50',NULL),(1431,2,1544112398,'media_videojs','videoextensions','html_video,.f4v,.flv',NULL),(1432,2,1544112398,'media_videojs','audioextensions','html_audio',NULL),(1433,2,1544112398,'media_videojs','rtmp','0',NULL),(1434,2,1544112398,'media_videojs','useflash','0',NULL),(1435,2,1544112398,'media_videojs','youtube','1',NULL),(1436,2,1544112398,'media_videojs','videocssclass','video-js',NULL),(1437,2,1544112398,'media_videojs','audiocssclass','video-js',NULL),(1438,2,1544112398,'media_videojs','limitsize','1',NULL),(1439,2,1544112398,NULL,'jabberhost','',NULL),(1440,2,1544112398,NULL,'jabberserver','',NULL),(1441,2,1544112398,NULL,'jabberusername','',NULL),(1442,2,1544112398,NULL,'jabberpassword','',NULL),(1443,2,1544112398,NULL,'jabberport','5222',NULL),(1444,2,1544112398,NULL,'airnotifierurl','https://messages.moodle.net',NULL),(1445,2,1544112398,NULL,'airnotifierport','443',NULL),(1446,2,1544112398,NULL,'airnotifiermobileappname','com.moodle.moodlemobile',NULL),(1447,2,1544112398,NULL,'airnotifierappname','commoodlemoodlemobile',NULL),(1448,2,1544112398,NULL,'airnotifieraccesskey','',NULL),(1449,2,1544112398,'qtype_multichoice','answerhowmany','1',NULL),(1450,2,1544112398,'qtype_multichoice','shuffleanswers','1',NULL),(1451,2,1544112398,'qtype_multichoice','answernumbering','abc',NULL),(1452,2,1544112398,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html',NULL),(1453,2,1544112398,'editor_atto','autosavefrequency','60',NULL),(1454,2,1544112398,'atto_collapse','showgroups','5',NULL),(1455,2,1544112398,'atto_equation','librarygroup1','\n\\cdot\n\\times\n\\ast\n\\div\n\\diamond\n\\pm\n\\mp\n\\oplus\n\\ominus\n\\otimes\n\\oslash\n\\odot\n\\circ\n\\bullet\n\\asymp\n\\equiv\n\\subseteq\n\\supseteq\n\\leq\n\\geq\n\\preceq\n\\succeq\n\\sim\n\\simeq\n\\approx\n\\subset\n\\supset\n\\ll\n\\gg\n\\prec\n\\succ\n\\infty\n\\in\n\\ni\n\\forall\n\\exists\n\\neq\n',NULL),(1456,2,1544112398,'atto_equation','librarygroup2','\n\\leftarrow\n\\rightarrow\n\\uparrow\n\\downarrow\n\\leftrightarrow\n\\nearrow\n\\searrow\n\\swarrow\n\\nwarrow\n\\Leftarrow\n\\Rightarrow\n\\Uparrow\n\\Downarrow\n\\Leftrightarrow\n',NULL),(1457,2,1544112398,'atto_equation','librarygroup3','\n\\alpha\n\\beta\n\\gamma\n\\delta\n\\epsilon\n\\zeta\n\\eta\n\\theta\n\\iota\n\\kappa\n\\lambda\n\\mu\n\\nu\n\\xi\n\\pi\n\\rho\n\\sigma\n\\tau\n\\upsilon\n\\phi\n\\chi\n\\psi\n\\omega\n\\Gamma\n\\Delta\n\\Theta\n\\Lambda\n\\Xi\n\\Pi\n\\Sigma\n\\Upsilon\n\\Phi\n\\Psi\n\\Omega\n',NULL),(1458,2,1544112398,'atto_equation','librarygroup4','\n\\sum{a,b}\n\\sqrt[a]{b+c}\n\\int_{a}^{b}{c}\n\\iint_{a}^{b}{c}\n\\iiint_{a}^{b}{c}\n\\oint{a}\n(a)\n[a]\n\\lbrace{a}\\rbrace\n\\left| \\begin{matrix} a_1 & a_2 \\ a_3 & a_4 \\end{matrix} \\right|\n\\frac{a}{b+c}\n\\vec{a}\n\\binom {a} {b}\n{a \\brack b}\n{a \\brace b}\n',NULL),(1459,2,1544112398,'atto_recordrtc','allowedtypes','both',NULL),(1460,2,1544112398,'atto_recordrtc','audiobitrate','128000',NULL),(1461,2,1544112398,'atto_recordrtc','videobitrate','2500000',NULL),(1462,2,1544112398,'atto_recordrtc','timelimit','120',NULL),(1463,2,1544112398,'atto_table','allowborders','0',NULL),(1464,2,1544112398,'atto_table','allowbackgroundcolour','0',NULL),(1465,2,1544112398,'atto_table','allowwidth','0',NULL),(1466,2,1544112398,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen',NULL),(1467,2,1544112398,'editor_tinymce','fontselectlist','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',NULL),(1468,2,1544112398,'editor_tinymce','customconfig','',NULL),(1469,2,1544112398,'tinymce_moodleemoticon','requireemoticon','1',NULL),(1470,2,1544112398,'tinymce_spellchecker','spellengine','',NULL),(1471,2,1544112398,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv',NULL),(1472,2,1544112398,NULL,'profileroles','5,4,3',NULL),(1473,2,1544112398,NULL,'coursecontact','3',NULL),(1474,2,1544112398,NULL,'frontpage','6',NULL),(1475,2,1544112398,NULL,'frontpageloggedin','6',NULL),(1476,2,1544112398,NULL,'maxcategorydepth','2',NULL),(1477,2,1544112398,NULL,'frontpagecourselimit','200',NULL),(1478,2,1544112398,NULL,'commentsperpage','15',NULL),(1479,2,1544112399,NULL,'defaultfrontpageroleid','8',NULL),(1480,2,1544112399,NULL,'messageinbound_enabled','0',NULL),(1481,2,1544112399,NULL,'messageinbound_mailbox','',NULL),(1482,2,1544112399,NULL,'messageinbound_domain','',NULL),(1483,2,1544112399,NULL,'messageinbound_host','',NULL),(1484,2,1544112399,NULL,'messageinbound_hostssl','ssl',NULL),(1485,2,1544112399,NULL,'messageinbound_hostuser','',NULL),(1486,2,1544112399,NULL,'messageinbound_hostpass','',NULL),(1487,2,1544112399,NULL,'enablemobilewebservice','0',NULL),(1488,2,1544112399,'tool_mobile','apppolicy','',NULL),(1489,2,1544112485,NULL,'timezone','America/Sao_Paulo',NULL),(1490,2,1544112485,NULL,'registerauth','',NULL),(1491,2,1544112691,NULL,'local_tutores_student_roles','student',NULL),(1492,2,1544112691,NULL,'local_tutores_tutor_roles','editingteacher',NULL),(1493,2,1544112691,NULL,'local_tutores_orientador_roles','editingteacher',NULL),(1494,2,1544112701,NULL,'local_tutores_orientador_roles','teacher','editingteacher'),(1495,2,1544114050,NULL,'lang','pt_br','en'),(1496,2,1544114295,NULL,'langmenu','0','1'),(1497,2,1544114504,NULL,'autolang','0','1'),(1498,2,1544114504,NULL,'langmenu','1','0'),(1499,2,1544115541,NULL,'local_tutores_student_roles','student',NULL),(1500,2,1544115541,NULL,'local_tutores_tutor_roles','tutor',NULL),(1501,2,1544115541,NULL,'local_tutores_orientador_roles','orientador',NULL),(1502,2,1544115596,NULL,'enablewebservices','1','0'),(1503,2,1549898648,NULL,'grade_aggregation','0','13'),(1504,2,1549898648,NULL,'grade_aggregation_flag','1','0'),(1505,2,1549898648,NULL,'grade_aggregations_visible','0,10,6','13'),(1506,2,1549898704,NULL,'grade_aggregation_flag','0','1'); /*!40000 ALTER TABLE `config_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `config_plugins` -- DROP TABLE IF EXISTS `config_plugins`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `config_plugins` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `plugin` varchar(100) NOT NULL DEFAULT 'core', `name` varchar(100) NOT NULL DEFAULT '', `value` longtext NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `confplug_plunam_uix` (`plugin`,`name`) ) ENGINE=InnoDB AUTO_INCREMENT=1790 DEFAULT CHARSET=utf8 COMMENT='Moodle modules and plugins configuration variables'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `config_plugins` -- LOCK TABLES `config_plugins` WRITE; /*!40000 ALTER TABLE `config_plugins` DISABLE KEYS */; INSERT INTO `config_plugins` VALUES (1,'question','multichoice_sortorder','1'),(2,'question','truefalse_sortorder','2'),(3,'question','match_sortorder','3'),(4,'question','shortanswer_sortorder','4'),(5,'question','numerical_sortorder','5'),(6,'question','essay_sortorder','6'),(7,'moodlecourse','visible','1'),(8,'moodlecourse','format','topics'),(9,'moodlecourse','maxsections','52'),(10,'moodlecourse','numsections','4'),(11,'moodlecourse','hiddensections','0'),(12,'moodlecourse','coursedisplay','0'),(13,'moodlecourse','courseenddateenabled','1'),(14,'moodlecourse','courseduration','31536000'),(15,'moodlecourse','lang',''),(16,'moodlecourse','newsitems','5'),(17,'moodlecourse','showgrades','1'),(18,'moodlecourse','showreports','0'),(19,'moodlecourse','maxbytes','0'),(20,'moodlecourse','enablecompletion','1'),(21,'moodlecourse','groupmode','0'),(22,'moodlecourse','groupmodeforce','0'),(23,'backup','loglifetime','30'),(24,'backup','backup_general_users','1'),(25,'backup','backup_general_users_locked',''),(26,'backup','backup_general_anonymize','0'),(27,'backup','backup_general_anonymize_locked',''),(28,'backup','backup_general_role_assignments','1'),(29,'backup','backup_general_role_assignments_locked',''),(30,'backup','backup_general_activities','1'),(31,'backup','backup_general_activities_locked',''),(32,'backup','backup_general_blocks','1'),(33,'backup','backup_general_blocks_locked',''),(34,'backup','backup_general_filters','1'),(35,'backup','backup_general_filters_locked',''),(36,'backup','backup_general_comments','1'),(37,'backup','backup_general_comments_locked',''),(38,'backup','backup_general_badges','1'),(39,'backup','backup_general_badges_locked',''),(40,'backup','backup_general_calendarevents','1'),(41,'backup','backup_general_calendarevents_locked',''),(42,'backup','backup_general_userscompletion','1'),(43,'backup','backup_general_userscompletion_locked',''),(44,'backup','backup_general_logs','0'),(45,'backup','backup_general_logs_locked',''),(46,'backup','backup_general_histories','0'),(47,'backup','backup_general_histories_locked',''),(48,'backup','backup_general_questionbank','1'),(49,'backup','backup_general_questionbank_locked',''),(50,'backup','backup_general_groups','1'),(51,'backup','backup_general_groups_locked',''),(52,'backup','backup_general_competencies','1'),(53,'backup','backup_general_competencies_locked',''),(54,'backup','import_general_maxresults','10'),(55,'backup','import_general_duplicate_admin_allowed','0'),(56,'backup','backup_import_activities','1'),(57,'backup','backup_import_activities_locked',''),(58,'backup','backup_import_blocks','1'),(59,'backup','backup_import_blocks_locked',''),(60,'backup','backup_import_filters','1'),(61,'backup','backup_import_filters_locked',''),(62,'backup','backup_import_calendarevents','1'),(63,'backup','backup_import_calendarevents_locked',''),(64,'backup','backup_import_questionbank','1'),(65,'backup','backup_import_questionbank_locked',''),(66,'backup','backup_import_groups','1'),(67,'backup','backup_import_groups_locked',''),(68,'backup','backup_import_competencies','1'),(69,'backup','backup_import_competencies_locked',''),(70,'backup','backup_auto_active','0'),(71,'backup','backup_auto_weekdays','0000000'),(72,'backup','backup_auto_hour','0'),(73,'backup','backup_auto_minute','0'),(74,'backup','backup_auto_storage','0'),(75,'backup','backup_auto_destination',''),(76,'backup','backup_auto_max_kept','1'),(77,'backup','backup_auto_delete_days','0'),(78,'backup','backup_auto_min_kept','0'),(79,'backup','backup_shortname','0'),(80,'backup','backup_auto_skip_hidden','1'),(81,'backup','backup_auto_skip_modif_days','30'),(82,'backup','backup_auto_skip_modif_prev','0'),(83,'backup','backup_auto_users','1'),(84,'backup','backup_auto_role_assignments','1'),(85,'backup','backup_auto_activities','1'),(86,'backup','backup_auto_blocks','1'),(87,'backup','backup_auto_filters','1'),(88,'backup','backup_auto_comments','1'),(89,'backup','backup_auto_badges','1'),(90,'backup','backup_auto_calendarevents','1'),(91,'backup','backup_auto_userscompletion','1'),(92,'backup','backup_auto_logs','0'),(93,'backup','backup_auto_histories','0'),(94,'backup','backup_auto_questionbank','1'),(95,'backup','backup_auto_groups','1'),(96,'backup','backup_auto_competencies','1'),(97,'restore','restore_general_users','1'),(98,'restore','restore_general_users_locked',''),(99,'restore','restore_general_enrolments','1'),(100,'restore','restore_general_enrolments_locked',''),(101,'restore','restore_general_role_assignments','1'),(102,'restore','restore_general_role_assignments_locked',''),(103,'restore','restore_general_activities','1'),(104,'restore','restore_general_activities_locked',''),(105,'restore','restore_general_blocks','1'),(106,'restore','restore_general_blocks_locked',''),(107,'restore','restore_general_filters','1'),(108,'restore','restore_general_filters_locked',''),(109,'restore','restore_general_comments','1'),(110,'restore','restore_general_comments_locked',''),(111,'restore','restore_general_badges','1'),(112,'restore','restore_general_badges_locked',''),(113,'restore','restore_general_calendarevents','1'),(114,'restore','restore_general_calendarevents_locked',''),(115,'restore','restore_general_userscompletion','1'),(116,'restore','restore_general_userscompletion_locked',''),(117,'restore','restore_general_logs','1'),(118,'restore','restore_general_logs_locked',''),(119,'restore','restore_general_histories','1'),(120,'restore','restore_general_histories_locked',''),(121,'restore','restore_general_groups','1'),(122,'restore','restore_general_groups_locked',''),(123,'restore','restore_general_competencies','1'),(124,'restore','restore_general_competencies_locked',''),(125,'restore','restore_merge_overwrite_conf','0'),(126,'restore','restore_merge_overwrite_conf_locked',''),(127,'restore','restore_merge_course_fullname','1'),(128,'restore','restore_merge_course_fullname_locked',''),(129,'restore','restore_merge_course_shortname','1'),(130,'restore','restore_merge_course_shortname_locked',''),(131,'restore','restore_merge_course_startdate','1'),(132,'restore','restore_merge_course_startdate_locked',''),(133,'restore','restore_replace_overwrite_conf','0'),(134,'restore','restore_replace_overwrite_conf_locked',''),(135,'restore','restore_replace_course_fullname','1'),(136,'restore','restore_replace_course_fullname_locked',''),(137,'restore','restore_replace_course_shortname','1'),(138,'restore','restore_replace_course_shortname_locked',''),(139,'restore','restore_replace_course_startdate','1'),(140,'restore','restore_replace_course_startdate_locked',''),(141,'restore','restore_replace_keep_roles_and_enrolments','0'),(142,'restore','restore_replace_keep_roles_and_enrolments_locked',''),(143,'restore','restore_replace_keep_groups_and_groupings','0'),(144,'restore','restore_replace_keep_groups_and_groupings_locked',''),(145,'analytics','predictionsprocessor','\\mlbackend_php\\processor'),(146,'analytics','timesplittings','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'),(147,'analytics','modeloutputdir','/var/moodledata/moodle_35/models'),(148,'analytics','onlycli','1'),(149,'analytics','modeltimelimit','1200'),(150,'core_competency','enabled','1'),(151,'core_competency','pushcourseratingstouserplans','1'),(152,'cachestore_apcu','testperformance','0'),(154,'cachestore_memcached','testservers',''),(155,'cachestore_mongodb','testserver',''),(156,'cachestore_redis','test_server',''),(157,'cachestore_redis','test_password',''),(158,'question_preview','behaviour','deferredfeedback'),(159,'question_preview','correctness','1'),(160,'question_preview','marks','2'),(161,'question_preview','markdp','2'),(162,'question_preview','feedback','1'),(163,'question_preview','generalfeedback','1'),(164,'question_preview','rightanswer','1'),(165,'question_preview','history','0'),(166,'tool_task','enablerunnow','1'),(167,'theme_boost','preset','default.scss'),(168,'theme_boost','presetfiles',''),(169,'theme_boost','backgroundimage',''),(170,'theme_boost','brandcolor',''),(171,'theme_boost','scsspre',''),(172,'theme_boost','scss',''),(173,'theme_clean','invert','0'),(174,'theme_clean','logo',''),(175,'theme_clean','smalllogo',''),(176,'theme_clean','sitename','1'),(177,'theme_clean','customcss',''),(178,'theme_clean','footnote',''),(179,'theme_more','textcolor','#333366'),(180,'theme_more','linkcolor','#FF6500'),(181,'theme_more','bodybackground',''),(182,'theme_more','backgroundimage',''),(183,'theme_more','backgroundrepeat','repeat'),(184,'theme_more','backgroundposition','0'),(185,'theme_more','backgroundfixed','0'),(186,'theme_more','contentbackground','#FFFFFF'),(187,'theme_more','secondarybackground','#FFFFFF'),(188,'theme_more','invert','1'),(189,'theme_more','logo',''),(190,'theme_more','smalllogo',''),(191,'theme_more','sitename','1'),(192,'theme_more','customcss',''),(193,'theme_more','footnote',''),(194,'core_admin','logo',''),(195,'core_admin','logocompact',''),(196,'antivirus_clamav','version','2018120300'),(197,'availability_completion','version','2018120300'),(198,'availability_date','version','2018120300'),(199,'availability_grade','version','2018120300'),(200,'availability_group','version','2018120300'),(201,'availability_grouping','version','2018120300'),(202,'availability_profile','version','2018120300'),(203,'qtype_calculated','version','2018120300'),(204,'qtype_calculatedmulti','version','2018120300'),(205,'qtype_calculatedsimple','version','2018120300'),(206,'qtype_ddimageortext','version','2018120300'),(207,'qtype_ddmarker','version','2018120300'),(208,'qtype_ddwtos','version','2018120300'),(209,'qtype_description','version','2018120300'),(210,'qtype_essay','version','2018120300'),(211,'qtype_gapselect','version','2018120300'),(212,'qtype_match','version','2018120300'),(213,'qtype_missingtype','version','2018120300'),(214,'qtype_multianswer','version','2018120300'),(215,'qtype_multichoice','version','2018120300'),(216,'qtype_numerical','version','2018120300'),(217,'qtype_random','version','2018120301'),(218,'qtype_randomsamatch','version','2018120300'),(219,'qtype_shortanswer','version','2018120300'),(220,'qtype_truefalse','version','2018120300'),(221,'mod_assign','version','2018120300'),(222,'mod_assignment','version','2018120300'),(224,'mod_book','version','2018120300'),(225,'mod_chat','version','2018120300'),(226,'mod_choice','version','2018120300'),(227,'mod_data','version','2018120300'),(228,'mod_feedback','version','2018120300'),(230,'mod_folder','version','2018120300'),(232,'mod_forum','version','2018120300'),(233,'mod_glossary','version','2018120300'),(234,'mod_imscp','version','2018120300'),(236,'mod_label','version','2018120300'),(237,'mod_lesson','version','2018120300'),(238,'mod_lti','version','2018120300'),(239,'mod_page','version','2018120300'),(241,'mod_quiz','version','2018120300'),(242,'mod_resource','version','2018120300'),(243,'mod_scorm','version','2018120300'),(244,'mod_survey','version','2018120300'),(246,'mod_url','version','2018120300'),(248,'mod_wiki','version','2018120300'),(250,'mod_workshop','version','2018120300'),(251,'auth_cas','version','2018120300'),(253,'auth_db','version','2018120300'),(255,'auth_email','version','2018120300'),(256,'auth_ldap','version','2018120300'),(258,'auth_lti','version','2018120300'),(259,'auth_manual','version','2018120300'),(260,'auth_mnet','version','2018120300'),(262,'auth_nologin','version','2018120300'),(263,'auth_none','version','2018120300'),(264,'auth_oauth2','version','2018120300'),(265,'auth_shibboleth','version','2018120300'),(267,'auth_webservice','version','2018120300'),(268,'calendartype_gregorian','version','2018120300'),(269,'enrol_category','version','2018120300'),(271,'enrol_cohort','version','2018120300'),(272,'enrol_database','version','2018120300'),(274,'enrol_flatfile','version','2018120300'),(276,'enrol_flatfile','map_1','manager'),(277,'enrol_flatfile','map_2','coursecreator'),(278,'enrol_flatfile','map_3','editingteacher'),(279,'enrol_flatfile','map_4','teacher'),(280,'enrol_flatfile','map_5','student'),(281,'enrol_flatfile','map_6','guest'),(282,'enrol_flatfile','map_7','user'),(283,'enrol_flatfile','map_8','frontpage'),(284,'enrol_guest','version','2018120300'),(285,'enrol_imsenterprise','version','2018120300'),(287,'enrol_ldap','version','2018120300'),(289,'enrol_lti','version','2018120300'),(290,'enrol_manual','version','2018120300'),(292,'enrol_meta','version','2018120300'),(294,'enrol_mnet','version','2018120300'),(295,'enrol_paypal','version','2018120300'),(296,'enrol_self','version','2018120300'),(298,'message_airnotifier','version','2018120300'),(300,'message','airnotifier_provider_enrol_flatfile_flatfile_enrolment_permitted','permitted'),(301,'message','airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_permitted','permitted'),(302,'message','airnotifier_provider_enrol_manual_expiry_notification_permitted','permitted'),(303,'message','airnotifier_provider_enrol_paypal_paypal_enrolment_permitted','permitted'),(304,'message','airnotifier_provider_enrol_self_expiry_notification_permitted','permitted'),(305,'message','airnotifier_provider_mod_assign_assign_notification_permitted','permitted'),(306,'message','airnotifier_provider_mod_assignment_assignment_updates_permitted','permitted'),(307,'message','airnotifier_provider_mod_feedback_submission_permitted','permitted'),(308,'message','airnotifier_provider_mod_feedback_message_permitted','permitted'),(309,'message','airnotifier_provider_mod_forum_posts_permitted','permitted'),(310,'message','airnotifier_provider_mod_forum_digests_permitted','permitted'),(311,'message','airnotifier_provider_mod_lesson_graded_essay_permitted','permitted'),(312,'message','airnotifier_provider_mod_quiz_submission_permitted','permitted'),(313,'message','airnotifier_provider_mod_quiz_confirmation_permitted','permitted'),(314,'message','airnotifier_provider_mod_quiz_attempt_overdue_permitted','permitted'),(315,'message','airnotifier_provider_moodle_notices_permitted','permitted'),(316,'message','airnotifier_provider_moodle_errors_permitted','permitted'),(317,'message','airnotifier_provider_moodle_availableupdate_permitted','permitted'),(318,'message','airnotifier_provider_moodle_instantmessage_permitted','permitted'),(319,'message','airnotifier_provider_moodle_backup_permitted','permitted'),(320,'message','airnotifier_provider_moodle_courserequested_permitted','permitted'),(321,'message','airnotifier_provider_moodle_courserequestapproved_permitted','permitted'),(322,'message','airnotifier_provider_moodle_courserequestrejected_permitted','permitted'),(323,'message','airnotifier_provider_moodle_badgerecipientnotice_permitted','permitted'),(324,'message','airnotifier_provider_moodle_badgecreatornotice_permitted','permitted'),(325,'message','airnotifier_provider_moodle_competencyplancomment_permitted','permitted'),(326,'message','airnotifier_provider_moodle_competencyusercompcomment_permitted','permitted'),(327,'message','airnotifier_provider_moodle_insights_permitted','permitted'),(328,'message_email','version','2018120300'),(330,'message','email_provider_enrol_flatfile_flatfile_enrolment_permitted','permitted'),(331,'message','message_provider_enrol_flatfile_flatfile_enrolment_loggedin','email'),(332,'message','message_provider_enrol_flatfile_flatfile_enrolment_loggedoff','email'),(333,'message','email_provider_enrol_imsenterprise_imsenterprise_enrolment_permitted','permitted'),(334,'message','message_provider_enrol_imsenterprise_imsenterprise_enrolment_loggedin','email'),(335,'message','message_provider_enrol_imsenterprise_imsenterprise_enrolment_loggedoff','email'),(336,'message','email_provider_enrol_manual_expiry_notification_permitted','permitted'),(337,'message','message_provider_enrol_manual_expiry_notification_loggedin','email'),(338,'message','message_provider_enrol_manual_expiry_notification_loggedoff','email'),(339,'message','email_provider_enrol_paypal_paypal_enrolment_permitted','permitted'),(340,'message','message_provider_enrol_paypal_paypal_enrolment_loggedin','email'),(341,'message','message_provider_enrol_paypal_paypal_enrolment_loggedoff','email'),(342,'message','email_provider_enrol_self_expiry_notification_permitted','permitted'),(343,'message','message_provider_enrol_self_expiry_notification_loggedin','email'),(344,'message','message_provider_enrol_self_expiry_notification_loggedoff','email'),(345,'message','email_provider_mod_assign_assign_notification_permitted','permitted'),(346,'message','message_provider_mod_assign_assign_notification_loggedin','email'),(347,'message','message_provider_mod_assign_assign_notification_loggedoff','email'),(348,'message','email_provider_mod_assignment_assignment_updates_permitted','permitted'),(349,'message','message_provider_mod_assignment_assignment_updates_loggedin','email'),(350,'message','message_provider_mod_assignment_assignment_updates_loggedoff','email'),(351,'message','email_provider_mod_feedback_submission_permitted','permitted'),(352,'message','message_provider_mod_feedback_submission_loggedin','email'),(353,'message','message_provider_mod_feedback_submission_loggedoff','email'),(354,'message','email_provider_mod_feedback_message_permitted','permitted'),(355,'message','message_provider_mod_feedback_message_loggedin','email'),(356,'message','message_provider_mod_feedback_message_loggedoff','email'),(357,'message','email_provider_mod_forum_posts_permitted','permitted'),(358,'message','message_provider_mod_forum_posts_loggedin','email'),(359,'message','message_provider_mod_forum_posts_loggedoff','email'),(360,'message','email_provider_mod_forum_digests_permitted','permitted'),(361,'message','message_provider_mod_forum_digests_loggedin','email'),(362,'message','message_provider_mod_forum_digests_loggedoff','email'),(363,'message','email_provider_mod_lesson_graded_essay_permitted','permitted'),(364,'message','message_provider_mod_lesson_graded_essay_loggedin','email'),(365,'message','message_provider_mod_lesson_graded_essay_loggedoff','email'),(366,'message','email_provider_mod_quiz_submission_permitted','permitted'),(367,'message','message_provider_mod_quiz_submission_loggedin','email'),(368,'message','message_provider_mod_quiz_submission_loggedoff','email'),(369,'message','email_provider_mod_quiz_confirmation_permitted','permitted'),(370,'message','message_provider_mod_quiz_confirmation_loggedin','email'),(371,'message','message_provider_mod_quiz_confirmation_loggedoff','email'),(372,'message','email_provider_mod_quiz_attempt_overdue_permitted','permitted'),(373,'message','message_provider_mod_quiz_attempt_overdue_loggedin','email'),(374,'message','message_provider_mod_quiz_attempt_overdue_loggedoff','email'),(375,'message','email_provider_moodle_notices_permitted','permitted'),(376,'message','message_provider_moodle_notices_loggedin','email'),(377,'message','message_provider_moodle_notices_loggedoff','email'),(378,'message','email_provider_moodle_errors_permitted','permitted'),(379,'message','message_provider_moodle_errors_loggedin','email'),(380,'message','message_provider_moodle_errors_loggedoff','email'),(381,'message','email_provider_moodle_availableupdate_permitted','permitted'),(382,'message','message_provider_moodle_availableupdate_loggedin','email'),(383,'message','message_provider_moodle_availableupdate_loggedoff','email'),(384,'message','email_provider_moodle_instantmessage_permitted','permitted'),(385,'message','message_provider_moodle_instantmessage_loggedoff','popup,email'),(386,'message','email_provider_moodle_backup_permitted','permitted'),(387,'message','message_provider_moodle_backup_loggedin','email'),(388,'message','message_provider_moodle_backup_loggedoff','email'),(389,'message','email_provider_moodle_courserequested_permitted','permitted'),(390,'message','message_provider_moodle_courserequested_loggedin','email'),(391,'message','message_provider_moodle_courserequested_loggedoff','email'),(392,'message','email_provider_moodle_courserequestapproved_permitted','permitted'),(393,'message','message_provider_moodle_courserequestapproved_loggedin','email'),(394,'message','message_provider_moodle_courserequestapproved_loggedoff','email'),(395,'message','email_provider_moodle_courserequestrejected_permitted','permitted'),(396,'message','message_provider_moodle_courserequestrejected_loggedin','email'),(397,'message','message_provider_moodle_courserequestrejected_loggedoff','email'),(398,'message','email_provider_moodle_badgerecipientnotice_permitted','permitted'),(399,'message','message_provider_moodle_badgerecipientnotice_loggedoff','popup,email'),(400,'message','email_provider_moodle_badgecreatornotice_permitted','permitted'),(401,'message','message_provider_moodle_badgecreatornotice_loggedoff','email'),(402,'message','email_provider_moodle_competencyplancomment_permitted','permitted'),(403,'message','message_provider_moodle_competencyplancomment_loggedin','email'),(404,'message','message_provider_moodle_competencyplancomment_loggedoff','email'),(405,'message','email_provider_moodle_competencyusercompcomment_permitted','permitted'),(406,'message','message_provider_moodle_competencyusercompcomment_loggedin','email'),(407,'message','message_provider_moodle_competencyusercompcomment_loggedoff','email'),(408,'message','email_provider_moodle_insights_permitted','permitted'),(409,'message','message_provider_moodle_insights_loggedin','email'),(410,'message','message_provider_moodle_insights_loggedoff','email'),(411,'message_jabber','version','2018120300'),(413,'message','jabber_provider_enrol_flatfile_flatfile_enrolment_permitted','permitted'),(414,'message','jabber_provider_enrol_imsenterprise_imsenterprise_enrolment_permitted','permitted'),(415,'message','jabber_provider_enrol_manual_expiry_notification_permitted','permitted'),(416,'message','jabber_provider_enrol_paypal_paypal_enrolment_permitted','permitted'),(417,'message','jabber_provider_enrol_self_expiry_notification_permitted','permitted'),(418,'message','jabber_provider_mod_assign_assign_notification_permitted','permitted'),(419,'message','jabber_provider_mod_assignment_assignment_updates_permitted','permitted'),(420,'message','jabber_provider_mod_feedback_submission_permitted','permitted'),(421,'message','jabber_provider_mod_feedback_message_permitted','permitted'),(422,'message','jabber_provider_mod_forum_posts_permitted','permitted'),(423,'message','jabber_provider_mod_forum_digests_permitted','permitted'),(424,'message','jabber_provider_mod_lesson_graded_essay_permitted','permitted'),(425,'message','jabber_provider_mod_quiz_submission_permitted','permitted'),(426,'message','jabber_provider_mod_quiz_confirmation_permitted','permitted'),(427,'message','jabber_provider_mod_quiz_attempt_overdue_permitted','permitted'),(428,'message','jabber_provider_moodle_notices_permitted','permitted'),(429,'message','jabber_provider_moodle_errors_permitted','permitted'),(430,'message','jabber_provider_moodle_availableupdate_permitted','permitted'),(431,'message','jabber_provider_moodle_instantmessage_permitted','permitted'),(432,'message','jabber_provider_moodle_backup_permitted','permitted'),(433,'message','jabber_provider_moodle_courserequested_permitted','permitted'),(434,'message','jabber_provider_moodle_courserequestapproved_permitted','permitted'),(435,'message','jabber_provider_moodle_courserequestrejected_permitted','permitted'),(436,'message','jabber_provider_moodle_badgerecipientnotice_permitted','permitted'),(437,'message','jabber_provider_moodle_badgecreatornotice_permitted','permitted'),(438,'message','jabber_provider_moodle_competencyplancomment_permitted','permitted'),(439,'message','jabber_provider_moodle_competencyusercompcomment_permitted','permitted'),(440,'message','jabber_provider_moodle_insights_permitted','permitted'),(441,'message_popup','version','2018120300'),(443,'message','popup_provider_enrol_flatfile_flatfile_enrolment_permitted','permitted'),(444,'message','popup_provider_enrol_imsenterprise_imsenterprise_enrolment_permitted','permitted'),(445,'message','popup_provider_enrol_manual_expiry_notification_permitted','permitted'),(446,'message','popup_provider_enrol_paypal_paypal_enrolment_permitted','permitted'),(447,'message','popup_provider_enrol_self_expiry_notification_permitted','permitted'),(448,'message','popup_provider_mod_assign_assign_notification_permitted','permitted'),(449,'message','popup_provider_mod_assignment_assignment_updates_permitted','permitted'),(450,'message','popup_provider_mod_feedback_submission_permitted','permitted'),(451,'message','popup_provider_mod_feedback_message_permitted','permitted'),(452,'message','popup_provider_mod_forum_posts_permitted','permitted'),(453,'message','popup_provider_mod_forum_digests_permitted','permitted'),(454,'message','popup_provider_mod_lesson_graded_essay_permitted','permitted'),(455,'message','popup_provider_mod_quiz_submission_permitted','permitted'),(456,'message','popup_provider_mod_quiz_confirmation_permitted','permitted'),(457,'message','popup_provider_mod_quiz_attempt_overdue_permitted','permitted'),(458,'message','popup_provider_moodle_notices_permitted','permitted'),(459,'message','popup_provider_moodle_errors_permitted','permitted'),(460,'message','popup_provider_moodle_availableupdate_permitted','permitted'),(461,'message','popup_provider_moodle_instantmessage_permitted','permitted'),(462,'message','message_provider_moodle_instantmessage_loggedin','popup'),(463,'message','popup_provider_moodle_backup_permitted','permitted'),(464,'message','popup_provider_moodle_courserequested_permitted','permitted'),(465,'message','popup_provider_moodle_courserequestapproved_permitted','permitted'),(466,'message','popup_provider_moodle_courserequestrejected_permitted','permitted'),(467,'message','popup_provider_moodle_badgerecipientnotice_permitted','permitted'),(468,'message','message_provider_moodle_badgerecipientnotice_loggedin','popup'),(469,'message','popup_provider_moodle_badgecreatornotice_permitted','permitted'),(470,'message','popup_provider_moodle_competencyplancomment_permitted','permitted'),(471,'message','popup_provider_moodle_competencyusercompcomment_permitted','permitted'),(472,'message','popup_provider_moodle_insights_permitted','permitted'),(473,'block_activity_modules','version','2018120300'),(474,'block_activity_results','version','2018120300'),(475,'block_admin_bookmarks','version','2018120300'),(476,'block_badges','version','2018120300'),(477,'block_blog_menu','version','2018120300'),(478,'block_blog_recent','version','2018120300'),(479,'block_blog_tags','version','2018120300'),(480,'block_calendar_month','version','2018120300'),(481,'block_calendar_upcoming','version','2018120300'),(482,'block_comments','version','2018120300'),(483,'block_community','version','2018120300'),(484,'block_completionstatus','version','2018120300'),(485,'block_course_list','version','2018120300'),(486,'block_course_summary','version','2018120300'),(487,'block_feedback','version','2018120300'),(489,'block_globalsearch','version','2018120300'),(490,'block_glossary_random','version','2018120300'),(491,'block_html','version','2018120300'),(492,'block_login','version','2018120300'),(493,'block_lp','version','2018120300'),(494,'block_mentees','version','2018120300'),(495,'block_mnet_hosts','version','2018120300'),(496,'block_myoverview','version','2018120300'),(497,'block_myprofile','version','2018120300'),(498,'block_navigation','version','2018120300'),(499,'block_news_items','version','2018120300'),(500,'block_online_users','version','2018120300'),(501,'block_participants','version','2018120300'),(502,'block_private_files','version','2018120300'),(503,'block_quiz_results','version','2018120300'),(505,'block_recent_activity','version','2018120300'),(506,'block_rss_client','version','2018120300'),(507,'block_search_forums','version','2018120300'),(508,'block_section_links','version','2018120300'),(509,'block_selfcompletion','version','2018120300'),(510,'block_settings','version','2018120300'),(511,'block_site_main_menu','version','2018120300'),(512,'block_social_activities','version','2018120300'),(513,'block_tag_flickr','version','2018120300'),(514,'block_tag_youtube','version','2018120300'),(516,'block_tags','version','2018120300'),(517,'media_html5audio','version','2018120300'),(518,'media_html5video','version','2018120300'),(519,'media_swf','version','2018120300'),(520,'media_videojs','version','2018120300'),(521,'media_vimeo','version','2018120300'),(522,'media_youtube','version','2018120300'),(523,'filter_activitynames','version','2018120300'),(525,'filter_algebra','version','2018120300'),(526,'filter_censor','version','2018120300'),(527,'filter_data','version','2018120300'),(529,'filter_emailprotect','version','2018120300'),(530,'filter_emoticon','version','2018120300'),(531,'filter_glossary','version','2018120300'),(533,'filter_mathjaxloader','version','2018120300'),(535,'filter_mediaplugin','version','2018120300'),(537,'filter_multilang','version','2018120300'),(538,'filter_tex','version','2018120300'),(540,'filter_tidy','version','2018120300'),(541,'filter_urltolink','version','2018120300'),(542,'editor_atto','version','2018120300'),(544,'editor_textarea','version','2018120300'),(545,'editor_tinymce','version','2018120300'),(546,'format_singleactivity','version','2018120300'),(547,'format_social','version','2018120300'),(548,'format_topics','version','2018120300'),(549,'format_weeks','version','2018120300'),(550,'dataformat_csv','version','2018120300'),(551,'dataformat_excel','version','2018120300'),(552,'dataformat_html','version','2018120300'),(553,'dataformat_json','version','2018120300'),(554,'dataformat_ods','version','2018120300'),(555,'profilefield_checkbox','version','2018120300'),(556,'profilefield_datetime','version','2018120300'),(557,'profilefield_menu','version','2018120300'),(558,'profilefield_text','version','2018120300'),(559,'profilefield_textarea','version','2018120300'),(560,'report_backups','version','2018120300'),(561,'report_competency','version','2018120300'),(562,'report_completion','version','2018120300'),(564,'report_configlog','version','2018120300'),(565,'report_courseoverview','version','2018120300'),(566,'report_eventlist','version','2018120300'),(567,'report_insights','version','2018120300'),(568,'report_log','version','2018120300'),(570,'report_loglive','version','2018120300'),(571,'report_outline','version','2018120300'),(573,'report_participation','version','2018120300'),(575,'report_performance','version','2018120300'),(576,'report_progress','version','2018120300'),(578,'report_questioninstances','version','2018120300'),(579,'report_security','version','2018120300'),(580,'report_stats','version','2018120300'),(582,'report_usersessions','version','2018120300'),(583,'gradeexport_ods','version','2018120300'),(584,'gradeexport_txt','version','2018120300'),(585,'gradeexport_xls','version','2018120300'),(586,'gradeexport_xml','version','2018120300'),(587,'gradeimport_csv','version','2018120300'),(588,'gradeimport_direct','version','2018120300'),(589,'gradeimport_xml','version','2018120300'),(590,'gradereport_grader','version','2018120300'),(591,'gradereport_history','version','2018120300'),(592,'gradereport_outcomes','version','2018120300'),(593,'gradereport_overview','version','2018120300'),(594,'gradereport_singleview','version','2018120300'),(595,'gradereport_user','version','2018120300'),(596,'gradingform_guide','version','2018120300'),(597,'gradingform_rubric','version','2018120300'),(598,'mlbackend_php','version','2018120300'),(599,'mlbackend_python','version','2018120300'),(600,'mnetservice_enrol','version','2018120300'),(601,'webservice_rest','version','2018120300'),(602,'webservice_soap','version','2018120300'),(603,'webservice_xmlrpc','version','2018120300'),(604,'repository_areafiles','version','2018120300'),(606,'areafiles','enablecourseinstances','0'),(607,'areafiles','enableuserinstances','0'),(608,'repository_boxnet','version','2018120300'),(609,'repository_coursefiles','version','2018120300'),(610,'repository_dropbox','version','2018120300'),(611,'repository_equella','version','2018120300'),(612,'repository_filesystem','version','2018120300'),(613,'repository_flickr','version','2018120300'),(614,'repository_flickr_public','version','2018120300'),(615,'repository_googledocs','version','2018120300'),(616,'repository_local','version','2018120300'),(618,'local','enablecourseinstances','0'),(619,'local','enableuserinstances','0'),(620,'repository_merlot','version','2018120300'),(621,'repository_onedrive','version','2018120300'),(622,'repository_picasa','version','2018120300'),(623,'repository_recent','version','2018120300'),(625,'recent','enablecourseinstances','0'),(626,'recent','enableuserinstances','0'),(627,'repository_s3','version','2018120300'),(628,'repository_skydrive','version','2018120300'),(629,'repository_upload','version','2018120300'),(631,'upload','enablecourseinstances','0'),(632,'upload','enableuserinstances','0'),(633,'repository_url','version','2018120300'),(635,'url','enablecourseinstances','0'),(636,'url','enableuserinstances','0'),(637,'repository_user','version','2018120300'),(639,'user','enablecourseinstances','0'),(640,'user','enableuserinstances','0'),(641,'repository_webdav','version','2018120300'),(642,'repository_wikimedia','version','2018120300'),(644,'wikimedia','enablecourseinstances','0'),(645,'wikimedia','enableuserinstances','0'),(646,'repository_youtube','version','2018120300'),(648,'portfolio_boxnet','version','2018120300'),(649,'portfolio_download','version','2018120300'),(650,'portfolio_flickr','version','2018120300'),(651,'portfolio_googledocs','version','2018120300'),(652,'portfolio_mahara','version','2018120300'),(653,'portfolio_picasa','version','2018120300'),(654,'search_simpledb','version','2018120300'),(656,'search_solr','version','2018120300'),(657,'qbehaviour_adaptive','version','2018120300'),(658,'qbehaviour_adaptivenopenalty','version','2018120300'),(659,'qbehaviour_deferredcbm','version','2018120300'),(660,'qbehaviour_deferredfeedback','version','2018120300'),(661,'qbehaviour_immediatecbm','version','2018120300'),(662,'qbehaviour_immediatefeedback','version','2018120300'),(663,'qbehaviour_informationitem','version','2018120300'),(664,'qbehaviour_interactive','version','2018120300'),(665,'qbehaviour_interactivecountback','version','2018120300'),(666,'qbehaviour_manualgraded','version','2018120300'),(668,'question','disabledbehaviours','manualgraded'),(669,'qbehaviour_missing','version','2018120300'),(670,'qformat_aiken','version','2018120300'),(671,'qformat_blackboard_six','version','2018120300'),(672,'qformat_examview','version','2018120300'),(673,'qformat_gift','version','2018120300'),(674,'qformat_missingword','version','2018120300'),(675,'qformat_multianswer','version','2018120300'),(676,'qformat_webct','version','2018120300'),(677,'qformat_xhtml','version','2018120300'),(678,'qformat_xml','version','2018120300'),(679,'tool_analytics','version','2018120300'),(681,'tool_availabilityconditions','version','2018120300'),(682,'tool_behat','version','2018120300'),(683,'tool_capability','version','2018120300'),(684,'tool_cohortroles','version','2018120300'),(685,'tool_customlang','version','2018120300'),(687,'tool_dataprivacy','version','2018120300'),(688,'message','airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_permitted','permitted'),(689,'message','email_provider_tool_dataprivacy_contactdataprotectionofficer_permitted','permitted'),(690,'message','jabber_provider_tool_dataprivacy_contactdataprotectionofficer_permitted','permitted'),(691,'message','popup_provider_tool_dataprivacy_contactdataprotectionofficer_permitted','permitted'),(692,'message','message_provider_tool_dataprivacy_contactdataprotectionofficer_loggedin','email,popup'),(693,'message','message_provider_tool_dataprivacy_contactdataprotectionofficer_loggedoff','email,popup'),(694,'message','airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_permitted','permitted'),(695,'message','email_provider_tool_dataprivacy_datarequestprocessingresults_permitted','permitted'),(696,'message','jabber_provider_tool_dataprivacy_datarequestprocessingresults_permitted','permitted'),(697,'message','popup_provider_tool_dataprivacy_datarequestprocessingresults_permitted','permitted'),(698,'message','message_provider_tool_dataprivacy_datarequestprocessingresults_loggedin','email,popup'),(699,'message','message_provider_tool_dataprivacy_datarequestprocessingresults_loggedoff','email,popup'),(700,'message','airnotifier_provider_tool_dataprivacy_notifyexceptions_permitted','permitted'),(701,'message','email_provider_tool_dataprivacy_notifyexceptions_permitted','permitted'),(702,'message','jabber_provider_tool_dataprivacy_notifyexceptions_permitted','permitted'),(703,'message','popup_provider_tool_dataprivacy_notifyexceptions_permitted','permitted'),(704,'message','message_provider_tool_dataprivacy_notifyexceptions_loggedin','email'),(705,'message','message_provider_tool_dataprivacy_notifyexceptions_loggedoff','email'),(706,'tool_dbtransfer','version','2018120300'),(707,'tool_filetypes','version','2018120300'),(708,'tool_generator','version','2018120300'),(709,'tool_health','version','2018120300'),(710,'tool_httpsreplace','version','2018120300'),(711,'tool_innodb','version','2018120300'),(712,'tool_installaddon','version','2018120300'),(713,'tool_langimport','version','2018120300'),(714,'tool_log','version','2018120300'),(716,'tool_log','enabled_stores','logstore_standard'),(717,'tool_lp','version','2018120300'),(718,'tool_lpimportcsv','version','2018120300'),(719,'tool_lpmigrate','version','2018120300'),(720,'tool_messageinbound','version','2018120300'),(721,'message','airnotifier_provider_tool_messageinbound_invalidrecipienthandler_permitted','permitted'),(722,'message','email_provider_tool_messageinbound_invalidrecipienthandler_permitted','permitted'),(723,'message','jabber_provider_tool_messageinbound_invalidrecipienthandler_permitted','permitted'),(724,'message','popup_provider_tool_messageinbound_invalidrecipienthandler_permitted','permitted'),(725,'message','message_provider_tool_messageinbound_invalidrecipienthandler_loggedin','email'),(726,'message','message_provider_tool_messageinbound_invalidrecipienthandler_loggedoff','email'),(727,'message','airnotifier_provider_tool_messageinbound_messageprocessingerror_permitted','permitted'),(728,'message','email_provider_tool_messageinbound_messageprocessingerror_permitted','permitted'),(729,'message','jabber_provider_tool_messageinbound_messageprocessingerror_permitted','permitted'),(730,'message','popup_provider_tool_messageinbound_messageprocessingerror_permitted','permitted'),(731,'message','message_provider_tool_messageinbound_messageprocessingerror_loggedin','email'),(732,'message','message_provider_tool_messageinbound_messageprocessingerror_loggedoff','email'),(733,'message','airnotifier_provider_tool_messageinbound_messageprocessingsuccess_permitted','permitted'),(734,'message','email_provider_tool_messageinbound_messageprocessingsuccess_permitted','permitted'),(735,'message','jabber_provider_tool_messageinbound_messageprocessingsuccess_permitted','permitted'),(736,'message','popup_provider_tool_messageinbound_messageprocessingsuccess_permitted','permitted'),(737,'message','message_provider_tool_messageinbound_messageprocessingsuccess_loggedin','email'),(738,'message','message_provider_tool_messageinbound_messageprocessingsuccess_loggedoff','email'),(739,'tool_mobile','version','2018120300'),(740,'tool_monitor','version','2018120300'),(741,'message','airnotifier_provider_tool_monitor_notification_permitted','permitted'),(742,'message','email_provider_tool_monitor_notification_permitted','permitted'),(743,'message','jabber_provider_tool_monitor_notification_permitted','permitted'),(744,'message','popup_provider_tool_monitor_notification_permitted','permitted'),(745,'message','message_provider_tool_monitor_notification_loggedin','email'),(746,'message','message_provider_tool_monitor_notification_loggedoff','email'),(747,'tool_multilangupgrade','version','2018120300'),(748,'tool_oauth2','version','2018120300'),(749,'tool_phpunit','version','2018120300'),(750,'tool_policy','version','2018120300'),(751,'tool_profiling','version','2018120300'),(752,'tool_recyclebin','version','2018120300'),(753,'tool_replace','version','2018120300'),(754,'tool_spamcleaner','version','2018120300'),(755,'tool_task','version','2018120300'),(756,'tool_templatelibrary','version','2018120300'),(757,'tool_unsuproles','version','2018120300'),(759,'tool_uploadcourse','version','2018120300'),(760,'tool_uploaduser','version','2018120300'),(761,'tool_usertours','version','2018120300'),(763,'tool_xmldb','version','2018120300'),(764,'cachestore_apcu','version','2018120300'),(765,'cachestore_file','version','2018120300'),(767,'cachestore_memcached','version','2018120300'),(768,'cachestore_mongodb','version','2018120300'),(769,'cachestore_redis','version','2018120300'),(770,'cachestore_session','version','2018120300'),(771,'cachestore_static','version','2018120300'),(772,'cachelock_file','version','2018120300'),(773,'fileconverter_googledrive','version','2018120300'),(774,'fileconverter_unoconv','version','2018120300'),(776,'theme_boost','version','2018120300'),(777,'theme_bootstrapbase','version','2018120300'),(778,'theme_clean','version','2018120300'),(779,'theme_more','version','2018120300'),(781,'assignsubmission_comments','version','2018120300'),(783,'assignsubmission_file','sortorder','1'),(784,'assignsubmission_comments','sortorder','2'),(785,'assignsubmission_onlinetext','sortorder','0'),(786,'assignsubmission_file','version','2018120300'),(787,'assignsubmission_onlinetext','version','2018120300'),(789,'assignfeedback_comments','version','2018120300'),(791,'assignfeedback_comments','sortorder','0'),(792,'assignfeedback_editpdf','sortorder','1'),(793,'assignfeedback_file','sortorder','3'),(794,'assignfeedback_offline','sortorder','2'),(795,'assignfeedback_editpdf','version','2018120300'),(797,'assignfeedback_file','version','2018120300'),(799,'assignfeedback_offline','version','2018120300'),(800,'assignment_offline','version','2018120300'),(801,'assignment_online','version','2018120300'),(802,'assignment_upload','version','2018120300'),(803,'assignment_uploadsingle','version','2018120300'),(804,'booktool_exportimscp','version','2018120300'),(805,'booktool_importhtml','version','2018120300'),(806,'booktool_print','version','2018120300'),(807,'datafield_checkbox','version','2018120300'),(808,'datafield_date','version','2018120300'),(809,'datafield_file','version','2018120300'),(810,'datafield_latlong','version','2018120300'),(811,'datafield_menu','version','2018120300'),(812,'datafield_multimenu','version','2018120300'),(813,'datafield_number','version','2018120300'),(814,'datafield_picture','version','2018120300'),(815,'datafield_radiobutton','version','2018120300'),(816,'datafield_text','version','2018120300'),(817,'datafield_textarea','version','2018120300'),(818,'datafield_url','version','2018120300'),(819,'datapreset_imagegallery','version','2018120300'),(820,'ltiservice_gradebookservices','version','2018120300'),(821,'ltiservice_memberships','version','2018120300'),(822,'ltiservice_profile','version','2018120300'),(823,'ltiservice_toolproxy','version','2018120300'),(824,'ltiservice_toolsettings','version','2018120300'),(825,'quiz_grading','version','2018120300'),(827,'quiz_overview','version','2018120300'),(829,'quiz_responses','version','2018120300'),(831,'quiz_statistics','version','2018120300'),(833,'quizaccess_delaybetweenattempts','version','2018120300'),(834,'quizaccess_ipaddress','version','2018120300'),(835,'quizaccess_numattempts','version','2018120300'),(836,'quizaccess_offlineattempts','version','2018120300'),(837,'quizaccess_openclosedate','version','2018120300'),(838,'quizaccess_password','version','2018120300'),(839,'quizaccess_safebrowser','version','2018120300'),(840,'quizaccess_securewindow','version','2018120300'),(841,'quizaccess_timelimit','version','2018120300'),(842,'scormreport_basic','version','2018120300'),(843,'scormreport_graphs','version','2018120300'),(844,'scormreport_interactions','version','2018120300'),(845,'scormreport_objectives','version','2018120300'),(846,'workshopform_accumulative','version','2018120300'),(848,'workshopform_comments','version','2018120300'),(850,'workshopform_numerrors','version','2018120300'),(852,'workshopform_rubric','version','2018120300'),(854,'workshopallocation_manual','version','2018120300'),(855,'workshopallocation_random','version','2018120300'),(856,'workshopallocation_scheduled','version','2018120300'),(857,'workshopeval_best','version','2018120300'),(858,'atto_accessibilitychecker','version','2018120300'),(859,'atto_accessibilityhelper','version','2018120300'),(860,'atto_align','version','2018120300'),(861,'atto_backcolor','version','2018120300'),(862,'atto_bold','version','2018120300'),(863,'atto_charmap','version','2018120300'),(864,'atto_clear','version','2018120300'),(865,'atto_collapse','version','2018120300'),(866,'atto_emoticon','version','2018120300'),(867,'atto_equation','version','2018120300'),(868,'atto_fontcolor','version','2018120300'),(869,'atto_html','version','2018120300'),(870,'atto_image','version','2018120300'),(871,'atto_indent','version','2018120300'),(872,'atto_italic','version','2018120300'),(873,'atto_link','version','2018120300'),(874,'atto_managefiles','version','2018120300'),(875,'atto_media','version','2018120300'),(876,'atto_noautolink','version','2018120300'),(877,'atto_orderedlist','version','2018120300'),(878,'atto_recordrtc','version','2018120300'),(879,'atto_rtl','version','2018120300'),(880,'atto_strike','version','2018120300'),(881,'atto_subscript','version','2018120300'),(882,'atto_superscript','version','2018120300'),(883,'atto_table','version','2018120300'),(884,'atto_title','version','2018120300'),(885,'atto_underline','version','2018120300'),(886,'atto_undo','version','2018120300'),(887,'atto_unorderedlist','version','2018120300'),(888,'tinymce_ctrlhelp','version','2018120300'),(889,'tinymce_managefiles','version','2018120300'),(890,'tinymce_moodleemoticon','version','2018120300'),(891,'tinymce_moodleimage','version','2018120300'),(892,'tinymce_moodlemedia','version','2018120300'),(893,'tinymce_moodlenolink','version','2018120300'),(894,'tinymce_pdw','version','2018120300'),(895,'tinymce_spellchecker','version','2018120300'),(897,'tinymce_wrap','version','2018120300'),(898,'logstore_database','version','2018120300'),(899,'logstore_legacy','version','2018120300'),(900,'logstore_standard','version','2018120300'),(901,'tool_dataprivacy','contactdataprotectionofficer','0'),(902,'tool_dataprivacy','automaticdeletionrequests','0'),(903,'tool_dataprivacy','privacyrequestexpiry','604800'),(904,'tool_dataprivacy','requireallenddatesforuserdeletion','1'),(905,'tool_dataprivacy','showdataretentionsummary','1'),(906,'tool_log','exportlog','1'),(907,'analytics','logstore','logstore_standard'),(908,'assign','feedback_plugin_for_gradebook','assignfeedback_comments'),(909,'assign','showrecentsubmissions','0'),(910,'assign','submissionreceipts','1'),(911,'assign','submissionstatement','This assignment is my own work, except where I have acknowledged the use of the works of other people.'),(912,'assign','maxperpage','-1'),(913,'assign','alwaysshowdescription','1'),(914,'assign','alwaysshowdescription_adv',''),(915,'assign','alwaysshowdescription_locked',''),(916,'assign','allowsubmissionsfromdate','0'),(917,'assign','allowsubmissionsfromdate_enabled','1'),(918,'assign','allowsubmissionsfromdate_adv',''),(919,'assign','duedate','604800'),(920,'assign','duedate_enabled','1'),(921,'assign','duedate_adv',''),(922,'assign','cutoffdate','1209600'),(923,'assign','cutoffdate_enabled',''),(924,'assign','cutoffdate_adv',''),(925,'assign','gradingduedate','1209600'),(926,'assign','gradingduedate_enabled','1'),(927,'assign','gradingduedate_adv',''),(928,'assign','submissiondrafts','0'),(929,'assign','submissiondrafts_adv',''),(930,'assign','submissiondrafts_locked',''),(931,'assign','requiresubmissionstatement','0'),(932,'assign','requiresubmissionstatement_adv',''),(933,'assign','requiresubmissionstatement_locked',''),(934,'assign','attemptreopenmethod','none'),(935,'assign','attemptreopenmethod_adv',''),(936,'assign','attemptreopenmethod_locked',''),(937,'assign','maxattempts','-1'),(938,'assign','maxattempts_adv',''),(939,'assign','maxattempts_locked',''),(940,'assign','teamsubmission','0'),(941,'assign','teamsubmission_adv',''),(942,'assign','teamsubmission_locked',''),(943,'assign','preventsubmissionnotingroup','0'),(944,'assign','preventsubmissionnotingroup_adv',''),(945,'assign','preventsubmissionnotingroup_locked',''),(946,'assign','requireallteammemberssubmit','0'),(947,'assign','requireallteammemberssubmit_adv',''),(948,'assign','requireallteammemberssubmit_locked',''),(949,'assign','teamsubmissiongroupingid',''),(950,'assign','teamsubmissiongroupingid_adv',''),(951,'assign','sendnotifications','0'),(952,'assign','sendnotifications_adv',''),(953,'assign','sendnotifications_locked',''),(954,'assign','sendlatenotifications','0'),(955,'assign','sendlatenotifications_adv',''),(956,'assign','sendlatenotifications_locked',''),(957,'assign','sendstudentnotifications','1'),(958,'assign','sendstudentnotifications_adv',''),(959,'assign','sendstudentnotifications_locked',''),(960,'assign','blindmarking','0'),(961,'assign','blindmarking_adv',''),(962,'assign','blindmarking_locked',''),(963,'assign','markingworkflow','0'),(964,'assign','markingworkflow_adv',''),(965,'assign','markingworkflow_locked',''),(966,'assign','markingallocation','0'),(967,'assign','markingallocation_adv',''),(968,'assign','markingallocation_locked',''),(969,'assignsubmission_file','default','1'),(970,'assignsubmission_file','maxfiles','20'),(971,'assignsubmission_file','filetypes',''),(972,'assignsubmission_file','maxbytes','0'),(973,'assignsubmission_onlinetext','default','0'),(974,'assignfeedback_comments','default','1'),(975,'assignfeedback_comments','inline','0'),(976,'assignfeedback_comments','inline_adv',''),(977,'assignfeedback_comments','inline_locked',''),(978,'assignfeedback_editpdf','default','1'),(979,'assignfeedback_editpdf','stamps',''),(980,'assignfeedback_file','default','0'),(981,'assignfeedback_offline','default','0'),(982,'book','numberingoptions','0,1,2,3'),(983,'book','navoptions','0,1,2'),(984,'book','numbering','1'),(985,'book','navstyle','1'),(986,'resource','framesize','130'),(987,'resource','displayoptions','0,1,4,5,6'),(988,'resource','printintro','1'),(989,'resource','display','0'),(990,'resource','showsize','0'),(991,'resource','showtype','0'),(992,'resource','showdate','0'),(993,'resource','popupwidth','620'),(994,'resource','popupheight','450'),(995,'resource','filterfiles','0'),(996,'folder','showexpanded','1'),(997,'folder','maxsizetodownload','0'),(998,'imscp','keepold','1'),(999,'imscp','keepold_adv',''),(1000,'label','dndmedia','1'),(1001,'label','dndresizewidth','400'),(1002,'label','dndresizeheight','400'),(1003,'mod_lesson','mediafile',''),(1004,'mod_lesson','mediafile_adv','1'),(1005,'mod_lesson','mediawidth','640'),(1006,'mod_lesson','mediaheight','480'),(1007,'mod_lesson','mediaclose','0'),(1008,'mod_lesson','progressbar','0'),(1009,'mod_lesson','progressbar_adv',''),(1010,'mod_lesson','ongoing','0'),(1011,'mod_lesson','ongoing_adv','1'),(1012,'mod_lesson','displayleftmenu','0'),(1013,'mod_lesson','displayleftmenu_adv',''),(1014,'mod_lesson','displayleftif','0'),(1015,'mod_lesson','displayleftif_adv','1'),(1016,'mod_lesson','slideshow','0'),(1017,'mod_lesson','slideshow_adv','1'),(1018,'mod_lesson','slideshowwidth','640'),(1019,'mod_lesson','slideshowheight','480'),(1020,'mod_lesson','slideshowbgcolor','#FFFFFF'),(1021,'mod_lesson','maxanswers','5'),(1022,'mod_lesson','maxanswers_adv','1'),(1023,'mod_lesson','defaultfeedback','0'),(1024,'mod_lesson','defaultfeedback_adv','1'),(1025,'mod_lesson','activitylink',''),(1026,'mod_lesson','activitylink_adv','1'),(1027,'mod_lesson','timelimit','0'),(1028,'mod_lesson','timelimit_adv',''),(1029,'mod_lesson','password','0'),(1030,'mod_lesson','password_adv','1'),(1031,'mod_lesson','modattempts','0'),(1032,'mod_lesson','modattempts_adv',''),(1033,'mod_lesson','displayreview','0'),(1034,'mod_lesson','displayreview_adv',''),(1035,'mod_lesson','maximumnumberofattempts','1'),(1036,'mod_lesson','maximumnumberofattempts_adv',''),(1037,'mod_lesson','defaultnextpage','0'),(1038,'mod_lesson','defaultnextpage_adv','1'),(1039,'mod_lesson','numberofpagestoshow','1'),(1040,'mod_lesson','numberofpagestoshow_adv','1'),(1041,'mod_lesson','practice','0'),(1042,'mod_lesson','practice_adv',''),(1043,'mod_lesson','customscoring','1'),(1044,'mod_lesson','customscoring_adv','1'),(1045,'mod_lesson','retakesallowed','0'),(1046,'mod_lesson','retakesallowed_adv',''),(1047,'mod_lesson','handlingofretakes','0'),(1048,'mod_lesson','handlingofretakes_adv','1'),(1049,'mod_lesson','minimumnumberofquestions','0'),(1050,'mod_lesson','minimumnumberofquestions_adv','1'),(1051,'page','displayoptions','5'),(1052,'page','printheading','1'),(1053,'page','printintro','0'),(1054,'page','display','5'),(1055,'page','popupwidth','620'),(1056,'page','popupheight','450'),(1057,'quiz','timelimit','0'),(1058,'quiz','timelimit_adv',''),(1059,'quiz','overduehandling','autosubmit'),(1060,'quiz','overduehandling_adv',''),(1061,'quiz','graceperiod','86400'),(1062,'quiz','graceperiod_adv',''),(1063,'quiz','graceperiodmin','60'),(1064,'quiz','attempts','0'),(1065,'quiz','attempts_adv',''),(1066,'quiz','grademethod','1'),(1067,'quiz','grademethod_adv',''),(1068,'quiz','maximumgrade','10'),(1069,'quiz','questionsperpage','1'),(1070,'quiz','questionsperpage_adv',''),(1071,'quiz','navmethod','free'),(1072,'quiz','navmethod_adv','1'),(1073,'quiz','shuffleanswers','1'),(1074,'quiz','shuffleanswers_adv',''),(1075,'quiz','preferredbehaviour','deferredfeedback'),(1076,'quiz','canredoquestions','0'),(1077,'quiz','canredoquestions_adv','1'),(1078,'quiz','attemptonlast','0'),(1079,'quiz','attemptonlast_adv','1'),(1080,'quiz','reviewattempt','69904'),(1081,'quiz','reviewcorrectness','69904'),(1082,'quiz','reviewmarks','69904'),(1083,'quiz','reviewspecificfeedback','69904'),(1084,'quiz','reviewgeneralfeedback','69904'),(1085,'quiz','reviewrightanswer','69904'),(1086,'quiz','reviewoverallfeedback','4368'),(1087,'quiz','showuserpicture','0'),(1088,'quiz','showuserpicture_adv',''),(1089,'quiz','decimalpoints','2'),(1090,'quiz','decimalpoints_adv',''),(1091,'quiz','questiondecimalpoints','-1'),(1092,'quiz','questiondecimalpoints_adv','1'),(1093,'quiz','showblocks','0'),(1094,'quiz','showblocks_adv','1'),(1095,'quiz','password',''),(1096,'quiz','password_adv',''),(1097,'quiz','subnet',''),(1098,'quiz','subnet_adv','1'),(1099,'quiz','delay1','0'),(1100,'quiz','delay1_adv','1'),(1101,'quiz','delay2','0'),(1102,'quiz','delay2_adv','1'),(1103,'quiz','browsersecurity','-'),(1104,'quiz','browsersecurity_adv','1'),(1105,'quiz','initialnumfeedbacks','2'),(1106,'quiz','autosaveperiod','60'),(1107,'scorm','displaycoursestructure','0'),(1108,'scorm','displaycoursestructure_adv',''),(1109,'scorm','popup','0'),(1110,'scorm','popup_adv',''),(1111,'scorm','displayactivityname','1'),(1112,'scorm','framewidth','100'),(1113,'scorm','framewidth_adv','1'),(1114,'scorm','frameheight','500'),(1115,'scorm','frameheight_adv','1'),(1116,'scorm','winoptgrp_adv','1'),(1117,'scorm','scrollbars','0'),(1118,'scorm','directories','0'),(1119,'scorm','location','0'),(1120,'scorm','menubar','0'),(1121,'scorm','toolbar','0'),(1122,'scorm','status','0'),(1123,'scorm','skipview','0'),(1124,'scorm','skipview_adv','1'),(1125,'scorm','hidebrowse','0'),(1126,'scorm','hidebrowse_adv','1'),(1127,'scorm','hidetoc','0'),(1128,'scorm','hidetoc_adv','1'),(1129,'scorm','nav','1'),(1130,'scorm','nav_adv','1'),(1131,'scorm','navpositionleft','-100'),(1132,'scorm','navpositionleft_adv','1'),(1133,'scorm','navpositiontop','-100'),(1134,'scorm','navpositiontop_adv','1'),(1135,'scorm','collapsetocwinsize','767'),(1136,'scorm','collapsetocwinsize_adv','1'),(1137,'scorm','displayattemptstatus','1'),(1138,'scorm','displayattemptstatus_adv',''),(1139,'scorm','grademethod','1'),(1140,'scorm','maxgrade','100'),(1141,'scorm','maxattempt','0'),(1142,'scorm','whatgrade','0'),(1143,'scorm','forcecompleted','0'),(1144,'scorm','forcenewattempt','0'),(1145,'scorm','autocommit','0'),(1146,'scorm','masteryoverride','1'),(1147,'scorm','lastattemptlock','0'),(1148,'scorm','auto','0'),(1149,'scorm','updatefreq','0'),(1150,'scorm','scormstandard','0'),(1151,'scorm','allowtypeexternal','0'),(1152,'scorm','allowtypelocalsync','0'),(1153,'scorm','allowtypeexternalaicc','0'),(1154,'scorm','allowaicchacp','0'),(1155,'scorm','aicchacptimeout','30'),(1156,'scorm','aicchacpkeepsessiondata','1'),(1157,'scorm','aiccuserid','1'),(1158,'scorm','forcejavascript','1'),(1159,'scorm','allowapidebug','0'),(1160,'scorm','apidebugmask','.*'),(1161,'scorm','protectpackagedownloads','0'),(1162,'url','framesize','130'),(1163,'url','secretphrase',''),(1164,'url','rolesinparams','0'),(1165,'url','displayoptions','0,1,5,6'),(1166,'url','printintro','1'),(1167,'url','display','0'),(1168,'url','popupwidth','620'),(1169,'url','popupheight','450'),(1170,'workshop','grade','80'),(1171,'workshop','gradinggrade','20'),(1172,'workshop','gradedecimals','0'),(1173,'workshop','maxbytes','0'),(1174,'workshop','strategy','accumulative'),(1175,'workshop','examplesmode','0'),(1176,'workshopallocation_random','numofreviews','5'),(1177,'workshopform_numerrors','grade0','No'),(1178,'workshopform_numerrors','grade1','Yes'),(1179,'workshopeval_best','comparison','5'),(1180,'tool_recyclebin','coursebinenable','1'),(1181,'tool_recyclebin','coursebinexpiry','604800'),(1182,'tool_recyclebin','categorybinenable','1'),(1183,'tool_recyclebin','categorybinexpiry','604800'),(1184,'tool_recyclebin','autohide','1'),(1185,'antivirus_clamav','runningmethod','commandline'),(1186,'antivirus_clamav','pathtoclam',''),(1187,'antivirus_clamav','pathtounixsocket',''),(1188,'antivirus_clamav','clamfailureonupload','donothing'),(1189,'auth_cas','field_map_firstname',''),(1190,'auth_cas','field_updatelocal_firstname','oncreate'),(1191,'auth_cas','field_updateremote_firstname','0'),(1192,'auth_cas','field_lock_firstname','unlocked'),(1193,'auth_cas','field_map_lastname',''),(1194,'auth_cas','field_updatelocal_lastname','oncreate'),(1195,'auth_cas','field_updateremote_lastname','0'),(1196,'auth_cas','field_lock_lastname','unlocked'),(1197,'auth_cas','field_map_email',''),(1198,'auth_cas','field_updatelocal_email','oncreate'),(1199,'auth_cas','field_updateremote_email','0'),(1200,'auth_cas','field_lock_email','unlocked'),(1201,'auth_cas','field_map_city',''),(1202,'auth_cas','field_updatelocal_city','oncreate'),(1203,'auth_cas','field_updateremote_city','0'),(1204,'auth_cas','field_lock_city','unlocked'),(1205,'auth_cas','field_map_country',''),(1206,'auth_cas','field_updatelocal_country','oncreate'),(1207,'auth_cas','field_updateremote_country','0'),(1208,'auth_cas','field_lock_country','unlocked'),(1209,'auth_cas','field_map_lang',''),(1210,'auth_cas','field_updatelocal_lang','oncreate'),(1211,'auth_cas','field_updateremote_lang','0'),(1212,'auth_cas','field_lock_lang','unlocked'),(1213,'auth_cas','field_map_description',''),(1214,'auth_cas','field_updatelocal_description','oncreate'),(1215,'auth_cas','field_updateremote_description','0'),(1216,'auth_cas','field_lock_description','unlocked'),(1217,'auth_cas','field_map_url',''),(1218,'auth_cas','field_updatelocal_url','oncreate'),(1219,'auth_cas','field_updateremote_url','0'),(1220,'auth_cas','field_lock_url','unlocked'),(1221,'auth_cas','field_map_idnumber',''),(1222,'auth_cas','field_updatelocal_idnumber','oncreate'),(1223,'auth_cas','field_updateremote_idnumber','0'),(1224,'auth_cas','field_lock_idnumber','unlocked'),(1225,'auth_cas','field_map_institution',''),(1226,'auth_cas','field_updatelocal_institution','oncreate'),(1227,'auth_cas','field_updateremote_institution','0'),(1228,'auth_cas','field_lock_institution','unlocked'),(1229,'auth_cas','field_map_department',''),(1230,'auth_cas','field_updatelocal_department','oncreate'),(1231,'auth_cas','field_updateremote_department','0'),(1232,'auth_cas','field_lock_department','unlocked'),(1233,'auth_cas','field_map_phone1',''),(1234,'auth_cas','field_updatelocal_phone1','oncreate'),(1235,'auth_cas','field_updateremote_phone1','0'),(1236,'auth_cas','field_lock_phone1','unlocked'),(1237,'auth_cas','field_map_phone2',''),(1238,'auth_cas','field_updatelocal_phone2','oncreate'),(1239,'auth_cas','field_updateremote_phone2','0'),(1240,'auth_cas','field_lock_phone2','unlocked'),(1241,'auth_cas','field_map_address',''),(1242,'auth_cas','field_updatelocal_address','oncreate'),(1243,'auth_cas','field_updateremote_address','0'),(1244,'auth_cas','field_lock_address','unlocked'),(1245,'auth_cas','field_map_firstnamephonetic',''),(1246,'auth_cas','field_updatelocal_firstnamephonetic','oncreate'),(1247,'auth_cas','field_updateremote_firstnamephonetic','0'),(1248,'auth_cas','field_lock_firstnamephonetic','unlocked'),(1249,'auth_cas','field_map_lastnamephonetic',''),(1250,'auth_cas','field_updatelocal_lastnamephonetic','oncreate'),(1251,'auth_cas','field_updateremote_lastnamephonetic','0'),(1252,'auth_cas','field_lock_lastnamephonetic','unlocked'),(1253,'auth_cas','field_map_middlename',''),(1254,'auth_cas','field_updatelocal_middlename','oncreate'),(1255,'auth_cas','field_updateremote_middlename','0'),(1256,'auth_cas','field_lock_middlename','unlocked'),(1257,'auth_cas','field_map_alternatename',''),(1258,'auth_cas','field_updatelocal_alternatename','oncreate'),(1259,'auth_cas','field_updateremote_alternatename','0'),(1260,'auth_cas','field_lock_alternatename','unlocked'),(1261,'auth_email','recaptcha','0'),(1262,'auth_email','field_lock_firstname','unlocked'),(1263,'auth_email','field_lock_lastname','unlocked'),(1264,'auth_email','field_lock_email','unlocked'),(1265,'auth_email','field_lock_city','unlocked'),(1266,'auth_email','field_lock_country','unlocked'),(1267,'auth_email','field_lock_lang','unlocked'),(1268,'auth_email','field_lock_description','unlocked'),(1269,'auth_email','field_lock_url','unlocked'),(1270,'auth_email','field_lock_idnumber','unlocked'),(1271,'auth_email','field_lock_institution','unlocked'),(1272,'auth_email','field_lock_department','unlocked'),(1273,'auth_email','field_lock_phone1','unlocked'),(1274,'auth_email','field_lock_phone2','unlocked'),(1275,'auth_email','field_lock_address','unlocked'),(1276,'auth_email','field_lock_firstnamephonetic','unlocked'),(1277,'auth_email','field_lock_lastnamephonetic','unlocked'),(1278,'auth_email','field_lock_middlename','unlocked'),(1279,'auth_email','field_lock_alternatename','unlocked'),(1280,'auth_db','host','127.0.0.1'),(1281,'auth_db','type','mysqli'),(1282,'auth_db','sybasequoting','0'),(1283,'auth_db','name',''),(1284,'auth_db','user',''),(1285,'auth_db','pass',''),(1286,'auth_db','table',''),(1287,'auth_db','fielduser',''),(1288,'auth_db','fieldpass',''),(1289,'auth_db','passtype','plaintext'),(1290,'auth_db','extencoding','utf-8'),(1291,'auth_db','setupsql',''),(1292,'auth_db','debugauthdb','0'),(1293,'auth_db','changepasswordurl',''),(1294,'auth_db','removeuser','0'),(1295,'auth_db','updateusers','0'),(1296,'auth_db','field_map_firstname',''),(1297,'auth_db','field_updatelocal_firstname','oncreate'),(1298,'auth_db','field_updateremote_firstname','0'),(1299,'auth_db','field_lock_firstname','unlocked'),(1300,'auth_db','field_map_lastname',''),(1301,'auth_db','field_updatelocal_lastname','oncreate'),(1302,'auth_db','field_updateremote_lastname','0'),(1303,'auth_db','field_lock_lastname','unlocked'),(1304,'auth_db','field_map_email',''),(1305,'auth_db','field_updatelocal_email','oncreate'),(1306,'auth_db','field_updateremote_email','0'),(1307,'auth_db','field_lock_email','unlocked'),(1308,'auth_db','field_map_city',''),(1309,'auth_db','field_updatelocal_city','oncreate'),(1310,'auth_db','field_updateremote_city','0'),(1311,'auth_db','field_lock_city','unlocked'),(1312,'auth_db','field_map_country',''),(1313,'auth_db','field_updatelocal_country','oncreate'),(1314,'auth_db','field_updateremote_country','0'),(1315,'auth_db','field_lock_country','unlocked'),(1316,'auth_db','field_map_lang',''),(1317,'auth_db','field_updatelocal_lang','oncreate'),(1318,'auth_db','field_updateremote_lang','0'),(1319,'auth_db','field_lock_lang','unlocked'),(1320,'auth_db','field_map_description',''),(1321,'auth_db','field_updatelocal_description','oncreate'),(1322,'auth_db','field_updateremote_description','0'),(1323,'auth_db','field_lock_description','unlocked'),(1324,'auth_db','field_map_url',''),(1325,'auth_db','field_updatelocal_url','oncreate'),(1326,'auth_db','field_updateremote_url','0'),(1327,'auth_db','field_lock_url','unlocked'),(1328,'auth_db','field_map_idnumber',''),(1329,'auth_db','field_updatelocal_idnumber','oncreate'),(1330,'auth_db','field_updateremote_idnumber','0'),(1331,'auth_db','field_lock_idnumber','unlocked'),(1332,'auth_db','field_map_institution',''),(1333,'auth_db','field_updatelocal_institution','oncreate'),(1334,'auth_db','field_updateremote_institution','0'),(1335,'auth_db','field_lock_institution','unlocked'),(1336,'auth_db','field_map_department',''),(1337,'auth_db','field_updatelocal_department','oncreate'),(1338,'auth_db','field_updateremote_department','0'),(1339,'auth_db','field_lock_department','unlocked'),(1340,'auth_db','field_map_phone1',''),(1341,'auth_db','field_updatelocal_phone1','oncreate'),(1342,'auth_db','field_updateremote_phone1','0'),(1343,'auth_db','field_lock_phone1','unlocked'),(1344,'auth_db','field_map_phone2',''),(1345,'auth_db','field_updatelocal_phone2','oncreate'),(1346,'auth_db','field_updateremote_phone2','0'),(1347,'auth_db','field_lock_phone2','unlocked'),(1348,'auth_db','field_map_address',''),(1349,'auth_db','field_updatelocal_address','oncreate'),(1350,'auth_db','field_updateremote_address','0'),(1351,'auth_db','field_lock_address','unlocked'),(1352,'auth_db','field_map_firstnamephonetic',''),(1353,'auth_db','field_updatelocal_firstnamephonetic','oncreate'),(1354,'auth_db','field_updateremote_firstnamephonetic','0'),(1355,'auth_db','field_lock_firstnamephonetic','unlocked'),(1356,'auth_db','field_map_lastnamephonetic',''),(1357,'auth_db','field_updatelocal_lastnamephonetic','oncreate'),(1358,'auth_db','field_updateremote_lastnamephonetic','0'),(1359,'auth_db','field_lock_lastnamephonetic','unlocked'),(1360,'auth_db','field_map_middlename',''),(1361,'auth_db','field_updatelocal_middlename','oncreate'),(1362,'auth_db','field_updateremote_middlename','0'),(1363,'auth_db','field_lock_middlename','unlocked'),(1364,'auth_db','field_map_alternatename',''),(1365,'auth_db','field_updatelocal_alternatename','oncreate'),(1366,'auth_db','field_updateremote_alternatename','0'),(1367,'auth_db','field_lock_alternatename','unlocked'),(1368,'auth_ldap','field_map_firstname',''),(1369,'auth_ldap','field_updatelocal_firstname','oncreate'),(1370,'auth_ldap','field_updateremote_firstname','0'),(1371,'auth_ldap','field_lock_firstname','unlocked'),(1372,'auth_ldap','field_map_lastname',''),(1373,'auth_ldap','field_updatelocal_lastname','oncreate'),(1374,'auth_ldap','field_updateremote_lastname','0'),(1375,'auth_ldap','field_lock_lastname','unlocked'),(1376,'auth_ldap','field_map_email',''),(1377,'auth_ldap','field_updatelocal_email','oncreate'),(1378,'auth_ldap','field_updateremote_email','0'),(1379,'auth_ldap','field_lock_email','unlocked'),(1380,'auth_ldap','field_map_city',''),(1381,'auth_ldap','field_updatelocal_city','oncreate'),(1382,'auth_ldap','field_updateremote_city','0'),(1383,'auth_ldap','field_lock_city','unlocked'),(1384,'auth_ldap','field_map_country',''),(1385,'auth_ldap','field_updatelocal_country','oncreate'),(1386,'auth_ldap','field_updateremote_country','0'),(1387,'auth_ldap','field_lock_country','unlocked'),(1388,'auth_ldap','field_map_lang',''),(1389,'auth_ldap','field_updatelocal_lang','oncreate'),(1390,'auth_ldap','field_updateremote_lang','0'),(1391,'auth_ldap','field_lock_lang','unlocked'),(1392,'auth_ldap','field_map_description',''),(1393,'auth_ldap','field_updatelocal_description','oncreate'),(1394,'auth_ldap','field_updateremote_description','0'),(1395,'auth_ldap','field_lock_description','unlocked'),(1396,'auth_ldap','field_map_url',''),(1397,'auth_ldap','field_updatelocal_url','oncreate'),(1398,'auth_ldap','field_updateremote_url','0'),(1399,'auth_ldap','field_lock_url','unlocked'),(1400,'auth_ldap','field_map_idnumber',''),(1401,'auth_ldap','field_updatelocal_idnumber','oncreate'),(1402,'auth_ldap','field_updateremote_idnumber','0'),(1403,'auth_ldap','field_lock_idnumber','unlocked'),(1404,'auth_ldap','field_map_institution',''),(1405,'auth_ldap','field_updatelocal_institution','oncreate'),(1406,'auth_ldap','field_updateremote_institution','0'),(1407,'auth_ldap','field_lock_institution','unlocked'),(1408,'auth_ldap','field_map_department',''),(1409,'auth_ldap','field_updatelocal_department','oncreate'),(1410,'auth_ldap','field_updateremote_department','0'),(1411,'auth_ldap','field_lock_department','unlocked'),(1412,'auth_ldap','field_map_phone1',''),(1413,'auth_ldap','field_updatelocal_phone1','oncreate'),(1414,'auth_ldap','field_updateremote_phone1','0'),(1415,'auth_ldap','field_lock_phone1','unlocked'),(1416,'auth_ldap','field_map_phone2',''),(1417,'auth_ldap','field_updatelocal_phone2','oncreate'),(1418,'auth_ldap','field_updateremote_phone2','0'),(1419,'auth_ldap','field_lock_phone2','unlocked'),(1420,'auth_ldap','field_map_address',''),(1421,'auth_ldap','field_updatelocal_address','oncreate'),(1422,'auth_ldap','field_updateremote_address','0'),(1423,'auth_ldap','field_lock_address','unlocked'),(1424,'auth_ldap','field_map_firstnamephonetic',''),(1425,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate'),(1426,'auth_ldap','field_updateremote_firstnamephonetic','0'),(1427,'auth_ldap','field_lock_firstnamephonetic','unlocked'),(1428,'auth_ldap','field_map_lastnamephonetic',''),(1429,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate'),(1430,'auth_ldap','field_updateremote_lastnamephonetic','0'),(1431,'auth_ldap','field_lock_lastnamephonetic','unlocked'),(1432,'auth_ldap','field_map_middlename',''),(1433,'auth_ldap','field_updatelocal_middlename','oncreate'),(1434,'auth_ldap','field_updateremote_middlename','0'),(1435,'auth_ldap','field_lock_middlename','unlocked'),(1436,'auth_ldap','field_map_alternatename',''),(1437,'auth_ldap','field_updatelocal_alternatename','oncreate'),(1438,'auth_ldap','field_updateremote_alternatename','0'),(1439,'auth_ldap','field_lock_alternatename','unlocked'),(1440,'auth_manual','expiration','0'),(1441,'auth_manual','expirationtime','30'),(1442,'auth_manual','expiration_warning','0'),(1443,'auth_manual','field_lock_firstname','unlocked'),(1444,'auth_manual','field_lock_lastname','unlocked'),(1445,'auth_manual','field_lock_email','unlocked'),(1446,'auth_manual','field_lock_city','unlocked'),(1447,'auth_manual','field_lock_country','unlocked'),(1448,'auth_manual','field_lock_lang','unlocked'),(1449,'auth_manual','field_lock_description','unlocked'),(1450,'auth_manual','field_lock_url','unlocked'),(1451,'auth_manual','field_lock_idnumber','unlocked'),(1452,'auth_manual','field_lock_institution','unlocked'),(1453,'auth_manual','field_lock_department','unlocked'),(1454,'auth_manual','field_lock_phone1','unlocked'),(1455,'auth_manual','field_lock_phone2','unlocked'),(1456,'auth_manual','field_lock_address','unlocked'),(1457,'auth_manual','field_lock_firstnamephonetic','unlocked'),(1458,'auth_manual','field_lock_lastnamephonetic','unlocked'),(1459,'auth_manual','field_lock_middlename','unlocked'),(1460,'auth_manual','field_lock_alternatename','unlocked'),(1461,'auth_mnet','rpc_negotiation_timeout','30'),(1462,'auth_none','field_lock_firstname','unlocked'),(1463,'auth_none','field_lock_lastname','unlocked'),(1464,'auth_none','field_lock_email','unlocked'),(1465,'auth_none','field_lock_city','unlocked'),(1466,'auth_none','field_lock_country','unlocked'),(1467,'auth_none','field_lock_lang','unlocked'),(1468,'auth_none','field_lock_description','unlocked'),(1469,'auth_none','field_lock_url','unlocked'),(1470,'auth_none','field_lock_idnumber','unlocked'),(1471,'auth_none','field_lock_institution','unlocked'),(1472,'auth_none','field_lock_department','unlocked'),(1473,'auth_none','field_lock_phone1','unlocked'),(1474,'auth_none','field_lock_phone2','unlocked'),(1475,'auth_none','field_lock_address','unlocked'),(1476,'auth_none','field_lock_firstnamephonetic','unlocked'),(1477,'auth_none','field_lock_lastnamephonetic','unlocked'),(1478,'auth_none','field_lock_middlename','unlocked'),(1479,'auth_none','field_lock_alternatename','unlocked'),(1480,'auth_oauth2','field_lock_firstname','unlocked'),(1481,'auth_oauth2','field_lock_lastname','unlocked'),(1482,'auth_oauth2','field_lock_email','unlocked'),(1483,'auth_oauth2','field_lock_city','unlocked'),(1484,'auth_oauth2','field_lock_country','unlocked'),(1485,'auth_oauth2','field_lock_lang','unlocked'),(1486,'auth_oauth2','field_lock_description','unlocked'),(1487,'auth_oauth2','field_lock_url','unlocked'),(1488,'auth_oauth2','field_lock_idnumber','unlocked'),(1489,'auth_oauth2','field_lock_institution','unlocked'),(1490,'auth_oauth2','field_lock_department','unlocked'),(1491,'auth_oauth2','field_lock_phone1','unlocked'),(1492,'auth_oauth2','field_lock_phone2','unlocked'),(1493,'auth_oauth2','field_lock_address','unlocked'),(1494,'auth_oauth2','field_lock_firstnamephonetic','unlocked'),(1495,'auth_oauth2','field_lock_lastnamephonetic','unlocked'),(1496,'auth_oauth2','field_lock_middlename','unlocked'),(1497,'auth_oauth2','field_lock_alternatename','unlocked'),(1498,'auth_shibboleth','user_attribute',''),(1499,'auth_shibboleth','convert_data',''),(1500,'auth_shibboleth','alt_login','off'),(1501,'auth_shibboleth','organization_selection','urn:mace:organization1:providerID, Example Organization 1\n https://another.idp-id.com/shibboleth, Other Example Organization, /Shibboleth.sso/DS/SWITCHaai\n urn:mace:organization2:providerID, Example Organization 2, /Shibboleth.sso/WAYF/SWITCHaai'),(1502,'auth_shibboleth','logout_handler',''),(1503,'auth_shibboleth','logout_return_url',''),(1504,'auth_shibboleth','login_name','Shibboleth Login'),(1505,'auth_shibboleth','auth_instructions','Use the Shibboleth login to get access via Shibboleth, if your institution supports it.
Otherwise, use the normal login form shown here.'),(1506,'auth_shibboleth','changepasswordurl',''),(1507,'auth_shibboleth','field_map_firstname',''),(1508,'auth_shibboleth','field_updatelocal_firstname','oncreate'),(1509,'auth_shibboleth','field_lock_firstname','unlocked'),(1510,'auth_shibboleth','field_map_lastname',''),(1511,'auth_shibboleth','field_updatelocal_lastname','oncreate'),(1512,'auth_shibboleth','field_lock_lastname','unlocked'),(1513,'auth_shibboleth','field_map_email',''),(1514,'auth_shibboleth','field_updatelocal_email','oncreate'),(1515,'auth_shibboleth','field_lock_email','unlocked'),(1516,'auth_shibboleth','field_map_city',''),(1517,'auth_shibboleth','field_updatelocal_city','oncreate'),(1518,'auth_shibboleth','field_lock_city','unlocked'),(1519,'auth_shibboleth','field_map_country',''),(1520,'auth_shibboleth','field_updatelocal_country','oncreate'),(1521,'auth_shibboleth','field_lock_country','unlocked'),(1522,'auth_shibboleth','field_map_lang',''),(1523,'auth_shibboleth','field_updatelocal_lang','oncreate'),(1524,'auth_shibboleth','field_lock_lang','unlocked'),(1525,'auth_shibboleth','field_map_description',''),(1526,'auth_shibboleth','field_updatelocal_description','oncreate'),(1527,'auth_shibboleth','field_lock_description','unlocked'),(1528,'auth_shibboleth','field_map_url',''),(1529,'auth_shibboleth','field_updatelocal_url','oncreate'),(1530,'auth_shibboleth','field_lock_url','unlocked'),(1531,'auth_shibboleth','field_map_idnumber',''),(1532,'auth_shibboleth','field_updatelocal_idnumber','oncreate'),(1533,'auth_shibboleth','field_lock_idnumber','unlocked'),(1534,'auth_shibboleth','field_map_institution',''),(1535,'auth_shibboleth','field_updatelocal_institution','oncreate'),(1536,'auth_shibboleth','field_lock_institution','unlocked'),(1537,'auth_shibboleth','field_map_department',''),(1538,'auth_shibboleth','field_updatelocal_department','oncreate'),(1539,'auth_shibboleth','field_lock_department','unlocked'),(1540,'auth_shibboleth','field_map_phone1',''),(1541,'auth_shibboleth','field_updatelocal_phone1','oncreate'),(1542,'auth_shibboleth','field_lock_phone1','unlocked'),(1543,'auth_shibboleth','field_map_phone2',''),(1544,'auth_shibboleth','field_updatelocal_phone2','oncreate'),(1545,'auth_shibboleth','field_lock_phone2','unlocked'),(1546,'auth_shibboleth','field_map_address',''),(1547,'auth_shibboleth','field_updatelocal_address','oncreate'),(1548,'auth_shibboleth','field_lock_address','unlocked'),(1549,'auth_shibboleth','field_map_firstnamephonetic',''),(1550,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate'),(1551,'auth_shibboleth','field_lock_firstnamephonetic','unlocked'),(1552,'auth_shibboleth','field_map_lastnamephonetic',''),(1553,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate'),(1554,'auth_shibboleth','field_lock_lastnamephonetic','unlocked'),(1555,'auth_shibboleth','field_map_middlename',''),(1556,'auth_shibboleth','field_updatelocal_middlename','oncreate'),(1557,'auth_shibboleth','field_lock_middlename','unlocked'),(1558,'auth_shibboleth','field_map_alternatename',''),(1559,'auth_shibboleth','field_updatelocal_alternatename','oncreate'),(1560,'auth_shibboleth','field_lock_alternatename','unlocked'),(1561,'block_activity_results','config_showbest','3'),(1562,'block_activity_results','config_showbest_locked',''),(1563,'block_activity_results','config_showworst','0'),(1564,'block_activity_results','config_showworst_locked',''),(1565,'block_activity_results','config_usegroups','0'),(1566,'block_activity_results','config_usegroups_locked',''),(1567,'block_activity_results','config_nameformat','1'),(1568,'block_activity_results','config_nameformat_locked',''),(1569,'block_activity_results','config_gradeformat','1'),(1570,'block_activity_results','config_gradeformat_locked',''),(1571,'block_activity_results','config_decimalpoints','2'),(1572,'block_activity_results','config_decimalpoints_locked',''),(1573,'block_myoverview','defaulttab','timeline'),(1574,'block_section_links','numsections1','22'),(1575,'block_section_links','incby1','2'),(1576,'block_section_links','numsections2','40'),(1577,'block_section_links','incby2','5'),(1578,'block_tag_youtube','apikey',''),(1579,'format_singleactivity','activitytype','forum'),(1580,'fileconverter_googledrive','issuerid',''),(1581,'enrol_cohort','roleid','5'),(1582,'enrol_cohort','unenrolaction','0'),(1583,'enrol_meta','nosyncroleids',''),(1584,'enrol_meta','syncall','1'),(1585,'enrol_meta','unenrolaction','3'),(1586,'enrol_meta','coursesort','sortorder'),(1587,'enrol_database','dbtype',''),(1588,'enrol_database','dbhost','localhost'),(1589,'enrol_database','dbuser',''),(1590,'enrol_database','dbpass',''),(1591,'enrol_database','dbname',''),(1592,'enrol_database','dbencoding','utf-8'),(1593,'enrol_database','dbsetupsql',''),(1594,'enrol_database','dbsybasequoting','0'),(1595,'enrol_database','debugdb','0'),(1596,'enrol_database','localcoursefield','idnumber'),(1597,'enrol_database','localuserfield','idnumber'),(1598,'enrol_database','localrolefield','shortname'),(1599,'enrol_database','localcategoryfield','id'),(1600,'enrol_database','remoteenroltable',''),(1601,'enrol_database','remotecoursefield',''),(1602,'enrol_database','remoteuserfield',''),(1603,'enrol_database','remoterolefield',''),(1604,'enrol_database','remoteotheruserfield',''),(1605,'enrol_database','defaultrole','5'),(1606,'enrol_database','ignorehiddencourses','0'),(1607,'enrol_database','unenrolaction','0'),(1608,'enrol_database','newcoursetable',''),(1609,'enrol_database','newcoursefullname','fullname'),(1610,'enrol_database','newcourseshortname','shortname'),(1611,'enrol_database','newcourseidnumber','idnumber'),(1612,'enrol_database','newcoursecategory',''),(1613,'enrol_database','defaultcategory','1'),(1614,'enrol_database','templatecourse',''),(1615,'enrol_flatfile','location',''),(1616,'enrol_flatfile','encoding','UTF-8'),(1617,'enrol_flatfile','mailstudents','0'),(1618,'enrol_flatfile','mailteachers','0'),(1619,'enrol_flatfile','mailadmins','0'),(1620,'enrol_flatfile','unenrolaction','3'),(1621,'enrol_flatfile','expiredaction','3'),(1622,'enrol_guest','requirepassword','0'),(1623,'enrol_guest','usepasswordpolicy','0'),(1624,'enrol_guest','showhint','0'),(1625,'enrol_guest','defaultenrol','1'),(1626,'enrol_guest','status','1'),(1627,'enrol_guest','status_adv',''),(1628,'enrol_imsenterprise','imsfilelocation',''),(1629,'enrol_imsenterprise','logtolocation',''),(1630,'enrol_imsenterprise','mailadmins','0'),(1631,'enrol_imsenterprise','createnewusers','0'),(1632,'enrol_imsenterprise','imsupdateusers','0'),(1633,'enrol_imsenterprise','imsdeleteusers','0'),(1634,'enrol_imsenterprise','fixcaseusernames','0'),(1635,'enrol_imsenterprise','fixcasepersonalnames','0'),(1636,'enrol_imsenterprise','imssourcedidfallback','0'),(1637,'enrol_imsenterprise','imsrolemap01','5'),(1638,'enrol_imsenterprise','imsrolemap02','3'),(1639,'enrol_imsenterprise','imsrolemap03','3'),(1640,'enrol_imsenterprise','imsrolemap04','5'),(1641,'enrol_imsenterprise','imsrolemap05','0'),(1642,'enrol_imsenterprise','imsrolemap06','4'),(1643,'enrol_imsenterprise','imsrolemap07','0'),(1644,'enrol_imsenterprise','imsrolemap08','4'),(1645,'enrol_imsenterprise','truncatecoursecodes','0'),(1646,'enrol_imsenterprise','createnewcourses','0'),(1647,'enrol_imsenterprise','updatecourses','0'),(1648,'enrol_imsenterprise','createnewcategories','0'),(1649,'enrol_imsenterprise','nestedcategories','0'),(1650,'enrol_imsenterprise','categoryidnumber','0'),(1651,'enrol_imsenterprise','categoryseparator',''),(1652,'enrol_imsenterprise','imsunenrol','0'),(1653,'enrol_imsenterprise','imscoursemapshortname','coursecode'),(1654,'enrol_imsenterprise','imscoursemapfullname','short'),(1655,'enrol_imsenterprise','imscoursemapsummary','ignore'),(1656,'enrol_imsenterprise','imsrestricttarget',''),(1657,'enrol_imsenterprise','imscapitafix','0'),(1658,'enrol_manual','expiredaction','1'),(1659,'enrol_manual','expirynotifyhour','6'),(1660,'enrol_manual','defaultenrol','1'),(1661,'enrol_manual','status','0'),(1662,'enrol_manual','roleid','5'),(1663,'enrol_manual','enrolstart','4'),(1664,'enrol_manual','enrolperiod','0'),(1665,'enrol_manual','expirynotify','0'),(1666,'enrol_manual','expirythreshold','86400'),(1667,'enrol_mnet','roleid','5'),(1668,'enrol_mnet','roleid_adv','1'),(1669,'enrol_paypal','paypalbusiness',''),(1670,'enrol_paypal','mailstudents','0'),(1671,'enrol_paypal','mailteachers','0'),(1672,'enrol_paypal','mailadmins','0'),(1673,'enrol_paypal','expiredaction','3'),(1674,'enrol_paypal','status','1'),(1675,'enrol_paypal','cost','0'),(1676,'enrol_paypal','currency','USD'),(1677,'enrol_paypal','roleid','5'),(1678,'enrol_paypal','enrolperiod','0'),(1679,'enrol_lti','emaildisplay','2'),(1680,'enrol_lti','city',''),(1681,'enrol_lti','country',''),(1682,'enrol_lti','timezone','99'),(1683,'enrol_lti','lang','en'),(1684,'enrol_lti','institution',''),(1685,'enrol_self','requirepassword','0'),(1686,'enrol_self','usepasswordpolicy','0'),(1687,'enrol_self','showhint','0'),(1688,'enrol_self','expiredaction','1'),(1689,'enrol_self','expirynotifyhour','6'),(1690,'enrol_self','defaultenrol','1'),(1691,'enrol_self','status','1'),(1692,'enrol_self','newenrols','1'),(1693,'enrol_self','groupkey','0'),(1694,'enrol_self','roleid','5'),(1695,'enrol_self','enrolperiod','0'),(1696,'enrol_self','expirynotify','0'),(1697,'enrol_self','expirythreshold','86400'),(1698,'enrol_self','longtimenosee','0'),(1699,'enrol_self','maxenrolled','0'),(1700,'enrol_self','sendcoursewelcomemessage','1'),(1701,'filter_urltolink','formats','0'),(1702,'filter_urltolink','embedimages','1'),(1703,'filter_emoticon','formats','1,4,0'),(1704,'filter_mathjaxloader','httpsurl','https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js'),(1705,'filter_mathjaxloader','texfiltercompatibility','0'),(1706,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n'),(1707,'filter_mathjaxloader','additionaldelimiters',''),(1708,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),(1709,'filter_tex','latexbackground','#FFFFFF'),(1710,'filter_tex','density','120'),(1711,'filter_tex','pathlatex','/usr/bin/latex'),(1712,'filter_tex','pathdvips','/usr/bin/dvips'),(1713,'filter_tex','pathconvert','/usr/bin/convert'),(1714,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm'),(1715,'filter_tex','pathmimetex',''),(1716,'filter_tex','convertformat','gif'),(1717,'logstore_database','dbdriver',''),(1718,'logstore_database','dbhost',''),(1719,'logstore_database','dbuser',''),(1720,'logstore_database','dbpass',''),(1721,'logstore_database','dbname',''),(1722,'logstore_database','dbtable',''),(1723,'logstore_database','dbpersist','0'),(1724,'logstore_database','dbsocket',''),(1725,'logstore_database','dbport',''),(1726,'logstore_database','dbschema',''),(1727,'logstore_database','dbcollation',''),(1728,'logstore_database','dbhandlesoptions','0'),(1729,'logstore_database','buffersize','50'),(1730,'logstore_database','logguests','0'),(1731,'logstore_database','includelevels','1,2,0'),(1732,'logstore_database','includeactions','c,r,u,d'),(1733,'logstore_legacy','loglegacy','0'),(1734,'logstore_standard','logguests','1'),(1735,'logstore_standard','loglifetime','0'),(1736,'logstore_standard','buffersize','50'),(1737,'media_videojs','videoextensions','html_video,.f4v,.flv'),(1738,'media_videojs','audioextensions','html_audio'),(1739,'media_videojs','rtmp','0'),(1740,'media_videojs','useflash','0'),(1741,'media_videojs','youtube','1'),(1742,'media_videojs','videocssclass','video-js'),(1743,'media_videojs','audiocssclass','video-js'),(1744,'media_videojs','limitsize','1'),(1745,'qtype_multichoice','answerhowmany','1'),(1746,'qtype_multichoice','shuffleanswers','1'),(1747,'qtype_multichoice','answernumbering','abc'),(1748,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html'),(1749,'editor_atto','autosavefrequency','60'),(1750,'atto_collapse','showgroups','5'),(1751,'atto_equation','librarygroup1','\n\\cdot\n\\times\n\\ast\n\\div\n\\diamond\n\\pm\n\\mp\n\\oplus\n\\ominus\n\\otimes\n\\oslash\n\\odot\n\\circ\n\\bullet\n\\asymp\n\\equiv\n\\subseteq\n\\supseteq\n\\leq\n\\geq\n\\preceq\n\\succeq\n\\sim\n\\simeq\n\\approx\n\\subset\n\\supset\n\\ll\n\\gg\n\\prec\n\\succ\n\\infty\n\\in\n\\ni\n\\forall\n\\exists\n\\neq\n'),(1752,'atto_equation','librarygroup2','\n\\leftarrow\n\\rightarrow\n\\uparrow\n\\downarrow\n\\leftrightarrow\n\\nearrow\n\\searrow\n\\swarrow\n\\nwarrow\n\\Leftarrow\n\\Rightarrow\n\\Uparrow\n\\Downarrow\n\\Leftrightarrow\n'),(1753,'atto_equation','librarygroup3','\n\\alpha\n\\beta\n\\gamma\n\\delta\n\\epsilon\n\\zeta\n\\eta\n\\theta\n\\iota\n\\kappa\n\\lambda\n\\mu\n\\nu\n\\xi\n\\pi\n\\rho\n\\sigma\n\\tau\n\\upsilon\n\\phi\n\\chi\n\\psi\n\\omega\n\\Gamma\n\\Delta\n\\Theta\n\\Lambda\n\\Xi\n\\Pi\n\\Sigma\n\\Upsilon\n\\Phi\n\\Psi\n\\Omega\n'),(1754,'atto_equation','librarygroup4','\n\\sum{a,b}\n\\sqrt[a]{b+c}\n\\int_{a}^{b}{c}\n\\iint_{a}^{b}{c}\n\\iiint_{a}^{b}{c}\n\\oint{a}\n(a)\n[a]\n\\lbrace{a}\\rbrace\n\\left| \\begin{matrix} a_1 & a_2 \\ a_3 & a_4 \\end{matrix} \\right|\n\\frac{a}{b+c}\n\\vec{a}\n\\binom {a} {b}\n{a \\brack b}\n{a \\brace b}\n'),(1755,'atto_recordrtc','allowedtypes','both'),(1756,'atto_recordrtc','audiobitrate','128000'),(1757,'atto_recordrtc','videobitrate','2500000'),(1758,'atto_recordrtc','timelimit','120'),(1759,'atto_table','allowborders','0'),(1760,'atto_table','allowbackgroundcolour','0'),(1761,'atto_table','allowwidth','0'),(1762,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen'),(1763,'editor_tinymce','fontselectlist','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'),(1764,'editor_tinymce','customconfig',''),(1765,'tinymce_moodleemoticon','requireemoticon','1'),(1766,'tinymce_spellchecker','spellengine',''),(1767,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv'),(1768,'tool_mobile','apppolicy',''),(1769,'local_relationship','version','2015020100'),(1770,'core_plugin','recentfetch','1544115314'),(1771,'core_plugin','recentresponse','{\"status\":\"OK\",\"provider\":\"https:\\/\\/download.moodle.org\\/api\\/1.3\\/updates.php\",\"apiver\":\"1.3\",\"timegenerated\":1544115326,\"ticket\":\"JUM5JTkxNSVGQTQlODQlN0MuJUIzJUMwJURBJUQxJUIxMiUxNCVCOU0lOUYlOUIlQUNUbiVDRCUyNyU3QiVFQiVGQSUxRG0lRkMlMkZfJThCJTFGJTFCJTg1JTdCJTg4JTg5TA==\",\"forbranch\":\"3.5\",\"forversion\":\"2018051703.07\",\"updates\":{\"core\":[{\"version\":2018120301,\"release\":\"3.6.1 (Build: 20181205)\",\"branch\":\"3.6\",\"maturity\":200,\"url\":\"https:\\/\\/download.moodle.org\",\"download\":\"https:\\/\\/download.moodle.org\\/download.php\\/direct\\/stable36\\/moodle-3.6.1.zip\"},{\"version\":2018051703.07,\"release\":\"3.5.3+ (Build: 20181204)\",\"branch\":\"3.5\",\"maturity\":200,\"url\":\"https:\\/\\/download.moodle.org\",\"download\":\"https:\\/\\/download.moodle.org\\/download.php\\/direct\\/stable35\\/moodle-latest-35.zip\"},{\"version\":2018120301,\"release\":\"3.7dev (Build: 20181205)\",\"branch\":\"3.7\",\"maturity\":50,\"url\":\"https:\\/\\/download.moodle.org\",\"download\":\"https:\\/\\/download.moodle.org\\/download.php\\/direct\\/moodle\\/moodle-latest.zip\"}]}}'),(1772,'enrol_relationship','version','2014051200'),(1774,'local_wstcc','version','201811090703'),(1775,'local_tutores','version','2017051201'),(1776,'enrol_ldap','objectclass','(objectClass=*)'),(1777,'message','airnotifier_provider_moodle_messagecontactrequests_permitted','permitted'),(1778,'message','email_provider_moodle_messagecontactrequests_permitted','permitted'),(1779,'message','jabber_provider_moodle_messagecontactrequests_permitted','permitted'),(1780,'message','popup_provider_moodle_messagecontactrequests_permitted','permitted'),(1781,'message','message_provider_moodle_messagecontactrequests_loggedin','popup'),(1782,'message','message_provider_moodle_messagecontactrequests_loggedoff','email,popup'),(1783,'block_recentlyaccessedcourses','version','2018120300'),(1785,'block_recentlyaccesseditems','version','2018120301'),(1786,'block_starredcourses','version','2018120300'),(1787,'block_timeline','version','2018120300'),(1789,'repository_nextcloud','version','2018120300'); /*!40000 ALTER TABLE `config_plugins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `context` -- DROP TABLE IF EXISTS `context`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `context` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `contextlevel` bigint(10) NOT NULL DEFAULT '0', `instanceid` bigint(10) NOT NULL DEFAULT '0', `path` varchar(255) DEFAULT NULL, `depth` tinyint(2) NOT NULL DEFAULT '0', `locked` tinyint(2) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `cont_conins_uix` (`contextlevel`,`instanceid`), KEY `cont_ins_ix` (`instanceid`), KEY `cont_pat_ix` (`path`) ) ENGINE=InnoDB AUTO_INCREMENT=83 DEFAULT CHARSET=utf8 COMMENT='one of these must be set'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `context` -- LOCK TABLES `context` WRITE; /*!40000 ALTER TABLE `context` DISABLE KEYS */; INSERT INTO `context` VALUES (1,10,0,'/1',1,0),(2,50,1,'/1/2',2,0),(3,40,1,'/1/3',2,0),(4,30,1,'/1/4',2,0),(5,30,2,'/1/5',2,0),(6,80,1,'/1/6',2,0),(7,80,2,'/1/7',2,0),(8,80,3,'/1/8',2,0),(9,80,4,'/1/9',2,0),(10,80,5,'/1/10',2,0),(11,80,6,'/1/11',2,0),(12,80,7,'/1/12',2,0),(13,80,8,'/1/13',2,0),(14,80,9,'/1/5/14',3,0),(15,80,10,'/1/5/15',3,0),(16,80,11,'/1/5/16',3,0),(17,80,12,'/1/5/17',3,0),(18,80,13,'/1/5/18',3,0),(19,80,14,'/1/5/19',3,0),(20,80,15,'/1/5/20',3,0),(21,30,3,'/1/21',2,0),(22,50,2,'/1/37/38/39/40/41/42/22',8,0),(23,70,1,'/1/37/38/39/40/41/42/22/23',9,0),(24,70,2,'/1/37/38/39/40/41/42/22/24',9,0),(26,80,16,'/1/3/26',3,0),(27,30,5,'/1/27',2,0),(28,30,6,'/1/28',2,0),(29,30,7,'/1/29',2,0),(30,30,8,'/1/30',2,0),(31,30,9,'/1/31',2,0),(32,30,10,'/1/32',2,0),(33,30,11,'/1/33',2,0),(34,30,12,'/1/34',2,0),(35,30,13,'/1/35',2,0),(36,30,14,'/1/36',2,0),(37,40,2,'/1/37',2,0),(38,40,3,'/1/37/38',3,0),(39,40,4,'/1/37/38/39',4,0),(40,40,5,'/1/37/38/39/40',5,0),(41,40,6,'/1/37/38/39/40/41',6,0),(42,40,7,'/1/37/38/39/40/41/42',7,0),(43,80,17,'/1/33/43',3,0),(44,80,18,'/1/33/44',3,0),(45,80,19,'/1/33/45',3,0),(46,80,20,'/1/33/46',3,0),(47,80,21,'/1/33/47',3,0),(48,80,22,'/1/33/48',3,0),(49,80,23,'/1/33/49',3,0),(50,80,24,'/1/27/50',3,0),(51,80,25,'/1/27/51',3,0),(52,80,26,'/1/27/52',3,0),(53,80,27,'/1/27/53',3,0),(54,80,28,'/1/27/54',3,0),(55,80,29,'/1/27/55',3,0),(56,80,30,'/1/27/56',3,0),(57,70,3,'/1/37/38/39/40/41/42/22/57',9,0),(58,80,31,'/1/30/58',3,0),(59,80,32,'/1/30/59',3,0),(60,80,33,'/1/30/60',3,0),(61,80,34,'/1/30/61',3,0),(62,80,35,'/1/30/62',3,0),(63,80,36,'/1/30/63',3,0),(64,80,37,'/1/30/64',3,0),(65,80,38,'/1/28/65',3,0),(66,80,39,'/1/28/66',3,0),(67,80,40,'/1/28/67',3,0),(68,80,41,'/1/28/68',3,0),(69,80,42,'/1/28/69',3,0),(70,80,43,'/1/28/70',3,0),(71,80,44,'/1/28/71',3,0),(72,80,45,'/1/35/72',3,0),(73,80,46,'/1/35/73',3,0),(74,80,47,'/1/35/74',3,0),(75,80,48,'/1/35/75',3,0),(76,80,49,'/1/35/76',3,0),(77,80,50,'/1/35/77',3,0),(78,80,51,'/1/35/78',3,0),(79,80,52,'/1/79',2,0),(80,80,59,'/1/80',2,0),(81,80,53,'/1/5/81',3,0),(82,80,60,'/1/5/82',3,0); /*!40000 ALTER TABLE `context` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `context_temp` -- DROP TABLE IF EXISTS `context_temp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `context_temp` ( `id` bigint(10) NOT NULL, `path` varchar(255) NOT NULL DEFAULT '', `depth` tinyint(2) NOT NULL, `locked` tinyint(2) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Used by build_context_path() in upgrade and cron to keep con'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `context_temp` -- LOCK TABLES `context_temp` WRITE; /*!40000 ALTER TABLE `context_temp` DISABLE KEYS */; /*!40000 ALTER TABLE `context_temp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `course` -- DROP TABLE IF EXISTS `course`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `course` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `category` bigint(10) NOT NULL DEFAULT '0', `sortorder` bigint(10) NOT NULL DEFAULT '0', `fullname` varchar(254) NOT NULL DEFAULT '', `shortname` varchar(255) NOT NULL DEFAULT '', `idnumber` varchar(100) NOT NULL DEFAULT '', `summary` longtext, `summaryformat` tinyint(2) NOT NULL DEFAULT '0', `format` varchar(21) NOT NULL DEFAULT 'topics', `showgrades` tinyint(2) NOT NULL DEFAULT '1', `newsitems` mediumint(5) NOT NULL DEFAULT '1', `startdate` bigint(10) NOT NULL DEFAULT '0', `enddate` bigint(10) NOT NULL DEFAULT '0', `marker` bigint(10) NOT NULL DEFAULT '0', `maxbytes` bigint(10) NOT NULL DEFAULT '0', `legacyfiles` smallint(4) NOT NULL DEFAULT '0', `showreports` smallint(4) 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', `groupmodeforce` smallint(4) NOT NULL DEFAULT '0', `defaultgroupingid` bigint(10) NOT NULL DEFAULT '0', `lang` varchar(30) NOT NULL DEFAULT '', `calendartype` varchar(30) NOT NULL DEFAULT '', `theme` varchar(50) NOT NULL DEFAULT '', `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `requested` tinyint(1) NOT NULL DEFAULT '0', `enablecompletion` tinyint(1) NOT NULL DEFAULT '0', `completionnotify` tinyint(1) NOT NULL DEFAULT '0', `cacherev` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `cour_cat_ix` (`category`), KEY `cour_idn_ix` (`idnumber`), KEY `cour_sho_ix` (`shortname`), KEY `cour_sor_ix` (`sortorder`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Central course table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `course` -- LOCK TABLES `course` WRITE; /*!40000 ALTER TABLE `course` DISABLE KEYS */; INSERT INTO `course` VALUES (1,0,1,'Moodle 36 TCC','Moodle36TCC','','',0,'site',1,3,0,0,0,0,0,0,1,1,0,0,0,'','','',1544111987,1544112485,0,0,0,1551292293),(2,7,70001,'Teste de TCC','TesteTCC','','',1,'topics',1,5,1544148000,1575684000,0,0,0,0,1,1,0,0,0,'','','',1544117747,1549625990,0,1,0,1551292293); /*!40000 ALTER TABLE `course` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `course_categories` -- DROP TABLE IF EXISTS `course_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `course_categories` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `idnumber` varchar(100) DEFAULT NULL, `description` longtext, `descriptionformat` tinyint(2) NOT NULL DEFAULT '0', `parent` bigint(10) NOT NULL DEFAULT '0', `sortorder` bigint(10) NOT NULL DEFAULT '0', `coursecount` bigint(10) NOT NULL DEFAULT '0', `visible` tinyint(1) NOT NULL DEFAULT '1', `visibleold` tinyint(1) NOT NULL DEFAULT '1', `timemodified` bigint(10) NOT NULL DEFAULT '0', `depth` bigint(10) NOT NULL DEFAULT '0', `path` varchar(255) NOT NULL DEFAULT '', `theme` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), KEY `courcate_par_ix` (`parent`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COMMENT='Course categories'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `course_categories` -- LOCK TABLES `course_categories` WRITE; /*!40000 ALTER TABLE `course_categories` DISABLE KEYS */; INSERT INTO `course_categories` VALUES (1,'Miscellaneous',NULL,NULL,0,0,10000,0,1,1,1544111987,1,'/1',NULL),(2,'Universidade','','',1,0,20000,0,1,1,1549625717,1,'/2',NULL),(3,'Centro Cen1','','',1,2,30000,0,1,1,1549625914,2,'/2/3',NULL),(4,'Departamento Dep1','','',1,3,40000,0,1,1,1549625925,3,'/2/3/4',NULL),(5,'Curso CursoTesteTcc','','',1,4,50000,0,1,1,1549625805,4,'/2/3/4/5',NULL),(6,'Disciplina Dis1','','',1,5,60000,0,1,1,1549625942,5,'/2/3/4/5/6',NULL),(7,'Turma Tur1','','',1,6,70000,1,1,1,1549625953,6,'/2/3/4/5/6/7',NULL); /*!40000 ALTER TABLE `course_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `course_completion_aggr_methd` -- DROP TABLE IF EXISTS `course_completion_aggr_methd`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `course_completion_aggr_methd` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `criteriatype` bigint(10) DEFAULT NULL, `method` tinyint(1) NOT NULL DEFAULT '0', `value` decimal(10,5) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `courcompaggrmeth_coucri_uix` (`course`,`criteriatype`), KEY `courcompaggrmeth_cou_ix` (`course`), KEY `courcompaggrmeth_cri_ix` (`criteriatype`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Course completion aggregation methods for criteria'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `course_completion_aggr_methd` -- LOCK TABLES `course_completion_aggr_methd` WRITE; /*!40000 ALTER TABLE `course_completion_aggr_methd` DISABLE KEYS */; /*!40000 ALTER TABLE `course_completion_aggr_methd` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `course_completion_crit_compl` -- DROP TABLE IF EXISTS `course_completion_crit_compl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `course_completion_crit_compl` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL DEFAULT '0', `course` bigint(10) NOT NULL DEFAULT '0', `criteriaid` bigint(10) NOT NULL DEFAULT '0', `gradefinal` decimal(10,5) DEFAULT NULL, `unenroled` bigint(10) DEFAULT NULL, `timecompleted` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `courcompcritcomp_usecoucri_uix` (`userid`,`course`,`criteriaid`), KEY `courcompcritcomp_use_ix` (`userid`), KEY `courcompcritcomp_cou_ix` (`course`), KEY `courcompcritcomp_cri_ix` (`criteriaid`), KEY `courcompcritcomp_tim_ix` (`timecompleted`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Course completion user records'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `course_completion_crit_compl` -- LOCK TABLES `course_completion_crit_compl` WRITE; /*!40000 ALTER TABLE `course_completion_crit_compl` DISABLE KEYS */; /*!40000 ALTER TABLE `course_completion_crit_compl` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `course_completion_criteria` -- DROP TABLE IF EXISTS `course_completion_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `course_completion_criteria` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `criteriatype` bigint(10) NOT NULL DEFAULT '0', `module` varchar(100) DEFAULT NULL, `moduleinstance` bigint(10) DEFAULT NULL, `courseinstance` bigint(10) DEFAULT NULL, `enrolperiod` bigint(10) DEFAULT NULL, `timeend` bigint(10) DEFAULT NULL, `gradepass` decimal(10,5) DEFAULT NULL, `role` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `courcompcrit_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Course completion criteria'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `course_completion_criteria` -- LOCK TABLES `course_completion_criteria` WRITE; /*!40000 ALTER TABLE `course_completion_criteria` DISABLE KEYS */; /*!40000 ALTER TABLE `course_completion_criteria` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `course_completion_defaults` -- DROP TABLE IF EXISTS `course_completion_defaults`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `course_completion_defaults` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL, `module` bigint(10) NOT NULL, `completion` tinyint(1) NOT NULL DEFAULT '0', `completionview` tinyint(1) NOT NULL DEFAULT '0', `completionusegrade` tinyint(1) NOT NULL DEFAULT '0', `completionexpected` bigint(10) NOT NULL DEFAULT '0', `customrules` longtext, PRIMARY KEY (`id`), UNIQUE KEY `courcompdefa_coumod_uix` (`course`,`module`), KEY `courcompdefa_mod_ix` (`module`), KEY `courcompdefa_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Default settings for activities completion'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `course_completion_defaults` -- LOCK TABLES `course_completion_defaults` WRITE; /*!40000 ALTER TABLE `course_completion_defaults` DISABLE KEYS */; /*!40000 ALTER TABLE `course_completion_defaults` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `course_completions` -- DROP TABLE IF EXISTS `course_completions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `course_completions` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL DEFAULT '0', `course` bigint(10) NOT NULL DEFAULT '0', `timeenrolled` bigint(10) NOT NULL DEFAULT '0', `timestarted` bigint(10) NOT NULL DEFAULT '0', `timecompleted` bigint(10) DEFAULT NULL, `reaggregate` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `courcomp_usecou_uix` (`userid`,`course`), KEY `courcomp_use_ix` (`userid`), KEY `courcomp_cou_ix` (`course`), KEY `courcomp_tim_ix` (`timecompleted`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Course completion records'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `course_completions` -- LOCK TABLES `course_completions` WRITE; /*!40000 ALTER TABLE `course_completions` DISABLE KEYS */; /*!40000 ALTER TABLE `course_completions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `course_format_options` -- DROP TABLE IF EXISTS `course_format_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `course_format_options` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL, `format` varchar(21) NOT NULL DEFAULT '', `sectionid` bigint(10) NOT NULL DEFAULT '0', `name` varchar(100) NOT NULL DEFAULT '', `value` longtext, PRIMARY KEY (`id`), UNIQUE KEY `courformopti_couforsecnam_uix` (`courseid`,`format`,`sectionid`,`name`), KEY `courformopti_cou_ix` (`courseid`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Stores format-specific options for the course or course sect'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `course_format_options` -- LOCK TABLES `course_format_options` WRITE; /*!40000 ALTER TABLE `course_format_options` DISABLE KEYS */; INSERT INTO `course_format_options` VALUES (1,1,'site',0,'numsections','1'),(2,2,'topics',0,'hiddensections','0'),(3,2,'topics',0,'coursedisplay','0'); /*!40000 ALTER TABLE `course_format_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `course_modules` -- DROP TABLE IF EXISTS `course_modules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `course_modules` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `module` bigint(10) NOT NULL DEFAULT '0', `instance` bigint(10) NOT NULL DEFAULT '0', `section` bigint(10) NOT NULL DEFAULT '0', `idnumber` varchar(100) DEFAULT NULL, `added` bigint(10) NOT NULL DEFAULT '0', `score` smallint(4) NOT NULL DEFAULT '0', `indent` mediumint(5) NOT NULL DEFAULT '0', `visible` tinyint(1) NOT NULL DEFAULT '1', `visibleoncoursepage` tinyint(1) NOT NULL DEFAULT '1', `visibleold` tinyint(1) NOT NULL DEFAULT '1', `groupmode` smallint(4) NOT NULL DEFAULT '0', `groupingid` bigint(10) NOT NULL DEFAULT '0', `completion` tinyint(1) NOT NULL DEFAULT '0', `completiongradeitemnumber` bigint(10) DEFAULT NULL, `completionview` tinyint(1) NOT NULL DEFAULT '0', `completionexpected` bigint(10) NOT NULL DEFAULT '0', `showdescription` tinyint(1) NOT NULL DEFAULT '0', `availability` longtext, `deletioninprogress` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `courmodu_vis_ix` (`visible`), KEY `courmodu_cou_ix` (`course`), KEY `courmodu_mod_ix` (`module`), KEY `courmodu_ins_ix` (`instance`), KEY `courmodu_idncou_ix` (`idnumber`,`course`), KEY `courmodu_gro_ix` (`groupingid`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='course_modules table retrofitted from MySQL'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `course_modules` -- LOCK TABLES `course_modules` WRITE; /*!40000 ALTER TABLE `course_modules` DISABLE KEYS */; INSERT INTO `course_modules` VALUES (1,2,9,1,1,NULL,1544117748,0,0,1,1,1,0,0,0,NULL,0,0,0,NULL,0),(2,2,14,1,1,'',1544117841,0,0,1,1,1,0,0,2,0,0,1545327360,0,NULL,0),(3,2,1,1,1,'',1549894378,0,0,1,1,1,0,0,2,0,0,0,0,NULL,0); /*!40000 ALTER TABLE `course_modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `course_modules_completion` -- DROP TABLE IF EXISTS `course_modules_completion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `course_modules_completion` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `coursemoduleid` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `completionstate` tinyint(1) NOT NULL, `viewed` tinyint(1) DEFAULT NULL, `overrideby` bigint(10) DEFAULT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `courmoducomp_usecou_uix` (`userid`,`coursemoduleid`), KEY `courmoducomp_cou_ix` (`coursemoduleid`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COMMENT='Stores the completion state (completed or not completed, etc'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `course_modules_completion` -- LOCK TABLES `course_modules_completion` WRITE; /*!40000 ALTER TABLE `course_modules_completion` DISABLE KEYS */; INSERT INTO `course_modules_completion` VALUES (1,2,9633,1,0,NULL,1544118946),(2,2,4,0,0,NULL,1549627017),(3,3,8,1,0,NULL,1549894783),(4,3,6,1,0,NULL,1549897301),(5,2,6,1,0,NULL,1549898354); /*!40000 ALTER TABLE `course_modules_completion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `course_published` -- DROP TABLE IF EXISTS `course_published`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `course_published` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `huburl` varchar(255) DEFAULT NULL, `courseid` bigint(10) NOT NULL, `timepublished` bigint(10) NOT NULL, `enrollable` tinyint(1) NOT NULL DEFAULT '1', `hubcourseid` bigint(10) NOT NULL, `status` tinyint(1) DEFAULT '0', `timechecked` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Information about how and when an local courses were publish'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `course_published` -- LOCK TABLES `course_published` WRITE; /*!40000 ALTER TABLE `course_published` DISABLE KEYS */; /*!40000 ALTER TABLE `course_published` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `course_request` -- DROP TABLE IF EXISTS `course_request`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `course_request` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `fullname` varchar(254) NOT NULL DEFAULT '', `shortname` varchar(100) NOT NULL DEFAULT '', `summary` longtext NOT NULL, `summaryformat` tinyint(2) NOT NULL DEFAULT '0', `category` bigint(10) NOT NULL DEFAULT '0', `reason` longtext NOT NULL, `requester` bigint(10) NOT NULL DEFAULT '0', `password` varchar(50) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `courrequ_sho_ix` (`shortname`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='course requests'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `course_request` -- LOCK TABLES `course_request` WRITE; /*!40000 ALTER TABLE `course_request` DISABLE KEYS */; /*!40000 ALTER TABLE `course_request` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `course_sections` -- DROP TABLE IF EXISTS `course_sections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `course_sections` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `section` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) DEFAULT NULL, `summary` longtext, `summaryformat` tinyint(2) NOT NULL DEFAULT '0', `sequence` longtext, `visible` tinyint(1) NOT NULL DEFAULT '1', `availability` longtext, `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `coursect_cousec_uix` (`course`,`section`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='to define the sections for each course'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `course_sections` -- LOCK TABLES `course_sections` WRITE; /*!40000 ALTER TABLE `course_sections` DISABLE KEYS */; INSERT INTO `course_sections` VALUES (1,2,0,NULL,'',1,'1,3,2',1,NULL,1544117748),(2,2,1,NULL,'',1,'',1,NULL,1544117748),(3,2,2,NULL,'',1,'',1,NULL,1544117748),(4,2,3,NULL,'',1,'',1,NULL,1544117748),(5,2,4,NULL,'',1,'',1,NULL,1544117748),(6,1,1,NULL,'',1,'',1,NULL,1544119359); /*!40000 ALTER TABLE `course_sections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `data` -- DROP TABLE IF EXISTS `data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `data` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext NOT NULL, `introformat` smallint(4) NOT NULL DEFAULT '0', `comments` smallint(4) NOT NULL DEFAULT '0', `timeavailablefrom` bigint(10) NOT NULL DEFAULT '0', `timeavailableto` bigint(10) NOT NULL DEFAULT '0', `timeviewfrom` bigint(10) NOT NULL DEFAULT '0', `timeviewto` bigint(10) NOT NULL DEFAULT '0', `requiredentries` int(8) NOT NULL DEFAULT '0', `requiredentriestoview` int(8) NOT NULL DEFAULT '0', `maxentries` int(8) NOT NULL DEFAULT '0', `rssarticles` smallint(4) NOT NULL DEFAULT '0', `singletemplate` longtext, `listtemplate` longtext, `listtemplateheader` longtext, `listtemplatefooter` longtext, `addtemplate` longtext, `rsstemplate` longtext, `rsstitletemplate` longtext, `csstemplate` longtext, `jstemplate` longtext, `asearchtemplate` longtext, `approval` smallint(4) NOT NULL DEFAULT '0', `manageapproved` smallint(4) NOT NULL DEFAULT '1', `scale` bigint(10) NOT NULL DEFAULT '0', `assessed` bigint(10) NOT NULL DEFAULT '0', `assesstimestart` bigint(10) NOT NULL DEFAULT '0', `assesstimefinish` bigint(10) NOT NULL DEFAULT '0', `defaultsort` bigint(10) NOT NULL DEFAULT '0', `defaultsortdir` smallint(4) NOT NULL DEFAULT '0', `editany` smallint(4) NOT NULL DEFAULT '0', `notification` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `config` longtext, `completionentries` bigint(10) DEFAULT '0', PRIMARY KEY (`id`), KEY `data_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='all database activities'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `data` -- LOCK TABLES `data` WRITE; /*!40000 ALTER TABLE `data` DISABLE KEYS */; /*!40000 ALTER TABLE `data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `data_content` -- DROP TABLE IF EXISTS `data_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `data_content` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `fieldid` bigint(10) NOT NULL DEFAULT '0', `recordid` bigint(10) NOT NULL DEFAULT '0', `content` longtext, `content1` longtext, `content2` longtext, `content3` longtext, `content4` longtext, PRIMARY KEY (`id`), KEY `datacont_rec_ix` (`recordid`), KEY `datacont_fie_ix` (`fieldid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='the content introduced in each record/fields'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `data_content` -- LOCK TABLES `data_content` WRITE; /*!40000 ALTER TABLE `data_content` DISABLE KEYS */; /*!40000 ALTER TABLE `data_content` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `data_fields` -- DROP TABLE IF EXISTS `data_fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `data_fields` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `dataid` bigint(10) NOT NULL DEFAULT '0', `type` varchar(255) NOT NULL DEFAULT '', `name` varchar(255) NOT NULL DEFAULT '', `description` longtext NOT NULL, `required` tinyint(1) NOT NULL DEFAULT '0', `param1` longtext, `param2` longtext, `param3` longtext, `param4` longtext, `param5` longtext, `param6` longtext, `param7` longtext, `param8` longtext, `param9` longtext, `param10` longtext, PRIMARY KEY (`id`), KEY `datafiel_typdat_ix` (`type`,`dataid`), KEY `datafiel_dat_ix` (`dataid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='every field available'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `data_fields` -- LOCK TABLES `data_fields` WRITE; /*!40000 ALTER TABLE `data_fields` DISABLE KEYS */; /*!40000 ALTER TABLE `data_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `data_records` -- DROP TABLE IF EXISTS `data_records`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `data_records` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL DEFAULT '0', `groupid` bigint(10) NOT NULL DEFAULT '0', `dataid` bigint(10) NOT NULL DEFAULT '0', `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `approved` smallint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `datareco_dat_ix` (`dataid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='every record introduced'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `data_records` -- LOCK TABLES `data_records` WRITE; /*!40000 ALTER TABLE `data_records` DISABLE KEYS */; /*!40000 ALTER TABLE `data_records` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `editor_atto_autosave` -- DROP TABLE IF EXISTS `editor_atto_autosave`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `editor_atto_autosave` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `elementid` varchar(255) NOT NULL DEFAULT '', `contextid` bigint(10) NOT NULL, `pagehash` varchar(64) NOT NULL DEFAULT '', `userid` bigint(10) NOT NULL, `drafttext` longtext NOT NULL, `draftid` bigint(10) DEFAULT NULL, `pageinstance` varchar(64) NOT NULL DEFAULT '', `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `editattoauto_eleconusepag_uix` (`elementid`,`contextid`,`userid`,`pagehash`) ) ENGINE=InnoDB AUTO_INCREMENT=72 DEFAULT CHARSET=utf8 COMMENT='Draft text that is auto-saved every 5 seconds while an edito'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `editor_atto_autosave` -- LOCK TABLES `editor_atto_autosave` WRITE; /*!40000 ALTER TABLE `editor_atto_autosave` DISABLE KEYS */; INSERT INTO `editor_atto_autosave` VALUES (13,'id_description_editor',3,'20e69255209767600d95a7d2fac80fcbd2f2394c',2,'',-1,'yui_3_17_2_1_1544119624732_67',1544119625),(67,'id_assignfeedbackcomments_editor',57,'1dff7a8d2a925d8f5d642ea7bd14a404f999438e',14,'',-1,'yui_3_17_2_1_1549894771759_94',1549894773),(68,'id_assignfeedbackcomments_editor',57,'67b5771ca9fbfed514465971cef69dec24b3834c',14,'',-1,'yui_3_17_2_1_1549894771759_710',1549894785),(70,'id_assignfeedbackcomments_editor',57,'8b2faddccea7e0bf360e45a9af90b7951d4af723',13,'',-1,'yui_3_17_2_1_1549897280292_94',1549897281),(71,'id_assignfeedbackcomments_editor',57,'add39bd098abd03aa5f8ce3996e521c2c85acfeb',13,'',-1,'yui_3_17_2_1_1549897280292_724',1549897302); /*!40000 ALTER TABLE `editor_atto_autosave` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `enrol` -- DROP TABLE IF EXISTS `enrol`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `enrol` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `enrol` varchar(20) NOT NULL DEFAULT '', `status` bigint(10) NOT NULL DEFAULT '0', `courseid` bigint(10) NOT NULL, `sortorder` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) DEFAULT NULL, `enrolperiod` bigint(10) DEFAULT '0', `enrolstartdate` bigint(10) DEFAULT '0', `enrolenddate` bigint(10) DEFAULT '0', `expirynotify` tinyint(1) DEFAULT '0', `expirythreshold` bigint(10) DEFAULT '0', `notifyall` tinyint(1) DEFAULT '0', `password` varchar(50) DEFAULT NULL, `cost` varchar(20) DEFAULT NULL, `currency` varchar(3) DEFAULT NULL, `roleid` bigint(10) DEFAULT '0', `customint1` bigint(10) DEFAULT NULL, `customint2` bigint(10) DEFAULT NULL, `customint3` bigint(10) DEFAULT NULL, `customint4` bigint(10) DEFAULT NULL, `customint5` bigint(10) DEFAULT NULL, `customint6` bigint(10) DEFAULT NULL, `customint7` bigint(10) DEFAULT NULL, `customint8` bigint(10) DEFAULT NULL, `customchar1` varchar(255) DEFAULT NULL, `customchar2` varchar(255) DEFAULT NULL, `customchar3` varchar(1333) DEFAULT NULL, `customdec1` decimal(12,7) DEFAULT NULL, `customdec2` decimal(12,7) DEFAULT NULL, `customtext1` longtext, `customtext2` longtext, `customtext3` longtext, `customtext4` longtext, `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `enro_enr_ix` (`enrol`), KEY `enro_cou_ix` (`courseid`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='Instances of enrolment plugins used in courses, fields marke'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `enrol` -- LOCK TABLES `enrol` WRITE; /*!40000 ALTER TABLE `enrol` DISABLE KEYS */; INSERT INTO `enrol` VALUES (1,'manual',0,2,0,NULL,0,0,0,0,86400,0,NULL,NULL,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1544117748,1544117748),(2,'guest',1,2,1,NULL,0,0,0,0,0,0,'',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1544117748,1544117748),(3,'self',1,2,2,NULL,0,0,0,0,86400,0,NULL,NULL,NULL,5,0,0,0,1,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1544117748,1544117748),(5,'relationship',0,2,3,'Inscrição Estudantes Tutores ',0,0,0,0,0,0,NULL,NULL,NULL,0,2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1549626938,1549626938),(6,'cohort',0,2,4,'Inscrição de Orientadores',0,0,0,0,0,0,NULL,NULL,NULL,10,2,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1549626974,1549626974); /*!40000 ALTER TABLE `enrol` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `enrol_flatfile` -- DROP TABLE IF EXISTS `enrol_flatfile`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `enrol_flatfile` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `action` varchar(30) NOT NULL DEFAULT '', `roleid` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `courseid` bigint(10) NOT NULL, `timestart` bigint(10) NOT NULL DEFAULT '0', `timeend` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `enroflat_cou_ix` (`courseid`), KEY `enroflat_use_ix` (`userid`), KEY `enroflat_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='enrol_flatfile table retrofitted from MySQL'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `enrol_flatfile` -- LOCK TABLES `enrol_flatfile` WRITE; /*!40000 ALTER TABLE `enrol_flatfile` DISABLE KEYS */; /*!40000 ALTER TABLE `enrol_flatfile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `enrol_lti_lti2_consumer` -- DROP TABLE IF EXISTS `enrol_lti_lti2_consumer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `enrol_lti_lti2_consumer` ( `id` bigint(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL DEFAULT '', `consumerkey256` varchar(255) NOT NULL DEFAULT '', `consumerkey` longtext, `secret` varchar(1024) NOT NULL DEFAULT '', `ltiversion` varchar(10) DEFAULT NULL, `consumername` varchar(255) DEFAULT NULL, `consumerversion` varchar(255) DEFAULT NULL, `consumerguid` varchar(1024) DEFAULT NULL, `profile` longtext, `toolproxy` longtext, `settings` longtext, `protected` tinyint(1) NOT NULL, `enabled` tinyint(1) NOT NULL, `enablefrom` bigint(10) DEFAULT NULL, `enableuntil` bigint(10) DEFAULT NULL, `lastaccess` bigint(10) DEFAULT NULL, `created` bigint(10) NOT NULL, `updated` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `enroltilti2cons_con_uix` (`consumerkey256`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='LTI consumers interacting with moodle'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `enrol_lti_lti2_consumer` -- LOCK TABLES `enrol_lti_lti2_consumer` WRITE; /*!40000 ALTER TABLE `enrol_lti_lti2_consumer` DISABLE KEYS */; /*!40000 ALTER TABLE `enrol_lti_lti2_consumer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `enrol_lti_lti2_context` -- DROP TABLE IF EXISTS `enrol_lti_lti2_context`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `enrol_lti_lti2_context` ( `id` bigint(11) NOT NULL AUTO_INCREMENT, `consumerid` bigint(11) NOT NULL, `lticontextkey` varchar(255) NOT NULL DEFAULT '', `type` varchar(100) DEFAULT NULL, `settings` longtext, `created` bigint(10) NOT NULL, `updated` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `enroltilti2cont_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Information about a specific LTI contexts from the consumers'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `enrol_lti_lti2_context` -- LOCK TABLES `enrol_lti_lti2_context` WRITE; /*!40000 ALTER TABLE `enrol_lti_lti2_context` DISABLE KEYS */; /*!40000 ALTER TABLE `enrol_lti_lti2_context` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `enrol_lti_lti2_nonce` -- DROP TABLE IF EXISTS `enrol_lti_lti2_nonce`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `enrol_lti_lti2_nonce` ( `id` bigint(11) NOT NULL AUTO_INCREMENT, `consumerid` bigint(11) NOT NULL, `value` varchar(64) NOT NULL DEFAULT '', `expires` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `enroltilti2nonc_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Nonce used for authentication between moodle and a consumer'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `enrol_lti_lti2_nonce` -- LOCK TABLES `enrol_lti_lti2_nonce` WRITE; /*!40000 ALTER TABLE `enrol_lti_lti2_nonce` DISABLE KEYS */; /*!40000 ALTER TABLE `enrol_lti_lti2_nonce` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `enrol_lti_lti2_resource_link` -- DROP TABLE IF EXISTS `enrol_lti_lti2_resource_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `enrol_lti_lti2_resource_link` ( `id` bigint(11) NOT NULL AUTO_INCREMENT, `contextid` bigint(11) DEFAULT NULL, `consumerid` bigint(11) DEFAULT NULL, `ltiresourcelinkkey` varchar(255) NOT NULL DEFAULT '', `settings` longtext, `primaryresourcelinkid` bigint(11) DEFAULT NULL, `shareapproved` tinyint(1) DEFAULT NULL, `created` bigint(10) NOT NULL, `updated` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `enroltilti2resolink_con_ix` (`contextid`), KEY `enroltilti2resolink_pri_ix` (`primaryresourcelinkid`), KEY `enroltilti2resolink_con2_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Link from the consumer to the tool'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `enrol_lti_lti2_resource_link` -- LOCK TABLES `enrol_lti_lti2_resource_link` WRITE; /*!40000 ALTER TABLE `enrol_lti_lti2_resource_link` DISABLE KEYS */; /*!40000 ALTER TABLE `enrol_lti_lti2_resource_link` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `enrol_lti_lti2_share_key` -- DROP TABLE IF EXISTS `enrol_lti_lti2_share_key`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `enrol_lti_lti2_share_key` ( `id` bigint(11) NOT NULL AUTO_INCREMENT, `sharekey` varchar(32) NOT NULL DEFAULT '', `resourcelinkid` bigint(11) NOT NULL, `autoapprove` tinyint(1) NOT NULL, `expires` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `enroltilti2sharkey_sha_uix` (`sharekey`), UNIQUE KEY `enroltilti2sharkey_res_uix` (`resourcelinkid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Resource link share key'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `enrol_lti_lti2_share_key` -- LOCK TABLES `enrol_lti_lti2_share_key` WRITE; /*!40000 ALTER TABLE `enrol_lti_lti2_share_key` DISABLE KEYS */; /*!40000 ALTER TABLE `enrol_lti_lti2_share_key` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `enrol_lti_lti2_tool_proxy` -- DROP TABLE IF EXISTS `enrol_lti_lti2_tool_proxy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `enrol_lti_lti2_tool_proxy` ( `id` bigint(11) NOT NULL AUTO_INCREMENT, `toolproxykey` varchar(32) NOT NULL DEFAULT '', `consumerid` bigint(11) NOT NULL, `toolproxy` longtext NOT NULL, `created` bigint(10) NOT NULL, `updated` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `enroltilti2toolprox_too_uix` (`toolproxykey`), KEY `enroltilti2toolprox_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='A tool proxy between moodle and a consumer'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `enrol_lti_lti2_tool_proxy` -- LOCK TABLES `enrol_lti_lti2_tool_proxy` WRITE; /*!40000 ALTER TABLE `enrol_lti_lti2_tool_proxy` DISABLE KEYS */; /*!40000 ALTER TABLE `enrol_lti_lti2_tool_proxy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `enrol_lti_lti2_user_result` -- DROP TABLE IF EXISTS `enrol_lti_lti2_user_result`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `enrol_lti_lti2_user_result` ( `id` bigint(11) NOT NULL AUTO_INCREMENT, `resourcelinkid` bigint(11) NOT NULL, `ltiuserkey` varchar(255) NOT NULL DEFAULT '', `ltiresultsourcedid` varchar(1024) NOT NULL DEFAULT '', `created` bigint(10) NOT NULL, `updated` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `enroltilti2userresu_res_ix` (`resourcelinkid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Results for each user for each resource link'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `enrol_lti_lti2_user_result` -- LOCK TABLES `enrol_lti_lti2_user_result` WRITE; /*!40000 ALTER TABLE `enrol_lti_lti2_user_result` DISABLE KEYS */; /*!40000 ALTER TABLE `enrol_lti_lti2_user_result` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `enrol_lti_tool_consumer_map` -- DROP TABLE IF EXISTS `enrol_lti_tool_consumer_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `enrol_lti_tool_consumer_map` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `toolid` bigint(11) NOT NULL, `consumerid` bigint(11) NOT NULL, PRIMARY KEY (`id`), KEY `enroltitoolconsmap_too_ix` (`toolid`), KEY `enroltitoolconsmap_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Table that maps the published tool to tool consumers.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `enrol_lti_tool_consumer_map` -- LOCK TABLES `enrol_lti_tool_consumer_map` WRITE; /*!40000 ALTER TABLE `enrol_lti_tool_consumer_map` DISABLE KEYS */; /*!40000 ALTER TABLE `enrol_lti_tool_consumer_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `enrol_lti_tools` -- DROP TABLE IF EXISTS `enrol_lti_tools`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `enrol_lti_tools` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `enrolid` bigint(10) NOT NULL, `contextid` bigint(10) NOT NULL, `institution` varchar(40) NOT NULL DEFAULT '', `lang` varchar(30) NOT NULL DEFAULT 'en', `timezone` varchar(100) NOT NULL DEFAULT '99', `maxenrolled` bigint(10) NOT NULL DEFAULT '0', `maildisplay` tinyint(2) NOT NULL DEFAULT '2', `city` varchar(120) NOT NULL DEFAULT '', `country` varchar(2) NOT NULL DEFAULT '', `gradesync` tinyint(1) NOT NULL DEFAULT '0', `gradesynccompletion` tinyint(1) NOT NULL DEFAULT '0', `membersync` tinyint(1) NOT NULL DEFAULT '0', `membersyncmode` tinyint(1) NOT NULL DEFAULT '0', `roleinstructor` bigint(10) NOT NULL, `rolelearner` bigint(10) NOT NULL, `secret` longtext, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `enroltitool_enr_ix` (`enrolid`), KEY `enroltitool_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='List of tools provided to the remote system'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `enrol_lti_tools` -- LOCK TABLES `enrol_lti_tools` WRITE; /*!40000 ALTER TABLE `enrol_lti_tools` DISABLE KEYS */; /*!40000 ALTER TABLE `enrol_lti_tools` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `enrol_lti_users` -- DROP TABLE IF EXISTS `enrol_lti_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `enrol_lti_users` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `toolid` bigint(10) NOT NULL, `serviceurl` longtext, `sourceid` longtext, `consumerkey` longtext, `consumersecret` longtext, `membershipsurl` longtext, `membershipsid` longtext, `lastgrade` decimal(10,5) DEFAULT NULL, `lastaccess` bigint(10) DEFAULT NULL, `timecreated` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `enroltiuser_use_ix` (`userid`), KEY `enroltiuser_too_ix` (`toolid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='User access log and gradeback data'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `enrol_lti_users` -- LOCK TABLES `enrol_lti_users` WRITE; /*!40000 ALTER TABLE `enrol_lti_users` DISABLE KEYS */; /*!40000 ALTER TABLE `enrol_lti_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `enrol_paypal` -- DROP TABLE IF EXISTS `enrol_paypal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `enrol_paypal` ( `id` bigint(10) 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) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `instanceid` bigint(10) 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) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `enropayp_bus_ix` (`business`), KEY `enropayp_rec_ix` (`receiver_email`), KEY `enropayp_cou_ix` (`courseid`), KEY `enropayp_use_ix` (`userid`), KEY `enropayp_ins_ix` (`instanceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Holds all known information about PayPal transactions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `enrol_paypal` -- LOCK TABLES `enrol_paypal` WRITE; /*!40000 ALTER TABLE `enrol_paypal` DISABLE KEYS */; /*!40000 ALTER TABLE `enrol_paypal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `event` -- DROP TABLE IF EXISTS `event`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `event` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` longtext NOT NULL, `description` longtext NOT NULL, `format` smallint(4) NOT NULL DEFAULT '0', `categoryid` bigint(10) NOT NULL DEFAULT '0', `courseid` bigint(10) NOT NULL DEFAULT '0', `groupid` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `repeatid` bigint(10) NOT NULL DEFAULT '0', `modulename` varchar(20) NOT NULL DEFAULT '', `instance` bigint(10) NOT NULL DEFAULT '0', `type` smallint(4) NOT NULL DEFAULT '0', `eventtype` varchar(20) NOT NULL DEFAULT '', `timestart` bigint(10) NOT NULL DEFAULT '0', `timeduration` bigint(10) NOT NULL DEFAULT '0', `timesort` bigint(10) DEFAULT NULL, `visible` smallint(4) NOT NULL DEFAULT '1', `uuid` varchar(255) NOT NULL DEFAULT '', `sequence` bigint(10) NOT NULL DEFAULT '1', `timemodified` bigint(10) NOT NULL DEFAULT '0', `subscriptionid` bigint(10) DEFAULT NULL, `priority` bigint(10) DEFAULT NULL, `location` longtext, PRIMARY KEY (`id`), KEY `even_cou_ix` (`courseid`), KEY `even_use_ix` (`userid`), KEY `even_tim_ix` (`timestart`), KEY `even_tim2_ix` (`timeduration`), KEY `even_uui_ix` (`uuid`), KEY `even_typtim_ix` (`type`,`timesort`), KEY `even_grocoucatvisuse_ix` (`groupid`,`courseid`,`categoryid`,`visible`,`userid`), KEY `even_cat_ix` (`categoryid`), KEY `even_sub_ix` (`subscriptionid`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='For everything with a time associated to it'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `event` -- LOCK TABLES `event` WRITE; /*!40000 ALTER TABLE `event` DISABLE KEYS */; INSERT INTO `event` VALUES (1,'TCC deve ser concluído','',1,0,2,0,2,0,'lti',1,1,'expectcompletionon',1545327360,0,1545327360,1,'',1,1551116169,NULL,NULL,NULL),(2,'Texto de Introdução está pendente','

Texto de introdução a ser usado para o TCC

',1,0,2,0,11,0,'assign',1,1,'due',1550455200,0,1550455200,1,'',1,1549894378,NULL,NULL,NULL),(3,'Texto de Introdução está com avaliação pendente','

Texto de introdução a ser usado para o TCC

',1,0,2,0,11,0,'assign',1,1,'gradingdue',1551060000,0,1551060000,1,'',1,1549894378,NULL,NULL,NULL); /*!40000 ALTER TABLE `event` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `event_subscriptions` -- DROP TABLE IF EXISTS `event_subscriptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `event_subscriptions` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `url` varchar(255) NOT NULL DEFAULT '', `categoryid` bigint(10) NOT NULL DEFAULT '0', `courseid` bigint(10) NOT NULL DEFAULT '0', `groupid` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `eventtype` varchar(20) NOT NULL DEFAULT '', `pollinterval` bigint(10) NOT NULL DEFAULT '0', `lastupdated` bigint(10) DEFAULT NULL, `name` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Tracks subscriptions to remote calendars.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `event_subscriptions` -- LOCK TABLES `event_subscriptions` WRITE; /*!40000 ALTER TABLE `event_subscriptions` DISABLE KEYS */; /*!40000 ALTER TABLE `event_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `events_handlers` -- DROP TABLE IF EXISTS `events_handlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `events_handlers` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `eventname` varchar(166) NOT NULL DEFAULT '', `component` varchar(166) NOT NULL DEFAULT '', `handlerfile` varchar(255) NOT NULL DEFAULT '', `handlerfunction` longtext, `schedule` varchar(255) DEFAULT NULL, `status` bigint(10) NOT NULL DEFAULT '0', `internal` tinyint(2) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), UNIQUE KEY `evenhand_evecom_uix` (`eventname`,`component`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='This table is for storing which components requests what typ'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `events_handlers` -- LOCK TABLES `events_handlers` WRITE; /*!40000 ALTER TABLE `events_handlers` DISABLE KEYS */; /*!40000 ALTER TABLE `events_handlers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `events_queue` -- DROP TABLE IF EXISTS `events_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `events_queue` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `eventdata` longtext NOT NULL, `stackdump` longtext, `userid` bigint(10) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `evenqueu_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='This table is for storing queued events. It stores only one '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `events_queue` -- LOCK TABLES `events_queue` WRITE; /*!40000 ALTER TABLE `events_queue` DISABLE KEYS */; /*!40000 ALTER TABLE `events_queue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `events_queue_handlers` -- DROP TABLE IF EXISTS `events_queue_handlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `events_queue_handlers` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `queuedeventid` bigint(10) NOT NULL, `handlerid` bigint(10) NOT NULL, `status` bigint(10) DEFAULT NULL, `errormessage` longtext, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `evenqueuhand_que_ix` (`queuedeventid`), KEY `evenqueuhand_han_ix` (`handlerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='This is the list of queued handlers for processing. The even'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `events_queue_handlers` -- LOCK TABLES `events_queue_handlers` WRITE; /*!40000 ALTER TABLE `events_queue_handlers` DISABLE KEYS */; /*!40000 ALTER TABLE `events_queue_handlers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `external_functions` -- DROP TABLE IF EXISTS `external_functions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `external_functions` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL DEFAULT '', `classname` varchar(100) NOT NULL DEFAULT '', `methodname` varchar(100) NOT NULL DEFAULT '', `classpath` varchar(255) DEFAULT NULL, `component` varchar(100) NOT NULL DEFAULT '', `capabilities` varchar(255) DEFAULT NULL, `services` varchar(1333) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `extefunc_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=545 DEFAULT CHARSET=utf8 COMMENT='list of all external functions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `external_functions` -- LOCK TABLES `external_functions` WRITE; /*!40000 ALTER TABLE `external_functions` DISABLE KEYS */; INSERT INTO `external_functions` VALUES (1,'core_auth_confirm_user','core_auth_external','confirm_user',NULL,'moodle','',NULL),(2,'core_auth_request_password_reset','core_auth_external','request_password_reset',NULL,'moodle','',NULL),(3,'core_auth_is_minor','core_auth_external','is_minor',NULL,'moodle','',NULL),(4,'core_auth_is_age_digital_consent_verification_enabled','core_auth_external','is_age_digital_consent_verification_enabled',NULL,'moodle','',NULL),(5,'core_badges_get_user_badges','core_badges_external','get_user_badges',NULL,'moodle','moodle/badges:viewotherbadges','moodle_mobile_app'),(6,'core_calendar_get_calendar_monthly_view','core_calendar_external','get_calendar_monthly_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(7,'core_calendar_get_calendar_day_view','core_calendar_external','get_calendar_day_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(8,'core_calendar_get_calendar_upcoming_view','core_calendar_external','get_calendar_upcoming_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(9,'core_calendar_update_event_start_day','core_calendar_external','update_event_start_day','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries',NULL),(10,'core_calendar_create_calendar_events','core_calendar_external','create_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(11,'core_calendar_delete_calendar_events','core_calendar_external','delete_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(12,'core_calendar_get_calendar_events','core_calendar_external','get_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(13,'core_calendar_get_action_events_by_timesort','core_calendar_external','get_calendar_action_events_by_timesort','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(14,'core_calendar_get_action_events_by_course','core_calendar_external','get_calendar_action_events_by_course','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(15,'core_calendar_get_action_events_by_courses','core_calendar_external','get_calendar_action_events_by_courses','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(16,'core_calendar_get_calendar_event_by_id','core_calendar_external','get_calendar_event_by_id','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(17,'core_calendar_submit_create_update_form','core_calendar_external','submit_create_update_form','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries',NULL),(18,'core_cohort_add_cohort_members','core_cohort_external','add_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(19,'core_cohort_create_cohorts','core_cohort_external','create_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(20,'core_cohort_delete_cohort_members','core_cohort_external','delete_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(21,'core_cohort_delete_cohorts','core_cohort_external','delete_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(22,'core_cohort_get_cohort_members','core_cohort_external','get_cohort_members','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(23,'core_cohort_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(24,'core_cohort_get_cohorts','core_cohort_external','get_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(25,'core_cohort_update_cohorts','core_cohort_external','update_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(26,'core_comment_get_comments','core_comment_external','get_comments',NULL,'moodle','moodle/comment:view','moodle_mobile_app'),(27,'core_completion_get_activities_completion_status','core_completion_external','get_activities_completion_status',NULL,'moodle','','moodle_mobile_app'),(28,'core_completion_get_course_completion_status','core_completion_external','get_course_completion_status',NULL,'moodle','report/completion:view','moodle_mobile_app'),(29,'core_completion_mark_course_self_completed','core_completion_external','mark_course_self_completed',NULL,'moodle','','moodle_mobile_app'),(30,'core_completion_update_activity_completion_status_manually','core_completion_external','update_activity_completion_status_manually',NULL,'moodle','','moodle_mobile_app'),(31,'core_completion_override_activity_completion_status','core_completion_external','override_activity_completion_status',NULL,'moodle','moodle/course:overridecompletion',NULL),(32,'core_course_create_categories','core_course_external','create_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(33,'core_course_create_courses','core_course_external','create_courses','course/externallib.php','moodle','moodle/course:create, moodle/course:visibility',NULL),(34,'core_course_delete_categories','core_course_external','delete_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(35,'core_course_delete_courses','core_course_external','delete_courses','course/externallib.php','moodle','moodle/course:delete',NULL),(36,'core_course_delete_modules','core_course_external','delete_modules','course/externallib.php','moodle','moodle/course:manageactivities',NULL),(37,'core_course_duplicate_course','core_course_external','duplicate_course','course/externallib.php','moodle','moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create',NULL),(38,'core_course_get_categories','core_course_external','get_categories','course/externallib.php','moodle','moodle/category:viewhiddencategories','moodle_mobile_app'),(39,'core_course_get_contents','core_course_external','get_course_contents','course/externallib.php','moodle','moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(40,'core_course_get_course_module','core_course_external','get_course_module','course/externallib.php','moodle','','moodle_mobile_app'),(41,'core_course_get_course_module_by_instance','core_course_external','get_course_module_by_instance','course/externallib.php','moodle','','moodle_mobile_app'),(42,'core_course_get_module','core_course_external','get_module','course/externallib.php','moodle','',NULL),(43,'core_course_edit_module','core_course_external','edit_module','course/externallib.php','moodle','',NULL),(44,'core_course_edit_section','core_course_external','edit_section','course/externallib.php','moodle','',NULL),(45,'core_course_get_courses','core_course_external','get_courses','course/externallib.php','moodle','moodle/course:view, moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(46,'core_course_import_course','core_course_external','import_course','course/externallib.php','moodle','moodle/backup:backuptargetimport, moodle/restore:restoretargetimport',NULL),(47,'core_course_search_courses','core_course_external','search_courses','course/externallib.php','moodle','','moodle_mobile_app'),(48,'core_course_update_categories','core_course_external','update_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(49,'core_course_update_courses','core_course_external','update_courses','course/externallib.php','moodle','moodle/course:update, moodle/course:changecategory, moodle/course:changefullname, moodle/course:changeshortname, moodle/course:changeidnumber, moodle/course:changesummary, moodle/course:visibility',NULL),(50,'core_course_view_course','core_course_external','view_course','course/externallib.php','moodle','','moodle_mobile_app'),(51,'core_course_get_activities_overview','core_course_external','get_activities_overview','course/externallib.php','moodle','','moodle_mobile_app'),(52,'core_course_get_user_navigation_options','core_course_external','get_user_navigation_options','course/externallib.php','moodle','','moodle_mobile_app'),(53,'core_course_get_user_administration_options','core_course_external','get_user_administration_options','course/externallib.php','moodle','','moodle_mobile_app'),(54,'core_course_get_courses_by_field','core_course_external','get_courses_by_field','course/externallib.php','moodle','','moodle_mobile_app'),(55,'core_course_check_updates','core_course_external','check_updates','course/externallib.php','moodle','','moodle_mobile_app'),(56,'core_course_get_updates_since','core_course_external','get_updates_since','course/externallib.php','moodle','','moodle_mobile_app'),(57,'core_enrol_get_course_enrolment_methods','core_enrol_external','get_course_enrolment_methods','enrol/externallib.php','moodle','','moodle_mobile_app'),(58,'core_enrol_get_enrolled_users','core_enrol_external','get_enrolled_users','enrol/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(59,'core_enrol_get_enrolled_users_with_capability','core_enrol_external','get_enrolled_users_with_capability','enrol/externallib.php','moodle','',NULL),(60,'core_enrol_get_potential_users','core_enrol_external','get_potential_users','enrol/externallib.php','moodle','moodle/course:enrolreview',NULL),(61,'core_enrol_get_users_courses','core_enrol_external','get_users_courses','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(62,'core_enrol_edit_user_enrolment','core_enrol_external','edit_user_enrolment','enrol/externallib.php','moodle','',NULL),(63,'core_enrol_unenrol_user_enrolment','core_enrol_external','unenrol_user_enrolment','enrol/externallib.php','moodle','',NULL),(64,'core_fetch_notifications','core_external','fetch_notifications','lib/external/externallib.php','moodle','',NULL),(65,'core_files_get_files','core_files_external','get_files','files/externallib.php','moodle','','moodle_mobile_app'),(66,'core_files_upload','core_files_external','upload','files/externallib.php','moodle','',NULL),(67,'core_form_get_filetypes_browser_data','core_form\\external','get_filetypes_browser_data',NULL,'moodle','',NULL),(68,'core_get_component_strings','core_external','get_component_strings','lib/external/externallib.php','moodle','','moodle_mobile_app'),(69,'core_get_fragment','core_external','get_fragment','lib/external/externallib.php','moodle','',NULL),(70,'core_get_string','core_external','get_string','lib/external/externallib.php','moodle','',NULL),(71,'core_get_strings','core_external','get_strings','lib/external/externallib.php','moodle','',NULL),(72,'core_get_user_dates','core_external','get_user_dates','lib/external/externallib.php','moodle','',NULL),(73,'core_grades_get_grades','core_grades_external','get_grades',NULL,'moodle','moodle/grade:view, moodle/grade:viewall, moodle/grade:viewhidden',NULL),(74,'core_grades_update_grades','core_grades_external','update_grades',NULL,'moodle','',NULL),(75,'core_grading_get_definitions','core_grading_external','get_definitions',NULL,'moodle','',NULL),(76,'core_grading_get_gradingform_instances','core_grading_external','get_gradingform_instances',NULL,'moodle','',NULL),(77,'core_grading_save_definitions','core_grading_external','save_definitions',NULL,'moodle','',NULL),(78,'core_group_add_group_members','core_group_external','add_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(79,'core_group_assign_grouping','core_group_external','assign_grouping','group/externallib.php','moodle','',NULL),(80,'core_group_create_groupings','core_group_external','create_groupings','group/externallib.php','moodle','',NULL),(81,'core_group_create_groups','core_group_external','create_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(82,'core_group_delete_group_members','core_group_external','delete_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(83,'core_group_delete_groupings','core_group_external','delete_groupings','group/externallib.php','moodle','',NULL),(84,'core_group_delete_groups','core_group_external','delete_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(85,'core_group_get_activity_allowed_groups','core_group_external','get_activity_allowed_groups','group/externallib.php','moodle','','moodle_mobile_app'),(86,'core_group_get_activity_groupmode','core_group_external','get_activity_groupmode','group/externallib.php','moodle','','moodle_mobile_app'),(87,'core_group_get_course_groupings','core_group_external','get_course_groupings','group/externallib.php','moodle','',NULL),(88,'core_group_get_course_groups','core_group_external','get_course_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(89,'core_group_get_course_user_groups','core_group_external','get_course_user_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(90,'core_group_get_group_members','core_group_external','get_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(91,'core_group_get_groupings','core_group_external','get_groupings','group/externallib.php','moodle','',NULL),(92,'core_group_get_groups','core_group_external','get_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(93,'core_group_unassign_grouping','core_group_external','unassign_grouping','group/externallib.php','moodle','',NULL),(94,'core_group_update_groupings','core_group_external','update_groupings','group/externallib.php','moodle','',NULL),(95,'core_message_block_contacts','core_message_external','block_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(96,'core_message_create_contacts','core_message_external','create_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(97,'core_message_delete_contacts','core_message_external','delete_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(98,'core_message_delete_conversation','core_message_external','delete_conversation','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(99,'core_message_delete_message','core_message_external','delete_message','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(100,'core_message_get_blocked_users','core_message_external','get_blocked_users','message/externallib.php','moodle','','moodle_mobile_app'),(101,'core_message_data_for_messagearea_search_messages','core_message_external','data_for_messagearea_search_messages','message/externallib.php','moodle','','moodle_mobile_app'),(102,'core_message_data_for_messagearea_search_users','core_message_external','data_for_messagearea_search_users','message/externallib.php','moodle','',NULL),(103,'core_message_data_for_messagearea_search_users_in_course','core_message_external','data_for_messagearea_search_users_in_course','message/externallib.php','moodle','',NULL),(104,'core_message_data_for_messagearea_conversations','core_message_external','data_for_messagearea_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(105,'core_message_data_for_messagearea_contacts','core_message_external','data_for_messagearea_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(106,'core_message_data_for_messagearea_messages','core_message_external','data_for_messagearea_messages','message/externallib.php','moodle','','moodle_mobile_app'),(107,'core_message_data_for_messagearea_get_most_recent_message','core_message_external','data_for_messagearea_get_most_recent_message','message/externallib.php','moodle','',NULL),(108,'core_message_data_for_messagearea_get_profile','core_message_external','data_for_messagearea_get_profile','message/externallib.php','moodle','',NULL),(109,'core_message_get_contacts','core_message_external','get_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(110,'core_message_get_messages','core_message_external','get_messages','message/externallib.php','moodle','','moodle_mobile_app'),(111,'core_message_get_unread_conversations_count','core_message_external','get_unread_conversations_count','message/externallib.php','moodle','','moodle_mobile_app'),(112,'core_message_mark_all_notifications_as_read','core_message_external','mark_all_notifications_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(113,'core_message_mark_all_messages_as_read','core_message_external','mark_all_messages_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(114,'core_message_mark_message_read','core_message_external','mark_message_read','message/externallib.php','moodle','','moodle_mobile_app'),(115,'core_message_mark_notification_read','core_message_external','mark_notification_read','message/externallib.php','moodle','','moodle_mobile_app'),(116,'core_message_message_processor_config_form','core_message_external','message_processor_config_form','message/externallib.php','moodle','','moodle_mobile_app'),(117,'core_message_get_message_processor','core_message_external','get_message_processor','message/externallib.php','moodle','',NULL),(118,'core_message_search_contacts','core_message_external','search_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(119,'core_message_send_instant_messages','core_message_external','send_instant_messages','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(120,'core_message_unblock_contacts','core_message_external','unblock_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(121,'core_message_get_user_notification_preferences','core_message_external','get_user_notification_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(122,'core_message_get_user_message_preferences','core_message_external','get_user_message_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(123,'core_notes_create_notes','core_notes_external','create_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(124,'core_notes_delete_notes','core_notes_external','delete_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(125,'core_notes_get_course_notes','core_notes_external','get_course_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(126,'core_notes_get_notes','core_notes_external','get_notes','notes/externallib.php','moodle','moodle/notes:view',NULL),(127,'core_notes_update_notes','core_notes_external','update_notes','notes/externallib.php','moodle','moodle/notes:manage',NULL),(128,'core_notes_view_notes','core_notes_external','view_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(129,'core_output_load_template','core\\output\\external','load_template',NULL,'moodle','',NULL),(130,'core_output_load_fontawesome_icon_map','core\\output\\external','load_fontawesome_icon_map',NULL,'moodle','',NULL),(131,'core_question_update_flag','core_question_external','update_flag',NULL,'moodle','moodle/question:flag','moodle_mobile_app'),(132,'core_question_submit_tags_form','core_question_external','submit_tags_form',NULL,'moodle','',NULL),(133,'core_question_get_random_question_summaries','core_question_external','get_random_question_summaries',NULL,'moodle','',NULL),(134,'core_rating_get_item_ratings','core_rating_external','get_item_ratings',NULL,'moodle','moodle/rating:view','moodle_mobile_app'),(135,'core_rating_add_rating','core_rating_external','add_rating',NULL,'moodle','moodle/rating:rate','moodle_mobile_app'),(136,'core_role_assign_roles','core_role_external','assign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(137,'core_role_unassign_roles','core_role_external','unassign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(138,'core_search_get_relevant_users','\\core_search\\external','get_relevant_users',NULL,'moodle','',NULL),(139,'core_tag_get_tagindex','core_tag_external','get_tagindex',NULL,'moodle','',NULL),(140,'core_tag_get_tags','core_tag_external','get_tags',NULL,'moodle','',NULL),(141,'core_tag_update_tags','core_tag_external','update_tags',NULL,'moodle','',NULL),(142,'core_update_inplace_editable','core_external','update_inplace_editable','lib/external/externallib.php','moodle','',NULL),(143,'core_user_add_user_device','core_user_external','add_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(144,'core_user_add_user_private_files','core_user_external','add_user_private_files','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(145,'core_user_create_users','core_user_external','create_users','user/externallib.php','moodle','moodle/user:create',NULL),(146,'core_user_delete_users','core_user_external','delete_users','user/externallib.php','moodle','moodle/user:delete',NULL),(147,'core_user_get_course_user_profiles','core_user_external','get_course_user_profiles','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(148,'core_user_get_users','core_user_external','get_users','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update',NULL),(149,'core_user_get_users_by_field','core_user_external','get_users_by_field','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update','moodle_mobile_app'),(150,'core_user_remove_user_device','core_user_external','remove_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(151,'core_user_update_users','core_user_external','update_users','user/externallib.php','moodle','moodle/user:update',NULL),(152,'core_user_update_user_preferences','core_user_external','update_user_preferences','user/externallib.php','moodle','moodle/user:editownmessageprofile, moodle/user:editmessageprofile','moodle_mobile_app'),(153,'core_user_view_user_list','core_user_external','view_user_list','user/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(154,'core_user_view_user_profile','core_user_external','view_user_profile','user/externallib.php','moodle','moodle/user:viewdetails','moodle_mobile_app'),(155,'core_user_get_user_preferences','core_user_external','get_user_preferences','user/externallib.php','moodle','','moodle_mobile_app'),(156,'core_user_update_picture','core_user_external','update_picture','user/externallib.php','moodle','moodle/user:editownprofile, moodle/user:editprofile','moodle_mobile_app'),(157,'core_user_set_user_preferences','core_user_external','set_user_preferences','user/externallib.php','moodle','moodle/site:config','moodle_mobile_app'),(158,'core_user_agree_site_policy','core_user_external','agree_site_policy','user/externallib.php','moodle','','moodle_mobile_app'),(159,'core_user_get_private_files_info','core_user_external','get_private_files_info','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(160,'core_competency_create_competency_framework','core_competency\\external','create_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(161,'core_competency_read_competency_framework','core_competency\\external','read_competency_framework',NULL,'moodle','moodle/competency:competencyview',NULL),(162,'core_competency_duplicate_competency_framework','core_competency\\external','duplicate_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(163,'core_competency_delete_competency_framework','core_competency\\external','delete_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(164,'core_competency_update_competency_framework','core_competency\\external','update_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(165,'core_competency_list_competency_frameworks','core_competency\\external','list_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(166,'core_competency_count_competency_frameworks','core_competency\\external','count_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(167,'core_competency_competency_framework_viewed','core_competency\\external','competency_framework_viewed',NULL,'moodle','moodle/competency:competencyview',NULL),(168,'core_competency_create_competency','core_competency\\external','create_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(169,'core_competency_read_competency','core_competency\\external','read_competency',NULL,'moodle','moodle/competency:competencyview',NULL),(170,'core_competency_competency_viewed','core_competency\\external','competency_viewed',NULL,'moodle','moodle/competency:competencyview','moodle_mobile_app'),(171,'core_competency_delete_competency','core_competency\\external','delete_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(172,'core_competency_update_competency','core_competency\\external','update_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(173,'core_competency_list_competencies','core_competency\\external','list_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(174,'core_competency_list_competencies_in_template','core_competency\\external','list_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(175,'core_competency_count_competencies','core_competency\\external','count_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(176,'core_competency_count_competencies_in_template','core_competency\\external','count_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(177,'core_competency_search_competencies','core_competency\\external','search_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(178,'core_competency_set_parent_competency','core_competency\\external','set_parent_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(179,'core_competency_move_up_competency','core_competency\\external','move_up_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(180,'core_competency_move_down_competency','core_competency\\external','move_down_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(181,'core_competency_list_course_competencies','core_competency\\external','list_course_competencies',NULL,'moodle','moodle/competency:coursecompetencyview','moodle_mobile_app'),(182,'core_competency_count_competencies_in_course','core_competency\\external','count_competencies_in_course',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(183,'core_competency_count_courses_using_competency','core_competency\\external','count_courses_using_competency',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(184,'core_competency_add_competency_to_course','core_competency\\external','add_competency_to_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(185,'core_competency_add_competency_to_template','core_competency\\external','add_competency_to_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(186,'core_competency_remove_competency_from_course','core_competency\\external','remove_competency_from_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(187,'core_competency_set_course_competency_ruleoutcome','core_competency\\external','set_course_competency_ruleoutcome',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(188,'core_competency_remove_competency_from_template','core_competency\\external','remove_competency_from_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(189,'core_competency_reorder_course_competency','core_competency\\external','reorder_course_competency',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(190,'core_competency_reorder_template_competency','core_competency\\external','reorder_template_competency',NULL,'moodle','moodle/competency:templatemanage',NULL),(191,'core_competency_create_template','core_competency\\external','create_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(192,'core_competency_duplicate_template','core_competency\\external','duplicate_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(193,'core_competency_read_template','core_competency\\external','read_template',NULL,'moodle','moodle/competency:templateview',NULL),(194,'core_competency_delete_template','core_competency\\external','delete_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(195,'core_competency_update_template','core_competency\\external','update_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(196,'core_competency_list_templates','core_competency\\external','list_templates',NULL,'moodle','moodle/competency:templateview',NULL),(197,'core_competency_list_templates_using_competency','core_competency\\external','list_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(198,'core_competency_count_templates','core_competency\\external','count_templates',NULL,'moodle','moodle/competency:templateview',NULL),(199,'core_competency_count_templates_using_competency','core_competency\\external','count_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(200,'core_competency_create_plan','core_competency\\external','create_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(201,'core_competency_update_plan','core_competency\\external','update_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(202,'core_competency_complete_plan','core_competency\\external','complete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(203,'core_competency_reopen_plan','core_competency\\external','reopen_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(204,'core_competency_read_plan','core_competency\\external','read_plan',NULL,'moodle','moodle/competency:planviewown',NULL),(205,'core_competency_delete_plan','core_competency\\external','delete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(206,'core_competency_list_user_plans','core_competency\\external','list_user_plans',NULL,'moodle','moodle/competency:planviewown',NULL),(207,'core_competency_list_plan_competencies','core_competency\\external','list_plan_competencies',NULL,'moodle','moodle/competency:planviewown',NULL),(208,'core_competency_add_competency_to_plan','core_competency\\external','add_competency_to_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(209,'core_competency_remove_competency_from_plan','core_competency\\external','remove_competency_from_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(210,'core_competency_reorder_plan_competency','core_competency\\external','reorder_plan_competency',NULL,'moodle','moodle/competency:planmanage',NULL),(211,'core_competency_plan_request_review','core_competency\\external','plan_request_review',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(212,'core_competency_plan_start_review','core_competency\\external','plan_start_review',NULL,'moodle','moodle/competency:planmanage',NULL),(213,'core_competency_plan_stop_review','core_competency\\external','plan_stop_review',NULL,'moodle','moodle/competency:planmanage',NULL),(214,'core_competency_plan_cancel_review_request','core_competency\\external','plan_cancel_review_request',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(215,'core_competency_approve_plan','core_competency\\external','approve_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(216,'core_competency_unapprove_plan','core_competency\\external','unapprove_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(217,'core_competency_template_has_related_data','core_competency\\external','template_has_related_data',NULL,'moodle','moodle/competency:templateview',NULL),(218,'core_competency_get_scale_values','core_competency\\external','get_scale_values',NULL,'moodle','moodle/competency:competencymanage','moodle_mobile_app'),(219,'core_competency_add_related_competency','core_competency\\external','add_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(220,'core_competency_remove_related_competency','core_competency\\external','remove_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(221,'core_competency_read_user_evidence','core_competency\\external','read_user_evidence',NULL,'moodle','moodle/competency:userevidenceview',NULL),(222,'core_competency_delete_user_evidence','core_competency\\external','delete_user_evidence',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(223,'core_competency_create_user_evidence_competency','core_competency\\external','create_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown, moodle/competency:competencyview',NULL),(224,'core_competency_delete_user_evidence_competency','core_competency\\external','delete_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(225,'core_competency_user_competency_cancel_review_request','core_competency\\external','user_competency_cancel_review_request',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(226,'core_competency_user_competency_request_review','core_competency\\external','user_competency_request_review',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(227,'core_competency_user_competency_start_review','core_competency\\external','user_competency_start_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(228,'core_competency_user_competency_stop_review','core_competency\\external','user_competency_stop_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(229,'core_competency_user_competency_viewed','core_competency\\external','user_competency_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(230,'core_competency_user_competency_viewed_in_plan','core_competency\\external','user_competency_viewed_in_plan',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(231,'core_competency_user_competency_viewed_in_course','core_competency\\external','user_competency_viewed_in_course',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(232,'core_competency_user_competency_plan_viewed','core_competency\\external','user_competency_plan_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(233,'core_competency_grade_competency','core_competency\\external','grade_competency',NULL,'moodle','moodle/competency:competencygrade',NULL),(234,'core_competency_grade_competency_in_plan','core_competency\\external','grade_competency_in_plan',NULL,'moodle','moodle/competency:competencygrade',NULL),(235,'core_competency_grade_competency_in_course','core_competency\\external','grade_competency_in_course',NULL,'moodle','moodle/competency:competencygrade','moodle_mobile_app'),(236,'core_competency_unlink_plan_from_template','core_competency\\external','unlink_plan_from_template',NULL,'moodle','moodle/competency:planmanage',NULL),(237,'core_competency_template_viewed','core_competency\\external','template_viewed',NULL,'moodle','moodle/competency:templateview',NULL),(238,'core_competency_request_review_of_user_evidence_linked_competencies','core_competency\\external','request_review_of_user_evidence_linked_competencies',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(239,'core_competency_update_course_competency_settings','core_competency\\external','update_course_competency_settings',NULL,'moodle','moodle/competency:coursecompetencyconfigure',NULL),(240,'core_competency_delete_evidence','core_competency\\external','delete_evidence',NULL,'moodle','moodle/competency:evidencedelete','moodle_mobile_app'),(241,'core_webservice_get_site_info','core_webservice_external','get_site_info','webservice/externallib.php','moodle','','moodle_mobile_app'),(242,'core_block_get_course_blocks','core_block_external','get_course_blocks',NULL,'moodle','','moodle_mobile_app'),(243,'core_filters_get_available_in_context','core_filters\\external','get_available_in_context',NULL,'moodle','','moodle_mobile_app'),(244,'mod_assign_copy_previous_attempt','mod_assign_external','copy_previous_attempt','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:submit',NULL),(245,'mod_assign_get_grades','mod_assign_external','get_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(246,'mod_assign_get_assignments','mod_assign_external','get_assignments','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(247,'mod_assign_get_submissions','mod_assign_external','get_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(248,'mod_assign_get_user_flags','mod_assign_external','get_user_flags','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(249,'mod_assign_set_user_flags','mod_assign_external','set_user_flags','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(250,'mod_assign_get_user_mappings','mod_assign_external','get_user_mappings','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(251,'mod_assign_revert_submissions_to_draft','mod_assign_external','revert_submissions_to_draft','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(252,'mod_assign_lock_submissions','mod_assign_external','lock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(253,'mod_assign_unlock_submissions','mod_assign_external','unlock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(254,'mod_assign_save_submission','mod_assign_external','save_submission','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(255,'mod_assign_submit_for_grading','mod_assign_external','submit_for_grading','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(256,'mod_assign_save_grade','mod_assign_external','save_grade','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(257,'mod_assign_save_grades','mod_assign_external','save_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(258,'mod_assign_save_user_extensions','mod_assign_external','save_user_extensions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(259,'mod_assign_reveal_identities','mod_assign_external','reveal_identities','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(260,'mod_assign_view_grading_table','mod_assign_external','view_grading_table','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(261,'mod_assign_view_submission_status','mod_assign_external','view_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(262,'mod_assign_get_submission_status','mod_assign_external','get_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(263,'mod_assign_list_participants','mod_assign_external','list_participants','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(264,'mod_assign_submit_grading_form','mod_assign_external','submit_grading_form','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(265,'mod_assign_get_participant','mod_assign_external','get_participant','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(266,'mod_assign_view_assign','mod_assign_external','view_assign','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(267,'mod_book_view_book','mod_book_external','view_book',NULL,'mod_book','mod/book:read','moodle_mobile_app'),(268,'mod_book_get_books_by_courses','mod_book_external','get_books_by_courses',NULL,'mod_book','','moodle_mobile_app'),(269,'mod_chat_login_user','mod_chat_external','login_user',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(270,'mod_chat_get_chat_users','mod_chat_external','get_chat_users',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(271,'mod_chat_send_chat_message','mod_chat_external','send_chat_message',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(272,'mod_chat_get_chat_latest_messages','mod_chat_external','get_chat_latest_messages',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(273,'mod_chat_view_chat','mod_chat_external','view_chat',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(274,'mod_chat_get_chats_by_courses','mod_chat_external','get_chats_by_courses',NULL,'mod_chat','','moodle_mobile_app'),(275,'mod_chat_get_sessions','mod_chat_external','get_sessions',NULL,'mod_chat','','moodle_mobile_app'),(276,'mod_chat_get_session_messages','mod_chat_external','get_session_messages',NULL,'mod_chat','','moodle_mobile_app'),(277,'mod_choice_get_choice_results','mod_choice_external','get_choice_results',NULL,'mod_choice','','moodle_mobile_app'),(278,'mod_choice_get_choice_options','mod_choice_external','get_choice_options',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(279,'mod_choice_submit_choice_response','mod_choice_external','submit_choice_response',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(280,'mod_choice_view_choice','mod_choice_external','view_choice',NULL,'mod_choice','','moodle_mobile_app'),(281,'mod_choice_get_choices_by_courses','mod_choice_external','get_choices_by_courses',NULL,'mod_choice','','moodle_mobile_app'),(282,'mod_choice_delete_choice_responses','mod_choice_external','delete_choice_responses',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(283,'mod_data_get_databases_by_courses','mod_data_external','get_databases_by_courses',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(284,'mod_data_view_database','mod_data_external','view_database',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(285,'mod_data_get_data_access_information','mod_data_external','get_data_access_information',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(286,'mod_data_get_entries','mod_data_external','get_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(287,'mod_data_get_entry','mod_data_external','get_entry',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(288,'mod_data_get_fields','mod_data_external','get_fields',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(289,'mod_data_search_entries','mod_data_external','search_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(290,'mod_data_approve_entry','mod_data_external','approve_entry',NULL,'mod_data','mod/data:approve','moodle_mobile_app'),(291,'mod_data_delete_entry','mod_data_external','delete_entry',NULL,'mod_data','mod/data:manageentries','moodle_mobile_app'),(292,'mod_data_add_entry','mod_data_external','add_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(293,'mod_data_update_entry','mod_data_external','update_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(294,'mod_feedback_get_feedbacks_by_courses','mod_feedback_external','get_feedbacks_by_courses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(295,'mod_feedback_get_feedback_access_information','mod_feedback_external','get_feedback_access_information',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(296,'mod_feedback_view_feedback','mod_feedback_external','view_feedback',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(297,'mod_feedback_get_current_completed_tmp','mod_feedback_external','get_current_completed_tmp',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(298,'mod_feedback_get_items','mod_feedback_external','get_items',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(299,'mod_feedback_launch_feedback','mod_feedback_external','launch_feedback',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(300,'mod_feedback_get_page_items','mod_feedback_external','get_page_items',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(301,'mod_feedback_process_page','mod_feedback_external','process_page',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(302,'mod_feedback_get_analysis','mod_feedback_external','get_analysis',NULL,'mod_feedback','mod/feedback:viewanalysepage','moodle_mobile_app'),(303,'mod_feedback_get_unfinished_responses','mod_feedback_external','get_unfinished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(304,'mod_feedback_get_finished_responses','mod_feedback_external','get_finished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(305,'mod_feedback_get_non_respondents','mod_feedback_external','get_non_respondents',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(306,'mod_feedback_get_responses_analysis','mod_feedback_external','get_responses_analysis',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(307,'mod_feedback_get_last_completed','mod_feedback_external','get_last_completed',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(308,'mod_folder_view_folder','mod_folder_external','view_folder',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(309,'mod_folder_get_folders_by_courses','mod_folder_external','get_folders_by_courses',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(310,'mod_forum_get_forums_by_courses','mod_forum_external','get_forums_by_courses','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(311,'mod_forum_get_forum_discussion_posts','mod_forum_external','get_forum_discussion_posts','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting','moodle_mobile_app'),(312,'mod_forum_get_forum_discussions_paginated','mod_forum_external','get_forum_discussions_paginated','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting','moodle_mobile_app'),(313,'mod_forum_view_forum','mod_forum_external','view_forum','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(314,'mod_forum_view_forum_discussion','mod_forum_external','view_forum_discussion','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(315,'mod_forum_add_discussion_post','mod_forum_external','add_discussion_post','mod/forum/externallib.php','mod_forum','mod/forum:replypost','moodle_mobile_app'),(316,'mod_forum_add_discussion','mod_forum_external','add_discussion','mod/forum/externallib.php','mod_forum','mod/forum:startdiscussion','moodle_mobile_app'),(317,'mod_forum_can_add_discussion','mod_forum_external','can_add_discussion','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(318,'mod_glossary_get_glossaries_by_courses','mod_glossary_external','get_glossaries_by_courses',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(319,'mod_glossary_view_glossary','mod_glossary_external','view_glossary',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(320,'mod_glossary_view_entry','mod_glossary_external','view_entry',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(321,'mod_glossary_get_entries_by_letter','mod_glossary_external','get_entries_by_letter',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(322,'mod_glossary_get_entries_by_date','mod_glossary_external','get_entries_by_date',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(323,'mod_glossary_get_categories','mod_glossary_external','get_categories',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(324,'mod_glossary_get_entries_by_category','mod_glossary_external','get_entries_by_category',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(325,'mod_glossary_get_authors','mod_glossary_external','get_authors',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(326,'mod_glossary_get_entries_by_author','mod_glossary_external','get_entries_by_author',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(327,'mod_glossary_get_entries_by_author_id','mod_glossary_external','get_entries_by_author_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(328,'mod_glossary_get_entries_by_search','mod_glossary_external','get_entries_by_search',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(329,'mod_glossary_get_entries_by_term','mod_glossary_external','get_entries_by_term',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(330,'mod_glossary_get_entries_to_approve','mod_glossary_external','get_entries_to_approve',NULL,'mod_glossary','mod/glossary:approve','moodle_mobile_app'),(331,'mod_glossary_get_entry_by_id','mod_glossary_external','get_entry_by_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(332,'mod_glossary_add_entry','mod_glossary_external','add_entry',NULL,'mod_glossary','mod/glossary:write','moodle_mobile_app'),(333,'mod_imscp_view_imscp','mod_imscp_external','view_imscp',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(334,'mod_imscp_get_imscps_by_courses','mod_imscp_external','get_imscps_by_courses',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(335,'mod_label_get_labels_by_courses','mod_label_external','get_labels_by_courses',NULL,'mod_label','mod/label:view','moodle_mobile_app'),(336,'mod_lesson_get_lessons_by_courses','mod_lesson_external','get_lessons_by_courses',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(337,'mod_lesson_get_lesson_access_information','mod_lesson_external','get_lesson_access_information',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(338,'mod_lesson_view_lesson','mod_lesson_external','view_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(339,'mod_lesson_get_questions_attempts','mod_lesson_external','get_questions_attempts',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(340,'mod_lesson_get_user_grade','mod_lesson_external','get_user_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(341,'mod_lesson_get_user_attempt_grade','mod_lesson_external','get_user_attempt_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(342,'mod_lesson_get_content_pages_viewed','mod_lesson_external','get_content_pages_viewed',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(343,'mod_lesson_get_user_timers','mod_lesson_external','get_user_timers',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(344,'mod_lesson_get_pages','mod_lesson_external','get_pages',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(345,'mod_lesson_launch_attempt','mod_lesson_external','launch_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(346,'mod_lesson_get_page_data','mod_lesson_external','get_page_data',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(347,'mod_lesson_process_page','mod_lesson_external','process_page',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(348,'mod_lesson_finish_attempt','mod_lesson_external','finish_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(349,'mod_lesson_get_attempts_overview','mod_lesson_external','get_attempts_overview',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(350,'mod_lesson_get_user_attempt','mod_lesson_external','get_user_attempt',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(351,'mod_lesson_get_pages_possible_jumps','mod_lesson_external','get_pages_possible_jumps',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(352,'mod_lesson_get_lesson','mod_lesson_external','get_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(353,'mod_lti_get_tool_launch_data','mod_lti_external','get_tool_launch_data',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(354,'mod_lti_get_ltis_by_courses','mod_lti_external','get_ltis_by_courses',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(355,'mod_lti_view_lti','mod_lti_external','view_lti',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(356,'mod_lti_get_tool_proxies','mod_lti_external','get_tool_proxies',NULL,'mod_lti','moodle/site:config',NULL),(357,'mod_lti_create_tool_proxy','mod_lti_external','create_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(358,'mod_lti_delete_tool_proxy','mod_lti_external','delete_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(359,'mod_lti_get_tool_proxy_registration_request','mod_lti_external','get_tool_proxy_registration_request',NULL,'mod_lti','moodle/site:config',NULL),(360,'mod_lti_get_tool_types','mod_lti_external','get_tool_types',NULL,'mod_lti','moodle/site:config',NULL),(361,'mod_lti_create_tool_type','mod_lti_external','create_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(362,'mod_lti_update_tool_type','mod_lti_external','update_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(363,'mod_lti_delete_tool_type','mod_lti_external','delete_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(364,'mod_lti_is_cartridge','mod_lti_external','is_cartridge',NULL,'mod_lti','moodle/site:config',NULL),(365,'mod_page_view_page','mod_page_external','view_page',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(366,'mod_page_get_pages_by_courses','mod_page_external','get_pages_by_courses',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(367,'mod_quiz_get_quizzes_by_courses','mod_quiz_external','get_quizzes_by_courses',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(368,'mod_quiz_view_quiz','mod_quiz_external','view_quiz',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(369,'mod_quiz_get_user_attempts','mod_quiz_external','get_user_attempts',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(370,'mod_quiz_get_user_best_grade','mod_quiz_external','get_user_best_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(371,'mod_quiz_get_combined_review_options','mod_quiz_external','get_combined_review_options',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(372,'mod_quiz_start_attempt','mod_quiz_external','start_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(373,'mod_quiz_get_attempt_data','mod_quiz_external','get_attempt_data',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(374,'mod_quiz_get_attempt_summary','mod_quiz_external','get_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(375,'mod_quiz_save_attempt','mod_quiz_external','save_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(376,'mod_quiz_process_attempt','mod_quiz_external','process_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(377,'mod_quiz_get_attempt_review','mod_quiz_external','get_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(378,'mod_quiz_view_attempt','mod_quiz_external','view_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(379,'mod_quiz_view_attempt_summary','mod_quiz_external','view_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(380,'mod_quiz_view_attempt_review','mod_quiz_external','view_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(381,'mod_quiz_get_quiz_feedback_for_grade','mod_quiz_external','get_quiz_feedback_for_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(382,'mod_quiz_get_quiz_access_information','mod_quiz_external','get_quiz_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(383,'mod_quiz_get_attempt_access_information','mod_quiz_external','get_attempt_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(384,'mod_quiz_get_quiz_required_qtypes','mod_quiz_external','get_quiz_required_qtypes',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(385,'mod_resource_view_resource','mod_resource_external','view_resource',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(386,'mod_resource_get_resources_by_courses','mod_resource_external','get_resources_by_courses',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(387,'mod_scorm_view_scorm','mod_scorm_external','view_scorm',NULL,'mod_scorm','','moodle_mobile_app'),(388,'mod_scorm_get_scorm_attempt_count','mod_scorm_external','get_scorm_attempt_count',NULL,'mod_scorm','','moodle_mobile_app'),(389,'mod_scorm_get_scorm_scoes','mod_scorm_external','get_scorm_scoes',NULL,'mod_scorm','','moodle_mobile_app'),(390,'mod_scorm_get_scorm_user_data','mod_scorm_external','get_scorm_user_data',NULL,'mod_scorm','','moodle_mobile_app'),(391,'mod_scorm_insert_scorm_tracks','mod_scorm_external','insert_scorm_tracks',NULL,'mod_scorm','mod/scorm:savetrack','moodle_mobile_app'),(392,'mod_scorm_get_scorm_sco_tracks','mod_scorm_external','get_scorm_sco_tracks',NULL,'mod_scorm','','moodle_mobile_app'),(393,'mod_scorm_get_scorms_by_courses','mod_scorm_external','get_scorms_by_courses',NULL,'mod_scorm','','moodle_mobile_app'),(394,'mod_scorm_launch_sco','mod_scorm_external','launch_sco',NULL,'mod_scorm','','moodle_mobile_app'),(395,'mod_survey_get_surveys_by_courses','mod_survey_external','get_surveys_by_courses',NULL,'mod_survey','','moodle_mobile_app'),(396,'mod_survey_view_survey','mod_survey_external','view_survey',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(397,'mod_survey_get_questions','mod_survey_external','get_questions',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(398,'mod_survey_submit_answers','mod_survey_external','submit_answers',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(399,'mod_url_view_url','mod_url_external','view_url',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(400,'mod_url_get_urls_by_courses','mod_url_external','get_urls_by_courses',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(401,'mod_wiki_get_wikis_by_courses','mod_wiki_external','get_wikis_by_courses',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(402,'mod_wiki_view_wiki','mod_wiki_external','view_wiki',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(403,'mod_wiki_view_page','mod_wiki_external','view_page',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(404,'mod_wiki_get_subwikis','mod_wiki_external','get_subwikis',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(405,'mod_wiki_get_subwiki_pages','mod_wiki_external','get_subwiki_pages',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(406,'mod_wiki_get_subwiki_files','mod_wiki_external','get_subwiki_files',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(407,'mod_wiki_get_page_contents','mod_wiki_external','get_page_contents',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(408,'mod_wiki_get_page_for_editing','mod_wiki_external','get_page_for_editing',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(409,'mod_wiki_new_page','mod_wiki_external','new_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(410,'mod_wiki_edit_page','mod_wiki_external','edit_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(411,'mod_workshop_get_workshops_by_courses','mod_workshop_external','get_workshops_by_courses',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(412,'mod_workshop_get_workshop_access_information','mod_workshop_external','get_workshop_access_information',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(413,'mod_workshop_get_user_plan','mod_workshop_external','get_user_plan',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(414,'mod_workshop_view_workshop','mod_workshop_external','view_workshop',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(415,'mod_workshop_add_submission','mod_workshop_external','add_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(416,'mod_workshop_update_submission','mod_workshop_external','update_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(417,'mod_workshop_delete_submission','mod_workshop_external','delete_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(418,'mod_workshop_get_submissions','mod_workshop_external','get_submissions',NULL,'mod_workshop','','moodle_mobile_app'),(419,'mod_workshop_get_submission','mod_workshop_external','get_submission',NULL,'mod_workshop','','moodle_mobile_app'),(420,'mod_workshop_get_submission_assessments','mod_workshop_external','get_submission_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(421,'mod_workshop_get_assessment','mod_workshop_external','get_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(422,'mod_workshop_get_assessment_form_definition','mod_workshop_external','get_assessment_form_definition',NULL,'mod_workshop','','moodle_mobile_app'),(423,'mod_workshop_get_reviewer_assessments','mod_workshop_external','get_reviewer_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(424,'mod_workshop_update_assessment','mod_workshop_external','update_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(425,'mod_workshop_get_grades','mod_workshop_external','get_grades',NULL,'mod_workshop','','moodle_mobile_app'),(426,'mod_workshop_evaluate_assessment','mod_workshop_external','evaluate_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(427,'mod_workshop_get_grades_report','mod_workshop_external','get_grades_report',NULL,'mod_workshop','','moodle_mobile_app'),(428,'mod_workshop_view_submission','mod_workshop_external','view_submission',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(429,'mod_workshop_evaluate_submission','mod_workshop_external','evaluate_submission',NULL,'mod_workshop','','moodle_mobile_app'),(430,'auth_email_get_signup_settings','auth_email_external','get_signup_settings',NULL,'auth_email','',NULL),(431,'auth_email_signup_user','auth_email_external','signup_user',NULL,'auth_email','',NULL),(432,'enrol_guest_get_instance_info','enrol_guest_external','get_instance_info',NULL,'enrol_guest','','moodle_mobile_app'),(433,'enrol_manual_enrol_users','enrol_manual_external','enrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:enrol',NULL),(434,'enrol_manual_unenrol_users','enrol_manual_external','unenrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:unenrol',NULL),(435,'enrol_self_get_instance_info','enrol_self_external','get_instance_info','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(436,'enrol_self_enrol_user','enrol_self_external','enrol_user','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(437,'message_airnotifier_is_system_configured','message_airnotifier_external','is_system_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(438,'message_airnotifier_are_notification_preferences_configured','message_airnotifier_external','are_notification_preferences_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(439,'message_airnotifier_get_user_devices','message_airnotifier_external','get_user_devices','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(440,'message_airnotifier_enable_device','message_airnotifier_external','enable_device','message/output/airnotifier/externallib.php','message_airnotifier','message/airnotifier:managedevice','moodle_mobile_app'),(441,'message_popup_get_popup_notifications','message_popup_external','get_popup_notifications','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(442,'message_popup_get_unread_popup_notification_count','message_popup_external','get_unread_popup_notification_count','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(443,'report_competency_data_for_report','report_competency\\external','data_for_report',NULL,'report_competency','moodle/competency:coursecompetencyview',NULL),(444,'report_insights_set_notuseful_prediction','report_insights\\external','set_notuseful_prediction',NULL,'report_insights','','moodle_mobile_app'),(445,'report_insights_set_fixed_prediction','report_insights\\external','set_fixed_prediction',NULL,'report_insights','','moodle_mobile_app'),(446,'gradereport_overview_get_course_grades','gradereport_overview_external','get_course_grades',NULL,'gradereport_overview','','moodle_mobile_app'),(447,'gradereport_overview_view_grade_report','gradereport_overview_external','view_grade_report',NULL,'gradereport_overview','gradereport/overview:view','moodle_mobile_app'),(448,'gradereport_user_get_grades_table','gradereport_user_external','get_grades_table','grade/report/user/externallib.php','gradereport_user','gradereport/user:view','moodle_mobile_app'),(449,'gradereport_user_view_grade_report','gradereport_user_external','view_grade_report','grade/report/user/externallib.php','gradereport_user','gradereport/user:view','moodle_mobile_app'),(450,'gradereport_user_get_grade_items','gradereport_user_external','get_grade_items','grade/report/user/externallib.php','gradereport_user','gradereport/user:view','moodle_mobile_app'),(451,'tool_dataprivacy_cancel_data_request','tool_dataprivacy\\external','cancel_data_request',NULL,'tool_dataprivacy','',NULL),(452,'tool_dataprivacy_contact_dpo','tool_dataprivacy\\external','contact_dpo',NULL,'tool_dataprivacy','',NULL),(453,'tool_dataprivacy_mark_complete','tool_dataprivacy\\external','mark_complete',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(454,'tool_dataprivacy_get_data_request','tool_dataprivacy\\external','get_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(455,'tool_dataprivacy_approve_data_request','tool_dataprivacy\\external','approve_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(456,'tool_dataprivacy_bulk_approve_data_requests','tool_dataprivacy\\external','bulk_approve_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(457,'tool_dataprivacy_deny_data_request','tool_dataprivacy\\external','deny_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(458,'tool_dataprivacy_bulk_deny_data_requests','tool_dataprivacy\\external','bulk_deny_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(459,'tool_dataprivacy_get_users','tool_dataprivacy\\external','get_users',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(460,'tool_dataprivacy_create_purpose_form','tool_dataprivacy\\external','create_purpose_form',NULL,'tool_dataprivacy','',NULL),(461,'tool_dataprivacy_create_category_form','tool_dataprivacy\\external','create_category_form',NULL,'tool_dataprivacy','',NULL),(462,'tool_dataprivacy_delete_purpose','tool_dataprivacy\\external','delete_purpose',NULL,'tool_dataprivacy','',NULL),(463,'tool_dataprivacy_delete_category','tool_dataprivacy\\external','delete_category',NULL,'tool_dataprivacy','',NULL),(464,'tool_dataprivacy_set_contextlevel_form','tool_dataprivacy\\external','set_contextlevel_form',NULL,'tool_dataprivacy','',NULL),(465,'tool_dataprivacy_set_context_form','tool_dataprivacy\\external','set_context_form',NULL,'tool_dataprivacy','',NULL),(466,'tool_dataprivacy_tree_extra_branches','tool_dataprivacy\\external','tree_extra_branches',NULL,'tool_dataprivacy','',NULL),(467,'tool_dataprivacy_confirm_contexts_for_deletion','tool_dataprivacy\\external','confirm_contexts_for_deletion',NULL,'tool_dataprivacy','',NULL),(468,'tool_dataprivacy_set_context_defaults','tool_dataprivacy\\external','set_context_defaults',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(469,'tool_dataprivacy_get_category_options','tool_dataprivacy\\external','get_category_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(470,'tool_dataprivacy_get_purpose_options','tool_dataprivacy\\external','get_purpose_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(471,'tool_dataprivacy_get_activity_options','tool_dataprivacy\\external','get_activity_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(472,'tool_lp_data_for_competency_frameworks_manage_page','tool_lp\\external','data_for_competency_frameworks_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(473,'tool_lp_data_for_competency_summary','tool_lp\\external','data_for_competency_summary',NULL,'tool_lp','moodle/competency:competencyview',NULL),(474,'tool_lp_data_for_competencies_manage_page','tool_lp\\external','data_for_competencies_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(475,'tool_lp_list_courses_using_competency','tool_lp\\external','list_courses_using_competency',NULL,'tool_lp','moodle/competency:coursecompetencyview',NULL),(476,'tool_lp_data_for_course_competencies_page','tool_lp\\external','data_for_course_competencies_page',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(477,'tool_lp_data_for_template_competencies_page','tool_lp\\external','data_for_template_competencies_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(478,'tool_lp_data_for_templates_manage_page','tool_lp\\external','data_for_templates_manage_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(479,'tool_lp_data_for_plans_page','tool_lp\\external','data_for_plans_page',NULL,'tool_lp','moodle/competency:planviewown','moodle_mobile_app'),(480,'tool_lp_data_for_plan_page','tool_lp\\external','data_for_plan_page',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(481,'tool_lp_data_for_related_competencies_section','tool_lp\\external','data_for_related_competencies_section',NULL,'tool_lp','moodle/competency:competencyview',NULL),(482,'tool_lp_search_users','tool_lp\\external','search_users',NULL,'tool_lp','',NULL),(483,'tool_lp_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','tool_lp','moodle/cohort:view',NULL),(484,'tool_lp_data_for_user_evidence_list_page','tool_lp\\external','data_for_user_evidence_list_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(485,'tool_lp_data_for_user_evidence_page','tool_lp\\external','data_for_user_evidence_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(486,'tool_lp_data_for_user_competency_summary','tool_lp\\external','data_for_user_competency_summary',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(487,'tool_lp_data_for_user_competency_summary_in_plan','tool_lp\\external','data_for_user_competency_summary_in_plan',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(488,'tool_lp_data_for_user_competency_summary_in_course','tool_lp\\external','data_for_user_competency_summary_in_course',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(489,'tool_mobile_get_plugins_supporting_mobile','tool_mobile\\external','get_plugins_supporting_mobile',NULL,'tool_mobile','','moodle_mobile_app'),(490,'tool_mobile_get_public_config','tool_mobile\\external','get_public_config',NULL,'tool_mobile','','moodle_mobile_app'),(491,'tool_mobile_get_config','tool_mobile\\external','get_config',NULL,'tool_mobile','','moodle_mobile_app'),(492,'tool_mobile_get_autologin_key','tool_mobile\\external','get_autologin_key',NULL,'tool_mobile','','moodle_mobile_app'),(493,'tool_mobile_get_content','tool_mobile\\external','get_content',NULL,'tool_mobile','','moodle_mobile_app'),(494,'tool_policy_get_policy_version','tool_policy\\external','get_policy_version',NULL,'tool_policy','',NULL),(495,'tool_policy_submit_accept_on_behalf','tool_policy\\external','submit_accept_on_behalf',NULL,'tool_policy','',NULL),(496,'tool_templatelibrary_list_templates','tool_templatelibrary\\external','list_templates',NULL,'tool_templatelibrary','',NULL),(497,'tool_templatelibrary_load_canonical_template','tool_templatelibrary\\external','load_canonical_template',NULL,'tool_templatelibrary','',NULL),(498,'tool_usertours_fetch_and_start_tour','tool_usertours\\external\\tour','fetch_and_start_tour',NULL,'tool_usertours','',NULL),(499,'tool_usertours_step_shown','tool_usertours\\external\\tour','step_shown',NULL,'tool_usertours','',NULL),(500,'tool_usertours_complete_tour','tool_usertours\\external\\tour','complete_tour',NULL,'tool_usertours','',NULL),(501,'tool_usertours_reset_tour','tool_usertours\\external\\tour','reset_tour',NULL,'tool_usertours','',NULL),(502,'local_wstcc_create_grade_item','local_wstcc_external','create_grade_item','local/wstcc/externallib.php','local_wstcc','',NULL),(503,'local_wstcc_get_user_online_text_submission','local_wstcc_external','get_user_online_text_submission','local/wstcc/externallib.php','local_wstcc','',NULL),(504,'local_wstcc_get_user_text_for_generate_doc','local_wstcc_external','get_user_text_for_generate_doc','local/wstcc/externallib.php','local_wstcc','',NULL),(505,'local_wstcc_get_username','local_wstcc_external','get_username','local/wstcc/externallib.php','local_wstcc','',NULL),(506,'local_wstcc_get_users_by_field','local_wstcc_external','get_users_by_field','local/wstcc/externallib.php','local_wstcc','',NULL),(507,'local_wstcc_get_tutor_responsavel','local_wstcc_external','get_tutor_responsavel','local/wstcc/externallib.php','local_wstcc','',NULL),(508,'local_wstcc_get_students_by_course','local_wstcc_external','get_students_by_course','local/wstcc/externallib.php','local_wstcc','',NULL),(509,'local_wstcc_get_orientador_responsavel','local_wstcc_external','get_orientador_responsavel','local/wstcc/externallib.php','local_wstcc','',NULL),(510,'local_wstcc_set_grade','local_wstcc_external','set_grade','local/wstcc/externallib.php','local_wstcc','',NULL),(511,'local_wstcc_set_grade_lti','local_wstcc_external','set_grade_lti','local/wstcc/externallib.php','local_wstcc','',NULL),(512,'core_auth_resend_confirmation_email','core_auth_external','resend_confirmation_email',NULL,'moodle','',NULL),(513,'core_blog_get_entries','core_blog\\external','get_entries',NULL,'moodle','','moodle_mobile_app'),(514,'core_blog_view_entries','core_blog\\external','view_entries',NULL,'moodle','','moodle_mobile_app'),(515,'core_course_get_enrolled_courses_by_timeline_classification','core_course_external','get_enrolled_courses_by_timeline_classification','course/externallib.php','moodle','','moodle_mobile_app'),(516,'core_course_get_recent_courses','core_course_external','get_recent_courses','course/externallib.php','moodle','','moodle_mobile_app'),(517,'core_course_set_favourite_courses','core_course_external','set_favourite_courses','course/externallib.php','moodle','','moodle_mobile_app'),(518,'core_group_update_groups','core_group_external','update_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(519,'core_message_block_user','core_message_external','block_user','message/externallib.php','moodle','','moodle_mobile_app'),(520,'core_message_get_contact_requests','core_message_external','get_contact_requests','message/externallib.php','moodle','','moodle_mobile_app'),(521,'core_message_create_contact_request','core_message_external','create_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(522,'core_message_confirm_contact_request','core_message_external','confirm_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(523,'core_message_decline_contact_request','core_message_external','decline_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(524,'core_message_get_received_contact_requests_count','core_message_external','get_received_contact_requests_count','message/externallib.php','moodle','','moodle_mobile_app'),(525,'core_message_delete_conversations_by_id','core_message_external','delete_conversations_by_id','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(526,'core_message_message_search_users','core_message_external','message_search_users','message/externallib.php','moodle','','moodle_mobile_app'),(527,'core_message_get_user_contacts','core_message_external','get_user_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(528,'core_message_get_conversations','core_message_external','get_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(529,'core_message_get_conversation','core_message_external','get_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(530,'core_message_get_conversation_between_users','core_message_external','get_conversation_between_users','message/externallib.php','moodle','','moodle_mobile_app'),(531,'core_message_get_conversation_counts','core_message_external','get_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(532,'core_message_get_unread_conversation_counts','core_message_external','get_unread_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(533,'core_message_get_conversation_members','core_message_external','get_conversation_members','message/externallib.php','moodle','','moodle_mobile_app'),(534,'core_message_get_member_info','core_message_external','get_member_info','message/externallib.php','moodle','','moodle_mobile_app'),(535,'core_message_mark_all_conversation_messages_as_read','core_message_external','mark_all_conversation_messages_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(536,'core_message_send_messages_to_conversation','core_message_external','send_messages_to_conversation','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(537,'core_message_get_conversation_messages','core_message_external','get_conversation_messages','message/externallib.php','moodle','','moodle_mobile_app'),(538,'core_message_unblock_user','core_message_external','unblock_user','message/externallib.php','moodle','','moodle_mobile_app'),(539,'core_message_set_favourite_conversations','core_message_external','set_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(540,'core_message_unset_favourite_conversations','core_message_external','unset_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(541,'core_block_get_dashboard_blocks','core_block_external','get_dashboard_blocks',NULL,'moodle','','moodle_mobile_app'),(542,'block_recentlyaccesseditems_get_recent_items','block_recentlyaccesseditems\\external','get_recent_items',NULL,'block_recentlyaccesseditems','','moodle_mobile_app'),(543,'block_starredcourses_get_starred_courses','block_starredcourses_external','get_starred_courses','block/starredcourses/classes/external.php','block_starredcourses','','moodle_mobile_app'),(544,'tool_xmldb_invoke_move_action','tool_xmldb_external','invoke_move_action',NULL,'tool_xmldb','',NULL); /*!40000 ALTER TABLE `external_functions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `external_services` -- DROP TABLE IF EXISTS `external_services`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `external_services` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL, `requiredcapability` varchar(150) DEFAULT NULL, `restrictedusers` tinyint(1) NOT NULL, `component` varchar(100) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) DEFAULT NULL, `shortname` varchar(255) DEFAULT NULL, `downloadfiles` tinyint(1) NOT NULL DEFAULT '0', `uploadfiles` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `exteserv_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='built in and custom external services'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `external_services` -- LOCK TABLES `external_services` WRITE; /*!40000 ALTER TABLE `external_services` DISABLE KEYS */; INSERT INTO `external_services` VALUES (1,'Moodle mobile web service',0,NULL,0,'moodle',1544111998,1544112399,'moodle_mobile_app',1,1),(2,'TCC Services',1,NULL,1,'local_wstcc',1544115154,NULL,'wstcc_webservice',1,0); /*!40000 ALTER TABLE `external_services` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `external_services_functions` -- DROP TABLE IF EXISTS `external_services_functions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `external_services_functions` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `externalserviceid` bigint(10) NOT NULL, `functionname` varchar(200) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `exteservfunc_ext_ix` (`externalserviceid`) ) ENGINE=InnoDB AUTO_INCREMENT=634 DEFAULT CHARSET=utf8 COMMENT='lists functions available in each service group'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `external_services_functions` -- LOCK TABLES `external_services_functions` WRITE; /*!40000 ALTER TABLE `external_services_functions` DISABLE KEYS */; INSERT INTO `external_services_functions` VALUES (297,2,'local_wstcc_create_grade_item'),(298,2,'local_wstcc_get_user_online_text_submission'),(299,2,'local_wstcc_get_username'),(300,2,'local_wstcc_get_user_text_for_generate_doc'),(301,2,'local_wstcc_get_users_by_field'),(302,2,'local_wstcc_get_tutor_responsavel'),(303,2,'local_wstcc_get_students_by_course'),(304,2,'local_wstcc_get_orientador_responsavel'),(305,2,'local_wstcc_set_grade'),(306,2,'local_wstcc_set_grade_lti'),(307,1,'core_badges_get_user_badges'),(308,1,'core_calendar_get_calendar_monthly_view'),(309,1,'core_calendar_get_calendar_day_view'),(310,1,'core_calendar_get_calendar_upcoming_view'),(311,1,'core_calendar_create_calendar_events'),(312,1,'core_calendar_delete_calendar_events'),(313,1,'core_calendar_get_calendar_events'),(314,1,'core_calendar_get_action_events_by_timesort'),(315,1,'core_calendar_get_action_events_by_course'),(316,1,'core_calendar_get_action_events_by_courses'),(317,1,'core_calendar_get_calendar_event_by_id'),(318,1,'core_comment_get_comments'),(319,1,'core_completion_get_activities_completion_status'),(320,1,'core_completion_get_course_completion_status'),(321,1,'core_completion_mark_course_self_completed'),(322,1,'core_completion_update_activity_completion_status_manually'),(323,1,'core_course_get_categories'),(324,1,'core_course_get_contents'),(325,1,'core_course_get_course_module'),(326,1,'core_course_get_course_module_by_instance'),(327,1,'core_course_get_courses'),(328,1,'core_course_search_courses'),(329,1,'core_course_view_course'),(330,1,'core_course_get_activities_overview'),(331,1,'core_course_get_user_navigation_options'),(332,1,'core_course_get_user_administration_options'),(333,1,'core_course_get_courses_by_field'),(334,1,'core_course_check_updates'),(335,1,'core_course_get_updates_since'),(336,1,'core_enrol_get_course_enrolment_methods'),(337,1,'core_enrol_get_enrolled_users'),(338,1,'core_enrol_get_users_courses'),(339,1,'core_files_get_files'),(340,1,'core_get_component_strings'),(341,1,'core_group_get_activity_allowed_groups'),(342,1,'core_group_get_activity_groupmode'),(343,1,'core_group_get_course_user_groups'),(344,1,'core_message_block_contacts'),(345,1,'core_message_create_contacts'),(346,1,'core_message_delete_contacts'),(347,1,'core_message_delete_conversation'),(348,1,'core_message_delete_message'),(349,1,'core_message_get_blocked_users'),(350,1,'core_message_data_for_messagearea_search_messages'),(351,1,'core_message_data_for_messagearea_conversations'),(352,1,'core_message_data_for_messagearea_contacts'),(353,1,'core_message_data_for_messagearea_messages'),(354,1,'core_message_get_contacts'),(355,1,'core_message_get_messages'),(356,1,'core_message_get_unread_conversations_count'),(357,1,'core_message_mark_all_notifications_as_read'),(358,1,'core_message_mark_all_messages_as_read'),(359,1,'core_message_mark_message_read'),(360,1,'core_message_mark_notification_read'),(361,1,'core_message_message_processor_config_form'),(362,1,'core_message_search_contacts'),(363,1,'core_message_send_instant_messages'),(364,1,'core_message_unblock_contacts'),(365,1,'core_message_get_user_notification_preferences'),(366,1,'core_message_get_user_message_preferences'),(367,1,'core_notes_create_notes'),(368,1,'core_notes_delete_notes'),(369,1,'core_notes_get_course_notes'),(370,1,'core_notes_view_notes'),(371,1,'core_question_update_flag'),(372,1,'core_rating_get_item_ratings'),(373,1,'core_rating_add_rating'),(374,1,'core_user_add_user_device'),(375,1,'core_user_add_user_private_files'),(376,1,'core_user_get_course_user_profiles'),(377,1,'core_user_get_users_by_field'),(378,1,'core_user_remove_user_device'),(379,1,'core_user_update_user_preferences'),(380,1,'core_user_view_user_list'),(381,1,'core_user_view_user_profile'),(382,1,'core_user_get_user_preferences'),(383,1,'core_user_update_picture'),(384,1,'core_user_set_user_preferences'),(385,1,'core_user_agree_site_policy'),(386,1,'core_user_get_private_files_info'),(387,1,'core_competency_competency_viewed'),(388,1,'core_competency_list_course_competencies'),(389,1,'core_competency_get_scale_values'),(390,1,'core_competency_user_competency_viewed'),(391,1,'core_competency_user_competency_viewed_in_plan'),(392,1,'core_competency_user_competency_viewed_in_course'),(393,1,'core_competency_user_competency_plan_viewed'),(394,1,'core_competency_grade_competency_in_course'),(395,1,'core_competency_delete_evidence'),(396,1,'core_webservice_get_site_info'),(397,1,'core_block_get_course_blocks'),(398,1,'core_filters_get_available_in_context'),(399,1,'mod_assign_get_grades'),(400,1,'mod_assign_get_assignments'),(401,1,'mod_assign_get_submissions'),(402,1,'mod_assign_get_user_flags'),(403,1,'mod_assign_set_user_flags'),(404,1,'mod_assign_get_user_mappings'),(405,1,'mod_assign_revert_submissions_to_draft'),(406,1,'mod_assign_lock_submissions'),(407,1,'mod_assign_unlock_submissions'),(408,1,'mod_assign_save_submission'),(409,1,'mod_assign_submit_for_grading'),(410,1,'mod_assign_save_grade'),(411,1,'mod_assign_save_grades'),(412,1,'mod_assign_save_user_extensions'),(413,1,'mod_assign_reveal_identities'),(414,1,'mod_assign_view_grading_table'),(415,1,'mod_assign_view_submission_status'),(416,1,'mod_assign_get_submission_status'),(417,1,'mod_assign_list_participants'),(418,1,'mod_assign_submit_grading_form'),(419,1,'mod_assign_get_participant'),(420,1,'mod_assign_view_assign'),(421,1,'mod_book_view_book'),(422,1,'mod_book_get_books_by_courses'),(423,1,'mod_chat_login_user'),(424,1,'mod_chat_get_chat_users'),(425,1,'mod_chat_send_chat_message'),(426,1,'mod_chat_get_chat_latest_messages'),(427,1,'mod_chat_view_chat'),(428,1,'mod_chat_get_chats_by_courses'),(429,1,'mod_chat_get_sessions'),(430,1,'mod_chat_get_session_messages'),(431,1,'mod_choice_get_choice_results'),(432,1,'mod_choice_get_choice_options'),(433,1,'mod_choice_submit_choice_response'),(434,1,'mod_choice_view_choice'),(435,1,'mod_choice_get_choices_by_courses'),(436,1,'mod_choice_delete_choice_responses'),(437,1,'mod_data_get_databases_by_courses'),(438,1,'mod_data_view_database'),(439,1,'mod_data_get_data_access_information'),(440,1,'mod_data_get_entries'),(441,1,'mod_data_get_entry'),(442,1,'mod_data_get_fields'),(443,1,'mod_data_search_entries'),(444,1,'mod_data_approve_entry'),(445,1,'mod_data_delete_entry'),(446,1,'mod_data_add_entry'),(447,1,'mod_data_update_entry'),(448,1,'mod_feedback_get_feedbacks_by_courses'),(449,1,'mod_feedback_get_feedback_access_information'),(450,1,'mod_feedback_view_feedback'),(451,1,'mod_feedback_get_current_completed_tmp'),(452,1,'mod_feedback_get_items'),(453,1,'mod_feedback_launch_feedback'),(454,1,'mod_feedback_get_page_items'),(455,1,'mod_feedback_process_page'),(456,1,'mod_feedback_get_analysis'),(457,1,'mod_feedback_get_unfinished_responses'),(458,1,'mod_feedback_get_finished_responses'),(459,1,'mod_feedback_get_non_respondents'),(460,1,'mod_feedback_get_responses_analysis'),(461,1,'mod_feedback_get_last_completed'),(462,1,'mod_folder_view_folder'),(463,1,'mod_folder_get_folders_by_courses'),(464,1,'mod_forum_get_forums_by_courses'),(465,1,'mod_forum_get_forum_discussion_posts'),(466,1,'mod_forum_get_forum_discussions_paginated'),(467,1,'mod_forum_view_forum'),(468,1,'mod_forum_view_forum_discussion'),(469,1,'mod_forum_add_discussion_post'),(470,1,'mod_forum_add_discussion'),(471,1,'mod_forum_can_add_discussion'),(472,1,'mod_glossary_get_glossaries_by_courses'),(473,1,'mod_glossary_view_glossary'),(474,1,'mod_glossary_view_entry'),(475,1,'mod_glossary_get_entries_by_letter'),(476,1,'mod_glossary_get_entries_by_date'),(477,1,'mod_glossary_get_categories'),(478,1,'mod_glossary_get_entries_by_category'),(479,1,'mod_glossary_get_authors'),(480,1,'mod_glossary_get_entries_by_author'),(481,1,'mod_glossary_get_entries_by_author_id'),(482,1,'mod_glossary_get_entries_by_search'),(483,1,'mod_glossary_get_entries_by_term'),(484,1,'mod_glossary_get_entries_to_approve'),(485,1,'mod_glossary_get_entry_by_id'),(486,1,'mod_glossary_add_entry'),(487,1,'mod_imscp_view_imscp'),(488,1,'mod_imscp_get_imscps_by_courses'),(489,1,'mod_label_get_labels_by_courses'),(490,1,'mod_lesson_get_lessons_by_courses'),(491,1,'mod_lesson_get_lesson_access_information'),(492,1,'mod_lesson_view_lesson'),(493,1,'mod_lesson_get_questions_attempts'),(494,1,'mod_lesson_get_user_grade'),(495,1,'mod_lesson_get_user_attempt_grade'),(496,1,'mod_lesson_get_content_pages_viewed'),(497,1,'mod_lesson_get_user_timers'),(498,1,'mod_lesson_get_pages'),(499,1,'mod_lesson_launch_attempt'),(500,1,'mod_lesson_get_page_data'),(501,1,'mod_lesson_process_page'),(502,1,'mod_lesson_finish_attempt'),(503,1,'mod_lesson_get_attempts_overview'),(504,1,'mod_lesson_get_user_attempt'),(505,1,'mod_lesson_get_pages_possible_jumps'),(506,1,'mod_lesson_get_lesson'),(507,1,'mod_lti_get_tool_launch_data'),(508,1,'mod_lti_get_ltis_by_courses'),(509,1,'mod_lti_view_lti'),(510,1,'mod_page_view_page'),(511,1,'mod_page_get_pages_by_courses'),(512,1,'mod_quiz_get_quizzes_by_courses'),(513,1,'mod_quiz_view_quiz'),(514,1,'mod_quiz_get_user_attempts'),(515,1,'mod_quiz_get_user_best_grade'),(516,1,'mod_quiz_get_combined_review_options'),(517,1,'mod_quiz_start_attempt'),(518,1,'mod_quiz_get_attempt_data'),(519,1,'mod_quiz_get_attempt_summary'),(520,1,'mod_quiz_save_attempt'),(521,1,'mod_quiz_process_attempt'),(522,1,'mod_quiz_get_attempt_review'),(523,1,'mod_quiz_view_attempt'),(524,1,'mod_quiz_view_attempt_summary'),(525,1,'mod_quiz_view_attempt_review'),(526,1,'mod_quiz_get_quiz_feedback_for_grade'),(527,1,'mod_quiz_get_quiz_access_information'),(528,1,'mod_quiz_get_attempt_access_information'),(529,1,'mod_quiz_get_quiz_required_qtypes'),(530,1,'mod_resource_view_resource'),(531,1,'mod_resource_get_resources_by_courses'),(532,1,'mod_scorm_view_scorm'),(533,1,'mod_scorm_get_scorm_attempt_count'),(534,1,'mod_scorm_get_scorm_scoes'),(535,1,'mod_scorm_get_scorm_user_data'),(536,1,'mod_scorm_insert_scorm_tracks'),(537,1,'mod_scorm_get_scorm_sco_tracks'),(538,1,'mod_scorm_get_scorms_by_courses'),(539,1,'mod_scorm_launch_sco'),(540,1,'mod_survey_get_surveys_by_courses'),(541,1,'mod_survey_view_survey'),(542,1,'mod_survey_get_questions'),(543,1,'mod_survey_submit_answers'),(544,1,'mod_url_view_url'),(545,1,'mod_url_get_urls_by_courses'),(546,1,'mod_wiki_get_wikis_by_courses'),(547,1,'mod_wiki_view_wiki'),(548,1,'mod_wiki_view_page'),(549,1,'mod_wiki_get_subwikis'),(550,1,'mod_wiki_get_subwiki_pages'),(551,1,'mod_wiki_get_subwiki_files'),(552,1,'mod_wiki_get_page_contents'),(553,1,'mod_wiki_get_page_for_editing'),(554,1,'mod_wiki_new_page'),(555,1,'mod_wiki_edit_page'),(556,1,'mod_workshop_get_workshops_by_courses'),(557,1,'mod_workshop_get_workshop_access_information'),(558,1,'mod_workshop_get_user_plan'),(559,1,'mod_workshop_view_workshop'),(560,1,'mod_workshop_add_submission'),(561,1,'mod_workshop_update_submission'),(562,1,'mod_workshop_delete_submission'),(563,1,'mod_workshop_get_submissions'),(564,1,'mod_workshop_get_submission'),(565,1,'mod_workshop_get_submission_assessments'),(566,1,'mod_workshop_get_assessment'),(567,1,'mod_workshop_get_assessment_form_definition'),(568,1,'mod_workshop_get_reviewer_assessments'),(569,1,'mod_workshop_update_assessment'),(570,1,'mod_workshop_get_grades'),(571,1,'mod_workshop_evaluate_assessment'),(572,1,'mod_workshop_get_grades_report'),(573,1,'mod_workshop_view_submission'),(574,1,'mod_workshop_evaluate_submission'),(575,1,'enrol_guest_get_instance_info'),(576,1,'enrol_self_get_instance_info'),(577,1,'enrol_self_enrol_user'),(578,1,'message_airnotifier_is_system_configured'),(579,1,'message_airnotifier_are_notification_preferences_configured'),(580,1,'message_airnotifier_get_user_devices'),(581,1,'message_airnotifier_enable_device'),(582,1,'message_popup_get_popup_notifications'),(583,1,'message_popup_get_unread_popup_notification_count'),(584,1,'report_insights_set_notuseful_prediction'),(585,1,'report_insights_set_fixed_prediction'),(586,1,'gradereport_overview_get_course_grades'),(587,1,'gradereport_overview_view_grade_report'),(588,1,'gradereport_user_get_grades_table'),(589,1,'gradereport_user_view_grade_report'),(590,1,'gradereport_user_get_grade_items'),(591,1,'tool_lp_data_for_course_competencies_page'),(592,1,'tool_lp_data_for_plans_page'),(593,1,'tool_lp_data_for_plan_page'),(594,1,'tool_lp_data_for_user_evidence_list_page'),(595,1,'tool_lp_data_for_user_evidence_page'),(596,1,'tool_lp_data_for_user_competency_summary'),(597,1,'tool_lp_data_for_user_competency_summary_in_plan'),(598,1,'tool_lp_data_for_user_competency_summary_in_course'),(599,1,'tool_mobile_get_plugins_supporting_mobile'),(600,1,'tool_mobile_get_public_config'),(601,1,'tool_mobile_get_config'),(602,1,'tool_mobile_get_autologin_key'),(603,1,'tool_mobile_get_content'),(604,1,'core_blog_get_entries'),(605,1,'core_blog_view_entries'),(606,1,'core_course_get_enrolled_courses_by_timeline_classification'),(607,1,'core_course_get_recent_courses'),(608,1,'core_course_set_favourite_courses'),(609,1,'core_message_block_user'),(610,1,'core_message_get_contact_requests'),(611,1,'core_message_create_contact_request'),(612,1,'core_message_confirm_contact_request'),(613,1,'core_message_decline_contact_request'),(614,1,'core_message_get_received_contact_requests_count'),(615,1,'core_message_delete_conversations_by_id'),(616,1,'core_message_message_search_users'),(617,1,'core_message_get_user_contacts'),(618,1,'core_message_get_conversations'),(619,1,'core_message_get_conversation'),(620,1,'core_message_get_conversation_between_users'),(621,1,'core_message_get_conversation_counts'),(622,1,'core_message_get_unread_conversation_counts'),(623,1,'core_message_get_conversation_members'),(624,1,'core_message_get_member_info'),(625,1,'core_message_mark_all_conversation_messages_as_read'),(626,1,'core_message_send_messages_to_conversation'),(627,1,'core_message_get_conversation_messages'),(628,1,'core_message_unblock_user'),(629,1,'core_message_set_favourite_conversations'),(630,1,'core_message_unset_favourite_conversations'),(631,1,'core_block_get_dashboard_blocks'),(632,1,'block_recentlyaccesseditems_get_recent_items'),(633,1,'block_starredcourses_get_starred_courses'); /*!40000 ALTER TABLE `external_services_functions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `external_services_users` -- DROP TABLE IF EXISTS `external_services_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `external_services_users` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `externalserviceid` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `iprestriction` varchar(255) DEFAULT NULL, `validuntil` bigint(10) DEFAULT NULL, `timecreated` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `exteservuser_ext_ix` (`externalserviceid`), KEY `exteservuser_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='users allowed to use services with restricted users flag'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `external_services_users` -- LOCK TABLES `external_services_users` WRITE; /*!40000 ALTER TABLE `external_services_users` DISABLE KEYS */; INSERT INTO `external_services_users` VALUES (1,2,3,NULL,NULL,1544117559); /*!40000 ALTER TABLE `external_services_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `external_tokens` -- DROP TABLE IF EXISTS `external_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `external_tokens` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `token` varchar(128) NOT NULL DEFAULT '', `privatetoken` varchar(64) DEFAULT NULL, `tokentype` smallint(4) NOT NULL, `userid` bigint(10) NOT NULL, `externalserviceid` bigint(10) NOT NULL, `sid` varchar(128) DEFAULT NULL, `contextid` bigint(10) NOT NULL, `creatorid` bigint(10) NOT NULL DEFAULT '1', `iprestriction` varchar(255) DEFAULT NULL, `validuntil` bigint(10) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `lastaccess` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `extetoke_use_ix` (`userid`), KEY `extetoke_ext_ix` (`externalserviceid`), KEY `extetoke_con_ix` (`contextid`), KEY `extetoke_cre_ix` (`creatorid`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Security tokens for accessing of external services'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `external_tokens` -- LOCK TABLES `external_tokens` WRITE; /*!40000 ALTER TABLE `external_tokens` DISABLE KEYS */; INSERT INTO `external_tokens` VALUES (1,'fca9cefae846329c86bb8b7a64eff97f',NULL,0,3,2,NULL,1,2,NULL,0,1544117618,1551292456); /*!40000 ALTER TABLE `external_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `favourite` -- DROP TABLE IF EXISTS `favourite`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `favourite` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `component` varchar(100) NOT NULL DEFAULT '', `itemtype` varchar(100) NOT NULL DEFAULT '', `itemid` bigint(10) NOT NULL, `contextid` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `ordering` bigint(10) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `favo_comiteiteconuse_uix` (`component`,`itemtype`,`itemid`,`contextid`,`userid`), KEY `favo_con_ix` (`contextid`), KEY `favo_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `favourite` -- LOCK TABLES `favourite` WRITE; /*!40000 ALTER TABLE `favourite` DISABLE KEYS */; /*!40000 ALTER TABLE `favourite` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `feedback` -- DROP TABLE IF EXISTS `feedback`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `feedback` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext NOT NULL, `introformat` smallint(4) NOT NULL DEFAULT '0', `anonymous` tinyint(1) NOT NULL DEFAULT '1', `email_notification` tinyint(1) NOT NULL DEFAULT '1', `multiple_submit` tinyint(1) NOT NULL DEFAULT '1', `autonumbering` tinyint(1) NOT NULL DEFAULT '1', `site_after_submit` varchar(255) NOT NULL DEFAULT '', `page_after_submit` longtext NOT NULL, `page_after_submitformat` tinyint(2) NOT NULL DEFAULT '0', `publish_stats` tinyint(1) NOT NULL DEFAULT '0', `timeopen` bigint(10) NOT NULL DEFAULT '0', `timeclose` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `feed_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='all feedbacks'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `feedback` -- LOCK TABLES `feedback` WRITE; /*!40000 ALTER TABLE `feedback` DISABLE KEYS */; /*!40000 ALTER TABLE `feedback` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `feedback_completed` -- DROP TABLE IF EXISTS `feedback_completed`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `feedback_completed` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `feedback` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `random_response` bigint(10) NOT NULL DEFAULT '0', `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', `courseid` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `feedcomp_use_ix` (`userid`), KEY `feedcomp_fee_ix` (`feedback`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='filled out feedback'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `feedback_completed` -- LOCK TABLES `feedback_completed` WRITE; /*!40000 ALTER TABLE `feedback_completed` DISABLE KEYS */; /*!40000 ALTER TABLE `feedback_completed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `feedback_completedtmp` -- DROP TABLE IF EXISTS `feedback_completedtmp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `feedback_completedtmp` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `feedback` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `guestid` varchar(255) NOT NULL DEFAULT '', `timemodified` bigint(10) NOT NULL DEFAULT '0', `random_response` bigint(10) NOT NULL DEFAULT '0', `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', `courseid` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `feedcomp_use2_ix` (`userid`), KEY `feedcomp_fee2_ix` (`feedback`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='filled out feedback'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `feedback_completedtmp` -- LOCK TABLES `feedback_completedtmp` WRITE; /*!40000 ALTER TABLE `feedback_completedtmp` DISABLE KEYS */; /*!40000 ALTER TABLE `feedback_completedtmp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `feedback_item` -- DROP TABLE IF EXISTS `feedback_item`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `feedback_item` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `feedback` bigint(10) NOT NULL DEFAULT '0', `template` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `label` varchar(255) NOT NULL DEFAULT '', `presentation` longtext NOT NULL, `typ` varchar(255) NOT NULL DEFAULT '', `hasvalue` tinyint(1) NOT NULL DEFAULT '0', `position` smallint(3) NOT NULL DEFAULT '0', `required` tinyint(1) NOT NULL DEFAULT '0', `dependitem` bigint(10) NOT NULL DEFAULT '0', `dependvalue` varchar(255) NOT NULL DEFAULT '', `options` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `feeditem_fee_ix` (`feedback`), KEY `feeditem_tem_ix` (`template`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='feedback_items'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `feedback_item` -- LOCK TABLES `feedback_item` WRITE; /*!40000 ALTER TABLE `feedback_item` DISABLE KEYS */; /*!40000 ALTER TABLE `feedback_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `feedback_sitecourse_map` -- DROP TABLE IF EXISTS `feedback_sitecourse_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `feedback_sitecourse_map` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `feedbackid` bigint(10) NOT NULL DEFAULT '0', `courseid` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `feedsitemap_cou_ix` (`courseid`), KEY `feedsitemap_fee_ix` (`feedbackid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='feedback sitecourse map'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `feedback_sitecourse_map` -- LOCK TABLES `feedback_sitecourse_map` WRITE; /*!40000 ALTER TABLE `feedback_sitecourse_map` DISABLE KEYS */; /*!40000 ALTER TABLE `feedback_sitecourse_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `feedback_template` -- DROP TABLE IF EXISTS `feedback_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `feedback_template` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `ispublic` tinyint(1) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `feedtemp_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='templates of feedbackstructures'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `feedback_template` -- LOCK TABLES `feedback_template` WRITE; /*!40000 ALTER TABLE `feedback_template` DISABLE KEYS */; /*!40000 ALTER TABLE `feedback_template` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `feedback_value` -- DROP TABLE IF EXISTS `feedback_value`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `feedback_value` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course_id` bigint(10) NOT NULL DEFAULT '0', `item` bigint(10) NOT NULL DEFAULT '0', `completed` bigint(10) NOT NULL DEFAULT '0', `tmp_completed` bigint(10) NOT NULL DEFAULT '0', `value` longtext NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `feedvalu_comitecou_uix` (`completed`,`item`,`course_id`), KEY `feedvalu_cou_ix` (`course_id`), KEY `feedvalu_ite_ix` (`item`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='values of the completeds'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `feedback_value` -- LOCK TABLES `feedback_value` WRITE; /*!40000 ALTER TABLE `feedback_value` DISABLE KEYS */; /*!40000 ALTER TABLE `feedback_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `feedback_valuetmp` -- DROP TABLE IF EXISTS `feedback_valuetmp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `feedback_valuetmp` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course_id` bigint(10) NOT NULL DEFAULT '0', `item` bigint(10) NOT NULL DEFAULT '0', `completed` bigint(10) NOT NULL DEFAULT '0', `tmp_completed` bigint(10) NOT NULL DEFAULT '0', `value` longtext NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `feedvalu_comitecou2_uix` (`completed`,`item`,`course_id`), KEY `feedvalu_cou2_ix` (`course_id`), KEY `feedvalu_ite2_ix` (`item`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='values of the completedstmp'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `feedback_valuetmp` -- LOCK TABLES `feedback_valuetmp` WRITE; /*!40000 ALTER TABLE `feedback_valuetmp` DISABLE KEYS */; /*!40000 ALTER TABLE `feedback_valuetmp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `file_conversion` -- DROP TABLE IF EXISTS `file_conversion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `file_conversion` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `usermodified` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `sourcefileid` bigint(10) NOT NULL, `targetformat` varchar(100) NOT NULL DEFAULT '', `status` bigint(10) DEFAULT '0', `statusmessage` longtext, `converter` varchar(255) DEFAULT NULL, `destfileid` bigint(10) DEFAULT NULL, `data` longtext, PRIMARY KEY (`id`), KEY `fileconv_sou_ix` (`sourcefileid`), KEY `fileconv_des_ix` (`destfileid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Table to track file conversions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `file_conversion` -- LOCK TABLES `file_conversion` WRITE; /*!40000 ALTER TABLE `file_conversion` DISABLE KEYS */; /*!40000 ALTER TABLE `file_conversion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `files` -- DROP TABLE IF EXISTS `files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `files` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `contenthash` varchar(40) NOT NULL DEFAULT '', `pathnamehash` varchar(40) NOT NULL DEFAULT '', `contextid` bigint(10) NOT NULL, `component` varchar(100) NOT NULL DEFAULT '', `filearea` varchar(50) NOT NULL DEFAULT '', `itemid` bigint(10) NOT NULL, `filepath` varchar(255) NOT NULL DEFAULT '', `filename` varchar(255) NOT NULL DEFAULT '', `userid` bigint(10) DEFAULT NULL, `filesize` bigint(10) NOT NULL, `mimetype` varchar(100) DEFAULT NULL, `status` bigint(10) NOT NULL DEFAULT '0', `source` longtext, `author` varchar(255) DEFAULT NULL, `license` varchar(255) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `sortorder` bigint(10) NOT NULL DEFAULT '0', `referencefileid` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `file_pat_uix` (`pathnamehash`), KEY `file_comfilconite_ix` (`component`,`filearea`,`contextid`,`itemid`), KEY `file_con_ix` (`contenthash`), KEY `file_con2_ix` (`contextid`), KEY `file_use_ix` (`userid`), KEY `file_ref_ix` (`referencefileid`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COMMENT='description of files, content is stored in sha1 file pool'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `files` -- LOCK TABLES `files` WRITE; /*!40000 ALTER TABLE `files` DISABLE KEYS */; INSERT INTO `files` VALUES (1,'41cfeee5884a43a4650a851f4f85e7b28316fcc9','a48e186a2cc853a9e94e9305f4e9bc086391212d',1,'theme_more','backgroundimage',0,'/','background.jpg',2,4451,'image/jpeg',0,NULL,NULL,NULL,1544112069,1544112069,0,NULL),(2,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d1da7ab1bb9c08a926037367bf8ce9a838034ead',1,'theme_more','backgroundimage',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1544112069,1544112069,0,NULL),(3,'5f8e911d0da441e36f47c5c46f4393269211ca56','508e674d49c30d4fde325fe6c7f6fd3d56b247e1',1,'assignfeedback_editpdf','stamps',0,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1544112070,1544112070,0,NULL),(4,'da39a3ee5e6b4b0d3255bfef95601890afd80709','70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5',1,'assignfeedback_editpdf','stamps',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1544112070,1544112070,0,NULL),(5,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','68317eab56c67d32aeaee5acf509a0c4aa828b6b',1,'assignfeedback_editpdf','stamps',0,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1544112070,1544112070,0,NULL),(6,'0c5190a24c3943966541401c883eacaa20ca20cb','695a55ff780e61c9e59428aa425430b0d6bde53b',1,'assignfeedback_editpdf','stamps',0,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1544112070,1544112070,0,NULL),(7,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','373e63af262a9b8466ba8632551520be793c37ff',1,'assignfeedback_editpdf','stamps',0,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1544112070,1544112070,0,NULL),(8,'63428aae72f0f1552699e30c91e208739542b7e0','08eceb679cb9754b2774e9f4f682ac0551072609',5,'user','draft',139718133,'/','tutor.xml',2,22314,'application/xml',0,'O:8:\"stdClass\":1:{s:6:\"source\";s:9:\"tutor.xml\";}','Admin User','allrightsreserved',1544115000,1544115000,0,NULL),(9,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cb1d8b23e87db94d4584a896d2d2f6f38321db4b',5,'user','draft',139718133,'/','.',2,0,NULL,0,NULL,NULL,NULL,1544115000,1544115000,0,NULL),(10,'609d322b43fc8d246dc99ae0e740e3514c75b58e','f2f360d1ac65da4f24d6c29e46fd2cf25eb11140',5,'user','draft',96327590,'/','orientador.xml',2,22324,'application/xml',0,'O:8:\"stdClass\":1:{s:6:\"source\";s:14:\"orientador.xml\";}','Admin User','allrightsreserved',1544115045,1544115045,0,NULL),(11,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2c02a128ec08b3c420169daca37ac4a79322d620',5,'user','draft',96327590,'/','.',2,0,NULL,0,NULL,NULL,NULL,1544115045,1544115045,0,NULL),(12,'e7cb9d7345c288d78a1aeae6479f59c0e3b73f45','188ddbae11e40d43ab09287bcd31126dd5218f3f',5,'user','draft',967628425,'/','coordavea.xml',2,22495,'application/xml',0,'O:8:\"stdClass\":1:{s:6:\"source\";s:13:\"coordavea.xml\";}','Admin User','allrightsreserved',1544115073,1544115073,0,NULL),(13,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1089a4ca4cd4aa076d97a01cf0537b205435ec2f',5,'user','draft',967628425,'/','.',2,0,NULL,0,NULL,NULL,NULL,1544115073,1544115073,0,NULL); /*!40000 ALTER TABLE `files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `files_reference` -- DROP TABLE IF EXISTS `files_reference`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `files_reference` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `repositoryid` bigint(10) NOT NULL, `lastsync` bigint(10) DEFAULT NULL, `reference` longtext, `referencehash` varchar(40) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `filerefe_refrep_uix` (`referencehash`,`repositoryid`), KEY `filerefe_rep_ix` (`repositoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Store files references'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `files_reference` -- LOCK TABLES `files_reference` WRITE; /*!40000 ALTER TABLE `files_reference` DISABLE KEYS */; /*!40000 ALTER TABLE `files_reference` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `filter_active` -- DROP TABLE IF EXISTS `filter_active`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `filter_active` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `filter` varchar(32) NOT NULL DEFAULT '', `contextid` bigint(10) NOT NULL, `active` smallint(4) NOT NULL, `sortorder` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `filtacti_confil_uix` (`contextid`,`filter`), KEY `filtacti_con_ix` (`contextid`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Stores information about which filters are active in which c'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `filter_active` -- LOCK TABLES `filter_active` WRITE; /*!40000 ALTER TABLE `filter_active` DISABLE KEYS */; INSERT INTO `filter_active` VALUES (1,'activitynames',1,1,2),(2,'mathjaxloader',1,1,1),(3,'mediaplugin',1,1,3); /*!40000 ALTER TABLE `filter_active` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `filter_config` -- DROP TABLE IF EXISTS `filter_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `filter_config` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `filter` varchar(32) NOT NULL DEFAULT '', `contextid` bigint(10) NOT NULL, `name` varchar(255) NOT NULL DEFAULT '', `value` longtext, PRIMARY KEY (`id`), UNIQUE KEY `filtconf_confilnam_uix` (`contextid`,`filter`,`name`), KEY `filtconf_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores per-context configuration settings for filters which '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `filter_config` -- LOCK TABLES `filter_config` WRITE; /*!40000 ALTER TABLE `filter_config` DISABLE KEYS */; /*!40000 ALTER TABLE `filter_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `folder` -- DROP TABLE IF EXISTS `folder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `folder` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext, `introformat` smallint(4) NOT NULL DEFAULT '0', `revision` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `display` smallint(4) NOT NULL DEFAULT '0', `showexpanded` tinyint(1) NOT NULL DEFAULT '1', `showdownloadfolder` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `fold_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='each record is one folder resource'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `folder` -- LOCK TABLES `folder` WRITE; /*!40000 ALTER TABLE `folder` DISABLE KEYS */; /*!40000 ALTER TABLE `folder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum` -- DROP TABLE IF EXISTS `forum`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `forum` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `type` varchar(20) NOT NULL DEFAULT 'general', `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext NOT NULL, `introformat` smallint(4) NOT NULL DEFAULT '0', `assessed` bigint(10) NOT NULL DEFAULT '0', `assesstimestart` bigint(10) NOT NULL DEFAULT '0', `assesstimefinish` bigint(10) NOT NULL DEFAULT '0', `scale` bigint(10) NOT NULL DEFAULT '0', `maxbytes` bigint(10) NOT NULL DEFAULT '0', `maxattachments` bigint(10) NOT NULL DEFAULT '1', `forcesubscribe` tinyint(1) NOT NULL DEFAULT '0', `trackingtype` tinyint(2) NOT NULL DEFAULT '1', `rsstype` tinyint(2) NOT NULL DEFAULT '0', `rssarticles` tinyint(2) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `warnafter` bigint(10) NOT NULL DEFAULT '0', `blockafter` bigint(10) NOT NULL DEFAULT '0', `blockperiod` bigint(10) NOT NULL DEFAULT '0', `completiondiscussions` int(9) NOT NULL DEFAULT '0', `completionreplies` int(9) NOT NULL DEFAULT '0', `completionposts` int(9) NOT NULL DEFAULT '0', `displaywordcount` tinyint(1) NOT NULL DEFAULT '0', `lockdiscussionafter` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `foru_cou_ix` (`course`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Forums contain and structure discussion'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `forum` -- LOCK TABLES `forum` WRITE; /*!40000 ALTER TABLE `forum` DISABLE KEYS */; INSERT INTO `forum` VALUES (1,2,'news','Avisos','Notícias e avisos',1,0,0,0,0,0,1,1,1,0,0,1544117748,0,0,0,0,0,0,0,0); /*!40000 ALTER TABLE `forum` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_digests` -- DROP TABLE IF EXISTS `forum_digests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `forum_digests` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `forum` bigint(10) NOT NULL, `maildigest` tinyint(1) NOT NULL DEFAULT '-1', PRIMARY KEY (`id`), UNIQUE KEY `forudige_forusemai_uix` (`forum`,`userid`,`maildigest`), KEY `forudige_use_ix` (`userid`), KEY `forudige_for_ix` (`forum`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Keeps track of user mail delivery preferences for each forum'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `forum_digests` -- LOCK TABLES `forum_digests` WRITE; /*!40000 ALTER TABLE `forum_digests` DISABLE KEYS */; /*!40000 ALTER TABLE `forum_digests` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_discussion_subs` -- DROP TABLE IF EXISTS `forum_discussion_subs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `forum_discussion_subs` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `forum` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `discussion` bigint(10) NOT NULL, `preference` bigint(10) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), UNIQUE KEY `forudiscsubs_usedis_uix` (`userid`,`discussion`), KEY `forudiscsubs_for_ix` (`forum`), KEY `forudiscsubs_use_ix` (`userid`), KEY `forudiscsubs_dis_ix` (`discussion`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Users may choose to subscribe and unsubscribe from specific '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `forum_discussion_subs` -- LOCK TABLES `forum_discussion_subs` WRITE; /*!40000 ALTER TABLE `forum_discussion_subs` DISABLE KEYS */; /*!40000 ALTER TABLE `forum_discussion_subs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_discussions` -- DROP TABLE IF EXISTS `forum_discussions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `forum_discussions` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `forum` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `firstpost` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `groupid` bigint(10) NOT NULL DEFAULT '-1', `assessed` tinyint(1) NOT NULL DEFAULT '1', `timemodified` bigint(10) NOT NULL DEFAULT '0', `usermodified` bigint(10) NOT NULL DEFAULT '0', `timestart` bigint(10) NOT NULL DEFAULT '0', `timeend` bigint(10) NOT NULL DEFAULT '0', `pinned` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `forudisc_use_ix` (`userid`), KEY `forudisc_cou_ix` (`course`), KEY `forudisc_for_ix` (`forum`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Forums are composed of discussions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `forum_discussions` -- LOCK TABLES `forum_discussions` WRITE; /*!40000 ALTER TABLE `forum_discussions` DISABLE KEYS */; /*!40000 ALTER TABLE `forum_discussions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_posts` -- DROP TABLE IF EXISTS `forum_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `forum_posts` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `discussion` bigint(10) NOT NULL DEFAULT '0', `parent` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `created` bigint(10) NOT NULL DEFAULT '0', `modified` bigint(10) NOT NULL DEFAULT '0', `mailed` tinyint(2) NOT NULL DEFAULT '0', `subject` varchar(255) NOT NULL DEFAULT '', `message` longtext NOT NULL, `messageformat` tinyint(2) NOT NULL DEFAULT '0', `messagetrust` tinyint(2) NOT NULL DEFAULT '0', `attachment` varchar(100) NOT NULL DEFAULT '', `totalscore` smallint(4) NOT NULL DEFAULT '0', `mailnow` bigint(10) NOT NULL DEFAULT '0', `deleted` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `forupost_use_ix` (`userid`), KEY `forupost_cre_ix` (`created`), KEY `forupost_mai_ix` (`mailed`), KEY `forupost_dis_ix` (`discussion`), KEY `forupost_par_ix` (`parent`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='All posts are stored in this table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `forum_posts` -- LOCK TABLES `forum_posts` WRITE; /*!40000 ALTER TABLE `forum_posts` DISABLE KEYS */; /*!40000 ALTER TABLE `forum_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_queue` -- DROP TABLE IF EXISTS `forum_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `forum_queue` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL DEFAULT '0', `discussionid` bigint(10) NOT NULL DEFAULT '0', `postid` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `foruqueu_use_ix` (`userid`), KEY `foruqueu_dis_ix` (`discussionid`), KEY `foruqueu_pos_ix` (`postid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='For keeping track of posts that will be mailed in digest for'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `forum_queue` -- LOCK TABLES `forum_queue` WRITE; /*!40000 ALTER TABLE `forum_queue` DISABLE KEYS */; /*!40000 ALTER TABLE `forum_queue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_read` -- DROP TABLE IF EXISTS `forum_read`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `forum_read` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL DEFAULT '0', `forumid` bigint(10) NOT NULL DEFAULT '0', `discussionid` bigint(10) NOT NULL DEFAULT '0', `postid` bigint(10) NOT NULL DEFAULT '0', `firstread` bigint(10) NOT NULL DEFAULT '0', `lastread` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `foruread_usefor_ix` (`userid`,`forumid`), KEY `foruread_usedis_ix` (`userid`,`discussionid`), KEY `foruread_posuse_ix` (`postid`,`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Tracks each users read posts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `forum_read` -- LOCK TABLES `forum_read` WRITE; /*!40000 ALTER TABLE `forum_read` DISABLE KEYS */; /*!40000 ALTER TABLE `forum_read` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_subscriptions` -- DROP TABLE IF EXISTS `forum_subscriptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `forum_subscriptions` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL DEFAULT '0', `forum` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `forusubs_usefor_uix` (`userid`,`forum`), KEY `forusubs_use_ix` (`userid`), KEY `forusubs_for_ix` (`forum`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Keeps track of who is subscribed to what forum'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `forum_subscriptions` -- LOCK TABLES `forum_subscriptions` WRITE; /*!40000 ALTER TABLE `forum_subscriptions` DISABLE KEYS */; /*!40000 ALTER TABLE `forum_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_track_prefs` -- DROP TABLE IF EXISTS `forum_track_prefs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `forum_track_prefs` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL DEFAULT '0', `forumid` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `forutracpref_usefor_ix` (`userid`,`forumid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Tracks each users untracked forums'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `forum_track_prefs` -- LOCK TABLES `forum_track_prefs` WRITE; /*!40000 ALTER TABLE `forum_track_prefs` DISABLE KEYS */; /*!40000 ALTER TABLE `forum_track_prefs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `glossary` -- DROP TABLE IF EXISTS `glossary`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `glossary` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext NOT NULL, `introformat` smallint(4) NOT NULL DEFAULT '0', `allowduplicatedentries` tinyint(2) NOT NULL DEFAULT '0', `displayformat` varchar(50) NOT NULL DEFAULT 'dictionary', `mainglossary` tinyint(2) NOT NULL DEFAULT '0', `showspecial` tinyint(2) NOT NULL DEFAULT '1', `showalphabet` tinyint(2) NOT NULL DEFAULT '1', `showall` tinyint(2) NOT NULL DEFAULT '1', `allowcomments` tinyint(2) NOT NULL DEFAULT '0', `allowprintview` tinyint(2) NOT NULL DEFAULT '1', `usedynalink` tinyint(2) NOT NULL DEFAULT '1', `defaultapproval` tinyint(2) NOT NULL DEFAULT '1', `approvaldisplayformat` varchar(50) NOT NULL DEFAULT 'default', `globalglossary` tinyint(2) NOT NULL DEFAULT '0', `entbypage` smallint(3) NOT NULL DEFAULT '10', `editalways` tinyint(2) NOT NULL DEFAULT '0', `rsstype` tinyint(2) NOT NULL DEFAULT '0', `rssarticles` tinyint(2) NOT NULL DEFAULT '0', `assessed` bigint(10) NOT NULL DEFAULT '0', `assesstimestart` bigint(10) NOT NULL DEFAULT '0', `assesstimefinish` bigint(10) NOT NULL DEFAULT '0', `scale` bigint(10) NOT NULL DEFAULT '0', `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `completionentries` int(9) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `glos_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='all glossaries'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `glossary` -- LOCK TABLES `glossary` WRITE; /*!40000 ALTER TABLE `glossary` DISABLE KEYS */; /*!40000 ALTER TABLE `glossary` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `glossary_alias` -- DROP TABLE IF EXISTS `glossary_alias`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `glossary_alias` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `entryid` bigint(10) NOT NULL DEFAULT '0', `alias` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `glosalia_ent_ix` (`entryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='entries alias'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `glossary_alias` -- LOCK TABLES `glossary_alias` WRITE; /*!40000 ALTER TABLE `glossary_alias` DISABLE KEYS */; /*!40000 ALTER TABLE `glossary_alias` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `glossary_categories` -- DROP TABLE IF EXISTS `glossary_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `glossary_categories` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `glossaryid` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `usedynalink` tinyint(2) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `gloscate_glo_ix` (`glossaryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='all categories for glossary entries'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `glossary_categories` -- LOCK TABLES `glossary_categories` WRITE; /*!40000 ALTER TABLE `glossary_categories` DISABLE KEYS */; /*!40000 ALTER TABLE `glossary_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `glossary_entries` -- DROP TABLE IF EXISTS `glossary_entries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `glossary_entries` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `glossaryid` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `concept` varchar(255) NOT NULL DEFAULT '', `definition` longtext NOT NULL, `definitionformat` tinyint(2) NOT NULL DEFAULT '0', `definitiontrust` tinyint(2) NOT NULL DEFAULT '0', `attachment` varchar(100) NOT NULL DEFAULT '', `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `teacherentry` tinyint(2) NOT NULL DEFAULT '0', `sourceglossaryid` bigint(10) NOT NULL DEFAULT '0', `usedynalink` tinyint(2) NOT NULL DEFAULT '1', `casesensitive` tinyint(2) NOT NULL DEFAULT '0', `fullmatch` tinyint(2) NOT NULL DEFAULT '1', `approved` tinyint(2) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `glosentr_use_ix` (`userid`), KEY `glosentr_con_ix` (`concept`), KEY `glosentr_glo_ix` (`glossaryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='all glossary entries'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `glossary_entries` -- LOCK TABLES `glossary_entries` WRITE; /*!40000 ALTER TABLE `glossary_entries` DISABLE KEYS */; /*!40000 ALTER TABLE `glossary_entries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `glossary_entries_categories` -- DROP TABLE IF EXISTS `glossary_entries_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `glossary_entries_categories` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `categoryid` bigint(10) NOT NULL DEFAULT '0', `entryid` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `glosentrcate_cat_ix` (`categoryid`), KEY `glosentrcate_ent_ix` (`entryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='categories of each glossary entry'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `glossary_entries_categories` -- LOCK TABLES `glossary_entries_categories` WRITE; /*!40000 ALTER TABLE `glossary_entries_categories` DISABLE KEYS */; /*!40000 ALTER TABLE `glossary_entries_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `glossary_formats` -- DROP TABLE IF EXISTS `glossary_formats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `glossary_formats` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL DEFAULT '', `popupformatname` varchar(50) NOT NULL DEFAULT '', `visible` tinyint(2) NOT NULL DEFAULT '1', `showgroup` tinyint(2) NOT NULL DEFAULT '1', `showtabs` varchar(100) DEFAULT NULL, `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=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COMMENT='Setting of the display formats'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `glossary_formats` -- LOCK TABLES `glossary_formats` WRITE; /*!40000 ALTER TABLE `glossary_formats` DISABLE KEYS */; INSERT INTO `glossary_formats` VALUES (1,'continuous','continuous',1,1,'standard,category,date','','','',''),(2,'dictionary','dictionary',1,1,'standard','','','',''),(3,'encyclopedia','encyclopedia',1,1,'standard,category,date,author','','','',''),(4,'entrylist','entrylist',1,1,'standard,category,date,author','','','',''),(5,'faq','faq',1,1,'standard,category,date,author','','','',''),(6,'fullwithauthor','fullwithauthor',1,1,'standard,category,date,author','','','',''),(7,'fullwithoutauthor','fullwithoutauthor',1,1,'standard,category,date','','','',''); /*!40000 ALTER TABLE `glossary_formats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `grade_categories` -- DROP TABLE IF EXISTS `grade_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `grade_categories` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL, `parent` bigint(10) DEFAULT NULL, `depth` bigint(10) 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) NOT NULL DEFAULT '0', `aggregateoutcomes` tinyint(1) NOT NULL DEFAULT '0', `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `hidden` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `gradcate_cou_ix` (`courseid`), KEY `gradcate_par_ix` (`parent`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='This table keeps information about categories, used for grou'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `grade_categories` -- LOCK TABLES `grade_categories` WRITE; /*!40000 ALTER TABLE `grade_categories` DISABLE KEYS */; INSERT INTO `grade_categories` VALUES (1,2,NULL,1,'/1/','?',0,0,0,1,0,1544117782,1549898712,0); /*!40000 ALTER TABLE `grade_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `grade_categories_history` -- DROP TABLE IF EXISTS `grade_categories_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `grade_categories_history` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `action` bigint(10) NOT NULL DEFAULT '0', `oldid` bigint(10) NOT NULL, `source` varchar(255) DEFAULT NULL, `timemodified` bigint(10) DEFAULT NULL, `loggeduser` bigint(10) DEFAULT NULL, `courseid` bigint(10) NOT NULL, `parent` bigint(10) DEFAULT NULL, `depth` bigint(10) 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) NOT NULL DEFAULT '0', `aggregateoutcomes` tinyint(1) NOT NULL DEFAULT '0', `aggregatesubcats` tinyint(1) NOT NULL DEFAULT '0', `hidden` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `gradcatehist_act_ix` (`action`), KEY `gradcatehist_tim_ix` (`timemodified`), KEY `gradcatehist_old_ix` (`oldid`), KEY `gradcatehist_cou_ix` (`courseid`), KEY `gradcatehist_par_ix` (`parent`), KEY `gradcatehist_log_ix` (`loggeduser`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='History of grade_categories'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `grade_categories_history` -- LOCK TABLES `grade_categories_history` WRITE; /*!40000 ALTER TABLE `grade_categories_history` DISABLE KEYS */; INSERT INTO `grade_categories_history` VALUES (1,1,1,'system',1544117782,2,2,NULL,0,NULL,'?',13,0,0,1,0,0,0),(2,2,1,'system',1544117782,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(3,2,1,NULL,1549898712,2,2,NULL,1,'/1/','?',0,0,0,1,0,0,0); /*!40000 ALTER TABLE `grade_categories_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `grade_grades` -- DROP TABLE IF EXISTS `grade_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `grade_grades` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `itemid` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `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) DEFAULT NULL, `usermodified` bigint(10) DEFAULT NULL, `finalgrade` decimal(10,5) DEFAULT NULL, `hidden` bigint(10) NOT NULL DEFAULT '0', `locked` bigint(10) NOT NULL DEFAULT '0', `locktime` bigint(10) NOT NULL DEFAULT '0', `exported` bigint(10) NOT NULL DEFAULT '0', `overridden` bigint(10) NOT NULL DEFAULT '0', `excluded` bigint(10) NOT NULL DEFAULT '0', `feedback` longtext, `feedbackformat` bigint(10) NOT NULL DEFAULT '0', `information` longtext, `informationformat` bigint(10) NOT NULL DEFAULT '0', `timecreated` bigint(10) DEFAULT NULL, `timemodified` bigint(10) DEFAULT NULL, `aggregationstatus` varchar(10) NOT NULL DEFAULT 'unknown', `aggregationweight` decimal(10,5) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `gradgrad_useite_uix` (`userid`,`itemid`), KEY `gradgrad_locloc_ix` (`locked`,`locktime`), KEY `gradgrad_ite_ix` (`itemid`), KEY `gradgrad_use_ix` (`userid`), KEY `gradgrad_raw_ix` (`rawscaleid`), KEY `gradgrad_use2_ix` (`usermodified`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COMMENT='grade_grades This table keeps individual grades for each us'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `grade_grades` -- LOCK TABLES `grade_grades` WRITE; /*!40000 ALTER TABLE `grade_grades` DISABLE KEYS */; INSERT INTO `grade_grades` VALUES (1,2,9633,80.00000,100.00000,0.00000,NULL,3,80.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1544118946,'used',1.00000),(2,1,9633,NULL,100.00000,0.00000,NULL,NULL,80.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1549898712,'unknown',NULL),(5,3,9633,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(6,3,8,90.00000,100.00000,0.00000,NULL,14,90.00000,0,0,0,0,0,0,'

ok

',1,NULL,0,NULL,1549894783,'used',1.00000),(7,1,8,NULL,100.00000,0.00000,NULL,NULL,90.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1549898712,'unknown',NULL),(8,2,8,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(9,3,6,100.00000,100.00000,0.00000,NULL,13,100.00000,0,0,0,0,0,0,'

ok, muito bom.

',1,NULL,0,NULL,1549897300,'used',0.50000),(10,1,6,NULL,100.00000,0.00000,NULL,NULL,97.50000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1549898712,'unknown',NULL),(11,2,6,95.00000,100.00000,0.00000,NULL,3,95.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1549898354,'used',0.50000); /*!40000 ALTER TABLE `grade_grades` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `grade_import_newitem` -- DROP TABLE IF EXISTS `grade_import_newitem`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `grade_import_newitem` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `itemname` varchar(255) NOT NULL DEFAULT '', `importcode` bigint(10) NOT NULL, `importer` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `gradimponewi_imp_ix` (`importer`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='temporary table for storing new grade_item names from grade '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `grade_import_newitem` -- LOCK TABLES `grade_import_newitem` WRITE; /*!40000 ALTER TABLE `grade_import_newitem` DISABLE KEYS */; /*!40000 ALTER TABLE `grade_import_newitem` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `grade_import_values` -- DROP TABLE IF EXISTS `grade_import_values`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `grade_import_values` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `itemid` bigint(10) DEFAULT NULL, `newgradeitem` bigint(10) DEFAULT NULL, `userid` bigint(10) NOT NULL, `finalgrade` decimal(10,5) DEFAULT NULL, `feedback` longtext, `importcode` bigint(10) NOT NULL, `importer` bigint(10) DEFAULT NULL, `importonlyfeedback` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`), KEY `gradimpovalu_ite_ix` (`itemid`), KEY `gradimpovalu_new_ix` (`newgradeitem`), KEY `gradimpovalu_imp_ix` (`importer`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Temporary table for importing grades'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `grade_import_values` -- LOCK TABLES `grade_import_values` WRITE; /*!40000 ALTER TABLE `grade_import_values` DISABLE KEYS */; /*!40000 ALTER TABLE `grade_import_values` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `grade_items` -- DROP TABLE IF EXISTS `grade_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `grade_items` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) DEFAULT NULL, `categoryid` bigint(10) DEFAULT NULL, `itemname` varchar(255) DEFAULT NULL, `itemtype` varchar(30) NOT NULL DEFAULT '', `itemmodule` varchar(30) DEFAULT NULL, `iteminstance` bigint(10) DEFAULT NULL, `itemnumber` bigint(10) DEFAULT NULL, `iteminfo` longtext, `idnumber` varchar(255) DEFAULT NULL, `calculation` longtext, `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) DEFAULT NULL, `outcomeid` bigint(10) 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', `aggregationcoef2` 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) DEFAULT NULL, `hidden` bigint(10) NOT NULL DEFAULT '0', `locked` bigint(10) NOT NULL DEFAULT '0', `locktime` bigint(10) NOT NULL DEFAULT '0', `needsupdate` bigint(10) NOT NULL DEFAULT '0', `weightoverride` tinyint(1) NOT NULL DEFAULT '0', `timecreated` bigint(10) DEFAULT NULL, `timemodified` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `graditem_locloc_ix` (`locked`,`locktime`), KEY `graditem_itenee_ix` (`itemtype`,`needsupdate`), KEY `graditem_gra_ix` (`gradetype`), KEY `graditem_idncou_ix` (`idnumber`,`courseid`), KEY `graditem_cou_ix` (`courseid`), KEY `graditem_cat_ix` (`categoryid`), KEY `graditem_sca_ix` (`scaleid`), KEY `graditem_out_ix` (`outcomeid`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='This table keeps information about gradeable items (ie colum'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `grade_items` -- LOCK TABLES `grade_items` WRITE; /*!40000 ALTER TABLE `grade_items` DISABLE KEYS */; INSERT INTO `grade_items` VALUES (1,2,NULL,'','course',NULL,1,NULL,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,NULL,0,0,0,0,0,1544117782,1549898712),(2,2,1,'TCC','mod','lti',1,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,2,0,NULL,0,0,0,0,0,1544117841,1549898712),(3,2,1,'Texto de Introdução','mod','assign',1,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,3,0,NULL,0,0,0,0,0,1549894378,1549898712); /*!40000 ALTER TABLE `grade_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `grade_items_history` -- DROP TABLE IF EXISTS `grade_items_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `grade_items_history` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `action` bigint(10) NOT NULL DEFAULT '0', `oldid` bigint(10) NOT NULL, `source` varchar(255) DEFAULT NULL, `timemodified` bigint(10) DEFAULT NULL, `loggeduser` bigint(10) DEFAULT NULL, `courseid` bigint(10) DEFAULT NULL, `categoryid` bigint(10) DEFAULT NULL, `itemname` varchar(255) DEFAULT NULL, `itemtype` varchar(30) NOT NULL DEFAULT '', `itemmodule` varchar(30) DEFAULT NULL, `iteminstance` bigint(10) DEFAULT NULL, `itemnumber` bigint(10) DEFAULT NULL, `iteminfo` longtext, `idnumber` varchar(255) DEFAULT NULL, `calculation` longtext, `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) DEFAULT NULL, `outcomeid` bigint(10) 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', `aggregationcoef2` 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) NOT NULL DEFAULT '0', `needsupdate` bigint(10) NOT NULL DEFAULT '0', `display` bigint(10) NOT NULL DEFAULT '0', `decimals` tinyint(1) DEFAULT NULL, `weightoverride` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `graditemhist_act_ix` (`action`), KEY `graditemhist_tim_ix` (`timemodified`), KEY `graditemhist_old_ix` (`oldid`), KEY `graditemhist_cou_ix` (`courseid`), KEY `graditemhist_cat_ix` (`categoryid`), KEY `graditemhist_sca_ix` (`scaleid`), KEY `graditemhist_out_ix` (`outcomeid`), KEY `graditemhist_log_ix` (`loggeduser`) ) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8 COMMENT='History of grade_items'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `grade_items_history` -- LOCK TABLES `grade_items_history` WRITE; /*!40000 ALTER TABLE `grade_items_history` DISABLE KEYS */; INSERT INTO `grade_items_history` VALUES (1,1,1,'system',1544117782,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(2,1,2,NULL,1544117841,2,2,1,'TCC','mod','lti',1,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,2,0,0,0,1,0,NULL,0),(3,2,2,NULL,1544117841,2,2,1,'TCC','mod','lti',1,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,2,0,0,0,1,0,NULL,0),(4,1,3,NULL,1549894378,11,2,1,'Texto de Introdução','mod','assign',1,0,NULL,'3',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,3,0,0,0,1,0,NULL,0),(5,2,3,NULL,1549894378,11,2,1,'Texto de Introdução','mod','assign',1,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,3,0,0,0,1,0,NULL,0),(6,2,2,NULL,1549894378,11,2,1,'TCC','mod','lti',1,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.50000,2,0,0,0,1,0,NULL,0),(7,2,3,NULL,1549894378,11,2,1,'Texto de Introdução','mod','assign',1,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.50000,3,0,0,0,1,0,NULL,0),(8,2,1,'aggregation',1549894378,11,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,200.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(9,2,2,NULL,1549898474,2,2,1,'TCC','mod','lti',1,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.50000,2,0,0,0,1,0,NULL,1),(10,2,2,NULL,1549898474,2,2,1,'TCC','mod','lti',1,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.50000,2,0,0,0,1,0,NULL,1),(11,2,3,NULL,1549898474,2,2,1,'Texto de Introdução','mod','assign',1,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.50000,3,0,0,0,1,0,NULL,1),(12,2,3,NULL,1549898474,2,2,1,'Texto de Introdução','mod','assign',1,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.50000,3,0,0,0,1,0,NULL,1),(13,2,2,NULL,1549898712,2,2,1,'TCC','mod','lti',1,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,2,0,0,0,1,0,NULL,0),(14,2,3,NULL,1549898712,2,2,1,'Texto de Introdução','mod','assign',1,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,3,0,0,0,1,0,NULL,0),(15,2,1,NULL,1549898712,2,2,NULL,'','course',NULL,1,NULL,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(16,2,1,NULL,1549898712,2,2,NULL,'','course',NULL,1,NULL,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(17,2,1,NULL,1549898712,2,2,NULL,'','course',NULL,1,NULL,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(18,2,1,NULL,1549898712,2,2,NULL,'','course',NULL,1,NULL,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0); /*!40000 ALTER TABLE `grade_items_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `grade_letters` -- DROP TABLE IF EXISTS `grade_letters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `grade_letters` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `contextid` bigint(10) NOT NULL, `lowerboundary` decimal(10,5) NOT NULL, `letter` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `gradlett_conlowlet_uix` (`contextid`,`lowerboundary`,`letter`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Repository for grade letters, for courses and other moodle e'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `grade_letters` -- LOCK TABLES `grade_letters` WRITE; /*!40000 ALTER TABLE `grade_letters` DISABLE KEYS */; /*!40000 ALTER TABLE `grade_letters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `grade_outcomes` -- DROP TABLE IF EXISTS `grade_outcomes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `grade_outcomes` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) DEFAULT NULL, `shortname` varchar(255) NOT NULL DEFAULT '', `fullname` longtext NOT NULL, `scaleid` bigint(10) DEFAULT NULL, `description` longtext, `descriptionformat` tinyint(2) NOT NULL DEFAULT '0', `timecreated` bigint(10) DEFAULT NULL, `timemodified` bigint(10) DEFAULT NULL, `usermodified` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `gradoutc_cousho_uix` (`courseid`,`shortname`), KEY `gradoutc_cou_ix` (`courseid`), KEY `gradoutc_sca_ix` (`scaleid`), KEY `gradoutc_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='This table describes the outcomes used in the system. An out'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `grade_outcomes` -- LOCK TABLES `grade_outcomes` WRITE; /*!40000 ALTER TABLE `grade_outcomes` DISABLE KEYS */; /*!40000 ALTER TABLE `grade_outcomes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `grade_outcomes_courses` -- DROP TABLE IF EXISTS `grade_outcomes_courses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `grade_outcomes_courses` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL, `outcomeid` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `gradoutccour_couout_uix` (`courseid`,`outcomeid`), KEY `gradoutccour_cou_ix` (`courseid`), KEY `gradoutccour_out_ix` (`outcomeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='stores what outcomes are used in what courses.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `grade_outcomes_courses` -- LOCK TABLES `grade_outcomes_courses` WRITE; /*!40000 ALTER TABLE `grade_outcomes_courses` DISABLE KEYS */; /*!40000 ALTER TABLE `grade_outcomes_courses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `grade_outcomes_history` -- DROP TABLE IF EXISTS `grade_outcomes_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `grade_outcomes_history` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `action` bigint(10) NOT NULL DEFAULT '0', `oldid` bigint(10) NOT NULL, `source` varchar(255) DEFAULT NULL, `timemodified` bigint(10) DEFAULT NULL, `loggeduser` bigint(10) DEFAULT NULL, `courseid` bigint(10) DEFAULT NULL, `shortname` varchar(255) NOT NULL DEFAULT '', `fullname` longtext NOT NULL, `scaleid` bigint(10) DEFAULT NULL, `description` longtext, `descriptionformat` tinyint(2) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `gradoutchist_act_ix` (`action`), KEY `gradoutchist_tim_ix` (`timemodified`), KEY `gradoutchist_old_ix` (`oldid`), KEY `gradoutchist_cou_ix` (`courseid`), KEY `gradoutchist_sca_ix` (`scaleid`), KEY `gradoutchist_log_ix` (`loggeduser`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='History table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `grade_outcomes_history` -- LOCK TABLES `grade_outcomes_history` WRITE; /*!40000 ALTER TABLE `grade_outcomes_history` DISABLE KEYS */; /*!40000 ALTER TABLE `grade_outcomes_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `grade_settings` -- DROP TABLE IF EXISTS `grade_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `grade_settings` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL, `name` varchar(255) NOT NULL DEFAULT '', `value` longtext, PRIMARY KEY (`id`), UNIQUE KEY `gradsett_counam_uix` (`courseid`,`name`), KEY `gradsett_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='gradebook settings'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `grade_settings` -- LOCK TABLES `grade_settings` WRITE; /*!40000 ALTER TABLE `grade_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `grade_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `grading_areas` -- DROP TABLE IF EXISTS `grading_areas`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `grading_areas` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `contextid` bigint(10) NOT NULL, `component` varchar(100) NOT NULL DEFAULT '', `areaname` varchar(100) NOT NULL DEFAULT '', `activemethod` varchar(100) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `gradarea_concomare_uix` (`contextid`,`component`,`areaname`), KEY `gradarea_con_ix` (`contextid`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Identifies gradable areas where advanced grading can happen.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `grading_areas` -- LOCK TABLES `grading_areas` WRITE; /*!40000 ALTER TABLE `grading_areas` DISABLE KEYS */; INSERT INTO `grading_areas` VALUES (1,57,'mod_assign','submissions',NULL); /*!40000 ALTER TABLE `grading_areas` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `grading_definitions` -- DROP TABLE IF EXISTS `grading_definitions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `grading_definitions` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `areaid` bigint(10) NOT NULL, `method` varchar(100) NOT NULL DEFAULT '', `name` varchar(255) NOT NULL DEFAULT '', `description` longtext, `descriptionformat` tinyint(2) DEFAULT NULL, `status` bigint(10) NOT NULL DEFAULT '0', `copiedfromid` bigint(10) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `usercreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `usermodified` bigint(10) NOT NULL, `timecopied` bigint(10) DEFAULT '0', `options` longtext, PRIMARY KEY (`id`), UNIQUE KEY `graddefi_aremet_uix` (`areaid`,`method`), KEY `graddefi_are_ix` (`areaid`), KEY `graddefi_use_ix` (`usermodified`), KEY `graddefi_use2_ix` (`usercreated`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Contains the basic information about an advanced grading for'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `grading_definitions` -- LOCK TABLES `grading_definitions` WRITE; /*!40000 ALTER TABLE `grading_definitions` DISABLE KEYS */; /*!40000 ALTER TABLE `grading_definitions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `grading_instances` -- DROP TABLE IF EXISTS `grading_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `grading_instances` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `definitionid` bigint(10) NOT NULL, `raterid` bigint(10) NOT NULL, `itemid` bigint(10) DEFAULT NULL, `rawgrade` decimal(10,5) DEFAULT NULL, `status` bigint(10) NOT NULL DEFAULT '0', `feedback` longtext, `feedbackformat` tinyint(2) DEFAULT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `gradinst_def_ix` (`definitionid`), KEY `gradinst_rat_ix` (`raterid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Grading form instance is an assessment record for one gradab'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `grading_instances` -- LOCK TABLES `grading_instances` WRITE; /*!40000 ALTER TABLE `grading_instances` DISABLE KEYS */; /*!40000 ALTER TABLE `grading_instances` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gradingform_guide_comments` -- DROP TABLE IF EXISTS `gradingform_guide_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `gradingform_guide_comments` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `definitionid` bigint(10) NOT NULL, `sortorder` bigint(10) NOT NULL, `description` longtext, `descriptionformat` tinyint(2) DEFAULT NULL, PRIMARY KEY (`id`), KEY `gradguidcomm_def_ix` (`definitionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='frequently used comments used in marking guide'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gradingform_guide_comments` -- LOCK TABLES `gradingform_guide_comments` WRITE; /*!40000 ALTER TABLE `gradingform_guide_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `gradingform_guide_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gradingform_guide_criteria` -- DROP TABLE IF EXISTS `gradingform_guide_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `gradingform_guide_criteria` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `definitionid` bigint(10) NOT NULL, `sortorder` bigint(10) NOT NULL, `shortname` varchar(255) NOT NULL DEFAULT '', `description` longtext, `descriptionformat` tinyint(2) DEFAULT NULL, `descriptionmarkers` longtext, `descriptionmarkersformat` tinyint(2) DEFAULT NULL, `maxscore` decimal(10,5) NOT NULL, PRIMARY KEY (`id`), KEY `gradguidcrit_def_ix` (`definitionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores the rows of the criteria grid.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gradingform_guide_criteria` -- LOCK TABLES `gradingform_guide_criteria` WRITE; /*!40000 ALTER TABLE `gradingform_guide_criteria` DISABLE KEYS */; /*!40000 ALTER TABLE `gradingform_guide_criteria` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gradingform_guide_fillings` -- DROP TABLE IF EXISTS `gradingform_guide_fillings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `gradingform_guide_fillings` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `instanceid` bigint(10) NOT NULL, `criterionid` bigint(10) NOT NULL, `remark` longtext, `remarkformat` tinyint(2) DEFAULT NULL, `score` decimal(10,5) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `gradguidfill_inscri_uix` (`instanceid`,`criterionid`), KEY `gradguidfill_ins_ix` (`instanceid`), KEY `gradguidfill_cri_ix` (`criterionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores the data of how the guide is filled by a particular r'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gradingform_guide_fillings` -- LOCK TABLES `gradingform_guide_fillings` WRITE; /*!40000 ALTER TABLE `gradingform_guide_fillings` DISABLE KEYS */; /*!40000 ALTER TABLE `gradingform_guide_fillings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gradingform_rubric_criteria` -- DROP TABLE IF EXISTS `gradingform_rubric_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `gradingform_rubric_criteria` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `definitionid` bigint(10) NOT NULL, `sortorder` bigint(10) NOT NULL, `description` longtext, `descriptionformat` tinyint(2) DEFAULT NULL, PRIMARY KEY (`id`), KEY `gradrubrcrit_def_ix` (`definitionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores the rows of the rubric grid.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gradingform_rubric_criteria` -- LOCK TABLES `gradingform_rubric_criteria` WRITE; /*!40000 ALTER TABLE `gradingform_rubric_criteria` DISABLE KEYS */; /*!40000 ALTER TABLE `gradingform_rubric_criteria` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gradingform_rubric_fillings` -- DROP TABLE IF EXISTS `gradingform_rubric_fillings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `gradingform_rubric_fillings` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `instanceid` bigint(10) NOT NULL, `criterionid` bigint(10) NOT NULL, `levelid` bigint(10) DEFAULT NULL, `remark` longtext, `remarkformat` tinyint(2) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `gradrubrfill_inscri_uix` (`instanceid`,`criterionid`), KEY `gradrubrfill_lev_ix` (`levelid`), KEY `gradrubrfill_ins_ix` (`instanceid`), KEY `gradrubrfill_cri_ix` (`criterionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores the data of how the rubric is filled by a particular '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gradingform_rubric_fillings` -- LOCK TABLES `gradingform_rubric_fillings` WRITE; /*!40000 ALTER TABLE `gradingform_rubric_fillings` DISABLE KEYS */; /*!40000 ALTER TABLE `gradingform_rubric_fillings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gradingform_rubric_levels` -- DROP TABLE IF EXISTS `gradingform_rubric_levels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `gradingform_rubric_levels` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `criterionid` bigint(10) NOT NULL, `score` decimal(10,5) NOT NULL, `definition` longtext, `definitionformat` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `gradrubrleve_cri_ix` (`criterionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores the columns of the rubric grid.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gradingform_rubric_levels` -- LOCK TABLES `gradingform_rubric_levels` WRITE; /*!40000 ALTER TABLE `gradingform_rubric_levels` DISABLE KEYS */; /*!40000 ALTER TABLE `gradingform_rubric_levels` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `groupings` -- DROP TABLE IF EXISTS `groupings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `groupings` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `idnumber` varchar(100) NOT NULL DEFAULT '', `description` longtext, `descriptionformat` tinyint(2) NOT NULL DEFAULT '0', `configdata` longtext, `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `grou_idn2_ix` (`idnumber`), KEY `grou_cou2_ix` (`courseid`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='A grouping is a collection of groups. WAS: groups_groupings'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `groupings` -- LOCK TABLES `groupings` WRITE; /*!40000 ALTER TABLE `groupings` DISABLE KEYS */; INSERT INTO `groupings` VALUES (1,2,'Estudantes e Tutores Tur1','relationship_2','',0,NULL,1549626938,1549626938); /*!40000 ALTER TABLE `groupings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `groupings_groups` -- DROP TABLE IF EXISTS `groupings_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `groupings_groups` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `groupingid` bigint(10) NOT NULL DEFAULT '0', `groupid` bigint(10) NOT NULL DEFAULT '0', `timeadded` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `grougrou_gro_ix` (`groupingid`), KEY `grougrou_gro2_ix` (`groupid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Link a grouping to a group (note, groups can be in multiple '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `groupings_groups` -- LOCK TABLES `groupings_groups` WRITE; /*!40000 ALTER TABLE `groupings_groups` DISABLE KEYS */; INSERT INTO `groupings_groups` VALUES (1,1,1,1549626938),(2,1,2,1549626938); /*!40000 ALTER TABLE `groupings_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `groups` -- DROP TABLE IF EXISTS `groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `groups` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL, `idnumber` varchar(100) NOT NULL DEFAULT '', `name` varchar(254) NOT NULL DEFAULT '', `description` longtext, `descriptionformat` tinyint(2) NOT NULL DEFAULT '0', `enrolmentkey` varchar(50) DEFAULT NULL, `picture` bigint(10) NOT NULL DEFAULT '0', `hidepicture` tinyint(1) NOT NULL DEFAULT '0', `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `grou_idn_ix` (`idnumber`), KEY `grou_cou_ix` (`courseid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Each record represents a group.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `groups` -- LOCK TABLES `groups` WRITE; /*!40000 ALTER TABLE `groups` DISABLE KEYS */; INSERT INTO `groups` VALUES (1,2,'relationship_2_3','Grupo Turor G','',0,NULL,0,0,1549626938,1549626938),(2,2,'relationship_2_4','Grupo Tutor H','',0,NULL,0,0,1549626938,1549626938); /*!40000 ALTER TABLE `groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `groups_members` -- DROP TABLE IF EXISTS `groups_members`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `groups_members` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `groupid` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `timeadded` bigint(10) NOT NULL DEFAULT '0', `component` varchar(100) NOT NULL DEFAULT '', `itemid` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `groumemb_usegro_uix` (`userid`,`groupid`), KEY `groumemb_gro_ix` (`groupid`), KEY `groumemb_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='Link a user to a group.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `groups_members` -- LOCK TABLES `groups_members` WRITE; /*!40000 ALTER TABLE `groups_members` DISABLE KEYS */; INSERT INTO `groups_members` VALUES (1,1,5,1549626938,'enrol_relationship',5),(2,1,6,1549626938,'enrol_relationship',5),(3,1,7,1549626938,'enrol_relationship',5),(4,1,13,1549626938,'enrol_relationship',5),(5,2,8,1549626938,'enrol_relationship',5),(6,2,14,1549626938,'enrol_relationship',5); /*!40000 ALTER TABLE `groups_members` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `imscp` -- DROP TABLE IF EXISTS `imscp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `imscp` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext, `introformat` smallint(4) NOT NULL DEFAULT '0', `revision` bigint(10) NOT NULL DEFAULT '0', `keepold` bigint(10) NOT NULL DEFAULT '-1', `structure` longtext, `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `imsc_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='each record is one imscp resource'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `imscp` -- LOCK TABLES `imscp` WRITE; /*!40000 ALTER TABLE `imscp` DISABLE KEYS */; /*!40000 ALTER TABLE `imscp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `label` -- DROP TABLE IF EXISTS `label`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `label` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext NOT NULL, `introformat` smallint(4) DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `labe_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines labels'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `label` -- LOCK TABLES `label` WRITE; /*!40000 ALTER TABLE `label` DISABLE KEYS */; /*!40000 ALTER TABLE `label` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lesson` -- DROP TABLE IF EXISTS `lesson`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `lesson` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext, `introformat` smallint(4) NOT NULL DEFAULT '0', `practice` smallint(3) NOT NULL DEFAULT '0', `modattempts` smallint(3) NOT NULL DEFAULT '0', `usepassword` smallint(3) NOT NULL DEFAULT '0', `password` varchar(32) NOT NULL DEFAULT '', `dependency` bigint(10) NOT NULL DEFAULT '0', `conditions` longtext NOT NULL, `grade` bigint(10) NOT NULL DEFAULT '0', `custom` smallint(3) NOT NULL DEFAULT '0', `ongoing` smallint(3) NOT NULL DEFAULT '0', `usemaxgrade` smallint(3) NOT NULL DEFAULT '0', `maxanswers` smallint(3) NOT NULL DEFAULT '4', `maxattempts` smallint(3) NOT NULL DEFAULT '5', `review` smallint(3) NOT NULL DEFAULT '0', `nextpagedefault` smallint(3) NOT NULL DEFAULT '0', `feedback` smallint(3) NOT NULL DEFAULT '1', `minquestions` smallint(3) NOT NULL DEFAULT '0', `maxpages` smallint(3) NOT NULL DEFAULT '0', `timelimit` bigint(10) NOT NULL DEFAULT '0', `retake` smallint(3) NOT NULL DEFAULT '1', `activitylink` bigint(10) NOT NULL DEFAULT '0', `mediafile` varchar(255) NOT NULL DEFAULT '', `mediaheight` bigint(10) NOT NULL DEFAULT '100', `mediawidth` bigint(10) NOT NULL DEFAULT '650', `mediaclose` smallint(3) NOT NULL DEFAULT '0', `slideshow` smallint(3) NOT NULL DEFAULT '0', `width` bigint(10) NOT NULL DEFAULT '640', `height` bigint(10) NOT NULL DEFAULT '480', `bgcolor` varchar(7) NOT NULL DEFAULT '#FFFFFF', `displayleft` smallint(3) NOT NULL DEFAULT '0', `displayleftif` smallint(3) NOT NULL DEFAULT '0', `progressbar` smallint(3) NOT NULL DEFAULT '0', `available` bigint(10) NOT NULL DEFAULT '0', `deadline` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `completionendreached` tinyint(1) DEFAULT '0', `completiontimespent` bigint(11) DEFAULT '0', `allowofflineattempts` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`), KEY `less_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines lesson'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lesson` -- LOCK TABLES `lesson` WRITE; /*!40000 ALTER TABLE `lesson` DISABLE KEYS */; /*!40000 ALTER TABLE `lesson` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lesson_answers` -- DROP TABLE IF EXISTS `lesson_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `lesson_answers` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `lessonid` bigint(10) NOT NULL DEFAULT '0', `pageid` bigint(10) NOT NULL DEFAULT '0', `jumpto` bigint(11) NOT NULL DEFAULT '0', `grade` smallint(4) NOT NULL DEFAULT '0', `score` bigint(10) NOT NULL DEFAULT '0', `flags` smallint(3) NOT NULL DEFAULT '0', `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `answer` longtext, `answerformat` tinyint(2) NOT NULL DEFAULT '0', `response` longtext, `responseformat` tinyint(2) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `lessansw_les_ix` (`lessonid`), KEY `lessansw_pag_ix` (`pageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines lesson_answers'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lesson_answers` -- LOCK TABLES `lesson_answers` WRITE; /*!40000 ALTER TABLE `lesson_answers` DISABLE KEYS */; /*!40000 ALTER TABLE `lesson_answers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lesson_attempts` -- DROP TABLE IF EXISTS `lesson_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `lesson_attempts` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `lessonid` bigint(10) NOT NULL DEFAULT '0', `pageid` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `answerid` bigint(10) NOT NULL DEFAULT '0', `retry` smallint(3) NOT NULL DEFAULT '0', `correct` bigint(10) NOT NULL DEFAULT '0', `useranswer` longtext, `timeseen` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `lessatte_use_ix` (`userid`), KEY `lessatte_les_ix` (`lessonid`), KEY `lessatte_pag_ix` (`pageid`), KEY `lessatte_ans_ix` (`answerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines lesson_attempts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lesson_attempts` -- LOCK TABLES `lesson_attempts` WRITE; /*!40000 ALTER TABLE `lesson_attempts` DISABLE KEYS */; /*!40000 ALTER TABLE `lesson_attempts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lesson_branch` -- DROP TABLE IF EXISTS `lesson_branch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `lesson_branch` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `lessonid` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `pageid` bigint(10) NOT NULL DEFAULT '0', `retry` bigint(10) NOT NULL DEFAULT '0', `flag` smallint(3) NOT NULL DEFAULT '0', `timeseen` bigint(10) NOT NULL DEFAULT '0', `nextpageid` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `lessbran_use_ix` (`userid`), KEY `lessbran_les_ix` (`lessonid`), KEY `lessbran_pag_ix` (`pageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='branches for each lesson/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lesson_branch` -- LOCK TABLES `lesson_branch` WRITE; /*!40000 ALTER TABLE `lesson_branch` DISABLE KEYS */; /*!40000 ALTER TABLE `lesson_branch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lesson_grades` -- DROP TABLE IF EXISTS `lesson_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `lesson_grades` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `lessonid` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `grade` double NOT NULL DEFAULT '0', `late` smallint(3) NOT NULL DEFAULT '0', `completed` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `lessgrad_use_ix` (`userid`), KEY `lessgrad_les_ix` (`lessonid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines lesson_grades'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lesson_grades` -- LOCK TABLES `lesson_grades` WRITE; /*!40000 ALTER TABLE `lesson_grades` DISABLE KEYS */; /*!40000 ALTER TABLE `lesson_grades` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lesson_overrides` -- DROP TABLE IF EXISTS `lesson_overrides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `lesson_overrides` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `lessonid` bigint(10) NOT NULL DEFAULT '0', `groupid` bigint(10) DEFAULT NULL, `userid` bigint(10) DEFAULT NULL, `available` bigint(10) DEFAULT NULL, `deadline` bigint(10) DEFAULT NULL, `timelimit` bigint(10) DEFAULT NULL, `review` smallint(3) DEFAULT NULL, `maxattempts` smallint(3) DEFAULT NULL, `retake` smallint(3) DEFAULT NULL, `password` varchar(32) DEFAULT NULL, PRIMARY KEY (`id`), KEY `lessover_les_ix` (`lessonid`), KEY `lessover_gro_ix` (`groupid`), KEY `lessover_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The overrides to lesson settings.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lesson_overrides` -- LOCK TABLES `lesson_overrides` WRITE; /*!40000 ALTER TABLE `lesson_overrides` DISABLE KEYS */; /*!40000 ALTER TABLE `lesson_overrides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lesson_pages` -- DROP TABLE IF EXISTS `lesson_pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `lesson_pages` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `lessonid` bigint(10) NOT NULL DEFAULT '0', `prevpageid` bigint(10) NOT NULL DEFAULT '0', `nextpageid` bigint(10) NOT NULL DEFAULT '0', `qtype` smallint(3) NOT NULL DEFAULT '0', `qoption` smallint(3) NOT NULL DEFAULT '0', `layout` smallint(3) NOT NULL DEFAULT '1', `display` smallint(3) NOT NULL DEFAULT '1', `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `title` varchar(255) NOT NULL DEFAULT '', `contents` longtext NOT NULL, `contentsformat` tinyint(2) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `lesspage_les_ix` (`lessonid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines lesson_pages'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lesson_pages` -- LOCK TABLES `lesson_pages` WRITE; /*!40000 ALTER TABLE `lesson_pages` DISABLE KEYS */; /*!40000 ALTER TABLE `lesson_pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lesson_timer` -- DROP TABLE IF EXISTS `lesson_timer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `lesson_timer` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `lessonid` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `starttime` bigint(10) NOT NULL DEFAULT '0', `lessontime` bigint(10) NOT NULL DEFAULT '0', `completed` tinyint(1) DEFAULT '0', `timemodifiedoffline` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `lesstime_use_ix` (`userid`), KEY `lesstime_les_ix` (`lessonid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='lesson timer for each lesson'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lesson_timer` -- LOCK TABLES `lesson_timer` WRITE; /*!40000 ALTER TABLE `lesson_timer` DISABLE KEYS */; /*!40000 ALTER TABLE `lesson_timer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `license` -- DROP TABLE IF EXISTS `license`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `license` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `shortname` varchar(255) DEFAULT NULL, `fullname` longtext, `source` varchar(255) DEFAULT NULL, `enabled` tinyint(1) NOT NULL DEFAULT '1', `version` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COMMENT='store licenses used by moodle'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `license` -- LOCK TABLES `license` WRITE; /*!40000 ALTER TABLE `license` DISABLE KEYS */; INSERT INTO `license` VALUES (1,'unknown','Unknown license','',1,2010033100),(2,'allrightsreserved','All rights reserved','http://en.wikipedia.org/wiki/All_rights_reserved',1,2010033100),(3,'public','Public Domain','http://creativecommons.org/licenses/publicdomain/',1,2010033100),(4,'cc','Creative Commons','http://creativecommons.org/licenses/by/3.0/',1,2010033100),(5,'cc-nd','Creative Commons - NoDerivs','http://creativecommons.org/licenses/by-nd/3.0/',1,2010033100),(6,'cc-nc-nd','Creative Commons - No Commercial NoDerivs','http://creativecommons.org/licenses/by-nc-nd/3.0/',1,2010033100),(7,'cc-nc','Creative Commons - No Commercial','http://creativecommons.org/licenses/by-nc/3.0/',1,2013051500),(8,'cc-nc-sa','Creative Commons - No Commercial ShareAlike','http://creativecommons.org/licenses/by-nc-sa/3.0/',1,2010033100),(9,'cc-sa','Creative Commons - ShareAlike','http://creativecommons.org/licenses/by-sa/3.0/',1,2010033100); /*!40000 ALTER TABLE `license` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lock_db` -- DROP TABLE IF EXISTS `lock_db`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `lock_db` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `resourcekey` varchar(255) NOT NULL DEFAULT '', `expires` bigint(10) DEFAULT NULL, `owner` varchar(36) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `lockdb_res_uix` (`resourcekey`), KEY `lockdb_exp_ix` (`expires`), KEY `lockdb_own_ix` (`owner`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores active and inactive lock types for db locking method.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lock_db` -- LOCK TABLES `lock_db` WRITE; /*!40000 ALTER TABLE `lock_db` DISABLE KEYS */; /*!40000 ALTER TABLE `lock_db` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_display` -- DROP TABLE IF EXISTS `log_display`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_display` ( `id` bigint(10) 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 '', `component` varchar(100) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `logdisp_modact_uix` (`module`,`action`) ) ENGINE=InnoDB AUTO_INCREMENT=190 DEFAULT CHARSET=utf8 COMMENT='For a particular module/action, specifies a moodle table/fie'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_display` -- LOCK TABLES `log_display` WRITE; /*!40000 ALTER TABLE `log_display` DISABLE KEYS */; INSERT INTO `log_display` VALUES (1,'course','user report','user','CONCAT(firstname, \' \', lastname)','moodle'),(2,'course','view','course','fullname','moodle'),(3,'course','view section','course_sections','name','moodle'),(4,'course','update','course','fullname','moodle'),(5,'course','hide','course','fullname','moodle'),(6,'course','show','course','fullname','moodle'),(7,'course','move','course','fullname','moodle'),(8,'course','enrol','course','fullname','moodle'),(9,'course','unenrol','course','fullname','moodle'),(10,'course','report log','course','fullname','moodle'),(11,'course','report live','course','fullname','moodle'),(12,'course','report outline','course','fullname','moodle'),(13,'course','report participation','course','fullname','moodle'),(14,'course','report stats','course','fullname','moodle'),(15,'category','add','course_categories','name','moodle'),(16,'category','hide','course_categories','name','moodle'),(17,'category','move','course_categories','name','moodle'),(18,'category','show','course_categories','name','moodle'),(19,'category','update','course_categories','name','moodle'),(20,'message','write','user','CONCAT(firstname, \' \', lastname)','moodle'),(21,'message','read','user','CONCAT(firstname, \' \', lastname)','moodle'),(22,'message','add contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(23,'message','remove contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(24,'message','block contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(25,'message','unblock contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(26,'group','view','groups','name','moodle'),(27,'tag','update','tag','name','moodle'),(28,'tag','flag','tag','name','moodle'),(29,'user','view','user','CONCAT(firstname, \' \', lastname)','moodle'),(30,'assign','add','assign','name','mod_assign'),(31,'assign','delete mod','assign','name','mod_assign'),(32,'assign','download all submissions','assign','name','mod_assign'),(33,'assign','grade submission','assign','name','mod_assign'),(34,'assign','lock submission','assign','name','mod_assign'),(35,'assign','reveal identities','assign','name','mod_assign'),(36,'assign','revert submission to draft','assign','name','mod_assign'),(37,'assign','set marking workflow state','assign','name','mod_assign'),(38,'assign','submission statement accepted','assign','name','mod_assign'),(39,'assign','submit','assign','name','mod_assign'),(40,'assign','submit for grading','assign','name','mod_assign'),(41,'assign','unlock submission','assign','name','mod_assign'),(42,'assign','update','assign','name','mod_assign'),(43,'assign','upload','assign','name','mod_assign'),(44,'assign','view','assign','name','mod_assign'),(45,'assign','view all','course','fullname','mod_assign'),(46,'assign','view confirm submit assignment form','assign','name','mod_assign'),(47,'assign','view grading form','assign','name','mod_assign'),(48,'assign','view submission','assign','name','mod_assign'),(49,'assign','view submission grading table','assign','name','mod_assign'),(50,'assign','view submit assignment form','assign','name','mod_assign'),(51,'assign','view feedback','assign','name','mod_assign'),(52,'assign','view batch set marking workflow state','assign','name','mod_assign'),(53,'assignment','view','assignment','name','mod_assignment'),(54,'assignment','add','assignment','name','mod_assignment'),(55,'assignment','update','assignment','name','mod_assignment'),(56,'assignment','view submission','assignment','name','mod_assignment'),(57,'assignment','upload','assignment','name','mod_assignment'),(58,'book','add','book','name','mod_book'),(59,'book','update','book','name','mod_book'),(60,'book','view','book','name','mod_book'),(61,'book','add chapter','book_chapters','title','mod_book'),(62,'book','update chapter','book_chapters','title','mod_book'),(63,'book','view chapter','book_chapters','title','mod_book'),(64,'chat','view','chat','name','mod_chat'),(65,'chat','add','chat','name','mod_chat'),(66,'chat','update','chat','name','mod_chat'),(67,'chat','report','chat','name','mod_chat'),(68,'chat','talk','chat','name','mod_chat'),(69,'choice','view','choice','name','mod_choice'),(70,'choice','update','choice','name','mod_choice'),(71,'choice','add','choice','name','mod_choice'),(72,'choice','report','choice','name','mod_choice'),(73,'choice','choose','choice','name','mod_choice'),(74,'choice','choose again','choice','name','mod_choice'),(75,'data','view','data','name','mod_data'),(76,'data','add','data','name','mod_data'),(77,'data','update','data','name','mod_data'),(78,'data','record delete','data','name','mod_data'),(79,'data','fields add','data_fields','name','mod_data'),(80,'data','fields update','data_fields','name','mod_data'),(81,'data','templates saved','data','name','mod_data'),(82,'data','templates def','data','name','mod_data'),(83,'feedback','startcomplete','feedback','name','mod_feedback'),(84,'feedback','submit','feedback','name','mod_feedback'),(85,'feedback','delete','feedback','name','mod_feedback'),(86,'feedback','view','feedback','name','mod_feedback'),(87,'feedback','view all','course','shortname','mod_feedback'),(88,'folder','view','folder','name','mod_folder'),(89,'folder','view all','folder','name','mod_folder'),(90,'folder','update','folder','name','mod_folder'),(91,'folder','add','folder','name','mod_folder'),(92,'forum','add','forum','name','mod_forum'),(93,'forum','update','forum','name','mod_forum'),(94,'forum','add discussion','forum_discussions','name','mod_forum'),(95,'forum','add post','forum_posts','subject','mod_forum'),(96,'forum','update post','forum_posts','subject','mod_forum'),(97,'forum','user report','user','CONCAT(firstname, \' \', lastname)','mod_forum'),(98,'forum','move discussion','forum_discussions','name','mod_forum'),(99,'forum','view subscribers','forum','name','mod_forum'),(100,'forum','view discussion','forum_discussions','name','mod_forum'),(101,'forum','view forum','forum','name','mod_forum'),(102,'forum','subscribe','forum','name','mod_forum'),(103,'forum','unsubscribe','forum','name','mod_forum'),(104,'forum','pin discussion','forum_discussions','name','mod_forum'),(105,'forum','unpin discussion','forum_discussions','name','mod_forum'),(106,'glossary','add','glossary','name','mod_glossary'),(107,'glossary','update','glossary','name','mod_glossary'),(108,'glossary','view','glossary','name','mod_glossary'),(109,'glossary','view all','glossary','name','mod_glossary'),(110,'glossary','add entry','glossary','name','mod_glossary'),(111,'glossary','update entry','glossary','name','mod_glossary'),(112,'glossary','add category','glossary','name','mod_glossary'),(113,'glossary','update category','glossary','name','mod_glossary'),(114,'glossary','delete category','glossary','name','mod_glossary'),(115,'glossary','approve entry','glossary','name','mod_glossary'),(116,'glossary','disapprove entry','glossary','name','mod_glossary'),(117,'glossary','view entry','glossary_entries','concept','mod_glossary'),(118,'imscp','view','imscp','name','mod_imscp'),(119,'imscp','view all','imscp','name','mod_imscp'),(120,'imscp','update','imscp','name','mod_imscp'),(121,'imscp','add','imscp','name','mod_imscp'),(122,'label','add','label','name','mod_label'),(123,'label','update','label','name','mod_label'),(124,'lesson','start','lesson','name','mod_lesson'),(125,'lesson','end','lesson','name','mod_lesson'),(126,'lesson','view','lesson_pages','title','mod_lesson'),(127,'lti','view','lti','name','mod_lti'),(128,'lti','launch','lti','name','mod_lti'),(129,'lti','view all','lti','name','mod_lti'),(130,'page','view','page','name','mod_page'),(131,'page','view all','page','name','mod_page'),(132,'page','update','page','name','mod_page'),(133,'page','add','page','name','mod_page'),(134,'quiz','add','quiz','name','mod_quiz'),(135,'quiz','update','quiz','name','mod_quiz'),(136,'quiz','view','quiz','name','mod_quiz'),(137,'quiz','report','quiz','name','mod_quiz'),(138,'quiz','attempt','quiz','name','mod_quiz'),(139,'quiz','submit','quiz','name','mod_quiz'),(140,'quiz','review','quiz','name','mod_quiz'),(141,'quiz','editquestions','quiz','name','mod_quiz'),(142,'quiz','preview','quiz','name','mod_quiz'),(143,'quiz','start attempt','quiz','name','mod_quiz'),(144,'quiz','close attempt','quiz','name','mod_quiz'),(145,'quiz','continue attempt','quiz','name','mod_quiz'),(146,'quiz','edit override','quiz','name','mod_quiz'),(147,'quiz','delete override','quiz','name','mod_quiz'),(148,'quiz','view summary','quiz','name','mod_quiz'),(149,'resource','view','resource','name','mod_resource'),(150,'resource','view all','resource','name','mod_resource'),(151,'resource','update','resource','name','mod_resource'),(152,'resource','add','resource','name','mod_resource'),(153,'scorm','view','scorm','name','mod_scorm'),(154,'scorm','review','scorm','name','mod_scorm'),(155,'scorm','update','scorm','name','mod_scorm'),(156,'scorm','add','scorm','name','mod_scorm'),(157,'survey','add','survey','name','mod_survey'),(158,'survey','update','survey','name','mod_survey'),(159,'survey','download','survey','name','mod_survey'),(160,'survey','view form','survey','name','mod_survey'),(161,'survey','view graph','survey','name','mod_survey'),(162,'survey','view report','survey','name','mod_survey'),(163,'survey','submit','survey','name','mod_survey'),(164,'url','view','url','name','mod_url'),(165,'url','view all','url','name','mod_url'),(166,'url','update','url','name','mod_url'),(167,'url','add','url','name','mod_url'),(168,'workshop','add','workshop','name','mod_workshop'),(169,'workshop','update','workshop','name','mod_workshop'),(170,'workshop','view','workshop','name','mod_workshop'),(171,'workshop','view all','workshop','name','mod_workshop'),(172,'workshop','add submission','workshop_submissions','title','mod_workshop'),(173,'workshop','update submission','workshop_submissions','title','mod_workshop'),(174,'workshop','view submission','workshop_submissions','title','mod_workshop'),(175,'workshop','add assessment','workshop_submissions','title','mod_workshop'),(176,'workshop','update assessment','workshop_submissions','title','mod_workshop'),(177,'workshop','add example','workshop_submissions','title','mod_workshop'),(178,'workshop','update example','workshop_submissions','title','mod_workshop'),(179,'workshop','view example','workshop_submissions','title','mod_workshop'),(180,'workshop','add reference assessment','workshop_submissions','title','mod_workshop'),(181,'workshop','update reference assessment','workshop_submissions','title','mod_workshop'),(182,'workshop','add example assessment','workshop_submissions','title','mod_workshop'),(183,'workshop','update example assessment','workshop_submissions','title','mod_workshop'),(184,'workshop','update aggregate grades','workshop','name','mod_workshop'),(185,'workshop','update clear aggregated grades','workshop','name','mod_workshop'),(186,'workshop','update clear assessments','workshop','name','mod_workshop'),(187,'book','exportimscp','book','name','booktool_exportimscp'),(188,'book','print','book','name','booktool_print'),(189,'book','print chapter','book_chapters','title','booktool_print'); /*!40000 ALTER TABLE `log_display` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_queries` -- DROP TABLE IF EXISTS `log_queries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_queries` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `qtype` mediumint(5) NOT NULL, `sqltext` longtext NOT NULL, `sqlparams` longtext, `error` mediumint(5) NOT NULL DEFAULT '0', `info` longtext, `backtrace` longtext, `exectime` decimal(10,5) NOT NULL, `timelogged` bigint(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Logged database queries.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_queries` -- LOCK TABLES `log_queries` WRITE; /*!40000 ALTER TABLE `log_queries` DISABLE KEYS */; /*!40000 ALTER TABLE `log_queries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lti` -- DROP TABLE IF EXISTS `lti`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `lti` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext, `introformat` smallint(4) DEFAULT '0', `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `typeid` bigint(10) DEFAULT NULL, `toolurl` longtext NOT NULL, `securetoolurl` longtext, `instructorchoicesendname` tinyint(1) DEFAULT NULL, `instructorchoicesendemailaddr` tinyint(1) DEFAULT NULL, `instructorchoiceallowroster` tinyint(1) DEFAULT NULL, `instructorchoiceallowsetting` tinyint(1) DEFAULT NULL, `instructorcustomparameters` varchar(255) DEFAULT NULL, `instructorchoiceacceptgrades` tinyint(1) DEFAULT NULL, `grade` bigint(10) NOT NULL DEFAULT '100', `launchcontainer` tinyint(2) NOT NULL DEFAULT '1', `resourcekey` varchar(255) DEFAULT NULL, `password` varchar(255) DEFAULT NULL, `debuglaunch` tinyint(1) NOT NULL DEFAULT '0', `showtitlelaunch` tinyint(1) NOT NULL DEFAULT '0', `showdescriptionlaunch` tinyint(1) NOT NULL DEFAULT '0', `servicesalt` varchar(40) DEFAULT NULL, `icon` longtext, `secureicon` longtext, PRIMARY KEY (`id`), KEY `lti_cou_ix` (`course`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='This table contains Basic LTI activities instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lti` -- LOCK TABLES `lti` WRITE; /*!40000 ALTER TABLE `lti` DISABLE KEYS */; INSERT INTO `lti` VALUES (1,2,'TCC','',1,1544117841,1551116169,1,'','',1,1,NULL,NULL,'',1,100,4,'','',0,1,0,'5c095e51da77f0.20296237','',''); /*!40000 ALTER TABLE `lti` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lti_submission` -- DROP TABLE IF EXISTS `lti_submission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `lti_submission` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `ltiid` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `datesubmitted` bigint(10) NOT NULL, `dateupdated` bigint(10) NOT NULL, `gradepercent` decimal(10,5) NOT NULL, `originalgrade` decimal(10,5) NOT NULL, `launchid` bigint(10) NOT NULL, `state` tinyint(2) NOT NULL, PRIMARY KEY (`id`), KEY `ltisubm_lti_ix` (`ltiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Keeps track of individual submissions for LTI activities.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lti_submission` -- LOCK TABLES `lti_submission` WRITE; /*!40000 ALTER TABLE `lti_submission` DISABLE KEYS */; /*!40000 ALTER TABLE `lti_submission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lti_tool_proxies` -- DROP TABLE IF EXISTS `lti_tool_proxies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `lti_tool_proxies` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT 'Tool Provider', `regurl` longtext, `state` tinyint(2) NOT NULL DEFAULT '1', `guid` varchar(255) DEFAULT NULL, `secret` varchar(255) DEFAULT NULL, `vendorcode` varchar(255) DEFAULT NULL, `capabilityoffered` longtext NOT NULL, `serviceoffered` longtext NOT NULL, `toolproxy` longtext, `createdby` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ltitoolprox_gui_uix` (`guid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='LTI tool proxy registrations'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lti_tool_proxies` -- LOCK TABLES `lti_tool_proxies` WRITE; /*!40000 ALTER TABLE `lti_tool_proxies` DISABLE KEYS */; /*!40000 ALTER TABLE `lti_tool_proxies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lti_tool_settings` -- DROP TABLE IF EXISTS `lti_tool_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `lti_tool_settings` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `toolproxyid` bigint(10) NOT NULL, `course` bigint(10) DEFAULT NULL, `coursemoduleid` bigint(10) DEFAULT NULL, `settings` longtext NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `ltitoolsett_too_ix` (`toolproxyid`), KEY `ltitoolsett_cou_ix` (`course`), KEY `ltitoolsett_cou2_ix` (`coursemoduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='LTI tool setting values'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lti_tool_settings` -- LOCK TABLES `lti_tool_settings` WRITE; /*!40000 ALTER TABLE `lti_tool_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `lti_tool_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lti_types` -- DROP TABLE IF EXISTS `lti_types`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `lti_types` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT 'basiclti Activity', `baseurl` longtext NOT NULL, `tooldomain` varchar(255) NOT NULL DEFAULT '', `state` tinyint(2) NOT NULL DEFAULT '2', `course` bigint(10) NOT NULL, `coursevisible` tinyint(1) NOT NULL DEFAULT '0', `toolproxyid` bigint(10) DEFAULT NULL, `enabledcapability` longtext, `parameter` longtext, `icon` longtext, `secureicon` longtext, `createdby` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `description` longtext, PRIMARY KEY (`id`), KEY `ltitype_cou_ix` (`course`), KEY `ltitype_too_ix` (`tooldomain`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Basic LTI pre-configured activities'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lti_types` -- LOCK TABLES `lti_types` WRITE; /*!40000 ALTER TABLE `lti_types` DISABLE KEYS */; INSERT INTO `lti_types` VALUES (1,'TCC Teste Homologação','https://homologacao-tcc-docker.ifes.br/','homologacao-tcc-docker.ifes.br',1,2,1,NULL,NULL,NULL,'','',2,1544117917,1551116167,'TCC'),(2,'TCC teste local','http://0.0.0.0:3001/','0.0.0.0:3001',1,2,1,NULL,NULL,NULL,'','',2,1549640815,1549640815,''); /*!40000 ALTER TABLE `lti_types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lti_types_config` -- DROP TABLE IF EXISTS `lti_types_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `lti_types_config` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `typeid` bigint(10) NOT NULL, `name` varchar(100) NOT NULL DEFAULT '', `value` longtext NOT NULL, PRIMARY KEY (`id`), KEY `ltitypeconf_typ_ix` (`typeid`) ) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8 COMMENT='Basic LTI types configuration'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lti_types_config` -- LOCK TABLES `lti_types_config` WRITE; /*!40000 ALTER TABLE `lti_types_config` DISABLE KEYS */; INSERT INTO `lti_types_config` VALUES (1,1,'resourcekey','consumer_key'),(2,1,'password','consumer_secret'),(3,1,'customparameters','tcc_definition=1'),(4,1,'coursevisible','1'),(5,1,'launchcontainer','3'),(6,1,'contentitem','0'),(7,1,'gradesynchronization','0'),(8,1,'memberships','0'),(9,1,'sendname','2'),(10,1,'sendemailaddr','2'),(11,1,'acceptgrades','2'),(12,1,'forcessl','0'),(13,1,'servicesalt','5c095e9d747669.18313663'),(14,2,'resourcekey','consumer_key'),(15,2,'password','consumer_secret'),(16,2,'customparameters','tcc_definition=1'),(17,2,'coursevisible','1'),(18,2,'launchcontainer','4'),(19,2,'contentitem','0'),(20,2,'gradesynchronization','0'),(21,2,'memberships','0'),(22,2,'sendname','2'),(23,2,'sendemailaddr','2'),(24,2,'acceptgrades','2'),(25,2,'forcessl','0'),(26,2,'servicesalt','5c5da46febbe85.91602661'); /*!40000 ALTER TABLE `lti_types_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ltiservice_gradebookservices` -- DROP TABLE IF EXISTS `ltiservice_gradebookservices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ltiservice_gradebookservices` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `gradeitemid` bigint(10) NOT NULL, `courseid` bigint(10) NOT NULL, `toolproxyid` bigint(10) DEFAULT NULL, `typeid` bigint(10) DEFAULT NULL, `baseurl` longtext, `ltilinkid` bigint(10) DEFAULT NULL, `tag` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`), KEY `ltisgrad_lti_ix` (`ltilinkid`), KEY `ltisgrad_gracou_ix` (`gradeitemid`,`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='This file records the grade items created by the LTI Gradebo'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ltiservice_gradebookservices` -- LOCK TABLES `ltiservice_gradebookservices` WRITE; /*!40000 ALTER TABLE `ltiservice_gradebookservices` DISABLE KEYS */; /*!40000 ALTER TABLE `ltiservice_gradebookservices` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `message` -- DROP TABLE IF EXISTS `message`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `message` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `useridfrom` bigint(10) NOT NULL DEFAULT '0', `useridto` bigint(10) NOT NULL DEFAULT '0', `subject` longtext, `fullmessage` longtext, `fullmessageformat` smallint(4) DEFAULT '0', `fullmessagehtml` longtext, `smallmessage` longtext, `notification` tinyint(1) DEFAULT '0', `contexturl` longtext, `contexturlname` longtext, `timecreated` bigint(10) NOT NULL DEFAULT '0', `timeuserfromdeleted` bigint(10) NOT NULL DEFAULT '0', `timeusertodeleted` bigint(10) NOT NULL DEFAULT '0', `component` varchar(100) DEFAULT NULL, `eventtype` varchar(100) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mess_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), KEY `mess_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), KEY `mess_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores all unread messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `message` -- LOCK TABLES `message` WRITE; /*!40000 ALTER TABLE `message` DISABLE KEYS */; /*!40000 ALTER TABLE `message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `message_airnotifier_devices` -- DROP TABLE IF EXISTS `message_airnotifier_devices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `message_airnotifier_devices` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userdeviceid` bigint(10) NOT NULL, `enable` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), UNIQUE KEY `messairndevi_use_uix` (`userdeviceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Store information about the devices registered in Airnotifie'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `message_airnotifier_devices` -- LOCK TABLES `message_airnotifier_devices` WRITE; /*!40000 ALTER TABLE `message_airnotifier_devices` DISABLE KEYS */; /*!40000 ALTER TABLE `message_airnotifier_devices` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `message_contact_requests` -- DROP TABLE IF EXISTS `message_contact_requests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `message_contact_requests` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `requesteduserid` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `messcontrequ_usereq_uix` (`userid`,`requesteduserid`), KEY `messcontrequ_use_ix` (`userid`), KEY `messcontrequ_req_ix` (`requesteduserid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `message_contact_requests` -- LOCK TABLES `message_contact_requests` WRITE; /*!40000 ALTER TABLE `message_contact_requests` DISABLE KEYS */; /*!40000 ALTER TABLE `message_contact_requests` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `message_contacts` -- DROP TABLE IF EXISTS `message_contacts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `message_contacts` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `contactid` bigint(10) NOT NULL, `timecreated` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `messcont_usecon_uix` (`userid`,`contactid`), KEY `messcont_use_ix` (`userid`), KEY `messcont_con_ix` (`contactid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Maintains lists of relationships between users'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `message_contacts` -- LOCK TABLES `message_contacts` WRITE; /*!40000 ALTER TABLE `message_contacts` DISABLE KEYS */; /*!40000 ALTER TABLE `message_contacts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `message_conversation_members` -- DROP TABLE IF EXISTS `message_conversation_members`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `message_conversation_members` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `conversationid` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `messconvmemb_con_ix` (`conversationid`), KEY `messconvmemb_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores all members in a conversations'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `message_conversation_members` -- LOCK TABLES `message_conversation_members` WRITE; /*!40000 ALTER TABLE `message_conversation_members` DISABLE KEYS */; /*!40000 ALTER TABLE `message_conversation_members` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `message_conversations` -- DROP TABLE IF EXISTS `message_conversations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `message_conversations` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `type` bigint(10) NOT NULL DEFAULT '1', `name` varchar(255) DEFAULT NULL, `convhash` varchar(40) DEFAULT NULL, `component` varchar(100) DEFAULT NULL, `itemtype` varchar(100) DEFAULT NULL, `itemid` bigint(10) DEFAULT NULL, `contextid` bigint(10) DEFAULT NULL, `enabled` tinyint(1) NOT NULL DEFAULT '0', `timemodified` bigint(10) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `messconv_typ_ix` (`type`), KEY `messconv_con_ix` (`convhash`), KEY `messconv_con2_ix` (`contextid`), KEY `messconv_comiteitecon_ix` (`component`,`itemtype`,`itemid`,`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores all message conversations'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `message_conversations` -- LOCK TABLES `message_conversations` WRITE; /*!40000 ALTER TABLE `message_conversations` DISABLE KEYS */; /*!40000 ALTER TABLE `message_conversations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `message_popup` -- DROP TABLE IF EXISTS `message_popup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `message_popup` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `messageid` bigint(10) NOT NULL, `isread` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `messpopu_mesisr_uix` (`messageid`,`isread`), KEY `messpopu_isr_ix` (`isread`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Keep state of notifications for the popup message processor'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `message_popup` -- LOCK TABLES `message_popup` WRITE; /*!40000 ALTER TABLE `message_popup` DISABLE KEYS */; /*!40000 ALTER TABLE `message_popup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `message_popup_notifications` -- DROP TABLE IF EXISTS `message_popup_notifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `message_popup_notifications` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `notificationid` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `messpopunoti_not_ix` (`notificationid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='List of notifications to display in the message output popup'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `message_popup_notifications` -- LOCK TABLES `message_popup_notifications` WRITE; /*!40000 ALTER TABLE `message_popup_notifications` DISABLE KEYS */; /*!40000 ALTER TABLE `message_popup_notifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `message_processors` -- DROP TABLE IF EXISTS `message_processors`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `message_processors` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(166) NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='List of message output plugins'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `message_processors` -- LOCK TABLES `message_processors` WRITE; /*!40000 ALTER TABLE `message_processors` DISABLE KEYS */; INSERT INTO `message_processors` VALUES (1,'airnotifier',0),(2,'email',1),(3,'jabber',1),(4,'popup',1); /*!40000 ALTER TABLE `message_processors` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `message_providers` -- DROP TABLE IF EXISTS `message_providers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `message_providers` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(100) NOT NULL DEFAULT '', `component` varchar(200) NOT NULL DEFAULT '', `capability` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `messprov_comnam_uix` (`component`,`name`) ) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8 COMMENT='This table stores the message providers (modules and core sy'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `message_providers` -- LOCK TABLES `message_providers` WRITE; /*!40000 ALTER TABLE `message_providers` DISABLE KEYS */; INSERT INTO `message_providers` VALUES (1,'notices','moodle','moodle/site:config'),(2,'errors','moodle','moodle/site:config'),(3,'availableupdate','moodle','moodle/site:config'),(4,'instantmessage','moodle',NULL),(5,'backup','moodle','moodle/site:config'),(6,'courserequested','moodle','moodle/site:approvecourse'),(7,'courserequestapproved','moodle','moodle/course:request'),(8,'courserequestrejected','moodle','moodle/course:request'),(9,'badgerecipientnotice','moodle','moodle/badges:earnbadge'),(10,'badgecreatornotice','moodle',NULL),(11,'competencyplancomment','moodle',NULL),(12,'competencyusercompcomment','moodle',NULL),(13,'insights','moodle','moodle/analytics:listinsights'),(14,'assign_notification','mod_assign',NULL),(15,'assignment_updates','mod_assignment',NULL),(16,'submission','mod_feedback',NULL),(17,'message','mod_feedback',NULL),(18,'posts','mod_forum',NULL),(19,'digests','mod_forum',NULL),(20,'graded_essay','mod_lesson',NULL),(21,'submission','mod_quiz','mod/quiz:emailnotifysubmission'),(22,'confirmation','mod_quiz','mod/quiz:emailconfirmsubmission'),(23,'attempt_overdue','mod_quiz','mod/quiz:emailwarnoverdue'),(24,'flatfile_enrolment','enrol_flatfile',NULL),(25,'imsenterprise_enrolment','enrol_imsenterprise',NULL),(26,'expiry_notification','enrol_manual',NULL),(27,'paypal_enrolment','enrol_paypal',NULL),(28,'expiry_notification','enrol_self',NULL),(29,'contactdataprotectionofficer','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(30,'datarequestprocessingresults','tool_dataprivacy',NULL),(31,'notifyexceptions','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(32,'invalidrecipienthandler','tool_messageinbound',NULL),(33,'messageprocessingerror','tool_messageinbound',NULL),(34,'messageprocessingsuccess','tool_messageinbound',NULL),(35,'notification','tool_monitor','tool/monitor:subscribe'),(36,'messagecontactrequests','moodle',NULL); /*!40000 ALTER TABLE `message_providers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `message_read` -- DROP TABLE IF EXISTS `message_read`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `message_read` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `useridfrom` bigint(10) NOT NULL DEFAULT '0', `useridto` bigint(10) NOT NULL DEFAULT '0', `subject` longtext, `fullmessage` longtext, `fullmessageformat` smallint(4) DEFAULT '0', `fullmessagehtml` longtext, `smallmessage` longtext, `notification` tinyint(1) DEFAULT '0', `contexturl` longtext, `contexturlname` longtext, `timecreated` bigint(10) NOT NULL DEFAULT '0', `timeread` bigint(10) NOT NULL DEFAULT '0', `timeuserfromdeleted` bigint(10) NOT NULL DEFAULT '0', `timeusertodeleted` bigint(10) NOT NULL DEFAULT '0', `component` varchar(100) DEFAULT NULL, `eventtype` varchar(100) DEFAULT NULL, PRIMARY KEY (`id`), KEY `messread_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), KEY `messread_nottim_ix` (`notification`,`timeread`), KEY `messread_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), KEY `messread_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores all messages that have been read'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `message_read` -- LOCK TABLES `message_read` WRITE; /*!40000 ALTER TABLE `message_read` DISABLE KEYS */; /*!40000 ALTER TABLE `message_read` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `message_user_actions` -- DROP TABLE IF EXISTS `message_user_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `message_user_actions` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `messageid` bigint(10) NOT NULL, `action` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `messuseracti_usemesact_uix` (`userid`,`messageid`,`action`), KEY `messuseracti_use_ix` (`userid`), KEY `messuseracti_mes_ix` (`messageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores all per-user actions on individual messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `message_user_actions` -- LOCK TABLES `message_user_actions` WRITE; /*!40000 ALTER TABLE `message_user_actions` DISABLE KEYS */; /*!40000 ALTER TABLE `message_user_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `message_users_blocked` -- DROP TABLE IF EXISTS `message_users_blocked`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `message_users_blocked` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `blockeduserid` bigint(10) NOT NULL, `timecreated` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `messuserbloc_useblo_uix` (`userid`,`blockeduserid`), KEY `messuserbloc_use_ix` (`userid`), KEY `messuserbloc_blo_ix` (`blockeduserid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `message_users_blocked` -- LOCK TABLES `message_users_blocked` WRITE; /*!40000 ALTER TABLE `message_users_blocked` DISABLE KEYS */; /*!40000 ALTER TABLE `message_users_blocked` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `messageinbound_datakeys` -- DROP TABLE IF EXISTS `messageinbound_datakeys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `messageinbound_datakeys` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `handler` bigint(10) NOT NULL, `datavalue` bigint(10) NOT NULL, `datakey` varchar(64) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `expires` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `messdata_handat_uix` (`handler`,`datavalue`), KEY `messdata_han_ix` (`handler`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Inbound Message data item secret keys.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `messageinbound_datakeys` -- LOCK TABLES `messageinbound_datakeys` WRITE; /*!40000 ALTER TABLE `messageinbound_datakeys` DISABLE KEYS */; /*!40000 ALTER TABLE `messageinbound_datakeys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `messageinbound_handlers` -- DROP TABLE IF EXISTS `messageinbound_handlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `messageinbound_handlers` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `component` varchar(100) NOT NULL DEFAULT '', `classname` varchar(255) NOT NULL DEFAULT '', `defaultexpiration` bigint(10) NOT NULL DEFAULT '86400', `validateaddress` tinyint(1) NOT NULL DEFAULT '1', `enabled` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `messhand_cla_uix` (`classname`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Inbound Message Handler definitions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `messageinbound_handlers` -- LOCK TABLES `messageinbound_handlers` WRITE; /*!40000 ALTER TABLE `messageinbound_handlers` DISABLE KEYS */; INSERT INTO `messageinbound_handlers` VALUES (1,'core','\\core\\message\\inbound\\private_files_handler',0,1,0),(2,'mod_forum','\\mod_forum\\message\\inbound\\reply_handler',604800,1,0),(3,'tool_messageinbound','\\tool_messageinbound\\message\\inbound\\invalid_recipient_handler',604800,0,1); /*!40000 ALTER TABLE `messageinbound_handlers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `messageinbound_messagelist` -- DROP TABLE IF EXISTS `messageinbound_messagelist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `messageinbound_messagelist` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `messageid` longtext NOT NULL, `userid` bigint(10) NOT NULL, `address` longtext NOT NULL, `timecreated` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `messmess_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='A list of message IDs for existing replies'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `messageinbound_messagelist` -- LOCK TABLES `messageinbound_messagelist` WRITE; /*!40000 ALTER TABLE `messageinbound_messagelist` DISABLE KEYS */; /*!40000 ALTER TABLE `messageinbound_messagelist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `messages` -- DROP TABLE IF EXISTS `messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `messages` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `useridfrom` bigint(10) NOT NULL, `conversationid` bigint(10) NOT NULL, `subject` longtext, `fullmessage` longtext, `fullmessageformat` tinyint(1) NOT NULL DEFAULT '0', `fullmessagehtml` longtext, `smallmessage` longtext, `timecreated` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `mess_contim_ix` (`conversationid`,`timecreated`), KEY `mess_use_ix` (`useridfrom`), KEY `mess_con_ix` (`conversationid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores all messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `messages` -- LOCK TABLES `messages` WRITE; /*!40000 ALTER TABLE `messages` DISABLE KEYS */; /*!40000 ALTER TABLE `messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mnet_application` -- DROP TABLE IF EXISTS `mnet_application`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mnet_application` ( `id` bigint(10) 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 '', `sso_jump_url` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Information about applications on remote hosts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mnet_application` -- LOCK TABLES `mnet_application` WRITE; /*!40000 ALTER TABLE `mnet_application` DISABLE KEYS */; INSERT INTO `mnet_application` VALUES (1,'moodle','Moodle','/mnet/xmlrpc/server.php','/auth/mnet/land.php','/auth/mnet/jump.php'),(2,'mahara','Mahara','/api/xmlrpc/server.php','/auth/xmlrpc/land.php','/auth/xmlrpc/jump.php'); /*!40000 ALTER TABLE `mnet_application` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mnet_host` -- DROP TABLE IF EXISTS `mnet_host`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mnet_host` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `deleted` tinyint(1) NOT NULL DEFAULT '0', `wwwroot` varchar(255) NOT NULL DEFAULT '', `ip_address` varchar(45) NOT NULL DEFAULT '', `name` varchar(80) NOT NULL DEFAULT '', `public_key` longtext NOT NULL, `public_key_expires` bigint(10) NOT NULL DEFAULT '0', `transport` tinyint(2) NOT NULL DEFAULT '0', `portno` mediumint(5) NOT NULL DEFAULT '0', `last_connect_time` bigint(10) NOT NULL DEFAULT '0', `last_log_id` bigint(10) NOT NULL DEFAULT '0', `force_theme` tinyint(1) NOT NULL DEFAULT '0', `theme` varchar(100) DEFAULT NULL, `applicationid` bigint(10) NOT NULL DEFAULT '1', `sslverification` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mnethost_app_ix` (`applicationid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Information about the local and remote hosts for RPC'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mnet_host` -- LOCK TABLES `mnet_host` WRITE; /*!40000 ALTER TABLE `mnet_host` DISABLE KEYS */; INSERT INTO `mnet_host` VALUES (1,0,'http://local-moodle35.moodle.ufsc.br','172.17.0.4','','',0,0,0,0,0,0,NULL,1,0),(2,0,'','','All Hosts','',0,0,0,0,0,0,NULL,1,0); /*!40000 ALTER TABLE `mnet_host` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mnet_host2service` -- DROP TABLE IF EXISTS `mnet_host2service`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mnet_host2service` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `hostid` bigint(10) NOT NULL DEFAULT '0', `serviceid` bigint(10) NOT NULL DEFAULT '0', `publish` tinyint(1) NOT NULL DEFAULT '0', `subscribe` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mnethost_hosser_uix` (`hostid`,`serviceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Information about the services for a given host'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mnet_host2service` -- LOCK TABLES `mnet_host2service` WRITE; /*!40000 ALTER TABLE `mnet_host2service` DISABLE KEYS */; /*!40000 ALTER TABLE `mnet_host2service` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mnet_log` -- DROP TABLE IF EXISTS `mnet_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mnet_log` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `hostid` bigint(10) NOT NULL DEFAULT '0', `remoteid` bigint(10) NOT NULL DEFAULT '0', `time` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `ip` varchar(45) NOT NULL DEFAULT '', `course` bigint(10) NOT NULL DEFAULT '0', `coursename` varchar(40) NOT NULL DEFAULT '', `module` varchar(20) NOT NULL DEFAULT '', `cmid` bigint(10) 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 `mnetlog_hosusecou_ix` (`hostid`,`userid`,`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Store session data from users migrating to other sites'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mnet_log` -- LOCK TABLES `mnet_log` WRITE; /*!40000 ALTER TABLE `mnet_log` DISABLE KEYS */; /*!40000 ALTER TABLE `mnet_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mnet_remote_rpc` -- DROP TABLE IF EXISTS `mnet_remote_rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mnet_remote_rpc` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `functionname` varchar(40) NOT NULL DEFAULT '', `xmlrpcpath` varchar(80) NOT NULL DEFAULT '', `plugintype` varchar(20) NOT NULL DEFAULT '', `pluginname` varchar(20) NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8 COMMENT='This table describes functions that might be called remotely'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mnet_remote_rpc` -- LOCK TABLES `mnet_remote_rpc` WRITE; /*!40000 ALTER TABLE `mnet_remote_rpc` DISABLE KEYS */; INSERT INTO `mnet_remote_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1),(15,'send_content_intent','portfolio/mahara/lib.php/send_content_intent','portfolio','mahara',1),(16,'send_content_ready','portfolio/mahara/lib.php/send_content_ready','portfolio','mahara',1); /*!40000 ALTER TABLE `mnet_remote_rpc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mnet_remote_service2rpc` -- DROP TABLE IF EXISTS `mnet_remote_service2rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mnet_remote_service2rpc` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `serviceid` bigint(10) NOT NULL DEFAULT '0', `rpcid` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mnetremoserv_rpcser_uix` (`rpcid`,`serviceid`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8 COMMENT='Group functions or methods under a service'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mnet_remote_service2rpc` -- LOCK TABLES `mnet_remote_service2rpc` WRITE; /*!40000 ALTER TABLE `mnet_remote_service2rpc` DISABLE KEYS */; INSERT INTO `mnet_remote_service2rpc` 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),(15,4,15),(16,4,16); /*!40000 ALTER TABLE `mnet_remote_service2rpc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mnet_rpc` -- DROP TABLE IF EXISTS `mnet_rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mnet_rpc` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `functionname` varchar(40) NOT NULL DEFAULT '', `xmlrpcpath` varchar(80) NOT NULL DEFAULT '', `plugintype` varchar(20) NOT NULL DEFAULT '', `pluginname` varchar(20) NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL DEFAULT '0', `help` longtext NOT NULL, `profile` longtext NOT NULL, `filename` varchar(100) NOT NULL DEFAULT '', `classname` varchar(150) DEFAULT NULL, `static` tinyint(1) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mnetrpc_enaxml_ix` (`enabled`,`xmlrpcpath`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8 COMMENT='Functions or methods that we may publish or subscribe to'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mnet_rpc` -- LOCK TABLES `mnet_rpc` WRITE; /*!40000 ALTER TABLE `mnet_rpc` DISABLE KEYS */; INSERT INTO `mnet_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1,'Return user data for the provided token, compare with user_agent string.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:37:\"The unique ID provided by remotehost.\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"User Agent string.\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:44:\"$userdata Array of user info for remote host\";}}','auth.php','auth_plugin_mnet',0),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1,'Receives an array of usernames from a remote machine and prods their\nsessions to keep them alive','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1,'The IdP uses this function to kill child sessions on other hosts','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:39:\"A plaintext report of what has happened\";}}','auth.php','auth_plugin_mnet',0),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1,'Receives an array of log entries from an SP and adds them to the mnet_log\ntable','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1,'Returns the user\'s profile image info\nIf the user exists and has a profile picture, the returned array will contain keys:\nf1 - the content of the default 100x100px image\nf1_mimetype - the mimetype of the f1 file\nf2 - the content of the 35x35px variant of the image\nf2_mimetype - the mimetype of the f2 file\nThe mimetype information was added in Moodle 2.0. In Moodle 1.x, images are always jpegs.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:18:\"The id of the user\";}}s:6:\"return\";a:2:{s:4:\"type\";s:11:\"false|array\";s:11:\"description\";s:84:\"false if user not found, empty array if no picture exists, array with data otherwise\";}}','auth.php','auth_plugin_mnet',0),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1,'Returns the theme information and logo url as strings.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:14:\"The theme info\";}}','auth.php','auth_plugin_mnet',0),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1,'Invoke this function _on_ the IDP to update it with enrolment info local to\nthe SP right after calling user_authorise()\nNormally called by the SP after calling user_authorise()','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:12:\"The username\";}i:1;a:3:{s:4:\"name\";s:7:\"courses\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:75:\"Assoc array of courses following the structure of mnetservice_enrol_courses\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1,'Poll the IdP server to let it know that a user it has authenticated is still\nonline','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1,'When the IdP requests that child sessions are terminated,\nthis function will be called on each of the child hosts. The machine that\ncalls the function (over xmlrpc) provides us with the mnethostid we need.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:15:\"True on success\";}}','auth.php','auth_plugin_mnet',0),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1,'Returns list of courses that we offer to the caller for remote enrolment of their users\nSince Moodle 2.0, courses are made available for MNet peers by creating an instance\nof enrol_mnet plugin for the course. Hidden courses are not returned. If there are two\ninstances - one specific for the host and one for \'All hosts\', the setting of the specific\none is used. The id of the peer is kept in customint1, no other custom fields are used.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1,'This method has never been implemented in Moodle MNet API','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:11:\"empty array\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1,'Enrol remote user to our course\nIf we do not have local record for the remote user in our database,\nit gets created here.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"userdata\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:43:\"user details {@see mnet_fields_to_import()}\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"our local course id\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:69:\"true if the enrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1,'Unenrol remote user from our course\nOnly users enrolled via enrol_mnet plugin can be unenrolled remotely. If the\nremote user is enrolled into the local course via some other enrol plugin\n(enrol_manual for example), the remote host can\'t touch such enrolment. Please\ndo not report this behaviour as bug, it is a feature ;-)','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"of the remote user\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"of our local course\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:71:\"true if the unenrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1,'Returns a list of users from the client server who are enrolled in our course\nSuitable instance of enrol_mnet must be created in the course. This method will not\nreturn any information about the enrolments in courses that are not available for\nremote enrolment, even if their users are enrolled into them via other plugin\n(note the difference from {@link self::user_enrolments()}).\nThis method will return enrolment information for users from hosts regardless\nthe enrolment plugin. It does not matter if the user was enrolled remotely by\ntheir admin or locally. Once the course is available for remote enrolments, we\nwill tell them everything about their users.\nIn Moodle 1.x the returned array used to be indexed by username. The side effect\nof MDL-19219 fix is that we do not need to use such index and therefore we can\nreturn all enrolment records. MNet clients 1.x will only use the last record for\nthe student, if she is enrolled via multiple plugins.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:16:\"ID of our course\";}i:1;a:3:{s:4:\"name\";s:5:\"roles\";s:4:\"type\";s:12:\"string|array\";s:11:\"description\";s:58:\"comma separated list of role shortnames (or array of them)\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(15,'fetch_file','portfolio/mahara/lib.php/fetch_file','portfolio','mahara',1,'xmlrpc (mnet) function to get the file.\nreads in the file and returns it base_64 encoded\nso that it can be enrypted by mnet.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:56:\"the token recieved previously during send_content_intent\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','lib.php','portfolio_plugin_mahara',1); /*!40000 ALTER TABLE `mnet_rpc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mnet_service` -- DROP TABLE IF EXISTS `mnet_service`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mnet_service` ( `id` bigint(10) 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) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='A service is a group of functions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mnet_service` -- LOCK TABLES `mnet_service` WRITE; /*!40000 ALTER TABLE `mnet_service` DISABLE KEYS */; INSERT INTO `mnet_service` VALUES (1,'sso_idp','','1',1),(2,'sso_sp','','1',1),(3,'mnet_enrol','','1',1),(4,'pf','','1',1); /*!40000 ALTER TABLE `mnet_service` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mnet_service2rpc` -- DROP TABLE IF EXISTS `mnet_service2rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mnet_service2rpc` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `serviceid` bigint(10) NOT NULL DEFAULT '0', `rpcid` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mnetserv_rpcser_uix` (`rpcid`,`serviceid`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8 COMMENT='Group functions or methods under a service'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mnet_service2rpc` -- LOCK TABLES `mnet_service2rpc` WRITE; /*!40000 ALTER TABLE `mnet_service2rpc` DISABLE KEYS */; INSERT INTO `mnet_service2rpc` 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),(15,4,15); /*!40000 ALTER TABLE `mnet_service2rpc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mnet_session` -- DROP TABLE IF EXISTS `mnet_session`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mnet_session` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL DEFAULT '0', `username` varchar(100) NOT NULL DEFAULT '', `token` varchar(40) NOT NULL DEFAULT '', `mnethostid` bigint(10) NOT NULL DEFAULT '0', `useragent` varchar(40) NOT NULL DEFAULT '', `confirm_timeout` bigint(10) NOT NULL DEFAULT '0', `session_id` varchar(40) NOT NULL DEFAULT '', `expires` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mnetsess_tok_uix` (`token`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Store session data from users migrating to other sites'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mnet_session` -- LOCK TABLES `mnet_session` WRITE; /*!40000 ALTER TABLE `mnet_session` DISABLE KEYS */; /*!40000 ALTER TABLE `mnet_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mnet_sso_access_control` -- DROP TABLE IF EXISTS `mnet_sso_access_control`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mnet_sso_access_control` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `username` varchar(100) NOT NULL DEFAULT '', `mnet_host_id` bigint(10) NOT NULL DEFAULT '0', `accessctrl` varchar(20) NOT NULL DEFAULT 'allow', PRIMARY KEY (`id`), UNIQUE KEY `mnetssoaccecont_mneuse_uix` (`mnet_host_id`,`username`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Users by host permitted (or not) to login from a remote prov'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mnet_sso_access_control` -- LOCK TABLES `mnet_sso_access_control` WRITE; /*!40000 ALTER TABLE `mnet_sso_access_control` DISABLE KEYS */; /*!40000 ALTER TABLE `mnet_sso_access_control` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mnetservice_enrol_courses` -- DROP TABLE IF EXISTS `mnetservice_enrol_courses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mnetservice_enrol_courses` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `hostid` bigint(10) NOT NULL, `remoteid` bigint(10) NOT NULL, `categoryid` bigint(10) NOT NULL, `categoryname` varchar(255) NOT NULL DEFAULT '', `sortorder` bigint(10) NOT NULL DEFAULT '0', `fullname` varchar(254) NOT NULL DEFAULT '', `shortname` varchar(100) NOT NULL DEFAULT '', `idnumber` varchar(100) NOT NULL DEFAULT '', `summary` longtext NOT NULL, `summaryformat` smallint(3) DEFAULT '0', `startdate` bigint(10) NOT NULL, `roleid` bigint(10) NOT NULL, `rolename` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `mnetenrocour_hosrem_uix` (`hostid`,`remoteid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Caches the information fetched via XML-RPC about courses on '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mnetservice_enrol_courses` -- LOCK TABLES `mnetservice_enrol_courses` WRITE; /*!40000 ALTER TABLE `mnetservice_enrol_courses` DISABLE KEYS */; /*!40000 ALTER TABLE `mnetservice_enrol_courses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mnetservice_enrol_enrolments` -- DROP TABLE IF EXISTS `mnetservice_enrol_enrolments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mnetservice_enrol_enrolments` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `hostid` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `remotecourseid` bigint(10) NOT NULL, `rolename` varchar(255) NOT NULL DEFAULT '', `enroltime` bigint(10) NOT NULL DEFAULT '0', `enroltype` varchar(20) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mnetenroenro_use_ix` (`userid`), KEY `mnetenroenro_hos_ix` (`hostid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Caches the information about enrolments of our local users i'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mnetservice_enrol_enrolments` -- LOCK TABLES `mnetservice_enrol_enrolments` WRITE; /*!40000 ALTER TABLE `mnetservice_enrol_enrolments` DISABLE KEYS */; /*!40000 ALTER TABLE `mnetservice_enrol_enrolments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modules` -- DROP TABLE IF EXISTS `modules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `modules` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(20) NOT NULL DEFAULT '', `cron` bigint(10) NOT NULL DEFAULT '0', `lastcron` bigint(10) NOT NULL DEFAULT '0', `search` varchar(255) NOT NULL DEFAULT '', `visible` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `modu_nam_ix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8 COMMENT='modules available in the site'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `modules` -- LOCK TABLES `modules` WRITE; /*!40000 ALTER TABLE `modules` DISABLE KEYS */; INSERT INTO `modules` VALUES (1,'assign',60,0,'',1),(2,'assignment',60,0,'',0),(3,'book',0,0,'',1),(4,'chat',300,0,'',1),(5,'choice',0,0,'',1),(6,'data',0,0,'',1),(7,'feedback',0,0,'',1),(8,'folder',0,0,'',1),(9,'forum',0,0,'',1),(10,'glossary',0,0,'',1),(11,'imscp',0,0,'',1),(12,'label',0,0,'',1),(13,'lesson',0,0,'',1),(14,'lti',0,0,'',1),(15,'page',0,0,'',1),(16,'quiz',60,0,'',1),(17,'resource',0,0,'',1),(18,'scorm',0,0,'',1),(19,'survey',0,0,'',1),(20,'url',0,0,'',1),(21,'wiki',0,0,'',1),(22,'workshop',60,0,'',1); /*!40000 ALTER TABLE `modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `my_pages` -- DROP TABLE IF EXISTS `my_pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `my_pages` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) DEFAULT '0', `name` varchar(200) NOT NULL DEFAULT '', `private` tinyint(1) NOT NULL DEFAULT '1', `sortorder` mediumint(6) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mypage_usepri_ix` (`userid`,`private`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COMMENT='Extra user pages for the My Moodle system'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `my_pages` -- LOCK TABLES `my_pages` WRITE; /*!40000 ALTER TABLE `my_pages` DISABLE KEYS */; INSERT INTO `my_pages` VALUES (1,NULL,'__default',0,0),(2,NULL,'__default',1,0),(3,2,'__default',1,0),(4,2,'__default',0,0),(5,3,'__default',0,0),(6,11,'__default',1,0),(7,5,'__default',1,0),(8,8,'__default',1,0),(9,8,'__default',0,0),(10,6,'__default',1,0),(11,13,'__default',1,0); /*!40000 ALTER TABLE `my_pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `notifications` -- DROP TABLE IF EXISTS `notifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `notifications` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `useridfrom` bigint(10) NOT NULL, `useridto` bigint(10) NOT NULL, `subject` longtext, `fullmessage` longtext, `fullmessageformat` tinyint(1) NOT NULL DEFAULT '0', `fullmessagehtml` longtext, `smallmessage` longtext, `component` varchar(100) DEFAULT NULL, `eventtype` varchar(100) DEFAULT NULL, `contexturl` longtext, `contexturlname` longtext, `timeread` bigint(10) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `noti_use_ix` (`useridto`), KEY `noti_use2_ix` (`useridfrom`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Stores all notifications'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `notifications` -- LOCK TABLES `notifications` WRITE; /*!40000 ALTER TABLE `notifications` DISABLE KEYS */; INSERT INTO `notifications` VALUES (1,-10,8,'Você enviou sua tarefa para Texto de Introdução','TesteTCC -> Tarefa -> Texto de Introdução\n---------------------------------------------------------------------\nVocê enviou uma tarefa para \'Texto de Introdução\'\n\nVocê pode ver o estado do seu envio:\n\n http://homologacao-moodle35.ifes.br/mod/assign/view.php?id=3\n\n---------------------------------------------------------------------\n',2,'

TesteTCC ->Tarefa ->Texto de Introdução


Você enviou uma tarefa em Texto de Introdução\'.

\n

Você pode ver aqui o status da sua tarefa enviada.


','Você enviou sua tarefa para Texto de Introdução','mod_assign','assign_notification','http://homologacao-moodle35.ifes.br/mod/assign/view.php?id=3','Texto de Introdução',NULL,1549894516),(2,-10,8,'Você enviou sua tarefa para Texto de Introdução','TesteTCC -> Tarefa -> Texto de Introdução\n---------------------------------------------------------------------\nVocê enviou uma tarefa para \'Texto de Introdução\'\n\nVocê pode ver o estado do seu envio:\n\n http://homologacao-moodle35.ifes.br/mod/assign/view.php?id=3\n\n---------------------------------------------------------------------\n',2,'

TesteTCC ->Tarefa ->Texto de Introdução


Você enviou uma tarefa em Texto de Introdução\'.

\n

Você pode ver aqui o status da sua tarefa enviada.


','Você enviou sua tarefa para Texto de Introdução','mod_assign','assign_notification','http://homologacao-moodle35.ifes.br/mod/assign/view.php?id=3','Texto de Introdução',NULL,1549894666),(3,-10,6,'Você enviou sua tarefa para Texto de Introdução','TesteTCC -> Tarefa -> Texto de Introdução\n---------------------------------------------------------------------\nVocê enviou uma tarefa para \'Texto de Introdução\'\n\nVocê pode ver o estado do seu envio:\n\n http://homologacao-moodle35.ifes.br/mod/assign/view.php?id=3\n\n---------------------------------------------------------------------\n',2,'

TesteTCC ->Tarefa ->Texto de Introdução


Você enviou uma tarefa em Texto de Introdução\'.

\n

Você pode ver aqui o status da sua tarefa enviada.


','Você enviou sua tarefa para Texto de Introdução','mod_assign','assign_notification','http://homologacao-moodle35.ifes.br/mod/assign/view.php?id=3','Texto de Introdução',NULL,1549897219); /*!40000 ALTER TABLE `notifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oauth2_access_token` -- DROP TABLE IF EXISTS `oauth2_access_token`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `oauth2_access_token` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `usermodified` bigint(10) NOT NULL, `issuerid` bigint(10) NOT NULL, `token` longtext NOT NULL, `expires` bigint(10) NOT NULL, `scope` longtext NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `oautaccetoke_iss_uix` (`issuerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `oauth2_access_token` -- LOCK TABLES `oauth2_access_token` WRITE; /*!40000 ALTER TABLE `oauth2_access_token` DISABLE KEYS */; /*!40000 ALTER TABLE `oauth2_access_token` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oauth2_endpoint` -- DROP TABLE IF EXISTS `oauth2_endpoint`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `oauth2_endpoint` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `usermodified` bigint(10) NOT NULL, `name` varchar(255) NOT NULL DEFAULT '', `url` longtext NOT NULL, `issuerid` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `oautendp_iss_ix` (`issuerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Describes the named endpoint for an oauth2 service.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `oauth2_endpoint` -- LOCK TABLES `oauth2_endpoint` WRITE; /*!40000 ALTER TABLE `oauth2_endpoint` DISABLE KEYS */; /*!40000 ALTER TABLE `oauth2_endpoint` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oauth2_issuer` -- DROP TABLE IF EXISTS `oauth2_issuer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `oauth2_issuer` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `usermodified` bigint(10) NOT NULL, `name` varchar(255) NOT NULL DEFAULT '', `image` longtext NOT NULL, `baseurl` longtext NOT NULL, `clientid` longtext NOT NULL, `clientsecret` longtext NOT NULL, `loginscopes` longtext NOT NULL, `loginscopesoffline` longtext NOT NULL, `loginparams` longtext NOT NULL, `loginparamsoffline` longtext NOT NULL, `alloweddomains` longtext NOT NULL, `scopessupported` longtext, `enabled` tinyint(2) NOT NULL DEFAULT '1', `showonloginpage` tinyint(2) NOT NULL DEFAULT '1', `basicauth` tinyint(2) NOT NULL DEFAULT '0', `sortorder` bigint(10) NOT NULL, `requireconfirmation` tinyint(2) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Details for an oauth 2 connect identity issuer.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `oauth2_issuer` -- LOCK TABLES `oauth2_issuer` WRITE; /*!40000 ALTER TABLE `oauth2_issuer` DISABLE KEYS */; /*!40000 ALTER TABLE `oauth2_issuer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oauth2_system_account` -- DROP TABLE IF EXISTS `oauth2_system_account`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `oauth2_system_account` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `usermodified` bigint(10) NOT NULL, `issuerid` bigint(10) NOT NULL, `refreshtoken` longtext NOT NULL, `grantedscopes` longtext NOT NULL, `email` longtext, `username` longtext NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `oautsystacco_iss_uix` (`issuerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stored details used to get an access token as a system user '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `oauth2_system_account` -- LOCK TABLES `oauth2_system_account` WRITE; /*!40000 ALTER TABLE `oauth2_system_account` DISABLE KEYS */; /*!40000 ALTER TABLE `oauth2_system_account` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oauth2_user_field_mapping` -- DROP TABLE IF EXISTS `oauth2_user_field_mapping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `oauth2_user_field_mapping` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `timemodified` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `usermodified` bigint(10) NOT NULL, `issuerid` bigint(10) NOT NULL, `externalfield` varchar(64) NOT NULL DEFAULT '', `internalfield` varchar(64) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `oautuserfielmapp_issint_uix` (`issuerid`,`internalfield`), KEY `oautuserfielmapp_iss_ix` (`issuerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Mapping of oauth user fields to moodle fields.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `oauth2_user_field_mapping` -- LOCK TABLES `oauth2_user_field_mapping` WRITE; /*!40000 ALTER TABLE `oauth2_user_field_mapping` DISABLE KEYS */; /*!40000 ALTER TABLE `oauth2_user_field_mapping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `page` -- DROP TABLE IF EXISTS `page`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `page` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext, `introformat` smallint(4) NOT NULL DEFAULT '0', `content` longtext, `contentformat` smallint(4) NOT NULL DEFAULT '0', `legacyfiles` smallint(4) NOT NULL DEFAULT '0', `legacyfileslast` bigint(10) DEFAULT NULL, `display` smallint(4) NOT NULL DEFAULT '0', `displayoptions` longtext, `revision` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `page_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Each record is one page and its config data'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `page` -- LOCK TABLES `page` WRITE; /*!40000 ALTER TABLE `page` DISABLE KEYS */; /*!40000 ALTER TABLE `page` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `portfolio_instance` -- DROP TABLE IF EXISTS `portfolio_instance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `portfolio_instance` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `plugin` varchar(50) NOT NULL DEFAULT '', `name` varchar(255) NOT NULL DEFAULT '', `visible` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='base table (not including config data) for instances of port'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `portfolio_instance` -- LOCK TABLES `portfolio_instance` WRITE; /*!40000 ALTER TABLE `portfolio_instance` DISABLE KEYS */; /*!40000 ALTER TABLE `portfolio_instance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `portfolio_instance_config` -- DROP TABLE IF EXISTS `portfolio_instance_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `portfolio_instance_config` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `instance` bigint(10) NOT NULL, `name` varchar(255) NOT NULL DEFAULT '', `value` longtext, PRIMARY KEY (`id`), KEY `portinstconf_nam_ix` (`name`), KEY `portinstconf_ins_ix` (`instance`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='config for portfolio plugin instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `portfolio_instance_config` -- LOCK TABLES `portfolio_instance_config` WRITE; /*!40000 ALTER TABLE `portfolio_instance_config` DISABLE KEYS */; /*!40000 ALTER TABLE `portfolio_instance_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `portfolio_instance_user` -- DROP TABLE IF EXISTS `portfolio_instance_user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `portfolio_instance_user` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `instance` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `name` varchar(255) NOT NULL DEFAULT '', `value` longtext, PRIMARY KEY (`id`), KEY `portinstuser_ins_ix` (`instance`), KEY `portinstuser_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='user data for portfolio instances.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `portfolio_instance_user` -- LOCK TABLES `portfolio_instance_user` WRITE; /*!40000 ALTER TABLE `portfolio_instance_user` DISABLE KEYS */; /*!40000 ALTER TABLE `portfolio_instance_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `portfolio_log` -- DROP TABLE IF EXISTS `portfolio_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `portfolio_log` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `time` bigint(10) NOT NULL, `portfolio` bigint(10) NOT NULL, `caller_class` varchar(150) NOT NULL DEFAULT '', `caller_file` varchar(255) NOT NULL DEFAULT '', `caller_component` varchar(255) DEFAULT NULL, `caller_sha1` varchar(255) NOT NULL DEFAULT '', `tempdataid` bigint(10) NOT NULL DEFAULT '0', `returnurl` varchar(255) NOT NULL DEFAULT '', `continueurl` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `portlog_use_ix` (`userid`), KEY `portlog_por_ix` (`portfolio`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='log of portfolio transfers (used to later check for duplicat'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `portfolio_log` -- LOCK TABLES `portfolio_log` WRITE; /*!40000 ALTER TABLE `portfolio_log` DISABLE KEYS */; /*!40000 ALTER TABLE `portfolio_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `portfolio_mahara_queue` -- DROP TABLE IF EXISTS `portfolio_mahara_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `portfolio_mahara_queue` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `transferid` bigint(10) NOT NULL, `token` varchar(50) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `portmahaqueu_tok_ix` (`token`), KEY `portmahaqueu_tra_ix` (`transferid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='maps mahara tokens to transfer ids'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `portfolio_mahara_queue` -- LOCK TABLES `portfolio_mahara_queue` WRITE; /*!40000 ALTER TABLE `portfolio_mahara_queue` DISABLE KEYS */; /*!40000 ALTER TABLE `portfolio_mahara_queue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `portfolio_tempdata` -- DROP TABLE IF EXISTS `portfolio_tempdata`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `portfolio_tempdata` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `data` longtext, `expirytime` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `instance` bigint(10) DEFAULT '0', `queued` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `porttemp_use_ix` (`userid`), KEY `porttemp_ins_ix` (`instance`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='stores temporary data for portfolio exports. the id of this '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `portfolio_tempdata` -- LOCK TABLES `portfolio_tempdata` WRITE; /*!40000 ALTER TABLE `portfolio_tempdata` DISABLE KEYS */; /*!40000 ALTER TABLE `portfolio_tempdata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `post` -- DROP TABLE IF EXISTS `post`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `post` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `module` varchar(20) NOT NULL DEFAULT '', `userid` bigint(10) NOT NULL DEFAULT '0', `courseid` bigint(10) NOT NULL DEFAULT '0', `groupid` bigint(10) NOT NULL DEFAULT '0', `moduleid` bigint(10) NOT NULL DEFAULT '0', `coursemoduleid` bigint(10) NOT NULL DEFAULT '0', `subject` varchar(128) NOT NULL DEFAULT '', `summary` longtext, `content` longtext, `uniquehash` varchar(255) NOT NULL DEFAULT '', `rating` bigint(10) NOT NULL DEFAULT '0', `format` bigint(10) NOT NULL DEFAULT '0', `summaryformat` tinyint(2) NOT NULL DEFAULT '0', `attachment` varchar(100) DEFAULT NULL, `publishstate` varchar(20) NOT NULL DEFAULT 'draft', `lastmodified` bigint(10) NOT NULL DEFAULT '0', `created` bigint(10) NOT NULL DEFAULT '0', `usermodified` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `post_iduse_uix` (`id`,`userid`), KEY `post_las_ix` (`lastmodified`), KEY `post_mod_ix` (`module`), KEY `post_sub_ix` (`subject`), KEY `post_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Generic post table to hold data blog entries etc in differen'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `post` -- LOCK TABLES `post` WRITE; /*!40000 ALTER TABLE `post` DISABLE KEYS */; /*!40000 ALTER TABLE `post` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `profiling` -- DROP TABLE IF EXISTS `profiling`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `profiling` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `runid` varchar(32) NOT NULL DEFAULT '', `url` varchar(255) NOT NULL DEFAULT '', `data` longtext NOT NULL, `totalexecutiontime` bigint(10) NOT NULL, `totalcputime` bigint(10) NOT NULL, `totalcalls` bigint(10) NOT NULL, `totalmemory` bigint(10) NOT NULL, `runreference` tinyint(2) NOT NULL DEFAULT '0', `runcomment` varchar(255) NOT NULL DEFAULT '', `timecreated` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `prof_run_uix` (`runid`), KEY `prof_urlrun_ix` (`url`,`runreference`), KEY `prof_timrun_ix` (`timecreated`,`runreference`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores the results of all the profiling runs'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `profiling` -- LOCK TABLES `profiling` WRITE; /*!40000 ALTER TABLE `profiling` DISABLE KEYS */; /*!40000 ALTER TABLE `profiling` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `qtype_ddimageortext` -- DROP TABLE IF EXISTS `qtype_ddimageortext`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qtype_ddimageortext` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `questionid` bigint(10) NOT NULL DEFAULT '0', `shuffleanswers` smallint(4) NOT NULL DEFAULT '1', `correctfeedback` longtext NOT NULL, `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `partiallycorrectfeedback` longtext NOT NULL, `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `incorrectfeedback` longtext NOT NULL, `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `shownumcorrect` tinyint(2) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `qtypddim_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines drag and drop (text or images onto a background imag'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `qtype_ddimageortext` -- LOCK TABLES `qtype_ddimageortext` WRITE; /*!40000 ALTER TABLE `qtype_ddimageortext` DISABLE KEYS */; /*!40000 ALTER TABLE `qtype_ddimageortext` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `qtype_ddimageortext_drags` -- DROP TABLE IF EXISTS `qtype_ddimageortext_drags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qtype_ddimageortext_drags` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `questionid` bigint(10) NOT NULL DEFAULT '0', `no` bigint(10) NOT NULL DEFAULT '0', `draggroup` bigint(10) NOT NULL DEFAULT '0', `infinite` smallint(4) NOT NULL DEFAULT '0', `label` longtext NOT NULL, PRIMARY KEY (`id`), KEY `qtypddimdrag_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Images to drag. Actual file names are not stored here we use'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `qtype_ddimageortext_drags` -- LOCK TABLES `qtype_ddimageortext_drags` WRITE; /*!40000 ALTER TABLE `qtype_ddimageortext_drags` DISABLE KEYS */; /*!40000 ALTER TABLE `qtype_ddimageortext_drags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `qtype_ddimageortext_drops` -- DROP TABLE IF EXISTS `qtype_ddimageortext_drops`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qtype_ddimageortext_drops` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `questionid` bigint(10) NOT NULL DEFAULT '0', `no` bigint(10) NOT NULL DEFAULT '0', `xleft` bigint(10) NOT NULL DEFAULT '0', `ytop` bigint(10) NOT NULL DEFAULT '0', `choice` bigint(10) NOT NULL DEFAULT '0', `label` longtext NOT NULL, PRIMARY KEY (`id`), KEY `qtypddimdrop_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Drop boxes'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `qtype_ddimageortext_drops` -- LOCK TABLES `qtype_ddimageortext_drops` WRITE; /*!40000 ALTER TABLE `qtype_ddimageortext_drops` DISABLE KEYS */; /*!40000 ALTER TABLE `qtype_ddimageortext_drops` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `qtype_ddmarker` -- DROP TABLE IF EXISTS `qtype_ddmarker`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qtype_ddmarker` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `questionid` bigint(10) NOT NULL DEFAULT '0', `shuffleanswers` smallint(4) NOT NULL DEFAULT '1', `correctfeedback` longtext NOT NULL, `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `partiallycorrectfeedback` longtext NOT NULL, `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `incorrectfeedback` longtext NOT NULL, `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `shownumcorrect` tinyint(2) NOT NULL DEFAULT '0', `showmisplaced` smallint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `qtypddma_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines drag and drop (text or images onto a background imag'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `qtype_ddmarker` -- LOCK TABLES `qtype_ddmarker` WRITE; /*!40000 ALTER TABLE `qtype_ddmarker` DISABLE KEYS */; /*!40000 ALTER TABLE `qtype_ddmarker` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `qtype_ddmarker_drags` -- DROP TABLE IF EXISTS `qtype_ddmarker_drags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qtype_ddmarker_drags` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `questionid` bigint(10) NOT NULL DEFAULT '0', `no` bigint(10) NOT NULL DEFAULT '0', `label` longtext NOT NULL, `infinite` smallint(4) NOT NULL DEFAULT '0', `noofdrags` bigint(10) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `qtypddmadrag_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Labels for markers to drag.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `qtype_ddmarker_drags` -- LOCK TABLES `qtype_ddmarker_drags` WRITE; /*!40000 ALTER TABLE `qtype_ddmarker_drags` DISABLE KEYS */; /*!40000 ALTER TABLE `qtype_ddmarker_drags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `qtype_ddmarker_drops` -- DROP TABLE IF EXISTS `qtype_ddmarker_drops`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qtype_ddmarker_drops` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `questionid` bigint(10) NOT NULL DEFAULT '0', `no` bigint(10) NOT NULL DEFAULT '0', `shape` varchar(255) DEFAULT NULL, `coords` longtext NOT NULL, `choice` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `qtypddmadrop_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='drop regions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `qtype_ddmarker_drops` -- LOCK TABLES `qtype_ddmarker_drops` WRITE; /*!40000 ALTER TABLE `qtype_ddmarker_drops` DISABLE KEYS */; /*!40000 ALTER TABLE `qtype_ddmarker_drops` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `qtype_essay_options` -- DROP TABLE IF EXISTS `qtype_essay_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qtype_essay_options` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `questionid` bigint(10) NOT NULL, `responseformat` varchar(16) NOT NULL DEFAULT 'editor', `responserequired` tinyint(2) NOT NULL DEFAULT '1', `responsefieldlines` smallint(4) NOT NULL DEFAULT '15', `attachments` smallint(4) NOT NULL DEFAULT '0', `attachmentsrequired` smallint(4) NOT NULL DEFAULT '0', `graderinfo` longtext, `graderinfoformat` smallint(4) NOT NULL DEFAULT '0', `responsetemplate` longtext, `responsetemplateformat` smallint(4) NOT NULL DEFAULT '0', `filetypeslist` longtext, PRIMARY KEY (`id`), UNIQUE KEY `qtypessaopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Extra options for essay questions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `qtype_essay_options` -- LOCK TABLES `qtype_essay_options` WRITE; /*!40000 ALTER TABLE `qtype_essay_options` DISABLE KEYS */; /*!40000 ALTER TABLE `qtype_essay_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `qtype_match_options` -- DROP TABLE IF EXISTS `qtype_match_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qtype_match_options` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `questionid` bigint(10) NOT NULL DEFAULT '0', `shuffleanswers` smallint(4) NOT NULL DEFAULT '1', `correctfeedback` longtext NOT NULL, `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `partiallycorrectfeedback` longtext NOT NULL, `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `incorrectfeedback` longtext NOT NULL, `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `shownumcorrect` tinyint(2) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `qtypmatcopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines the question-type specific options for matching ques'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `qtype_match_options` -- LOCK TABLES `qtype_match_options` WRITE; /*!40000 ALTER TABLE `qtype_match_options` DISABLE KEYS */; /*!40000 ALTER TABLE `qtype_match_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `qtype_match_subquestions` -- DROP TABLE IF EXISTS `qtype_match_subquestions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qtype_match_subquestions` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `questionid` bigint(10) NOT NULL DEFAULT '0', `questiontext` longtext NOT NULL, `questiontextformat` tinyint(2) NOT NULL DEFAULT '0', `answertext` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `qtypmatcsubq_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The subquestions that make up a matching question'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `qtype_match_subquestions` -- LOCK TABLES `qtype_match_subquestions` WRITE; /*!40000 ALTER TABLE `qtype_match_subquestions` DISABLE KEYS */; /*!40000 ALTER TABLE `qtype_match_subquestions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `qtype_multichoice_options` -- DROP TABLE IF EXISTS `qtype_multichoice_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qtype_multichoice_options` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `questionid` bigint(10) NOT NULL DEFAULT '0', `layout` smallint(4) NOT NULL DEFAULT '0', `single` smallint(4) NOT NULL DEFAULT '0', `shuffleanswers` smallint(4) NOT NULL DEFAULT '1', `correctfeedback` longtext NOT NULL, `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `partiallycorrectfeedback` longtext NOT NULL, `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `incorrectfeedback` longtext NOT NULL, `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `answernumbering` varchar(10) NOT NULL DEFAULT 'abc', `shownumcorrect` tinyint(2) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `qtypmultopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Options for multiple choice questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `qtype_multichoice_options` -- LOCK TABLES `qtype_multichoice_options` WRITE; /*!40000 ALTER TABLE `qtype_multichoice_options` DISABLE KEYS */; /*!40000 ALTER TABLE `qtype_multichoice_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `qtype_randomsamatch_options` -- DROP TABLE IF EXISTS `qtype_randomsamatch_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qtype_randomsamatch_options` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `questionid` bigint(10) NOT NULL DEFAULT '0', `choose` bigint(10) NOT NULL DEFAULT '4', `subcats` tinyint(2) NOT NULL DEFAULT '1', `correctfeedback` longtext NOT NULL, `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `partiallycorrectfeedback` longtext NOT NULL, `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `incorrectfeedback` longtext NOT NULL, `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `shownumcorrect` tinyint(2) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `qtyprandopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Info about a random short-answer matching question'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `qtype_randomsamatch_options` -- LOCK TABLES `qtype_randomsamatch_options` WRITE; /*!40000 ALTER TABLE `qtype_randomsamatch_options` DISABLE KEYS */; /*!40000 ALTER TABLE `qtype_randomsamatch_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `qtype_shortanswer_options` -- DROP TABLE IF EXISTS `qtype_shortanswer_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qtype_shortanswer_options` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `questionid` bigint(10) NOT NULL DEFAULT '0', `usecase` tinyint(2) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `qtypshoropti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Options for short answer questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `qtype_shortanswer_options` -- LOCK TABLES `qtype_shortanswer_options` WRITE; /*!40000 ALTER TABLE `qtype_shortanswer_options` DISABLE KEYS */; /*!40000 ALTER TABLE `qtype_shortanswer_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `question` -- DROP TABLE IF EXISTS `question`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `question` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `category` bigint(10) NOT NULL DEFAULT '0', `parent` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `questiontext` longtext NOT NULL, `questiontextformat` tinyint(2) NOT NULL DEFAULT '0', `generalfeedback` longtext NOT NULL, `generalfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `defaultmark` decimal(12,7) NOT NULL DEFAULT '1.0000000', `penalty` decimal(12,7) NOT NULL DEFAULT '0.3333333', `qtype` varchar(20) NOT NULL DEFAULT '', `length` bigint(10) NOT NULL DEFAULT '1', `stamp` varchar(255) NOT NULL DEFAULT '', `version` varchar(255) NOT NULL DEFAULT '', `hidden` tinyint(1) NOT NULL DEFAULT '0', `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `createdby` bigint(10) DEFAULT NULL, `modifiedby` bigint(10) DEFAULT NULL, `idnumber` varchar(100) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ques_catidn_uix` (`category`,`idnumber`), KEY `ques_qty_ix` (`qtype`), KEY `ques_cat_ix` (`category`), KEY `ques_par_ix` (`parent`), KEY `ques_cre_ix` (`createdby`), KEY `ques_mod_ix` (`modifiedby`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The questions themselves'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `question` -- LOCK TABLES `question` WRITE; /*!40000 ALTER TABLE `question` DISABLE KEYS */; /*!40000 ALTER TABLE `question` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `question_answers` -- DROP TABLE IF EXISTS `question_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `question_answers` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `question` bigint(10) NOT NULL DEFAULT '0', `answer` longtext NOT NULL, `answerformat` tinyint(2) NOT NULL DEFAULT '0', `fraction` decimal(12,7) NOT NULL DEFAULT '0.0000000', `feedback` longtext NOT NULL, `feedbackformat` tinyint(2) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `quesansw_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Answers, with a fractional grade (0-1) and feedback'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `question_answers` -- LOCK TABLES `question_answers` WRITE; /*!40000 ALTER TABLE `question_answers` DISABLE KEYS */; /*!40000 ALTER TABLE `question_answers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `question_attempt_step_data` -- DROP TABLE IF EXISTS `question_attempt_step_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `question_attempt_step_data` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `attemptstepid` bigint(10) NOT NULL, `name` varchar(32) NOT NULL DEFAULT '', `value` longtext, PRIMARY KEY (`id`), KEY `quesattestepdata_att_ix` (`attemptstepid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Each question_attempt_step has an associative array of the d'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `question_attempt_step_data` -- LOCK TABLES `question_attempt_step_data` WRITE; /*!40000 ALTER TABLE `question_attempt_step_data` DISABLE KEYS */; /*!40000 ALTER TABLE `question_attempt_step_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `question_attempt_steps` -- DROP TABLE IF EXISTS `question_attempt_steps`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `question_attempt_steps` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `questionattemptid` bigint(10) NOT NULL, `sequencenumber` bigint(10) NOT NULL, `state` varchar(13) NOT NULL DEFAULT '', `fraction` decimal(12,7) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `userid` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `quesattestep_queseq_uix` (`questionattemptid`,`sequencenumber`), KEY `quesattestep_que_ix` (`questionattemptid`), KEY `quesattestep_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores one step in in a question attempt. As well as the dat'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `question_attempt_steps` -- LOCK TABLES `question_attempt_steps` WRITE; /*!40000 ALTER TABLE `question_attempt_steps` DISABLE KEYS */; /*!40000 ALTER TABLE `question_attempt_steps` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `question_attempts` -- DROP TABLE IF EXISTS `question_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `question_attempts` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `questionusageid` bigint(10) NOT NULL, `slot` bigint(10) NOT NULL, `behaviour` varchar(32) NOT NULL DEFAULT '', `questionid` bigint(10) NOT NULL, `variant` bigint(10) NOT NULL DEFAULT '1', `maxmark` decimal(12,7) NOT NULL, `minfraction` decimal(12,7) NOT NULL, `maxfraction` decimal(12,7) NOT NULL DEFAULT '1.0000000', `flagged` tinyint(1) NOT NULL DEFAULT '0', `questionsummary` longtext, `rightanswer` longtext, `responsesummary` longtext, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `quesatte_queslo_uix` (`questionusageid`,`slot`), KEY `quesatte_beh_ix` (`behaviour`), KEY `quesatte_que_ix` (`questionid`), KEY `quesatte_que2_ix` (`questionusageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Each row here corresponds to an attempt at one question, as '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `question_attempts` -- LOCK TABLES `question_attempts` WRITE; /*!40000 ALTER TABLE `question_attempts` DISABLE KEYS */; /*!40000 ALTER TABLE `question_attempts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `question_calculated` -- DROP TABLE IF EXISTS `question_calculated`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `question_calculated` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `question` bigint(10) NOT NULL DEFAULT '0', `answer` bigint(10) 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 `quescalc_ans_ix` (`answer`), KEY `quescalc_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Options for questions of type calculated'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `question_calculated` -- LOCK TABLES `question_calculated` WRITE; /*!40000 ALTER TABLE `question_calculated` DISABLE KEYS */; /*!40000 ALTER TABLE `question_calculated` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `question_calculated_options` -- DROP TABLE IF EXISTS `question_calculated_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `question_calculated_options` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `question` bigint(10) NOT NULL DEFAULT '0', `synchronize` tinyint(2) NOT NULL DEFAULT '0', `single` smallint(4) NOT NULL DEFAULT '0', `shuffleanswers` smallint(4) NOT NULL DEFAULT '0', `correctfeedback` longtext, `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `partiallycorrectfeedback` longtext, `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `incorrectfeedback` longtext, `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `answernumbering` varchar(10) NOT NULL DEFAULT 'abc', `shownumcorrect` tinyint(2) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `quescalcopti_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Options for questions of type calculated'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `question_calculated_options` -- LOCK TABLES `question_calculated_options` WRITE; /*!40000 ALTER TABLE `question_calculated_options` DISABLE KEYS */; /*!40000 ALTER TABLE `question_calculated_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `question_categories` -- DROP TABLE IF EXISTS `question_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `question_categories` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `contextid` bigint(10) NOT NULL DEFAULT '0', `info` longtext NOT NULL, `infoformat` tinyint(2) NOT NULL DEFAULT '0', `stamp` varchar(255) NOT NULL DEFAULT '', `parent` bigint(10) NOT NULL DEFAULT '0', `sortorder` bigint(10) NOT NULL DEFAULT '999', `idnumber` varchar(100) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `quescate_consta_uix` (`contextid`,`stamp`), UNIQUE KEY `quescate_conidn_uix` (`contextid`,`idnumber`), KEY `quescate_con_ix` (`contextid`), KEY `quescate_par_ix` (`parent`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Categories are for grouping questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `question_categories` -- LOCK TABLES `question_categories` WRITE; /*!40000 ALTER TABLE `question_categories` DISABLE KEYS */; /*!40000 ALTER TABLE `question_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `question_dataset_definitions` -- DROP TABLE IF EXISTS `question_dataset_definitions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `question_dataset_definitions` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `category` bigint(10) 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) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `quesdatadefi_cat_ix` (`category`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Organises and stores properties for dataset items'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `question_dataset_definitions` -- LOCK TABLES `question_dataset_definitions` WRITE; /*!40000 ALTER TABLE `question_dataset_definitions` DISABLE KEYS */; /*!40000 ALTER TABLE `question_dataset_definitions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `question_dataset_items` -- DROP TABLE IF EXISTS `question_dataset_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `question_dataset_items` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `definition` bigint(10) NOT NULL DEFAULT '0', `itemnumber` bigint(10) NOT NULL DEFAULT '0', `value` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `quesdataitem_def_ix` (`definition`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Individual dataset items'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `question_dataset_items` -- LOCK TABLES `question_dataset_items` WRITE; /*!40000 ALTER TABLE `question_dataset_items` DISABLE KEYS */; /*!40000 ALTER TABLE `question_dataset_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `question_datasets` -- DROP TABLE IF EXISTS `question_datasets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `question_datasets` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `question` bigint(10) NOT NULL DEFAULT '0', `datasetdefinition` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `quesdata_quedat_ix` (`question`,`datasetdefinition`), KEY `quesdata_que_ix` (`question`), KEY `quesdata_dat_ix` (`datasetdefinition`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Many-many relation between questions and dataset definitions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `question_datasets` -- LOCK TABLES `question_datasets` WRITE; /*!40000 ALTER TABLE `question_datasets` DISABLE KEYS */; /*!40000 ALTER TABLE `question_datasets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `question_ddwtos` -- DROP TABLE IF EXISTS `question_ddwtos`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `question_ddwtos` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `questionid` bigint(10) NOT NULL DEFAULT '0', `shuffleanswers` smallint(4) NOT NULL DEFAULT '1', `correctfeedback` longtext NOT NULL, `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `partiallycorrectfeedback` longtext NOT NULL, `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `incorrectfeedback` longtext NOT NULL, `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `shownumcorrect` tinyint(2) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `quesddwt_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines drag and drop (words into sentences) questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `question_ddwtos` -- LOCK TABLES `question_ddwtos` WRITE; /*!40000 ALTER TABLE `question_ddwtos` DISABLE KEYS */; /*!40000 ALTER TABLE `question_ddwtos` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `question_gapselect` -- DROP TABLE IF EXISTS `question_gapselect`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `question_gapselect` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `questionid` bigint(10) NOT NULL DEFAULT '0', `shuffleanswers` smallint(4) NOT NULL DEFAULT '1', `correctfeedback` longtext NOT NULL, `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `partiallycorrectfeedback` longtext NOT NULL, `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `incorrectfeedback` longtext NOT NULL, `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT '0', `shownumcorrect` tinyint(2) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `quesgaps_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines select missing words questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `question_gapselect` -- LOCK TABLES `question_gapselect` WRITE; /*!40000 ALTER TABLE `question_gapselect` DISABLE KEYS */; /*!40000 ALTER TABLE `question_gapselect` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `question_hints` -- DROP TABLE IF EXISTS `question_hints`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `question_hints` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `questionid` bigint(10) NOT NULL, `hint` longtext NOT NULL, `hintformat` smallint(4) NOT NULL DEFAULT '0', `shownumcorrect` tinyint(1) DEFAULT NULL, `clearwrong` tinyint(1) DEFAULT NULL, `options` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`), KEY `queshint_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores the the part of the question definition that gives di'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `question_hints` -- LOCK TABLES `question_hints` WRITE; /*!40000 ALTER TABLE `question_hints` DISABLE KEYS */; /*!40000 ALTER TABLE `question_hints` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `question_multianswer` -- DROP TABLE IF EXISTS `question_multianswer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `question_multianswer` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `question` bigint(10) NOT NULL DEFAULT '0', `sequence` longtext NOT NULL, PRIMARY KEY (`id`), KEY `quesmult_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Options for multianswer questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `question_multianswer` -- LOCK TABLES `question_multianswer` WRITE; /*!40000 ALTER TABLE `question_multianswer` DISABLE KEYS */; /*!40000 ALTER TABLE `question_multianswer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `question_numerical` -- DROP TABLE IF EXISTS `question_numerical`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `question_numerical` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `question` bigint(10) NOT NULL DEFAULT '0', `answer` bigint(10) NOT NULL DEFAULT '0', `tolerance` varchar(255) NOT NULL DEFAULT '0.0', PRIMARY KEY (`id`), KEY `quesnume_ans_ix` (`answer`), KEY `quesnume_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Options for numerical questions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `question_numerical` -- LOCK TABLES `question_numerical` WRITE; /*!40000 ALTER TABLE `question_numerical` DISABLE KEYS */; /*!40000 ALTER TABLE `question_numerical` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `question_numerical_options` -- DROP TABLE IF EXISTS `question_numerical_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `question_numerical_options` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `question` bigint(10) NOT NULL DEFAULT '0', `showunits` smallint(4) NOT NULL DEFAULT '0', `unitsleft` smallint(4) NOT NULL DEFAULT '0', `unitgradingtype` smallint(4) NOT NULL DEFAULT '0', `unitpenalty` decimal(12,7) NOT NULL DEFAULT '0.1000000', PRIMARY KEY (`id`), KEY `quesnumeopti_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Options for questions of type numerical This table is also u'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `question_numerical_options` -- LOCK TABLES `question_numerical_options` WRITE; /*!40000 ALTER TABLE `question_numerical_options` DISABLE KEYS */; /*!40000 ALTER TABLE `question_numerical_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `question_numerical_units` -- DROP TABLE IF EXISTS `question_numerical_units`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `question_numerical_units` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `question` bigint(10) NOT NULL DEFAULT '0', `multiplier` decimal(38,19) NOT NULL DEFAULT '1.0000000000000000000', `unit` varchar(50) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `quesnumeunit_queuni_uix` (`question`,`unit`), KEY `quesnumeunit_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Optional unit options for numerical questions. This table is'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `question_numerical_units` -- LOCK TABLES `question_numerical_units` WRITE; /*!40000 ALTER TABLE `question_numerical_units` DISABLE KEYS */; /*!40000 ALTER TABLE `question_numerical_units` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `question_response_analysis` -- DROP TABLE IF EXISTS `question_response_analysis`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `question_response_analysis` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `hashcode` varchar(40) NOT NULL DEFAULT '', `whichtries` varchar(255) NOT NULL DEFAULT '', `timemodified` bigint(10) NOT NULL, `questionid` bigint(10) NOT NULL, `variant` bigint(10) DEFAULT NULL, `subqid` varchar(100) NOT NULL DEFAULT '', `aid` varchar(100) DEFAULT NULL, `response` longtext, `credit` decimal(15,5) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Analysis of student responses given to questions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `question_response_analysis` -- LOCK TABLES `question_response_analysis` WRITE; /*!40000 ALTER TABLE `question_response_analysis` DISABLE KEYS */; /*!40000 ALTER TABLE `question_response_analysis` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `question_response_count` -- DROP TABLE IF EXISTS `question_response_count`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `question_response_count` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `analysisid` bigint(10) NOT NULL, `try` bigint(10) NOT NULL, `rcount` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `quesrespcoun_ana_ix` (`analysisid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Count for each responses for each try at a question.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `question_response_count` -- LOCK TABLES `question_response_count` WRITE; /*!40000 ALTER TABLE `question_response_count` DISABLE KEYS */; /*!40000 ALTER TABLE `question_response_count` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `question_statistics` -- DROP TABLE IF EXISTS `question_statistics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `question_statistics` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `hashcode` varchar(40) NOT NULL DEFAULT '', `timemodified` bigint(10) NOT NULL, `questionid` bigint(10) NOT NULL, `slot` bigint(10) DEFAULT NULL, `subquestion` smallint(4) NOT NULL, `variant` bigint(10) DEFAULT NULL, `s` bigint(10) NOT NULL DEFAULT '0', `effectiveweight` decimal(15,5) DEFAULT NULL, `negcovar` tinyint(2) NOT NULL DEFAULT '0', `discriminationindex` decimal(15,5) DEFAULT NULL, `discriminativeefficiency` decimal(15,5) DEFAULT NULL, `sd` decimal(15,10) DEFAULT NULL, `facility` decimal(15,10) DEFAULT NULL, `subquestions` longtext, `maxmark` decimal(12,7) DEFAULT NULL, `positions` longtext, `randomguessscore` decimal(12,7) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Statistics for individual questions used in an activity.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `question_statistics` -- LOCK TABLES `question_statistics` WRITE; /*!40000 ALTER TABLE `question_statistics` DISABLE KEYS */; /*!40000 ALTER TABLE `question_statistics` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `question_truefalse` -- DROP TABLE IF EXISTS `question_truefalse`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `question_truefalse` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `question` bigint(10) NOT NULL DEFAULT '0', `trueanswer` bigint(10) NOT NULL DEFAULT '0', `falseanswer` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `questrue_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Options for True-False questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `question_truefalse` -- LOCK TABLES `question_truefalse` WRITE; /*!40000 ALTER TABLE `question_truefalse` DISABLE KEYS */; /*!40000 ALTER TABLE `question_truefalse` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `question_usages` -- DROP TABLE IF EXISTS `question_usages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `question_usages` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `contextid` bigint(10) NOT NULL, `component` varchar(255) NOT NULL DEFAULT '', `preferredbehaviour` varchar(32) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `quesusag_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='This table''s main purpose it to assign a unique id to each a'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `question_usages` -- LOCK TABLES `question_usages` WRITE; /*!40000 ALTER TABLE `question_usages` DISABLE KEYS */; /*!40000 ALTER TABLE `question_usages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `quiz` -- DROP TABLE IF EXISTS `quiz`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `quiz` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext NOT NULL, `introformat` smallint(4) NOT NULL DEFAULT '0', `timeopen` bigint(10) NOT NULL DEFAULT '0', `timeclose` bigint(10) NOT NULL DEFAULT '0', `timelimit` bigint(10) NOT NULL DEFAULT '0', `overduehandling` varchar(16) NOT NULL DEFAULT 'autoabandon', `graceperiod` bigint(10) NOT NULL DEFAULT '0', `preferredbehaviour` varchar(32) NOT NULL DEFAULT '', `canredoquestions` smallint(4) 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', `questiondecimalpoints` smallint(4) NOT NULL DEFAULT '-1', `reviewattempt` mediumint(6) NOT NULL DEFAULT '0', `reviewcorrectness` mediumint(6) NOT NULL DEFAULT '0', `reviewmarks` mediumint(6) NOT NULL DEFAULT '0', `reviewspecificfeedback` mediumint(6) NOT NULL DEFAULT '0', `reviewgeneralfeedback` mediumint(6) NOT NULL DEFAULT '0', `reviewrightanswer` mediumint(6) NOT NULL DEFAULT '0', `reviewoverallfeedback` mediumint(6) NOT NULL DEFAULT '0', `questionsperpage` bigint(10) NOT NULL DEFAULT '0', `navmethod` varchar(16) NOT NULL DEFAULT 'free', `shuffleanswers` smallint(4) NOT NULL DEFAULT '0', `sumgrades` decimal(10,5) NOT NULL DEFAULT '0.00000', `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `password` varchar(255) NOT NULL DEFAULT '', `subnet` varchar(255) NOT NULL DEFAULT '', `browsersecurity` varchar(32) NOT NULL DEFAULT '', `delay1` bigint(10) NOT NULL DEFAULT '0', `delay2` bigint(10) NOT NULL DEFAULT '0', `showuserpicture` smallint(4) NOT NULL DEFAULT '0', `showblocks` smallint(4) NOT NULL DEFAULT '0', `completionattemptsexhausted` tinyint(1) DEFAULT '0', `completionpass` tinyint(1) DEFAULT '0', `allowofflineattempts` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`), KEY `quiz_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The settings for each quiz.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `quiz` -- LOCK TABLES `quiz` WRITE; /*!40000 ALTER TABLE `quiz` DISABLE KEYS */; /*!40000 ALTER TABLE `quiz` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `quiz_attempts` -- DROP TABLE IF EXISTS `quiz_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `quiz_attempts` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `quiz` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `attempt` mediumint(6) NOT NULL DEFAULT '0', `uniqueid` bigint(10) NOT NULL DEFAULT '0', `layout` longtext NOT NULL, `currentpage` bigint(10) NOT NULL DEFAULT '0', `preview` smallint(3) NOT NULL DEFAULT '0', `state` varchar(16) NOT NULL DEFAULT 'inprogress', `timestart` bigint(10) NOT NULL DEFAULT '0', `timefinish` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `timemodifiedoffline` bigint(10) NOT NULL DEFAULT '0', `timecheckstate` bigint(10) DEFAULT '0', `sumgrades` decimal(10,5) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `quizatte_quiuseatt_uix` (`quiz`,`userid`,`attempt`), UNIQUE KEY `quizatte_uni_uix` (`uniqueid`), KEY `quizatte_statim_ix` (`state`,`timecheckstate`), KEY `quizatte_qui_ix` (`quiz`), KEY `quizatte_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores users attempts at quizzes.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `quiz_attempts` -- LOCK TABLES `quiz_attempts` WRITE; /*!40000 ALTER TABLE `quiz_attempts` DISABLE KEYS */; /*!40000 ALTER TABLE `quiz_attempts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `quiz_feedback` -- DROP TABLE IF EXISTS `quiz_feedback`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `quiz_feedback` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `quizid` bigint(10) NOT NULL DEFAULT '0', `feedbacktext` longtext NOT NULL, `feedbacktextformat` tinyint(2) NOT NULL DEFAULT '0', `mingrade` decimal(10,5) NOT NULL DEFAULT '0.00000', `maxgrade` decimal(10,5) NOT NULL DEFAULT '0.00000', PRIMARY KEY (`id`), KEY `quizfeed_qui_ix` (`quizid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Feedback given to students based on which grade band their o'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `quiz_feedback` -- LOCK TABLES `quiz_feedback` WRITE; /*!40000 ALTER TABLE `quiz_feedback` DISABLE KEYS */; /*!40000 ALTER TABLE `quiz_feedback` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `quiz_grades` -- DROP TABLE IF EXISTS `quiz_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `quiz_grades` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `quiz` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `quizgrad_use_ix` (`userid`), KEY `quizgrad_qui_ix` (`quiz`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores the overall grade for each user on the quiz, based on'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `quiz_grades` -- LOCK TABLES `quiz_grades` WRITE; /*!40000 ALTER TABLE `quiz_grades` DISABLE KEYS */; /*!40000 ALTER TABLE `quiz_grades` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `quiz_overrides` -- DROP TABLE IF EXISTS `quiz_overrides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `quiz_overrides` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `quiz` bigint(10) NOT NULL DEFAULT '0', `groupid` bigint(10) DEFAULT NULL, `userid` bigint(10) DEFAULT NULL, `timeopen` bigint(10) DEFAULT NULL, `timeclose` bigint(10) DEFAULT NULL, `timelimit` bigint(10) DEFAULT NULL, `attempts` mediumint(6) DEFAULT NULL, `password` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`), KEY `quizover_qui_ix` (`quiz`), KEY `quizover_gro_ix` (`groupid`), KEY `quizover_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The overrides to quiz settings on a per-user and per-group b'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `quiz_overrides` -- LOCK TABLES `quiz_overrides` WRITE; /*!40000 ALTER TABLE `quiz_overrides` DISABLE KEYS */; /*!40000 ALTER TABLE `quiz_overrides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `quiz_overview_regrades` -- DROP TABLE IF EXISTS `quiz_overview_regrades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `quiz_overview_regrades` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `questionusageid` bigint(10) NOT NULL, `slot` bigint(10) NOT NULL, `newfraction` decimal(12,7) DEFAULT NULL, `oldfraction` decimal(12,7) DEFAULT NULL, `regraded` smallint(4) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `quizoverregr_queslo_ix` (`questionusageid`,`slot`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='This table records which question attempts need regrading an'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `quiz_overview_regrades` -- LOCK TABLES `quiz_overview_regrades` WRITE; /*!40000 ALTER TABLE `quiz_overview_regrades` DISABLE KEYS */; /*!40000 ALTER TABLE `quiz_overview_regrades` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `quiz_reports` -- DROP TABLE IF EXISTS `quiz_reports`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `quiz_reports` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `displayorder` bigint(10) NOT NULL, `capability` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `quizrepo_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='Lists all the installed quiz reports and their display order'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `quiz_reports` -- LOCK TABLES `quiz_reports` WRITE; /*!40000 ALTER TABLE `quiz_reports` DISABLE KEYS */; INSERT INTO `quiz_reports` VALUES (1,'grading',6000,'mod/quiz:grade'),(2,'overview',10000,NULL),(3,'responses',9000,NULL),(4,'statistics',8000,'quiz/statistics:view'); /*!40000 ALTER TABLE `quiz_reports` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `quiz_sections` -- DROP TABLE IF EXISTS `quiz_sections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `quiz_sections` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `quizid` bigint(10) NOT NULL, `firstslot` bigint(10) NOT NULL, `heading` varchar(1333) DEFAULT NULL, `shufflequestions` smallint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `quizsect_quifir_uix` (`quizid`,`firstslot`), KEY `quizsect_qui_ix` (`quizid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores sections of a quiz with section name (heading), from '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `quiz_sections` -- LOCK TABLES `quiz_sections` WRITE; /*!40000 ALTER TABLE `quiz_sections` DISABLE KEYS */; /*!40000 ALTER TABLE `quiz_sections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `quiz_slot_tags` -- DROP TABLE IF EXISTS `quiz_slot_tags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `quiz_slot_tags` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `slotid` bigint(10) DEFAULT NULL, `tagid` bigint(10) DEFAULT NULL, `tagname` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`), KEY `quizslottags_slo_ix` (`slotid`), KEY `quizslottags_tag_ix` (`tagid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores data about the tags that a question must have so that'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `quiz_slot_tags` -- LOCK TABLES `quiz_slot_tags` WRITE; /*!40000 ALTER TABLE `quiz_slot_tags` DISABLE KEYS */; /*!40000 ALTER TABLE `quiz_slot_tags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `quiz_slots` -- DROP TABLE IF EXISTS `quiz_slots`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `quiz_slots` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `slot` bigint(10) NOT NULL, `quizid` bigint(10) NOT NULL DEFAULT '0', `page` bigint(10) NOT NULL, `requireprevious` smallint(4) NOT NULL DEFAULT '0', `questionid` bigint(10) NOT NULL DEFAULT '0', `questioncategoryid` bigint(10) DEFAULT NULL, `includingsubcategories` smallint(4) DEFAULT NULL, `maxmark` decimal(12,7) NOT NULL DEFAULT '0.0000000', PRIMARY KEY (`id`), UNIQUE KEY `quizslot_quislo_uix` (`quizid`,`slot`), KEY `quizslot_qui_ix` (`quizid`), KEY `quizslot_que_ix` (`questionid`), KEY `quizslot_que2_ix` (`questioncategoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores the question used in a quiz, with the order, and for '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `quiz_slots` -- LOCK TABLES `quiz_slots` WRITE; /*!40000 ALTER TABLE `quiz_slots` DISABLE KEYS */; /*!40000 ALTER TABLE `quiz_slots` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `quiz_statistics` -- DROP TABLE IF EXISTS `quiz_statistics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `quiz_statistics` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `hashcode` varchar(40) NOT NULL DEFAULT '', `whichattempts` smallint(4) NOT NULL, `timemodified` bigint(10) NOT NULL, `firstattemptscount` bigint(10) NOT NULL, `highestattemptscount` bigint(10) NOT NULL, `lastattemptscount` bigint(10) NOT NULL, `allattemptscount` bigint(10) NOT NULL, `firstattemptsavg` decimal(15,5) DEFAULT NULL, `highestattemptsavg` decimal(15,5) DEFAULT NULL, `lastattemptsavg` decimal(15,5) DEFAULT NULL, `allattemptsavg` decimal(15,5) DEFAULT NULL, `median` decimal(15,5) DEFAULT NULL, `standarddeviation` decimal(15,5) DEFAULT NULL, `skewness` decimal(15,10) DEFAULT NULL, `kurtosis` decimal(15,5) DEFAULT NULL, `cic` decimal(15,10) DEFAULT NULL, `errorratio` decimal(15,10) DEFAULT NULL, `standarderror` decimal(15,10) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='table to cache results from analysis done in statistics repo'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `quiz_statistics` -- LOCK TABLES `quiz_statistics` WRITE; /*!40000 ALTER TABLE `quiz_statistics` DISABLE KEYS */; /*!40000 ALTER TABLE `quiz_statistics` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rating` -- DROP TABLE IF EXISTS `rating`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `rating` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `contextid` bigint(10) NOT NULL, `component` varchar(100) NOT NULL DEFAULT '', `ratingarea` varchar(50) NOT NULL DEFAULT '', `itemid` bigint(10) NOT NULL, `scaleid` bigint(10) NOT NULL, `rating` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `rati_comratconite_ix` (`component`,`ratingarea`,`contextid`,`itemid`), KEY `rati_con_ix` (`contextid`), KEY `rati_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='moodle ratings'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `rating` -- LOCK TABLES `rating` WRITE; /*!40000 ALTER TABLE `rating` DISABLE KEYS */; /*!40000 ALTER TABLE `rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `registration_hubs` -- DROP TABLE IF EXISTS `registration_hubs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `registration_hubs` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `token` varchar(255) NOT NULL DEFAULT '', `hubname` varchar(255) NOT NULL DEFAULT '', `huburl` varchar(255) NOT NULL DEFAULT '', `confirmed` tinyint(1) NOT NULL DEFAULT '0', `secret` varchar(255) DEFAULT NULL, `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='hub where the site is registered on with their associated to'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `registration_hubs` -- LOCK TABLES `registration_hubs` WRITE; /*!40000 ALTER TABLE `registration_hubs` DISABLE KEYS */; /*!40000 ALTER TABLE `registration_hubs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `relationship` -- DROP TABLE IF EXISTS `relationship`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `relationship` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `contextid` bigint(10) NOT NULL, `name` varchar(254) NOT NULL DEFAULT '', `idnumber` varchar(100) DEFAULT NULL, `description` longtext, `descriptionformat` tinyint(2) NOT NULL, `component` varchar(100) NOT NULL DEFAULT '', `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `rela_con_ix` (`contextid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Each record represents one relationship'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `relationship` -- LOCK TABLES `relationship` WRITE; /*!40000 ALTER TABLE `relationship` DISABLE KEYS */; INSERT INTO `relationship` VALUES (1,42,'Estudantes e Orientadores Tur1','','',1,'',0,1549640549),(2,42,'Estudantes e Tutores Tur1','','',1,'',0,1549640561); /*!40000 ALTER TABLE `relationship` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `relationship_cohorts` -- DROP TABLE IF EXISTS `relationship_cohorts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `relationship_cohorts` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `relationshipid` bigint(10) NOT NULL, `roleid` bigint(10) NOT NULL, `cohortid` bigint(10) NOT NULL, `allowdupsingroups` tinyint(1) NOT NULL DEFAULT '0', `uniformdistribution` tinyint(1) NOT NULL DEFAULT '0', `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `relacoho_rel_ix` (`relationshipid`), KEY `relacoho_coh_ix` (`cohortid`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='each record represents one role/cohort within a relationship'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `relationship_cohorts` -- LOCK TABLES `relationship_cohorts` WRITE; /*!40000 ALTER TABLE `relationship_cohorts` DISABLE KEYS */; INSERT INTO `relationship_cohorts` VALUES (1,1,5,1,0,1,1549626335,1549626335),(2,1,10,2,0,0,1549626346,1549626346),(3,2,5,1,0,1,1549626491,1549626491),(4,2,9,3,0,0,1549626502,1549626502); /*!40000 ALTER TABLE `relationship_cohorts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `relationship_groups` -- DROP TABLE IF EXISTS `relationship_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `relationship_groups` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `relationshipid` bigint(10) NOT NULL, `name` varchar(100) NOT NULL DEFAULT '', `userlimit` mediumint(5) NOT NULL DEFAULT '0', `uniformdistribution` tinyint(1) NOT NULL DEFAULT '0', `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `relagrou_rel_ix` (`relationshipid`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='each record represents one group within a relationship'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `relationship_groups` -- LOCK TABLES `relationship_groups` WRITE; /*!40000 ALTER TABLE `relationship_groups` DISABLE KEYS */; INSERT INTO `relationship_groups` VALUES (1,1,'Grupo Orientador F',0,1,1549626389,1549626389),(2,1,'Grupo Orientador E',0,1,1549626389,1549626389),(3,2,'Grupo Turor G',0,0,1549626528,1549626528),(4,2,'Grupo Tutor H',0,0,1549626528,1549626528); /*!40000 ALTER TABLE `relationship_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `relationship_members` -- DROP TABLE IF EXISTS `relationship_members`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `relationship_members` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `relationshipgroupid` bigint(10) NOT NULL DEFAULT '0', `relationshipcohortid` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `timeadded` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `relamemb_relreluse_uix` (`relationshipgroupid`,`relationshipcohortid`,`userid`), KEY `relamemb_rel_ix` (`relationshipcohortid`), KEY `relamemb_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COMMENT='each record representes a relationship group member'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `relationship_members` -- LOCK TABLES `relationship_members` WRITE; /*!40000 ALTER TABLE `relationship_members` DISABLE KEYS */; INSERT INTO `relationship_members` VALUES (1,1,2,12,1549626389),(2,2,2,11,1549626389),(3,1,1,5,1549626406),(4,2,1,6,1549626406),(5,1,1,7,1549626406),(6,2,1,8,1549626406),(7,3,4,13,1549626528),(8,4,4,14,1549626528),(9,3,3,5,1549626545),(10,3,3,6,1549626545),(11,3,3,7,1549626545),(12,4,3,8,1549626558); /*!40000 ALTER TABLE `relationship_members` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `repository` -- DROP TABLE IF EXISTS `repository`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `repository` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `type` varchar(255) NOT NULL DEFAULT '', `visible` tinyint(1) DEFAULT '1', `sortorder` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COMMENT='This table contains one entry for every configured external '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `repository` -- LOCK TABLES `repository` WRITE; /*!40000 ALTER TABLE `repository` DISABLE KEYS */; INSERT INTO `repository` VALUES (1,'areafiles',1,1),(2,'local',1,2),(3,'recent',1,3),(4,'upload',1,4),(5,'url',1,5),(6,'user',1,6),(7,'wikimedia',1,7); /*!40000 ALTER TABLE `repository` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `repository_instance_config` -- DROP TABLE IF EXISTS `repository_instance_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `repository_instance_config` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `instanceid` bigint(10) NOT NULL, `name` varchar(255) NOT NULL DEFAULT '', `value` longtext, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The config for intances'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `repository_instance_config` -- LOCK TABLES `repository_instance_config` WRITE; /*!40000 ALTER TABLE `repository_instance_config` DISABLE KEYS */; /*!40000 ALTER TABLE `repository_instance_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `repository_instances` -- DROP TABLE IF EXISTS `repository_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `repository_instances` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `typeid` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL DEFAULT '0', `contextid` bigint(10) NOT NULL, `username` varchar(255) DEFAULT NULL, `password` varchar(255) DEFAULT NULL, `timecreated` bigint(10) DEFAULT NULL, `timemodified` bigint(10) DEFAULT NULL, `readonly` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COMMENT='This table contains one entry for every configured external '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `repository_instances` -- LOCK TABLES `repository_instances` WRITE; /*!40000 ALTER TABLE `repository_instances` DISABLE KEYS */; INSERT INTO `repository_instances` VALUES (1,'',1,0,1,NULL,NULL,1544112055,1544112055,0),(2,'',2,0,1,NULL,NULL,1544112056,1544112056,0),(3,'',3,0,1,NULL,NULL,1544112057,1544112057,0),(4,'',4,0,1,NULL,NULL,1544112057,1544112057,0),(5,'',5,0,1,NULL,NULL,1544112057,1544112057,0),(6,'',6,0,1,NULL,NULL,1544112058,1544112058,0),(7,'',7,0,1,NULL,NULL,1544112058,1544112058,0); /*!40000 ALTER TABLE `repository_instances` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `repository_onedrive_access` -- DROP TABLE IF EXISTS `repository_onedrive_access`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `repository_onedrive_access` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `timemodified` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `usermodified` bigint(10) NOT NULL, `permissionid` varchar(255) NOT NULL DEFAULT '', `itemid` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `repoonedacce_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='List of temporary access grants.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `repository_onedrive_access` -- LOCK TABLES `repository_onedrive_access` WRITE; /*!40000 ALTER TABLE `repository_onedrive_access` DISABLE KEYS */; /*!40000 ALTER TABLE `repository_onedrive_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `resource` -- DROP TABLE IF EXISTS `resource`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `resource` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext, `introformat` smallint(4) NOT NULL DEFAULT '0', `tobemigrated` smallint(4) NOT NULL DEFAULT '0', `legacyfiles` smallint(4) NOT NULL DEFAULT '0', `legacyfileslast` bigint(10) DEFAULT NULL, `display` smallint(4) NOT NULL DEFAULT '0', `displayoptions` longtext, `filterfiles` smallint(4) NOT NULL DEFAULT '0', `revision` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `reso_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Each record is one resource and its config data'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `resource` -- LOCK TABLES `resource` WRITE; /*!40000 ALTER TABLE `resource` DISABLE KEYS */; /*!40000 ALTER TABLE `resource` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `resource_old` -- DROP TABLE IF EXISTS `resource_old`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `resource_old` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `type` varchar(30) NOT NULL DEFAULT '', `reference` varchar(255) NOT NULL DEFAULT '', `intro` longtext, `introformat` smallint(4) NOT NULL DEFAULT '0', `alltext` longtext NOT NULL, `popup` longtext NOT NULL, `options` varchar(255) NOT NULL DEFAULT '', `timemodified` bigint(10) NOT NULL DEFAULT '0', `oldid` bigint(10) NOT NULL, `cmid` bigint(10) DEFAULT NULL, `newmodule` varchar(50) DEFAULT NULL, `newid` bigint(10) DEFAULT NULL, `migrated` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `resoold_old_uix` (`oldid`), KEY `resoold_cmi_ix` (`cmid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='backup of all old resource instances from 1.9'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `resource_old` -- LOCK TABLES `resource_old` WRITE; /*!40000 ALTER TABLE `resource_old` DISABLE KEYS */; /*!40000 ALTER TABLE `resource_old` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `role` -- DROP TABLE IF EXISTS `role`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `role` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `shortname` varchar(100) NOT NULL DEFAULT '', `description` longtext NOT NULL, `sortorder` bigint(10) NOT NULL DEFAULT '0', `archetype` varchar(30) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `role_sor_uix` (`sortorder`), UNIQUE KEY `role_sho_uix` (`shortname`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COMMENT='moodle roles'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `role` -- LOCK TABLES `role` WRITE; /*!40000 ALTER TABLE `role` DISABLE KEYS */; INSERT INTO `role` VALUES (1,'','manager','',1,'manager'),(2,'','coursecreator','',2,'coursecreator'),(3,'','editingteacher','',3,'editingteacher'),(4,'','teacher','',4,'teacher'),(5,'','student','',5,'student'),(6,'','guest','',6,'guest'),(7,'','user','',7,'user'),(8,'','frontpage','',8,'frontpage'),(9,'tutor','tutor','',9,'editingteacher'),(10,'orientador','orientador','',10,'editingteacher'),(11,'Coordenador de AVEA','coordavea','

Coordenadores de AVEA têm permissão de edição nas disciplinas de seu curso.

',11,''),(12,'Webservice TCC','webservicetcc','Ferramenta de TCC',12,''); /*!40000 ALTER TABLE `role` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `role_allow_assign` -- DROP TABLE IF EXISTS `role_allow_assign`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `role_allow_assign` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `roleid` bigint(10) NOT NULL DEFAULT '0', `allowassign` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `rolealloassi_rolall_uix` (`roleid`,`allowassign`), KEY `rolealloassi_rol_ix` (`roleid`), KEY `rolealloassi_all_ix` (`allowassign`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COMMENT='this defines what role can assign what role'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `role_allow_assign` -- LOCK TABLES `role_allow_assign` WRITE; /*!40000 ALTER TABLE `role_allow_assign` DISABLE KEYS */; INSERT INTO `role_allow_assign` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,3,4),(7,3,5),(8,9,4),(9,9,5),(10,10,4),(11,10,5),(12,11,9),(13,11,10); /*!40000 ALTER TABLE `role_allow_assign` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `role_allow_override` -- DROP TABLE IF EXISTS `role_allow_override`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `role_allow_override` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `roleid` bigint(10) NOT NULL DEFAULT '0', `allowoverride` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `rolealloover_rolall_uix` (`roleid`,`allowoverride`), KEY `rolealloover_rol_ix` (`roleid`), KEY `rolealloover_all_ix` (`allowoverride`) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8 COMMENT='this defines what role can override what role'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `role_allow_override` -- LOCK TABLES `role_allow_override` WRITE; /*!40000 ALTER TABLE `role_allow_override` DISABLE KEYS */; INSERT INTO `role_allow_override` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,3,4),(10,3,5),(11,3,6),(12,9,4),(13,9,5),(14,9,6),(15,10,4),(16,10,5),(17,10,6),(18,11,5),(19,11,9),(20,11,10); /*!40000 ALTER TABLE `role_allow_override` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `role_allow_switch` -- DROP TABLE IF EXISTS `role_allow_switch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `role_allow_switch` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `roleid` bigint(10) NOT NULL, `allowswitch` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `rolealloswit_rolall_uix` (`roleid`,`allowswitch`), KEY `rolealloswit_rol_ix` (`roleid`), KEY `rolealloswit_all_ix` (`allowswitch`) ) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8 COMMENT='This table stores which which other roles a user is allowed '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `role_allow_switch` -- LOCK TABLES `role_allow_switch` WRITE; /*!40000 ALTER TABLE `role_allow_switch` DISABLE KEYS */; INSERT INTO `role_allow_switch` VALUES (1,1,3),(2,1,4),(3,1,5),(4,1,6),(5,3,4),(6,3,5),(7,3,6),(8,4,5),(9,4,6),(10,9,4),(11,9,5),(12,9,6),(13,10,4),(14,10,5),(15,10,6),(16,11,5),(17,11,9),(18,11,10); /*!40000 ALTER TABLE `role_allow_switch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `role_allow_view` -- DROP TABLE IF EXISTS `role_allow_view`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `role_allow_view` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `roleid` bigint(10) NOT NULL, `allowview` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `rolealloview_rolall_uix` (`roleid`,`allowview`), KEY `rolealloview_rol_ix` (`roleid`), KEY `rolealloview_all_ix` (`allowview`) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8 COMMENT='This table stores which which other roles a user is allowed '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `role_allow_view` -- LOCK TABLES `role_allow_view` WRITE; /*!40000 ALTER TABLE `role_allow_view` DISABLE KEYS */; INSERT INTO `role_allow_view` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,2,2),(10,2,3),(11,2,4),(12,2,5),(13,3,2),(14,3,3),(15,3,4),(16,3,5),(17,4,2),(18,4,3),(19,4,4),(20,4,5),(21,5,2),(22,5,3),(23,5,4),(24,5,5); /*!40000 ALTER TABLE `role_allow_view` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `role_assignments` -- DROP TABLE IF EXISTS `role_assignments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `role_assignments` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `roleid` bigint(10) NOT NULL DEFAULT '0', `contextid` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `modifierid` bigint(10) NOT NULL DEFAULT '0', `component` varchar(100) NOT NULL DEFAULT '', `itemid` bigint(10) NOT NULL DEFAULT '0', `sortorder` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `roleassi_sor_ix` (`sortorder`), KEY `roleassi_rolcon_ix` (`roleid`,`contextid`), KEY `roleassi_useconrol_ix` (`userid`,`contextid`,`roleid`), KEY `roleassi_comiteuse_ix` (`component`,`itemid`,`userid`), KEY `roleassi_rol_ix` (`roleid`), KEY `roleassi_con_ix` (`contextid`), KEY `roleassi_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8 COMMENT='assigning roles in different context'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `role_assignments` -- LOCK TABLES `role_assignments` WRITE; /*!40000 ALTER TABLE `role_assignments` DISABLE KEYS */; INSERT INTO `role_assignments` VALUES (1,12,1,3,1544117485,2,'',0,0),(7,5,22,5,1549626938,2,'enrol_relationship',5,0),(8,5,22,6,1549626938,2,'enrol_relationship',5,0),(9,5,22,7,1549626938,2,'enrol_relationship',5,0),(10,5,22,8,1549626938,2,'enrol_relationship',5,0),(11,9,22,13,1549626938,2,'enrol_relationship',5,0),(12,9,22,14,1549626938,2,'enrol_relationship',5,0),(13,10,22,11,1549626974,2,'enrol_cohort',6,0),(14,10,22,12,1549626974,2,'enrol_cohort',6,0),(15,11,42,9,1549628032,2,'',0,0); /*!40000 ALTER TABLE `role_assignments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `role_capabilities` -- DROP TABLE IF EXISTS `role_capabilities`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `role_capabilities` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `contextid` bigint(10) NOT NULL DEFAULT '0', `roleid` bigint(10) NOT NULL DEFAULT '0', `capability` varchar(255) NOT NULL DEFAULT '', `permission` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `modifierid` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `rolecapa_rolconcap_uix` (`roleid`,`contextid`,`capability`), KEY `rolecapa_rol_ix` (`roleid`), KEY `rolecapa_con_ix` (`contextid`), KEY `rolecapa_mod_ix` (`modifierid`), KEY `rolecapa_cap_ix` (`capability`) ) ENGINE=InnoDB AUTO_INCREMENT=2391 DEFAULT CHARSET=utf8 COMMENT='permission has to be signed, overriding a capability for a p'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `role_capabilities` -- LOCK TABLES `role_capabilities` WRITE; /*!40000 ALTER TABLE `role_capabilities` DISABLE KEYS */; INSERT INTO `role_capabilities` VALUES (1,1,1,'moodle/site:configview',1,1544111988,0),(2,1,2,'moodle/site:configview',1,1544111988,0),(3,1,1,'moodle/site:readallmessages',1,1544111988,0),(4,1,3,'moodle/site:readallmessages',1,1544111988,0),(5,1,1,'moodle/site:manageallmessaging',1,1544111988,0),(6,1,1,'moodle/site:deleteanymessage',1,1544111988,0),(7,1,1,'moodle/site:sendmessage',1,1544111988,0),(8,1,7,'moodle/site:sendmessage',1,1544111988,0),(9,1,7,'moodle/site:deleteownmessage',1,1544111988,0),(10,1,1,'moodle/site:approvecourse',1,1544111988,0),(11,1,3,'moodle/backup:backupcourse',1,1544111988,0),(12,1,1,'moodle/backup:backupcourse',1,1544111988,0),(13,1,3,'moodle/backup:backupsection',1,1544111988,0),(14,1,1,'moodle/backup:backupsection',1,1544111988,0),(15,1,3,'moodle/backup:backupactivity',1,1544111988,0),(16,1,1,'moodle/backup:backupactivity',1,1544111988,0),(17,1,3,'moodle/backup:backuptargethub',1,1544111988,0),(18,1,1,'moodle/backup:backuptargethub',1,1544111988,0),(19,1,3,'moodle/backup:backuptargetimport',1,1544111988,0),(20,1,1,'moodle/backup:backuptargetimport',1,1544111988,0),(21,1,3,'moodle/backup:downloadfile',1,1544111988,0),(22,1,1,'moodle/backup:downloadfile',1,1544111988,0),(23,1,3,'moodle/backup:configure',1,1544111988,0),(24,1,1,'moodle/backup:configure',1,1544111988,0),(25,1,1,'moodle/backup:userinfo',1,1544111988,0),(26,1,1,'moodle/backup:anonymise',1,1544111988,0),(27,1,3,'moodle/restore:restorecourse',1,1544111988,0),(28,1,1,'moodle/restore:restorecourse',1,1544111988,0),(29,1,3,'moodle/restore:restoresection',1,1544111988,0),(30,1,1,'moodle/restore:restoresection',1,1544111988,0),(31,1,3,'moodle/restore:restoreactivity',1,1544111988,0),(32,1,1,'moodle/restore:restoreactivity',1,1544111988,0),(33,1,3,'moodle/restore:viewautomatedfilearea',1,1544111988,0),(34,1,1,'moodle/restore:viewautomatedfilearea',1,1544111988,0),(35,1,3,'moodle/restore:restoretargethub',1,1544111988,0),(36,1,1,'moodle/restore:restoretargethub',1,1544111988,0),(37,1,3,'moodle/restore:restoretargetimport',1,1544111988,0),(38,1,1,'moodle/restore:restoretargetimport',1,1544111988,0),(39,1,3,'moodle/restore:uploadfile',1,1544111988,0),(40,1,1,'moodle/restore:uploadfile',1,1544111988,0),(41,1,3,'moodle/restore:configure',1,1544111988,0),(42,1,1,'moodle/restore:configure',1,1544111988,0),(43,1,2,'moodle/restore:rolldates',1,1544111988,0),(44,1,1,'moodle/restore:rolldates',1,1544111988,0),(45,1,1,'moodle/restore:userinfo',1,1544111988,0),(46,1,1,'moodle/restore:createuser',1,1544111988,0),(47,1,3,'moodle/site:manageblocks',1,1544111988,0),(48,1,1,'moodle/site:manageblocks',1,1544111988,0),(49,1,3,'moodle/site:accessallgroups',1,1544111988,0),(50,1,1,'moodle/site:accessallgroups',1,1544111988,0),(51,1,4,'moodle/site:viewfullnames',1,1544111988,0),(52,1,3,'moodle/site:viewfullnames',1,1544111988,0),(53,1,1,'moodle/site:viewfullnames',1,1544111988,0),(54,1,4,'moodle/site:viewuseridentity',1,1544111988,0),(55,1,3,'moodle/site:viewuseridentity',1,1544111989,0),(56,1,1,'moodle/site:viewuseridentity',1,1544111989,0),(57,1,4,'moodle/site:viewreports',1,1544111989,0),(58,1,3,'moodle/site:viewreports',1,1544111989,0),(59,1,1,'moodle/site:viewreports',1,1544111989,0),(60,1,3,'moodle/site:trustcontent',1,1544111989,0),(61,1,1,'moodle/site:trustcontent',1,1544111989,0),(62,1,1,'moodle/site:uploadusers',1,1544111989,0),(63,1,3,'moodle/filter:manage',1,1544111989,0),(64,1,1,'moodle/filter:manage',1,1544111989,0),(65,1,1,'moodle/user:create',1,1544111989,0),(66,1,1,'moodle/user:delete',1,1544111989,0),(67,1,1,'moodle/user:update',1,1544111989,0),(68,1,6,'moodle/user:viewdetails',1,1544111989,0),(69,1,5,'moodle/user:viewdetails',1,1544111989,0),(70,1,4,'moodle/user:viewdetails',1,1544111989,0),(71,1,3,'moodle/user:viewdetails',1,1544111989,0),(72,1,1,'moodle/user:viewdetails',1,1544111989,0),(73,1,1,'moodle/user:viewalldetails',1,1544111989,0),(74,1,1,'moodle/user:viewlastip',1,1544111989,0),(75,1,4,'moodle/user:viewhiddendetails',1,1544111989,0),(76,1,3,'moodle/user:viewhiddendetails',1,1544111989,0),(77,1,1,'moodle/user:viewhiddendetails',1,1544111989,0),(78,1,1,'moodle/user:loginas',1,1544111989,0),(79,1,1,'moodle/user:managesyspages',1,1544111989,0),(80,1,7,'moodle/user:manageownblocks',1,1544111989,0),(81,1,7,'moodle/user:manageownfiles',1,1544111989,0),(82,1,1,'moodle/my:configsyspages',1,1544111989,0),(83,1,3,'moodle/role:assign',1,1544111989,0),(84,1,1,'moodle/role:assign',1,1544111989,0),(85,1,4,'moodle/role:review',1,1544111989,0),(86,1,3,'moodle/role:review',1,1544111989,0),(87,1,1,'moodle/role:review',1,1544111989,0),(88,1,1,'moodle/role:override',1,1544111989,0),(89,1,3,'moodle/role:safeoverride',1,1544111989,0),(90,1,1,'moodle/role:manage',1,1544111989,0),(91,1,3,'moodle/role:switchroles',1,1544111989,0),(92,1,1,'moodle/role:switchroles',1,1544111989,0),(93,1,1,'moodle/category:manage',1,1544111989,0),(94,1,2,'moodle/category:viewhiddencategories',1,1544111989,0),(95,1,1,'moodle/category:viewhiddencategories',1,1544111989,0),(96,1,1,'moodle/cohort:manage',1,1544111989,0),(97,1,1,'moodle/cohort:assign',1,1544111989,0),(98,1,3,'moodle/cohort:view',1,1544111989,0),(99,1,1,'moodle/cohort:view',1,1544111989,0),(100,1,2,'moodle/course:create',1,1544111989,0),(101,1,1,'moodle/course:create',1,1544111989,0),(102,1,7,'moodle/course:request',1,1544111989,0),(103,1,1,'moodle/course:delete',1,1544111989,0),(104,1,3,'moodle/course:update',1,1544111989,0),(105,1,1,'moodle/course:update',1,1544111989,0),(106,1,1,'moodle/course:view',1,1544111989,0),(107,1,3,'moodle/course:enrolreview',1,1544111989,0),(108,1,1,'moodle/course:enrolreview',1,1544111989,0),(109,1,3,'moodle/course:enrolconfig',1,1544111989,0),(110,1,1,'moodle/course:enrolconfig',1,1544111989,0),(111,1,3,'moodle/course:reviewotherusers',1,1544111989,0),(112,1,1,'moodle/course:reviewotherusers',1,1544111989,0),(113,1,4,'moodle/course:bulkmessaging',1,1544111989,0),(114,1,3,'moodle/course:bulkmessaging',1,1544111989,0),(115,1,1,'moodle/course:bulkmessaging',1,1544111990,0),(116,1,4,'moodle/course:viewhiddenuserfields',1,1544111990,0),(117,1,3,'moodle/course:viewhiddenuserfields',1,1544111990,0),(118,1,1,'moodle/course:viewhiddenuserfields',1,1544111990,0),(119,1,2,'moodle/course:viewhiddencourses',1,1544111990,0),(120,1,4,'moodle/course:viewhiddencourses',1,1544111990,0),(121,1,3,'moodle/course:viewhiddencourses',1,1544111990,0),(122,1,1,'moodle/course:viewhiddencourses',1,1544111990,0),(123,1,3,'moodle/course:visibility',1,1544111990,0),(124,1,1,'moodle/course:visibility',1,1544111990,0),(125,1,3,'moodle/course:managefiles',1,1544111990,0),(126,1,1,'moodle/course:managefiles',1,1544111990,0),(127,1,1,'moodle/course:ignoreavailabilityrestrictions',1,1544111990,0),(128,1,2,'moodle/course:ignoreavailabilityrestrictions',1,1544111990,0),(129,1,3,'moodle/course:ignoreavailabilityrestrictions',1,1544111990,0),(130,1,4,'moodle/course:ignoreavailabilityrestrictions',1,1544111990,0),(131,1,3,'moodle/course:manageactivities',1,1544111990,0),(132,1,1,'moodle/course:manageactivities',1,1544111990,0),(133,1,3,'moodle/course:activityvisibility',1,1544111990,0),(134,1,1,'moodle/course:activityvisibility',1,1544111990,0),(135,1,4,'moodle/course:viewhiddenactivities',1,1544111990,0),(136,1,3,'moodle/course:viewhiddenactivities',1,1544111990,0),(137,1,1,'moodle/course:viewhiddenactivities',1,1544111990,0),(138,1,5,'moodle/course:viewparticipants',1,1544111990,0),(139,1,4,'moodle/course:viewparticipants',1,1544111990,0),(140,1,3,'moodle/course:viewparticipants',1,1544111990,0),(141,1,1,'moodle/course:viewparticipants',1,1544111990,0),(142,1,3,'moodle/course:changefullname',1,1544111990,0),(143,1,1,'moodle/course:changefullname',1,1544111990,0),(144,1,3,'moodle/course:changeshortname',1,1544111990,0),(145,1,1,'moodle/course:changeshortname',1,1544111990,0),(146,1,3,'moodle/course:renameroles',1,1544111990,0),(147,1,1,'moodle/course:renameroles',1,1544111990,0),(148,1,3,'moodle/course:changeidnumber',1,1544111990,0),(149,1,1,'moodle/course:changeidnumber',1,1544111990,0),(150,1,3,'moodle/course:changecategory',1,1544111990,0),(151,1,1,'moodle/course:changecategory',1,1544111990,0),(152,1,3,'moodle/course:changesummary',1,1544111990,0),(153,1,1,'moodle/course:changesummary',1,1544111990,0),(154,1,3,'moodle/course:setforcedlanguage',1,1544111990,0),(155,1,1,'moodle/course:setforcedlanguage',1,1544111990,0),(156,1,1,'moodle/site:viewparticipants',1,1544111990,0),(157,1,5,'moodle/course:isincompletionreports',1,1544111990,0),(158,1,5,'moodle/course:viewscales',1,1544111990,0),(159,1,4,'moodle/course:viewscales',1,1544111990,0),(160,1,3,'moodle/course:viewscales',1,1544111990,0),(161,1,1,'moodle/course:viewscales',1,1544111990,0),(162,1,3,'moodle/course:managescales',1,1544111990,0),(163,1,1,'moodle/course:managescales',1,1544111990,0),(164,1,3,'moodle/course:managegroups',1,1544111990,0),(165,1,1,'moodle/course:managegroups',1,1544111990,0),(166,1,3,'moodle/course:reset',1,1544111990,0),(167,1,1,'moodle/course:reset',1,1544111990,0),(168,1,3,'moodle/course:viewsuspendedusers',1,1544111990,0),(169,1,1,'moodle/course:viewsuspendedusers',1,1544111990,0),(170,1,1,'moodle/course:tag',1,1544111990,0),(171,1,3,'moodle/course:tag',1,1544111990,0),(172,1,6,'moodle/blog:view',1,1544111990,0),(173,1,7,'moodle/blog:view',1,1544111990,0),(174,1,5,'moodle/blog:view',1,1544111990,0),(175,1,4,'moodle/blog:view',1,1544111990,0),(176,1,3,'moodle/blog:view',1,1544111990,0),(177,1,1,'moodle/blog:view',1,1544111990,0),(178,1,6,'moodle/blog:search',1,1544111990,0),(179,1,7,'moodle/blog:search',1,1544111990,0),(180,1,5,'moodle/blog:search',1,1544111990,0),(181,1,4,'moodle/blog:search',1,1544111990,0),(182,1,3,'moodle/blog:search',1,1544111990,0),(183,1,1,'moodle/blog:search',1,1544111990,0),(184,1,1,'moodle/blog:viewdrafts',1,1544111990,0),(185,1,7,'moodle/blog:create',1,1544111991,0),(186,1,1,'moodle/blog:create',1,1544111991,0),(187,1,4,'moodle/blog:manageentries',1,1544111991,0),(188,1,3,'moodle/blog:manageentries',1,1544111991,0),(189,1,1,'moodle/blog:manageentries',1,1544111991,0),(190,1,5,'moodle/blog:manageexternal',1,1544111991,0),(191,1,7,'moodle/blog:manageexternal',1,1544111991,0),(192,1,4,'moodle/blog:manageexternal',1,1544111991,0),(193,1,3,'moodle/blog:manageexternal',1,1544111991,0),(194,1,1,'moodle/blog:manageexternal',1,1544111991,0),(195,1,7,'moodle/calendar:manageownentries',1,1544111991,0),(196,1,1,'moodle/calendar:manageownentries',1,1544111991,0),(197,1,4,'moodle/calendar:managegroupentries',1,1544111991,0),(198,1,3,'moodle/calendar:managegroupentries',1,1544111991,0),(199,1,1,'moodle/calendar:managegroupentries',1,1544111991,0),(200,1,4,'moodle/calendar:manageentries',1,1544111991,0),(201,1,3,'moodle/calendar:manageentries',1,1544111991,0),(202,1,1,'moodle/calendar:manageentries',1,1544111991,0),(203,1,1,'moodle/user:editprofile',1,1544111991,0),(204,1,6,'moodle/user:editownprofile',-1000,1544111991,0),(205,1,7,'moodle/user:editownprofile',1,1544111991,0),(206,1,1,'moodle/user:editownprofile',1,1544111991,0),(207,1,6,'moodle/user:changeownpassword',-1000,1544111991,0),(208,1,7,'moodle/user:changeownpassword',1,1544111991,0),(209,1,1,'moodle/user:changeownpassword',1,1544111991,0),(210,1,5,'moodle/user:readuserposts',1,1544111991,0),(211,1,4,'moodle/user:readuserposts',1,1544111991,0),(212,1,3,'moodle/user:readuserposts',1,1544111991,0),(213,1,1,'moodle/user:readuserposts',1,1544111991,0),(214,1,5,'moodle/user:readuserblogs',1,1544111991,0),(215,1,4,'moodle/user:readuserblogs',1,1544111991,0),(216,1,3,'moodle/user:readuserblogs',1,1544111991,0),(217,1,1,'moodle/user:readuserblogs',1,1544111991,0),(218,1,1,'moodle/user:editmessageprofile',1,1544111991,0),(219,1,6,'moodle/user:editownmessageprofile',-1000,1544111991,0),(220,1,7,'moodle/user:editownmessageprofile',1,1544111991,0),(221,1,1,'moodle/user:editownmessageprofile',1,1544111991,0),(222,1,3,'moodle/question:managecategory',1,1544111991,0),(223,1,1,'moodle/question:managecategory',1,1544111991,0),(224,1,3,'moodle/question:add',1,1544111991,0),(225,1,1,'moodle/question:add',1,1544111991,0),(226,1,3,'moodle/question:editmine',1,1544111991,0),(227,1,1,'moodle/question:editmine',1,1544111991,0),(228,1,3,'moodle/question:editall',1,1544111991,0),(229,1,1,'moodle/question:editall',1,1544111991,0),(230,1,3,'moodle/question:viewmine',1,1544111991,0),(231,1,1,'moodle/question:viewmine',1,1544111991,0),(232,1,3,'moodle/question:viewall',1,1544111991,0),(233,1,1,'moodle/question:viewall',1,1544111991,0),(234,1,3,'moodle/question:usemine',1,1544111991,0),(235,1,1,'moodle/question:usemine',1,1544111991,0),(236,1,3,'moodle/question:useall',1,1544111991,0),(237,1,1,'moodle/question:useall',1,1544111991,0),(238,1,3,'moodle/question:movemine',1,1544111991,0),(239,1,1,'moodle/question:movemine',1,1544111991,0),(240,1,3,'moodle/question:moveall',1,1544111991,0),(241,1,1,'moodle/question:moveall',1,1544111991,0),(242,1,1,'moodle/question:config',1,1544111991,0),(243,1,5,'moodle/question:flag',1,1544111991,0),(244,1,4,'moodle/question:flag',1,1544111991,0),(245,1,3,'moodle/question:flag',1,1544111991,0),(246,1,1,'moodle/question:flag',1,1544111991,0),(247,1,3,'moodle/question:tagmine',1,1544111991,0),(248,1,1,'moodle/question:tagmine',1,1544111991,0),(249,1,3,'moodle/question:tagall',1,1544111991,0),(250,1,1,'moodle/question:tagall',1,1544111991,0),(251,1,4,'moodle/site:doclinks',1,1544111992,0),(252,1,3,'moodle/site:doclinks',1,1544111992,0),(253,1,1,'moodle/site:doclinks',1,1544111992,0),(254,1,3,'moodle/course:sectionvisibility',1,1544111992,0),(255,1,1,'moodle/course:sectionvisibility',1,1544111992,0),(256,1,3,'moodle/course:useremail',1,1544111992,0),(257,1,1,'moodle/course:useremail',1,1544111992,0),(258,1,3,'moodle/course:viewhiddensections',1,1544111992,0),(259,1,1,'moodle/course:viewhiddensections',1,1544111992,0),(260,1,3,'moodle/course:setcurrentsection',1,1544111992,0),(261,1,1,'moodle/course:setcurrentsection',1,1544111992,0),(262,1,3,'moodle/course:movesections',1,1544111992,0),(263,1,1,'moodle/course:movesections',1,1544111992,0),(264,1,4,'moodle/grade:viewall',1,1544111992,0),(265,1,3,'moodle/grade:viewall',1,1544111992,0),(266,1,1,'moodle/grade:viewall',1,1544111992,0),(267,1,5,'moodle/grade:view',1,1544111992,0),(268,1,4,'moodle/grade:viewhidden',1,1544111992,0),(269,1,3,'moodle/grade:viewhidden',1,1544111992,0),(270,1,1,'moodle/grade:viewhidden',1,1544111992,0),(271,1,3,'moodle/grade:import',1,1544111992,0),(272,1,1,'moodle/grade:import',1,1544111992,0),(273,1,4,'moodle/grade:export',1,1544111992,0),(274,1,3,'moodle/grade:export',1,1544111992,0),(275,1,1,'moodle/grade:export',1,1544111992,0),(276,1,3,'moodle/grade:manage',1,1544111992,0),(277,1,1,'moodle/grade:manage',1,1544111992,0),(278,1,3,'moodle/grade:edit',1,1544111992,0),(279,1,1,'moodle/grade:edit',1,1544111992,0),(280,1,3,'moodle/grade:managegradingforms',1,1544111992,0),(281,1,1,'moodle/grade:managegradingforms',1,1544111992,0),(282,1,1,'moodle/grade:sharegradingforms',1,1544111992,0),(283,1,1,'moodle/grade:managesharedforms',1,1544111992,0),(284,1,3,'moodle/grade:manageoutcomes',1,1544111992,0),(285,1,1,'moodle/grade:manageoutcomes',1,1544111992,0),(286,1,3,'moodle/grade:manageletters',1,1544111992,0),(287,1,1,'moodle/grade:manageletters',1,1544111992,0),(288,1,3,'moodle/grade:hide',1,1544111992,0),(289,1,1,'moodle/grade:hide',1,1544111992,0),(290,1,3,'moodle/grade:lock',1,1544111992,0),(291,1,1,'moodle/grade:lock',1,1544111992,0),(292,1,3,'moodle/grade:unlock',1,1544111992,0),(293,1,1,'moodle/grade:unlock',1,1544111992,0),(294,1,7,'moodle/my:manageblocks',1,1544111992,0),(295,1,4,'moodle/notes:view',1,1544111992,0),(296,1,3,'moodle/notes:view',1,1544111992,0),(297,1,1,'moodle/notes:view',1,1544111992,0),(298,1,4,'moodle/notes:manage',1,1544111992,0),(299,1,3,'moodle/notes:manage',1,1544111992,0),(300,1,1,'moodle/notes:manage',1,1544111992,0),(301,1,1,'moodle/tag:manage',1,1544111992,0),(302,1,1,'moodle/tag:edit',1,1544111992,0),(303,1,7,'moodle/tag:flag',1,1544111992,0),(304,1,4,'moodle/tag:editblocks',1,1544111992,0),(305,1,3,'moodle/tag:editblocks',1,1544111992,0),(306,1,1,'moodle/tag:editblocks',1,1544111992,0),(307,1,6,'moodle/block:view',1,1544111992,0),(308,1,7,'moodle/block:view',1,1544111992,0),(309,1,5,'moodle/block:view',1,1544111992,0),(310,1,4,'moodle/block:view',1,1544111992,0),(311,1,3,'moodle/block:view',1,1544111992,0),(312,1,3,'moodle/block:edit',1,1544111992,0),(313,1,1,'moodle/block:edit',1,1544111992,0),(314,1,7,'moodle/portfolio:export',1,1544111992,0),(315,1,5,'moodle/portfolio:export',1,1544111992,0),(316,1,4,'moodle/portfolio:export',1,1544111993,0),(317,1,3,'moodle/portfolio:export',1,1544111993,0),(318,1,8,'moodle/comment:view',1,1544111993,0),(319,1,6,'moodle/comment:view',1,1544111993,0),(320,1,7,'moodle/comment:view',1,1544111993,0),(321,1,5,'moodle/comment:view',1,1544111993,0),(322,1,4,'moodle/comment:view',1,1544111993,0),(323,1,3,'moodle/comment:view',1,1544111993,0),(324,1,1,'moodle/comment:view',1,1544111993,0),(325,1,7,'moodle/comment:post',1,1544111993,0),(326,1,5,'moodle/comment:post',1,1544111993,0),(327,1,4,'moodle/comment:post',1,1544111993,0),(328,1,3,'moodle/comment:post',1,1544111993,0),(329,1,1,'moodle/comment:post',1,1544111993,0),(330,1,3,'moodle/comment:delete',1,1544111993,0),(331,1,1,'moodle/comment:delete',1,1544111993,0),(332,1,1,'moodle/webservice:createtoken',1,1544111993,0),(333,1,7,'moodle/webservice:createmobiletoken',1,1544111993,0),(334,1,7,'moodle/rating:view',1,1544111993,0),(335,1,5,'moodle/rating:view',1,1544111993,0),(336,1,4,'moodle/rating:view',1,1544111993,0),(337,1,3,'moodle/rating:view',1,1544111993,0),(338,1,1,'moodle/rating:view',1,1544111993,0),(339,1,7,'moodle/rating:viewany',1,1544111993,0),(340,1,5,'moodle/rating:viewany',1,1544111993,0),(341,1,4,'moodle/rating:viewany',1,1544111993,0),(342,1,3,'moodle/rating:viewany',1,1544111993,0),(343,1,1,'moodle/rating:viewany',1,1544111993,0),(344,1,7,'moodle/rating:viewall',1,1544111993,0),(345,1,5,'moodle/rating:viewall',1,1544111993,0),(346,1,4,'moodle/rating:viewall',1,1544111993,0),(347,1,3,'moodle/rating:viewall',1,1544111993,0),(348,1,1,'moodle/rating:viewall',1,1544111993,0),(349,1,7,'moodle/rating:rate',1,1544111993,0),(350,1,5,'moodle/rating:rate',1,1544111993,0),(351,1,4,'moodle/rating:rate',1,1544111993,0),(352,1,3,'moodle/rating:rate',1,1544111993,0),(353,1,1,'moodle/rating:rate',1,1544111993,0),(354,1,1,'moodle/course:publish',1,1544111993,0),(355,1,4,'moodle/course:markcomplete',1,1544111993,0),(356,1,3,'moodle/course:markcomplete',1,1544111993,0),(357,1,1,'moodle/course:markcomplete',1,1544111993,0),(358,1,4,'moodle/course:overridecompletion',1,1544111993,0),(359,1,3,'moodle/course:overridecompletion',1,1544111993,0),(360,1,1,'moodle/course:overridecompletion',1,1544111993,0),(361,1,1,'moodle/community:add',1,1544111993,0),(362,1,4,'moodle/community:add',1,1544111993,0),(363,1,3,'moodle/community:add',1,1544111993,0),(364,1,1,'moodle/community:download',1,1544111993,0),(365,1,3,'moodle/community:download',1,1544111993,0),(366,1,1,'moodle/badges:manageglobalsettings',1,1544111993,0),(367,1,7,'moodle/badges:viewbadges',1,1544111993,0),(368,1,7,'moodle/badges:manageownbadges',1,1544111993,0),(369,1,7,'moodle/badges:viewotherbadges',1,1544111993,0),(370,1,7,'moodle/badges:earnbadge',1,1544111993,0),(371,1,1,'moodle/badges:createbadge',1,1544111993,0),(372,1,3,'moodle/badges:createbadge',1,1544111993,0),(373,1,1,'moodle/badges:deletebadge',1,1544111993,0),(374,1,3,'moodle/badges:deletebadge',1,1544111993,0),(375,1,1,'moodle/badges:configuredetails',1,1544111993,0),(376,1,3,'moodle/badges:configuredetails',1,1544111993,0),(377,1,1,'moodle/badges:configurecriteria',1,1544111993,0),(378,1,3,'moodle/badges:configurecriteria',1,1544111993,0),(379,1,1,'moodle/badges:configuremessages',1,1544111993,0),(380,1,3,'moodle/badges:configuremessages',1,1544111993,0),(381,1,1,'moodle/badges:awardbadge',1,1544111993,0),(382,1,4,'moodle/badges:awardbadge',1,1544111993,0),(383,1,3,'moodle/badges:awardbadge',1,1544111993,0),(384,1,1,'moodle/badges:revokebadge',1,1544111993,0),(385,1,4,'moodle/badges:revokebadge',1,1544111993,0),(386,1,3,'moodle/badges:revokebadge',1,1544111993,0),(387,1,1,'moodle/badges:viewawarded',1,1544111994,0),(388,1,4,'moodle/badges:viewawarded',1,1544111994,0),(389,1,3,'moodle/badges:viewawarded',1,1544111994,0),(390,1,6,'moodle/search:query',1,1544111994,0),(391,1,7,'moodle/search:query',1,1544111994,0),(392,1,5,'moodle/search:query',1,1544111994,0),(393,1,4,'moodle/search:query',1,1544111994,0),(394,1,3,'moodle/search:query',1,1544111994,0),(395,1,1,'moodle/search:query',1,1544111994,0),(396,1,1,'moodle/competency:competencymanage',1,1544111994,0),(397,1,7,'moodle/competency:competencyview',1,1544111994,0),(398,1,3,'moodle/competency:competencygrade',1,1544111994,0),(399,1,4,'moodle/competency:competencygrade',1,1544111994,0),(400,1,1,'moodle/competency:competencygrade',1,1544111994,0),(401,1,3,'moodle/competency:coursecompetencymanage',1,1544111994,0),(402,1,1,'moodle/competency:coursecompetencymanage',1,1544111994,0),(403,1,1,'moodle/competency:coursecompetencyconfigure',1,1544111994,0),(404,1,5,'moodle/competency:coursecompetencygradable',1,1544111994,0),(405,1,7,'moodle/competency:coursecompetencyview',1,1544111994,0),(406,1,1,'moodle/competency:planmanage',1,1544111994,0),(407,1,1,'moodle/competency:planmanagedraft',1,1544111994,0),(408,1,1,'moodle/competency:planview',1,1544111994,0),(409,1,1,'moodle/competency:planviewdraft',1,1544111994,0),(410,1,7,'moodle/competency:planviewown',1,1544111994,0),(411,1,1,'moodle/competency:planrequestreview',1,1544111994,0),(412,1,7,'moodle/competency:planrequestreviewown',1,1544111994,0),(413,1,1,'moodle/competency:planreview',1,1544111994,0),(414,1,1,'moodle/competency:plancomment',1,1544111994,0),(415,1,7,'moodle/competency:plancommentown',1,1544111994,0),(416,1,1,'moodle/competency:usercompetencyview',1,1544111994,0),(417,1,3,'moodle/competency:usercompetencyview',1,1544111994,0),(418,1,4,'moodle/competency:usercompetencyview',1,1544111994,0),(419,1,1,'moodle/competency:usercompetencyrequestreview',1,1544111994,0),(420,1,7,'moodle/competency:usercompetencyrequestreviewown',1,1544111994,0),(421,1,1,'moodle/competency:usercompetencyreview',1,1544111994,0),(422,1,1,'moodle/competency:usercompetencycomment',1,1544111994,0),(423,1,7,'moodle/competency:usercompetencycommentown',1,1544111994,0),(424,1,1,'moodle/competency:templatemanage',1,1544111994,0),(425,1,4,'moodle/analytics:listinsights',1,1544111994,0),(426,1,3,'moodle/analytics:listinsights',1,1544111994,0),(427,1,1,'moodle/analytics:listinsights',1,1544111994,0),(428,1,1,'moodle/analytics:managemodels',1,1544111994,0),(429,1,1,'moodle/competency:templateview',1,1544111994,0),(430,1,1,'moodle/competency:userevidencemanage',1,1544111994,0),(431,1,7,'moodle/competency:userevidencemanageown',1,1544111994,0),(432,1,1,'moodle/competency:userevidenceview',1,1544111994,0),(433,1,6,'mod/assign:view',1,1544112015,0),(434,1,5,'mod/assign:view',1,1544112015,0),(435,1,4,'mod/assign:view',1,1544112015,0),(436,1,3,'mod/assign:view',1,1544112015,0),(437,1,1,'mod/assign:view',1,1544112015,0),(438,1,5,'mod/assign:submit',1,1544112015,0),(439,1,4,'mod/assign:grade',1,1544112015,0),(440,1,3,'mod/assign:grade',1,1544112015,0),(441,1,1,'mod/assign:grade',1,1544112015,0),(442,1,4,'mod/assign:exportownsubmission',1,1544112015,0),(443,1,3,'mod/assign:exportownsubmission',1,1544112015,0),(444,1,1,'mod/assign:exportownsubmission',1,1544112015,0),(445,1,5,'mod/assign:exportownsubmission',1,1544112015,0),(446,1,3,'mod/assign:addinstance',1,1544112015,0),(447,1,1,'mod/assign:addinstance',1,1544112015,0),(448,1,4,'mod/assign:grantextension',1,1544112015,0),(449,1,3,'mod/assign:grantextension',1,1544112015,0),(450,1,1,'mod/assign:grantextension',1,1544112015,0),(451,1,3,'mod/assign:revealidentities',1,1544112015,0),(452,1,1,'mod/assign:revealidentities',1,1544112015,0),(453,1,3,'mod/assign:reviewgrades',1,1544112015,0),(454,1,1,'mod/assign:reviewgrades',1,1544112015,0),(455,1,3,'mod/assign:releasegrades',1,1544112015,0),(456,1,1,'mod/assign:releasegrades',1,1544112015,0),(457,1,3,'mod/assign:managegrades',1,1544112015,0),(458,1,1,'mod/assign:managegrades',1,1544112015,0),(459,1,3,'mod/assign:manageallocations',1,1544112015,0),(460,1,1,'mod/assign:manageallocations',1,1544112015,0),(461,1,3,'mod/assign:viewgrades',1,1544112015,0),(462,1,1,'mod/assign:viewgrades',1,1544112015,0),(463,1,4,'mod/assign:viewgrades',1,1544112015,0),(464,1,1,'mod/assign:viewblinddetails',1,1544112015,0),(465,1,4,'mod/assign:receivegradernotifications',1,1544112015,0),(466,1,3,'mod/assign:receivegradernotifications',1,1544112015,0),(467,1,1,'mod/assign:receivegradernotifications',1,1544112015,0),(468,1,3,'mod/assign:manageoverrides',1,1544112015,0),(469,1,1,'mod/assign:manageoverrides',1,1544112015,0),(470,1,6,'mod/assignment:view',1,1544112016,0),(471,1,5,'mod/assignment:view',1,1544112016,0),(472,1,4,'mod/assignment:view',1,1544112016,0),(473,1,3,'mod/assignment:view',1,1544112016,0),(474,1,1,'mod/assignment:view',1,1544112016,0),(475,1,3,'mod/assignment:addinstance',1,1544112016,0),(476,1,1,'mod/assignment:addinstance',1,1544112016,0),(477,1,5,'mod/assignment:submit',1,1544112016,0),(478,1,4,'mod/assignment:grade',1,1544112016,0),(479,1,3,'mod/assignment:grade',1,1544112016,0),(480,1,1,'mod/assignment:grade',1,1544112016,0),(481,1,4,'mod/assignment:exportownsubmission',1,1544112016,0),(482,1,3,'mod/assignment:exportownsubmission',1,1544112016,0),(483,1,1,'mod/assignment:exportownsubmission',1,1544112016,0),(484,1,5,'mod/assignment:exportownsubmission',1,1544112016,0),(485,1,3,'mod/book:addinstance',1,1544112017,0),(486,1,1,'mod/book:addinstance',1,1544112017,0),(487,1,6,'mod/book:read',1,1544112017,0),(488,1,8,'mod/book:read',1,1544112017,0),(489,1,5,'mod/book:read',1,1544112017,0),(490,1,4,'mod/book:read',1,1544112017,0),(491,1,3,'mod/book:read',1,1544112017,0),(492,1,1,'mod/book:read',1,1544112017,0),(493,1,4,'mod/book:viewhiddenchapters',1,1544112017,0),(494,1,3,'mod/book:viewhiddenchapters',1,1544112017,0),(495,1,1,'mod/book:viewhiddenchapters',1,1544112017,0),(496,1,3,'mod/book:edit',1,1544112017,0),(497,1,1,'mod/book:edit',1,1544112017,0),(498,1,3,'mod/chat:addinstance',1,1544112017,0),(499,1,1,'mod/chat:addinstance',1,1544112017,0),(500,1,5,'mod/chat:chat',1,1544112017,0),(501,1,4,'mod/chat:chat',1,1544112017,0),(502,1,3,'mod/chat:chat',1,1544112017,0),(503,1,1,'mod/chat:chat',1,1544112017,0),(504,1,5,'mod/chat:readlog',1,1544112017,0),(505,1,4,'mod/chat:readlog',1,1544112017,0),(506,1,3,'mod/chat:readlog',1,1544112017,0),(507,1,1,'mod/chat:readlog',1,1544112017,0),(508,1,4,'mod/chat:deletelog',1,1544112017,0),(509,1,3,'mod/chat:deletelog',1,1544112017,0),(510,1,1,'mod/chat:deletelog',1,1544112017,0),(511,1,4,'mod/chat:exportparticipatedsession',1,1544112017,0),(512,1,3,'mod/chat:exportparticipatedsession',1,1544112017,0),(513,1,1,'mod/chat:exportparticipatedsession',1,1544112017,0),(514,1,4,'mod/chat:exportsession',1,1544112017,0),(515,1,3,'mod/chat:exportsession',1,1544112017,0),(516,1,1,'mod/chat:exportsession',1,1544112017,0),(517,1,7,'mod/chat:view',1,1544112017,0),(518,1,6,'mod/chat:view',1,1544112017,0),(519,1,3,'mod/choice:addinstance',1,1544112018,0),(520,1,1,'mod/choice:addinstance',1,1544112018,0),(521,1,5,'mod/choice:choose',1,1544112018,0),(522,1,4,'mod/choice:choose',1,1544112018,0),(523,1,3,'mod/choice:choose',1,1544112018,0),(524,1,4,'mod/choice:readresponses',1,1544112018,0),(525,1,3,'mod/choice:readresponses',1,1544112018,0),(526,1,1,'mod/choice:readresponses',1,1544112018,0),(527,1,4,'mod/choice:deleteresponses',1,1544112018,0),(528,1,3,'mod/choice:deleteresponses',1,1544112018,0),(529,1,1,'mod/choice:deleteresponses',1,1544112018,0),(530,1,4,'mod/choice:downloadresponses',1,1544112018,0),(531,1,3,'mod/choice:downloadresponses',1,1544112018,0),(532,1,1,'mod/choice:downloadresponses',1,1544112018,0),(533,1,7,'mod/choice:view',1,1544112018,0),(534,1,6,'mod/choice:view',1,1544112018,0),(535,1,3,'mod/data:addinstance',1,1544112019,0),(536,1,1,'mod/data:addinstance',1,1544112019,0),(537,1,8,'mod/data:viewentry',1,1544112019,0),(538,1,6,'mod/data:viewentry',1,1544112019,0),(539,1,5,'mod/data:viewentry',1,1544112019,0),(540,1,4,'mod/data:viewentry',1,1544112019,0),(541,1,3,'mod/data:viewentry',1,1544112019,0),(542,1,1,'mod/data:viewentry',1,1544112019,0),(543,1,5,'mod/data:writeentry',1,1544112019,0),(544,1,4,'mod/data:writeentry',1,1544112019,0),(545,1,3,'mod/data:writeentry',1,1544112019,0),(546,1,1,'mod/data:writeentry',1,1544112019,0),(547,1,5,'mod/data:comment',1,1544112019,0),(548,1,4,'mod/data:comment',1,1544112019,0),(549,1,3,'mod/data:comment',1,1544112019,0),(550,1,1,'mod/data:comment',1,1544112019,0),(551,1,4,'mod/data:rate',1,1544112019,0),(552,1,3,'mod/data:rate',1,1544112019,0),(553,1,1,'mod/data:rate',1,1544112019,0),(554,1,4,'mod/data:viewrating',1,1544112019,0),(555,1,3,'mod/data:viewrating',1,1544112019,0),(556,1,1,'mod/data:viewrating',1,1544112019,0),(557,1,4,'mod/data:viewanyrating',1,1544112019,0),(558,1,3,'mod/data:viewanyrating',1,1544112019,0),(559,1,1,'mod/data:viewanyrating',1,1544112019,0),(560,1,4,'mod/data:viewallratings',1,1544112019,0),(561,1,3,'mod/data:viewallratings',1,1544112019,0),(562,1,1,'mod/data:viewallratings',1,1544112019,0),(563,1,4,'mod/data:approve',1,1544112019,0),(564,1,3,'mod/data:approve',1,1544112019,0),(565,1,1,'mod/data:approve',1,1544112019,0),(566,1,4,'mod/data:manageentries',1,1544112019,0),(567,1,3,'mod/data:manageentries',1,1544112019,0),(568,1,1,'mod/data:manageentries',1,1544112019,0),(569,1,4,'mod/data:managecomments',1,1544112019,0),(570,1,3,'mod/data:managecomments',1,1544112019,0),(571,1,1,'mod/data:managecomments',1,1544112019,0),(572,1,3,'mod/data:managetemplates',1,1544112019,0),(573,1,1,'mod/data:managetemplates',1,1544112019,0),(574,1,4,'mod/data:viewalluserpresets',1,1544112019,0),(575,1,3,'mod/data:viewalluserpresets',1,1544112019,0),(576,1,1,'mod/data:viewalluserpresets',1,1544112019,0),(577,1,1,'mod/data:manageuserpresets',1,1544112019,0),(578,1,1,'mod/data:exportentry',1,1544112019,0),(579,1,4,'mod/data:exportentry',1,1544112019,0),(580,1,3,'mod/data:exportentry',1,1544112019,0),(581,1,1,'mod/data:exportownentry',1,1544112019,0),(582,1,4,'mod/data:exportownentry',1,1544112019,0),(583,1,3,'mod/data:exportownentry',1,1544112019,0),(584,1,5,'mod/data:exportownentry',1,1544112019,0),(585,1,1,'mod/data:exportallentries',1,1544112019,0),(586,1,4,'mod/data:exportallentries',1,1544112019,0),(587,1,3,'mod/data:exportallentries',1,1544112019,0),(588,1,1,'mod/data:exportuserinfo',1,1544112019,0),(589,1,4,'mod/data:exportuserinfo',1,1544112019,0),(590,1,3,'mod/data:exportuserinfo',1,1544112019,0),(591,1,6,'mod/data:view',1,1544112019,0),(592,1,5,'mod/data:view',1,1544112019,0),(593,1,4,'mod/data:view',1,1544112019,0),(594,1,3,'mod/data:view',1,1544112019,0),(595,1,1,'mod/data:view',1,1544112019,0),(596,1,3,'mod/feedback:addinstance',1,1544112020,0),(597,1,1,'mod/feedback:addinstance',1,1544112020,0),(598,1,6,'mod/feedback:view',1,1544112020,0),(599,1,8,'mod/feedback:view',1,1544112020,0),(600,1,5,'mod/feedback:view',1,1544112020,0),(601,1,4,'mod/feedback:view',1,1544112020,0),(602,1,3,'mod/feedback:view',1,1544112020,0),(603,1,1,'mod/feedback:view',1,1544112020,0),(604,1,8,'mod/feedback:complete',1,1544112020,0),(605,1,5,'mod/feedback:complete',1,1544112020,0),(606,1,5,'mod/feedback:viewanalysepage',1,1544112020,0),(607,1,3,'mod/feedback:viewanalysepage',1,1544112020,0),(608,1,1,'mod/feedback:viewanalysepage',1,1544112020,0),(609,1,3,'mod/feedback:deletesubmissions',1,1544112020,0),(610,1,1,'mod/feedback:deletesubmissions',1,1544112020,0),(611,1,1,'mod/feedback:mapcourse',1,1544112020,0),(612,1,3,'mod/feedback:edititems',1,1544112020,0),(613,1,1,'mod/feedback:edititems',1,1544112020,0),(614,1,3,'mod/feedback:createprivatetemplate',1,1544112021,0),(615,1,1,'mod/feedback:createprivatetemplate',1,1544112021,0),(616,1,3,'mod/feedback:createpublictemplate',1,1544112021,0),(617,1,1,'mod/feedback:createpublictemplate',1,1544112021,0),(618,1,3,'mod/feedback:deletetemplate',1,1544112021,0),(619,1,1,'mod/feedback:deletetemplate',1,1544112021,0),(620,1,4,'mod/feedback:viewreports',1,1544112021,0),(621,1,3,'mod/feedback:viewreports',1,1544112021,0),(622,1,1,'mod/feedback:viewreports',1,1544112021,0),(623,1,4,'mod/feedback:receivemail',1,1544112021,0),(624,1,3,'mod/feedback:receivemail',1,1544112021,0),(625,1,3,'mod/folder:addinstance',1,1544112021,0),(626,1,1,'mod/folder:addinstance',1,1544112021,0),(627,1,6,'mod/folder:view',1,1544112021,0),(628,1,7,'mod/folder:view',1,1544112021,0),(629,1,3,'mod/folder:managefiles',1,1544112021,0),(630,1,3,'mod/forum:addinstance',1,1544112022,0),(631,1,1,'mod/forum:addinstance',1,1544112022,0),(632,1,8,'mod/forum:viewdiscussion',1,1544112022,0),(633,1,6,'mod/forum:viewdiscussion',1,1544112022,0),(634,1,5,'mod/forum:viewdiscussion',1,1544112022,0),(635,1,4,'mod/forum:viewdiscussion',1,1544112022,0),(636,1,3,'mod/forum:viewdiscussion',1,1544112022,0),(637,1,1,'mod/forum:viewdiscussion',1,1544112022,0),(638,1,4,'mod/forum:viewhiddentimedposts',1,1544112022,0),(639,1,3,'mod/forum:viewhiddentimedposts',1,1544112022,0),(640,1,1,'mod/forum:viewhiddentimedposts',1,1544112022,0),(641,1,5,'mod/forum:startdiscussion',1,1544112022,0),(642,1,4,'mod/forum:startdiscussion',1,1544112022,0),(643,1,3,'mod/forum:startdiscussion',1,1544112022,0),(644,1,1,'mod/forum:startdiscussion',1,1544112022,0),(645,1,5,'mod/forum:replypost',1,1544112022,0),(646,1,4,'mod/forum:replypost',1,1544112022,0),(647,1,3,'mod/forum:replypost',1,1544112022,0),(648,1,1,'mod/forum:replypost',1,1544112022,0),(649,1,4,'mod/forum:addnews',1,1544112022,0),(650,1,3,'mod/forum:addnews',1,1544112022,0),(651,1,1,'mod/forum:addnews',1,1544112022,0),(652,1,4,'mod/forum:replynews',1,1544112022,0),(653,1,3,'mod/forum:replynews',1,1544112022,0),(654,1,1,'mod/forum:replynews',1,1544112022,0),(655,1,5,'mod/forum:viewrating',1,1544112022,0),(656,1,4,'mod/forum:viewrating',1,1544112022,0),(657,1,3,'mod/forum:viewrating',1,1544112022,0),(658,1,1,'mod/forum:viewrating',1,1544112022,0),(659,1,4,'mod/forum:viewanyrating',1,1544112022,0),(660,1,3,'mod/forum:viewanyrating',1,1544112022,0),(661,1,1,'mod/forum:viewanyrating',1,1544112022,0),(662,1,4,'mod/forum:viewallratings',1,1544112022,0),(663,1,3,'mod/forum:viewallratings',1,1544112022,0),(664,1,1,'mod/forum:viewallratings',1,1544112022,0),(665,1,4,'mod/forum:rate',1,1544112022,0),(666,1,3,'mod/forum:rate',1,1544112022,0),(667,1,1,'mod/forum:rate',1,1544112022,0),(668,1,5,'mod/forum:createattachment',1,1544112022,0),(669,1,4,'mod/forum:createattachment',1,1544112022,0),(670,1,3,'mod/forum:createattachment',1,1544112022,0),(671,1,1,'mod/forum:createattachment',1,1544112022,0),(672,1,5,'mod/forum:deleteownpost',1,1544112022,0),(673,1,4,'mod/forum:deleteownpost',1,1544112022,0),(674,1,3,'mod/forum:deleteownpost',1,1544112022,0),(675,1,1,'mod/forum:deleteownpost',1,1544112022,0),(676,1,4,'mod/forum:deleteanypost',1,1544112023,0),(677,1,3,'mod/forum:deleteanypost',1,1544112023,0),(678,1,1,'mod/forum:deleteanypost',1,1544112023,0),(679,1,4,'mod/forum:splitdiscussions',1,1544112023,0),(680,1,3,'mod/forum:splitdiscussions',1,1544112023,0),(681,1,1,'mod/forum:splitdiscussions',1,1544112023,0),(682,1,4,'mod/forum:movediscussions',1,1544112023,0),(683,1,3,'mod/forum:movediscussions',1,1544112023,0),(684,1,1,'mod/forum:movediscussions',1,1544112023,0),(685,1,4,'mod/forum:pindiscussions',1,1544112023,0),(686,1,3,'mod/forum:pindiscussions',1,1544112023,0),(687,1,1,'mod/forum:pindiscussions',1,1544112023,0),(688,1,4,'mod/forum:editanypost',1,1544112023,0),(689,1,3,'mod/forum:editanypost',1,1544112023,0),(690,1,1,'mod/forum:editanypost',1,1544112023,0),(691,1,4,'mod/forum:viewqandawithoutposting',1,1544112023,0),(692,1,3,'mod/forum:viewqandawithoutposting',1,1544112023,0),(693,1,1,'mod/forum:viewqandawithoutposting',1,1544112023,0),(694,1,4,'mod/forum:viewsubscribers',1,1544112023,0),(695,1,3,'mod/forum:viewsubscribers',1,1544112023,0),(696,1,1,'mod/forum:viewsubscribers',1,1544112023,0),(697,1,4,'mod/forum:managesubscriptions',1,1544112023,0),(698,1,3,'mod/forum:managesubscriptions',1,1544112023,0),(699,1,1,'mod/forum:managesubscriptions',1,1544112023,0),(700,1,4,'mod/forum:postwithoutthrottling',1,1544112023,0),(701,1,3,'mod/forum:postwithoutthrottling',1,1544112023,0),(702,1,1,'mod/forum:postwithoutthrottling',1,1544112023,0),(703,1,4,'mod/forum:exportdiscussion',1,1544112023,0),(704,1,3,'mod/forum:exportdiscussion',1,1544112023,0),(705,1,1,'mod/forum:exportdiscussion',1,1544112023,0),(706,1,4,'mod/forum:exportpost',1,1544112023,0),(707,1,3,'mod/forum:exportpost',1,1544112023,0),(708,1,1,'mod/forum:exportpost',1,1544112023,0),(709,1,4,'mod/forum:exportownpost',1,1544112023,0),(710,1,3,'mod/forum:exportownpost',1,1544112023,0),(711,1,1,'mod/forum:exportownpost',1,1544112023,0),(712,1,5,'mod/forum:exportownpost',1,1544112023,0),(713,1,4,'mod/forum:addquestion',1,1544112023,0),(714,1,3,'mod/forum:addquestion',1,1544112023,0),(715,1,1,'mod/forum:addquestion',1,1544112023,0),(716,1,5,'mod/forum:allowforcesubscribe',1,1544112023,0),(717,1,4,'mod/forum:allowforcesubscribe',1,1544112023,0),(718,1,3,'mod/forum:allowforcesubscribe',1,1544112023,0),(719,1,8,'mod/forum:allowforcesubscribe',1,1544112023,0),(720,1,4,'mod/forum:canposttomygroups',1,1544112023,0),(721,1,3,'mod/forum:canposttomygroups',1,1544112023,0),(722,1,1,'mod/forum:canposttomygroups',1,1544112023,0),(723,1,4,'mod/forum:canoverridediscussionlock',1,1544112023,0),(724,1,3,'mod/forum:canoverridediscussionlock',1,1544112023,0),(725,1,1,'mod/forum:canoverridediscussionlock',1,1544112023,0),(726,1,3,'mod/glossary:addinstance',1,1544112024,0),(727,1,1,'mod/glossary:addinstance',1,1544112024,0),(728,1,8,'mod/glossary:view',1,1544112024,0),(729,1,6,'mod/glossary:view',1,1544112024,0),(730,1,5,'mod/glossary:view',1,1544112024,0),(731,1,4,'mod/glossary:view',1,1544112024,0),(732,1,3,'mod/glossary:view',1,1544112024,0),(733,1,1,'mod/glossary:view',1,1544112024,0),(734,1,5,'mod/glossary:write',1,1544112024,0),(735,1,4,'mod/glossary:write',1,1544112024,0),(736,1,3,'mod/glossary:write',1,1544112024,0),(737,1,1,'mod/glossary:write',1,1544112024,0),(738,1,4,'mod/glossary:manageentries',1,1544112024,0),(739,1,3,'mod/glossary:manageentries',1,1544112024,0),(740,1,1,'mod/glossary:manageentries',1,1544112024,0),(741,1,4,'mod/glossary:managecategories',1,1544112024,0),(742,1,3,'mod/glossary:managecategories',1,1544112024,0),(743,1,1,'mod/glossary:managecategories',1,1544112024,0),(744,1,5,'mod/glossary:comment',1,1544112024,0),(745,1,4,'mod/glossary:comment',1,1544112024,0),(746,1,3,'mod/glossary:comment',1,1544112024,0),(747,1,1,'mod/glossary:comment',1,1544112024,0),(748,1,4,'mod/glossary:managecomments',1,1544112024,0),(749,1,3,'mod/glossary:managecomments',1,1544112024,0),(750,1,1,'mod/glossary:managecomments',1,1544112024,0),(751,1,4,'mod/glossary:import',1,1544112024,0),(752,1,3,'mod/glossary:import',1,1544112024,0),(753,1,1,'mod/glossary:import',1,1544112024,0),(754,1,4,'mod/glossary:export',1,1544112024,0),(755,1,3,'mod/glossary:export',1,1544112024,0),(756,1,1,'mod/glossary:export',1,1544112024,0),(757,1,4,'mod/glossary:approve',1,1544112024,0),(758,1,3,'mod/glossary:approve',1,1544112024,0),(759,1,1,'mod/glossary:approve',1,1544112024,0),(760,1,4,'mod/glossary:rate',1,1544112024,0),(761,1,3,'mod/glossary:rate',1,1544112024,0),(762,1,1,'mod/glossary:rate',1,1544112024,0),(763,1,4,'mod/glossary:viewrating',1,1544112024,0),(764,1,3,'mod/glossary:viewrating',1,1544112024,0),(765,1,1,'mod/glossary:viewrating',1,1544112024,0),(766,1,4,'mod/glossary:viewanyrating',1,1544112024,0),(767,1,3,'mod/glossary:viewanyrating',1,1544112024,0),(768,1,1,'mod/glossary:viewanyrating',1,1544112025,0),(769,1,4,'mod/glossary:viewallratings',1,1544112025,0),(770,1,3,'mod/glossary:viewallratings',1,1544112025,0),(771,1,1,'mod/glossary:viewallratings',1,1544112025,0),(772,1,4,'mod/glossary:exportentry',1,1544112025,0),(773,1,3,'mod/glossary:exportentry',1,1544112025,0),(774,1,1,'mod/glossary:exportentry',1,1544112025,0),(775,1,4,'mod/glossary:exportownentry',1,1544112025,0),(776,1,3,'mod/glossary:exportownentry',1,1544112025,0),(777,1,1,'mod/glossary:exportownentry',1,1544112025,0),(778,1,5,'mod/glossary:exportownentry',1,1544112025,0),(779,1,6,'mod/imscp:view',1,1544112025,0),(780,1,7,'mod/imscp:view',1,1544112025,0),(781,1,3,'mod/imscp:addinstance',1,1544112025,0),(782,1,1,'mod/imscp:addinstance',1,1544112025,0),(783,1,3,'mod/label:addinstance',1,1544112025,0),(784,1,1,'mod/label:addinstance',1,1544112025,0),(785,1,7,'mod/label:view',1,1544112025,0),(786,1,6,'mod/label:view',1,1544112025,0),(787,1,3,'mod/lesson:addinstance',1,1544112026,0),(788,1,1,'mod/lesson:addinstance',1,1544112026,0),(789,1,3,'mod/lesson:edit',1,1544112026,0),(790,1,1,'mod/lesson:edit',1,1544112026,0),(791,1,4,'mod/lesson:grade',1,1544112026,0),(792,1,3,'mod/lesson:grade',1,1544112026,0),(793,1,1,'mod/lesson:grade',1,1544112026,0),(794,1,4,'mod/lesson:viewreports',1,1544112026,0),(795,1,3,'mod/lesson:viewreports',1,1544112026,0),(796,1,1,'mod/lesson:viewreports',1,1544112026,0),(797,1,4,'mod/lesson:manage',1,1544112026,0),(798,1,3,'mod/lesson:manage',1,1544112026,0),(799,1,1,'mod/lesson:manage',1,1544112026,0),(800,1,3,'mod/lesson:manageoverrides',1,1544112026,0),(801,1,1,'mod/lesson:manageoverrides',1,1544112026,0),(802,1,7,'mod/lesson:view',1,1544112026,0),(803,1,6,'mod/lesson:view',1,1544112026,0),(804,1,5,'mod/lti:view',1,1544112027,0),(805,1,4,'mod/lti:view',1,1544112027,0),(806,1,3,'mod/lti:view',1,1544112027,0),(807,1,1,'mod/lti:view',1,1544112027,0),(808,1,3,'mod/lti:addinstance',1,1544112027,0),(809,1,1,'mod/lti:addinstance',1,1544112027,0),(810,1,4,'mod/lti:manage',1,1544112027,0),(811,1,3,'mod/lti:manage',1,1544112027,0),(812,1,1,'mod/lti:manage',1,1544112027,0),(813,1,3,'mod/lti:addcoursetool',1,1544112027,0),(814,1,1,'mod/lti:addcoursetool',1,1544112027,0),(815,1,3,'mod/lti:requesttooladd',1,1544112027,0),(816,1,1,'mod/lti:requesttooladd',1,1544112027,0),(817,1,6,'mod/page:view',1,1544112027,0),(818,1,7,'mod/page:view',1,1544112027,0),(819,1,3,'mod/page:addinstance',1,1544112027,0),(820,1,1,'mod/page:addinstance',1,1544112027,0),(821,1,6,'mod/quiz:view',1,1544112028,0),(822,1,5,'mod/quiz:view',1,1544112028,0),(823,1,4,'mod/quiz:view',1,1544112028,0),(824,1,3,'mod/quiz:view',1,1544112028,0),(825,1,1,'mod/quiz:view',1,1544112028,0),(826,1,3,'mod/quiz:addinstance',1,1544112028,0),(827,1,1,'mod/quiz:addinstance',1,1544112028,0),(828,1,5,'mod/quiz:attempt',1,1544112028,0),(829,1,5,'mod/quiz:reviewmyattempts',1,1544112028,0),(830,1,3,'mod/quiz:manage',1,1544112028,0),(831,1,1,'mod/quiz:manage',1,1544112028,0),(832,1,3,'mod/quiz:manageoverrides',1,1544112028,0),(833,1,1,'mod/quiz:manageoverrides',1,1544112028,0),(834,1,4,'mod/quiz:preview',1,1544112028,0),(835,1,3,'mod/quiz:preview',1,1544112028,0),(836,1,1,'mod/quiz:preview',1,1544112028,0),(837,1,4,'mod/quiz:grade',1,1544112028,0),(838,1,3,'mod/quiz:grade',1,1544112028,0),(839,1,1,'mod/quiz:grade',1,1544112028,0),(840,1,4,'mod/quiz:regrade',1,1544112028,0),(841,1,3,'mod/quiz:regrade',1,1544112028,0),(842,1,1,'mod/quiz:regrade',1,1544112028,0),(843,1,4,'mod/quiz:viewreports',1,1544112029,0),(844,1,3,'mod/quiz:viewreports',1,1544112029,0),(845,1,1,'mod/quiz:viewreports',1,1544112029,0),(846,1,3,'mod/quiz:deleteattempts',1,1544112029,0),(847,1,1,'mod/quiz:deleteattempts',1,1544112029,0),(848,1,6,'mod/resource:view',1,1544112029,0),(849,1,7,'mod/resource:view',1,1544112029,0),(850,1,3,'mod/resource:addinstance',1,1544112029,0),(851,1,1,'mod/resource:addinstance',1,1544112029,0),(852,1,3,'mod/scorm:addinstance',1,1544112030,0),(853,1,1,'mod/scorm:addinstance',1,1544112030,0),(854,1,4,'mod/scorm:viewreport',1,1544112030,0),(855,1,3,'mod/scorm:viewreport',1,1544112030,0),(856,1,1,'mod/scorm:viewreport',1,1544112030,0),(857,1,5,'mod/scorm:skipview',1,1544112030,0),(858,1,5,'mod/scorm:savetrack',1,1544112030,0),(859,1,4,'mod/scorm:savetrack',1,1544112030,0),(860,1,3,'mod/scorm:savetrack',1,1544112030,0),(861,1,1,'mod/scorm:savetrack',1,1544112030,0),(862,1,5,'mod/scorm:viewscores',1,1544112030,0),(863,1,4,'mod/scorm:viewscores',1,1544112030,0),(864,1,3,'mod/scorm:viewscores',1,1544112030,0),(865,1,1,'mod/scorm:viewscores',1,1544112030,0),(866,1,4,'mod/scorm:deleteresponses',1,1544112030,0),(867,1,3,'mod/scorm:deleteresponses',1,1544112030,0),(868,1,1,'mod/scorm:deleteresponses',1,1544112030,0),(869,1,3,'mod/survey:addinstance',1,1544112032,0),(870,1,1,'mod/survey:addinstance',1,1544112032,0),(871,1,5,'mod/survey:participate',1,1544112032,0),(872,1,4,'mod/survey:participate',1,1544112032,0),(873,1,3,'mod/survey:participate',1,1544112032,0),(874,1,1,'mod/survey:participate',1,1544112032,0),(875,1,4,'mod/survey:readresponses',1,1544112032,0),(876,1,3,'mod/survey:readresponses',1,1544112032,0),(877,1,1,'mod/survey:readresponses',1,1544112032,0),(878,1,4,'mod/survey:download',1,1544112032,0),(879,1,3,'mod/survey:download',1,1544112032,0),(880,1,1,'mod/survey:download',1,1544112032,0),(881,1,6,'mod/url:view',1,1544112032,0),(882,1,7,'mod/url:view',1,1544112032,0),(883,1,3,'mod/url:addinstance',1,1544112032,0),(884,1,1,'mod/url:addinstance',1,1544112032,0),(885,1,3,'mod/wiki:addinstance',1,1544112033,0),(886,1,1,'mod/wiki:addinstance',1,1544112033,0),(887,1,6,'mod/wiki:viewpage',1,1544112033,0),(888,1,8,'mod/wiki:viewpage',1,1544112033,0),(889,1,5,'mod/wiki:viewpage',1,1544112033,0),(890,1,4,'mod/wiki:viewpage',1,1544112033,0),(891,1,3,'mod/wiki:viewpage',1,1544112033,0),(892,1,1,'mod/wiki:viewpage',1,1544112033,0),(893,1,5,'mod/wiki:editpage',1,1544112033,0),(894,1,4,'mod/wiki:editpage',1,1544112033,0),(895,1,3,'mod/wiki:editpage',1,1544112033,0),(896,1,1,'mod/wiki:editpage',1,1544112033,0),(897,1,5,'mod/wiki:createpage',1,1544112033,0),(898,1,4,'mod/wiki:createpage',1,1544112033,0),(899,1,3,'mod/wiki:createpage',1,1544112033,0),(900,1,1,'mod/wiki:createpage',1,1544112033,0),(901,1,5,'mod/wiki:viewcomment',1,1544112033,0),(902,1,4,'mod/wiki:viewcomment',1,1544112033,0),(903,1,3,'mod/wiki:viewcomment',1,1544112033,0),(904,1,1,'mod/wiki:viewcomment',1,1544112033,0),(905,1,5,'mod/wiki:editcomment',1,1544112033,0),(906,1,4,'mod/wiki:editcomment',1,1544112033,0),(907,1,3,'mod/wiki:editcomment',1,1544112033,0),(908,1,1,'mod/wiki:editcomment',1,1544112033,0),(909,1,4,'mod/wiki:managecomment',1,1544112033,0),(910,1,3,'mod/wiki:managecomment',1,1544112033,0),(911,1,1,'mod/wiki:managecomment',1,1544112033,0),(912,1,4,'mod/wiki:managefiles',1,1544112033,0),(913,1,3,'mod/wiki:managefiles',1,1544112033,0),(914,1,1,'mod/wiki:managefiles',1,1544112033,0),(915,1,4,'mod/wiki:overridelock',1,1544112033,0),(916,1,3,'mod/wiki:overridelock',1,1544112033,0),(917,1,1,'mod/wiki:overridelock',1,1544112033,0),(918,1,4,'mod/wiki:managewiki',1,1544112033,0),(919,1,3,'mod/wiki:managewiki',1,1544112033,0),(920,1,1,'mod/wiki:managewiki',1,1544112033,0),(921,1,6,'mod/workshop:view',1,1544112034,0),(922,1,5,'mod/workshop:view',1,1544112034,0),(923,1,4,'mod/workshop:view',1,1544112034,0),(924,1,3,'mod/workshop:view',1,1544112034,0),(925,1,1,'mod/workshop:view',1,1544112034,0),(926,1,3,'mod/workshop:addinstance',1,1544112034,0),(927,1,1,'mod/workshop:addinstance',1,1544112034,0),(928,1,4,'mod/workshop:switchphase',1,1544112034,0),(929,1,3,'mod/workshop:switchphase',1,1544112034,0),(930,1,1,'mod/workshop:switchphase',1,1544112034,0),(931,1,3,'mod/workshop:editdimensions',1,1544112034,0),(932,1,1,'mod/workshop:editdimensions',1,1544112034,0),(933,1,5,'mod/workshop:submit',1,1544112034,0),(934,1,5,'mod/workshop:peerassess',1,1544112034,0),(935,1,4,'mod/workshop:manageexamples',1,1544112034,0),(936,1,3,'mod/workshop:manageexamples',1,1544112034,0),(937,1,1,'mod/workshop:manageexamples',1,1544112034,0),(938,1,4,'mod/workshop:allocate',1,1544112034,0),(939,1,3,'mod/workshop:allocate',1,1544112034,0),(940,1,1,'mod/workshop:allocate',1,1544112034,0),(941,1,4,'mod/workshop:publishsubmissions',1,1544112034,0),(942,1,3,'mod/workshop:publishsubmissions',1,1544112034,0),(943,1,1,'mod/workshop:publishsubmissions',1,1544112034,0),(944,1,5,'mod/workshop:viewauthornames',1,1544112034,0),(945,1,4,'mod/workshop:viewauthornames',1,1544112034,0),(946,1,3,'mod/workshop:viewauthornames',1,1544112034,0),(947,1,1,'mod/workshop:viewauthornames',1,1544112034,0),(948,1,4,'mod/workshop:viewreviewernames',1,1544112034,0),(949,1,3,'mod/workshop:viewreviewernames',1,1544112034,0),(950,1,1,'mod/workshop:viewreviewernames',1,1544112034,0),(951,1,4,'mod/workshop:viewallsubmissions',1,1544112034,0),(952,1,3,'mod/workshop:viewallsubmissions',1,1544112034,0),(953,1,1,'mod/workshop:viewallsubmissions',1,1544112034,0),(954,1,5,'mod/workshop:viewpublishedsubmissions',1,1544112034,0),(955,1,4,'mod/workshop:viewpublishedsubmissions',1,1544112034,0),(956,1,3,'mod/workshop:viewpublishedsubmissions',1,1544112034,0),(957,1,1,'mod/workshop:viewpublishedsubmissions',1,1544112034,0),(958,1,5,'mod/workshop:viewauthorpublished',1,1544112034,0),(959,1,4,'mod/workshop:viewauthorpublished',1,1544112034,0),(960,1,3,'mod/workshop:viewauthorpublished',1,1544112034,0),(961,1,1,'mod/workshop:viewauthorpublished',1,1544112034,0),(962,1,4,'mod/workshop:viewallassessments',1,1544112034,0),(963,1,3,'mod/workshop:viewallassessments',1,1544112034,0),(964,1,1,'mod/workshop:viewallassessments',1,1544112034,0),(965,1,4,'mod/workshop:overridegrades',1,1544112034,0),(966,1,3,'mod/workshop:overridegrades',1,1544112034,0),(967,1,1,'mod/workshop:overridegrades',1,1544112034,0),(968,1,4,'mod/workshop:ignoredeadlines',1,1544112034,0),(969,1,3,'mod/workshop:ignoredeadlines',1,1544112034,0),(970,1,1,'mod/workshop:ignoredeadlines',1,1544112034,0),(971,1,4,'mod/workshop:deletesubmissions',1,1544112034,0),(972,1,3,'mod/workshop:deletesubmissions',1,1544112034,0),(973,1,1,'mod/workshop:deletesubmissions',1,1544112034,0),(974,1,1,'mod/workshop:exportsubmissions',1,1544112034,0),(975,1,4,'mod/workshop:exportsubmissions',1,1544112034,0),(976,1,3,'mod/workshop:exportsubmissions',1,1544112034,0),(977,1,5,'mod/workshop:exportsubmissions',1,1544112034,0),(978,1,7,'auth/oauth2:managelinkedlogins',1,1544112036,0),(979,1,1,'enrol/category:config',1,1544112037,0),(980,1,3,'enrol/category:config',1,1544112037,0),(981,1,3,'enrol/cohort:config',1,1544112037,0),(982,1,1,'enrol/cohort:config',1,1544112037,0),(983,1,1,'enrol/cohort:unenrol',1,1544112037,0),(984,1,1,'enrol/database:unenrol',1,1544112037,0),(985,1,1,'enrol/database:config',1,1544112037,0),(986,1,3,'enrol/database:config',1,1544112037,0),(987,1,1,'enrol/guest:config',1,1544112037,0),(988,1,3,'enrol/guest:config',1,1544112037,0),(989,1,1,'enrol/imsenterprise:config',1,1544112037,0),(990,1,3,'enrol/imsenterprise:config',1,1544112037,0),(991,1,1,'enrol/ldap:manage',1,1544112038,0),(992,1,1,'enrol/lti:config',1,1544112038,0),(993,1,3,'enrol/lti:config',1,1544112038,0),(994,1,1,'enrol/lti:unenrol',1,1544112038,0),(995,1,3,'enrol/lti:unenrol',1,1544112038,0),(996,1,1,'enrol/manual:config',1,1544112039,0),(997,1,1,'enrol/manual:enrol',1,1544112039,0),(998,1,3,'enrol/manual:enrol',1,1544112039,0),(999,1,1,'enrol/manual:manage',1,1544112039,0),(1000,1,3,'enrol/manual:manage',1,1544112039,0),(1001,1,1,'enrol/manual:unenrol',1,1544112039,0),(1002,1,3,'enrol/manual:unenrol',1,1544112039,0),(1003,1,1,'enrol/meta:config',1,1544112039,0),(1004,1,3,'enrol/meta:config',1,1544112039,0),(1005,1,1,'enrol/meta:selectaslinked',1,1544112039,0),(1006,1,1,'enrol/meta:unenrol',1,1544112039,0),(1007,1,1,'enrol/mnet:config',1,1544112039,0),(1008,1,3,'enrol/mnet:config',1,1544112039,0),(1009,1,1,'enrol/paypal:config',1,1544112039,0),(1010,1,1,'enrol/paypal:manage',1,1544112039,0),(1011,1,3,'enrol/paypal:manage',1,1544112039,0),(1012,1,1,'enrol/paypal:unenrol',1,1544112039,0),(1013,1,3,'enrol/self:config',1,1544112040,0),(1014,1,1,'enrol/self:config',1,1544112040,0),(1015,1,3,'enrol/self:manage',1,1544112040,0),(1016,1,1,'enrol/self:manage',1,1544112040,0),(1017,1,5,'enrol/self:unenrolself',1,1544112040,0),(1018,1,3,'enrol/self:unenrol',1,1544112040,0),(1019,1,1,'enrol/self:unenrol',1,1544112040,0),(1020,1,7,'message/airnotifier:managedevice',1,1544112040,0),(1021,1,3,'block/activity_modules:addinstance',1,1544112041,0),(1022,1,1,'block/activity_modules:addinstance',1,1544112041,0),(1023,1,3,'block/activity_results:addinstance',1,1544112041,0),(1024,1,1,'block/activity_results:addinstance',1,1544112041,0),(1025,1,7,'block/admin_bookmarks:myaddinstance',1,1544112041,0),(1026,1,3,'block/admin_bookmarks:addinstance',1,1544112041,0),(1027,1,1,'block/admin_bookmarks:addinstance',1,1544112041,0),(1028,1,3,'block/badges:addinstance',1,1544112041,0),(1029,1,1,'block/badges:addinstance',1,1544112041,0),(1030,1,7,'block/badges:myaddinstance',1,1544112041,0),(1031,1,3,'block/blog_menu:addinstance',1,1544112042,0),(1032,1,1,'block/blog_menu:addinstance',1,1544112042,0),(1033,1,3,'block/blog_recent:addinstance',1,1544112042,0),(1034,1,1,'block/blog_recent:addinstance',1,1544112042,0),(1035,1,3,'block/blog_tags:addinstance',1,1544112042,0),(1036,1,1,'block/blog_tags:addinstance',1,1544112042,0),(1037,1,7,'block/calendar_month:myaddinstance',1,1544112042,0),(1038,1,3,'block/calendar_month:addinstance',1,1544112042,0),(1039,1,1,'block/calendar_month:addinstance',1,1544112042,0),(1040,1,7,'block/calendar_upcoming:myaddinstance',1,1544112042,0),(1041,1,3,'block/calendar_upcoming:addinstance',1,1544112042,0),(1042,1,1,'block/calendar_upcoming:addinstance',1,1544112042,0),(1043,1,7,'block/comments:myaddinstance',1,1544112042,0),(1044,1,3,'block/comments:addinstance',1,1544112042,0),(1045,1,1,'block/comments:addinstance',1,1544112042,0),(1046,1,7,'block/community:myaddinstance',1,1544112042,0),(1047,1,3,'block/community:addinstance',1,1544112042,0),(1048,1,1,'block/community:addinstance',1,1544112042,0),(1049,1,3,'block/completionstatus:addinstance',1,1544112043,0),(1050,1,1,'block/completionstatus:addinstance',1,1544112043,0),(1051,1,7,'block/course_list:myaddinstance',1,1544112043,0),(1052,1,3,'block/course_list:addinstance',1,1544112043,0),(1053,1,1,'block/course_list:addinstance',1,1544112043,0),(1054,1,3,'block/course_summary:addinstance',1,1544112043,0),(1055,1,1,'block/course_summary:addinstance',1,1544112043,0),(1056,1,3,'block/feedback:addinstance',1,1544112043,0),(1057,1,1,'block/feedback:addinstance',1,1544112043,0),(1058,1,7,'block/globalsearch:myaddinstance',1,1544112043,0),(1059,1,3,'block/globalsearch:addinstance',1,1544112043,0),(1060,1,1,'block/globalsearch:addinstance',1,1544112043,0),(1061,1,7,'block/glossary_random:myaddinstance',1,1544112043,0),(1062,1,3,'block/glossary_random:addinstance',1,1544112043,0),(1063,1,1,'block/glossary_random:addinstance',1,1544112043,0),(1064,1,7,'block/html:myaddinstance',1,1544112043,0),(1065,1,3,'block/html:addinstance',1,1544112043,0),(1066,1,1,'block/html:addinstance',1,1544112043,0),(1067,1,3,'block/login:addinstance',1,1544112044,0),(1068,1,1,'block/login:addinstance',1,1544112044,0),(1069,1,3,'block/lp:addinstance',1,1544112044,0),(1070,1,1,'block/lp:addinstance',1,1544112044,0),(1071,1,7,'block/lp:myaddinstance',1,1544112044,0),(1072,1,7,'block/lp:view',1,1544112044,0),(1073,1,7,'block/mentees:myaddinstance',1,1544112044,0),(1074,1,3,'block/mentees:addinstance',1,1544112044,0),(1075,1,1,'block/mentees:addinstance',1,1544112044,0),(1076,1,7,'block/mnet_hosts:myaddinstance',1,1544112044,0),(1077,1,3,'block/mnet_hosts:addinstance',1,1544112044,0),(1078,1,1,'block/mnet_hosts:addinstance',1,1544112044,0),(1079,1,7,'block/myoverview:myaddinstance',1,1544112044,0),(1080,1,3,'block/myoverview:addinstance',1,1544112044,0),(1081,1,1,'block/myoverview:addinstance',1,1544112044,0),(1082,1,7,'block/myprofile:myaddinstance',1,1544112044,0),(1083,1,3,'block/myprofile:addinstance',1,1544112044,0),(1084,1,1,'block/myprofile:addinstance',1,1544112044,0),(1085,1,7,'block/navigation:myaddinstance',1,1544112044,0),(1086,1,3,'block/navigation:addinstance',1,1544112044,0),(1087,1,1,'block/navigation:addinstance',1,1544112044,0),(1088,1,7,'block/news_items:myaddinstance',1,1544112044,0),(1089,1,3,'block/news_items:addinstance',1,1544112045,0),(1090,1,1,'block/news_items:addinstance',1,1544112045,0),(1091,1,7,'block/online_users:myaddinstance',1,1544112045,0),(1092,1,3,'block/online_users:addinstance',1,1544112045,0),(1093,1,1,'block/online_users:addinstance',1,1544112045,0),(1094,1,7,'block/online_users:viewlist',1,1544112045,0),(1095,1,6,'block/online_users:viewlist',1,1544112045,0),(1096,1,5,'block/online_users:viewlist',1,1544112045,0),(1097,1,4,'block/online_users:viewlist',1,1544112045,0),(1098,1,3,'block/online_users:viewlist',1,1544112045,0),(1099,1,1,'block/online_users:viewlist',1,1544112045,0),(1100,1,3,'block/participants:addinstance',1,1544112045,0),(1101,1,1,'block/participants:addinstance',1,1544112045,0),(1102,1,7,'block/private_files:myaddinstance',1,1544112045,0),(1103,1,3,'block/private_files:addinstance',1,1544112045,0),(1104,1,1,'block/private_files:addinstance',1,1544112045,0),(1105,1,3,'block/quiz_results:addinstance',1,1544112045,0),(1106,1,1,'block/quiz_results:addinstance',1,1544112045,0),(1107,1,3,'block/recent_activity:addinstance',1,1544112045,0),(1108,1,1,'block/recent_activity:addinstance',1,1544112045,0),(1109,1,7,'block/recent_activity:viewaddupdatemodule',1,1544112045,0),(1110,1,7,'block/recent_activity:viewdeletemodule',1,1544112045,0),(1111,1,7,'block/rss_client:myaddinstance',1,1544112046,0),(1112,1,3,'block/rss_client:addinstance',1,1544112046,0),(1113,1,1,'block/rss_client:addinstance',1,1544112046,0),(1114,1,4,'block/rss_client:manageownfeeds',1,1544112046,0),(1115,1,3,'block/rss_client:manageownfeeds',1,1544112046,0),(1116,1,1,'block/rss_client:manageownfeeds',1,1544112046,0),(1117,1,1,'block/rss_client:manageanyfeeds',1,1544112046,0),(1118,1,3,'block/search_forums:addinstance',1,1544112046,0),(1119,1,1,'block/search_forums:addinstance',1,1544112046,0),(1120,1,3,'block/section_links:addinstance',1,1544112046,0),(1121,1,1,'block/section_links:addinstance',1,1544112046,0),(1122,1,3,'block/selfcompletion:addinstance',1,1544112046,0),(1123,1,1,'block/selfcompletion:addinstance',1,1544112046,0),(1124,1,7,'block/settings:myaddinstance',1,1544112046,0),(1125,1,3,'block/settings:addinstance',1,1544112046,0),(1126,1,1,'block/settings:addinstance',1,1544112046,0),(1127,1,3,'block/site_main_menu:addinstance',1,1544112046,0),(1128,1,1,'block/site_main_menu:addinstance',1,1544112046,0),(1129,1,3,'block/social_activities:addinstance',1,1544112046,0),(1130,1,1,'block/social_activities:addinstance',1,1544112046,0),(1131,1,3,'block/tag_flickr:addinstance',1,1544112046,0),(1132,1,1,'block/tag_flickr:addinstance',1,1544112046,0),(1133,1,3,'block/tag_youtube:addinstance',1,1544112047,0),(1134,1,1,'block/tag_youtube:addinstance',1,1544112047,0),(1135,1,7,'block/tags:myaddinstance',1,1544112047,0),(1136,1,3,'block/tags:addinstance',1,1544112047,0),(1137,1,1,'block/tags:addinstance',1,1544112047,0),(1138,1,4,'report/completion:view',1,1544112051,0),(1139,1,3,'report/completion:view',1,1544112051,0),(1140,1,1,'report/completion:view',1,1544112051,0),(1141,1,4,'report/courseoverview:view',1,1544112051,0),(1142,1,3,'report/courseoverview:view',1,1544112051,0),(1143,1,1,'report/courseoverview:view',1,1544112051,0),(1144,1,4,'report/log:view',1,1544112051,0),(1145,1,3,'report/log:view',1,1544112051,0),(1146,1,1,'report/log:view',1,1544112051,0),(1147,1,4,'report/log:viewtoday',1,1544112051,0),(1148,1,3,'report/log:viewtoday',1,1544112051,0),(1149,1,1,'report/log:viewtoday',1,1544112051,0),(1150,1,4,'report/loglive:view',1,1544112051,0),(1151,1,3,'report/loglive:view',1,1544112051,0),(1152,1,1,'report/loglive:view',1,1544112051,0),(1153,1,4,'report/outline:view',1,1544112051,0),(1154,1,3,'report/outline:view',1,1544112051,0),(1155,1,1,'report/outline:view',1,1544112051,0),(1156,1,4,'report/outline:viewuserreport',1,1544112051,0),(1157,1,3,'report/outline:viewuserreport',1,1544112051,0),(1158,1,1,'report/outline:viewuserreport',1,1544112051,0),(1159,1,4,'report/participation:view',1,1544112052,0),(1160,1,3,'report/participation:view',1,1544112052,0),(1161,1,1,'report/participation:view',1,1544112052,0),(1162,1,1,'report/performance:view',1,1544112052,0),(1163,1,4,'report/progress:view',1,1544112052,0),(1164,1,3,'report/progress:view',1,1544112052,0),(1165,1,1,'report/progress:view',1,1544112052,0),(1166,1,1,'report/security:view',1,1544112052,0),(1167,1,4,'report/stats:view',1,1544112052,0),(1168,1,3,'report/stats:view',1,1544112052,0),(1169,1,1,'report/stats:view',1,1544112052,0),(1170,1,6,'report/usersessions:manageownsessions',-1000,1544112052,0),(1171,1,7,'report/usersessions:manageownsessions',1,1544112052,0),(1172,1,1,'report/usersessions:manageownsessions',1,1544112052,0),(1173,1,4,'gradeexport/ods:view',1,1544112052,0),(1174,1,3,'gradeexport/ods:view',1,1544112052,0),(1175,1,1,'gradeexport/ods:view',1,1544112052,0),(1176,1,1,'gradeexport/ods:publish',1,1544112052,0),(1177,1,4,'gradeexport/txt:view',1,1544112052,0),(1178,1,3,'gradeexport/txt:view',1,1544112052,0),(1179,1,1,'gradeexport/txt:view',1,1544112052,0),(1180,1,1,'gradeexport/txt:publish',1,1544112052,0),(1181,1,4,'gradeexport/xls:view',1,1544112053,0),(1182,1,3,'gradeexport/xls:view',1,1544112053,0),(1183,1,1,'gradeexport/xls:view',1,1544112053,0),(1184,1,1,'gradeexport/xls:publish',1,1544112053,0),(1185,1,4,'gradeexport/xml:view',1,1544112053,0),(1186,1,3,'gradeexport/xml:view',1,1544112053,0),(1187,1,1,'gradeexport/xml:view',1,1544112053,0),(1188,1,1,'gradeexport/xml:publish',1,1544112053,0),(1189,1,3,'gradeimport/csv:view',1,1544112053,0),(1190,1,1,'gradeimport/csv:view',1,1544112053,0),(1191,1,3,'gradeimport/direct:view',1,1544112053,0),(1192,1,1,'gradeimport/direct:view',1,1544112053,0),(1193,1,3,'gradeimport/xml:view',1,1544112053,0),(1194,1,1,'gradeimport/xml:view',1,1544112053,0),(1195,1,1,'gradeimport/xml:publish',1,1544112053,0),(1196,1,4,'gradereport/grader:view',1,1544112053,0),(1197,1,3,'gradereport/grader:view',1,1544112053,0),(1198,1,1,'gradereport/grader:view',1,1544112053,0),(1199,1,4,'gradereport/history:view',1,1544112053,0),(1200,1,3,'gradereport/history:view',1,1544112053,0),(1201,1,1,'gradereport/history:view',1,1544112053,0),(1202,1,4,'gradereport/outcomes:view',1,1544112053,0),(1203,1,3,'gradereport/outcomes:view',1,1544112053,0),(1204,1,1,'gradereport/outcomes:view',1,1544112054,0),(1205,1,7,'gradereport/overview:view',1,1544112054,0),(1206,1,3,'gradereport/singleview:view',1,1544112054,0),(1207,1,1,'gradereport/singleview:view',1,1544112054,0),(1208,1,5,'gradereport/user:view',1,1544112054,0),(1209,1,4,'gradereport/user:view',1,1544112054,0),(1210,1,3,'gradereport/user:view',1,1544112054,0),(1211,1,1,'gradereport/user:view',1,1544112054,0),(1212,1,7,'repository/areafiles:view',1,1544112055,0),(1213,1,7,'repository/boxnet:view',1,1544112055,0),(1214,1,2,'repository/coursefiles:view',1,1544112055,0),(1215,1,4,'repository/coursefiles:view',1,1544112055,0),(1216,1,3,'repository/coursefiles:view',1,1544112055,0),(1217,1,1,'repository/coursefiles:view',1,1544112055,0),(1218,1,7,'repository/dropbox:view',1,1544112056,0),(1219,1,7,'repository/equella:view',1,1544112056,0),(1220,1,2,'repository/filesystem:view',1,1544112056,0),(1221,1,4,'repository/filesystem:view',1,1544112056,0),(1222,1,3,'repository/filesystem:view',1,1544112056,0),(1223,1,1,'repository/filesystem:view',1,1544112056,0),(1224,1,7,'repository/flickr:view',1,1544112056,0),(1225,1,7,'repository/flickr_public:view',1,1544112056,0),(1226,1,7,'repository/googledocs:view',1,1544112056,0),(1227,1,2,'repository/local:view',1,1544112056,0),(1228,1,4,'repository/local:view',1,1544112056,0),(1229,1,3,'repository/local:view',1,1544112056,0),(1230,1,1,'repository/local:view',1,1544112056,0),(1231,1,7,'repository/merlot:view',1,1544112056,0),(1232,1,7,'repository/onedrive:view',1,1544112057,0),(1233,1,7,'repository/picasa:view',1,1544112057,0),(1234,1,7,'repository/recent:view',1,1544112057,0),(1235,1,7,'repository/s3:view',1,1544112057,0),(1236,1,7,'repository/skydrive:view',1,1544112057,0),(1237,1,7,'repository/upload:view',1,1544112057,0),(1238,1,7,'repository/url:view',1,1544112057,0),(1239,1,7,'repository/user:view',1,1544112058,0),(1240,1,2,'repository/webdav:view',1,1544112058,0),(1241,1,4,'repository/webdav:view',1,1544112058,0),(1242,1,3,'repository/webdav:view',1,1544112058,0),(1243,1,1,'repository/webdav:view',1,1544112058,0),(1244,1,7,'repository/wikimedia:view',1,1544112058,0),(1245,1,7,'repository/youtube:view',1,1544112058,0),(1246,1,1,'tool/customlang:view',1,1544112062,0),(1247,1,1,'tool/customlang:edit',1,1544112062,0),(1248,1,7,'tool/dataprivacy:downloadownrequest',1,1544112062,0),(1249,1,1,'tool/lpmigrate:frameworksmigrate',1,1544112064,0),(1250,1,4,'tool/monitor:subscribe',1,1544112065,0),(1251,1,3,'tool/monitor:subscribe',1,1544112065,0),(1252,1,1,'tool/monitor:subscribe',1,1544112065,0),(1253,1,4,'tool/monitor:managerules',1,1544112065,0),(1254,1,3,'tool/monitor:managerules',1,1544112065,0),(1255,1,1,'tool/monitor:managerules',1,1544112065,0),(1256,1,1,'tool/monitor:managetool',1,1544112065,0),(1257,1,7,'tool/policy:accept',1,1544112065,0),(1258,1,1,'tool/policy:managedocs',1,1544112065,0),(1259,1,1,'tool/policy:viewacceptances',1,1544112065,0),(1260,1,3,'tool/recyclebin:deleteitems',1,1544112066,0),(1261,1,1,'tool/recyclebin:deleteitems',1,1544112066,0),(1262,1,3,'tool/recyclebin:restoreitems',1,1544112066,0),(1263,1,1,'tool/recyclebin:restoreitems',1,1544112066,0),(1264,1,4,'tool/recyclebin:viewitems',1,1544112066,0),(1265,1,3,'tool/recyclebin:viewitems',1,1544112066,0),(1266,1,1,'tool/recyclebin:viewitems',1,1544112066,0),(1267,1,1,'tool/uploaduser:uploaduserpictures',1,1544112066,0),(1268,1,1,'tool/usertours:managetours',1,1544112067,0),(1269,1,3,'booktool/importhtml:import',1,1544112071,0),(1270,1,1,'booktool/importhtml:import',1,1544112071,0),(1271,1,6,'booktool/print:print',1,1544112071,0),(1272,1,8,'booktool/print:print',1,1544112071,0),(1273,1,5,'booktool/print:print',1,1544112071,0),(1274,1,4,'booktool/print:print',1,1544112071,0),(1275,1,3,'booktool/print:print',1,1544112071,0),(1276,1,1,'booktool/print:print',1,1544112071,0),(1277,1,4,'quiz/grading:viewstudentnames',1,1544112073,0),(1278,1,3,'quiz/grading:viewstudentnames',1,1544112073,0),(1279,1,1,'quiz/grading:viewstudentnames',1,1544112073,0),(1280,1,4,'quiz/grading:viewidnumber',1,1544112073,0),(1281,1,3,'quiz/grading:viewidnumber',1,1544112073,0),(1282,1,1,'quiz/grading:viewidnumber',1,1544112073,0),(1283,1,4,'quiz/statistics:view',1,1544112073,0),(1284,1,3,'quiz/statistics:view',1,1544112073,0),(1285,1,1,'quiz/statistics:view',1,1544112073,0),(1286,1,1,'local/relationship:manage',1,1544112548,2),(1287,1,1,'local/relationship:view',1,1544112548,2),(1288,1,1,'local/relationship:assign',1,1544112548,2),(1289,1,1,'enrol/relationship:config',1,1544112587,2),(1290,1,1,'enrol/relationship:unenrol',1,1544112587,2),(1291,1,9,'moodle/blog:manageentries',1,1544115014,2),(1292,1,9,'moodle/blog:manageexternal',1,1544115014,2),(1293,1,9,'moodle/blog:search',1,1544115014,2),(1294,1,9,'moodle/blog:view',1,1544115014,2),(1295,1,9,'moodle/community:add',1,1544115014,2),(1296,1,9,'moodle/community:download',1,1544115014,2),(1297,1,9,'moodle/course:viewsuspendedusers',1,1544115014,2),(1298,1,9,'moodle/portfolio:export',1,1544115014,2),(1299,1,9,'moodle/site:doclinks',1,1544115014,2),(1300,1,9,'moodle/site:readallmessages',1,1544115014,2),(1301,1,9,'moodle/tag:editblocks',1,1544115014,2),(1302,1,9,'report/courseoverview:view',1,1544115014,2),(1303,1,9,'moodle/user:readuserblogs',1,1544115014,2),(1304,1,9,'moodle/user:readuserposts',1,1544115014,2),(1305,1,9,'enrol/category:config',1,1544115014,2),(1306,1,9,'enrol/cohort:config',1,1544115014,2),(1307,1,9,'enrol/database:config',1,1544115014,2),(1308,1,9,'enrol/guest:config',1,1544115014,2),(1309,1,9,'enrol/imsenterprise:config',1,1544115014,2),(1310,1,9,'enrol/manual:enrol',1,1544115014,2),(1311,1,9,'enrol/manual:manage',1,1544115014,2),(1312,1,9,'enrol/manual:unenrol',1,1544115014,2),(1313,1,9,'enrol/meta:config',1,1544115014,2),(1314,1,9,'enrol/mnet:config',1,1544115014,2),(1315,1,9,'enrol/paypal:manage',1,1544115014,2),(1316,1,9,'enrol/self:config',1,1544115014,2),(1317,1,9,'enrol/self:manage',1,1544115014,2),(1318,1,9,'enrol/self:unenrol',1,1544115014,2),(1319,1,9,'gradeexport/ods:view',1,1544115014,2),(1320,1,9,'gradeexport/txt:view',1,1544115014,2),(1321,1,9,'gradeexport/xls:view',1,1544115014,2),(1322,1,9,'gradeexport/xml:view',1,1544115014,2),(1323,1,9,'gradeimport/csv:view',1,1544115014,2),(1324,1,9,'gradeimport/direct:view',1,1544115014,2),(1325,1,9,'gradeimport/xml:view',1,1544115014,2),(1326,1,9,'gradereport/grader:view',1,1544115014,2),(1327,1,9,'gradereport/history:view',1,1544115014,2),(1328,1,9,'gradereport/outcomes:view',1,1544115014,2),(1329,1,9,'gradereport/singleview:view',1,1544115014,2),(1330,1,9,'gradereport/user:view',1,1544115014,2),(1331,1,9,'mod/assign:addinstance',1,1544115014,2),(1332,1,9,'mod/assignment:addinstance',1,1544115014,2),(1333,1,9,'mod/book:addinstance',1,1544115014,2),(1334,1,9,'mod/chat:addinstance',1,1544115014,2),(1335,1,9,'mod/choice:addinstance',1,1544115014,2),(1336,1,9,'mod/data:addinstance',1,1544115014,2),(1337,1,9,'mod/feedback:addinstance',1,1544115014,2),(1338,1,9,'mod/folder:addinstance',1,1544115014,2),(1339,1,9,'mod/forum:addinstance',1,1544115014,2),(1340,1,9,'mod/glossary:addinstance',1,1544115014,2),(1341,1,9,'mod/imscp:addinstance',1,1544115014,2),(1342,1,9,'mod/label:addinstance',1,1544115014,2),(1343,1,9,'mod/lesson:addinstance',1,1544115014,2),(1344,1,9,'mod/lti:addcoursetool',1,1544115014,2),(1345,1,9,'mod/lti:addinstance',1,1544115014,2),(1346,1,9,'mod/lti:requesttooladd',1,1544115014,2),(1347,1,9,'mod/page:addinstance',1,1544115014,2),(1348,1,9,'mod/quiz:addinstance',1,1544115014,2),(1349,1,9,'mod/resource:addinstance',1,1544115014,2),(1350,1,9,'mod/scorm:addinstance',1,1544115014,2),(1351,1,9,'mod/survey:addinstance',1,1544115014,2),(1352,1,9,'mod/url:addinstance',1,1544115014,2),(1353,1,9,'mod/wiki:addinstance',1,1544115015,2),(1354,1,9,'mod/workshop:addinstance',1,1544115015,2),(1355,1,9,'moodle/backup:backupcourse',1,1544115015,2),(1356,1,9,'moodle/backup:backupsection',1,1544115015,2),(1357,1,9,'moodle/backup:backuptargethub',1,1544115015,2),(1358,1,9,'moodle/backup:backuptargetimport',1,1544115015,2),(1359,1,9,'moodle/backup:configure',1,1544115015,2),(1360,1,9,'moodle/backup:downloadfile',1,1544115015,2),(1361,1,9,'moodle/badges:awardbadge',1,1544115015,2),(1362,1,9,'moodle/badges:configurecriteria',1,1544115015,2),(1363,1,9,'moodle/badges:configuredetails',1,1544115015,2),(1364,1,9,'moodle/badges:configuremessages',1,1544115015,2),(1365,1,9,'moodle/badges:createbadge',1,1544115015,2),(1366,1,9,'moodle/badges:deletebadge',1,1544115015,2),(1367,1,9,'moodle/badges:viewawarded',1,1544115015,2),(1368,1,9,'moodle/calendar:manageentries',1,1544115015,2),(1369,1,9,'moodle/calendar:managegroupentries',1,1544115015,2),(1370,1,9,'moodle/cohort:view',1,1544115015,2),(1371,1,9,'moodle/comment:delete',1,1544115015,2),(1372,1,9,'moodle/comment:post',1,1544115015,2),(1373,1,9,'moodle/comment:view',1,1544115015,2),(1374,1,9,'moodle/course:bulkmessaging',1,1544115015,2),(1375,1,9,'moodle/course:changecategory',1,1544115015,2),(1376,1,9,'moodle/course:changefullname',1,1544115015,2),(1377,1,9,'moodle/course:changeidnumber',1,1544115015,2),(1378,1,9,'moodle/course:changeshortname',1,1544115015,2),(1379,1,9,'moodle/course:changesummary',1,1544115015,2),(1380,1,9,'moodle/course:enrolconfig',1,1544115015,2),(1381,1,9,'moodle/course:enrolreview',1,1544115015,2),(1382,1,9,'moodle/course:managefiles',1,1544115015,2),(1383,1,9,'moodle/course:managegroups',1,1544115015,2),(1384,1,9,'moodle/course:managescales',1,1544115015,2),(1385,1,9,'moodle/course:markcomplete',1,1544115015,2),(1386,1,9,'moodle/course:movesections',1,1544115015,2),(1387,1,9,'moodle/course:reset',1,1544115015,2),(1388,1,9,'moodle/course:reviewotherusers',1,1544115015,2),(1389,1,9,'moodle/course:sectionvisibility',1,1544115015,2),(1390,1,9,'moodle/course:setcurrentsection',1,1544115015,2),(1391,1,9,'moodle/course:tag',1,1544115015,2),(1392,1,9,'moodle/course:update',1,1544115015,2),(1393,1,9,'moodle/course:useremail',1,1544115015,2),(1394,1,9,'moodle/course:viewhiddencourses',1,1544115015,2),(1395,1,9,'moodle/course:viewhiddensections',1,1544115015,2),(1396,1,9,'moodle/course:viewhiddenuserfields',1,1544115015,2),(1397,1,9,'moodle/course:viewparticipants',1,1544115015,2),(1398,1,9,'moodle/course:viewscales',1,1544115015,2),(1399,1,9,'moodle/course:visibility',1,1544115015,2),(1400,1,9,'moodle/filter:manage',1,1544115015,2),(1401,1,9,'moodle/grade:edit',1,1544115015,2),(1402,1,9,'moodle/grade:export',1,1544115015,2),(1403,1,9,'moodle/grade:hide',1,1544115015,2),(1404,1,9,'moodle/grade:import',1,1544115015,2),(1405,1,9,'moodle/grade:lock',1,1544115015,2),(1406,1,9,'moodle/grade:manage',1,1544115015,2),(1407,1,9,'moodle/grade:managegradingforms',1,1544115015,2),(1408,1,9,'moodle/grade:manageletters',1,1544115015,2),(1409,1,9,'moodle/grade:manageoutcomes',1,1544115015,2),(1410,1,9,'moodle/grade:unlock',1,1544115015,2),(1411,1,9,'moodle/grade:viewall',1,1544115015,2),(1412,1,9,'moodle/grade:viewhidden',1,1544115015,2),(1413,1,9,'moodle/notes:manage',1,1544115015,2),(1414,1,9,'moodle/notes:view',1,1544115015,2),(1415,1,9,'moodle/question:add',1,1544115015,2),(1416,1,9,'moodle/question:editall',1,1544115015,2),(1417,1,9,'moodle/question:editmine',1,1544115015,2),(1418,1,9,'moodle/question:flag',1,1544115015,2),(1419,1,9,'moodle/question:managecategory',1,1544115015,2),(1420,1,9,'moodle/question:moveall',1,1544115015,2),(1421,1,9,'moodle/question:movemine',1,1544115015,2),(1422,1,9,'moodle/question:useall',1,1544115015,2),(1423,1,9,'moodle/question:usemine',1,1544115015,2),(1424,1,9,'moodle/question:viewall',1,1544115015,2),(1425,1,9,'moodle/question:viewmine',1,1544115015,2),(1426,1,9,'moodle/rating:rate',1,1544115015,2),(1427,1,9,'moodle/rating:view',1,1544115015,2),(1428,1,9,'moodle/rating:viewall',1,1544115015,2),(1429,1,9,'moodle/rating:viewany',1,1544115015,2),(1430,1,9,'moodle/restore:configure',1,1544115015,2),(1431,1,9,'moodle/restore:restoreactivity',1,1544115015,2),(1432,1,9,'moodle/restore:restorecourse',1,1544115015,2),(1433,1,9,'moodle/restore:restoresection',1,1544115015,2),(1434,1,9,'moodle/restore:restoretargethub',1,1544115015,2),(1435,1,9,'moodle/restore:restoretargetimport',1,1544115015,2),(1436,1,9,'moodle/restore:uploadfile',1,1544115015,2),(1437,1,9,'moodle/role:assign',1,1544115015,2),(1438,1,9,'moodle/role:review',1,1544115015,2),(1439,1,9,'moodle/role:safeoverride',1,1544115015,2),(1440,1,9,'moodle/role:switchroles',1,1544115015,2),(1441,1,9,'moodle/site:accessallgroups',1,1544115015,2),(1442,1,9,'moodle/site:trustcontent',1,1544115015,2),(1443,1,9,'moodle/site:viewfullnames',1,1544115015,2),(1444,1,9,'moodle/site:viewreports',1,1544115015,2),(1445,1,9,'moodle/site:viewuseridentity',1,1544115015,2),(1446,1,9,'moodle/user:viewdetails',1,1544115015,2),(1447,1,9,'moodle/user:viewhiddendetails',1,1544115015,2),(1448,1,9,'report/completion:view',1,1544115015,2),(1449,1,9,'report/log:view',1,1544115015,2),(1450,1,9,'report/log:viewtoday',1,1544115015,2),(1451,1,9,'report/loglive:view',1,1544115015,2),(1452,1,9,'report/outline:view',1,1544115015,2),(1453,1,9,'report/participation:view',1,1544115015,2),(1454,1,9,'report/progress:view',1,1544115015,2),(1455,1,9,'report/stats:view',1,1544115015,2),(1456,1,9,'tool/monitor:managerules',1,1544115015,2),(1457,1,9,'tool/monitor:subscribe',1,1544115015,2),(1458,1,9,'booktool/importhtml:import',1,1544115015,2),(1459,1,9,'booktool/print:print',1,1544115015,2),(1460,1,9,'mod/assign:exportownsubmission',1,1544115015,2),(1461,1,9,'mod/assign:grade',1,1544115015,2),(1462,1,9,'mod/assign:grantextension',1,1544115015,2),(1463,1,9,'mod/assign:manageallocations',1,1544115015,2),(1464,1,9,'mod/assign:managegrades',1,1544115015,2),(1465,1,9,'mod/assign:receivegradernotifications',1,1544115015,2),(1466,1,9,'mod/assign:releasegrades',1,1544115015,2),(1467,1,9,'mod/assign:revealidentities',1,1544115015,2),(1468,1,9,'mod/assign:reviewgrades',1,1544115015,2),(1469,1,9,'mod/assign:view',1,1544115015,2),(1470,1,9,'mod/assign:viewgrades',1,1544115015,2),(1471,1,9,'mod/assignment:exportownsubmission',1,1544115015,2),(1472,1,9,'mod/assignment:grade',1,1544115015,2),(1473,1,9,'mod/assignment:view',1,1544115015,2),(1474,1,9,'mod/book:edit',1,1544115015,2),(1475,1,9,'mod/book:read',1,1544115015,2),(1476,1,9,'mod/book:viewhiddenchapters',1,1544115015,2),(1477,1,9,'mod/chat:chat',1,1544115015,2),(1478,1,9,'mod/chat:deletelog',1,1544115015,2),(1479,1,9,'mod/chat:exportparticipatedsession',1,1544115015,2),(1480,1,9,'mod/chat:exportsession',1,1544115015,2),(1481,1,9,'mod/chat:readlog',1,1544115015,2),(1482,1,9,'mod/choice:choose',1,1544115016,2),(1483,1,9,'mod/choice:deleteresponses',1,1544115016,2),(1484,1,9,'mod/choice:downloadresponses',1,1544115016,2),(1485,1,9,'mod/choice:readresponses',1,1544115016,2),(1486,1,9,'mod/data:approve',1,1544115016,2),(1487,1,9,'mod/data:comment',1,1544115016,2),(1488,1,9,'mod/data:exportallentries',1,1544115016,2),(1489,1,9,'mod/data:exportentry',1,1544115016,2),(1490,1,9,'mod/data:exportownentry',1,1544115016,2),(1491,1,9,'mod/data:exportuserinfo',1,1544115016,2),(1492,1,9,'mod/data:managecomments',1,1544115016,2),(1493,1,9,'mod/data:manageentries',1,1544115016,2),(1494,1,9,'mod/data:managetemplates',1,1544115016,2),(1495,1,9,'mod/data:rate',1,1544115016,2),(1496,1,9,'mod/data:viewallratings',1,1544115016,2),(1497,1,9,'mod/data:viewalluserpresets',1,1544115016,2),(1498,1,9,'mod/data:viewanyrating',1,1544115016,2),(1499,1,9,'mod/data:viewentry',1,1544115016,2),(1500,1,9,'mod/data:viewrating',1,1544115016,2),(1501,1,9,'mod/data:writeentry',1,1544115016,2),(1502,1,9,'mod/feedback:createprivatetemplate',1,1544115016,2),(1503,1,9,'mod/feedback:createpublictemplate',1,1544115016,2),(1504,1,9,'mod/feedback:deletesubmissions',1,1544115016,2),(1505,1,9,'mod/feedback:deletetemplate',1,1544115016,2),(1506,1,9,'mod/feedback:edititems',1,1544115016,2),(1507,1,9,'mod/feedback:receivemail',1,1544115016,2),(1508,1,9,'mod/feedback:view',1,1544115016,2),(1509,1,9,'mod/feedback:viewanalysepage',1,1544115016,2),(1510,1,9,'mod/feedback:viewreports',1,1544115016,2),(1511,1,9,'mod/folder:managefiles',1,1544115016,2),(1512,1,9,'mod/forum:addnews',1,1544115016,2),(1513,1,9,'mod/forum:addquestion',1,1544115016,2),(1514,1,9,'mod/forum:allowforcesubscribe',1,1544115016,2),(1515,1,9,'mod/forum:canposttomygroups',1,1544115016,2),(1516,1,9,'mod/forum:createattachment',1,1544115016,2),(1517,1,9,'mod/forum:deleteanypost',1,1544115016,2),(1518,1,9,'mod/forum:deleteownpost',1,1544115016,2),(1519,1,9,'mod/forum:editanypost',1,1544115016,2),(1520,1,9,'mod/forum:exportdiscussion',1,1544115016,2),(1521,1,9,'mod/forum:exportownpost',1,1544115016,2),(1522,1,9,'mod/forum:exportpost',1,1544115016,2),(1523,1,9,'mod/forum:managesubscriptions',1,1544115016,2),(1524,1,9,'mod/forum:movediscussions',1,1544115016,2),(1525,1,9,'mod/forum:postwithoutthrottling',1,1544115016,2),(1526,1,9,'mod/forum:rate',1,1544115016,2),(1527,1,9,'mod/forum:replynews',1,1544115016,2),(1528,1,9,'mod/forum:replypost',1,1544115016,2),(1529,1,9,'mod/forum:splitdiscussions',1,1544115016,2),(1530,1,9,'mod/forum:startdiscussion',1,1544115016,2),(1531,1,9,'mod/forum:viewallratings',1,1544115016,2),(1532,1,9,'mod/forum:viewanyrating',1,1544115016,2),(1533,1,9,'mod/forum:viewdiscussion',1,1544115016,2),(1534,1,9,'mod/forum:viewhiddentimedposts',1,1544115016,2),(1535,1,9,'mod/forum:viewqandawithoutposting',1,1544115016,2),(1536,1,9,'mod/forum:viewrating',1,1544115016,2),(1537,1,9,'mod/forum:viewsubscribers',1,1544115016,2),(1538,1,9,'mod/glossary:approve',1,1544115016,2),(1539,1,9,'mod/glossary:comment',1,1544115016,2),(1540,1,9,'mod/glossary:export',1,1544115016,2),(1541,1,9,'mod/glossary:exportentry',1,1544115016,2),(1542,1,9,'mod/glossary:exportownentry',1,1544115016,2),(1543,1,9,'mod/glossary:import',1,1544115016,2),(1544,1,9,'mod/glossary:managecategories',1,1544115016,2),(1545,1,9,'mod/glossary:managecomments',1,1544115016,2),(1546,1,9,'mod/glossary:manageentries',1,1544115016,2),(1547,1,9,'mod/glossary:rate',1,1544115016,2),(1548,1,9,'mod/glossary:view',1,1544115016,2),(1549,1,9,'mod/glossary:viewallratings',1,1544115016,2),(1550,1,9,'mod/glossary:viewanyrating',1,1544115016,2),(1551,1,9,'mod/glossary:viewrating',1,1544115016,2),(1552,1,9,'mod/glossary:write',1,1544115016,2),(1553,1,9,'mod/lesson:edit',1,1544115016,2),(1554,1,9,'mod/lesson:grade',1,1544115016,2),(1555,1,9,'mod/lesson:manage',1,1544115016,2),(1556,1,9,'mod/lesson:manageoverrides',1,1544115016,2),(1557,1,9,'mod/lesson:viewreports',1,1544115016,2),(1558,1,9,'mod/lti:manage',1,1544115016,2),(1559,1,9,'mod/lti:view',1,1544115016,2),(1560,1,9,'mod/quiz:deleteattempts',1,1544115016,2),(1561,1,9,'mod/quiz:grade',1,1544115016,2),(1562,1,9,'mod/quiz:manage',1,1544115016,2),(1563,1,9,'mod/quiz:manageoverrides',1,1544115016,2),(1564,1,9,'mod/quiz:preview',1,1544115016,2),(1565,1,9,'mod/quiz:regrade',1,1544115016,2),(1566,1,9,'mod/quiz:view',1,1544115016,2),(1567,1,9,'mod/quiz:viewreports',1,1544115016,2),(1568,1,9,'mod/scorm:deleteresponses',1,1544115016,2),(1569,1,9,'mod/scorm:savetrack',1,1544115016,2),(1570,1,9,'mod/scorm:viewreport',1,1544115016,2),(1571,1,9,'mod/scorm:viewscores',1,1544115016,2),(1572,1,9,'mod/survey:download',1,1544115016,2),(1573,1,9,'mod/survey:participate',1,1544115016,2),(1574,1,9,'mod/survey:readresponses',1,1544115016,2),(1575,1,9,'mod/wiki:createpage',1,1544115016,2),(1576,1,9,'mod/wiki:editcomment',1,1544115016,2),(1577,1,9,'mod/wiki:editpage',1,1544115016,2),(1578,1,9,'mod/wiki:managecomment',1,1544115016,2),(1579,1,9,'mod/wiki:managefiles',1,1544115016,2),(1580,1,9,'mod/wiki:managewiki',1,1544115016,2),(1581,1,9,'mod/wiki:overridelock',1,1544115016,2),(1582,1,9,'mod/wiki:viewcomment',1,1544115016,2),(1583,1,9,'mod/wiki:viewpage',1,1544115016,2),(1584,1,9,'mod/workshop:allocate',1,1544115016,2),(1585,1,9,'mod/workshop:editdimensions',1,1544115016,2),(1586,1,9,'mod/workshop:ignoredeadlines',1,1544115016,2),(1587,1,9,'mod/workshop:manageexamples',1,1544115016,2),(1588,1,9,'mod/workshop:overridegrades',1,1544115016,2),(1589,1,9,'mod/workshop:publishsubmissions',1,1544115016,2),(1590,1,9,'mod/workshop:switchphase',1,1544115016,2),(1591,1,9,'mod/workshop:view',1,1544115016,2),(1592,1,9,'mod/workshop:viewallassessments',1,1544115016,2),(1593,1,9,'mod/workshop:viewallsubmissions',1,1544115016,2),(1594,1,9,'mod/workshop:viewauthornames',1,1544115016,2),(1595,1,9,'mod/workshop:viewauthorpublished',1,1544115016,2),(1596,1,9,'mod/workshop:viewpublishedsubmissions',1,1544115016,2),(1597,1,9,'mod/workshop:viewreviewernames',1,1544115016,2),(1598,1,9,'moodle/backup:backupactivity',1,1544115016,2),(1599,1,9,'moodle/course:activityvisibility',1,1544115016,2),(1600,1,9,'moodle/course:manageactivities',1,1544115016,2),(1601,1,9,'moodle/course:viewhiddenactivities',1,1544115016,2),(1602,1,9,'quiz/grading:viewidnumber',1,1544115016,2),(1603,1,9,'quiz/grading:viewstudentnames',1,1544115016,2),(1604,1,9,'quiz/statistics:view',1,1544115016,2),(1605,1,9,'repository/coursefiles:view',1,1544115016,2),(1606,1,9,'repository/filesystem:view',1,1544115016,2),(1607,1,9,'repository/local:view',1,1544115016,2),(1608,1,9,'repository/webdav:view',1,1544115016,2),(1609,1,9,'block/activity_modules:addinstance',1,1544115016,2),(1610,1,9,'block/activity_results:addinstance',1,1544115016,2),(1611,1,9,'block/admin_bookmarks:addinstance',1,1544115017,2),(1612,1,9,'block/badges:addinstance',1,1544115017,2),(1613,1,9,'block/blog_menu:addinstance',1,1544115017,2),(1614,1,9,'block/blog_recent:addinstance',1,1544115017,2),(1615,1,9,'block/blog_tags:addinstance',1,1544115017,2),(1616,1,9,'block/calendar_month:addinstance',1,1544115017,2),(1617,1,9,'block/calendar_upcoming:addinstance',1,1544115017,2),(1618,1,9,'block/comments:addinstance',1,1544115017,2),(1619,1,9,'block/community:addinstance',1,1544115017,2),(1620,1,9,'block/completionstatus:addinstance',1,1544115017,2),(1621,1,9,'block/course_list:addinstance',1,1544115017,2),(1622,1,9,'block/course_summary:addinstance',1,1544115017,2),(1623,1,9,'block/feedback:addinstance',1,1544115017,2),(1624,1,9,'block/glossary_random:addinstance',1,1544115017,2),(1625,1,9,'block/html:addinstance',1,1544115017,2),(1626,1,9,'block/login:addinstance',1,1544115017,2),(1627,1,9,'block/mentees:addinstance',1,1544115017,2),(1628,1,9,'block/mnet_hosts:addinstance',1,1544115017,2),(1629,1,9,'block/myprofile:addinstance',1,1544115017,2),(1630,1,9,'block/navigation:addinstance',1,1544115017,2),(1631,1,9,'block/news_items:addinstance',1,1544115017,2),(1632,1,9,'block/online_users:addinstance',1,1544115017,2),(1633,1,9,'block/online_users:viewlist',1,1544115017,2),(1634,1,9,'block/participants:addinstance',1,1544115017,2),(1635,1,9,'block/private_files:addinstance',1,1544115017,2),(1636,1,9,'block/quiz_results:addinstance',1,1544115017,2),(1637,1,9,'block/recent_activity:addinstance',1,1544115017,2),(1638,1,9,'block/rss_client:addinstance',1,1544115017,2),(1639,1,9,'block/rss_client:manageownfeeds',1,1544115017,2),(1640,1,9,'block/search_forums:addinstance',1,1544115017,2),(1641,1,9,'block/section_links:addinstance',1,1544115017,2),(1642,1,9,'block/selfcompletion:addinstance',1,1544115017,2),(1643,1,9,'block/settings:addinstance',1,1544115017,2),(1644,1,9,'block/site_main_menu:addinstance',1,1544115017,2),(1645,1,9,'block/social_activities:addinstance',1,1544115017,2),(1646,1,9,'block/tags:addinstance',1,1544115017,2),(1647,1,9,'block/tag_flickr:addinstance',1,1544115017,2),(1648,1,9,'block/tag_youtube:addinstance',1,1544115017,2),(1649,1,9,'moodle/block:edit',1,1544115017,2),(1650,1,9,'moodle/block:view',1,1544115017,2),(1651,1,9,'moodle/site:manageblocks',1,1544115017,2),(1652,1,10,'moodle/blog:manageentries',1,1544115056,2),(1653,1,10,'moodle/blog:manageexternal',1,1544115056,2),(1654,1,10,'moodle/blog:search',1,1544115056,2),(1655,1,10,'moodle/blog:view',1,1544115056,2),(1656,1,10,'moodle/community:add',1,1544115056,2),(1657,1,10,'moodle/community:download',1,1544115056,2),(1658,1,10,'moodle/course:viewsuspendedusers',1,1544115056,2),(1659,1,10,'moodle/portfolio:export',1,1544115056,2),(1660,1,10,'moodle/site:doclinks',1,1544115056,2),(1661,1,10,'moodle/site:readallmessages',1,1544115056,2),(1662,1,10,'moodle/tag:editblocks',1,1544115056,2),(1663,1,10,'report/courseoverview:view',1,1544115056,2),(1664,1,10,'moodle/user:readuserblogs',1,1544115056,2),(1665,1,10,'moodle/user:readuserposts',1,1544115056,2),(1666,1,10,'enrol/category:config',1,1544115056,2),(1667,1,10,'enrol/cohort:config',1,1544115056,2),(1668,1,10,'enrol/database:config',1,1544115056,2),(1669,1,10,'enrol/guest:config',1,1544115056,2),(1670,1,10,'enrol/imsenterprise:config',1,1544115056,2),(1671,1,10,'enrol/manual:enrol',1,1544115056,2),(1672,1,10,'enrol/manual:manage',1,1544115056,2),(1673,1,10,'enrol/manual:unenrol',1,1544115056,2),(1674,1,10,'enrol/meta:config',1,1544115056,2),(1675,1,10,'enrol/mnet:config',1,1544115056,2),(1676,1,10,'enrol/paypal:manage',1,1544115056,2),(1677,1,10,'enrol/self:config',1,1544115056,2),(1678,1,10,'enrol/self:manage',1,1544115056,2),(1679,1,10,'enrol/self:unenrol',1,1544115056,2),(1680,1,10,'gradeexport/ods:view',1,1544115056,2),(1681,1,10,'gradeexport/txt:view',1,1544115056,2),(1682,1,10,'gradeexport/xls:view',1,1544115056,2),(1683,1,10,'gradeexport/xml:view',1,1544115056,2),(1684,1,10,'gradeimport/csv:view',1,1544115056,2),(1685,1,10,'gradeimport/direct:view',1,1544115056,2),(1686,1,10,'gradeimport/xml:view',1,1544115056,2),(1687,1,10,'gradereport/grader:view',1,1544115056,2),(1688,1,10,'gradereport/history:view',1,1544115056,2),(1689,1,10,'gradereport/outcomes:view',1,1544115056,2),(1690,1,10,'gradereport/singleview:view',1,1544115056,2),(1691,1,10,'gradereport/user:view',1,1544115056,2),(1692,1,10,'mod/assign:addinstance',1,1544115056,2),(1693,1,10,'mod/assignment:addinstance',1,1544115056,2),(1694,1,10,'mod/book:addinstance',1,1544115056,2),(1695,1,10,'mod/chat:addinstance',1,1544115056,2),(1696,1,10,'mod/choice:addinstance',1,1544115056,2),(1697,1,10,'mod/data:addinstance',1,1544115056,2),(1698,1,10,'mod/feedback:addinstance',1,1544115056,2),(1699,1,10,'mod/folder:addinstance',1,1544115056,2),(1700,1,10,'mod/forum:addinstance',1,1544115056,2),(1701,1,10,'mod/glossary:addinstance',1,1544115056,2),(1702,1,10,'mod/imscp:addinstance',1,1544115056,2),(1703,1,10,'mod/label:addinstance',1,1544115056,2),(1704,1,10,'mod/lesson:addinstance',1,1544115056,2),(1705,1,10,'mod/lti:addcoursetool',1,1544115056,2),(1706,1,10,'mod/lti:addinstance',1,1544115056,2),(1707,1,10,'mod/lti:requesttooladd',1,1544115056,2),(1708,1,10,'mod/page:addinstance',1,1544115056,2),(1709,1,10,'mod/quiz:addinstance',1,1544115056,2),(1710,1,10,'mod/resource:addinstance',1,1544115056,2),(1711,1,10,'mod/scorm:addinstance',1,1544115056,2),(1712,1,10,'mod/survey:addinstance',1,1544115056,2),(1713,1,10,'mod/url:addinstance',1,1544115056,2),(1714,1,10,'mod/wiki:addinstance',1,1544115056,2),(1715,1,10,'mod/workshop:addinstance',1,1544115056,2),(1716,1,10,'moodle/backup:backupcourse',1,1544115056,2),(1717,1,10,'moodle/backup:backupsection',1,1544115056,2),(1718,1,10,'moodle/backup:backuptargethub',1,1544115056,2),(1719,1,10,'moodle/backup:backuptargetimport',1,1544115056,2),(1720,1,10,'moodle/backup:configure',1,1544115056,2),(1721,1,10,'moodle/backup:downloadfile',1,1544115056,2),(1722,1,10,'moodle/badges:awardbadge',1,1544115056,2),(1723,1,10,'moodle/badges:configurecriteria',1,1544115056,2),(1724,1,10,'moodle/badges:configuredetails',1,1544115056,2),(1725,1,10,'moodle/badges:configuremessages',1,1544115056,2),(1726,1,10,'moodle/badges:createbadge',1,1544115056,2),(1727,1,10,'moodle/badges:deletebadge',1,1544115056,2),(1728,1,10,'moodle/badges:viewawarded',1,1544115056,2),(1729,1,10,'moodle/calendar:manageentries',1,1544115056,2),(1730,1,10,'moodle/calendar:managegroupentries',1,1544115056,2),(1731,1,10,'moodle/cohort:view',1,1544115056,2),(1732,1,10,'moodle/comment:delete',1,1544115056,2),(1733,1,10,'moodle/comment:post',1,1544115056,2),(1734,1,10,'moodle/comment:view',1,1544115056,2),(1735,1,10,'moodle/course:bulkmessaging',1,1544115056,2),(1736,1,10,'moodle/course:changecategory',1,1544115056,2),(1737,1,10,'moodle/course:changefullname',1,1544115056,2),(1738,1,10,'moodle/course:changeidnumber',1,1544115056,2),(1739,1,10,'moodle/course:changeshortname',1,1544115056,2),(1740,1,10,'moodle/course:changesummary',1,1544115056,2),(1741,1,10,'moodle/course:enrolconfig',1,1544115056,2),(1742,1,10,'moodle/course:enrolreview',1,1544115056,2),(1743,1,10,'moodle/course:managefiles',1,1544115056,2),(1744,1,10,'moodle/course:managegroups',1,1544115056,2),(1745,1,10,'moodle/course:managescales',1,1544115056,2),(1746,1,10,'moodle/course:markcomplete',1,1544115056,2),(1747,1,10,'moodle/course:movesections',1,1544115056,2),(1748,1,10,'moodle/course:reset',1,1544115056,2),(1749,1,10,'moodle/course:reviewotherusers',1,1544115056,2),(1750,1,10,'moodle/course:sectionvisibility',1,1544115056,2),(1751,1,10,'moodle/course:setcurrentsection',1,1544115056,2),(1752,1,10,'moodle/course:tag',1,1544115056,2),(1753,1,10,'moodle/course:update',1,1544115056,2),(1754,1,10,'moodle/course:useremail',1,1544115056,2),(1755,1,10,'moodle/course:viewhiddencourses',1,1544115056,2),(1756,1,10,'moodle/course:viewhiddensections',1,1544115056,2),(1757,1,10,'moodle/course:viewhiddenuserfields',1,1544115056,2),(1758,1,10,'moodle/course:viewparticipants',1,1544115056,2),(1759,1,10,'moodle/course:viewscales',1,1544115056,2),(1760,1,10,'moodle/course:visibility',1,1544115056,2),(1761,1,10,'moodle/filter:manage',1,1544115056,2),(1762,1,10,'moodle/grade:edit',1,1544115056,2),(1763,1,10,'moodle/grade:export',1,1544115056,2),(1764,1,10,'moodle/grade:hide',1,1544115056,2),(1765,1,10,'moodle/grade:import',1,1544115056,2),(1766,1,10,'moodle/grade:lock',1,1544115057,2),(1767,1,10,'moodle/grade:manage',1,1544115057,2),(1768,1,10,'moodle/grade:managegradingforms',1,1544115057,2),(1769,1,10,'moodle/grade:manageletters',1,1544115057,2),(1770,1,10,'moodle/grade:manageoutcomes',1,1544115057,2),(1771,1,10,'moodle/grade:unlock',1,1544115057,2),(1772,1,10,'moodle/grade:viewall',1,1544115057,2),(1773,1,10,'moodle/grade:viewhidden',1,1544115057,2),(1774,1,10,'moodle/notes:manage',1,1544115057,2),(1775,1,10,'moodle/notes:view',1,1544115057,2),(1776,1,10,'moodle/question:add',1,1544115057,2),(1777,1,10,'moodle/question:editall',1,1544115057,2),(1778,1,10,'moodle/question:editmine',1,1544115057,2),(1779,1,10,'moodle/question:flag',1,1544115057,2),(1780,1,10,'moodle/question:managecategory',1,1544115057,2),(1781,1,10,'moodle/question:moveall',1,1544115057,2),(1782,1,10,'moodle/question:movemine',1,1544115057,2),(1783,1,10,'moodle/question:useall',1,1544115057,2),(1784,1,10,'moodle/question:usemine',1,1544115057,2),(1785,1,10,'moodle/question:viewall',1,1544115057,2),(1786,1,10,'moodle/question:viewmine',1,1544115057,2),(1787,1,10,'moodle/rating:rate',1,1544115057,2),(1788,1,10,'moodle/rating:view',1,1544115057,2),(1789,1,10,'moodle/rating:viewall',1,1544115057,2),(1790,1,10,'moodle/rating:viewany',1,1544115057,2),(1791,1,10,'moodle/restore:configure',1,1544115057,2),(1792,1,10,'moodle/restore:restoreactivity',1,1544115057,2),(1793,1,10,'moodle/restore:restorecourse',1,1544115057,2),(1794,1,10,'moodle/restore:restoresection',1,1544115057,2),(1795,1,10,'moodle/restore:restoretargethub',1,1544115057,2),(1796,1,10,'moodle/restore:restoretargetimport',1,1544115057,2),(1797,1,10,'moodle/restore:uploadfile',1,1544115057,2),(1798,1,10,'moodle/role:assign',1,1544115057,2),(1799,1,10,'moodle/role:review',1,1544115057,2),(1800,1,10,'moodle/role:safeoverride',1,1544115057,2),(1801,1,10,'moodle/role:switchroles',1,1544115057,2),(1802,1,10,'moodle/site:accessallgroups',1,1544115057,2),(1803,1,10,'moodle/site:trustcontent',1,1544115057,2),(1804,1,10,'moodle/site:viewfullnames',1,1544115057,2),(1805,1,10,'moodle/site:viewreports',1,1544115057,2),(1806,1,10,'moodle/site:viewuseridentity',1,1544115057,2),(1807,1,10,'moodle/user:viewdetails',1,1544115057,2),(1808,1,10,'moodle/user:viewhiddendetails',1,1544115057,2),(1809,1,10,'report/completion:view',1,1544115057,2),(1810,1,10,'report/log:view',1,1544115057,2),(1811,1,10,'report/log:viewtoday',1,1544115057,2),(1812,1,10,'report/loglive:view',1,1544115057,2),(1813,1,10,'report/outline:view',1,1544115057,2),(1814,1,10,'report/participation:view',1,1544115057,2),(1815,1,10,'report/progress:view',1,1544115057,2),(1816,1,10,'report/stats:view',1,1544115057,2),(1817,1,10,'tool/monitor:managerules',1,1544115057,2),(1818,1,10,'tool/monitor:subscribe',1,1544115057,2),(1819,1,10,'booktool/importhtml:import',1,1544115057,2),(1820,1,10,'booktool/print:print',1,1544115057,2),(1821,1,10,'mod/assign:exportownsubmission',1,1544115057,2),(1822,1,10,'mod/assign:grade',1,1544115057,2),(1823,1,10,'mod/assign:grantextension',1,1544115057,2),(1824,1,10,'mod/assign:manageallocations',1,1544115057,2),(1825,1,10,'mod/assign:managegrades',1,1544115057,2),(1826,1,10,'mod/assign:receivegradernotifications',1,1544115057,2),(1827,1,10,'mod/assign:releasegrades',1,1544115057,2),(1828,1,10,'mod/assign:revealidentities',1,1544115057,2),(1829,1,10,'mod/assign:reviewgrades',1,1544115057,2),(1830,1,10,'mod/assign:view',1,1544115057,2),(1831,1,10,'mod/assign:viewgrades',1,1544115057,2),(1832,1,10,'mod/assignment:exportownsubmission',1,1544115057,2),(1833,1,10,'mod/assignment:grade',1,1544115057,2),(1834,1,10,'mod/assignment:view',1,1544115057,2),(1835,1,10,'mod/book:edit',1,1544115057,2),(1836,1,10,'mod/book:read',1,1544115057,2),(1837,1,10,'mod/book:viewhiddenchapters',1,1544115057,2),(1838,1,10,'mod/chat:chat',1,1544115057,2),(1839,1,10,'mod/chat:deletelog',1,1544115057,2),(1840,1,10,'mod/chat:exportparticipatedsession',1,1544115057,2),(1841,1,10,'mod/chat:exportsession',1,1544115057,2),(1842,1,10,'mod/chat:readlog',1,1544115057,2),(1843,1,10,'mod/choice:choose',1,1544115057,2),(1844,1,10,'mod/choice:deleteresponses',1,1544115057,2),(1845,1,10,'mod/choice:downloadresponses',1,1544115057,2),(1846,1,10,'mod/choice:readresponses',1,1544115057,2),(1847,1,10,'mod/data:approve',1,1544115057,2),(1848,1,10,'mod/data:comment',1,1544115057,2),(1849,1,10,'mod/data:exportallentries',1,1544115057,2),(1850,1,10,'mod/data:exportentry',1,1544115057,2),(1851,1,10,'mod/data:exportownentry',1,1544115057,2),(1852,1,10,'mod/data:exportuserinfo',1,1544115057,2),(1853,1,10,'mod/data:managecomments',1,1544115057,2),(1854,1,10,'mod/data:manageentries',1,1544115057,2),(1855,1,10,'mod/data:managetemplates',1,1544115057,2),(1856,1,10,'mod/data:rate',1,1544115057,2),(1857,1,10,'mod/data:viewallratings',1,1544115057,2),(1858,1,10,'mod/data:viewalluserpresets',1,1544115057,2),(1859,1,10,'mod/data:viewanyrating',1,1544115057,2),(1860,1,10,'mod/data:viewentry',1,1544115057,2),(1861,1,10,'mod/data:viewrating',1,1544115057,2),(1862,1,10,'mod/data:writeentry',1,1544115057,2),(1863,1,10,'mod/feedback:createprivatetemplate',1,1544115057,2),(1864,1,10,'mod/feedback:createpublictemplate',1,1544115057,2),(1865,1,10,'mod/feedback:deletesubmissions',1,1544115057,2),(1866,1,10,'mod/feedback:deletetemplate',1,1544115057,2),(1867,1,10,'mod/feedback:edititems',1,1544115057,2),(1868,1,10,'mod/feedback:receivemail',1,1544115057,2),(1869,1,10,'mod/feedback:view',1,1544115057,2),(1870,1,10,'mod/feedback:viewanalysepage',1,1544115057,2),(1871,1,10,'mod/feedback:viewreports',1,1544115057,2),(1872,1,10,'mod/folder:managefiles',1,1544115057,2),(1873,1,10,'mod/forum:addnews',1,1544115057,2),(1874,1,10,'mod/forum:addquestion',1,1544115057,2),(1875,1,10,'mod/forum:allowforcesubscribe',1,1544115057,2),(1876,1,10,'mod/forum:canposttomygroups',1,1544115057,2),(1877,1,10,'mod/forum:createattachment',1,1544115057,2),(1878,1,10,'mod/forum:deleteanypost',1,1544115057,2),(1879,1,10,'mod/forum:deleteownpost',1,1544115057,2),(1880,1,10,'mod/forum:editanypost',1,1544115057,2),(1881,1,10,'mod/forum:exportdiscussion',1,1544115057,2),(1882,1,10,'mod/forum:exportownpost',1,1544115057,2),(1883,1,10,'mod/forum:exportpost',1,1544115057,2),(1884,1,10,'mod/forum:managesubscriptions',1,1544115057,2),(1885,1,10,'mod/forum:movediscussions',1,1544115057,2),(1886,1,10,'mod/forum:postwithoutthrottling',1,1544115057,2),(1887,1,10,'mod/forum:rate',1,1544115058,2),(1888,1,10,'mod/forum:replynews',1,1544115058,2),(1889,1,10,'mod/forum:replypost',1,1544115058,2),(1890,1,10,'mod/forum:splitdiscussions',1,1544115058,2),(1891,1,10,'mod/forum:startdiscussion',1,1544115058,2),(1892,1,10,'mod/forum:viewallratings',1,1544115058,2),(1893,1,10,'mod/forum:viewanyrating',1,1544115058,2),(1894,1,10,'mod/forum:viewdiscussion',1,1544115058,2),(1895,1,10,'mod/forum:viewhiddentimedposts',1,1544115058,2),(1896,1,10,'mod/forum:viewqandawithoutposting',1,1544115058,2),(1897,1,10,'mod/forum:viewrating',1,1544115058,2),(1898,1,10,'mod/forum:viewsubscribers',1,1544115058,2),(1899,1,10,'mod/glossary:approve',1,1544115058,2),(1900,1,10,'mod/glossary:comment',1,1544115058,2),(1901,1,10,'mod/glossary:export',1,1544115058,2),(1902,1,10,'mod/glossary:exportentry',1,1544115058,2),(1903,1,10,'mod/glossary:exportownentry',1,1544115058,2),(1904,1,10,'mod/glossary:import',1,1544115058,2),(1905,1,10,'mod/glossary:managecategories',1,1544115058,2),(1906,1,10,'mod/glossary:managecomments',1,1544115058,2),(1907,1,10,'mod/glossary:manageentries',1,1544115058,2),(1908,1,10,'mod/glossary:rate',1,1544115058,2),(1909,1,10,'mod/glossary:view',1,1544115058,2),(1910,1,10,'mod/glossary:viewallratings',1,1544115058,2),(1911,1,10,'mod/glossary:viewanyrating',1,1544115058,2),(1912,1,10,'mod/glossary:viewrating',1,1544115058,2),(1913,1,10,'mod/glossary:write',1,1544115058,2),(1914,1,10,'mod/lesson:edit',1,1544115058,2),(1915,1,10,'mod/lesson:grade',1,1544115058,2),(1916,1,10,'mod/lesson:manage',1,1544115058,2),(1917,1,10,'mod/lesson:manageoverrides',1,1544115058,2),(1918,1,10,'mod/lesson:viewreports',1,1544115058,2),(1919,1,10,'mod/lti:manage',1,1544115058,2),(1920,1,10,'mod/lti:view',1,1544115058,2),(1921,1,10,'mod/quiz:deleteattempts',1,1544115058,2),(1922,1,10,'mod/quiz:grade',1,1544115058,2),(1923,1,10,'mod/quiz:manage',1,1544115058,2),(1924,1,10,'mod/quiz:manageoverrides',1,1544115058,2),(1925,1,10,'mod/quiz:preview',1,1544115058,2),(1926,1,10,'mod/quiz:regrade',1,1544115058,2),(1927,1,10,'mod/quiz:view',1,1544115058,2),(1928,1,10,'mod/quiz:viewreports',1,1544115058,2),(1929,1,10,'mod/scorm:deleteresponses',1,1544115058,2),(1930,1,10,'mod/scorm:savetrack',1,1544115058,2),(1931,1,10,'mod/scorm:viewreport',1,1544115058,2),(1932,1,10,'mod/scorm:viewscores',1,1544115058,2),(1933,1,10,'mod/survey:download',1,1544115058,2),(1934,1,10,'mod/survey:participate',1,1544115058,2),(1935,1,10,'mod/survey:readresponses',1,1544115058,2),(1936,1,10,'mod/wiki:createpage',1,1544115058,2),(1937,1,10,'mod/wiki:editcomment',1,1544115058,2),(1938,1,10,'mod/wiki:editpage',1,1544115058,2),(1939,1,10,'mod/wiki:managecomment',1,1544115058,2),(1940,1,10,'mod/wiki:managefiles',1,1544115058,2),(1941,1,10,'mod/wiki:managewiki',1,1544115058,2),(1942,1,10,'mod/wiki:overridelock',1,1544115058,2),(1943,1,10,'mod/wiki:viewcomment',1,1544115058,2),(1944,1,10,'mod/wiki:viewpage',1,1544115058,2),(1945,1,10,'mod/workshop:allocate',1,1544115058,2),(1946,1,10,'mod/workshop:editdimensions',1,1544115058,2),(1947,1,10,'mod/workshop:ignoredeadlines',1,1544115058,2),(1948,1,10,'mod/workshop:manageexamples',1,1544115058,2),(1949,1,10,'mod/workshop:overridegrades',1,1544115058,2),(1950,1,10,'mod/workshop:publishsubmissions',1,1544115058,2),(1951,1,10,'mod/workshop:switchphase',1,1544115058,2),(1952,1,10,'mod/workshop:view',1,1544115058,2),(1953,1,10,'mod/workshop:viewallassessments',1,1544115058,2),(1954,1,10,'mod/workshop:viewallsubmissions',1,1544115058,2),(1955,1,10,'mod/workshop:viewauthornames',1,1544115058,2),(1956,1,10,'mod/workshop:viewauthorpublished',1,1544115058,2),(1957,1,10,'mod/workshop:viewpublishedsubmissions',1,1544115058,2),(1958,1,10,'mod/workshop:viewreviewernames',1,1544115058,2),(1959,1,10,'moodle/backup:backupactivity',1,1544115058,2),(1960,1,10,'moodle/course:activityvisibility',1,1544115058,2),(1961,1,10,'moodle/course:manageactivities',1,1544115058,2),(1962,1,10,'moodle/course:viewhiddenactivities',1,1544115058,2),(1963,1,10,'quiz/grading:viewidnumber',1,1544115058,2),(1964,1,10,'quiz/grading:viewstudentnames',1,1544115058,2),(1965,1,10,'quiz/statistics:view',1,1544115058,2),(1966,1,10,'repository/coursefiles:view',1,1544115058,2),(1967,1,10,'repository/filesystem:view',1,1544115058,2),(1968,1,10,'repository/local:view',1,1544115058,2),(1969,1,10,'repository/webdav:view',1,1544115058,2),(1970,1,10,'block/activity_modules:addinstance',1,1544115058,2),(1971,1,10,'block/activity_results:addinstance',1,1544115058,2),(1972,1,10,'block/admin_bookmarks:addinstance',1,1544115058,2),(1973,1,10,'block/badges:addinstance',1,1544115058,2),(1974,1,10,'block/blog_menu:addinstance',1,1544115058,2),(1975,1,10,'block/blog_recent:addinstance',1,1544115058,2),(1976,1,10,'block/blog_tags:addinstance',1,1544115058,2),(1977,1,10,'block/calendar_month:addinstance',1,1544115058,2),(1978,1,10,'block/calendar_upcoming:addinstance',1,1544115058,2),(1979,1,10,'block/comments:addinstance',1,1544115058,2),(1980,1,10,'block/community:addinstance',1,1544115058,2),(1981,1,10,'block/completionstatus:addinstance',1,1544115058,2),(1982,1,10,'block/course_list:addinstance',1,1544115058,2),(1983,1,10,'block/course_summary:addinstance',1,1544115058,2),(1984,1,10,'block/feedback:addinstance',1,1544115058,2),(1985,1,10,'block/glossary_random:addinstance',1,1544115058,2),(1986,1,10,'block/html:addinstance',1,1544115058,2),(1987,1,10,'block/login:addinstance',1,1544115058,2),(1988,1,10,'block/mentees:addinstance',1,1544115058,2),(1989,1,10,'block/mnet_hosts:addinstance',1,1544115058,2),(1990,1,10,'block/myprofile:addinstance',1,1544115058,2),(1991,1,10,'block/navigation:addinstance',1,1544115058,2),(1992,1,10,'block/news_items:addinstance',1,1544115058,2),(1993,1,10,'block/online_users:addinstance',1,1544115058,2),(1994,1,10,'block/online_users:viewlist',1,1544115058,2),(1995,1,10,'block/participants:addinstance',1,1544115058,2),(1996,1,10,'block/private_files:addinstance',1,1544115058,2),(1997,1,10,'block/quiz_results:addinstance',1,1544115058,2),(1998,1,10,'block/recent_activity:addinstance',1,1544115058,2),(1999,1,10,'block/rss_client:addinstance',1,1544115058,2),(2000,1,10,'block/rss_client:manageownfeeds',1,1544115058,2),(2001,1,10,'block/search_forums:addinstance',1,1544115058,2),(2002,1,10,'block/section_links:addinstance',1,1544115058,2),(2003,1,10,'block/selfcompletion:addinstance',1,1544115058,2),(2004,1,10,'block/settings:addinstance',1,1544115058,2),(2005,1,10,'block/site_main_menu:addinstance',1,1544115058,2),(2006,1,10,'block/social_activities:addinstance',1,1544115058,2),(2007,1,10,'block/tags:addinstance',1,1544115058,2),(2008,1,10,'block/tag_flickr:addinstance',1,1544115058,2),(2009,1,10,'block/tag_youtube:addinstance',1,1544115058,2),(2010,1,10,'moodle/block:edit',1,1544115058,2),(2011,1,10,'moodle/block:view',1,1544115058,2),(2012,1,10,'moodle/site:manageblocks',1,1544115058,2),(2013,1,11,'moodle/blog:manageentries',1,1544115086,2),(2014,1,11,'moodle/blog:manageexternal',1,1544115086,2),(2015,1,11,'moodle/blog:search',1,1544115086,2),(2016,1,11,'moodle/blog:view',1,1544115086,2),(2017,1,11,'moodle/community:add',1,1544115086,2),(2018,1,11,'moodle/community:download',1,1544115086,2),(2019,1,11,'moodle/portfolio:export',1,1544115086,2),(2020,1,11,'moodle/site:doclinks',1,1544115086,2),(2021,1,11,'moodle/site:readallmessages',1,1544115086,2),(2022,1,11,'moodle/tag:editblocks',1,1544115086,2),(2023,1,11,'moodle/tag:manage',1,1544115086,2),(2024,1,11,'report/courseoverview:view',1,1544115086,2),(2025,1,11,'moodle/user:readuserblogs',1,1544115086,2),(2026,1,11,'moodle/user:readuserposts',1,1544115086,2),(2027,1,11,'local/relationship:assign',1,1544115086,2),(2028,1,11,'local/relationship:manage',1,1544115086,2),(2029,1,11,'local/relationship:view',1,1544115086,2),(2030,1,11,'moodle/cohort:assign',1,1544115086,2),(2031,1,11,'moodle/cohort:manage',1,1544115086,2),(2032,1,11,'enrol/cohort:config',1,1544115086,2),(2033,1,11,'enrol/guest:config',1,1544115086,2),(2034,1,11,'enrol/manual:enrol',1,1544115086,2),(2035,1,11,'enrol/manual:manage',1,1544115086,2),(2036,1,11,'enrol/manual:unenrol',1,1544115086,2),(2037,1,11,'enrol/relationship:config',1,1544115086,2),(2038,1,11,'enrol/relationship:unenrol',1,1544115086,2),(2039,1,11,'enrol/self:config',1,1544115086,2),(2040,1,11,'enrol/self:manage',1,1544115086,2),(2041,1,11,'enrol/self:unenrol',1,1544115086,2),(2042,1,11,'gradeexport/ods:view',1,1544115086,2),(2043,1,11,'gradeexport/txt:view',1,1544115086,2),(2044,1,11,'gradeexport/xls:view',1,1544115086,2),(2045,1,11,'gradeexport/xml:view',1,1544115086,2),(2046,1,11,'gradeimport/csv:view',1,1544115086,2),(2047,1,11,'gradeimport/xml:view',1,1544115086,2),(2048,1,11,'gradereport/grader:view',1,1544115086,2),(2049,1,11,'gradereport/history:view',1,1544115086,2),(2050,1,11,'gradereport/outcomes:view',1,1544115086,2),(2051,1,11,'gradereport/user:view',1,1544115086,2),(2052,1,11,'mod/assign:addinstance',1,1544115086,2),(2053,1,11,'mod/assignment:addinstance',1,1544115086,2),(2054,1,11,'mod/book:addinstance',1,1544115086,2),(2055,1,11,'mod/chat:addinstance',1,1544115086,2),(2056,1,11,'mod/choice:addinstance',1,1544115086,2),(2057,1,11,'mod/data:addinstance',1,1544115086,2),(2058,1,11,'mod/feedback:addinstance',1,1544115086,2),(2059,1,11,'mod/folder:addinstance',1,1544115086,2),(2060,1,11,'mod/forum:addinstance',1,1544115086,2),(2061,1,11,'mod/glossary:addinstance',1,1544115086,2),(2062,1,11,'mod/imscp:addinstance',1,1544115086,2),(2063,1,11,'mod/label:addinstance',1,1544115086,2),(2064,1,11,'mod/lesson:addinstance',1,1544115086,2),(2065,1,11,'mod/lti:addcoursetool',1,1544115086,2),(2066,1,11,'mod/lti:addinstance',1,1544115086,2),(2067,1,11,'mod/lti:requesttooladd',1,1544115086,2),(2068,1,11,'mod/page:addinstance',1,1544115086,2),(2069,1,11,'mod/quiz:addinstance',1,1544115086,2),(2070,1,11,'mod/resource:addinstance',1,1544115086,2),(2071,1,11,'mod/scorm:addinstance',1,1544115086,2),(2072,1,11,'mod/survey:addinstance',1,1544115086,2),(2073,1,11,'mod/url:addinstance',1,1544115086,2),(2074,1,11,'mod/wiki:addinstance',1,1544115086,2),(2075,1,11,'mod/workshop:addinstance',1,1544115086,2),(2076,1,11,'moodle/backup:backupcourse',1,1544115086,2),(2077,1,11,'moodle/backup:backupsection',1,1544115086,2),(2078,1,11,'moodle/backup:backuptargethub',1,1544115086,2),(2079,1,11,'moodle/backup:backuptargetimport',1,1544115086,2),(2080,1,11,'moodle/backup:configure',1,1544115086,2),(2081,1,11,'moodle/backup:downloadfile',1,1544115086,2),(2082,1,11,'moodle/calendar:manageentries',1,1544115086,2),(2083,1,11,'moodle/calendar:managegroupentries',1,1544115086,2),(2084,1,11,'moodle/cohort:view',1,1544115086,2),(2085,1,11,'moodle/comment:delete',1,1544115087,2),(2086,1,11,'moodle/comment:post',1,1544115087,2),(2087,1,11,'moodle/comment:view',1,1544115087,2),(2088,1,11,'moodle/course:bulkmessaging',1,1544115087,2),(2089,1,11,'moodle/course:enrolconfig',1,1544115087,2),(2090,1,11,'moodle/course:enrolreview',1,1544115087,2),(2091,1,11,'moodle/course:managefiles',1,1544115087,2),(2092,1,11,'moodle/course:managegroups',1,1544115087,2),(2093,1,11,'moodle/course:managescales',1,1544115087,2),(2094,1,11,'moodle/course:markcomplete',1,1544115087,2),(2095,1,11,'moodle/course:movesections',1,1544115087,2),(2096,1,11,'moodle/course:reset',1,1544115087,2),(2097,1,11,'moodle/course:reviewotherusers',1,1544115087,2),(2098,1,11,'moodle/course:sectionvisibility',1,1544115087,2),(2099,1,11,'moodle/course:setcurrentsection',1,1544115087,2),(2100,1,11,'moodle/course:tag',1,1544115087,2),(2101,1,11,'moodle/course:update',1,1544115087,2),(2102,1,11,'moodle/course:useremail',1,1544115087,2),(2103,1,11,'moodle/course:view',1,1544115087,2),(2104,1,11,'moodle/course:viewhiddencourses',1,1544115087,2),(2105,1,11,'moodle/course:viewhiddensections',1,1544115087,2),(2106,1,11,'moodle/course:viewhiddenuserfields',1,1544115087,2),(2107,1,11,'moodle/course:viewparticipants',1,1544115087,2),(2108,1,11,'moodle/course:viewscales',1,1544115087,2),(2109,1,11,'moodle/course:visibility',1,1544115087,2),(2110,1,11,'moodle/filter:manage',1,1544115087,2),(2111,1,11,'moodle/grade:edit',1,1544115087,2),(2112,1,11,'moodle/grade:export',1,1544115087,2),(2113,1,11,'moodle/grade:hide',1,1544115087,2),(2114,1,11,'moodle/grade:import',1,1544115087,2),(2115,1,11,'moodle/grade:lock',1,1544115087,2),(2116,1,11,'moodle/grade:manage',1,1544115087,2),(2117,1,11,'moodle/grade:managegradingforms',1,1544115087,2),(2118,1,11,'moodle/grade:manageletters',1,1544115087,2),(2119,1,11,'moodle/grade:manageoutcomes',1,1544115087,2),(2120,1,11,'moodle/grade:unlock',1,1544115087,2),(2121,1,11,'moodle/grade:viewall',1,1544115087,2),(2122,1,11,'moodle/grade:viewhidden',1,1544115087,2),(2123,1,11,'moodle/notes:manage',1,1544115087,2),(2124,1,11,'moodle/notes:view',1,1544115087,2),(2125,1,11,'moodle/question:add',1,1544115087,2),(2126,1,11,'moodle/question:editall',1,1544115087,2),(2127,1,11,'moodle/question:editmine',1,1544115087,2),(2128,1,11,'moodle/question:flag',1,1544115087,2),(2129,1,11,'moodle/question:managecategory',1,1544115087,2),(2130,1,11,'moodle/question:moveall',1,1544115087,2),(2131,1,11,'moodle/question:movemine',1,1544115087,2),(2132,1,11,'moodle/question:useall',1,1544115087,2),(2133,1,11,'moodle/question:usemine',1,1544115087,2),(2134,1,11,'moodle/question:viewall',1,1544115087,2),(2135,1,11,'moodle/question:viewmine',1,1544115087,2),(2136,1,11,'moodle/rating:rate',1,1544115087,2),(2137,1,11,'moodle/rating:view',1,1544115087,2),(2138,1,11,'moodle/rating:viewall',1,1544115087,2),(2139,1,11,'moodle/rating:viewany',1,1544115087,2),(2140,1,11,'moodle/restore:configure',1,1544115087,2),(2141,1,11,'moodle/restore:restoreactivity',1,1544115087,2),(2142,1,11,'moodle/restore:restorecourse',1,1544115087,2),(2143,1,11,'moodle/restore:restoresection',1,1544115087,2),(2144,1,11,'moodle/restore:restoretargethub',1,1544115087,2),(2145,1,11,'moodle/restore:restoretargetimport',1,1544115087,2),(2146,1,11,'moodle/restore:uploadfile',1,1544115087,2),(2147,1,11,'moodle/role:assign',1,1544115087,2),(2148,1,11,'moodle/role:review',1,1544115087,2),(2149,1,11,'moodle/role:safeoverride',1,1544115087,2),(2150,1,11,'moodle/role:switchroles',1,1544115087,2),(2151,1,11,'moodle/site:accessallgroups',1,1544115087,2),(2152,1,11,'moodle/site:trustcontent',1,1544115087,2),(2153,1,11,'moodle/site:viewfullnames',1,1544115087,2),(2154,1,11,'moodle/site:viewreports',1,1544115087,2),(2155,1,11,'moodle/site:viewuseridentity',1,1544115087,2),(2156,1,11,'moodle/user:loginas',1,1544115087,2),(2157,1,11,'moodle/user:viewdetails',1,1544115087,2),(2158,1,11,'moodle/user:viewhiddendetails',1,1544115087,2),(2159,1,11,'report/completion:view',1,1544115087,2),(2160,1,11,'report/log:view',1,1544115087,2),(2161,1,11,'report/log:viewtoday',1,1544115087,2),(2162,1,11,'report/loglive:view',1,1544115087,2),(2163,1,11,'report/outline:view',1,1544115087,2),(2164,1,11,'report/participation:view',1,1544115087,2),(2165,1,11,'report/progress:view',1,1544115087,2),(2166,1,11,'report/stats:view',1,1544115087,2),(2167,1,11,'booktool/importhtml:import',1,1544115087,2),(2168,1,11,'booktool/print:print',1,1544115087,2),(2169,1,11,'mod/assign:exportownsubmission',1,1544115087,2),(2170,1,11,'mod/assign:grade',1,1544115087,2),(2171,1,11,'mod/assign:grantextension',1,1544115087,2),(2172,1,11,'mod/assign:manageallocations',1,1544115087,2),(2173,1,11,'mod/assign:managegrades',1,1544115087,2),(2174,1,11,'mod/assign:releasegrades',1,1544115087,2),(2175,1,11,'mod/assign:reviewgrades',1,1544115087,2),(2176,1,11,'mod/assign:view',1,1544115087,2),(2177,1,11,'mod/assignment:exportownsubmission',1,1544115087,2),(2178,1,11,'mod/assignment:grade',1,1544115087,2),(2179,1,11,'mod/assignment:view',1,1544115087,2),(2180,1,11,'mod/book:edit',1,1544115087,2),(2181,1,11,'mod/book:read',1,1544115087,2),(2182,1,11,'mod/book:viewhiddenchapters',1,1544115087,2),(2183,1,11,'mod/chat:chat',1,1544115087,2),(2184,1,11,'mod/chat:deletelog',1,1544115087,2),(2185,1,11,'mod/chat:exportparticipatedsession',1,1544115087,2),(2186,1,11,'mod/chat:exportsession',1,1544115087,2),(2187,1,11,'mod/chat:readlog',1,1544115087,2),(2188,1,11,'mod/choice:choose',1,1544115087,2),(2189,1,11,'mod/choice:deleteresponses',1,1544115087,2),(2190,1,11,'mod/choice:downloadresponses',1,1544115087,2),(2191,1,11,'mod/choice:readresponses',1,1544115087,2),(2192,1,11,'mod/data:approve',1,1544115087,2),(2193,1,11,'mod/data:comment',1,1544115087,2),(2194,1,11,'mod/data:exportallentries',1,1544115087,2),(2195,1,11,'mod/data:exportentry',1,1544115087,2),(2196,1,11,'mod/data:exportownentry',1,1544115087,2),(2197,1,11,'mod/data:managecomments',1,1544115087,2),(2198,1,11,'mod/data:manageentries',1,1544115087,2),(2199,1,11,'mod/data:managetemplates',1,1544115087,2),(2200,1,11,'mod/data:rate',1,1544115087,2),(2201,1,11,'mod/data:viewallratings',1,1544115087,2),(2202,1,11,'mod/data:viewalluserpresets',1,1544115087,2),(2203,1,11,'mod/data:viewanyrating',1,1544115087,2),(2204,1,11,'mod/data:viewentry',1,1544115087,2),(2205,1,11,'mod/data:viewrating',1,1544115087,2),(2206,1,11,'mod/data:writeentry',1,1544115087,2),(2207,1,11,'mod/feedback:createprivatetemplate',1,1544115087,2),(2208,1,11,'mod/feedback:createpublictemplate',1,1544115087,2),(2209,1,11,'mod/feedback:deletesubmissions',1,1544115087,2),(2210,1,11,'mod/feedback:deletetemplate',1,1544115087,2),(2211,1,11,'mod/feedback:edititems',1,1544115087,2),(2212,1,11,'mod/feedback:receivemail',1,1544115087,2),(2213,1,11,'mod/feedback:view',1,1544115088,2),(2214,1,11,'mod/feedback:viewanalysepage',1,1544115088,2),(2215,1,11,'mod/feedback:viewreports',1,1544115088,2),(2216,1,11,'mod/folder:managefiles',1,1544115088,2),(2217,1,11,'mod/forum:addnews',1,1544115088,2),(2218,1,11,'mod/forum:addquestion',1,1544115088,2),(2219,1,11,'mod/forum:allowforcesubscribe',1,1544115088,2),(2220,1,11,'mod/forum:createattachment',1,1544115088,2),(2221,1,11,'mod/forum:deleteanypost',1,1544115088,2),(2222,1,11,'mod/forum:deleteownpost',1,1544115088,2),(2223,1,11,'mod/forum:editanypost',1,1544115088,2),(2224,1,11,'mod/forum:exportdiscussion',1,1544115088,2),(2225,1,11,'mod/forum:exportownpost',1,1544115088,2),(2226,1,11,'mod/forum:exportpost',1,1544115088,2),(2227,1,11,'mod/forum:managesubscriptions',1,1544115088,2),(2228,1,11,'mod/forum:movediscussions',1,1544115088,2),(2229,1,11,'mod/forum:postwithoutthrottling',1,1544115088,2),(2230,1,11,'mod/forum:rate',1,1544115088,2),(2231,1,11,'mod/forum:replynews',1,1544115088,2),(2232,1,11,'mod/forum:replypost',1,1544115088,2),(2233,1,11,'mod/forum:splitdiscussions',1,1544115088,2),(2234,1,11,'mod/forum:startdiscussion',1,1544115088,2),(2235,1,11,'mod/forum:viewallratings',1,1544115088,2),(2236,1,11,'mod/forum:viewanyrating',1,1544115088,2),(2237,1,11,'mod/forum:viewdiscussion',1,1544115088,2),(2238,1,11,'mod/forum:viewhiddentimedposts',1,1544115088,2),(2239,1,11,'mod/forum:viewqandawithoutposting',1,1544115088,2),(2240,1,11,'mod/forum:viewrating',1,1544115088,2),(2241,1,11,'mod/forum:viewsubscribers',1,1544115088,2),(2242,1,11,'mod/glossary:approve',1,1544115088,2),(2243,1,11,'mod/glossary:comment',1,1544115088,2),(2244,1,11,'mod/glossary:export',1,1544115088,2),(2245,1,11,'mod/glossary:exportentry',1,1544115088,2),(2246,1,11,'mod/glossary:exportownentry',1,1544115088,2),(2247,1,11,'mod/glossary:import',1,1544115088,2),(2248,1,11,'mod/glossary:managecategories',1,1544115088,2),(2249,1,11,'mod/glossary:managecomments',1,1544115088,2),(2250,1,11,'mod/glossary:manageentries',1,1544115088,2),(2251,1,11,'mod/glossary:rate',1,1544115088,2),(2252,1,11,'mod/glossary:view',1,1544115088,2),(2253,1,11,'mod/glossary:viewallratings',1,1544115088,2),(2254,1,11,'mod/glossary:viewanyrating',1,1544115088,2),(2255,1,11,'mod/glossary:viewrating',1,1544115088,2),(2256,1,11,'mod/glossary:write',1,1544115088,2),(2257,1,11,'mod/lesson:edit',1,1544115088,2),(2258,1,11,'mod/lesson:manage',1,1544115088,2),(2259,1,11,'mod/lti:manage',1,1544115088,2),(2260,1,11,'mod/lti:view',1,1544115088,2),(2261,1,11,'mod/quiz:deleteattempts',1,1544115088,2),(2262,1,11,'mod/quiz:grade',1,1544115088,2),(2263,1,11,'mod/quiz:manage',1,1544115088,2),(2264,1,11,'mod/quiz:manageoverrides',1,1544115088,2),(2265,1,11,'mod/quiz:preview',1,1544115088,2),(2266,1,11,'mod/quiz:regrade',1,1544115088,2),(2267,1,11,'mod/quiz:view',1,1544115088,2),(2268,1,11,'mod/quiz:viewreports',1,1544115088,2),(2269,1,11,'mod/scorm:deleteresponses',1,1544115088,2),(2270,1,11,'mod/scorm:savetrack',1,1544115088,2),(2271,1,11,'mod/scorm:viewreport',1,1544115088,2),(2272,1,11,'mod/scorm:viewscores',1,1544115088,2),(2273,1,11,'mod/survey:download',1,1544115088,2),(2274,1,11,'mod/survey:participate',1,1544115088,2),(2275,1,11,'mod/survey:readresponses',1,1544115088,2),(2276,1,11,'mod/wiki:createpage',1,1544115088,2),(2277,1,11,'mod/wiki:editcomment',1,1544115088,2),(2278,1,11,'mod/wiki:editpage',1,1544115088,2),(2279,1,11,'mod/wiki:managecomment',1,1544115088,2),(2280,1,11,'mod/wiki:managefiles',1,1544115088,2),(2281,1,11,'mod/wiki:managewiki',1,1544115088,2),(2282,1,11,'mod/wiki:overridelock',1,1544115088,2),(2283,1,11,'mod/wiki:viewcomment',1,1544115088,2),(2284,1,11,'mod/wiki:viewpage',1,1544115088,2),(2285,1,11,'mod/workshop:allocate',1,1544115088,2),(2286,1,11,'mod/workshop:editdimensions',1,1544115088,2),(2287,1,11,'mod/workshop:ignoredeadlines',1,1544115088,2),(2288,1,11,'mod/workshop:manageexamples',1,1544115088,2),(2289,1,11,'mod/workshop:overridegrades',1,1544115088,2),(2290,1,11,'mod/workshop:publishsubmissions',1,1544115088,2),(2291,1,11,'mod/workshop:switchphase',1,1544115088,2),(2292,1,11,'mod/workshop:view',1,1544115088,2),(2293,1,11,'mod/workshop:viewallassessments',1,1544115088,2),(2294,1,11,'mod/workshop:viewallsubmissions',1,1544115088,2),(2295,1,11,'mod/workshop:viewauthornames',1,1544115088,2),(2296,1,11,'mod/workshop:viewauthorpublished',1,1544115088,2),(2297,1,11,'mod/workshop:viewpublishedsubmissions',1,1544115088,2),(2298,1,11,'mod/workshop:viewreviewernames',1,1544115088,2),(2299,1,11,'moodle/backup:backupactivity',1,1544115088,2),(2300,1,11,'moodle/course:activityvisibility',1,1544115088,2),(2301,1,11,'moodle/course:manageactivities',1,1544115088,2),(2302,1,11,'moodle/course:viewhiddenactivities',1,1544115088,2),(2303,1,11,'quiz/grading:viewidnumber',1,1544115088,2),(2304,1,11,'quiz/grading:viewstudentnames',1,1544115088,2),(2305,1,11,'quiz/statistics:view',1,1544115088,2),(2306,1,11,'block/activity_modules:addinstance',1,1544115088,2),(2307,1,11,'block/activity_results:addinstance',1,1544115088,2),(2308,1,11,'block/admin_bookmarks:addinstance',1,1544115088,2),(2309,1,11,'block/badges:addinstance',1,1544115088,2),(2310,1,11,'block/blog_menu:addinstance',1,1544115088,2),(2311,1,11,'block/blog_recent:addinstance',1,1544115088,2),(2312,1,11,'block/blog_tags:addinstance',1,1544115088,2),(2313,1,11,'block/calendar_month:addinstance',1,1544115088,2),(2314,1,11,'block/calendar_upcoming:addinstance',1,1544115088,2),(2315,1,11,'block/comments:addinstance',1,1544115088,2),(2316,1,11,'block/community:addinstance',1,1544115088,2),(2317,1,11,'block/completionstatus:addinstance',1,1544115088,2),(2318,1,11,'block/course_list:addinstance',1,1544115088,2),(2319,1,11,'block/course_summary:addinstance',1,1544115088,2),(2320,1,11,'block/feedback:addinstance',1,1544115088,2),(2321,1,11,'block/glossary_random:addinstance',1,1544115088,2),(2322,1,11,'block/html:addinstance',1,1544115088,2),(2323,1,11,'block/login:addinstance',1,1544115088,2),(2324,1,11,'block/mentees:addinstance',1,1544115088,2),(2325,1,11,'block/mnet_hosts:addinstance',1,1544115088,2),(2326,1,11,'block/myprofile:addinstance',1,1544115088,2),(2327,1,11,'block/navigation:addinstance',1,1544115088,2),(2328,1,11,'block/news_items:addinstance',1,1544115088,2),(2329,1,11,'block/online_users:addinstance',1,1544115088,2),(2330,1,11,'block/online_users:viewlist',1,1544115088,2),(2331,1,11,'block/participants:addinstance',1,1544115088,2),(2332,1,11,'block/private_files:addinstance',1,1544115088,2),(2333,1,11,'block/quiz_results:addinstance',1,1544115088,2),(2334,1,11,'block/recent_activity:addinstance',1,1544115088,2),(2335,1,11,'block/rss_client:addinstance',1,1544115088,2),(2336,1,11,'block/rss_client:manageownfeeds',1,1544115088,2),(2337,1,11,'block/search_forums:addinstance',1,1544115088,2),(2338,1,11,'block/section_links:addinstance',1,1544115088,2),(2339,1,11,'block/selfcompletion:addinstance',1,1544115088,2),(2340,1,11,'block/settings:addinstance',1,1544115088,2),(2341,1,11,'block/site_main_menu:addinstance',1,1544115088,2),(2342,1,11,'block/social_activities:addinstance',1,1544115088,2),(2343,1,11,'block/tags:addinstance',1,1544115088,2),(2344,1,11,'block/tag_flickr:addinstance',1,1544115089,2),(2345,1,11,'block/tag_youtube:addinstance',1,1544115089,2),(2346,1,11,'moodle/block:edit',1,1544115089,2),(2347,1,11,'moodle/block:view',1,1544115089,2),(2348,1,11,'moodle/site:manageblocks',1,1544115089,2),(2349,1,12,'moodle/course:view',1,1544117354,2),(2350,1,12,'moodle/site:accessallgroups',1,1544117354,2),(2351,1,12,'webservice/rest:use',1,1544117354,2),(2352,1,12,'mod/assign:grade',1,1544117354,2),(2353,1,12,'mod/assign:view',1,1544117354,2),(2354,1,3,'moodle/course:creategroupconversations',1,1551292257,0),(2355,1,9,'moodle/course:creategroupconversations',1,1551292257,0),(2356,1,10,'moodle/course:creategroupconversations',1,1551292257,0),(2357,1,1,'moodle/course:creategroupconversations',1,1551292257,0),(2358,1,4,'moodle/site:messageanyuser',1,1551292257,0),(2359,1,3,'moodle/site:messageanyuser',1,1551292257,0),(2360,1,9,'moodle/site:messageanyuser',1,1551292257,0),(2361,1,10,'moodle/site:messageanyuser',1,1551292257,0),(2362,1,1,'moodle/site:messageanyuser',1,1551292257,0),(2363,1,7,'moodle/course:togglecompletion',1,1551292257,0),(2364,1,7,'block/recentlyaccessedcourses:myaddinstance',1,1551292268,0),(2365,1,3,'block/recentlyaccessedcourses:addinstance',1,1551292268,0),(2366,1,1,'block/recentlyaccessedcourses:addinstance',1,1551292268,0),(2367,1,9,'block/recentlyaccessedcourses:addinstance',1,1551292268,0),(2368,1,10,'block/recentlyaccessedcourses:addinstance',1,1551292268,0),(2369,1,11,'block/recentlyaccessedcourses:addinstance',1,1551292268,0),(2370,1,7,'block/recentlyaccesseditems:myaddinstance',1,1551292269,0),(2371,1,3,'block/recentlyaccesseditems:addinstance',1,1551292269,0),(2372,1,1,'block/recentlyaccesseditems:addinstance',1,1551292269,0),(2373,1,9,'block/recentlyaccesseditems:addinstance',1,1551292269,0),(2374,1,10,'block/recentlyaccesseditems:addinstance',1,1551292269,0),(2375,1,11,'block/recentlyaccesseditems:addinstance',1,1551292269,0),(2376,1,7,'block/starredcourses:myaddinstance',1,1551292269,0),(2377,1,3,'block/starredcourses:addinstance',1,1551292269,0),(2378,1,1,'block/starredcourses:addinstance',1,1551292269,0),(2379,1,9,'block/starredcourses:addinstance',1,1551292269,0),(2380,1,10,'block/starredcourses:addinstance',1,1551292269,0),(2381,1,11,'block/starredcourses:addinstance',1,1551292269,0),(2382,1,7,'block/timeline:myaddinstance',1,1551292270,0),(2383,1,3,'block/timeline:addinstance',1,1551292270,0),(2384,1,1,'block/timeline:addinstance',1,1551292270,0),(2385,1,9,'block/timeline:addinstance',1,1551292270,0),(2386,1,10,'block/timeline:addinstance',1,1551292270,0),(2387,1,11,'block/timeline:addinstance',1,1551292270,0),(2388,1,7,'repository/nextcloud:view',1,1551292275,0),(2389,1,7,'atto/recordrtc:recordaudio',1,1551292288,0),(2390,1,7,'atto/recordrtc:recordvideo',1,1551292288,0); /*!40000 ALTER TABLE `role_capabilities` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `role_context_levels` -- DROP TABLE IF EXISTS `role_context_levels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `role_context_levels` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `roleid` bigint(10) NOT NULL, `contextlevel` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `rolecontleve_conrol_uix` (`contextlevel`,`roleid`), KEY `rolecontleve_rol_ix` (`roleid`) ) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8 COMMENT='Lists which roles can be assigned at which context levels. T'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `role_context_levels` -- LOCK TABLES `role_context_levels` WRITE; /*!40000 ALTER TABLE `role_context_levels` DISABLE KEYS */; INSERT INTO `role_context_levels` VALUES (1,1,10),(4,2,10),(17,12,10),(2,1,40),(5,2,40),(16,11,40),(3,1,50),(6,3,50),(8,4,50),(10,5,50),(12,9,50),(14,10,50),(7,3,70),(9,4,70),(11,5,70),(13,9,70),(15,10,70); /*!40000 ALTER TABLE `role_context_levels` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `role_names` -- DROP TABLE IF EXISTS `role_names`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `role_names` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `roleid` bigint(10) NOT NULL DEFAULT '0', `contextid` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `rolename_rolcon_uix` (`roleid`,`contextid`), KEY `rolename_rol_ix` (`roleid`), KEY `rolename_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='role names in native strings'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `role_names` -- LOCK TABLES `role_names` WRITE; /*!40000 ALTER TABLE `role_names` DISABLE KEYS */; /*!40000 ALTER TABLE `role_names` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `role_sortorder` -- DROP TABLE IF EXISTS `role_sortorder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `role_sortorder` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `roleid` bigint(10) NOT NULL, `contextid` bigint(10) NOT NULL, `sortoder` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `rolesort_userolcon_uix` (`userid`,`roleid`,`contextid`), KEY `rolesort_use_ix` (`userid`), KEY `rolesort_rol_ix` (`roleid`), KEY `rolesort_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='sort order of course managers in a course'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `role_sortorder` -- LOCK TABLES `role_sortorder` WRITE; /*!40000 ALTER TABLE `role_sortorder` DISABLE KEYS */; /*!40000 ALTER TABLE `role_sortorder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scale` -- DROP TABLE IF EXISTS `scale`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scale` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `scale` longtext NOT NULL, `description` longtext NOT NULL, `descriptionformat` tinyint(2) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `scal_cou_ix` (`courseid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Defines grading scales'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scale` -- LOCK TABLES `scale` WRITE; /*!40000 ALTER TABLE `scale` DISABLE KEYS */; INSERT INTO `scale` VALUES (1,0,0,'Separate and Connected ways of knowing','Mostly separate knowing,Separate and connected,Mostly connected knowing','The scale based on the theory of separate and connected knowing. This theory describes two different ways that we can evaluate and learn about the things we see and hear.',0,1544111995),(2,0,0,'Default competence scale','Not yet competent,Competent','A binary rating scale that provides no further information beyond whether someone has demonstrated proficiency or not.',0,1544111995); /*!40000 ALTER TABLE `scale` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scale_history` -- DROP TABLE IF EXISTS `scale_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scale_history` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `action` bigint(10) NOT NULL DEFAULT '0', `oldid` bigint(10) NOT NULL, `source` varchar(255) DEFAULT NULL, `timemodified` bigint(10) DEFAULT NULL, `loggeduser` bigint(10) DEFAULT NULL, `courseid` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `scale` longtext NOT NULL, `description` longtext NOT NULL, PRIMARY KEY (`id`), KEY `scalhist_act_ix` (`action`), KEY `scalhist_tim_ix` (`timemodified`), KEY `scalhist_old_ix` (`oldid`), KEY `scalhist_cou_ix` (`courseid`), KEY `scalhist_log_ix` (`loggeduser`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='History table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scale_history` -- LOCK TABLES `scale_history` WRITE; /*!40000 ALTER TABLE `scale_history` DISABLE KEYS */; /*!40000 ALTER TABLE `scale_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scorm` -- DROP TABLE IF EXISTS `scorm`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scorm` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `scormtype` varchar(50) NOT NULL DEFAULT 'local', `reference` varchar(255) NOT NULL DEFAULT '', `intro` longtext NOT NULL, `introformat` smallint(4) NOT NULL DEFAULT '0', `version` varchar(9) NOT NULL DEFAULT '', `maxgrade` double NOT NULL DEFAULT '0', `grademethod` tinyint(2) NOT NULL DEFAULT '0', `whatgrade` bigint(10) NOT NULL DEFAULT '0', `maxattempt` bigint(10) NOT NULL DEFAULT '1', `forcecompleted` tinyint(1) NOT NULL DEFAULT '0', `forcenewattempt` tinyint(1) NOT NULL DEFAULT '0', `lastattemptlock` tinyint(1) NOT NULL DEFAULT '0', `masteryoverride` tinyint(1) NOT NULL DEFAULT '1', `displayattemptstatus` tinyint(1) NOT NULL DEFAULT '1', `displaycoursestructure` tinyint(1) NOT NULL DEFAULT '0', `updatefreq` tinyint(1) NOT NULL DEFAULT '0', `sha1hash` varchar(40) DEFAULT NULL, `md5hash` varchar(32) NOT NULL DEFAULT '', `revision` bigint(10) NOT NULL DEFAULT '0', `launch` bigint(10) NOT NULL DEFAULT '0', `skipview` tinyint(1) NOT NULL DEFAULT '1', `hidebrowse` tinyint(1) NOT NULL DEFAULT '0', `hidetoc` tinyint(1) NOT NULL DEFAULT '0', `nav` tinyint(1) NOT NULL DEFAULT '1', `navpositionleft` bigint(10) DEFAULT '-100', `navpositiontop` bigint(10) DEFAULT '-100', `auto` tinyint(1) NOT NULL DEFAULT '0', `popup` tinyint(1) NOT NULL DEFAULT '0', `options` varchar(255) NOT NULL DEFAULT '', `width` bigint(10) NOT NULL DEFAULT '100', `height` bigint(10) NOT NULL DEFAULT '600', `timeopen` bigint(10) NOT NULL DEFAULT '0', `timeclose` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `completionstatusrequired` tinyint(1) DEFAULT NULL, `completionscorerequired` bigint(10) DEFAULT NULL, `completionstatusallscos` tinyint(1) DEFAULT NULL, `displayactivityname` smallint(4) NOT NULL DEFAULT '1', `autocommit` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `scor_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='each table is one SCORM module and its configuration'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scorm` -- LOCK TABLES `scorm` WRITE; /*!40000 ALTER TABLE `scorm` DISABLE KEYS */; /*!40000 ALTER TABLE `scorm` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scorm_aicc_session` -- DROP TABLE IF EXISTS `scorm_aicc_session`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scorm_aicc_session` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL DEFAULT '0', `scormid` bigint(10) NOT NULL DEFAULT '0', `hacpsession` varchar(255) NOT NULL DEFAULT '', `scoid` bigint(10) DEFAULT '0', `scormmode` varchar(50) DEFAULT NULL, `scormstatus` varchar(255) DEFAULT NULL, `attempt` bigint(10) DEFAULT NULL, `lessonstatus` varchar(255) DEFAULT NULL, `sessiontime` varchar(255) DEFAULT NULL, `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `scoraiccsess_sco_ix` (`scormid`), KEY `scoraiccsess_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Used by AICC HACP to store session information'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scorm_aicc_session` -- LOCK TABLES `scorm_aicc_session` WRITE; /*!40000 ALTER TABLE `scorm_aicc_session` DISABLE KEYS */; /*!40000 ALTER TABLE `scorm_aicc_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scorm_scoes` -- DROP TABLE IF EXISTS `scorm_scoes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scorm_scoes` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `scorm` bigint(10) NOT NULL DEFAULT '0', `manifest` varchar(255) NOT NULL DEFAULT '', `organization` varchar(255) NOT NULL DEFAULT '', `parent` varchar(255) NOT NULL DEFAULT '', `identifier` varchar(255) NOT NULL DEFAULT '', `launch` longtext NOT NULL, `scormtype` varchar(5) NOT NULL DEFAULT '', `title` varchar(255) NOT NULL DEFAULT '', `sortorder` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `scorscoe_sco_ix` (`scorm`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='each SCO part of the SCORM module'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scorm_scoes` -- LOCK TABLES `scorm_scoes` WRITE; /*!40000 ALTER TABLE `scorm_scoes` DISABLE KEYS */; /*!40000 ALTER TABLE `scorm_scoes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scorm_scoes_data` -- DROP TABLE IF EXISTS `scorm_scoes_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scorm_scoes_data` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `scoid` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `value` longtext NOT NULL, PRIMARY KEY (`id`), KEY `scorscoedata_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Contains variable data get from packages'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scorm_scoes_data` -- LOCK TABLES `scorm_scoes_data` WRITE; /*!40000 ALTER TABLE `scorm_scoes_data` DISABLE KEYS */; /*!40000 ALTER TABLE `scorm_scoes_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scorm_scoes_track` -- DROP TABLE IF EXISTS `scorm_scoes_track`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scorm_scoes_track` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL DEFAULT '0', `scormid` bigint(10) NOT NULL DEFAULT '0', `scoid` bigint(10) NOT NULL DEFAULT '0', `attempt` bigint(10) NOT NULL DEFAULT '1', `element` varchar(255) NOT NULL DEFAULT '', `value` longtext NOT NULL, `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `scorscoetrac_usescoscoatte_uix` (`userid`,`scormid`,`scoid`,`attempt`,`element`), KEY `scorscoetrac_use_ix` (`userid`), KEY `scorscoetrac_ele_ix` (`element`), KEY `scorscoetrac_sco_ix` (`scormid`), KEY `scorscoetrac_sco2_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='to track SCOes'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scorm_scoes_track` -- LOCK TABLES `scorm_scoes_track` WRITE; /*!40000 ALTER TABLE `scorm_scoes_track` DISABLE KEYS */; /*!40000 ALTER TABLE `scorm_scoes_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scorm_seq_mapinfo` -- DROP TABLE IF EXISTS `scorm_seq_mapinfo`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scorm_seq_mapinfo` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `scoid` bigint(10) NOT NULL DEFAULT '0', `objectiveid` bigint(10) NOT NULL DEFAULT '0', `targetobjectiveid` bigint(10) NOT NULL DEFAULT '0', `readsatisfiedstatus` tinyint(1) NOT NULL DEFAULT '1', `readnormalizedmeasure` tinyint(1) NOT NULL DEFAULT '1', `writesatisfiedstatus` tinyint(1) NOT NULL DEFAULT '0', `writenormalizedmeasure` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `scorseqmapi_scoidobj_uix` (`scoid`,`id`,`objectiveid`), KEY `scorseqmapi_sco_ix` (`scoid`), KEY `scorseqmapi_obj_ix` (`objectiveid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='SCORM2004 objective mapinfo description'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scorm_seq_mapinfo` -- LOCK TABLES `scorm_seq_mapinfo` WRITE; /*!40000 ALTER TABLE `scorm_seq_mapinfo` DISABLE KEYS */; /*!40000 ALTER TABLE `scorm_seq_mapinfo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scorm_seq_objective` -- DROP TABLE IF EXISTS `scorm_seq_objective`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scorm_seq_objective` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `scoid` bigint(10) NOT NULL DEFAULT '0', `primaryobj` tinyint(1) NOT NULL DEFAULT '0', `objectiveid` varchar(255) NOT NULL DEFAULT '', `satisfiedbymeasure` tinyint(1) NOT NULL DEFAULT '1', `minnormalizedmeasure` float(11,4) NOT NULL DEFAULT '0.0000', PRIMARY KEY (`id`), UNIQUE KEY `scorseqobje_scoid_uix` (`scoid`,`id`), KEY `scorseqobje_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='SCORM2004 objective description'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scorm_seq_objective` -- LOCK TABLES `scorm_seq_objective` WRITE; /*!40000 ALTER TABLE `scorm_seq_objective` DISABLE KEYS */; /*!40000 ALTER TABLE `scorm_seq_objective` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scorm_seq_rolluprule` -- DROP TABLE IF EXISTS `scorm_seq_rolluprule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scorm_seq_rolluprule` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `scoid` bigint(10) NOT NULL DEFAULT '0', `childactivityset` varchar(15) NOT NULL DEFAULT '', `minimumcount` bigint(10) NOT NULL DEFAULT '0', `minimumpercent` float(11,4) NOT NULL DEFAULT '0.0000', `conditioncombination` varchar(3) NOT NULL DEFAULT 'all', `action` varchar(15) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `scorseqroll_scoid_uix` (`scoid`,`id`), KEY `scorseqroll_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='SCORM2004 sequencing rule'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scorm_seq_rolluprule` -- LOCK TABLES `scorm_seq_rolluprule` WRITE; /*!40000 ALTER TABLE `scorm_seq_rolluprule` DISABLE KEYS */; /*!40000 ALTER TABLE `scorm_seq_rolluprule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scorm_seq_rolluprulecond` -- DROP TABLE IF EXISTS `scorm_seq_rolluprulecond`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scorm_seq_rolluprulecond` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `scoid` bigint(10) NOT NULL DEFAULT '0', `rollupruleid` bigint(10) NOT NULL DEFAULT '0', `operator` varchar(5) NOT NULL DEFAULT 'noOp', `cond` varchar(25) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `scorseqroll_scorolid_uix` (`scoid`,`rollupruleid`,`id`), KEY `scorseqroll_sco2_ix` (`scoid`), KEY `scorseqroll_rol_ix` (`rollupruleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='SCORM2004 sequencing rule'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scorm_seq_rolluprulecond` -- LOCK TABLES `scorm_seq_rolluprulecond` WRITE; /*!40000 ALTER TABLE `scorm_seq_rolluprulecond` DISABLE KEYS */; /*!40000 ALTER TABLE `scorm_seq_rolluprulecond` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scorm_seq_rulecond` -- DROP TABLE IF EXISTS `scorm_seq_rulecond`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scorm_seq_rulecond` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `scoid` bigint(10) NOT NULL DEFAULT '0', `ruleconditionsid` bigint(10) NOT NULL DEFAULT '0', `refrencedobjective` varchar(255) NOT NULL DEFAULT '', `measurethreshold` float(11,4) NOT NULL DEFAULT '0.0000', `operator` varchar(5) NOT NULL DEFAULT 'noOp', `cond` varchar(30) NOT NULL DEFAULT 'always', PRIMARY KEY (`id`), UNIQUE KEY `scorseqrule_idscorul_uix` (`id`,`scoid`,`ruleconditionsid`), KEY `scorseqrule_sco2_ix` (`scoid`), KEY `scorseqrule_rul_ix` (`ruleconditionsid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='SCORM2004 rule condition'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scorm_seq_rulecond` -- LOCK TABLES `scorm_seq_rulecond` WRITE; /*!40000 ALTER TABLE `scorm_seq_rulecond` DISABLE KEYS */; /*!40000 ALTER TABLE `scorm_seq_rulecond` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scorm_seq_ruleconds` -- DROP TABLE IF EXISTS `scorm_seq_ruleconds`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scorm_seq_ruleconds` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `scoid` bigint(10) NOT NULL DEFAULT '0', `conditioncombination` varchar(3) NOT NULL DEFAULT 'all', `ruletype` tinyint(2) NOT NULL DEFAULT '0', `action` varchar(25) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `scorseqrule_scoid_uix` (`scoid`,`id`), KEY `scorseqrule_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='SCORM2004 rule conditions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scorm_seq_ruleconds` -- LOCK TABLES `scorm_seq_ruleconds` WRITE; /*!40000 ALTER TABLE `scorm_seq_ruleconds` DISABLE KEYS */; /*!40000 ALTER TABLE `scorm_seq_ruleconds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `search_index_requests` -- DROP TABLE IF EXISTS `search_index_requests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `search_index_requests` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `contextid` bigint(10) NOT NULL, `searcharea` varchar(255) NOT NULL DEFAULT '', `timerequested` bigint(10) NOT NULL, `partialarea` varchar(255) NOT NULL DEFAULT '', `partialtime` bigint(10) NOT NULL, `indexpriority` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `searinderequ_indtim_ix` (`indexpriority`,`timerequested`), KEY `searinderequ_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Records requests for (re)indexing of specific contexts. Entr'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `search_index_requests` -- LOCK TABLES `search_index_requests` WRITE; /*!40000 ALTER TABLE `search_index_requests` DISABLE KEYS */; /*!40000 ALTER TABLE `search_index_requests` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `search_simpledb_index` -- DROP TABLE IF EXISTS `search_simpledb_index`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `search_simpledb_index` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `docid` varchar(255) NOT NULL DEFAULT '', `itemid` bigint(10) NOT NULL, `title` longtext, `content` longtext, `contextid` bigint(10) NOT NULL, `areaid` varchar(255) NOT NULL DEFAULT '', `type` tinyint(1) NOT NULL, `courseid` bigint(10) NOT NULL, `owneruserid` bigint(10) DEFAULT NULL, `modified` bigint(10) NOT NULL, `userid` bigint(10) DEFAULT NULL, `description1` longtext, `description2` longtext, PRIMARY KEY (`id`), UNIQUE KEY `searsimpinde_doc_uix` (`docid`), KEY `searsimpinde_owncon_ix` (`owneruserid`,`contextid`), FULLTEXT KEY `search_simpledb_index_index` (`title`,`content`,`description1`,`description2`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='search_simpledb table containing the index data.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `search_simpledb_index` -- LOCK TABLES `search_simpledb_index` WRITE; /*!40000 ALTER TABLE `search_simpledb_index` DISABLE KEYS */; /*!40000 ALTER TABLE `search_simpledb_index` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sessions` -- DROP TABLE IF EXISTS `sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sessions` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `state` bigint(10) NOT NULL DEFAULT '0', `sid` varchar(128) NOT NULL DEFAULT '', `userid` bigint(10) NOT NULL, `sessdata` longtext, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `firstip` varchar(45) DEFAULT NULL, `lastip` varchar(45) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `sess_sid_uix` (`sid`), KEY `sess_sta_ix` (`state`), KEY `sess_tim_ix` (`timecreated`), KEY `sess_tim2_ix` (`timemodified`), KEY `sess_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=103 DEFAULT CHARSET=utf8 COMMENT='Database based session storage - now recommended'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sessions` -- LOCK TABLES `sessions` WRITE; /*!40000 ALTER TABLE `sessions` DISABLE KEYS */; INSERT INTO `sessions` VALUES (12,0,'0ki1l57so1ug043bcucbb3m2u1',2,NULL,1549624150,1549630337,'150.162.9.144','150.162.9.144'),(16,0,'5d84ch5tj6vbnbkscdvefsc7u6',0,NULL,1549632560,1549632694,'150.162.9.144','150.162.9.144'),(18,0,'3kj7rjljdv7pamqe3aoh3i0dg1',2,NULL,1549640178,1549653722,'150.162.9.144','150.162.9.144'),(32,0,'3iiguasg5gsqi4lv7mm957ks56',2,NULL,1549884764,1549884772,'150.162.9.144','150.162.9.144'),(34,0,'3bct2l7m565og7k2bsat89u3p1',2,NULL,1549888808,1549889401,'150.162.9.144','150.162.9.144'),(37,0,'mbhj2nlg5ail2gpithq0og7gm1',0,NULL,1549889555,1549889555,'150.162.9.144','150.162.9.144'),(39,0,'22h2p8a6cmolr52g6ipojl8vn6',11,NULL,1549889895,1549898752,'150.162.9.144','150.162.9.144'),(53,0,'8o1fb51gl52k4bb29gfqv980p2',2,NULL,1549898435,1549899476,'150.162.9.144','150.162.9.144'),(54,0,'cnfs9s8415n4ovj5ngl80ub4d3',0,NULL,1550242831,1550242831,'150.162.9.144','150.162.9.144'),(56,0,'3k3i73j1peviu47ihsv06ihfm6',0,NULL,1550243036,1550243036,'150.162.9.144','150.162.9.144'),(64,0,'gjspo4t7hfd7lerrego74logc5',0,NULL,1550759853,1550759854,'150.162.9.144','150.162.9.144'),(65,0,'hllffq0117ls4kc3drd60clpq5',0,NULL,1550759855,1550759855,'150.162.9.144','150.162.9.144'),(68,0,'f6g73e47om17ch8sev6m0lnfk2',0,NULL,1550761055,1550761055,'150.162.9.144','150.162.9.144'),(69,0,'9nqnutcfn5tm8f3qn3v70nbj75',0,NULL,1550761055,1550761055,'150.162.9.144','150.162.9.144'),(70,0,'4rjcs2d5db508m7p7hu3lmovd3',0,NULL,1550761955,1550761955,'150.162.9.144','150.162.9.144'),(71,0,'hsoeqrr6t53uih520nl5lhet40',0,NULL,1550765855,1550765855,'150.162.9.144','150.162.9.144'),(72,0,'1p2lid84vblblqfevvbagd60t0',0,NULL,1550765855,1550765855,'150.162.9.144','150.162.9.144'),(86,0,'fv892eq36qs9a6ugq5sgcfrmu4',2,NULL,1551113843,1551113870,'150.162.9.144','150.162.9.144'),(88,0,'rpbaphh7930cnc9gvf2gbjb0u0',2,NULL,1551114966,1551123462,'150.162.9.144','150.162.9.144'),(89,0,'2nvp0qrjeskj6e2497mup137r3',0,NULL,1551115956,1551115956,'150.162.9.144','150.162.9.144'),(90,0,'i3ug25sb6eu403vvk4rnst4062',0,NULL,1551115956,1551115956,'150.162.9.144','150.162.9.144'),(102,0,'j5khsp1or92vumijro4j0r6pa7',2,NULL,1551292398,1551292445,'150.162.9.144','150.162.9.144'); /*!40000 ALTER TABLE `sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stats_daily` -- DROP TABLE IF EXISTS `stats_daily`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `stats_daily` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL DEFAULT '0', `timeend` bigint(10) NOT NULL DEFAULT '0', `roleid` bigint(10) NOT NULL DEFAULT '0', `stattype` varchar(20) NOT NULL DEFAULT 'activity', `stat1` bigint(10) NOT NULL DEFAULT '0', `stat2` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `statdail_cou_ix` (`courseid`), KEY `statdail_tim_ix` (`timeend`), KEY `statdail_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='to accumulate daily stats'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `stats_daily` -- LOCK TABLES `stats_daily` WRITE; /*!40000 ALTER TABLE `stats_daily` DISABLE KEYS */; /*!40000 ALTER TABLE `stats_daily` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stats_monthly` -- DROP TABLE IF EXISTS `stats_monthly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `stats_monthly` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL DEFAULT '0', `timeend` bigint(10) NOT NULL DEFAULT '0', `roleid` bigint(10) NOT NULL DEFAULT '0', `stattype` varchar(20) NOT NULL DEFAULT 'activity', `stat1` bigint(10) NOT NULL DEFAULT '0', `stat2` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `statmont_cou_ix` (`courseid`), KEY `statmont_tim_ix` (`timeend`), KEY `statmont_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='To accumulate monthly stats'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `stats_monthly` -- LOCK TABLES `stats_monthly` WRITE; /*!40000 ALTER TABLE `stats_monthly` DISABLE KEYS */; /*!40000 ALTER TABLE `stats_monthly` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stats_user_daily` -- DROP TABLE IF EXISTS `stats_user_daily`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `stats_user_daily` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `roleid` bigint(10) NOT NULL DEFAULT '0', `timeend` bigint(10) NOT NULL DEFAULT '0', `statsreads` bigint(10) NOT NULL DEFAULT '0', `statswrites` bigint(10) NOT NULL DEFAULT '0', `stattype` varchar(30) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `statuserdail_cou_ix` (`courseid`), KEY `statuserdail_use_ix` (`userid`), KEY `statuserdail_rol_ix` (`roleid`), KEY `statuserdail_tim_ix` (`timeend`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='To accumulate daily stats per course/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `stats_user_daily` -- LOCK TABLES `stats_user_daily` WRITE; /*!40000 ALTER TABLE `stats_user_daily` DISABLE KEYS */; /*!40000 ALTER TABLE `stats_user_daily` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stats_user_monthly` -- DROP TABLE IF EXISTS `stats_user_monthly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `stats_user_monthly` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `roleid` bigint(10) NOT NULL DEFAULT '0', `timeend` bigint(10) NOT NULL DEFAULT '0', `statsreads` bigint(10) NOT NULL DEFAULT '0', `statswrites` bigint(10) NOT NULL DEFAULT '0', `stattype` varchar(30) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `statusermont_cou_ix` (`courseid`), KEY `statusermont_use_ix` (`userid`), KEY `statusermont_rol_ix` (`roleid`), KEY `statusermont_tim_ix` (`timeend`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='To accumulate monthly stats per course/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `stats_user_monthly` -- LOCK TABLES `stats_user_monthly` WRITE; /*!40000 ALTER TABLE `stats_user_monthly` DISABLE KEYS */; /*!40000 ALTER TABLE `stats_user_monthly` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stats_user_weekly` -- DROP TABLE IF EXISTS `stats_user_weekly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `stats_user_weekly` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `roleid` bigint(10) NOT NULL DEFAULT '0', `timeend` bigint(10) NOT NULL DEFAULT '0', `statsreads` bigint(10) NOT NULL DEFAULT '0', `statswrites` bigint(10) NOT NULL DEFAULT '0', `stattype` varchar(30) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `statuserweek_cou_ix` (`courseid`), KEY `statuserweek_use_ix` (`userid`), KEY `statuserweek_rol_ix` (`roleid`), KEY `statuserweek_tim_ix` (`timeend`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='To accumulate weekly stats per course/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `stats_user_weekly` -- LOCK TABLES `stats_user_weekly` WRITE; /*!40000 ALTER TABLE `stats_user_weekly` DISABLE KEYS */; /*!40000 ALTER TABLE `stats_user_weekly` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stats_weekly` -- DROP TABLE IF EXISTS `stats_weekly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `stats_weekly` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL DEFAULT '0', `timeend` bigint(10) NOT NULL DEFAULT '0', `roleid` bigint(10) NOT NULL DEFAULT '0', `stattype` varchar(20) NOT NULL DEFAULT 'activity', `stat1` bigint(10) NOT NULL DEFAULT '0', `stat2` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `statweek_cou_ix` (`courseid`), KEY `statweek_tim_ix` (`timeend`), KEY `statweek_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='To accumulate weekly stats'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `stats_weekly` -- LOCK TABLES `stats_weekly` WRITE; /*!40000 ALTER TABLE `stats_weekly` DISABLE KEYS */; /*!40000 ALTER TABLE `stats_weekly` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `survey` -- DROP TABLE IF EXISTS `survey`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `survey` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `template` bigint(10) NOT NULL DEFAULT '0', `days` mediumint(6) NOT NULL DEFAULT '0', `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext NOT NULL, `introformat` smallint(4) NOT NULL DEFAULT '0', `questions` varchar(255) NOT NULL DEFAULT '', `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `surv_cou_ix` (`course`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COMMENT='Each record is one SURVEY module with its configuration'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `survey` -- LOCK TABLES `survey` WRITE; /*!40000 ALTER TABLE `survey` DISABLE KEYS */; INSERT INTO `survey` VALUES (1,0,0,0,985017600,985017600,'collesaname','collesaintro',0,'25,26,27,28,29,30,43,44',0),(2,0,0,0,985017600,985017600,'collespname','collespintro',0,'31,32,33,34,35,36,43,44',0),(3,0,0,0,985017600,985017600,'collesapname','collesapintro',0,'37,38,39,40,41,42,43,44',0),(4,0,0,0,985017600,985017600,'attlsname','attlsintro',0,'65,67,68',0),(5,0,0,0,985017600,985017600,'ciqname','ciqintro',0,'69,70,71,72,73',0); /*!40000 ALTER TABLE `survey` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `survey_analysis` -- DROP TABLE IF EXISTS `survey_analysis`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `survey_analysis` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `survey` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `notes` longtext NOT NULL, PRIMARY KEY (`id`), KEY `survanal_use_ix` (`userid`), KEY `survanal_sur_ix` (`survey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='text about each survey submission'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `survey_analysis` -- LOCK TABLES `survey_analysis` WRITE; /*!40000 ALTER TABLE `survey_analysis` DISABLE KEYS */; /*!40000 ALTER TABLE `survey_analysis` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `survey_answers` -- DROP TABLE IF EXISTS `survey_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `survey_answers` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL DEFAULT '0', `survey` bigint(10) NOT NULL DEFAULT '0', `question` bigint(10) NOT NULL DEFAULT '0', `time` bigint(10) NOT NULL DEFAULT '0', `answer1` longtext NOT NULL, `answer2` longtext NOT NULL, PRIMARY KEY (`id`), KEY `survansw_use_ix` (`userid`), KEY `survansw_sur_ix` (`survey`), KEY `survansw_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='the answers to each questions filled by the users'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `survey_answers` -- LOCK TABLES `survey_answers` WRITE; /*!40000 ALTER TABLE `survey_answers` DISABLE KEYS */; /*!40000 ALTER TABLE `survey_answers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `survey_questions` -- DROP TABLE IF EXISTS `survey_questions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `survey_questions` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `text` varchar(255) NOT NULL DEFAULT '', `shorttext` varchar(30) NOT NULL DEFAULT '', `multi` varchar(100) NOT NULL DEFAULT '', `intro` varchar(50) NOT NULL DEFAULT '', `type` smallint(3) NOT NULL DEFAULT '0', `options` longtext, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=74 DEFAULT CHARSET=utf8 COMMENT='the questions conforming one survey'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `survey_questions` -- LOCK TABLES `survey_questions` WRITE; /*!40000 ALTER TABLE `survey_questions` DISABLE KEYS */; INSERT INTO `survey_questions` VALUES (1,'colles1','colles1short','','',1,'scaletimes5'),(2,'colles2','colles2short','','',1,'scaletimes5'),(3,'colles3','colles3short','','',1,'scaletimes5'),(4,'colles4','colles4short','','',1,'scaletimes5'),(5,'colles5','colles5short','','',1,'scaletimes5'),(6,'colles6','colles6short','','',1,'scaletimes5'),(7,'colles7','colles7short','','',1,'scaletimes5'),(8,'colles8','colles8short','','',1,'scaletimes5'),(9,'colles9','colles9short','','',1,'scaletimes5'),(10,'colles10','colles10short','','',1,'scaletimes5'),(11,'colles11','colles11short','','',1,'scaletimes5'),(12,'colles12','colles12short','','',1,'scaletimes5'),(13,'colles13','colles13short','','',1,'scaletimes5'),(14,'colles14','colles14short','','',1,'scaletimes5'),(15,'colles15','colles15short','','',1,'scaletimes5'),(16,'colles16','colles16short','','',1,'scaletimes5'),(17,'colles17','colles17short','','',1,'scaletimes5'),(18,'colles18','colles18short','','',1,'scaletimes5'),(19,'colles19','colles19short','','',1,'scaletimes5'),(20,'colles20','colles20short','','',1,'scaletimes5'),(21,'colles21','colles21short','','',1,'scaletimes5'),(22,'colles22','colles22short','','',1,'scaletimes5'),(23,'colles23','colles23short','','',1,'scaletimes5'),(24,'colles24','colles24short','','',1,'scaletimes5'),(25,'collesm1','collesm1short','1,2,3,4','collesmintro',1,'scaletimes5'),(26,'collesm2','collesm2short','5,6,7,8','collesmintro',1,'scaletimes5'),(27,'collesm3','collesm3short','9,10,11,12','collesmintro',1,'scaletimes5'),(28,'collesm4','collesm4short','13,14,15,16','collesmintro',1,'scaletimes5'),(29,'collesm5','collesm5short','17,18,19,20','collesmintro',1,'scaletimes5'),(30,'collesm6','collesm6short','21,22,23,24','collesmintro',1,'scaletimes5'),(31,'collesm1','collesm1short','1,2,3,4','collesmintro',2,'scaletimes5'),(32,'collesm2','collesm2short','5,6,7,8','collesmintro',2,'scaletimes5'),(33,'collesm3','collesm3short','9,10,11,12','collesmintro',2,'scaletimes5'),(34,'collesm4','collesm4short','13,14,15,16','collesmintro',2,'scaletimes5'),(35,'collesm5','collesm5short','17,18,19,20','collesmintro',2,'scaletimes5'),(36,'collesm6','collesm6short','21,22,23,24','collesmintro',2,'scaletimes5'),(37,'collesm1','collesm1short','1,2,3,4','collesmintro',3,'scaletimes5'),(38,'collesm2','collesm2short','5,6,7,8','collesmintro',3,'scaletimes5'),(39,'collesm3','collesm3short','9,10,11,12','collesmintro',3,'scaletimes5'),(40,'collesm4','collesm4short','13,14,15,16','collesmintro',3,'scaletimes5'),(41,'collesm5','collesm5short','17,18,19,20','collesmintro',3,'scaletimes5'),(42,'collesm6','collesm6short','21,22,23,24','collesmintro',3,'scaletimes5'),(43,'howlong','','','',1,'howlongoptions'),(44,'othercomments','','','',0,NULL),(45,'attls1','attls1short','','',1,'scaleagree5'),(46,'attls2','attls2short','','',1,'scaleagree5'),(47,'attls3','attls3short','','',1,'scaleagree5'),(48,'attls4','attls4short','','',1,'scaleagree5'),(49,'attls5','attls5short','','',1,'scaleagree5'),(50,'attls6','attls6short','','',1,'scaleagree5'),(51,'attls7','attls7short','','',1,'scaleagree5'),(52,'attls8','attls8short','','',1,'scaleagree5'),(53,'attls9','attls9short','','',1,'scaleagree5'),(54,'attls10','attls10short','','',1,'scaleagree5'),(55,'attls11','attls11short','','',1,'scaleagree5'),(56,'attls12','attls12short','','',1,'scaleagree5'),(57,'attls13','attls13short','','',1,'scaleagree5'),(58,'attls14','attls14short','','',1,'scaleagree5'),(59,'attls15','attls15short','','',1,'scaleagree5'),(60,'attls16','attls16short','','',1,'scaleagree5'),(61,'attls17','attls17short','','',1,'scaleagree5'),(62,'attls18','attls18short','','',1,'scaleagree5'),(63,'attls19','attls19short','','',1,'scaleagree5'),(64,'attls20','attls20short','','',1,'scaleagree5'),(65,'attlsm1','attlsm1','45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64','attlsmintro',1,'scaleagree5'),(66,'-','-','-','-',0,'-'),(67,'attlsm2','attlsm2','63,62,59,57,55,49,52,50,48,47','attlsmintro',-1,'scaleagree5'),(68,'attlsm3','attlsm3','46,54,45,51,60,53,56,58,61,64','attlsmintro',-1,'scaleagree5'),(69,'ciq1','ciq1short','','',0,NULL),(70,'ciq2','ciq2short','','',0,NULL),(71,'ciq3','ciq3short','','',0,NULL),(72,'ciq4','ciq4short','','',0,NULL),(73,'ciq5','ciq5short','','',0,NULL); /*!40000 ALTER TABLE `survey_questions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tag` -- DROP TABLE IF EXISTS `tag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tag` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `tagcollid` bigint(10) NOT NULL, `name` varchar(255) NOT NULL DEFAULT '', `rawname` varchar(255) NOT NULL DEFAULT '', `isstandard` tinyint(1) NOT NULL DEFAULT '0', `description` longtext, `descriptionformat` tinyint(2) NOT NULL DEFAULT '0', `flag` smallint(4) DEFAULT '0', `timemodified` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `tag_tagnam_uix` (`tagcollid`,`name`), KEY `tag_tagiss_ix` (`tagcollid`,`isstandard`), KEY `tag_use_ix` (`userid`), KEY `tag_tag_ix` (`tagcollid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Tag table - this generic table will replace the old "tags" t'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tag` -- LOCK TABLES `tag` WRITE; /*!40000 ALTER TABLE `tag` DISABLE KEYS */; INSERT INTO `tag` VALUES (1,2,1,'grupo_orientacao','grupo_orientacao',0,NULL,0,0,1549640549),(2,2,1,'grupo_tutoria','grupo_tutoria',0,NULL,0,0,1549640561); /*!40000 ALTER TABLE `tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tag_area` -- DROP TABLE IF EXISTS `tag_area`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tag_area` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `component` varchar(100) NOT NULL DEFAULT '', `itemtype` varchar(100) NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL DEFAULT '1', `tagcollid` bigint(10) NOT NULL, `callback` varchar(100) DEFAULT NULL, `callbackfile` varchar(100) DEFAULT NULL, `showstandard` tinyint(1) NOT NULL DEFAULT '0', `multiplecontexts` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `tagarea_comite_uix` (`component`,`itemtype`), KEY `tagarea_tag_ix` (`tagcollid`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COMMENT='Defines various tag areas, one area is identified by compone'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tag_area` -- LOCK TABLES `tag_area` WRITE; /*!40000 ALTER TABLE `tag_area` DISABLE KEYS */; INSERT INTO `tag_area` VALUES (1,'core','user',1,1,'user_get_tagged_users','/user/lib.php',2,0),(2,'core','course',1,1,'course_get_tagged_courses','/course/lib.php',0,0),(3,'core_question','question',1,1,NULL,NULL,0,1),(4,'core','post',1,1,'blog_get_tagged_posts','/blog/lib.php',0,0),(5,'core','blog_external',1,1,NULL,NULL,0,0),(6,'core','course_modules',1,1,'course_get_tagged_course_modules','/course/lib.php',0,0),(7,'mod_book','book_chapters',1,1,'mod_book_get_tagged_chapters','/mod/book/locallib.php',0,0),(8,'mod_data','data_records',1,1,'mod_data_get_tagged_records','/mod/data/locallib.php',0,0),(9,'mod_forum','forum_posts',1,1,'mod_forum_get_tagged_posts','/mod/forum/locallib.php',0,0),(10,'mod_glossary','glossary_entries',1,1,'mod_glossary_get_tagged_entries','/mod/glossary/locallib.php',0,0),(11,'mod_wiki','wiki_pages',1,1,'mod_wiki_get_tagged_pages','/mod/wiki/locallib.php',0,0); /*!40000 ALTER TABLE `tag_area` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tag_coll` -- DROP TABLE IF EXISTS `tag_coll`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tag_coll` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `isdefault` tinyint(2) NOT NULL DEFAULT '0', `component` varchar(100) DEFAULT NULL, `sortorder` mediumint(5) NOT NULL DEFAULT '0', `searchable` tinyint(2) NOT NULL DEFAULT '1', `customurl` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Defines different set of tags'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tag_coll` -- LOCK TABLES `tag_coll` WRITE; /*!40000 ALTER TABLE `tag_coll` DISABLE KEYS */; INSERT INTO `tag_coll` VALUES (1,NULL,1,NULL,0,1,NULL); /*!40000 ALTER TABLE `tag_coll` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tag_correlation` -- DROP TABLE IF EXISTS `tag_correlation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tag_correlation` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `tagid` bigint(10) NOT NULL, `correlatedtags` longtext NOT NULL, PRIMARY KEY (`id`), KEY `tagcorr_tag_ix` (`tagid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The rationale for the ''tag_correlation'' table is performance'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tag_correlation` -- LOCK TABLES `tag_correlation` WRITE; /*!40000 ALTER TABLE `tag_correlation` DISABLE KEYS */; /*!40000 ALTER TABLE `tag_correlation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tag_instance` -- DROP TABLE IF EXISTS `tag_instance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tag_instance` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `tagid` bigint(10) NOT NULL, `component` varchar(100) NOT NULL DEFAULT '', `itemtype` varchar(100) NOT NULL DEFAULT '', `itemid` bigint(10) NOT NULL, `contextid` bigint(10) DEFAULT NULL, `tiuserid` bigint(10) NOT NULL DEFAULT '0', `ordering` bigint(10) DEFAULT NULL, `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `taginst_comiteitecontiutag_uix` (`component`,`itemtype`,`itemid`,`contextid`,`tiuserid`,`tagid`), KEY `taginst_itecomtagcon_ix` (`itemtype`,`component`,`tagid`,`contextid`), KEY `taginst_tag_ix` (`tagid`), KEY `taginst_con_ix` (`contextid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='tag_instance table holds the information of associations bet'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tag_instance` -- LOCK TABLES `tag_instance` WRITE; /*!40000 ALTER TABLE `tag_instance` DISABLE KEYS */; INSERT INTO `tag_instance` VALUES (1,1,'','relationship',1,1,0,0,1549640549,1549640549),(2,2,'','relationship',2,1,0,0,1549640561,1549640561); /*!40000 ALTER TABLE `tag_instance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `task_adhoc` -- DROP TABLE IF EXISTS `task_adhoc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `task_adhoc` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `component` varchar(255) NOT NULL DEFAULT '', `classname` varchar(255) NOT NULL DEFAULT '', `nextruntime` bigint(10) NOT NULL, `faildelay` bigint(10) DEFAULT NULL, `customdata` longtext, `userid` bigint(10) DEFAULT NULL, `blocking` tinyint(2) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `taskadho_nex_ix` (`nextruntime`), KEY `taskadho_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='List of adhoc tasks waiting to run.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `task_adhoc` -- LOCK TABLES `task_adhoc` WRITE; /*!40000 ALTER TABLE `task_adhoc` DISABLE KEYS */; /*!40000 ALTER TABLE `task_adhoc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `task_scheduled` -- DROP TABLE IF EXISTS `task_scheduled`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `task_scheduled` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `component` varchar(255) NOT NULL DEFAULT '', `classname` varchar(255) NOT NULL DEFAULT '', `lastruntime` bigint(10) DEFAULT NULL, `nextruntime` bigint(10) DEFAULT NULL, `blocking` tinyint(2) NOT NULL DEFAULT '0', `minute` varchar(25) NOT NULL DEFAULT '', `hour` varchar(25) NOT NULL DEFAULT '', `day` varchar(25) NOT NULL DEFAULT '', `month` varchar(25) NOT NULL DEFAULT '', `dayofweek` varchar(25) NOT NULL DEFAULT '', `faildelay` bigint(10) DEFAULT NULL, `customised` tinyint(2) NOT NULL DEFAULT '0', `disabled` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `tasksche_cla_uix` (`classname`) ) ENGINE=InnoDB AUTO_INCREMENT=80 DEFAULT CHARSET=utf8 COMMENT='List of scheduled tasks to be run by cron.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `task_scheduled` -- LOCK TABLES `task_scheduled` WRITE; /*!40000 ALTER TABLE `task_scheduled` DISABLE KEYS */; INSERT INTO `task_scheduled` VALUES (1,'moodle','\\core\\task\\session_cleanup_task',0,1551292320,0,'*','*','*','*','*',0,0,0),(2,'moodle','\\core\\task\\delete_unconfirmed_users_task',0,1551294000,0,'0','*','*','*','*',0,0,0),(3,'moodle','\\core\\task\\delete_incomplete_users_task',0,1551294300,0,'5','*','*','*','*',0,0,0),(4,'moodle','\\core\\task\\backup_cleanup_task',0,1551294600,0,'10','*','*','*','*',0,0,0),(5,'moodle','\\core\\task\\tag_cron_task',0,1551334200,0,'10','3','*','*','*',0,0,0),(6,'moodle','\\core\\task\\context_cleanup_task',0,1551295500,0,'25','*','*','*','*',0,0,0),(7,'moodle','\\core\\task\\cache_cleanup_task',0,1551295800,0,'30','*','*','*','*',0,0,0),(8,'moodle','\\core\\task\\messaging_cleanup_task',0,1551292500,0,'35','*','*','*','*',0,0,0),(9,'moodle','\\core\\task\\send_new_user_passwords_task',0,1551292320,0,'*','*','*','*','*',0,0,0),(10,'moodle','\\core\\task\\send_failed_login_notifications_task',0,1551292320,0,'*','*','*','*','*',0,0,0),(11,'moodle','\\core\\task\\create_contexts_task',0,1551322800,1,'0','0','*','*','*',0,0,0),(12,'moodle','\\core\\task\\legacy_plugin_cron_task',0,1551292320,0,'*','*','*','*','*',0,0,0),(13,'moodle','\\core\\task\\grade_cron_task',0,1551292320,0,'*','*','*','*','*',0,0,0),(15,'moodle','\\core\\task\\completion_regular_task',0,1551292320,0,'*','*','*','*','*',0,0,0),(16,'moodle','\\core\\task\\completion_daily_task',0,1551309720,0,'22','20','*','*','*',0,0,0),(17,'moodle','\\core\\task\\portfolio_cron_task',0,1551292320,0,'*','*','*','*','*',0,0,0),(18,'moodle','\\core\\task\\plagiarism_cron_task',0,1551292320,0,'*','*','*','*','*',0,0,0),(19,'moodle','\\core\\task\\calendar_cron_task',0,1551292320,0,'*','*','*','*','*',0,0,0),(20,'moodle','\\core\\task\\blog_cron_task',0,1551292320,0,'*','*','*','*','*',0,0,0),(21,'moodle','\\core\\task\\question_cron_task',0,1551292320,0,'*','*','*','*','*',0,0,0),(22,'moodle','\\core\\task\\registration_cron_task',0,1551716040,0,'14','13','*','*','1',0,0,0),(23,'moodle','\\core\\task\\check_for_updates_task',0,1551294000,0,'0','*/2','*','*','*',0,0,0),(24,'moodle','\\core\\task\\cache_cron_task',0,1551293400,0,'50','*','*','*','*',0,0,0),(25,'moodle','\\core\\task\\automated_backup_task',0,1551293400,0,'50','*','*','*','*',0,0,0),(26,'moodle','\\core\\task\\badges_cron_task',0,1551292500,0,'*/5','*','*','*','*',0,0,0),(27,'moodle','\\core\\task\\file_temp_cleanup_task',0,1551304500,0,'55','*/6','*','*','*',0,0,0),(28,'moodle','\\core\\task\\file_trash_cleanup_task',0,1551304500,0,'55','*/6','*','*','*',0,0,0),(29,'moodle','\\core\\task\\search_index_task',0,1551294000,0,'*/30','*','*','*','*',0,0,0),(30,'moodle','\\core\\task\\search_optimize_task',0,1551323700,0,'15','*/12','*','*','*',0,0,0),(31,'moodle','\\core\\task\\stats_cron_task',0,1551322800,0,'0','0','*','*','*',0,0,0),(32,'moodle','\\core\\task\\password_reset_cleanup_task',0,1551301200,0,'0','*/6','*','*','*',0,0,0),(33,'moodle','\\core\\task\\complete_plans_task',0,1551294840,0,'14','*','*','*','*',0,0,0),(34,'moodle','\\core\\task\\sync_plans_from_template_cohorts_task',0,1551294120,0,'2','*','*','*','*',0,0,0),(35,'moodle','\\core_files\\task\\conversion_cleanup_task',0,1551330960,0,'16','2','*','*','*',0,0,0),(36,'moodle','\\core\\oauth2\\refresh_system_tokens_task',0,1551295800,0,'30','*','*','*','*',0,0,0),(37,'moodle','\\core\\task\\analytics_cleanup_task',0,1551292920,0,'42','*','*','*','*',0,0,0),(38,'mod_forum','\\mod_forum\\task\\cron_task',0,1551292320,0,'*','*','*','*','*',0,0,0),(39,'mod_scorm','\\mod_scorm\\task\\cron_task',0,1551292500,0,'*/5','*','*','*','*',0,0,0),(40,'auth_cas','\\auth_cas\\task\\sync_task',0,1551322800,0,'0','0','*','*','*',0,0,1),(41,'auth_db','\\auth_db\\task\\sync_users',0,1551305040,0,'4','19','*','*','*',0,0,1),(42,'auth_ldap','\\auth_ldap\\task\\sync_roles',0,1551322800,0,'0','0','*','*','*',0,0,1),(43,'auth_ldap','\\auth_ldap\\task\\sync_task',0,1551322800,0,'0','0','*','*','*',0,0,1),(44,'enrol_category','\\enrol_category\\task\\enrol_category_sync',0,1551292320,0,'*','*','*','*','*',0,0,0),(45,'enrol_cohort','\\enrol_cohort\\task\\enrol_cohort_sync',0,1551294660,0,'11','*','*','*','*',0,0,0),(46,'enrol_flatfile','\\enrol_flatfile\\task\\flatfile_sync_task',0,1551294900,0,'15','*','*','*','*',0,0,0),(47,'enrol_imsenterprise','\\enrol_imsenterprise\\task\\cron_task',0,1551294600,0,'10','*','*','*','*',0,0,0),(48,'enrol_ldap','\\enrol_ldap\\task\\sync_enrolments',0,1551294060,0,'1','16','*','*','*',0,0,1),(49,'enrol_lti','\\enrol_lti\\task\\sync_grades',0,1551294000,0,'*/30','*','*','*','*',0,0,0),(50,'enrol_lti','\\enrol_lti\\task\\sync_members',0,1551294000,0,'*/30','*','*','*','*',0,0,0),(51,'enrol_manual','\\enrol_manual\\task\\sync_enrolments',0,1551292800,0,'*/10','*','*','*','*',0,0,0),(52,'enrol_manual','\\enrol_manual\\task\\send_expiry_notifications',0,1551292800,0,'*/10','*','*','*','*',0,0,0),(53,'enrol_meta','\\enrol_meta\\task\\enrol_meta_sync',0,1551294420,0,'7','*','*','*','*',0,0,0),(54,'enrol_paypal','\\enrol_paypal\\task\\process_expirations',0,1551292320,0,'*','*','*','*','*',0,0,0),(55,'enrol_self','\\enrol_self\\task\\sync_enrolments',0,1551292800,0,'*/10','*','*','*','*',0,0,0),(56,'enrol_self','\\enrol_self\\task\\send_expiry_notifications',0,1551292800,0,'*/10','*','*','*','*',0,0,0),(57,'editor_atto','\\editor_atto\\task\\autosave_cleanup_task',0,1551441840,0,'4','9','*','*','5',0,0,0),(58,'repository_onedrive','\\repository_onedrive\\remove_temp_access_task',0,1551808860,0,'1','15','*','*','2',0,0,0),(59,'tool_analytics','\\tool_analytics\\task\\train_models',0,1551340800,0,'0','5','*','*','*',0,0,0),(60,'tool_analytics','\\tool_analytics\\task\\predict_models',0,1551366000,0,'0','12','*','*','*',0,0,0),(61,'tool_cohortroles','\\tool_cohortroles\\task\\cohort_role_sync',0,1551294180,0,'3','*','*','*','*',0,0,0),(62,'tool_dataprivacy','\\tool_dataprivacy\\task\\expired_retention_period',0,1551376800,0,'0','15','*','*','*',0,0,0),(63,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_contexts',0,1551348000,0,'0','7','*','*','*',0,0,0),(64,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_requests',0,1551351660,0,'1','8','*','*','*',0,0,0),(65,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_existing_deleted_users',0,1551348000,0,'0','7','*','*','*',0,0,1),(66,'tool_langimport','\\tool_langimport\\task\\update_langpacks_task',0,1551337680,0,'8','4','*','*','*',0,0,0),(67,'tool_messageinbound','\\tool_messageinbound\\task\\pickup_task',0,1551292320,0,'*','*','*','*','*',0,0,0),(68,'tool_messageinbound','\\tool_messageinbound\\task\\cleanup_task',0,1551329700,0,'55','1','*','*','*',0,0,0),(69,'tool_monitor','\\tool_monitor\\task\\clean_events',0,1551292320,0,'*','*','*','*','*',0,0,0),(70,'tool_monitor','\\tool_monitor\\task\\check_subscriptions',0,1551302040,0,'14','18','*','*','*',0,0,0),(71,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_course_bin',0,1551294000,0,'*/30','*','*','*','*',0,0,0),(72,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_category_bin',0,1551294000,0,'*/30','*','*','*','*',0,0,0),(73,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\convert_submissions',0,1551293100,0,'*/15','*','*','*','*',0,0,0),(74,'ltiservice_gradebookservices','\\ltiservice_gradebookservices\\task\\cleanup_task',0,1551355260,0,'1','9','*','*','*',0,0,0),(75,'logstore_legacy','\\logstore_legacy\\task\\cleanup_task',0,1551341940,0,'19','5','*','*','*',0,0,0),(76,'logstore_standard','\\logstore_standard\\task\\cleanup_task',0,1551337560,0,'6','4','*','*','*',0,0,0),(77,'qtype_random','\\qtype_random\\task\\remove_unused_questions',0,1551295080,0,'18','*','*','*','*',0,0,0),(78,'block_recent_activity','\\block_recent_activity\\task\\cleanup',0,1551338220,0,'17','4','*','*','*',0,0,0),(79,'block_rss_client','\\block_rss_client\\task\\refreshfeeds',0,1551292500,0,'*/5','*','*','*','*',0,0,0); /*!40000 ALTER TABLE `task_scheduled` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tool_cohortroles` -- DROP TABLE IF EXISTS `tool_cohortroles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tool_cohortroles` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `cohortid` bigint(10) NOT NULL, `roleid` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `usermodified` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `toolcoho_cohroluse_uix` (`cohortid`,`roleid`,`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Mapping of users to cohort role assignments.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tool_cohortroles` -- LOCK TABLES `tool_cohortroles` WRITE; /*!40000 ALTER TABLE `tool_cohortroles` DISABLE KEYS */; /*!40000 ALTER TABLE `tool_cohortroles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tool_customlang` -- DROP TABLE IF EXISTS `tool_customlang`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tool_customlang` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `lang` varchar(20) NOT NULL DEFAULT '', `componentid` bigint(10) NOT NULL, `stringid` varchar(255) NOT NULL DEFAULT '', `original` longtext NOT NULL, `master` longtext, `local` longtext, `timemodified` bigint(10) NOT NULL, `timecustomized` bigint(10) DEFAULT NULL, `outdated` smallint(3) DEFAULT '0', `modified` smallint(3) DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `toolcust_lancomstr_uix` (`lang`,`componentid`,`stringid`), KEY `toolcust_com_ix` (`componentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Contains the working checkout of all strings and their custo'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tool_customlang` -- LOCK TABLES `tool_customlang` WRITE; /*!40000 ALTER TABLE `tool_customlang` DISABLE KEYS */; /*!40000 ALTER TABLE `tool_customlang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tool_customlang_components` -- DROP TABLE IF EXISTS `tool_customlang_components`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tool_customlang_components` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `version` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Contains the list of all installed plugins that provide thei'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tool_customlang_components` -- LOCK TABLES `tool_customlang_components` WRITE; /*!40000 ALTER TABLE `tool_customlang_components` DISABLE KEYS */; /*!40000 ALTER TABLE `tool_customlang_components` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tool_dataprivacy_category` -- DROP TABLE IF EXISTS `tool_dataprivacy_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tool_dataprivacy_category` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(100) NOT NULL DEFAULT '', `description` longtext, `descriptionformat` tinyint(1) DEFAULT NULL, `usermodified` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Data categories'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tool_dataprivacy_category` -- LOCK TABLES `tool_dataprivacy_category` WRITE; /*!40000 ALTER TABLE `tool_dataprivacy_category` DISABLE KEYS */; /*!40000 ALTER TABLE `tool_dataprivacy_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tool_dataprivacy_ctxexpired` -- DROP TABLE IF EXISTS `tool_dataprivacy_ctxexpired`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tool_dataprivacy_ctxexpired` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `contextid` bigint(10) NOT NULL, `unexpiredroles` longtext, `expiredroles` longtext, `defaultexpired` tinyint(1) NOT NULL, `status` tinyint(2) NOT NULL DEFAULT '0', `usermodified` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `tooldatactxe_con_uix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tool_dataprivacy_ctxexpired` -- LOCK TABLES `tool_dataprivacy_ctxexpired` WRITE; /*!40000 ALTER TABLE `tool_dataprivacy_ctxexpired` DISABLE KEYS */; /*!40000 ALTER TABLE `tool_dataprivacy_ctxexpired` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tool_dataprivacy_ctxinstance` -- DROP TABLE IF EXISTS `tool_dataprivacy_ctxinstance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tool_dataprivacy_ctxinstance` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `contextid` bigint(10) NOT NULL, `purposeid` bigint(10) DEFAULT NULL, `categoryid` bigint(10) DEFAULT NULL, `usermodified` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `tooldatactxi_con_uix` (`contextid`), KEY `tooldatactxi_pur_ix` (`purposeid`), KEY `tooldatactxi_cat_ix` (`categoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tool_dataprivacy_ctxinstance` -- LOCK TABLES `tool_dataprivacy_ctxinstance` WRITE; /*!40000 ALTER TABLE `tool_dataprivacy_ctxinstance` DISABLE KEYS */; /*!40000 ALTER TABLE `tool_dataprivacy_ctxinstance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tool_dataprivacy_ctxlevel` -- DROP TABLE IF EXISTS `tool_dataprivacy_ctxlevel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tool_dataprivacy_ctxlevel` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `contextlevel` smallint(3) NOT NULL, `purposeid` bigint(10) DEFAULT NULL, `categoryid` bigint(10) DEFAULT NULL, `usermodified` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `tooldatactxl_con_uix` (`contextlevel`), KEY `tooldatactxl_cat_ix` (`categoryid`), KEY `tooldatactxl_pur_ix` (`purposeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tool_dataprivacy_ctxlevel` -- LOCK TABLES `tool_dataprivacy_ctxlevel` WRITE; /*!40000 ALTER TABLE `tool_dataprivacy_ctxlevel` DISABLE KEYS */; /*!40000 ALTER TABLE `tool_dataprivacy_ctxlevel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tool_dataprivacy_purpose` -- DROP TABLE IF EXISTS `tool_dataprivacy_purpose`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tool_dataprivacy_purpose` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(100) NOT NULL DEFAULT '', `description` longtext, `descriptionformat` tinyint(1) DEFAULT NULL, `lawfulbases` longtext NOT NULL, `sensitivedatareasons` longtext, `retentionperiod` varchar(255) NOT NULL DEFAULT '', `protected` tinyint(1) DEFAULT NULL, `usermodified` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Data purposes'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tool_dataprivacy_purpose` -- LOCK TABLES `tool_dataprivacy_purpose` WRITE; /*!40000 ALTER TABLE `tool_dataprivacy_purpose` DISABLE KEYS */; /*!40000 ALTER TABLE `tool_dataprivacy_purpose` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tool_dataprivacy_purposerole` -- DROP TABLE IF EXISTS `tool_dataprivacy_purposerole`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tool_dataprivacy_purposerole` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `purposeid` bigint(10) NOT NULL, `roleid` bigint(10) NOT NULL, `lawfulbases` longtext, `sensitivedatareasons` longtext, `retentionperiod` varchar(255) NOT NULL DEFAULT '', `protected` tinyint(1) DEFAULT NULL, `usermodified` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `tooldatapurp_purrol_uix` (`purposeid`,`roleid`), KEY `tooldatapurp_pur_ix` (`purposeid`), KEY `tooldatapurp_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Data purpose overrides for a specific role'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tool_dataprivacy_purposerole` -- LOCK TABLES `tool_dataprivacy_purposerole` WRITE; /*!40000 ALTER TABLE `tool_dataprivacy_purposerole` DISABLE KEYS */; /*!40000 ALTER TABLE `tool_dataprivacy_purposerole` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tool_dataprivacy_request` -- DROP TABLE IF EXISTS `tool_dataprivacy_request`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tool_dataprivacy_request` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `type` bigint(10) NOT NULL DEFAULT '0', `comments` longtext, `commentsformat` tinyint(2) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `requestedby` bigint(10) NOT NULL DEFAULT '0', `status` tinyint(2) NOT NULL DEFAULT '0', `dpo` bigint(10) DEFAULT '0', `dpocomment` longtext, `dpocommentformat` tinyint(2) NOT NULL DEFAULT '0', `usermodified` bigint(10) NOT NULL DEFAULT '0', `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `creationmethod` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `tooldatarequ_use_ix` (`userid`), KEY `tooldatarequ_req_ix` (`requestedby`), KEY `tooldatarequ_dpo_ix` (`dpo`), KEY `tooldatarequ_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Table for data requests'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tool_dataprivacy_request` -- LOCK TABLES `tool_dataprivacy_request` WRITE; /*!40000 ALTER TABLE `tool_dataprivacy_request` DISABLE KEYS */; /*!40000 ALTER TABLE `tool_dataprivacy_request` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tool_monitor_events` -- DROP TABLE IF EXISTS `tool_monitor_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tool_monitor_events` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `eventname` varchar(254) NOT NULL DEFAULT '', `contextid` bigint(10) NOT NULL, `contextlevel` bigint(10) NOT NULL, `contextinstanceid` bigint(10) NOT NULL, `link` varchar(254) NOT NULL DEFAULT '', `courseid` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='A table that keeps a log of events related to subscriptions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tool_monitor_events` -- LOCK TABLES `tool_monitor_events` WRITE; /*!40000 ALTER TABLE `tool_monitor_events` DISABLE KEYS */; /*!40000 ALTER TABLE `tool_monitor_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tool_monitor_history` -- DROP TABLE IF EXISTS `tool_monitor_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tool_monitor_history` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `sid` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `timesent` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `toolmonihist_sidusetim_uix` (`sid`,`userid`,`timesent`), KEY `toolmonihist_sid_ix` (`sid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Table to store history of message notifications sent'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tool_monitor_history` -- LOCK TABLES `tool_monitor_history` WRITE; /*!40000 ALTER TABLE `tool_monitor_history` DISABLE KEYS */; /*!40000 ALTER TABLE `tool_monitor_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tool_monitor_rules` -- DROP TABLE IF EXISTS `tool_monitor_rules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tool_monitor_rules` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `description` longtext, `descriptionformat` tinyint(1) NOT NULL, `name` varchar(254) NOT NULL DEFAULT '', `userid` bigint(10) NOT NULL, `courseid` bigint(10) NOT NULL, `plugin` varchar(254) NOT NULL DEFAULT '', `eventname` varchar(254) NOT NULL DEFAULT '', `template` longtext NOT NULL, `templateformat` tinyint(1) NOT NULL, `frequency` smallint(4) NOT NULL, `timewindow` mediumint(5) NOT NULL, `timemodified` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `toolmonirule_couuse_ix` (`courseid`,`userid`), KEY `toolmonirule_eve_ix` (`eventname`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Table to store rules'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tool_monitor_rules` -- LOCK TABLES `tool_monitor_rules` WRITE; /*!40000 ALTER TABLE `tool_monitor_rules` DISABLE KEYS */; /*!40000 ALTER TABLE `tool_monitor_rules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tool_monitor_subscriptions` -- DROP TABLE IF EXISTS `tool_monitor_subscriptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tool_monitor_subscriptions` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL, `ruleid` bigint(10) NOT NULL, `cmid` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `lastnotificationsent` bigint(10) NOT NULL DEFAULT '0', `inactivedate` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `toolmonisubs_couuse_ix` (`courseid`,`userid`), KEY `toolmonisubs_rul_ix` (`ruleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Table to store user subscriptions to various rules'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tool_monitor_subscriptions` -- LOCK TABLES `tool_monitor_subscriptions` WRITE; /*!40000 ALTER TABLE `tool_monitor_subscriptions` DISABLE KEYS */; /*!40000 ALTER TABLE `tool_monitor_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tool_policy` -- DROP TABLE IF EXISTS `tool_policy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tool_policy` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `sortorder` mediumint(5) NOT NULL DEFAULT '999', `currentversionid` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `toolpoli_cur_ix` (`currentversionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Contains the list of policy documents defined on the site.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tool_policy` -- LOCK TABLES `tool_policy` WRITE; /*!40000 ALTER TABLE `tool_policy` DISABLE KEYS */; /*!40000 ALTER TABLE `tool_policy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tool_policy_acceptances` -- DROP TABLE IF EXISTS `tool_policy_acceptances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tool_policy_acceptances` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `policyversionid` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `status` tinyint(1) DEFAULT NULL, `lang` varchar(30) NOT NULL DEFAULT '', `usermodified` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `note` longtext, PRIMARY KEY (`id`), UNIQUE KEY `toolpoliacce_poluse_uix` (`policyversionid`,`userid`), KEY `toolpoliacce_pol_ix` (`policyversionid`), KEY `toolpoliacce_use_ix` (`userid`), KEY `toolpoliacce_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Tracks users accepting the policy versions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tool_policy_acceptances` -- LOCK TABLES `tool_policy_acceptances` WRITE; /*!40000 ALTER TABLE `tool_policy_acceptances` DISABLE KEYS */; /*!40000 ALTER TABLE `tool_policy_acceptances` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tool_policy_versions` -- DROP TABLE IF EXISTS `tool_policy_versions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tool_policy_versions` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(1333) NOT NULL DEFAULT '', `type` smallint(3) NOT NULL DEFAULT '0', `audience` smallint(3) NOT NULL DEFAULT '0', `archived` smallint(3) NOT NULL DEFAULT '0', `usermodified` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `policyid` bigint(10) NOT NULL, `agreementstyle` smallint(3) NOT NULL DEFAULT '0', `optional` smallint(3) NOT NULL DEFAULT '0', `revision` varchar(1333) NOT NULL DEFAULT '', `summary` longtext NOT NULL, `summaryformat` smallint(3) NOT NULL, `content` longtext NOT NULL, `contentformat` smallint(3) NOT NULL, PRIMARY KEY (`id`), KEY `toolpolivers_use_ix` (`usermodified`), KEY `toolpolivers_pol_ix` (`policyid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Holds versions of the policy documents'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tool_policy_versions` -- LOCK TABLES `tool_policy_versions` WRITE; /*!40000 ALTER TABLE `tool_policy_versions` DISABLE KEYS */; /*!40000 ALTER TABLE `tool_policy_versions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tool_recyclebin_category` -- DROP TABLE IF EXISTS `tool_recyclebin_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tool_recyclebin_category` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `categoryid` bigint(10) NOT NULL, `shortname` varchar(255) NOT NULL DEFAULT '', `fullname` varchar(255) NOT NULL DEFAULT '', `timecreated` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `toolrecycate_tim_ix` (`timecreated`), KEY `toolrecycate_cat_ix` (`categoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='A list of items in the category recycle bin'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tool_recyclebin_category` -- LOCK TABLES `tool_recyclebin_category` WRITE; /*!40000 ALTER TABLE `tool_recyclebin_category` DISABLE KEYS */; /*!40000 ALTER TABLE `tool_recyclebin_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tool_recyclebin_course` -- DROP TABLE IF EXISTS `tool_recyclebin_course`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tool_recyclebin_course` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL, `section` bigint(10) NOT NULL, `module` bigint(10) NOT NULL, `name` varchar(255) DEFAULT NULL, `timecreated` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `toolrecycour_tim_ix` (`timecreated`), KEY `toolrecycour_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='A list of items in the course recycle bin'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tool_recyclebin_course` -- LOCK TABLES `tool_recyclebin_course` WRITE; /*!40000 ALTER TABLE `tool_recyclebin_course` DISABLE KEYS */; /*!40000 ALTER TABLE `tool_recyclebin_course` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tool_usertours_steps` -- DROP TABLE IF EXISTS `tool_usertours_steps`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tool_usertours_steps` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `tourid` bigint(10) NOT NULL, `title` longtext, `content` longtext, `targettype` tinyint(2) NOT NULL, `targetvalue` longtext NOT NULL, `sortorder` bigint(10) NOT NULL DEFAULT '0', `configdata` longtext NOT NULL, PRIMARY KEY (`id`), KEY `tooluserstep_tousor_ix` (`tourid`,`sortorder`), KEY `tooluserstep_tou_ix` (`tourid`) ) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8 COMMENT='Steps in an tour'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tool_usertours_steps` -- LOCK TABLES `tool_usertours_steps` WRITE; /*!40000 ALTER TABLE `tool_usertours_steps` DISABLE KEYS */; INSERT INTO `tool_usertours_steps` VALUES (1,1,'tour1_title_welcome,tool_usertours','tour1_content_welcome,tool_usertours',2,'',0,'{}'),(2,1,'tour1_title_navigation,tool_usertours','tour1_content_navigation,tool_usertours',0,'[data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',1,'{}'),(3,1,'tour1_title_customisation,tool_usertours','tour1_content_customisation,tool_usertours',0,'body:not(.editing) #page-header .card-block',2,'{\"placement\":\"bottom\"}'),(4,1,'tour1_title_blockregion,tool_usertours','tour1_content_blockregion,tool_usertours',0,'body.editing [data-region=\"blocks-column\"]',3,'{}'),(5,1,'tour1_title_addingblocks,tool_usertours','tour1_content_addingblocks,tool_usertours',0,'body.editing [data-region=\"blocks-column\"]',4,'{\"placement\":\"bottom\"}'),(6,1,'tour1_title_end,tool_usertours','tour1_content_end,tool_usertours',2,'',5,'{}'),(7,2,'tour2_title_welcome,tool_usertours','tour2_content_welcome,tool_usertours',2,'',0,'{}'),(8,2,'tour2_title_customisation,tool_usertours','tour2_content_customisation,tool_usertours',0,'body:not(.editing) #page-header .card-block',1,'{}'),(9,2,'tour2_title_navigation,tool_usertours','tour2_content_navigation,tool_usertours',0,'[data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',2,'{}'),(10,2,'tour2_title_opendrawer,tool_usertours','tour2_content_opendrawer,tool_usertours',0,'body:not(.drawer-open-left) [data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',3,'{}'),(11,2,'tour2_title_participants,tool_usertours','tour2_content_participants,tool_usertours',0,'body.drawer-open-left [data-region=\"drawer\"] [data-key=\"participants\"]',4,'{\"placement\":\"bottom\",\"backdrop\":\"0\"}'),(12,2,'tour2_title_addblock,tool_usertours','tour2_content_addblock,tool_usertours',0,'body.drawer-open-left:not(.editing) [data-region=\"drawer\"]',5,'{\"placement\":\"right\",\"orphan\":\"0\",\"backdrop\":\"0\",\"reflex\":\"0\"}'),(13,2,'tour2_title_addingblocks,tool_usertours','tour2_content_addingblocks,tool_usertours',0,'body.drawer-open-left.editing [data-region=\"drawer\"] [data-key=\"addblock\"]',6,'{\"backdrop\":\"0\",\"placement\":\"top\"}'),(14,2,'tour2_title_end,tool_usertours','tour2_content_end,tool_usertours',2,'',7,'{}'),(15,3,'tour4_title_messaging,tool_usertours','tour4_content_messaging,tool_usertours',2,'',0,'{\"backdrop\":\"1\"}'),(16,3,'tour4_title_icon,tool_usertours','tour4_content_icon,tool_usertours',0,'[id^=message-drawer-toggle]',1,'{\"backdrop\":\"0\",\"reflex\":\"1\"}'),(17,3,'tour4_title_groupconvo,tool_usertours','tour4_content_groupconvo,tool_usertours',0,'.message-drawer:not(.hidden) [data-region=\"view-overview-group-messages\"]',2,'{\"placement\":\"left\"}'),(18,3,'tour4_title_starred,tool_usertours','tour4_content_starred,tool_usertours',0,'.message-drawer:not(.hidden) [data-region=\"view-overview-favourites\"]',3,'{\"placement\":\"left\"}'),(19,3,'tour4_title_settings,tool_usertours','tour4_content_settings,tool_usertours',0,'.message-drawer:not(.hidden) [data-route=\"view-settings\"]',4,'{\"reflex\":\"1\"}'),(20,3,'tour_final_step_title,tool_usertours','tour_final_step_content,tool_usertours',2,'',5,'{}'),(21,4,'tour3_title_dashboard,tool_usertours','tour3_content_dashboard,tool_usertours',2,'',0,'{\"backdrop\":\"1\"}'),(22,4,'tour3_title_dashboard,tool_usertours','tour3_content_timeline,tool_usertours',1,'timeline',1,'{\"reflex\":\"0\"}'),(23,4,'tour3_title_recentcourses,tool_usertours','tour3_content_recentcourses,tool_usertours',1,'recentlyaccessedcourses',2,'{\"placement\":\"top\",\"backdrop\":\"1\"}'),(24,4,'tour3_title_overview,tool_usertours','tour3_content_overview,tool_usertours',1,'myoverview',3,'{}'),(25,4,'tour3_title_starring,tool_usertours','tour3_content_starring,tool_usertours',0,'.block-myoverview [data-display=\"cards\"] [data-region=\"course-content\"] .coursemenubtn',4,'{\"placement\":\"right\"}'),(26,4,'tour3_title_starring,tool_usertours','tour3_content_starring,tool_usertours',0,'.block-myoverview [data-display]:not([data-display=\"cards\"]) [data-region=\"course-content\"] .coursemenubtn',5,'{}'),(27,4,'tour3_title_displayoptions,tool_usertours','tour3_content_displayoptions,tool_usertours',0,'#sortingdropdown',6,'{\"placement\":\"top\"}'),(28,4,'tour_final_step_title,tool_usertours','tour_final_step_content,tool_usertours',2,'',7,'{}'); /*!40000 ALTER TABLE `tool_usertours_steps` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tool_usertours_tours` -- DROP TABLE IF EXISTS `tool_usertours_tours`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tool_usertours_tours` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `description` longtext, `pathmatch` varchar(255) DEFAULT NULL, `enabled` tinyint(1) NOT NULL DEFAULT '0', `sortorder` bigint(10) NOT NULL DEFAULT '0', `configdata` longtext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='List of tours'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tool_usertours_tours` -- LOCK TABLES `tool_usertours_tours` WRITE; /*!40000 ALTER TABLE `tool_usertours_tours` DISABLE KEYS */; INSERT INTO `tool_usertours_tours` VALUES (1,'Boost - administrator','A tour of some new features in the Boost theme, for administrators','FRONTPAGE',0,2,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"role\":[\"-1\"],\"theme\":[\"boost\"]},\"majorupdatetime\":1479366244,\"default_tour\":true,\"filename\":\"boost_administrator.json\",\"version\":1,\"shipped_tour\":true,\"shipped_filename\":\"boost_administrator.json\",\"shipped_version\":1}'),(2,'Boost - course view','A tour for introducing administrators and teachers to courses in the Boost theme','/course/view.php%',0,3,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"role\":[\"-1\",\"editingteacher\"],\"theme\":[\"boost\"]},\"majorupdatetime\":1480050104,\"shipped_tour\":true,\"shipped_filename\":\"boost_course_view.json\",\"shipped_version\":1}'),(3,'New Messaging System','New messaging interface in Moodle 3.6','/course/view.php%',1,1,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"0\",\"reflex\":\"0\",\"filtervalues\":{\"category\":[],\"course\":[\"0\"],\"courseformat\":[],\"role\":[],\"theme\":[]},\"majorupdatetime\":1543468823,\"shipped_tour\":true,\"shipped_filename\":\"36_messaging.json\",\"shipped_version\":3}'),(4,'Dashboard','New dashboard features','/my/%',1,0,'{\"placement\":\"top\",\"orphan\":\"0\",\"backdrop\":\"0\",\"reflex\":\"0\",\"filtervalues\":{\"category\":[],\"course\":[\"0\"],\"courseformat\":[],\"role\":[],\"theme\":[]},\"majorupdatetime\":1543396938,\"shipped_tour\":true,\"shipped_filename\":\"36_dashboard.json\",\"shipped_version\":3}'); /*!40000 ALTER TABLE `tool_usertours_tours` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `upgrade_log` -- DROP TABLE IF EXISTS `upgrade_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `upgrade_log` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `type` bigint(10) NOT NULL, `plugin` varchar(100) DEFAULT NULL, `version` varchar(100) DEFAULT NULL, `targetversion` varchar(100) DEFAULT NULL, `info` varchar(255) NOT NULL DEFAULT '', `details` longtext, `backtrace` longtext, `userid` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `upgrlog_tim_ix` (`timemodified`), KEY `upgrlog_typtim_ix` (`type`,`timemodified`), KEY `upgrlog_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=2442 DEFAULT CHARSET=utf8 COMMENT='Upgrade logging'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `upgrade_log` -- LOCK TABLES `upgrade_log` WRITE; /*!40000 ALTER TABLE `upgrade_log` DISABLE KEYS */; INSERT INTO `upgrade_log` VALUES (1,0,'core','2018051703.07','2018051703.07','Upgrade savepoint reached',NULL,'',0,1544111995),(2,0,'core','2018051703.07','2018051703.07','Core installed',NULL,'',0,1544112011),(3,0,'antivirus_clamav',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112011),(4,0,'antivirus_clamav','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112011),(5,0,'antivirus_clamav','2018051400','2018051400','Plugin installed',NULL,'',0,1544112011),(6,0,'availability_completion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112011),(7,0,'availability_completion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112011),(8,0,'availability_completion','2018051400','2018051400','Plugin installed',NULL,'',0,1544112011),(9,0,'availability_date',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112011),(10,0,'availability_date','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112011),(11,0,'availability_date','2018051400','2018051400','Plugin installed',NULL,'',0,1544112011),(12,0,'availability_grade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112011),(13,0,'availability_grade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112011),(14,0,'availability_grade','2018051400','2018051400','Plugin installed',NULL,'',0,1544112011),(15,0,'availability_group',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112011),(16,0,'availability_group','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112011),(17,0,'availability_group','2018051400','2018051400','Plugin installed',NULL,'',0,1544112011),(18,0,'availability_grouping',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112011),(19,0,'availability_grouping','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112011),(20,0,'availability_grouping','2018051400','2018051400','Plugin installed',NULL,'',0,1544112011),(21,0,'availability_profile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112011),(22,0,'availability_profile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112011),(23,0,'availability_profile','2018051400','2018051400','Plugin installed',NULL,'',0,1544112011),(24,0,'qtype_calculated',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112012),(25,0,'qtype_calculated','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112012),(26,0,'qtype_calculated','2018051400','2018051400','Plugin installed',NULL,'',0,1544112012),(27,0,'qtype_calculatedmulti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112012),(28,0,'qtype_calculatedmulti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112012),(29,0,'qtype_calculatedmulti','2018051400','2018051400','Plugin installed',NULL,'',0,1544112012),(30,0,'qtype_calculatedsimple',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112012),(31,0,'qtype_calculatedsimple','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112012),(32,0,'qtype_calculatedsimple','2018051400','2018051400','Plugin installed',NULL,'',0,1544112012),(33,0,'qtype_ddimageortext',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112012),(34,0,'qtype_ddimageortext','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112012),(35,0,'qtype_ddimageortext','2018051400','2018051400','Plugin installed',NULL,'',0,1544112012),(36,0,'qtype_ddmarker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112012),(37,0,'qtype_ddmarker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112013),(38,0,'qtype_ddmarker','2018051400','2018051400','Plugin installed',NULL,'',0,1544112013),(39,0,'qtype_ddwtos',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112013),(40,0,'qtype_ddwtos','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112013),(41,0,'qtype_ddwtos','2018051400','2018051400','Plugin installed',NULL,'',0,1544112013),(42,0,'qtype_description',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112013),(43,0,'qtype_description','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112013),(44,0,'qtype_description','2018051400','2018051400','Plugin installed',NULL,'',0,1544112013),(45,0,'qtype_essay',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112013),(46,0,'qtype_essay','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112013),(47,0,'qtype_essay','2018051400','2018051400','Plugin installed',NULL,'',0,1544112013),(48,0,'qtype_gapselect',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112013),(49,0,'qtype_gapselect','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112013),(50,0,'qtype_gapselect','2018051400','2018051400','Plugin installed',NULL,'',0,1544112013),(51,0,'qtype_match',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112013),(52,0,'qtype_match','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112013),(53,0,'qtype_match','2018051400','2018051400','Plugin installed',NULL,'',0,1544112013),(54,0,'qtype_missingtype',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112013),(55,0,'qtype_missingtype','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112013),(56,0,'qtype_missingtype','2018051400','2018051400','Plugin installed',NULL,'',0,1544112013),(57,0,'qtype_multianswer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112013),(58,0,'qtype_multianswer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112013),(59,0,'qtype_multianswer','2018051400','2018051400','Plugin installed',NULL,'',0,1544112013),(60,0,'qtype_multichoice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112013),(61,0,'qtype_multichoice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112014),(62,0,'qtype_multichoice','2018051400','2018051400','Plugin installed',NULL,'',0,1544112014),(63,0,'qtype_numerical',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112014),(64,0,'qtype_numerical','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112014),(65,0,'qtype_numerical','2018051400','2018051400','Plugin installed',NULL,'',0,1544112014),(66,0,'qtype_random',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112014),(67,0,'qtype_random','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112014),(68,0,'qtype_random','2018051400','2018051400','Plugin installed',NULL,'',0,1544112014),(69,0,'qtype_randomsamatch',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112014),(70,0,'qtype_randomsamatch','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112014),(71,0,'qtype_randomsamatch','2018051400','2018051400','Plugin installed',NULL,'',0,1544112014),(72,0,'qtype_shortanswer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112014),(73,0,'qtype_shortanswer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112014),(74,0,'qtype_shortanswer','2018051400','2018051400','Plugin installed',NULL,'',0,1544112014),(75,0,'qtype_truefalse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112014),(76,0,'qtype_truefalse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112014),(77,0,'qtype_truefalse','2018051400','2018051400','Plugin installed',NULL,'',0,1544112014),(78,0,'mod_assign',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112014),(79,0,'mod_assign','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112015),(80,0,'mod_assign','2018051400','2018051400','Plugin installed',NULL,'',0,1544112016),(81,0,'mod_assignment',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112016),(82,0,'mod_assignment','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112016),(83,0,'mod_assignment','2018051400','2018051400','Plugin installed',NULL,'',0,1544112016),(84,0,'mod_book',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112016),(85,0,'mod_book','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112017),(86,0,'mod_book','2018051400','2018051400','Plugin installed',NULL,'',0,1544112017),(87,0,'mod_chat',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112017),(88,0,'mod_chat','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112017),(89,0,'mod_chat','2018051400','2018051400','Plugin installed',NULL,'',0,1544112018),(90,0,'mod_choice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112018),(91,0,'mod_choice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112018),(92,0,'mod_choice','2018051400','2018051400','Plugin installed',NULL,'',0,1544112018),(93,0,'mod_data',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112018),(94,0,'mod_data','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112019),(95,0,'mod_data','2018051400','2018051400','Plugin installed',NULL,'',0,1544112020),(96,0,'mod_feedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112020),(97,0,'mod_feedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112020),(98,0,'mod_feedback','2018051400','2018051400','Plugin installed',NULL,'',0,1544112021),(99,0,'mod_folder',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112021),(100,0,'mod_folder','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112021),(101,0,'mod_folder','2018051400','2018051400','Plugin installed',NULL,'',0,1544112021),(102,0,'mod_forum',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112021),(103,0,'mod_forum','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112022),(104,0,'mod_forum','2018051400','2018051400','Plugin installed',NULL,'',0,1544112023),(105,0,'mod_glossary',NULL,'2018051401','Starting plugin installation',NULL,'',0,1544112024),(106,0,'mod_glossary','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1544112024),(107,0,'mod_glossary','2018051401','2018051401','Plugin installed',NULL,'',0,1544112025),(108,0,'mod_imscp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112025),(109,0,'mod_imscp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112025),(110,0,'mod_imscp','2018051400','2018051400','Plugin installed',NULL,'',0,1544112025),(111,0,'mod_label',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112025),(112,0,'mod_label','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112025),(113,0,'mod_label','2018051400','2018051400','Plugin installed',NULL,'',0,1544112025),(114,0,'mod_lesson',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112025),(115,0,'mod_lesson','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112026),(116,0,'mod_lesson','2018051400','2018051400','Plugin installed',NULL,'',0,1544112026),(117,0,'mod_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112026),(118,0,'mod_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112027),(119,0,'mod_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1544112027),(120,0,'mod_page',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112027),(121,0,'mod_page','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112027),(122,0,'mod_page','2018051400','2018051400','Plugin installed',NULL,'',0,1544112028),(123,0,'mod_quiz',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112028),(124,0,'mod_quiz','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112028),(125,0,'mod_quiz','2018051400','2018051400','Plugin installed',NULL,'',0,1544112029),(126,0,'mod_resource',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112029),(127,0,'mod_resource','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112029),(128,0,'mod_resource','2018051400','2018051400','Plugin installed',NULL,'',0,1544112029),(129,0,'mod_scorm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112029),(130,0,'mod_scorm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112030),(131,0,'mod_scorm','2018051400','2018051400','Plugin installed',NULL,'',0,1544112030),(132,0,'mod_survey',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112030),(133,0,'mod_survey','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112031),(134,0,'mod_survey','2018051400','2018051400','Plugin installed',NULL,'',0,1544112032),(135,0,'mod_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112032),(136,0,'mod_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112032),(137,0,'mod_url','2018051400','2018051400','Plugin installed',NULL,'',0,1544112032),(138,0,'mod_wiki',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112032),(139,0,'mod_wiki','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112033),(140,0,'mod_wiki','2018051400','2018051400','Plugin installed',NULL,'',0,1544112033),(141,0,'mod_workshop',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112033),(142,0,'mod_workshop','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112034),(143,0,'mod_workshop','2018051400','2018051400','Plugin installed',NULL,'',0,1544112035),(144,0,'auth_cas',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112035),(145,0,'auth_cas','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112035),(146,0,'auth_cas','2018051400','2018051400','Plugin installed',NULL,'',0,1544112035),(147,0,'auth_db',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112035),(148,0,'auth_db','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112035),(149,0,'auth_db','2018051400','2018051400','Plugin installed',NULL,'',0,1544112035),(150,0,'auth_email',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112035),(151,0,'auth_email','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112035),(152,0,'auth_email','2018051400','2018051400','Plugin installed',NULL,'',0,1544112035),(153,0,'auth_ldap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112035),(154,0,'auth_ldap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112035),(155,0,'auth_ldap','2018051400','2018051400','Plugin installed',NULL,'',0,1544112035),(156,0,'auth_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112035),(157,0,'auth_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112035),(158,0,'auth_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1544112035),(159,0,'auth_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112035),(160,0,'auth_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112035),(161,0,'auth_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1544112035),(162,0,'auth_mnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112035),(163,0,'auth_mnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112035),(164,0,'auth_mnet','2018051400','2018051400','Plugin installed',NULL,'',0,1544112036),(165,0,'auth_nologin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112036),(166,0,'auth_nologin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112036),(167,0,'auth_nologin','2018051400','2018051400','Plugin installed',NULL,'',0,1544112036),(168,0,'auth_none',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112036),(169,0,'auth_none','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112036),(170,0,'auth_none','2018051400','2018051400','Plugin installed',NULL,'',0,1544112036),(171,0,'auth_oauth2',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112036),(172,0,'auth_oauth2','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112036),(173,0,'auth_oauth2','2018051400','2018051400','Plugin installed',NULL,'',0,1544112036),(174,0,'auth_shibboleth',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112036),(175,0,'auth_shibboleth','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112036),(176,0,'auth_shibboleth','2018051400','2018051400','Plugin installed',NULL,'',0,1544112036),(177,0,'auth_webservice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112036),(178,0,'auth_webservice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112036),(179,0,'auth_webservice','2018051400','2018051400','Plugin installed',NULL,'',0,1544112036),(180,0,'calendartype_gregorian',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112036),(181,0,'calendartype_gregorian','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112036),(182,0,'calendartype_gregorian','2018051400','2018051400','Plugin installed',NULL,'',0,1544112037),(183,0,'enrol_category',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112037),(184,0,'enrol_category','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112037),(185,0,'enrol_category','2018051400','2018051400','Plugin installed',NULL,'',0,1544112037),(186,0,'enrol_cohort',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112037),(187,0,'enrol_cohort','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112037),(188,0,'enrol_cohort','2018051400','2018051400','Plugin installed',NULL,'',0,1544112037),(189,0,'enrol_database',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112037),(190,0,'enrol_database','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112037),(191,0,'enrol_database','2018051400','2018051400','Plugin installed',NULL,'',0,1544112037),(192,0,'enrol_flatfile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112037),(193,0,'enrol_flatfile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112037),(194,0,'enrol_flatfile','2018051400','2018051400','Plugin installed',NULL,'',0,1544112037),(195,0,'enrol_guest',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112037),(196,0,'enrol_guest','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112037),(197,0,'enrol_guest','2018051400','2018051400','Plugin installed',NULL,'',0,1544112037),(198,0,'enrol_imsenterprise',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112037),(199,0,'enrol_imsenterprise','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112037),(200,0,'enrol_imsenterprise','2018051400','2018051400','Plugin installed',NULL,'',0,1544112038),(201,0,'enrol_ldap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112038),(202,0,'enrol_ldap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112038),(203,0,'enrol_ldap','2018051400','2018051400','Plugin installed',NULL,'',0,1544112038),(204,0,'enrol_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112038),(205,0,'enrol_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112038),(206,0,'enrol_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1544112038),(207,0,'enrol_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112038),(208,0,'enrol_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112038),(209,0,'enrol_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1544112039),(210,0,'enrol_meta',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112039),(211,0,'enrol_meta','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112039),(212,0,'enrol_meta','2018051400','2018051400','Plugin installed',NULL,'',0,1544112039),(213,0,'enrol_mnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112039),(214,0,'enrol_mnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112039),(215,0,'enrol_mnet','2018051400','2018051400','Plugin installed',NULL,'',0,1544112039),(216,0,'enrol_paypal',NULL,'2018051405','Starting plugin installation',NULL,'',0,1544112039),(217,0,'enrol_paypal','2018051405','2018051405','Upgrade savepoint reached',NULL,'',0,1544112039),(218,0,'enrol_paypal','2018051405','2018051405','Plugin installed',NULL,'',0,1544112040),(219,0,'enrol_self',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112040),(220,0,'enrol_self','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112040),(221,0,'enrol_self','2018051400','2018051400','Plugin installed',NULL,'',0,1544112040),(222,0,'message_airnotifier',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112040),(223,0,'message_airnotifier','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112040),(224,0,'message_airnotifier','2018051400','2018051400','Plugin installed',NULL,'',0,1544112040),(225,0,'message_email',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112040),(226,0,'message_email','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112040),(227,0,'message_email','2018051400','2018051400','Plugin installed',NULL,'',0,1544112040),(228,0,'message_jabber',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112040),(229,0,'message_jabber','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112040),(230,0,'message_jabber','2018051400','2018051400','Plugin installed',NULL,'',0,1544112041),(231,0,'message_popup',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112041),(232,0,'message_popup','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112041),(233,0,'message_popup','2018051400','2018051400','Plugin installed',NULL,'',0,1544112041),(234,0,'block_activity_modules',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112041),(235,0,'block_activity_modules','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112041),(236,0,'block_activity_modules','2018051400','2018051400','Plugin installed',NULL,'',0,1544112041),(237,0,'block_activity_results',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112041),(238,0,'block_activity_results','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112041),(239,0,'block_activity_results','2018051400','2018051400','Plugin installed',NULL,'',0,1544112041),(240,0,'block_admin_bookmarks',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112041),(241,0,'block_admin_bookmarks','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112041),(242,0,'block_admin_bookmarks','2018051400','2018051400','Plugin installed',NULL,'',0,1544112041),(243,0,'block_badges',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112041),(244,0,'block_badges','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112041),(245,0,'block_badges','2018051400','2018051400','Plugin installed',NULL,'',0,1544112042),(246,0,'block_blog_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112042),(247,0,'block_blog_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112042),(248,0,'block_blog_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1544112042),(249,0,'block_blog_recent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112042),(250,0,'block_blog_recent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112042),(251,0,'block_blog_recent','2018051400','2018051400','Plugin installed',NULL,'',0,1544112042),(252,0,'block_blog_tags',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112042),(253,0,'block_blog_tags','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112042),(254,0,'block_blog_tags','2018051400','2018051400','Plugin installed',NULL,'',0,1544112042),(255,0,'block_calendar_month',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112042),(256,0,'block_calendar_month','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112042),(257,0,'block_calendar_month','2018051400','2018051400','Plugin installed',NULL,'',0,1544112042),(258,0,'block_calendar_upcoming',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112042),(259,0,'block_calendar_upcoming','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112042),(260,0,'block_calendar_upcoming','2018051400','2018051400','Plugin installed',NULL,'',0,1544112042),(261,0,'block_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112042),(262,0,'block_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112042),(263,0,'block_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1544112042),(264,0,'block_community',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112042),(265,0,'block_community','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112042),(266,0,'block_community','2018051400','2018051400','Plugin installed',NULL,'',0,1544112043),(267,0,'block_completionstatus',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112043),(268,0,'block_completionstatus','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112043),(269,0,'block_completionstatus','2018051400','2018051400','Plugin installed',NULL,'',0,1544112043),(270,0,'block_course_list',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112043),(271,0,'block_course_list','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112043),(272,0,'block_course_list','2018051400','2018051400','Plugin installed',NULL,'',0,1544112043),(273,0,'block_course_summary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112043),(274,0,'block_course_summary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112043),(275,0,'block_course_summary','2018051400','2018051400','Plugin installed',NULL,'',0,1544112043),(276,0,'block_feedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112043),(277,0,'block_feedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112043),(278,0,'block_feedback','2018051400','2018051400','Plugin installed',NULL,'',0,1544112043),(279,0,'block_globalsearch',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112043),(280,0,'block_globalsearch','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112043),(281,0,'block_globalsearch','2018051400','2018051400','Plugin installed',NULL,'',0,1544112043),(282,0,'block_glossary_random',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112043),(283,0,'block_glossary_random','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112043),(284,0,'block_glossary_random','2018051400','2018051400','Plugin installed',NULL,'',0,1544112043),(285,0,'block_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112043),(286,0,'block_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112043),(287,0,'block_html','2018051400','2018051400','Plugin installed',NULL,'',0,1544112043),(288,0,'block_login',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112043),(289,0,'block_login','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112044),(290,0,'block_login','2018051400','2018051400','Plugin installed',NULL,'',0,1544112044),(291,0,'block_lp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112044),(292,0,'block_lp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112044),(293,0,'block_lp','2018051400','2018051400','Plugin installed',NULL,'',0,1544112044),(294,0,'block_mentees',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112044),(295,0,'block_mentees','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112044),(296,0,'block_mentees','2018051400','2018051400','Plugin installed',NULL,'',0,1544112044),(297,0,'block_mnet_hosts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112044),(298,0,'block_mnet_hosts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112044),(299,0,'block_mnet_hosts','2018051400','2018051400','Plugin installed',NULL,'',0,1544112044),(300,0,'block_myoverview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112044),(301,0,'block_myoverview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112044),(302,0,'block_myoverview','2018051400','2018051400','Plugin installed',NULL,'',0,1544112044),(303,0,'block_myprofile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112044),(304,0,'block_myprofile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112044),(305,0,'block_myprofile','2018051400','2018051400','Plugin installed',NULL,'',0,1544112044),(306,0,'block_navigation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112044),(307,0,'block_navigation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112044),(308,0,'block_navigation','2018051400','2018051400','Plugin installed',NULL,'',0,1544112044),(309,0,'block_news_items',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112044),(310,0,'block_news_items','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112044),(311,0,'block_news_items','2018051400','2018051400','Plugin installed',NULL,'',0,1544112045),(312,0,'block_online_users',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112045),(313,0,'block_online_users','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112045),(314,0,'block_online_users','2018051400','2018051400','Plugin installed',NULL,'',0,1544112045),(315,0,'block_participants',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112045),(316,0,'block_participants','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112045),(317,0,'block_participants','2018051400','2018051400','Plugin installed',NULL,'',0,1544112045),(318,0,'block_private_files',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112045),(319,0,'block_private_files','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112045),(320,0,'block_private_files','2018051400','2018051400','Plugin installed',NULL,'',0,1544112045),(321,0,'block_quiz_results',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112045),(322,0,'block_quiz_results','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112045),(323,0,'block_quiz_results','2018051400','2018051400','Plugin installed',NULL,'',0,1544112045),(324,0,'block_recent_activity',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112045),(325,0,'block_recent_activity','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112045),(326,0,'block_recent_activity','2018051400','2018051400','Plugin installed',NULL,'',0,1544112045),(327,0,'block_rss_client',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112045),(328,0,'block_rss_client','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112045),(329,0,'block_rss_client','2018051400','2018051400','Plugin installed',NULL,'',0,1544112046),(330,0,'block_search_forums',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112046),(331,0,'block_search_forums','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112046),(332,0,'block_search_forums','2018051400','2018051400','Plugin installed',NULL,'',0,1544112046),(333,0,'block_section_links',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112046),(334,0,'block_section_links','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112046),(335,0,'block_section_links','2018051400','2018051400','Plugin installed',NULL,'',0,1544112046),(336,0,'block_selfcompletion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112046),(337,0,'block_selfcompletion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112046),(338,0,'block_selfcompletion','2018051400','2018051400','Plugin installed',NULL,'',0,1544112046),(339,0,'block_settings',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112046),(340,0,'block_settings','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112046),(341,0,'block_settings','2018051400','2018051400','Plugin installed',NULL,'',0,1544112046),(342,0,'block_site_main_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112046),(343,0,'block_site_main_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112046),(344,0,'block_site_main_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1544112046),(345,0,'block_social_activities',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112046),(346,0,'block_social_activities','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112046),(347,0,'block_social_activities','2018051400','2018051400','Plugin installed',NULL,'',0,1544112046),(348,0,'block_tag_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112046),(349,0,'block_tag_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112046),(350,0,'block_tag_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1544112047),(351,0,'block_tag_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112047),(352,0,'block_tag_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112047),(353,0,'block_tag_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1544112047),(354,0,'block_tags',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112047),(355,0,'block_tags','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112047),(356,0,'block_tags','2018051400','2018051400','Plugin installed',NULL,'',0,1544112047),(357,0,'media_html5audio',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112047),(358,0,'media_html5audio','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112047),(359,0,'media_html5audio','2018051400','2018051400','Plugin installed',NULL,'',0,1544112047),(360,0,'media_html5video',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112047),(361,0,'media_html5video','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112047),(362,0,'media_html5video','2018051400','2018051400','Plugin installed',NULL,'',0,1544112047),(363,0,'media_swf',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112047),(364,0,'media_swf','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112047),(365,0,'media_swf','2018051400','2018051400','Plugin installed',NULL,'',0,1544112047),(366,0,'media_videojs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112047),(367,0,'media_videojs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112047),(368,0,'media_videojs','2018051400','2018051400','Plugin installed',NULL,'',0,1544112047),(369,0,'media_vimeo',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112047),(370,0,'media_vimeo','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112047),(371,0,'media_vimeo','2018051400','2018051400','Plugin installed',NULL,'',0,1544112047),(372,0,'media_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112047),(373,0,'media_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112048),(374,0,'media_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1544112048),(375,0,'filter_activitynames',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112048),(376,0,'filter_activitynames','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112048),(377,0,'filter_activitynames','2018051400','2018051400','Plugin installed',NULL,'',0,1544112048),(378,0,'filter_algebra',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112048),(379,0,'filter_algebra','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112048),(380,0,'filter_algebra','2018051400','2018051400','Plugin installed',NULL,'',0,1544112048),(381,0,'filter_censor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112048),(382,0,'filter_censor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112048),(383,0,'filter_censor','2018051400','2018051400','Plugin installed',NULL,'',0,1544112048),(384,0,'filter_data',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112048),(385,0,'filter_data','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112048),(386,0,'filter_data','2018051400','2018051400','Plugin installed',NULL,'',0,1544112048),(387,0,'filter_emailprotect',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112048),(388,0,'filter_emailprotect','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112048),(389,0,'filter_emailprotect','2018051400','2018051400','Plugin installed',NULL,'',0,1544112048),(390,0,'filter_emoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112048),(391,0,'filter_emoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112048),(392,0,'filter_emoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1544112048),(393,0,'filter_glossary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112048),(394,0,'filter_glossary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112048),(395,0,'filter_glossary','2018051400','2018051400','Plugin installed',NULL,'',0,1544112048),(396,0,'filter_mathjaxloader',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112048),(397,0,'filter_mathjaxloader','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112048),(398,0,'filter_mathjaxloader','2018051400','2018051400','Plugin installed',NULL,'',0,1544112048),(399,0,'filter_mediaplugin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112048),(400,0,'filter_mediaplugin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112048),(401,0,'filter_mediaplugin','2018051400','2018051400','Plugin installed',NULL,'',0,1544112048),(402,0,'filter_multilang',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112048),(403,0,'filter_multilang','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112048),(404,0,'filter_multilang','2018051400','2018051400','Plugin installed',NULL,'',0,1544112049),(405,0,'filter_tex',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112049),(406,0,'filter_tex','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112049),(407,0,'filter_tex','2018051400','2018051400','Plugin installed',NULL,'',0,1544112049),(408,0,'filter_tidy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112049),(409,0,'filter_tidy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112049),(410,0,'filter_tidy','2018051400','2018051400','Plugin installed',NULL,'',0,1544112049),(411,0,'filter_urltolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112049),(412,0,'filter_urltolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112049),(413,0,'filter_urltolink','2018051400','2018051400','Plugin installed',NULL,'',0,1544112049),(414,0,'editor_atto',NULL,'2018051401','Starting plugin installation',NULL,'',0,1544112049),(415,0,'editor_atto','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1544112049),(416,0,'editor_atto','2018051401','2018051401','Plugin installed',NULL,'',0,1544112049),(417,0,'editor_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112049),(418,0,'editor_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112049),(419,0,'editor_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1544112049),(420,0,'editor_tinymce',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112049),(421,0,'editor_tinymce','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112049),(422,0,'editor_tinymce','2018051400','2018051400','Plugin installed',NULL,'',0,1544112049),(423,0,'format_singleactivity',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112049),(424,0,'format_singleactivity','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112049),(425,0,'format_singleactivity','2018051400','2018051400','Plugin installed',NULL,'',0,1544112049),(426,0,'format_social',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112049),(427,0,'format_social','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112049),(428,0,'format_social','2018051400','2018051400','Plugin installed',NULL,'',0,1544112049),(429,0,'format_topics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112049),(430,0,'format_topics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112049),(431,0,'format_topics','2018051400','2018051400','Plugin installed',NULL,'',0,1544112049),(432,0,'format_weeks',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112049),(433,0,'format_weeks','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112049),(434,0,'format_weeks','2018051400','2018051400','Plugin installed',NULL,'',0,1544112049),(435,0,'dataformat_csv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112049),(436,0,'dataformat_csv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112049),(437,0,'dataformat_csv','2018051400','2018051400','Plugin installed',NULL,'',0,1544112050),(438,0,'dataformat_excel',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112050),(439,0,'dataformat_excel','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112050),(440,0,'dataformat_excel','2018051400','2018051400','Plugin installed',NULL,'',0,1544112050),(441,0,'dataformat_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112050),(442,0,'dataformat_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112050),(443,0,'dataformat_html','2018051400','2018051400','Plugin installed',NULL,'',0,1544112050),(444,0,'dataformat_json',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112050),(445,0,'dataformat_json','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112050),(446,0,'dataformat_json','2018051400','2018051400','Plugin installed',NULL,'',0,1544112050),(447,0,'dataformat_ods',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112050),(448,0,'dataformat_ods','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112050),(449,0,'dataformat_ods','2018051400','2018051400','Plugin installed',NULL,'',0,1544112050),(450,0,'profilefield_checkbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112050),(451,0,'profilefield_checkbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112050),(452,0,'profilefield_checkbox','2018051400','2018051400','Plugin installed',NULL,'',0,1544112050),(453,0,'profilefield_datetime',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112050),(454,0,'profilefield_datetime','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112050),(455,0,'profilefield_datetime','2018051400','2018051400','Plugin installed',NULL,'',0,1544112050),(456,0,'profilefield_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112050),(457,0,'profilefield_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112050),(458,0,'profilefield_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1544112050),(459,0,'profilefield_text',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112050),(460,0,'profilefield_text','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112050),(461,0,'profilefield_text','2018051400','2018051400','Plugin installed',NULL,'',0,1544112050),(462,0,'profilefield_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112050),(463,0,'profilefield_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112050),(464,0,'profilefield_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1544112050),(465,0,'report_backups',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112050),(466,0,'report_backups','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112050),(467,0,'report_backups','2018051400','2018051400','Plugin installed',NULL,'',0,1544112050),(468,0,'report_competency',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112050),(469,0,'report_competency','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112050),(470,0,'report_competency','2018051400','2018051400','Plugin installed',NULL,'',0,1544112050),(471,0,'report_completion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112050),(472,0,'report_completion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112050),(473,0,'report_completion','2018051400','2018051400','Plugin installed',NULL,'',0,1544112051),(474,0,'report_configlog',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112051),(475,0,'report_configlog','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112051),(476,0,'report_configlog','2018051400','2018051400','Plugin installed',NULL,'',0,1544112051),(477,0,'report_courseoverview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112051),(478,0,'report_courseoverview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112051),(479,0,'report_courseoverview','2018051400','2018051400','Plugin installed',NULL,'',0,1544112051),(480,0,'report_eventlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112051),(481,0,'report_eventlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112051),(482,0,'report_eventlist','2018051400','2018051400','Plugin installed',NULL,'',0,1544112051),(483,0,'report_insights',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112051),(484,0,'report_insights','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112051),(485,0,'report_insights','2018051400','2018051400','Plugin installed',NULL,'',0,1544112051),(486,0,'report_log',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112051),(487,0,'report_log','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112051),(488,0,'report_log','2018051400','2018051400','Plugin installed',NULL,'',0,1544112051),(489,0,'report_loglive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112051),(490,0,'report_loglive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112051),(491,0,'report_loglive','2018051400','2018051400','Plugin installed',NULL,'',0,1544112051),(492,0,'report_outline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112051),(493,0,'report_outline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112051),(494,0,'report_outline','2018051400','2018051400','Plugin installed',NULL,'',0,1544112051),(495,0,'report_participation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112051),(496,0,'report_participation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112051),(497,0,'report_participation','2018051400','2018051400','Plugin installed',NULL,'',0,1544112052),(498,0,'report_performance',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112052),(499,0,'report_performance','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112052),(500,0,'report_performance','2018051400','2018051400','Plugin installed',NULL,'',0,1544112052),(501,0,'report_progress',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112052),(502,0,'report_progress','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112052),(503,0,'report_progress','2018051400','2018051400','Plugin installed',NULL,'',0,1544112052),(504,0,'report_questioninstances',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112052),(505,0,'report_questioninstances','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112052),(506,0,'report_questioninstances','2018051400','2018051400','Plugin installed',NULL,'',0,1544112052),(507,0,'report_security',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112052),(508,0,'report_security','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112052),(509,0,'report_security','2018051400','2018051400','Plugin installed',NULL,'',0,1544112052),(510,0,'report_stats',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112052),(511,0,'report_stats','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112052),(512,0,'report_stats','2018051400','2018051400','Plugin installed',NULL,'',0,1544112052),(513,0,'report_usersessions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112052),(514,0,'report_usersessions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112052),(515,0,'report_usersessions','2018051400','2018051400','Plugin installed',NULL,'',0,1544112052),(516,0,'gradeexport_ods',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112052),(517,0,'gradeexport_ods','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112052),(518,0,'gradeexport_ods','2018051400','2018051400','Plugin installed',NULL,'',0,1544112052),(519,0,'gradeexport_txt',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112052),(520,0,'gradeexport_txt','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112052),(521,0,'gradeexport_txt','2018051400','2018051400','Plugin installed',NULL,'',0,1544112053),(522,0,'gradeexport_xls',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112053),(523,0,'gradeexport_xls','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112053),(524,0,'gradeexport_xls','2018051400','2018051400','Plugin installed',NULL,'',0,1544112053),(525,0,'gradeexport_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112053),(526,0,'gradeexport_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112053),(527,0,'gradeexport_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1544112053),(528,0,'gradeimport_csv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112053),(529,0,'gradeimport_csv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112053),(530,0,'gradeimport_csv','2018051400','2018051400','Plugin installed',NULL,'',0,1544112053),(531,0,'gradeimport_direct',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112053),(532,0,'gradeimport_direct','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112053),(533,0,'gradeimport_direct','2018051400','2018051400','Plugin installed',NULL,'',0,1544112053),(534,0,'gradeimport_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112053),(535,0,'gradeimport_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112053),(536,0,'gradeimport_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1544112053),(537,0,'gradereport_grader',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112053),(538,0,'gradereport_grader','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112053),(539,0,'gradereport_grader','2018051400','2018051400','Plugin installed',NULL,'',0,1544112053),(540,0,'gradereport_history',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112053),(541,0,'gradereport_history','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112053),(542,0,'gradereport_history','2018051400','2018051400','Plugin installed',NULL,'',0,1544112053),(543,0,'gradereport_outcomes',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112053),(544,0,'gradereport_outcomes','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112053),(545,0,'gradereport_outcomes','2018051400','2018051400','Plugin installed',NULL,'',0,1544112054),(546,0,'gradereport_overview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112054),(547,0,'gradereport_overview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112054),(548,0,'gradereport_overview','2018051400','2018051400','Plugin installed',NULL,'',0,1544112054),(549,0,'gradereport_singleview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112054),(550,0,'gradereport_singleview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112054),(551,0,'gradereport_singleview','2018051400','2018051400','Plugin installed',NULL,'',0,1544112054),(552,0,'gradereport_user',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112054),(553,0,'gradereport_user','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112054),(554,0,'gradereport_user','2018051400','2018051400','Plugin installed',NULL,'',0,1544112054),(555,0,'gradingform_guide',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112054),(556,0,'gradingform_guide','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112054),(557,0,'gradingform_guide','2018051400','2018051400','Plugin installed',NULL,'',0,1544112054),(558,0,'gradingform_rubric',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112054),(559,0,'gradingform_rubric','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112054),(560,0,'gradingform_rubric','2018051400','2018051400','Plugin installed',NULL,'',0,1544112054),(561,0,'mlbackend_php',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112054),(562,0,'mlbackend_php','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112054),(563,0,'mlbackend_php','2018051400','2018051400','Plugin installed',NULL,'',0,1544112055),(564,0,'mlbackend_python',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112055),(565,0,'mlbackend_python','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112055),(566,0,'mlbackend_python','2018051400','2018051400','Plugin installed',NULL,'',0,1544112055),(567,0,'mnetservice_enrol',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112055),(568,0,'mnetservice_enrol','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112055),(569,0,'mnetservice_enrol','2018051400','2018051400','Plugin installed',NULL,'',0,1544112055),(570,0,'webservice_rest',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112055),(571,0,'webservice_rest','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112055),(572,0,'webservice_rest','2018051400','2018051400','Plugin installed',NULL,'',0,1544112055),(573,0,'webservice_soap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112055),(574,0,'webservice_soap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112055),(575,0,'webservice_soap','2018051400','2018051400','Plugin installed',NULL,'',0,1544112055),(576,0,'webservice_xmlrpc',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112055),(577,0,'webservice_xmlrpc','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112055),(578,0,'webservice_xmlrpc','2018051400','2018051400','Plugin installed',NULL,'',0,1544112055),(579,0,'repository_areafiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112055),(580,0,'repository_areafiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112055),(581,0,'repository_areafiles','2018051400','2018051400','Plugin installed',NULL,'',0,1544112055),(582,0,'repository_boxnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112055),(583,0,'repository_boxnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112055),(584,0,'repository_boxnet','2018051400','2018051400','Plugin installed',NULL,'',0,1544112055),(585,0,'repository_coursefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112055),(586,0,'repository_coursefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112055),(587,0,'repository_coursefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1544112056),(588,0,'repository_dropbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112056),(589,0,'repository_dropbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112056),(590,0,'repository_dropbox','2018051400','2018051400','Plugin installed',NULL,'',0,1544112056),(591,0,'repository_equella',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112056),(592,0,'repository_equella','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112056),(593,0,'repository_equella','2018051400','2018051400','Plugin installed',NULL,'',0,1544112056),(594,0,'repository_filesystem',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112056),(595,0,'repository_filesystem','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112056),(596,0,'repository_filesystem','2018051400','2018051400','Plugin installed',NULL,'',0,1544112056),(597,0,'repository_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112056),(598,0,'repository_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112056),(599,0,'repository_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1544112056),(600,0,'repository_flickr_public',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112056),(601,0,'repository_flickr_public','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112056),(602,0,'repository_flickr_public','2018051400','2018051400','Plugin installed',NULL,'',0,1544112056),(603,0,'repository_googledocs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112056),(604,0,'repository_googledocs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112056),(605,0,'repository_googledocs','2018051400','2018051400','Plugin installed',NULL,'',0,1544112056),(606,0,'repository_local',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112056),(607,0,'repository_local','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112056),(608,0,'repository_local','2018051400','2018051400','Plugin installed',NULL,'',0,1544112056),(609,0,'repository_merlot',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112056),(610,0,'repository_merlot','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112056),(611,0,'repository_merlot','2018051400','2018051400','Plugin installed',NULL,'',0,1544112056),(612,0,'repository_onedrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112056),(613,0,'repository_onedrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112057),(614,0,'repository_onedrive','2018051400','2018051400','Plugin installed',NULL,'',0,1544112057),(615,0,'repository_picasa',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112057),(616,0,'repository_picasa','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112057),(617,0,'repository_picasa','2018051400','2018051400','Plugin installed',NULL,'',0,1544112057),(618,0,'repository_recent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112057),(619,0,'repository_recent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112057),(620,0,'repository_recent','2018051400','2018051400','Plugin installed',NULL,'',0,1544112057),(621,0,'repository_s3',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112057),(622,0,'repository_s3','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112057),(623,0,'repository_s3','2018051400','2018051400','Plugin installed',NULL,'',0,1544112057),(624,0,'repository_skydrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112057),(625,0,'repository_skydrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112057),(626,0,'repository_skydrive','2018051400','2018051400','Plugin installed',NULL,'',0,1544112057),(627,0,'repository_upload',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112057),(628,0,'repository_upload','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112057),(629,0,'repository_upload','2018051400','2018051400','Plugin installed',NULL,'',0,1544112057),(630,0,'repository_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112057),(631,0,'repository_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112057),(632,0,'repository_url','2018051400','2018051400','Plugin installed',NULL,'',0,1544112057),(633,0,'repository_user',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112057),(634,0,'repository_user','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112057),(635,0,'repository_user','2018051400','2018051400','Plugin installed',NULL,'',0,1544112058),(636,0,'repository_webdav',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112058),(637,0,'repository_webdav','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112058),(638,0,'repository_webdav','2018051400','2018051400','Plugin installed',NULL,'',0,1544112058),(639,0,'repository_wikimedia',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112058),(640,0,'repository_wikimedia','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112058),(641,0,'repository_wikimedia','2018051400','2018051400','Plugin installed',NULL,'',0,1544112058),(642,0,'repository_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112058),(643,0,'repository_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112058),(644,0,'repository_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1544112058),(645,0,'portfolio_boxnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112058),(646,0,'portfolio_boxnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112058),(647,0,'portfolio_boxnet','2018051400','2018051400','Plugin installed',NULL,'',0,1544112058),(648,0,'portfolio_download',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112058),(649,0,'portfolio_download','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112058),(650,0,'portfolio_download','2018051400','2018051400','Plugin installed',NULL,'',0,1544112058),(651,0,'portfolio_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112058),(652,0,'portfolio_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112058),(653,0,'portfolio_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1544112058),(654,0,'portfolio_googledocs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112058),(655,0,'portfolio_googledocs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112058),(656,0,'portfolio_googledocs','2018051400','2018051400','Plugin installed',NULL,'',0,1544112058),(657,0,'portfolio_mahara',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112058),(658,0,'portfolio_mahara','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112058),(659,0,'portfolio_mahara','2018051400','2018051400','Plugin installed',NULL,'',0,1544112059),(660,0,'portfolio_picasa',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112059),(661,0,'portfolio_picasa','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112059),(662,0,'portfolio_picasa','2018051400','2018051400','Plugin installed',NULL,'',0,1544112059),(663,0,'search_simpledb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112059),(664,0,'search_simpledb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112059),(665,0,'search_simpledb','2018051400','2018051400','Plugin installed',NULL,'',0,1544112059),(666,0,'search_solr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112059),(667,0,'search_solr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112059),(668,0,'search_solr','2018051400','2018051400','Plugin installed',NULL,'',0,1544112059),(669,0,'qbehaviour_adaptive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112059),(670,0,'qbehaviour_adaptive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112059),(671,0,'qbehaviour_adaptive','2018051400','2018051400','Plugin installed',NULL,'',0,1544112059),(672,0,'qbehaviour_adaptivenopenalty',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112059),(673,0,'qbehaviour_adaptivenopenalty','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112059),(674,0,'qbehaviour_adaptivenopenalty','2018051400','2018051400','Plugin installed',NULL,'',0,1544112059),(675,0,'qbehaviour_deferredcbm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112059),(676,0,'qbehaviour_deferredcbm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112059),(677,0,'qbehaviour_deferredcbm','2018051400','2018051400','Plugin installed',NULL,'',0,1544112059),(678,0,'qbehaviour_deferredfeedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112059),(679,0,'qbehaviour_deferredfeedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112059),(680,0,'qbehaviour_deferredfeedback','2018051400','2018051400','Plugin installed',NULL,'',0,1544112060),(681,0,'qbehaviour_immediatecbm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112060),(682,0,'qbehaviour_immediatecbm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112060),(683,0,'qbehaviour_immediatecbm','2018051400','2018051400','Plugin installed',NULL,'',0,1544112060),(684,0,'qbehaviour_immediatefeedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112060),(685,0,'qbehaviour_immediatefeedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112060),(686,0,'qbehaviour_immediatefeedback','2018051400','2018051400','Plugin installed',NULL,'',0,1544112060),(687,0,'qbehaviour_informationitem',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112060),(688,0,'qbehaviour_informationitem','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112060),(689,0,'qbehaviour_informationitem','2018051400','2018051400','Plugin installed',NULL,'',0,1544112060),(690,0,'qbehaviour_interactive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112060),(691,0,'qbehaviour_interactive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112060),(692,0,'qbehaviour_interactive','2018051400','2018051400','Plugin installed',NULL,'',0,1544112060),(693,0,'qbehaviour_interactivecountback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112060),(694,0,'qbehaviour_interactivecountback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112060),(695,0,'qbehaviour_interactivecountback','2018051400','2018051400','Plugin installed',NULL,'',0,1544112060),(696,0,'qbehaviour_manualgraded',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112060),(697,0,'qbehaviour_manualgraded','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112060),(698,0,'qbehaviour_manualgraded','2018051400','2018051400','Plugin installed',NULL,'',0,1544112060),(699,0,'qbehaviour_missing',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112060),(700,0,'qbehaviour_missing','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112060),(701,0,'qbehaviour_missing','2018051400','2018051400','Plugin installed',NULL,'',0,1544112060),(702,0,'qformat_aiken',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112060),(703,0,'qformat_aiken','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112060),(704,0,'qformat_aiken','2018051400','2018051400','Plugin installed',NULL,'',0,1544112060),(705,0,'qformat_blackboard_six',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112060),(706,0,'qformat_blackboard_six','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112060),(707,0,'qformat_blackboard_six','2018051400','2018051400','Plugin installed',NULL,'',0,1544112060),(708,0,'qformat_examview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112060),(709,0,'qformat_examview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112060),(710,0,'qformat_examview','2018051400','2018051400','Plugin installed',NULL,'',0,1544112060),(711,0,'qformat_gift',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112060),(712,0,'qformat_gift','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112060),(713,0,'qformat_gift','2018051400','2018051400','Plugin installed',NULL,'',0,1544112060),(714,0,'qformat_missingword',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112060),(715,0,'qformat_missingword','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112060),(716,0,'qformat_missingword','2018051400','2018051400','Plugin installed',NULL,'',0,1544112060),(717,0,'qformat_multianswer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112061),(718,0,'qformat_multianswer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112061),(719,0,'qformat_multianswer','2018051400','2018051400','Plugin installed',NULL,'',0,1544112061),(720,0,'qformat_webct',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112061),(721,0,'qformat_webct','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112061),(722,0,'qformat_webct','2018051400','2018051400','Plugin installed',NULL,'',0,1544112061),(723,0,'qformat_xhtml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112061),(724,0,'qformat_xhtml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112061),(725,0,'qformat_xhtml','2018051400','2018051400','Plugin installed',NULL,'',0,1544112061),(726,0,'qformat_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112061),(727,0,'qformat_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112061),(728,0,'qformat_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1544112061),(729,0,'tool_analytics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112061),(730,0,'tool_analytics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112061),(731,0,'tool_analytics','2018051400','2018051400','Plugin installed',NULL,'',0,1544112061),(732,0,'tool_assignmentupgrade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112061),(733,0,'tool_assignmentupgrade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112061),(734,0,'tool_assignmentupgrade','2018051400','2018051400','Plugin installed',NULL,'',0,1544112061),(735,0,'tool_availabilityconditions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112061),(736,0,'tool_availabilityconditions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112061),(737,0,'tool_availabilityconditions','2018051400','2018051400','Plugin installed',NULL,'',0,1544112061),(738,0,'tool_behat',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112061),(739,0,'tool_behat','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112061),(740,0,'tool_behat','2018051400','2018051400','Plugin installed',NULL,'',0,1544112061),(741,0,'tool_capability',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112061),(742,0,'tool_capability','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112061),(743,0,'tool_capability','2018051400','2018051400','Plugin installed',NULL,'',0,1544112061),(744,0,'tool_cohortroles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112061),(745,0,'tool_cohortroles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112061),(746,0,'tool_cohortroles','2018051400','2018051400','Plugin installed',NULL,'',0,1544112061),(747,0,'tool_customlang',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112061),(748,0,'tool_customlang','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112062),(749,0,'tool_customlang','2018051400','2018051400','Plugin installed',NULL,'',0,1544112062),(750,0,'tool_dataprivacy',NULL,'2018051415','Starting plugin installation',NULL,'',0,1544112062),(751,0,'tool_dataprivacy','2018051415','2018051415','Upgrade savepoint reached',NULL,'',0,1544112062),(752,0,'tool_dataprivacy','2018051415','2018051415','Plugin installed',NULL,'',0,1544112063),(753,0,'tool_dbtransfer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112063),(754,0,'tool_dbtransfer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112063),(755,0,'tool_dbtransfer','2018051400','2018051400','Plugin installed',NULL,'',0,1544112063),(756,0,'tool_filetypes',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112063),(757,0,'tool_filetypes','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112063),(758,0,'tool_filetypes','2018051400','2018051400','Plugin installed',NULL,'',0,1544112063),(759,0,'tool_generator',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112063),(760,0,'tool_generator','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112063),(761,0,'tool_generator','2018051400','2018051400','Plugin installed',NULL,'',0,1544112063),(762,0,'tool_health',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112063),(763,0,'tool_health','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112063),(764,0,'tool_health','2018051400','2018051400','Plugin installed',NULL,'',0,1544112063),(765,0,'tool_httpsreplace',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112063),(766,0,'tool_httpsreplace','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112063),(767,0,'tool_httpsreplace','2018051400','2018051400','Plugin installed',NULL,'',0,1544112063),(768,0,'tool_innodb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112063),(769,0,'tool_innodb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112063),(770,0,'tool_innodb','2018051400','2018051400','Plugin installed',NULL,'',0,1544112063),(771,0,'tool_installaddon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112063),(772,0,'tool_installaddon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112063),(773,0,'tool_installaddon','2018051400','2018051400','Plugin installed',NULL,'',0,1544112063),(774,0,'tool_langimport',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112063),(775,0,'tool_langimport','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112063),(776,0,'tool_langimport','2018051400','2018051400','Plugin installed',NULL,'',0,1544112063),(777,0,'tool_log',NULL,'2018051401','Starting plugin installation',NULL,'',0,1544112063),(778,0,'tool_log','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1544112063),(779,0,'tool_log','2018051401','2018051401','Plugin installed',NULL,'',0,1544112064),(780,0,'tool_lp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112064),(781,0,'tool_lp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112064),(782,0,'tool_lp','2018051400','2018051400','Plugin installed',NULL,'',0,1544112064),(783,0,'tool_lpimportcsv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112064),(784,0,'tool_lpimportcsv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112064),(785,0,'tool_lpimportcsv','2018051400','2018051400','Plugin installed',NULL,'',0,1544112064),(786,0,'tool_lpmigrate',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112064),(787,0,'tool_lpmigrate','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112064),(788,0,'tool_lpmigrate','2018051400','2018051400','Plugin installed',NULL,'',0,1544112064),(789,0,'tool_messageinbound',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112064),(790,0,'tool_messageinbound','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112064),(791,0,'tool_messageinbound','2018051400','2018051400','Plugin installed',NULL,'',0,1544112064),(792,0,'tool_mobile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112064),(793,0,'tool_mobile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112064),(794,0,'tool_mobile','2018051400','2018051400','Plugin installed',NULL,'',0,1544112064),(795,0,'tool_monitor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112064),(796,0,'tool_monitor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112065),(797,0,'tool_monitor','2018051400','2018051400','Plugin installed',NULL,'',0,1544112065),(798,0,'tool_multilangupgrade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112065),(799,0,'tool_multilangupgrade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112065),(800,0,'tool_multilangupgrade','2018051400','2018051400','Plugin installed',NULL,'',0,1544112065),(801,0,'tool_oauth2',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112065),(802,0,'tool_oauth2','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112065),(803,0,'tool_oauth2','2018051400','2018051400','Plugin installed',NULL,'',0,1544112065),(804,0,'tool_phpunit',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112065),(805,0,'tool_phpunit','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112065),(806,0,'tool_phpunit','2018051400','2018051400','Plugin installed',NULL,'',0,1544112065),(807,0,'tool_policy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112065),(808,0,'tool_policy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112065),(809,0,'tool_policy','2018051400','2018051400','Plugin installed',NULL,'',0,1544112065),(810,0,'tool_profiling',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112065),(811,0,'tool_profiling','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112065),(812,0,'tool_profiling','2018051400','2018051400','Plugin installed',NULL,'',0,1544112065),(813,0,'tool_recyclebin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112065),(814,0,'tool_recyclebin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112066),(815,0,'tool_recyclebin','2018051400','2018051400','Plugin installed',NULL,'',0,1544112066),(816,0,'tool_replace',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112066),(817,0,'tool_replace','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112066),(818,0,'tool_replace','2018051400','2018051400','Plugin installed',NULL,'',0,1544112066),(819,0,'tool_spamcleaner',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112066),(820,0,'tool_spamcleaner','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112066),(821,0,'tool_spamcleaner','2018051400','2018051400','Plugin installed',NULL,'',0,1544112066),(822,0,'tool_task',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112066),(823,0,'tool_task','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112066),(824,0,'tool_task','2018051400','2018051400','Plugin installed',NULL,'',0,1544112066),(825,0,'tool_templatelibrary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112066),(826,0,'tool_templatelibrary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112066),(827,0,'tool_templatelibrary','2018051400','2018051400','Plugin installed',NULL,'',0,1544112066),(828,0,'tool_unsuproles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112066),(829,0,'tool_unsuproles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112066),(830,0,'tool_unsuproles','2018051400','2018051400','Plugin installed',NULL,'',0,1544112066),(831,0,'tool_uploadcourse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112066),(832,0,'tool_uploadcourse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112066),(833,0,'tool_uploadcourse','2018051400','2018051400','Plugin installed',NULL,'',0,1544112066),(834,0,'tool_uploaduser',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112066),(835,0,'tool_uploaduser','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112066),(836,0,'tool_uploaduser','2018051400','2018051400','Plugin installed',NULL,'',0,1544112066),(837,0,'tool_usertours',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112066),(838,0,'tool_usertours','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112067),(839,0,'tool_usertours','2018051400','2018051400','Plugin installed',NULL,'',0,1544112067),(840,0,'tool_xmldb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112067),(841,0,'tool_xmldb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112067),(842,0,'tool_xmldb','2018051400','2018051400','Plugin installed',NULL,'',0,1544112068),(843,0,'cachestore_apcu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112068),(844,0,'cachestore_apcu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112068),(845,0,'cachestore_apcu','2018051400','2018051400','Plugin installed',NULL,'',0,1544112068),(846,0,'cachestore_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112068),(847,0,'cachestore_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112068),(848,0,'cachestore_file','2018051400','2018051400','Plugin installed',NULL,'',0,1544112068),(849,0,'cachestore_memcache',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112068),(850,0,'cachestore_memcache','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112068),(851,0,'cachestore_memcache','2018051400','2018051400','Plugin installed',NULL,'',0,1544112068),(852,0,'cachestore_memcached',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112068),(853,0,'cachestore_memcached','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112068),(854,0,'cachestore_memcached','2018051400','2018051400','Plugin installed',NULL,'',0,1544112068),(855,0,'cachestore_mongodb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112068),(856,0,'cachestore_mongodb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112068),(857,0,'cachestore_mongodb','2018051400','2018051400','Plugin installed',NULL,'',0,1544112068),(858,0,'cachestore_redis',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112068),(859,0,'cachestore_redis','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112068),(860,0,'cachestore_redis','2018051400','2018051400','Plugin installed',NULL,'',0,1544112068),(861,0,'cachestore_session',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112068),(862,0,'cachestore_session','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112068),(863,0,'cachestore_session','2018051400','2018051400','Plugin installed',NULL,'',0,1544112068),(864,0,'cachestore_static',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112068),(865,0,'cachestore_static','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112068),(866,0,'cachestore_static','2018051400','2018051400','Plugin installed',NULL,'',0,1544112068),(867,0,'cachelock_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112068),(868,0,'cachelock_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112068),(869,0,'cachelock_file','2018051400','2018051400','Plugin installed',NULL,'',0,1544112068),(870,0,'fileconverter_googledrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112068),(871,0,'fileconverter_googledrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112068),(872,0,'fileconverter_googledrive','2018051400','2018051400','Plugin installed',NULL,'',0,1544112068),(873,0,'fileconverter_unoconv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112068),(874,0,'fileconverter_unoconv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112068),(875,0,'fileconverter_unoconv','2018051400','2018051400','Plugin installed',NULL,'',0,1544112068),(876,0,'theme_boost',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112068),(877,0,'theme_boost','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112068),(878,0,'theme_boost','2018051400','2018051400','Plugin installed',NULL,'',0,1544112068),(879,0,'theme_bootstrapbase',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112069),(880,0,'theme_bootstrapbase','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112069),(881,0,'theme_bootstrapbase','2018051400','2018051400','Plugin installed',NULL,'',0,1544112069),(882,0,'theme_clean',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112069),(883,0,'theme_clean','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112069),(884,0,'theme_clean','2018051400','2018051400','Plugin installed',NULL,'',0,1544112069),(885,0,'theme_more',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112069),(886,0,'theme_more','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112069),(887,0,'theme_more','2018051400','2018051400','Plugin installed',NULL,'',0,1544112069),(888,0,'assignsubmission_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112069),(889,0,'assignsubmission_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112069),(890,0,'assignsubmission_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1544112069),(891,0,'assignsubmission_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112069),(892,0,'assignsubmission_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112069),(893,0,'assignsubmission_file','2018051400','2018051400','Plugin installed',NULL,'',0,1544112069),(894,0,'assignsubmission_onlinetext',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112069),(895,0,'assignsubmission_onlinetext','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112069),(896,0,'assignsubmission_onlinetext','2018051400','2018051400','Plugin installed',NULL,'',0,1544112069),(897,0,'assignfeedback_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112069),(898,0,'assignfeedback_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112069),(899,0,'assignfeedback_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1544112070),(900,0,'assignfeedback_editpdf',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112070),(901,0,'assignfeedback_editpdf','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112070),(902,0,'assignfeedback_editpdf','2018051400','2018051400','Plugin installed',NULL,'',0,1544112070),(903,0,'assignfeedback_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112070),(904,0,'assignfeedback_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112070),(905,0,'assignfeedback_file','2018051400','2018051400','Plugin installed',NULL,'',0,1544112070),(906,0,'assignfeedback_offline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112070),(907,0,'assignfeedback_offline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112070),(908,0,'assignfeedback_offline','2018051400','2018051400','Plugin installed',NULL,'',0,1544112070),(909,0,'assignment_offline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112070),(910,0,'assignment_offline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112070),(911,0,'assignment_offline','2018051400','2018051400','Plugin installed',NULL,'',0,1544112070),(912,0,'assignment_online',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112070),(913,0,'assignment_online','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112070),(914,0,'assignment_online','2018051400','2018051400','Plugin installed',NULL,'',0,1544112070),(915,0,'assignment_upload',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112070),(916,0,'assignment_upload','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112070),(917,0,'assignment_upload','2018051400','2018051400','Plugin installed',NULL,'',0,1544112070),(918,0,'assignment_uploadsingle',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112070),(919,0,'assignment_uploadsingle','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112071),(920,0,'assignment_uploadsingle','2018051400','2018051400','Plugin installed',NULL,'',0,1544112071),(921,0,'booktool_exportimscp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112071),(922,0,'booktool_exportimscp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112071),(923,0,'booktool_exportimscp','2018051400','2018051400','Plugin installed',NULL,'',0,1544112071),(924,0,'booktool_importhtml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112071),(925,0,'booktool_importhtml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112071),(926,0,'booktool_importhtml','2018051400','2018051400','Plugin installed',NULL,'',0,1544112071),(927,0,'booktool_print',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112071),(928,0,'booktool_print','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112071),(929,0,'booktool_print','2018051400','2018051400','Plugin installed',NULL,'',0,1544112071),(930,0,'datafield_checkbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112071),(931,0,'datafield_checkbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112071),(932,0,'datafield_checkbox','2018051400','2018051400','Plugin installed',NULL,'',0,1544112071),(933,0,'datafield_date',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112071),(934,0,'datafield_date','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112071),(935,0,'datafield_date','2018051400','2018051400','Plugin installed',NULL,'',0,1544112071),(936,0,'datafield_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112071),(937,0,'datafield_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112071),(938,0,'datafield_file','2018051400','2018051400','Plugin installed',NULL,'',0,1544112071),(939,0,'datafield_latlong',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112071),(940,0,'datafield_latlong','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112071),(941,0,'datafield_latlong','2018051400','2018051400','Plugin installed',NULL,'',0,1544112071),(942,0,'datafield_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112071),(943,0,'datafield_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112071),(944,0,'datafield_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1544112071),(945,0,'datafield_multimenu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112071),(946,0,'datafield_multimenu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112071),(947,0,'datafield_multimenu','2018051400','2018051400','Plugin installed',NULL,'',0,1544112071),(948,0,'datafield_number',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112071),(949,0,'datafield_number','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112071),(950,0,'datafield_number','2018051400','2018051400','Plugin installed',NULL,'',0,1544112072),(951,0,'datafield_picture',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112072),(952,0,'datafield_picture','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112072),(953,0,'datafield_picture','2018051400','2018051400','Plugin installed',NULL,'',0,1544112072),(954,0,'datafield_radiobutton',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112072),(955,0,'datafield_radiobutton','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112072),(956,0,'datafield_radiobutton','2018051400','2018051400','Plugin installed',NULL,'',0,1544112072),(957,0,'datafield_text',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112072),(958,0,'datafield_text','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112072),(959,0,'datafield_text','2018051400','2018051400','Plugin installed',NULL,'',0,1544112072),(960,0,'datafield_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112072),(961,0,'datafield_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112072),(962,0,'datafield_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1544112072),(963,0,'datafield_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112072),(964,0,'datafield_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112072),(965,0,'datafield_url','2018051400','2018051400','Plugin installed',NULL,'',0,1544112072),(966,0,'datapreset_imagegallery',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112072),(967,0,'datapreset_imagegallery','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112072),(968,0,'datapreset_imagegallery','2018051400','2018051400','Plugin installed',NULL,'',0,1544112072),(969,0,'ltiservice_gradebookservices',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112072),(970,0,'ltiservice_gradebookservices','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112072),(971,0,'ltiservice_gradebookservices','2018051400','2018051400','Plugin installed',NULL,'',0,1544112072),(972,0,'ltiservice_memberships',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112072),(973,0,'ltiservice_memberships','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112072),(974,0,'ltiservice_memberships','2018051400','2018051400','Plugin installed',NULL,'',0,1544112072),(975,0,'ltiservice_profile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112072),(976,0,'ltiservice_profile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112072),(977,0,'ltiservice_profile','2018051400','2018051400','Plugin installed',NULL,'',0,1544112072),(978,0,'ltiservice_toolproxy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112072),(979,0,'ltiservice_toolproxy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112072),(980,0,'ltiservice_toolproxy','2018051400','2018051400','Plugin installed',NULL,'',0,1544112072),(981,0,'ltiservice_toolsettings',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112072),(982,0,'ltiservice_toolsettings','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112072),(983,0,'ltiservice_toolsettings','2018051400','2018051400','Plugin installed',NULL,'',0,1544112072),(984,0,'quiz_grading',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112073),(985,0,'quiz_grading','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112073),(986,0,'quiz_grading','2018051400','2018051400','Plugin installed',NULL,'',0,1544112073),(987,0,'quiz_overview',NULL,'2018061801','Starting plugin installation',NULL,'',0,1544112073),(988,0,'quiz_overview','2018061801','2018061801','Upgrade savepoint reached',NULL,'',0,1544112073),(989,0,'quiz_overview','2018061801','2018061801','Plugin installed',NULL,'',0,1544112073),(990,0,'quiz_responses',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112073),(991,0,'quiz_responses','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112073),(992,0,'quiz_responses','2018051400','2018051400','Plugin installed',NULL,'',0,1544112073),(993,0,'quiz_statistics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112073),(994,0,'quiz_statistics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112073),(995,0,'quiz_statistics','2018051400','2018051400','Plugin installed',NULL,'',0,1544112073),(996,0,'quizaccess_delaybetweenattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112073),(997,0,'quizaccess_delaybetweenattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112073),(998,0,'quizaccess_delaybetweenattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1544112073),(999,0,'quizaccess_ipaddress',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112073),(1000,0,'quizaccess_ipaddress','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112073),(1001,0,'quizaccess_ipaddress','2018051400','2018051400','Plugin installed',NULL,'',0,1544112073),(1002,0,'quizaccess_numattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112073),(1003,0,'quizaccess_numattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112073),(1004,0,'quizaccess_numattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1544112073),(1005,0,'quizaccess_offlineattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112073),(1006,0,'quizaccess_offlineattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112073),(1007,0,'quizaccess_offlineattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1544112074),(1008,0,'quizaccess_openclosedate',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112074),(1009,0,'quizaccess_openclosedate','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112074),(1010,0,'quizaccess_openclosedate','2018051400','2018051400','Plugin installed',NULL,'',0,1544112074),(1011,0,'quizaccess_password',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112074),(1012,0,'quizaccess_password','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112074),(1013,0,'quizaccess_password','2018051400','2018051400','Plugin installed',NULL,'',0,1544112074),(1014,0,'quizaccess_safebrowser',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112074),(1015,0,'quizaccess_safebrowser','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112074),(1016,0,'quizaccess_safebrowser','2018051400','2018051400','Plugin installed',NULL,'',0,1544112074),(1017,0,'quizaccess_securewindow',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112074),(1018,0,'quizaccess_securewindow','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112074),(1019,0,'quizaccess_securewindow','2018051400','2018051400','Plugin installed',NULL,'',0,1544112074),(1020,0,'quizaccess_timelimit',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112074),(1021,0,'quizaccess_timelimit','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112074),(1022,0,'quizaccess_timelimit','2018051400','2018051400','Plugin installed',NULL,'',0,1544112074),(1023,0,'scormreport_basic',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112074),(1024,0,'scormreport_basic','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112074),(1025,0,'scormreport_basic','2018051400','2018051400','Plugin installed',NULL,'',0,1544112074),(1026,0,'scormreport_graphs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112074),(1027,0,'scormreport_graphs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112074),(1028,0,'scormreport_graphs','2018051400','2018051400','Plugin installed',NULL,'',0,1544112074),(1029,0,'scormreport_interactions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112074),(1030,0,'scormreport_interactions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112074),(1031,0,'scormreport_interactions','2018051400','2018051400','Plugin installed',NULL,'',0,1544112074),(1032,0,'scormreport_objectives',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112074),(1033,0,'scormreport_objectives','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112074),(1034,0,'scormreport_objectives','2018051400','2018051400','Plugin installed',NULL,'',0,1544112074),(1035,0,'workshopform_accumulative',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112074),(1036,0,'workshopform_accumulative','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112074),(1037,0,'workshopform_accumulative','2018051400','2018051400','Plugin installed',NULL,'',0,1544112074),(1038,0,'workshopform_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112074),(1039,0,'workshopform_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112074),(1040,0,'workshopform_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1544112075),(1041,0,'workshopform_numerrors',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112075),(1042,0,'workshopform_numerrors','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112075),(1043,0,'workshopform_numerrors','2018051400','2018051400','Plugin installed',NULL,'',0,1544112075),(1044,0,'workshopform_rubric',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112075),(1045,0,'workshopform_rubric','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112075),(1046,0,'workshopform_rubric','2018051400','2018051400','Plugin installed',NULL,'',0,1544112075),(1047,0,'workshopallocation_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112075),(1048,0,'workshopallocation_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112075),(1049,0,'workshopallocation_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1544112075),(1050,0,'workshopallocation_random',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112075),(1051,0,'workshopallocation_random','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112075),(1052,0,'workshopallocation_random','2018051400','2018051400','Plugin installed',NULL,'',0,1544112075),(1053,0,'workshopallocation_scheduled',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112075),(1054,0,'workshopallocation_scheduled','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112075),(1055,0,'workshopallocation_scheduled','2018051400','2018051400','Plugin installed',NULL,'',0,1544112075),(1056,0,'workshopeval_best',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112075),(1057,0,'workshopeval_best','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112075),(1058,0,'workshopeval_best','2018051400','2018051400','Plugin installed',NULL,'',0,1544112076),(1059,0,'atto_accessibilitychecker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112076),(1060,0,'atto_accessibilitychecker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112076),(1061,0,'atto_accessibilitychecker','2018051400','2018051400','Plugin installed',NULL,'',0,1544112076),(1062,0,'atto_accessibilityhelper',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112076),(1063,0,'atto_accessibilityhelper','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112076),(1064,0,'atto_accessibilityhelper','2018051400','2018051400','Plugin installed',NULL,'',0,1544112076),(1065,0,'atto_align',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112076),(1066,0,'atto_align','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112076),(1067,0,'atto_align','2018051400','2018051400','Plugin installed',NULL,'',0,1544112076),(1068,0,'atto_backcolor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112076),(1069,0,'atto_backcolor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112076),(1070,0,'atto_backcolor','2018051400','2018051400','Plugin installed',NULL,'',0,1544112076),(1071,0,'atto_bold',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112076),(1072,0,'atto_bold','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112076),(1073,0,'atto_bold','2018051400','2018051400','Plugin installed',NULL,'',0,1544112076),(1074,0,'atto_charmap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112076),(1075,0,'atto_charmap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112076),(1076,0,'atto_charmap','2018051400','2018051400','Plugin installed',NULL,'',0,1544112076),(1077,0,'atto_clear',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112076),(1078,0,'atto_clear','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112076),(1079,0,'atto_clear','2018051400','2018051400','Plugin installed',NULL,'',0,1544112076),(1080,0,'atto_collapse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112076),(1081,0,'atto_collapse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112076),(1082,0,'atto_collapse','2018051400','2018051400','Plugin installed',NULL,'',0,1544112076),(1083,0,'atto_emoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112076),(1084,0,'atto_emoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112076),(1085,0,'atto_emoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1544112076),(1086,0,'atto_equation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112076),(1087,0,'atto_equation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112076),(1088,0,'atto_equation','2018051400','2018051400','Plugin installed',NULL,'',0,1544112076),(1089,0,'atto_fontcolor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112076),(1090,0,'atto_fontcolor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112076),(1091,0,'atto_fontcolor','2018051400','2018051400','Plugin installed',NULL,'',0,1544112076),(1092,0,'atto_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112076),(1093,0,'atto_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112076),(1094,0,'atto_html','2018051400','2018051400','Plugin installed',NULL,'',0,1544112076),(1095,0,'atto_image',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112076),(1096,0,'atto_image','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112077),(1097,0,'atto_image','2018051400','2018051400','Plugin installed',NULL,'',0,1544112077),(1098,0,'atto_indent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112077),(1099,0,'atto_indent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112077),(1100,0,'atto_indent','2018051400','2018051400','Plugin installed',NULL,'',0,1544112077),(1101,0,'atto_italic',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112077),(1102,0,'atto_italic','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112077),(1103,0,'atto_italic','2018051400','2018051400','Plugin installed',NULL,'',0,1544112077),(1104,0,'atto_link',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112077),(1105,0,'atto_link','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112077),(1106,0,'atto_link','2018051400','2018051400','Plugin installed',NULL,'',0,1544112077),(1107,0,'atto_managefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112077),(1108,0,'atto_managefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112077),(1109,0,'atto_managefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1544112077),(1110,0,'atto_media',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112077),(1111,0,'atto_media','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112077),(1112,0,'atto_media','2018051400','2018051400','Plugin installed',NULL,'',0,1544112077),(1113,0,'atto_noautolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112077),(1114,0,'atto_noautolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112077),(1115,0,'atto_noautolink','2018051400','2018051400','Plugin installed',NULL,'',0,1544112077),(1116,0,'atto_orderedlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112077),(1117,0,'atto_orderedlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112077),(1118,0,'atto_orderedlist','2018051400','2018051400','Plugin installed',NULL,'',0,1544112077),(1119,0,'atto_recordrtc',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112077),(1120,0,'atto_recordrtc','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112077),(1121,0,'atto_recordrtc','2018051400','2018051400','Plugin installed',NULL,'',0,1544112077),(1122,0,'atto_rtl',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112077),(1123,0,'atto_rtl','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112077),(1124,0,'atto_rtl','2018051400','2018051400','Plugin installed',NULL,'',0,1544112077),(1125,0,'atto_strike',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112077),(1126,0,'atto_strike','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112077),(1127,0,'atto_strike','2018051400','2018051400','Plugin installed',NULL,'',0,1544112077),(1128,0,'atto_subscript',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112077),(1129,0,'atto_subscript','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112077),(1130,0,'atto_subscript','2018051400','2018051400','Plugin installed',NULL,'',0,1544112077),(1131,0,'atto_superscript',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112077),(1132,0,'atto_superscript','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112077),(1133,0,'atto_superscript','2018051400','2018051400','Plugin installed',NULL,'',0,1544112077),(1134,0,'atto_table',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112078),(1135,0,'atto_table','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112078),(1136,0,'atto_table','2018051400','2018051400','Plugin installed',NULL,'',0,1544112078),(1137,0,'atto_title',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112078),(1138,0,'atto_title','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112078),(1139,0,'atto_title','2018051400','2018051400','Plugin installed',NULL,'',0,1544112078),(1140,0,'atto_underline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112078),(1141,0,'atto_underline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112078),(1142,0,'atto_underline','2018051400','2018051400','Plugin installed',NULL,'',0,1544112078),(1143,0,'atto_undo',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112078),(1144,0,'atto_undo','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112078),(1145,0,'atto_undo','2018051400','2018051400','Plugin installed',NULL,'',0,1544112078),(1146,0,'atto_unorderedlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112078),(1147,0,'atto_unorderedlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112078),(1148,0,'atto_unorderedlist','2018051400','2018051400','Plugin installed',NULL,'',0,1544112078),(1149,0,'tinymce_ctrlhelp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112078),(1150,0,'tinymce_ctrlhelp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112078),(1151,0,'tinymce_ctrlhelp','2018051400','2018051400','Plugin installed',NULL,'',0,1544112078),(1152,0,'tinymce_managefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112078),(1153,0,'tinymce_managefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112078),(1154,0,'tinymce_managefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1544112078),(1155,0,'tinymce_moodleemoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112078),(1156,0,'tinymce_moodleemoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112078),(1157,0,'tinymce_moodleemoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1544112078),(1158,0,'tinymce_moodleimage',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112078),(1159,0,'tinymce_moodleimage','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112078),(1160,0,'tinymce_moodleimage','2018051400','2018051400','Plugin installed',NULL,'',0,1544112078),(1161,0,'tinymce_moodlemedia',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112078),(1162,0,'tinymce_moodlemedia','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112078),(1163,0,'tinymce_moodlemedia','2018051400','2018051400','Plugin installed',NULL,'',0,1544112078),(1164,0,'tinymce_moodlenolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112078),(1165,0,'tinymce_moodlenolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112078),(1166,0,'tinymce_moodlenolink','2018051400','2018051400','Plugin installed',NULL,'',0,1544112078),(1167,0,'tinymce_pdw',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112078),(1168,0,'tinymce_pdw','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112078),(1169,0,'tinymce_pdw','2018051400','2018051400','Plugin installed',NULL,'',0,1544112078),(1170,0,'tinymce_spellchecker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112078),(1171,0,'tinymce_spellchecker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112079),(1172,0,'tinymce_spellchecker','2018051400','2018051400','Plugin installed',NULL,'',0,1544112079),(1173,0,'tinymce_wrap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112079),(1174,0,'tinymce_wrap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112079),(1175,0,'tinymce_wrap','2018051400','2018051400','Plugin installed',NULL,'',0,1544112079),(1176,0,'logstore_database',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112079),(1177,0,'logstore_database','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112079),(1178,0,'logstore_database','2018051400','2018051400','Plugin installed',NULL,'',0,1544112079),(1179,0,'logstore_legacy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112079),(1180,0,'logstore_legacy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112079),(1181,0,'logstore_legacy','2018051400','2018051400','Plugin installed',NULL,'',0,1544112079),(1182,0,'logstore_standard',NULL,'2018051400','Starting plugin installation',NULL,'',0,1544112079),(1183,0,'logstore_standard','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1544112079),(1184,0,'logstore_standard','2018051400','2018051400','Plugin installed',NULL,'',0,1544112079),(1185,0,'local_relationship',NULL,'2015020100','Starting plugin installation',NULL,'',2,1544112548),(1186,0,'local_relationship','2015020100','2015020100','Upgrade savepoint reached',NULL,'',2,1544112548),(1187,0,'local_relationship','2015020100','2015020100','Plugin installed',NULL,'',2,1544112548),(1188,0,'enrol_relationship',NULL,'2014051200','Starting plugin installation',NULL,'',2,1544112587),(1189,0,'enrol_relationship','2014051200','2014051200','Upgrade savepoint reached',NULL,'',2,1544112587),(1190,0,'enrol_relationship','2014051200','2014051200','Plugin installed',NULL,'',2,1544112587),(1191,0,'local_tutores',NULL,'2017051201','Starting plugin installation',NULL,'',2,1544112649),(1192,0,'local_tutores','2017051201','2017051201','Upgrade savepoint reached',NULL,'',2,1544112649),(1193,0,'local_tutores','2017051201','2017051201','Plugin installed',NULL,'',2,1544112649),(1194,0,'local_wstcc',NULL,'201811090703','Starting plugin installation',NULL,'',2,1544115154),(1195,0,'local_wstcc','201811090703','201811090703','Upgrade savepoint reached',NULL,'',2,1544115154),(1196,0,'local_wstcc','201811090703','201811090703','Plugin installed',NULL,'',2,1544115155),(1197,0,'local_tutores',NULL,'2017051201','Starting plugin installation',NULL,'',2,1544115518),(1198,0,'local_tutores','2017051201','2017051201','Upgrade savepoint reached',NULL,'',2,1544115518),(1199,0,'local_tutores','2017051201','2017051201','Plugin installed',NULL,'',2,1544115518),(1200,0,'core','2018051703.07','2018120302.1','Starting core upgrade',NULL,'',0,1551292252),(1201,0,'core','2018062800.01','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292252),(1202,0,'core','2018062800.02','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292252),(1203,0,'core','2018062800.03','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292252),(1204,0,'core','2018072500','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292252),(1205,0,'core','2018073000','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292252),(1206,0,'core','2018083100.01','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292252),(1207,0,'core','2018091200','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292252),(1208,0,'core','2018091700.01','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292252),(1209,0,'core','2018092100.01','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292253),(1210,0,'core','2018092100.02','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292253),(1211,0,'core','2018092100.03','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292253),(1212,0,'core','2018092100.04','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292253),(1213,0,'core','2018092800','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292253),(1214,0,'core','2018092800.01','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292254),(1215,0,'core','2018092800.02','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292254),(1216,0,'core','2018092800.03','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292254),(1217,0,'core','2018101700.01','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292254),(1218,0,'core','2018101800','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292254),(1219,0,'core','2018102200','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292254),(1220,0,'core','2018102300.02','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292255),(1221,0,'core','2018102900','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292255),(1222,0,'core','2018110500.01','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292256),(1223,0,'core','2018110700.01','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292256),(1224,0,'core','2018111301','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292257),(1225,0,'core','2018111900','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292257),(1226,0,'core','2018111900.01','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292257),(1227,0,'core','2018112000','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292257),(1228,0,'core','2018120300.01','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292257),(1229,0,'core','2018120300.02','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292257),(1230,0,'core','2018120301.02','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292257),(1231,0,'core','2018120302.02','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292257),(1232,0,'core','2018120302.03','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292257),(1233,0,'core','2018120302.04','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292257),(1234,0,'core','2018120302.1','2018120302.1','Upgrade savepoint reached',NULL,'',0,1551292257),(1235,0,'core','2018120302.1','2018120302.1','Core upgraded',NULL,'',0,1551292260),(1236,0,'antivirus_clamav','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292261),(1237,0,'antivirus_clamav','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292261),(1238,0,'antivirus_clamav','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292261),(1239,0,'availability_completion','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292261),(1240,0,'availability_completion','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292261),(1241,0,'availability_completion','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292261),(1242,0,'availability_date','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292261),(1243,0,'availability_date','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292261),(1244,0,'availability_date','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292261),(1245,0,'availability_grade','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292261),(1246,0,'availability_grade','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292261),(1247,0,'availability_grade','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292261),(1248,0,'availability_group','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292261),(1249,0,'availability_group','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292261),(1250,0,'availability_group','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292261),(1251,0,'availability_grouping','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292261),(1252,0,'availability_grouping','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292261),(1253,0,'availability_grouping','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292261),(1254,0,'availability_profile','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292261),(1255,0,'availability_profile','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292261),(1256,0,'availability_profile','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292261),(1257,0,'qtype_calculated','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292261),(1258,0,'qtype_calculated','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292261),(1259,0,'qtype_calculated','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292261),(1260,0,'qtype_calculatedmulti','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292261),(1261,0,'qtype_calculatedmulti','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292261),(1262,0,'qtype_calculatedmulti','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292261),(1263,0,'qtype_calculatedsimple','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292261),(1264,0,'qtype_calculatedsimple','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292261),(1265,0,'qtype_calculatedsimple','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292261),(1266,0,'qtype_ddimageortext','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292261),(1267,0,'qtype_ddimageortext','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292261),(1268,0,'qtype_ddimageortext','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292261),(1269,0,'qtype_ddmarker','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292261),(1270,0,'qtype_ddmarker','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292261),(1271,0,'qtype_ddmarker','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292261),(1272,0,'qtype_ddwtos','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292261),(1273,0,'qtype_ddwtos','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292261),(1274,0,'qtype_ddwtos','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292261),(1275,0,'qtype_description','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292261),(1276,0,'qtype_description','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292261),(1277,0,'qtype_description','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292261),(1278,0,'qtype_essay','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292262),(1279,0,'qtype_essay','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292262),(1280,0,'qtype_essay','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292262),(1281,0,'qtype_gapselect','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292262),(1282,0,'qtype_gapselect','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292262),(1283,0,'qtype_gapselect','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292262),(1284,0,'qtype_match','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292262),(1285,0,'qtype_match','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292262),(1286,0,'qtype_match','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292262),(1287,0,'qtype_missingtype','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292262),(1288,0,'qtype_missingtype','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292262),(1289,0,'qtype_missingtype','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292262),(1290,0,'qtype_multianswer','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292262),(1291,0,'qtype_multianswer','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292262),(1292,0,'qtype_multianswer','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292262),(1293,0,'qtype_multichoice','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292262),(1294,0,'qtype_multichoice','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292262),(1295,0,'qtype_multichoice','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292262),(1296,0,'qtype_numerical','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292262),(1297,0,'qtype_numerical','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292262),(1298,0,'qtype_numerical','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292262),(1299,0,'qtype_random','2018051400','2018120301','Starting plugin upgrade',NULL,'',0,1551292262),(1300,0,'qtype_random','2018120301','2018120301','Upgrade savepoint reached',NULL,'',0,1551292262),(1301,0,'qtype_random','2018120301','2018120301','Plugin upgraded',NULL,'',0,1551292262),(1302,0,'qtype_randomsamatch','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292262),(1303,0,'qtype_randomsamatch','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292262),(1304,0,'qtype_randomsamatch','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292262),(1305,0,'qtype_shortanswer','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292262),(1306,0,'qtype_shortanswer','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292262),(1307,0,'qtype_shortanswer','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292262),(1308,0,'qtype_truefalse','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292262),(1309,0,'qtype_truefalse','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292262),(1310,0,'qtype_truefalse','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292262),(1311,0,'mod_assign','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292262),(1312,0,'mod_assign','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292262),(1313,0,'mod_assign','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292262),(1314,0,'mod_assignment','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292262),(1315,0,'mod_assignment','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292262),(1316,0,'mod_assignment','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292262),(1317,0,'mod_book','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292262),(1318,0,'mod_book','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292262),(1319,0,'mod_book','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292262),(1320,0,'mod_chat','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292262),(1321,0,'mod_chat','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292262),(1322,0,'mod_chat','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292262),(1323,0,'mod_choice','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292262),(1324,0,'mod_choice','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292263),(1325,0,'mod_choice','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292263),(1326,0,'mod_data','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292263),(1327,0,'mod_data','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292263),(1328,0,'mod_data','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292263),(1329,0,'mod_feedback','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292263),(1330,0,'mod_feedback','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292263),(1331,0,'mod_feedback','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292263),(1332,0,'mod_folder','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292263),(1333,0,'mod_folder','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292263),(1334,0,'mod_folder','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292263),(1335,0,'mod_forum','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292263),(1336,0,'mod_forum','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292263),(1337,0,'mod_forum','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292263),(1338,0,'mod_glossary','2018051401','2018120300','Starting plugin upgrade',NULL,'',0,1551292263),(1339,0,'mod_glossary','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292263),(1340,0,'mod_glossary','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292263),(1341,0,'mod_imscp','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292263),(1342,0,'mod_imscp','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292263),(1343,0,'mod_imscp','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292263),(1344,0,'mod_label','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292263),(1345,0,'mod_label','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292263),(1346,0,'mod_label','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292263),(1347,0,'mod_lesson','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292263),(1348,0,'mod_lesson','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292263),(1349,0,'mod_lesson','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292263),(1350,0,'mod_lti','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292263),(1351,0,'mod_lti','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292263),(1352,0,'mod_lti','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292263),(1353,0,'mod_page','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292263),(1354,0,'mod_page','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292263),(1355,0,'mod_page','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292263),(1356,0,'mod_quiz','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292263),(1357,0,'mod_quiz','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292263),(1358,0,'mod_quiz','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292263),(1359,0,'mod_resource','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292263),(1360,0,'mod_resource','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292263),(1361,0,'mod_resource','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292263),(1362,0,'mod_scorm','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292263),(1363,0,'mod_scorm','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292263),(1364,0,'mod_scorm','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292263),(1365,0,'mod_survey','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292263),(1366,0,'mod_survey','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292263),(1367,0,'mod_survey','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292263),(1368,0,'mod_url','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292263),(1369,0,'mod_url','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292263),(1370,0,'mod_url','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292263),(1371,0,'mod_wiki','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292263),(1372,0,'mod_wiki','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292264),(1373,0,'mod_wiki','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292264),(1374,0,'mod_workshop','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292264),(1375,0,'mod_workshop','2018062600','2018120300','Upgrade savepoint reached',NULL,'',0,1551292264),(1376,0,'mod_workshop','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292264),(1377,0,'mod_workshop','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292264),(1378,0,'auth_cas','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292264),(1379,0,'auth_cas','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292264),(1380,0,'auth_cas','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292264),(1381,0,'auth_db','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292264),(1382,0,'auth_db','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292264),(1383,0,'auth_db','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292264),(1384,0,'auth_email','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292264),(1385,0,'auth_email','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292264),(1386,0,'auth_email','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292264),(1387,0,'auth_ldap','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292264),(1388,0,'auth_ldap','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292264),(1389,0,'auth_ldap','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292264),(1390,0,'auth_lti','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292264),(1391,0,'auth_lti','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292264),(1392,0,'auth_lti','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292264),(1393,0,'auth_manual','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292264),(1394,0,'auth_manual','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292264),(1395,0,'auth_manual','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292264),(1396,0,'auth_mnet','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292264),(1397,0,'auth_mnet','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292264),(1398,0,'auth_mnet','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292264),(1399,0,'auth_nologin','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292264),(1400,0,'auth_nologin','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292265),(1401,0,'auth_nologin','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292265),(1402,0,'auth_none','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292265),(1403,0,'auth_none','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292265),(1404,0,'auth_none','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292265),(1405,0,'auth_oauth2','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292265),(1406,0,'auth_oauth2','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292265),(1407,0,'auth_oauth2','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292265),(1408,0,'auth_shibboleth','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292265),(1409,0,'auth_shibboleth','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292265),(1410,0,'auth_shibboleth','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292265),(1411,0,'auth_webservice','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292265),(1412,0,'auth_webservice','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292265),(1413,0,'auth_webservice','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292265),(1414,0,'calendartype_gregorian','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292265),(1415,0,'calendartype_gregorian','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292265),(1416,0,'calendartype_gregorian','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292265),(1417,0,'enrol_category','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292265),(1418,0,'enrol_category','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292265),(1419,0,'enrol_category','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292265),(1420,0,'enrol_cohort','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292265),(1421,0,'enrol_cohort','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292265),(1422,0,'enrol_cohort','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292265),(1423,0,'enrol_database','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292265),(1424,0,'enrol_database','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292265),(1425,0,'enrol_database','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292265),(1426,0,'enrol_flatfile','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292265),(1427,0,'enrol_flatfile','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292265),(1428,0,'enrol_flatfile','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292265),(1429,0,'enrol_guest','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292265),(1430,0,'enrol_guest','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292265),(1431,0,'enrol_guest','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292265),(1432,0,'enrol_imsenterprise','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292265),(1433,0,'enrol_imsenterprise','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292265),(1434,0,'enrol_imsenterprise','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292265),(1435,0,'enrol_ldap','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292265),(1436,0,'enrol_ldap','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292265),(1437,0,'enrol_ldap','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292265),(1438,0,'enrol_lti','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292265),(1439,0,'enrol_lti','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292265),(1440,0,'enrol_lti','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292265),(1441,0,'enrol_manual','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292265),(1442,0,'enrol_manual','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292265),(1443,0,'enrol_manual','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292265),(1444,0,'enrol_meta','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292266),(1445,0,'enrol_meta','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292266),(1446,0,'enrol_meta','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292266),(1447,0,'enrol_mnet','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292266),(1448,0,'enrol_mnet','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292266),(1449,0,'enrol_mnet','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292266),(1450,0,'enrol_paypal','2018051405','2018120300','Starting plugin upgrade',NULL,'',0,1551292266),(1451,0,'enrol_paypal','2018053000','2018120300','Upgrade savepoint reached',NULL,'',0,1551292266),(1452,0,'enrol_paypal','2018062500','2018120300','Upgrade savepoint reached',NULL,'',0,1551292266),(1453,0,'enrol_paypal','2018062501','2018120300','Upgrade savepoint reached',NULL,'',0,1551292266),(1454,0,'enrol_paypal','2018062502','2018120300','Upgrade savepoint reached',NULL,'',0,1551292266),(1455,0,'enrol_paypal','2018062503','2018120300','Upgrade savepoint reached',NULL,'',0,1551292266),(1456,0,'enrol_paypal','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292266),(1457,0,'enrol_paypal','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292266),(1458,0,'enrol_self','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292266),(1459,0,'enrol_self','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292266),(1460,0,'enrol_self','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292266),(1461,0,'message_airnotifier','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292266),(1462,0,'message_airnotifier','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292266),(1463,0,'message_airnotifier','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292266),(1464,0,'message_email','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292266),(1465,0,'message_email','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292266),(1466,0,'message_email','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292266),(1467,0,'message_jabber','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292266),(1468,0,'message_jabber','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292266),(1469,0,'message_jabber','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292266),(1470,0,'message_popup','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292266),(1471,0,'message_popup','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292266),(1472,0,'message_popup','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292266),(1473,0,'block_activity_modules','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292266),(1474,0,'block_activity_modules','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292266),(1475,0,'block_activity_modules','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292266),(1476,0,'block_activity_results','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292267),(1477,0,'block_activity_results','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292267),(1478,0,'block_activity_results','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292267),(1479,0,'block_admin_bookmarks','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292267),(1480,0,'block_admin_bookmarks','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292267),(1481,0,'block_admin_bookmarks','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292267),(1482,0,'block_badges','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292267),(1483,0,'block_badges','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292267),(1484,0,'block_badges','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292267),(1485,0,'block_blog_menu','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292267),(1486,0,'block_blog_menu','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292267),(1487,0,'block_blog_menu','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292267),(1488,0,'block_blog_recent','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292267),(1489,0,'block_blog_recent','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292267),(1490,0,'block_blog_recent','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292267),(1491,0,'block_blog_tags','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292267),(1492,0,'block_blog_tags','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292267),(1493,0,'block_blog_tags','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292267),(1494,0,'block_calendar_month','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292267),(1495,0,'block_calendar_month','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292267),(1496,0,'block_calendar_month','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292267),(1497,0,'block_calendar_upcoming','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292267),(1498,0,'block_calendar_upcoming','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292267),(1499,0,'block_calendar_upcoming','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292267),(1500,0,'block_comments','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292267),(1501,0,'block_comments','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292267),(1502,0,'block_comments','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292267),(1503,0,'block_community','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292267),(1504,0,'block_community','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292267),(1505,0,'block_community','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292267),(1506,0,'block_completionstatus','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292267),(1507,0,'block_completionstatus','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292267),(1508,0,'block_completionstatus','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292267),(1509,0,'block_course_list','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292267),(1510,0,'block_course_list','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292267),(1511,0,'block_course_list','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292267),(1512,0,'block_course_summary','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292267),(1513,0,'block_course_summary','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292267),(1514,0,'block_course_summary','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292267),(1515,0,'block_feedback','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292267),(1516,0,'block_feedback','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292267),(1517,0,'block_feedback','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292267),(1518,0,'block_globalsearch','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292267),(1519,0,'block_globalsearch','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292267),(1520,0,'block_globalsearch','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292267),(1521,0,'block_glossary_random','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292267),(1522,0,'block_glossary_random','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292267),(1523,0,'block_glossary_random','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292267),(1524,0,'block_html','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292267),(1525,0,'block_html','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292267),(1526,0,'block_html','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292268),(1527,0,'block_login','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292268),(1528,0,'block_login','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292268),(1529,0,'block_login','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292268),(1530,0,'block_lp','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292268),(1531,0,'block_lp','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292268),(1532,0,'block_lp','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292268),(1533,0,'block_mentees','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292268),(1534,0,'block_mentees','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292268),(1535,0,'block_mentees','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292268),(1536,0,'block_mnet_hosts','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292268),(1537,0,'block_mnet_hosts','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292268),(1538,0,'block_mnet_hosts','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292268),(1539,0,'block_myoverview','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292268),(1540,0,'block_myoverview','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292268),(1541,0,'block_myoverview','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292268),(1542,0,'block_myprofile','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292268),(1543,0,'block_myprofile','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292268),(1544,0,'block_myprofile','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292268),(1545,0,'block_navigation','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292268),(1546,0,'block_navigation','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292268),(1547,0,'block_navigation','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292268),(1548,0,'block_news_items','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292268),(1549,0,'block_news_items','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292268),(1550,0,'block_news_items','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292268),(1551,0,'block_online_users','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292268),(1552,0,'block_online_users','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292268),(1553,0,'block_online_users','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292268),(1554,0,'block_participants','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292268),(1555,0,'block_participants','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292268),(1556,0,'block_participants','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292268),(1557,0,'block_private_files','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292268),(1558,0,'block_private_files','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292268),(1559,0,'block_private_files','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292268),(1560,0,'block_quiz_results','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292268),(1561,0,'block_quiz_results','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292268),(1562,0,'block_quiz_results','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292268),(1563,0,'block_recent_activity','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292268),(1564,0,'block_recent_activity','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292268),(1565,0,'block_recent_activity','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292268),(1566,0,'block_recentlyaccessedcourses',NULL,'2018120300','Starting plugin installation',NULL,'',0,1551292268),(1567,0,'block_recentlyaccessedcourses','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292268),(1568,0,'block_recentlyaccessedcourses','2018120300','2018120300','Plugin installed',NULL,'',0,1551292268),(1569,0,'block_recentlyaccesseditems',NULL,'2018120301','Starting plugin installation',NULL,'',0,1551292268),(1570,0,'block_recentlyaccesseditems','2018120301','2018120301','Upgrade savepoint reached',NULL,'',0,1551292269),(1571,0,'block_recentlyaccesseditems','2018120301','2018120301','Plugin installed',NULL,'',0,1551292269),(1572,0,'block_rss_client','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292269),(1573,0,'block_rss_client','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292269),(1574,0,'block_rss_client','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292269),(1575,0,'block_search_forums','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292269),(1576,0,'block_search_forums','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292269),(1577,0,'block_search_forums','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292269),(1578,0,'block_section_links','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292269),(1579,0,'block_section_links','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292269),(1580,0,'block_section_links','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292269),(1581,0,'block_selfcompletion','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292269),(1582,0,'block_selfcompletion','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292269),(1583,0,'block_selfcompletion','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292269),(1584,0,'block_settings','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292269),(1585,0,'block_settings','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292269),(1586,0,'block_settings','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292269),(1587,0,'block_site_main_menu','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292269),(1588,0,'block_site_main_menu','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292269),(1589,0,'block_site_main_menu','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292269),(1590,0,'block_social_activities','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292269),(1591,0,'block_social_activities','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292269),(1592,0,'block_social_activities','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292269),(1593,0,'block_starredcourses',NULL,'2018120300','Starting plugin installation',NULL,'',0,1551292269),(1594,0,'block_starredcourses','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292269),(1595,0,'block_starredcourses','2018120300','2018120300','Plugin installed',NULL,'',0,1551292269),(1596,0,'block_tag_flickr','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292269),(1597,0,'block_tag_flickr','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292269),(1598,0,'block_tag_flickr','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292269),(1599,0,'block_tag_youtube','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292269),(1600,0,'block_tag_youtube','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292269),(1601,0,'block_tag_youtube','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292269),(1602,0,'block_tags','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292269),(1603,0,'block_tags','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292269),(1604,0,'block_tags','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292269),(1605,0,'block_timeline',NULL,'2018120300','Starting plugin installation',NULL,'',0,1551292269),(1606,0,'block_timeline','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292269),(1607,0,'block_timeline','2018120300','2018120300','Plugin installed',NULL,'',0,1551292270),(1608,0,'media_html5audio','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292270),(1609,0,'media_html5audio','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292270),(1610,0,'media_html5audio','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292270),(1611,0,'media_html5video','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292270),(1612,0,'media_html5video','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292270),(1613,0,'media_html5video','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292270),(1614,0,'media_swf','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292270),(1615,0,'media_swf','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292270),(1616,0,'media_swf','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292270),(1617,0,'media_videojs','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292270),(1618,0,'media_videojs','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292270),(1619,0,'media_videojs','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292270),(1620,0,'media_vimeo','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292270),(1621,0,'media_vimeo','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292270),(1622,0,'media_vimeo','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292270),(1623,0,'media_youtube','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292270),(1624,0,'media_youtube','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292270),(1625,0,'media_youtube','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292270),(1626,0,'filter_activitynames','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292270),(1627,0,'filter_activitynames','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292270),(1628,0,'filter_activitynames','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292270),(1629,0,'filter_algebra','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292270),(1630,0,'filter_algebra','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292270),(1631,0,'filter_algebra','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292270),(1632,0,'filter_censor','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292270),(1633,0,'filter_censor','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292270),(1634,0,'filter_censor','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292270),(1635,0,'filter_data','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292270),(1636,0,'filter_data','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292270),(1637,0,'filter_data','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292270),(1638,0,'filter_emailprotect','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292270),(1639,0,'filter_emailprotect','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292270),(1640,0,'filter_emailprotect','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292270),(1641,0,'filter_emoticon','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292270),(1642,0,'filter_emoticon','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292270),(1643,0,'filter_emoticon','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292270),(1644,0,'filter_glossary','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292270),(1645,0,'filter_glossary','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292270),(1646,0,'filter_glossary','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292270),(1647,0,'filter_mathjaxloader','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292270),(1648,0,'filter_mathjaxloader','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292270),(1649,0,'filter_mathjaxloader','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292270),(1650,0,'filter_mediaplugin','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292270),(1651,0,'filter_mediaplugin','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292270),(1652,0,'filter_mediaplugin','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292270),(1653,0,'filter_multilang','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292270),(1654,0,'filter_multilang','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292271),(1655,0,'filter_multilang','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292271),(1656,0,'filter_tex','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292271),(1657,0,'filter_tex','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292271),(1658,0,'filter_tex','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292271),(1659,0,'filter_tidy','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292271),(1660,0,'filter_tidy','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292271),(1661,0,'filter_tidy','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292271),(1662,0,'filter_urltolink','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292271),(1663,0,'filter_urltolink','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292271),(1664,0,'filter_urltolink','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292271),(1665,0,'editor_atto','2018051401','2018120300','Starting plugin upgrade',NULL,'',0,1551292271),(1666,0,'editor_atto','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292271),(1667,0,'editor_atto','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292271),(1668,0,'editor_textarea','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292271),(1669,0,'editor_textarea','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292271),(1670,0,'editor_textarea','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292271),(1671,0,'editor_tinymce','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292271),(1672,0,'editor_tinymce','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292271),(1673,0,'editor_tinymce','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292271),(1674,0,'format_singleactivity','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292271),(1675,0,'format_singleactivity','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292271),(1676,0,'format_singleactivity','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292271),(1677,0,'format_social','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292271),(1678,0,'format_social','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292271),(1679,0,'format_social','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292271),(1680,0,'format_topics','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292271),(1681,0,'format_topics','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292271),(1682,0,'format_topics','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292271),(1683,0,'format_weeks','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292271),(1684,0,'format_weeks','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292271),(1685,0,'format_weeks','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292271),(1686,0,'dataformat_csv','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292271),(1687,0,'dataformat_csv','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292271),(1688,0,'dataformat_csv','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292271),(1689,0,'dataformat_excel','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292271),(1690,0,'dataformat_excel','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292271),(1691,0,'dataformat_excel','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292271),(1692,0,'dataformat_html','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292271),(1693,0,'dataformat_html','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292271),(1694,0,'dataformat_html','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292271),(1695,0,'dataformat_json','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292271),(1696,0,'dataformat_json','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292271),(1697,0,'dataformat_json','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292271),(1698,0,'dataformat_ods','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292271),(1699,0,'dataformat_ods','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292271),(1700,0,'dataformat_ods','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292271),(1701,0,'profilefield_checkbox','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292271),(1702,0,'profilefield_checkbox','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292271),(1703,0,'profilefield_checkbox','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292272),(1704,0,'profilefield_datetime','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292272),(1705,0,'profilefield_datetime','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292272),(1706,0,'profilefield_datetime','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292272),(1707,0,'profilefield_menu','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292272),(1708,0,'profilefield_menu','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292272),(1709,0,'profilefield_menu','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292272),(1710,0,'profilefield_text','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292272),(1711,0,'profilefield_text','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292272),(1712,0,'profilefield_text','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292272),(1713,0,'profilefield_textarea','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292272),(1714,0,'profilefield_textarea','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292272),(1715,0,'profilefield_textarea','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292272),(1716,0,'report_backups','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292272),(1717,0,'report_backups','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292272),(1718,0,'report_backups','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292272),(1719,0,'report_competency','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292272),(1720,0,'report_competency','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292272),(1721,0,'report_competency','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292272),(1722,0,'report_completion','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292272),(1723,0,'report_completion','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292272),(1724,0,'report_completion','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292272),(1725,0,'report_configlog','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292272),(1726,0,'report_configlog','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292272),(1727,0,'report_configlog','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292272),(1728,0,'report_courseoverview','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292272),(1729,0,'report_courseoverview','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292272),(1730,0,'report_courseoverview','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292272),(1731,0,'report_eventlist','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292272),(1732,0,'report_eventlist','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292272),(1733,0,'report_eventlist','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292272),(1734,0,'report_insights','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292272),(1735,0,'report_insights','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292272),(1736,0,'report_insights','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292272),(1737,0,'report_log','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292272),(1738,0,'report_log','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292272),(1739,0,'report_log','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292272),(1740,0,'report_loglive','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292272),(1741,0,'report_loglive','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292272),(1742,0,'report_loglive','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292272),(1743,0,'report_outline','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292272),(1744,0,'report_outline','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292272),(1745,0,'report_outline','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292272),(1746,0,'report_participation','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292272),(1747,0,'report_participation','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292272),(1748,0,'report_participation','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292272),(1749,0,'report_performance','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292272),(1750,0,'report_performance','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292272),(1751,0,'report_performance','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292272),(1752,0,'report_progress','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292273),(1753,0,'report_progress','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292273),(1754,0,'report_progress','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292273),(1755,0,'report_questioninstances','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292273),(1756,0,'report_questioninstances','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292273),(1757,0,'report_questioninstances','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292273),(1758,0,'report_security','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292273),(1759,0,'report_security','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292273),(1760,0,'report_security','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292273),(1761,0,'report_stats','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292273),(1762,0,'report_stats','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292273),(1763,0,'report_stats','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292273),(1764,0,'report_usersessions','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292273),(1765,0,'report_usersessions','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292273),(1766,0,'report_usersessions','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292273),(1767,0,'gradeexport_ods','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292273),(1768,0,'gradeexport_ods','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292273),(1769,0,'gradeexport_ods','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292273),(1770,0,'gradeexport_txt','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292273),(1771,0,'gradeexport_txt','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292273),(1772,0,'gradeexport_txt','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292273),(1773,0,'gradeexport_xls','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292273),(1774,0,'gradeexport_xls','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292273),(1775,0,'gradeexport_xls','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292273),(1776,0,'gradeexport_xml','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292273),(1777,0,'gradeexport_xml','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292273),(1778,0,'gradeexport_xml','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292273),(1779,0,'gradeimport_csv','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292273),(1780,0,'gradeimport_csv','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292273),(1781,0,'gradeimport_csv','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292273),(1782,0,'gradeimport_direct','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292273),(1783,0,'gradeimport_direct','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292273),(1784,0,'gradeimport_direct','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292273),(1785,0,'gradeimport_xml','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292273),(1786,0,'gradeimport_xml','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292273),(1787,0,'gradeimport_xml','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292273),(1788,0,'gradereport_grader','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292273),(1789,0,'gradereport_grader','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292273),(1790,0,'gradereport_grader','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292273),(1791,0,'gradereport_history','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292273),(1792,0,'gradereport_history','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292273),(1793,0,'gradereport_history','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292273),(1794,0,'gradereport_outcomes','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292273),(1795,0,'gradereport_outcomes','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292273),(1796,0,'gradereport_outcomes','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292273),(1797,0,'gradereport_overview','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292273),(1798,0,'gradereport_overview','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292273),(1799,0,'gradereport_overview','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292273),(1800,0,'gradereport_singleview','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292273),(1801,0,'gradereport_singleview','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292274),(1802,0,'gradereport_singleview','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292274),(1803,0,'gradereport_user','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292274),(1804,0,'gradereport_user','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292274),(1805,0,'gradereport_user','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292274),(1806,0,'gradingform_guide','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292274),(1807,0,'gradingform_guide','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292274),(1808,0,'gradingform_guide','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292274),(1809,0,'gradingform_rubric','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292274),(1810,0,'gradingform_rubric','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292274),(1811,0,'gradingform_rubric','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292274),(1812,0,'mlbackend_php','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292274),(1813,0,'mlbackend_php','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292274),(1814,0,'mlbackend_php','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292274),(1815,0,'mlbackend_python','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292274),(1816,0,'mlbackend_python','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292274),(1817,0,'mlbackend_python','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292274),(1818,0,'mnetservice_enrol','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292274),(1819,0,'mnetservice_enrol','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292274),(1820,0,'mnetservice_enrol','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292274),(1821,0,'webservice_rest','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292274),(1822,0,'webservice_rest','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292274),(1823,0,'webservice_rest','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292274),(1824,0,'webservice_soap','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292274),(1825,0,'webservice_soap','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292274),(1826,0,'webservice_soap','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292274),(1827,0,'webservice_xmlrpc','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292274),(1828,0,'webservice_xmlrpc','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292274),(1829,0,'webservice_xmlrpc','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292274),(1830,0,'repository_areafiles','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292274),(1831,0,'repository_areafiles','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292274),(1832,0,'repository_areafiles','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292274),(1833,0,'repository_boxnet','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292274),(1834,0,'repository_boxnet','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292274),(1835,0,'repository_boxnet','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292274),(1836,0,'repository_coursefiles','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292274),(1837,0,'repository_coursefiles','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292274),(1838,0,'repository_coursefiles','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292274),(1839,0,'repository_dropbox','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292274),(1840,0,'repository_dropbox','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292274),(1841,0,'repository_dropbox','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292274),(1842,0,'repository_equella','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292274),(1843,0,'repository_equella','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292274),(1844,0,'repository_equella','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292274),(1845,0,'repository_filesystem','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292274),(1846,0,'repository_filesystem','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292274),(1847,0,'repository_filesystem','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292274),(1848,0,'repository_flickr','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292274),(1849,0,'repository_flickr','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292274),(1850,0,'repository_flickr','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292274),(1851,0,'repository_flickr_public','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292275),(1852,0,'repository_flickr_public','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292275),(1853,0,'repository_flickr_public','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292275),(1854,0,'repository_googledocs','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292275),(1855,0,'repository_googledocs','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292275),(1856,0,'repository_googledocs','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292275),(1857,0,'repository_local','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292275),(1858,0,'repository_local','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292275),(1859,0,'repository_local','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292275),(1860,0,'repository_merlot','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292275),(1861,0,'repository_merlot','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292275),(1862,0,'repository_merlot','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292275),(1863,0,'repository_nextcloud',NULL,'2018120300','Starting plugin installation',NULL,'',0,1551292275),(1864,0,'repository_nextcloud','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292275),(1865,0,'repository_nextcloud','2018120300','2018120300','Plugin installed',NULL,'',0,1551292275),(1866,0,'repository_onedrive','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292275),(1867,0,'repository_onedrive','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292275),(1868,0,'repository_onedrive','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292275),(1869,0,'repository_picasa','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292275),(1870,0,'repository_picasa','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292275),(1871,0,'repository_picasa','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292275),(1872,0,'repository_recent','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292275),(1873,0,'repository_recent','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292275),(1874,0,'repository_recent','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292275),(1875,0,'repository_s3','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292275),(1876,0,'repository_s3','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292275),(1877,0,'repository_s3','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292275),(1878,0,'repository_skydrive','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292275),(1879,0,'repository_skydrive','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292275),(1880,0,'repository_skydrive','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292275),(1881,0,'repository_upload','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292275),(1882,0,'repository_upload','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292275),(1883,0,'repository_upload','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292275),(1884,0,'repository_url','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292275),(1885,0,'repository_url','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292275),(1886,0,'repository_url','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292275),(1887,0,'repository_user','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292275),(1888,0,'repository_user','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292275),(1889,0,'repository_user','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292275),(1890,0,'repository_webdav','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292275),(1891,0,'repository_webdav','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292275),(1892,0,'repository_webdav','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292275),(1893,0,'repository_wikimedia','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292275),(1894,0,'repository_wikimedia','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292275),(1895,0,'repository_wikimedia','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292275),(1896,0,'repository_youtube','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292275),(1897,0,'repository_youtube','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292275),(1898,0,'repository_youtube','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292275),(1899,0,'portfolio_boxnet','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292276),(1900,0,'portfolio_boxnet','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292276),(1901,0,'portfolio_boxnet','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292276),(1902,0,'portfolio_download','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292276),(1903,0,'portfolio_download','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292276),(1904,0,'portfolio_download','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292276),(1905,0,'portfolio_flickr','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292276),(1906,0,'portfolio_flickr','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292276),(1907,0,'portfolio_flickr','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292276),(1908,0,'portfolio_googledocs','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292276),(1909,0,'portfolio_googledocs','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292276),(1910,0,'portfolio_googledocs','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292276),(1911,0,'portfolio_mahara','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292276),(1912,0,'portfolio_mahara','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292276),(1913,0,'portfolio_mahara','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292276),(1914,0,'portfolio_picasa','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292276),(1915,0,'portfolio_picasa','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292276),(1916,0,'portfolio_picasa','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292276),(1917,0,'search_simpledb','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292276),(1918,0,'search_simpledb','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292276),(1919,0,'search_simpledb','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292276),(1920,0,'search_solr','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292276),(1921,0,'search_solr','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292276),(1922,0,'search_solr','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292276),(1923,0,'qbehaviour_adaptive','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292276),(1924,0,'qbehaviour_adaptive','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292276),(1925,0,'qbehaviour_adaptive','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292276),(1926,0,'qbehaviour_adaptivenopenalty','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292276),(1927,0,'qbehaviour_adaptivenopenalty','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292276),(1928,0,'qbehaviour_adaptivenopenalty','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292276),(1929,0,'qbehaviour_deferredcbm','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292276),(1930,0,'qbehaviour_deferredcbm','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292276),(1931,0,'qbehaviour_deferredcbm','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292276),(1932,0,'qbehaviour_deferredfeedback','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292276),(1933,0,'qbehaviour_deferredfeedback','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292276),(1934,0,'qbehaviour_deferredfeedback','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292276),(1935,0,'qbehaviour_immediatecbm','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292276),(1936,0,'qbehaviour_immediatecbm','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292276),(1937,0,'qbehaviour_immediatecbm','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292276),(1938,0,'qbehaviour_immediatefeedback','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292276),(1939,0,'qbehaviour_immediatefeedback','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292276),(1940,0,'qbehaviour_immediatefeedback','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292276),(1941,0,'qbehaviour_informationitem','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292276),(1942,0,'qbehaviour_informationitem','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292276),(1943,0,'qbehaviour_informationitem','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292276),(1944,0,'qbehaviour_interactive','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292276),(1945,0,'qbehaviour_interactive','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292276),(1946,0,'qbehaviour_interactive','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292276),(1947,0,'qbehaviour_interactivecountback','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292276),(1948,0,'qbehaviour_interactivecountback','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292277),(1949,0,'qbehaviour_interactivecountback','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292277),(1950,0,'qbehaviour_manualgraded','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292277),(1951,0,'qbehaviour_manualgraded','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292277),(1952,0,'qbehaviour_manualgraded','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292277),(1953,0,'qbehaviour_missing','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292277),(1954,0,'qbehaviour_missing','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292277),(1955,0,'qbehaviour_missing','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292277),(1956,0,'qformat_aiken','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292277),(1957,0,'qformat_aiken','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292277),(1958,0,'qformat_aiken','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292277),(1959,0,'qformat_blackboard_six','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292277),(1960,0,'qformat_blackboard_six','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292277),(1961,0,'qformat_blackboard_six','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292277),(1962,0,'qformat_examview','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292277),(1963,0,'qformat_examview','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292277),(1964,0,'qformat_examview','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292277),(1965,0,'qformat_gift','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292277),(1966,0,'qformat_gift','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292277),(1967,0,'qformat_gift','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292277),(1968,0,'qformat_missingword','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292277),(1969,0,'qformat_missingword','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292277),(1970,0,'qformat_missingword','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292277),(1971,0,'qformat_multianswer','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292277),(1972,0,'qformat_multianswer','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292277),(1973,0,'qformat_multianswer','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292277),(1974,0,'qformat_webct','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292277),(1975,0,'qformat_webct','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292277),(1976,0,'qformat_webct','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292277),(1977,0,'qformat_xhtml','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292277),(1978,0,'qformat_xhtml','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292277),(1979,0,'qformat_xhtml','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292277),(1980,0,'qformat_xml','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292277),(1981,0,'qformat_xml','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292277),(1982,0,'qformat_xml','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292277),(1983,0,'tool_analytics','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292277),(1984,0,'tool_analytics','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292277),(1985,0,'tool_analytics','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292277),(1986,0,'tool_availabilityconditions','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292277),(1987,0,'tool_availabilityconditions','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292277),(1988,0,'tool_availabilityconditions','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292277),(1989,0,'tool_behat','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292277),(1990,0,'tool_behat','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292277),(1991,0,'tool_behat','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292277),(1992,0,'tool_capability','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292277),(1993,0,'tool_capability','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292277),(1994,0,'tool_capability','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292277),(1995,0,'tool_cohortroles','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292277),(1996,0,'tool_cohortroles','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292277),(1997,0,'tool_cohortroles','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292278),(1998,0,'tool_customlang','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292278),(1999,0,'tool_customlang','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292278),(2000,0,'tool_customlang','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292278),(2001,0,'tool_dataprivacy','2018051415','2018120300','Starting plugin upgrade',NULL,'',0,1551292278),(2002,0,'tool_dataprivacy','2018082100','2018120300','Upgrade savepoint reached',NULL,'',0,1551292278),(2003,0,'tool_dataprivacy','2018100401','2018120300','Upgrade savepoint reached',NULL,'',0,1551292278),(2004,0,'tool_dataprivacy','2018100406','2018120300','Upgrade savepoint reached',NULL,'',0,1551292278),(2005,0,'tool_dataprivacy','2018110700','2018120300','Upgrade savepoint reached',NULL,'',0,1551292278),(2006,0,'tool_dataprivacy','2018112500','2018120300','Upgrade savepoint reached',NULL,'',0,1551292278),(2007,0,'tool_dataprivacy','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292278),(2008,0,'tool_dataprivacy','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292278),(2009,0,'tool_dbtransfer','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292278),(2010,0,'tool_dbtransfer','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292278),(2011,0,'tool_dbtransfer','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292278),(2012,0,'tool_filetypes','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292278),(2013,0,'tool_filetypes','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292278),(2014,0,'tool_filetypes','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292278),(2015,0,'tool_generator','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292278),(2016,0,'tool_generator','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292278),(2017,0,'tool_generator','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292278),(2018,0,'tool_health','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292278),(2019,0,'tool_health','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292278),(2020,0,'tool_health','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292278),(2021,0,'tool_httpsreplace','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292278),(2022,0,'tool_httpsreplace','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292278),(2023,0,'tool_httpsreplace','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292278),(2024,0,'tool_innodb','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292278),(2025,0,'tool_innodb','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292278),(2026,0,'tool_innodb','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292278),(2027,0,'tool_installaddon','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292278),(2028,0,'tool_installaddon','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292278),(2029,0,'tool_installaddon','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292278),(2030,0,'tool_langimport','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292278),(2031,0,'tool_langimport','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292278),(2032,0,'tool_langimport','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292279),(2033,0,'tool_log','2018051401','2018120300','Starting plugin upgrade',NULL,'',0,1551292279),(2034,0,'tool_log','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292279),(2035,0,'tool_log','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292279),(2036,0,'tool_lp','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292279),(2037,0,'tool_lp','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292279),(2038,0,'tool_lp','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292279),(2039,0,'tool_lpimportcsv','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292279),(2040,0,'tool_lpimportcsv','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292279),(2041,0,'tool_lpimportcsv','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292279),(2042,0,'tool_lpmigrate','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292279),(2043,0,'tool_lpmigrate','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292279),(2044,0,'tool_lpmigrate','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292279),(2045,0,'tool_messageinbound','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292279),(2046,0,'tool_messageinbound','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292279),(2047,0,'tool_messageinbound','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292279),(2048,0,'tool_mobile','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292279),(2049,0,'tool_mobile','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292279),(2050,0,'tool_mobile','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292279),(2051,0,'tool_monitor','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292279),(2052,0,'tool_monitor','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292279),(2053,0,'tool_monitor','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292279),(2054,0,'tool_multilangupgrade','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292279),(2055,0,'tool_multilangupgrade','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292279),(2056,0,'tool_multilangupgrade','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292279),(2057,0,'tool_oauth2','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292279),(2058,0,'tool_oauth2','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292279),(2059,0,'tool_oauth2','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292279),(2060,0,'tool_phpunit','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292279),(2061,0,'tool_phpunit','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292279),(2062,0,'tool_phpunit','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292279),(2063,0,'tool_policy','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292279),(2064,0,'tool_policy','2018082900','2018120300','Upgrade savepoint reached',NULL,'',0,1551292279),(2065,0,'tool_policy','2018091800','2018120300','Upgrade savepoint reached',NULL,'',0,1551292279),(2066,0,'tool_policy','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292279),(2067,0,'tool_policy','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292279),(2068,0,'tool_profiling','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292280),(2069,0,'tool_profiling','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292280),(2070,0,'tool_profiling','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292280),(2071,0,'tool_recyclebin','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292280),(2072,0,'tool_recyclebin','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292280),(2073,0,'tool_recyclebin','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292280),(2074,0,'tool_replace','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292280),(2075,0,'tool_replace','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292280),(2076,0,'tool_replace','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292280),(2077,0,'tool_spamcleaner','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292280),(2078,0,'tool_spamcleaner','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292280),(2079,0,'tool_spamcleaner','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292280),(2080,0,'tool_task','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292280),(2081,0,'tool_task','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292280),(2082,0,'tool_task','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292280),(2083,0,'tool_templatelibrary','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292280),(2084,0,'tool_templatelibrary','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292280),(2085,0,'tool_templatelibrary','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292280),(2086,0,'tool_unsuproles','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292280),(2087,0,'tool_unsuproles','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292280),(2088,0,'tool_unsuproles','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292280),(2089,0,'tool_uploadcourse','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292280),(2090,0,'tool_uploadcourse','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292280),(2091,0,'tool_uploadcourse','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292280),(2092,0,'tool_uploaduser','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292280),(2093,0,'tool_uploaduser','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292280),(2094,0,'tool_uploaduser','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292280),(2095,0,'tool_usertours','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292280),(2096,0,'tool_usertours','2018113002','2018120300','Upgrade savepoint reached',NULL,'',0,1551292281),(2097,0,'tool_usertours','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292281),(2098,0,'tool_usertours','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292281),(2099,0,'tool_xmldb','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292281),(2100,0,'tool_xmldb','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292281),(2101,0,'tool_xmldb','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292281),(2102,0,'cachestore_apcu','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292281),(2103,0,'cachestore_apcu','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292281),(2104,0,'cachestore_apcu','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292281),(2105,0,'cachestore_file','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292281),(2106,0,'cachestore_file','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292281),(2107,0,'cachestore_file','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292281),(2108,0,'cachestore_memcached','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292281),(2109,0,'cachestore_memcached','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292281),(2110,0,'cachestore_memcached','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292281),(2111,0,'cachestore_mongodb','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292281),(2112,0,'cachestore_mongodb','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292281),(2113,0,'cachestore_mongodb','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292281),(2114,0,'cachestore_redis','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292281),(2115,0,'cachestore_redis','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292281),(2116,0,'cachestore_redis','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292281),(2117,0,'cachestore_session','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292281),(2118,0,'cachestore_session','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292281),(2119,0,'cachestore_session','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292282),(2120,0,'cachestore_static','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292282),(2121,0,'cachestore_static','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292282),(2122,0,'cachestore_static','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292282),(2123,0,'cachelock_file','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292282),(2124,0,'cachelock_file','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292282),(2125,0,'cachelock_file','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292282),(2126,0,'fileconverter_googledrive','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292282),(2127,0,'fileconverter_googledrive','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292282),(2128,0,'fileconverter_googledrive','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292282),(2129,0,'fileconverter_unoconv','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292282),(2130,0,'fileconverter_unoconv','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292282),(2131,0,'fileconverter_unoconv','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292282),(2132,0,'theme_boost','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292282),(2133,0,'theme_boost','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292282),(2134,0,'theme_boost','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292282),(2135,0,'theme_bootstrapbase','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292282),(2136,0,'theme_bootstrapbase','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292282),(2137,0,'theme_bootstrapbase','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292282),(2138,0,'theme_clean','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292282),(2139,0,'theme_clean','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292282),(2140,0,'theme_clean','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292282),(2141,0,'theme_more','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292282),(2142,0,'theme_more','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292282),(2143,0,'theme_more','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292282),(2144,0,'assignsubmission_comments','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292282),(2145,0,'assignsubmission_comments','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292282),(2146,0,'assignsubmission_comments','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292282),(2147,0,'assignsubmission_file','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292282),(2148,0,'assignsubmission_file','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292282),(2149,0,'assignsubmission_file','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292282),(2150,0,'assignsubmission_onlinetext','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292282),(2151,0,'assignsubmission_onlinetext','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292282),(2152,0,'assignsubmission_onlinetext','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292282),(2153,0,'assignfeedback_comments','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292282),(2154,0,'assignfeedback_comments','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292282),(2155,0,'assignfeedback_comments','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292282),(2156,0,'assignfeedback_editpdf','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292282),(2157,0,'assignfeedback_editpdf','2018051401','2018120300','Upgrade savepoint reached',NULL,'',0,1551292283),(2158,0,'assignfeedback_editpdf','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292283),(2159,0,'assignfeedback_editpdf','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292283),(2160,0,'assignfeedback_file','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292283),(2161,0,'assignfeedback_file','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292283),(2162,0,'assignfeedback_file','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292283),(2163,0,'assignfeedback_offline','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292283),(2164,0,'assignfeedback_offline','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292283),(2165,0,'assignfeedback_offline','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292283),(2166,0,'assignment_offline','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292283),(2167,0,'assignment_offline','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292283),(2168,0,'assignment_offline','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292283),(2169,0,'assignment_online','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292283),(2170,0,'assignment_online','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292283),(2171,0,'assignment_online','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292283),(2172,0,'assignment_upload','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292283),(2173,0,'assignment_upload','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292283),(2174,0,'assignment_upload','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292283),(2175,0,'assignment_uploadsingle','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292283),(2176,0,'assignment_uploadsingle','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292283),(2177,0,'assignment_uploadsingle','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292283),(2178,0,'booktool_exportimscp','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292283),(2179,0,'booktool_exportimscp','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292283),(2180,0,'booktool_exportimscp','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292283),(2181,0,'booktool_importhtml','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292283),(2182,0,'booktool_importhtml','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292283),(2183,0,'booktool_importhtml','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292283),(2184,0,'booktool_print','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292283),(2185,0,'booktool_print','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292283),(2186,0,'booktool_print','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292283),(2187,0,'datafield_checkbox','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292283),(2188,0,'datafield_checkbox','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292283),(2189,0,'datafield_checkbox','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292283),(2190,0,'datafield_date','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292283),(2191,0,'datafield_date','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292283),(2192,0,'datafield_date','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292284),(2193,0,'datafield_file','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292284),(2194,0,'datafield_file','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292284),(2195,0,'datafield_file','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292284),(2196,0,'datafield_latlong','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292284),(2197,0,'datafield_latlong','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292284),(2198,0,'datafield_latlong','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292284),(2199,0,'datafield_menu','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292284),(2200,0,'datafield_menu','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292284),(2201,0,'datafield_menu','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292284),(2202,0,'datafield_multimenu','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292284),(2203,0,'datafield_multimenu','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292284),(2204,0,'datafield_multimenu','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292284),(2205,0,'datafield_number','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292284),(2206,0,'datafield_number','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292284),(2207,0,'datafield_number','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292284),(2208,0,'datafield_picture','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292284),(2209,0,'datafield_picture','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292284),(2210,0,'datafield_picture','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292284),(2211,0,'datafield_radiobutton','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292284),(2212,0,'datafield_radiobutton','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292284),(2213,0,'datafield_radiobutton','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292284),(2214,0,'datafield_text','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292284),(2215,0,'datafield_text','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292284),(2216,0,'datafield_text','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292284),(2217,0,'datafield_textarea','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292284),(2218,0,'datafield_textarea','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292284),(2219,0,'datafield_textarea','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292284),(2220,0,'datafield_url','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292284),(2221,0,'datafield_url','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292284),(2222,0,'datafield_url','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292284),(2223,0,'datapreset_imagegallery','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292284),(2224,0,'datapreset_imagegallery','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292284),(2225,0,'datapreset_imagegallery','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292284),(2226,0,'ltiservice_gradebookservices','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292284),(2227,0,'ltiservice_gradebookservices','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292284),(2228,0,'ltiservice_gradebookservices','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292284),(2229,0,'ltiservice_memberships','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292284),(2230,0,'ltiservice_memberships','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292284),(2231,0,'ltiservice_memberships','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292284),(2232,0,'ltiservice_profile','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292284),(2233,0,'ltiservice_profile','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292284),(2234,0,'ltiservice_profile','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292285),(2235,0,'ltiservice_toolproxy','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292285),(2236,0,'ltiservice_toolproxy','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292285),(2237,0,'ltiservice_toolproxy','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292285),(2238,0,'ltiservice_toolsettings','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292285),(2239,0,'ltiservice_toolsettings','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292285),(2240,0,'ltiservice_toolsettings','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292285),(2241,0,'quiz_grading','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292285),(2242,0,'quiz_grading','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292285),(2243,0,'quiz_grading','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292285),(2244,0,'quiz_overview','2018061801','2018120300','Starting plugin upgrade',NULL,'',0,1551292285),(2245,0,'quiz_overview','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292285),(2246,0,'quiz_overview','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292285),(2247,0,'quiz_responses','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292285),(2248,0,'quiz_responses','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292285),(2249,0,'quiz_responses','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292285),(2250,0,'quiz_statistics','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292285),(2251,0,'quiz_statistics','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292285),(2252,0,'quiz_statistics','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292285),(2253,0,'quizaccess_delaybetweenattempts','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292285),(2254,0,'quizaccess_delaybetweenattempts','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292285),(2255,0,'quizaccess_delaybetweenattempts','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292285),(2256,0,'quizaccess_ipaddress','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292285),(2257,0,'quizaccess_ipaddress','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292285),(2258,0,'quizaccess_ipaddress','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292285),(2259,0,'quizaccess_numattempts','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292285),(2260,0,'quizaccess_numattempts','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292285),(2261,0,'quizaccess_numattempts','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292285),(2262,0,'quizaccess_offlineattempts','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292285),(2263,0,'quizaccess_offlineattempts','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292285),(2264,0,'quizaccess_offlineattempts','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292285),(2265,0,'quizaccess_openclosedate','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292285),(2266,0,'quizaccess_openclosedate','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292285),(2267,0,'quizaccess_openclosedate','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292285),(2268,0,'quizaccess_password','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292285),(2269,0,'quizaccess_password','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292285),(2270,0,'quizaccess_password','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292285),(2271,0,'quizaccess_safebrowser','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292285),(2272,0,'quizaccess_safebrowser','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292285),(2273,0,'quizaccess_safebrowser','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292285),(2274,0,'quizaccess_securewindow','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292285),(2275,0,'quizaccess_securewindow','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292286),(2276,0,'quizaccess_securewindow','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292286),(2277,0,'quizaccess_timelimit','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292286),(2278,0,'quizaccess_timelimit','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292286),(2279,0,'quizaccess_timelimit','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292286),(2280,0,'scormreport_basic','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292286),(2281,0,'scormreport_basic','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292286),(2282,0,'scormreport_basic','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292286),(2283,0,'scormreport_graphs','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292286),(2284,0,'scormreport_graphs','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292286),(2285,0,'scormreport_graphs','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292286),(2286,0,'scormreport_interactions','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292286),(2287,0,'scormreport_interactions','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292286),(2288,0,'scormreport_interactions','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292286),(2289,0,'scormreport_objectives','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292286),(2290,0,'scormreport_objectives','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292286),(2291,0,'scormreport_objectives','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292286),(2292,0,'workshopform_accumulative','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292286),(2293,0,'workshopform_accumulative','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292286),(2294,0,'workshopform_accumulative','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292286),(2295,0,'workshopform_comments','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292286),(2296,0,'workshopform_comments','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292286),(2297,0,'workshopform_comments','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292286),(2298,0,'workshopform_numerrors','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292286),(2299,0,'workshopform_numerrors','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292286),(2300,0,'workshopform_numerrors','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292286),(2301,0,'workshopform_rubric','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292286),(2302,0,'workshopform_rubric','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292286),(2303,0,'workshopform_rubric','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292286),(2304,0,'workshopallocation_manual','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292286),(2305,0,'workshopallocation_manual','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292286),(2306,0,'workshopallocation_manual','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292286),(2307,0,'workshopallocation_random','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292286),(2308,0,'workshopallocation_random','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292286),(2309,0,'workshopallocation_random','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292286),(2310,0,'workshopallocation_scheduled','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292286),(2311,0,'workshopallocation_scheduled','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292286),(2312,0,'workshopallocation_scheduled','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292286),(2313,0,'workshopeval_best','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292286),(2314,0,'workshopeval_best','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292286),(2315,0,'workshopeval_best','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292287),(2316,0,'atto_accessibilitychecker','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292287),(2317,0,'atto_accessibilitychecker','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292287),(2318,0,'atto_accessibilitychecker','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292287),(2319,0,'atto_accessibilityhelper','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292287),(2320,0,'atto_accessibilityhelper','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292287),(2321,0,'atto_accessibilityhelper','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292287),(2322,0,'atto_align','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292287),(2323,0,'atto_align','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292287),(2324,0,'atto_align','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292287),(2325,0,'atto_backcolor','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292287),(2326,0,'atto_backcolor','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292287),(2327,0,'atto_backcolor','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292287),(2328,0,'atto_bold','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292287),(2329,0,'atto_bold','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292287),(2330,0,'atto_bold','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292287),(2331,0,'atto_charmap','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292287),(2332,0,'atto_charmap','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292287),(2333,0,'atto_charmap','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292287),(2334,0,'atto_clear','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292287),(2335,0,'atto_clear','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292287),(2336,0,'atto_clear','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292287),(2337,0,'atto_collapse','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292287),(2338,0,'atto_collapse','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292287),(2339,0,'atto_collapse','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292287),(2340,0,'atto_emoticon','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292287),(2341,0,'atto_emoticon','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292287),(2342,0,'atto_emoticon','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292287),(2343,0,'atto_equation','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292287),(2344,0,'atto_equation','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292287),(2345,0,'atto_equation','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292287),(2346,0,'atto_fontcolor','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292287),(2347,0,'atto_fontcolor','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292287),(2348,0,'atto_fontcolor','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292287),(2349,0,'atto_html','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292287),(2350,0,'atto_html','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292287),(2351,0,'atto_html','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292287),(2352,0,'atto_image','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292287),(2353,0,'atto_image','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292287),(2354,0,'atto_image','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292287),(2355,0,'atto_indent','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292287),(2356,0,'atto_indent','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292287),(2357,0,'atto_indent','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292288),(2358,0,'atto_italic','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292288),(2359,0,'atto_italic','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292288),(2360,0,'atto_italic','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292288),(2361,0,'atto_link','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292288),(2362,0,'atto_link','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292288),(2363,0,'atto_link','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292288),(2364,0,'atto_managefiles','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292288),(2365,0,'atto_managefiles','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292288),(2366,0,'atto_managefiles','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292288),(2367,0,'atto_media','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292288),(2368,0,'atto_media','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292288),(2369,0,'atto_media','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292288),(2370,0,'atto_noautolink','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292288),(2371,0,'atto_noautolink','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292288),(2372,0,'atto_noautolink','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292288),(2373,0,'atto_orderedlist','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292288),(2374,0,'atto_orderedlist','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292288),(2375,0,'atto_orderedlist','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292288),(2376,0,'atto_recordrtc','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292288),(2377,0,'atto_recordrtc','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292288),(2378,0,'atto_recordrtc','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292288),(2379,0,'atto_rtl','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292288),(2380,0,'atto_rtl','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292288),(2381,0,'atto_rtl','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292288),(2382,0,'atto_strike','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292288),(2383,0,'atto_strike','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292288),(2384,0,'atto_strike','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292288),(2385,0,'atto_subscript','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292288),(2386,0,'atto_subscript','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292288),(2387,0,'atto_subscript','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292288),(2388,0,'atto_superscript','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292288),(2389,0,'atto_superscript','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292288),(2390,0,'atto_superscript','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292288),(2391,0,'atto_table','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292288),(2392,0,'atto_table','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292288),(2393,0,'atto_table','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292288),(2394,0,'atto_title','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292288),(2395,0,'atto_title','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292288),(2396,0,'atto_title','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292289),(2397,0,'atto_underline','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292289),(2398,0,'atto_underline','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292289),(2399,0,'atto_underline','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292289),(2400,0,'atto_undo','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292289),(2401,0,'atto_undo','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292289),(2402,0,'atto_undo','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292289),(2403,0,'atto_unorderedlist','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292289),(2404,0,'atto_unorderedlist','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292289),(2405,0,'atto_unorderedlist','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292289),(2406,0,'tinymce_ctrlhelp','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292289),(2407,0,'tinymce_ctrlhelp','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292289),(2408,0,'tinymce_ctrlhelp','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292289),(2409,0,'tinymce_managefiles','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292289),(2410,0,'tinymce_managefiles','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292289),(2411,0,'tinymce_managefiles','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292289),(2412,0,'tinymce_moodleemoticon','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292289),(2413,0,'tinymce_moodleemoticon','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292289),(2414,0,'tinymce_moodleemoticon','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292289),(2415,0,'tinymce_moodleimage','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292289),(2416,0,'tinymce_moodleimage','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292289),(2417,0,'tinymce_moodleimage','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292289),(2418,0,'tinymce_moodlemedia','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292289),(2419,0,'tinymce_moodlemedia','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292289),(2420,0,'tinymce_moodlemedia','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292289),(2421,0,'tinymce_moodlenolink','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292289),(2422,0,'tinymce_moodlenolink','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292289),(2423,0,'tinymce_moodlenolink','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292289),(2424,0,'tinymce_pdw','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292289),(2425,0,'tinymce_pdw','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292289),(2426,0,'tinymce_pdw','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292289),(2427,0,'tinymce_spellchecker','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292289),(2428,0,'tinymce_spellchecker','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292289),(2429,0,'tinymce_spellchecker','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292289),(2430,0,'tinymce_wrap','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292289),(2431,0,'tinymce_wrap','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292289),(2432,0,'tinymce_wrap','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292289),(2433,0,'logstore_database','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292289),(2434,0,'logstore_database','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292289),(2435,0,'logstore_database','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292289),(2436,0,'logstore_legacy','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292289),(2437,0,'logstore_legacy','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292289),(2438,0,'logstore_legacy','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292290),(2439,0,'logstore_standard','2018051400','2018120300','Starting plugin upgrade',NULL,'',0,1551292290),(2440,0,'logstore_standard','2018120300','2018120300','Upgrade savepoint reached',NULL,'',0,1551292290),(2441,0,'logstore_standard','2018120300','2018120300','Plugin upgraded',NULL,'',0,1551292290); /*!40000 ALTER TABLE `upgrade_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `url` -- DROP TABLE IF EXISTS `url`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `url` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext, `introformat` smallint(4) NOT NULL DEFAULT '0', `externalurl` longtext NOT NULL, `display` smallint(4) NOT NULL DEFAULT '0', `displayoptions` longtext, `parameters` longtext, `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `url_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='each record is one url resource'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `url` -- LOCK TABLES `url` WRITE; /*!40000 ALTER TABLE `url` DISABLE KEYS */; /*!40000 ALTER TABLE `url` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user` -- DROP TABLE IF EXISTS `user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `user` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `auth` varchar(20) NOT NULL DEFAULT 'manual', `confirmed` tinyint(1) NOT NULL DEFAULT '0', `policyagreed` tinyint(1) NOT NULL DEFAULT '0', `deleted` tinyint(1) NOT NULL DEFAULT '0', `suspended` tinyint(1) NOT NULL DEFAULT '0', `mnethostid` bigint(10) NOT NULL DEFAULT '0', `username` varchar(100) NOT NULL DEFAULT '', `password` varchar(255) NOT NULL DEFAULT '', `idnumber` varchar(255) NOT NULL DEFAULT '', `firstname` varchar(100) NOT NULL DEFAULT '', `lastname` varchar(100) NOT NULL DEFAULT '', `email` varchar(100) NOT NULL DEFAULT '', `emailstop` tinyint(1) NOT NULL DEFAULT '0', `icq` varchar(15) NOT NULL DEFAULT '', `skype` varchar(50) NOT NULL DEFAULT '', `yahoo` varchar(50) NOT NULL DEFAULT '', `aim` varchar(50) NOT NULL DEFAULT '', `msn` varchar(50) NOT NULL DEFAULT '', `phone1` varchar(20) NOT NULL DEFAULT '', `phone2` varchar(20) NOT NULL DEFAULT '', `institution` varchar(255) NOT NULL DEFAULT '', `department` varchar(255) NOT NULL DEFAULT '', `address` varchar(255) NOT NULL DEFAULT '', `city` varchar(120) NOT NULL DEFAULT '', `country` varchar(2) NOT NULL DEFAULT '', `lang` varchar(30) NOT NULL DEFAULT 'en', `calendartype` varchar(30) NOT NULL DEFAULT 'gregorian', `theme` varchar(50) NOT NULL DEFAULT '', `timezone` varchar(100) NOT NULL DEFAULT '99', `firstaccess` bigint(10) NOT NULL DEFAULT '0', `lastaccess` bigint(10) NOT NULL DEFAULT '0', `lastlogin` bigint(10) NOT NULL DEFAULT '0', `currentlogin` bigint(10) NOT NULL DEFAULT '0', `lastip` varchar(45) NOT NULL DEFAULT '', `secret` varchar(15) NOT NULL DEFAULT '', `picture` bigint(10) NOT NULL DEFAULT '0', `url` varchar(255) NOT NULL DEFAULT '', `description` longtext, `descriptionformat` tinyint(2) NOT NULL DEFAULT '1', `mailformat` tinyint(1) NOT NULL DEFAULT '1', `maildigest` tinyint(1) NOT NULL DEFAULT '0', `maildisplay` tinyint(2) NOT NULL DEFAULT '2', `autosubscribe` tinyint(1) NOT NULL DEFAULT '1', `trackforums` tinyint(1) NOT NULL DEFAULT '0', `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `trustbitmask` bigint(10) NOT NULL DEFAULT '0', `imagealt` varchar(255) DEFAULT NULL, `lastnamephonetic` varchar(255) DEFAULT NULL, `firstnamephonetic` varchar(255) DEFAULT NULL, `middlename` varchar(255) DEFAULT NULL, `alternatename` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `user_mneuse_uix` (`mnethostid`,`username`), KEY `user_del_ix` (`deleted`), KEY `user_con_ix` (`confirmed`), KEY `user_fir_ix` (`firstname`), KEY `user_las_ix` (`lastname`), KEY `user_cit_ix` (`city`), KEY `user_cou_ix` (`country`), KEY `user_las2_ix` (`lastaccess`), KEY `user_ema_ix` (`email`), KEY `user_aut_ix` (`auth`), KEY `user_idn_ix` (`idnumber`), KEY `user_fir2_ix` (`firstnamephonetic`), KEY `user_las3_ix` (`lastnamephonetic`), KEY `user_mid_ix` (`middlename`), KEY `user_alt_ix` (`alternatename`) ) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8 COMMENT='One record for each person'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user` -- LOCK TABLES `user` WRITE; /*!40000 ALTER TABLE `user` DISABLE KEYS */; INSERT INTO `user` VALUES (1,'manual',1,0,0,0,1,'guest','$2y$10$5LXhVrhUQKsE4y1FKxPuDuCUKQgKt54E2UyY25AchI0HFAjdqg/ru','','Guest user',' ','root@localhost',0,'','','','','','','','','','','','','en','gregorian','','99',0,0,0,0,'','',0,'','This user is a special user that allows read-only access to some courses.',1,1,0,2,1,0,0,1544111987,0,NULL,NULL,NULL,NULL,NULL),(2,'manual',1,0,0,0,1,'admin','$2y$10$.krmU7RVrgU/FZONgaEzMuXv1jFIxPXAtO/tujdFRsejsarlLr/F2','','Admin','User','admintcc@gmail.com',0,'','','','','','','','','','','','BR','pt_br','gregorian','','99',1544112085,1551292462,1551292389,1551292398,'150.162.9.144','',0,'','',1,1,0,1,1,0,0,1549624952,0,'','','','',''),(3,'webservice',1,0,0,0,1,'webserviceuser','not cached','','webservice','tcc','robertosilvino+wstcc@gmail.com',0,'','','','','','','','','','','','','pt_br','gregorian','','99',0,0,0,0,'','',0,'','',1,1,0,2,1,0,1544117445,1544117445,0,'','','','',''),(4,'manual',1,0,1,0,1,'robertosilvinoalunotcc1@gmail.com.1549631615','$2y$10$Rd7Ma79t1Ki6F9glQ7spaO2fNOl7.qMpnHBiRYcpI3ni.BPcb.fy6','','Abel Cruz Rojas','(201308157)','52457ef4ed68d55c8b67d68071ee5dd9',0,'','','','','','','','','','','','','pt_br','gregorian','','99',0,0,0,0,'','',0,'','',1,1,0,2,1,0,1544119549,1549631615,0,'','','','',''),(5,'manual',1,0,0,0,1,'aluno.a','$2y$10$zJNz7a3.OAEFOP6AeHhCxuJ5ljGLj8uuIBb54T7pRGyPUQeFhdZtS','','Aluno','A','alunoa@gmail.com',0,'','','','','','','','','','','','','pt_br','gregorian','','99',1549641026,1549642783,1549641026,1549642162,'150.162.9.144','',0,'','',1,1,0,2,1,0,1549624711,1549624711,0,'','','','',''),(6,'manual',1,0,0,0,1,'aluno.b','$2y$10$OQGd4Q7jRA4blX6cuorIt.7EL6VPq6D2OIvREeVxoGbhEpMDWGJi6','','Aluno','B','alunob@gmail.com',0,'','','','','','','','','','','','','pt_br','gregorian','','99',1549897197,1549897369,1549897197,1549897369,'150.162.9.144','',0,'','',1,1,0,2,1,0,1549624811,1549624811,0,'','','','',''),(7,'manual',1,0,0,0,1,'aluno.c','$2y$10$Nsq40rF66MDLRvr2B2ScPOQ/Qv1l0qVdTt1T2qdUM.1SVMUKdDigm','','Aluno','C','alunoc@gmail.com',0,'','','','','','','','','','','','','pt_br','gregorian','','99',0,0,0,0,'','',0,'','',1,1,0,2,1,0,1549624850,1549624850,0,'','','','',''),(8,'manual',1,0,0,0,1,'aluno.d','$2y$10$Ss0eZaQKVq6Ji4Sj7jOC2OU.IKQVsvmj8iG8lwReJxPosACzCypXO','','Aluno','D','alunod@gmail.com',0,'','','','','','','','','','','','','pt_br','gregorian','','99',1549893798,1549894979,1549893798,1549894836,'150.162.9.144','',0,'','',1,1,0,2,1,0,1549624899,1549624899,0,'','','','',''),(9,'manual',1,0,0,0,1,'coord.avea','$2y$10$ww7wAtee9FzSK85dVclKd.uZy70NLjL/ZtJlLjtpnVXKStKkD2x6C','','Coordenador','AVEA','coordavea@gmail.com',0,'','','','','','','','','','','','','pt_br','gregorian','','99',0,0,0,0,'','',0,'','',1,1,0,2,1,0,1549625021,1549625021,0,'','','','',''),(10,'manual',1,0,0,0,1,'coord.tutoria','$2y$10$1S3pB4tkDA4pQqaW1/Z9tOJtf9DHrM2TXNtB6DQf.MS5LJi0.5Dfq','','Coordenador','Tutoria','coordtutoria@gmail.com',0,'','','','','','','','','','','','','pt_br','gregorian','','99',0,0,0,0,'','',0,'','',1,1,0,2,1,0,1549625083,1549625083,0,'','','','',''),(11,'manual',1,0,0,0,1,'orientador.e','$2y$10$L5CecF3fWiemqJg78/1HvuaV8vALaHXVzwegnYNUqFgKaIIqVa/FO','','Orientador','E','orientadore@gmail.com',0,'','','','','','','','','','','','','pt_br','gregorian','','99',1549640986,1549898752,1549642830,1549889895,'150.162.9.144','',0,'','',1,1,0,2,1,0,1549625146,1549625146,0,'','','','',''),(12,'manual',1,0,0,0,1,'orientador.f','$2y$10$3k8VWgQ.Xild1UaKVqXxYOuuyd8GYFHKCMFLBUNdB/SUm2.5i4l.C','','Orientador','F','orientdorf@gmail.com',0,'','','','','','','','','','','','','pt_br','gregorian','','99',0,0,0,0,'','',0,'','',1,1,0,2,1,0,1549625193,1549625193,0,'','','','',''),(13,'manual',1,0,0,0,1,'tutor.g','$2y$10$/37ER0QbXHMGVkKNXs17J.hAccmvnx1zenNPyokt3U0uW9jBGTYTy','','Turor','G','tutorg@gmail.com',0,'','','','','','','','','','','','','pt_br','gregorian','','99',1549897259,1549897259,0,1549897259,'150.162.9.144','',0,'','',1,1,0,2,1,0,1549625247,1549625247,0,'','','','',''),(14,'manual',1,0,0,0,1,'tutor.h','$2y$10$iMzCmDRyXkeDgzSlF9cfZO7NC55kLfxkvNuOA6ZdEX5kbHmQio2OW','','Tutor','H','tutorh@gmail.com',0,'','','','','','','','','','','','','pt_br','gregorian','','99',1549894750,1549894750,0,1549894750,'150.162.9.144','',0,'','',1,1,0,2,1,0,1549625285,1549625318,0,'','','','',''); /*!40000 ALTER TABLE `user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_devices` -- DROP TABLE IF EXISTS `user_devices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `user_devices` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL DEFAULT '0', `appid` varchar(128) NOT NULL DEFAULT '', `name` varchar(32) NOT NULL DEFAULT '', `model` varchar(32) NOT NULL DEFAULT '', `platform` varchar(32) NOT NULL DEFAULT '', `version` varchar(32) NOT NULL DEFAULT '', `pushid` varchar(255) NOT NULL DEFAULT '', `uuid` varchar(255) NOT NULL DEFAULT '', `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `userdevi_pususe_uix` (`pushid`,`userid`), KEY `userdevi_uuiuse_ix` (`uuid`,`userid`), KEY `userdevi_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='This table stores user''s mobile devices information in order'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user_devices` -- LOCK TABLES `user_devices` WRITE; /*!40000 ALTER TABLE `user_devices` DISABLE KEYS */; /*!40000 ALTER TABLE `user_devices` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_enrolments` -- DROP TABLE IF EXISTS `user_enrolments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `user_enrolments` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `status` bigint(10) NOT NULL DEFAULT '0', `enrolid` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `timestart` bigint(10) NOT NULL DEFAULT '0', `timeend` bigint(10) NOT NULL DEFAULT '2147483647', `modifierid` bigint(10) NOT NULL DEFAULT '0', `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `userenro_enruse_uix` (`enrolid`,`userid`), KEY `userenro_enr_ix` (`enrolid`), KEY `userenro_use_ix` (`userid`), KEY `userenro_mod_ix` (`modifierid`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COMMENT='Users participating in courses (aka enrolled users) - everyb'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user_enrolments` -- LOCK TABLES `user_enrolments` WRITE; /*!40000 ALTER TABLE `user_enrolments` DISABLE KEYS */; INSERT INTO `user_enrolments` VALUES (6,0,5,5,1549626938,0,2,1549626938,1549626938),(7,0,5,6,1549626938,0,2,1549626938,1549626938),(8,0,5,7,1549626938,0,2,1549626938,1549626938),(9,0,5,8,1549626938,0,2,1549626938,1549626938),(10,0,5,13,1549626938,0,2,1549626938,1549626938),(11,0,5,14,1549626938,0,2,1549626938,1549626938),(12,0,6,11,0,0,2,1549626974,1549626974),(13,0,6,12,0,0,2,1549626974,1549626974); /*!40000 ALTER TABLE `user_enrolments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_info_category` -- DROP TABLE IF EXISTS `user_info_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `user_info_category` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `sortorder` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Customisable fields categories'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user_info_category` -- LOCK TABLES `user_info_category` WRITE; /*!40000 ALTER TABLE `user_info_category` DISABLE KEYS */; INSERT INTO `user_info_category` VALUES (1,'Other fields',1); /*!40000 ALTER TABLE `user_info_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_info_data` -- DROP TABLE IF EXISTS `user_info_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `user_info_data` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL DEFAULT '0', `fieldid` bigint(10) NOT NULL DEFAULT '0', `data` longtext NOT NULL, `dataformat` tinyint(2) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `userinfodata_usefie_uix` (`userid`,`fieldid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Data for the customisable user fields'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user_info_data` -- LOCK TABLES `user_info_data` WRITE; /*!40000 ALTER TABLE `user_info_data` DISABLE KEYS */; /*!40000 ALTER TABLE `user_info_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_info_field` -- DROP TABLE IF EXISTS `user_info_field`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `user_info_field` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `shortname` varchar(255) NOT NULL DEFAULT 'shortname', `name` longtext NOT NULL, `datatype` varchar(255) NOT NULL DEFAULT '', `description` longtext, `descriptionformat` tinyint(2) NOT NULL DEFAULT '0', `categoryid` bigint(10) NOT NULL DEFAULT '0', `sortorder` bigint(10) NOT NULL DEFAULT '0', `required` tinyint(2) NOT NULL DEFAULT '0', `locked` tinyint(2) NOT NULL DEFAULT '0', `visible` smallint(4) NOT NULL DEFAULT '0', `forceunique` tinyint(2) NOT NULL DEFAULT '0', `signup` tinyint(2) NOT NULL DEFAULT '0', `defaultdata` longtext, `defaultdataformat` tinyint(2) NOT NULL DEFAULT '0', `param1` longtext, `param2` longtext, `param3` longtext, `param4` longtext, `param5` longtext, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customisable user profile fields'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user_info_field` -- LOCK TABLES `user_info_field` WRITE; /*!40000 ALTER TABLE `user_info_field` DISABLE KEYS */; /*!40000 ALTER TABLE `user_info_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_lastaccess` -- DROP TABLE IF EXISTS `user_lastaccess`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `user_lastaccess` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL DEFAULT '0', `courseid` bigint(10) NOT NULL DEFAULT '0', `timeaccess` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `userlast_usecou_uix` (`userid`,`courseid`), KEY `userlast_use_ix` (`userid`), KEY `userlast_cou_ix` (`courseid`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COMMENT='To keep track of course page access times, used in online pa'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user_lastaccess` -- LOCK TABLES `user_lastaccess` WRITE; /*!40000 ALTER TABLE `user_lastaccess` DISABLE KEYS */; INSERT INTO `user_lastaccess` VALUES (1,2,2,1551292405),(2,11,2,1549898752),(3,5,2,1549642783),(4,8,2,1549894979),(5,14,2,1549894750),(6,6,2,1549897376),(7,13,2,1549897265); /*!40000 ALTER TABLE `user_lastaccess` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_password_history` -- DROP TABLE IF EXISTS `user_password_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `user_password_history` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `hash` varchar(255) NOT NULL DEFAULT '', `timecreated` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `userpasshist_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='A rotating log of hashes of previously used passwords for ea'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user_password_history` -- LOCK TABLES `user_password_history` WRITE; /*!40000 ALTER TABLE `user_password_history` DISABLE KEYS */; /*!40000 ALTER TABLE `user_password_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_password_resets` -- DROP TABLE IF EXISTS `user_password_resets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `user_password_resets` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `timerequested` bigint(10) NOT NULL, `timererequested` bigint(10) NOT NULL DEFAULT '0', `token` varchar(32) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `userpassrese_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='table tracking password reset confirmation tokens'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user_password_resets` -- LOCK TABLES `user_password_resets` WRITE; /*!40000 ALTER TABLE `user_password_resets` DISABLE KEYS */; /*!40000 ALTER TABLE `user_password_resets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_preferences` -- DROP TABLE IF EXISTS `user_preferences`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `user_preferences` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `value` varchar(1333) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `userpref_usenam_uix` (`userid`,`name`) ) ENGINE=InnoDB AUTO_INCREMENT=71 DEFAULT CHARSET=utf8 COMMENT='Allows modules to store arbitrary user preferences'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user_preferences` -- LOCK TABLES `user_preferences` WRITE; /*!40000 ALTER TABLE `user_preferences` DISABLE KEYS */; INSERT INTO `user_preferences` VALUES (1,2,'core_message_migrate_data','1'),(2,2,'auth_manual_passwordupdatetime','1549624952'),(3,2,'email_bounce_count','0'),(4,2,'email_send_count','0'),(5,2,'tool_usertours_tour_completion_time_1','1544112509'),(6,2,'filepicker_recentrepository','4'),(7,2,'filepicker_recentlicense','allrightsreserved'),(8,3,'auth_forcepasswordchange','0'),(9,3,'email_bounce_count','1'),(10,3,'email_send_count','1'),(11,2,'userselector_preserveselected','0'),(12,2,'userselector_autoselectunique','0'),(13,2,'userselector_searchanywhere','0'),(14,2,'block_myoverview_last_tab','timeline'),(15,2,'tool_usertours_tour_completion_time_2','1544117760'),(16,2,'ifirst',''),(17,2,'ilast',''),(22,2,'login_failed_count_since_success','3'),(23,2,'drawer-open-nav','true'),(24,5,'auth_forcepasswordchange','0'),(25,5,'email_bounce_count','1'),(26,5,'email_send_count','1'),(27,6,'auth_forcepasswordchange','0'),(28,6,'email_bounce_count','1'),(29,6,'email_send_count','1'),(30,7,'auth_forcepasswordchange','0'),(31,7,'email_bounce_count','1'),(32,7,'email_send_count','1'),(33,8,'auth_forcepasswordchange','0'),(34,8,'email_bounce_count','1'),(35,8,'email_send_count','1'),(36,9,'auth_forcepasswordchange','0'),(37,9,'email_bounce_count','1'),(38,9,'email_send_count','1'),(39,10,'auth_forcepasswordchange','0'),(40,10,'email_bounce_count','1'),(41,10,'email_send_count','1'),(42,11,'auth_forcepasswordchange','0'),(43,11,'email_bounce_count','1'),(44,11,'email_send_count','1'),(45,12,'auth_forcepasswordchange','0'),(46,12,'email_bounce_count','1'),(47,12,'email_send_count','1'),(48,13,'auth_forcepasswordchange','0'),(49,13,'email_bounce_count','1'),(50,13,'email_send_count','1'),(51,14,'auth_forcepasswordchange','0'),(52,14,'email_bounce_count','1'),(53,14,'email_send_count','1'),(54,11,'login_failed_count_since_success','2'),(55,11,'core_message_migrate_data','1'),(56,5,'core_message_migrate_data','1'),(57,11,'drawer-open-nav','false'),(58,8,'core_message_migrate_data','1'),(59,8,'drawer-open-nav','false'),(60,14,'login_failed_count_since_success','1'),(61,14,'core_message_migrate_data','1'),(62,14,'drawer-open-nav','false'),(63,6,'core_message_migrate_data','1'),(64,13,'core_message_migrate_data','1'),(65,13,'drawer-open-nav','false'),(66,6,'drawer-open-nav','false'),(67,11,'ifirst',''),(68,11,'ilast',''),(69,2,'tool_usertours_tour_completion_time_4','1551292402'),(70,2,'tool_usertours_tour_completion_time_3','1551292409'); /*!40000 ALTER TABLE `user_preferences` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_private_key` -- DROP TABLE IF EXISTS `user_private_key`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `user_private_key` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `script` varchar(128) NOT NULL DEFAULT '', `value` varchar(128) NOT NULL DEFAULT '', `userid` bigint(10) NOT NULL, `instance` bigint(10) DEFAULT NULL, `iprestriction` varchar(255) DEFAULT NULL, `validuntil` bigint(10) DEFAULT NULL, `timecreated` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `userprivkey_scrval_ix` (`script`,`value`), KEY `userprivkey_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='access keys used in cookieless scripts - rss, etc.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user_private_key` -- LOCK TABLES `user_private_key` WRITE; /*!40000 ALTER TABLE `user_private_key` DISABLE KEYS */; /*!40000 ALTER TABLE `user_private_key` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wiki` -- DROP TABLE IF EXISTS `wiki`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wiki` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT 'Wiki', `intro` longtext, `introformat` smallint(4) NOT NULL DEFAULT '0', `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `firstpagetitle` varchar(255) NOT NULL DEFAULT 'First Page', `wikimode` varchar(20) NOT NULL DEFAULT 'collaborative', `defaultformat` varchar(20) NOT NULL DEFAULT 'creole', `forceformat` tinyint(1) NOT NULL DEFAULT '1', `editbegin` bigint(10) NOT NULL DEFAULT '0', `editend` bigint(10) DEFAULT '0', PRIMARY KEY (`id`), KEY `wiki_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores Wiki activity configuration'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wiki` -- LOCK TABLES `wiki` WRITE; /*!40000 ALTER TABLE `wiki` DISABLE KEYS */; /*!40000 ALTER TABLE `wiki` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wiki_links` -- DROP TABLE IF EXISTS `wiki_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wiki_links` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `subwikiid` bigint(10) NOT NULL DEFAULT '0', `frompageid` bigint(10) NOT NULL DEFAULT '0', `topageid` bigint(10) NOT NULL DEFAULT '0', `tomissingpage` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`), KEY `wikilink_fro_ix` (`frompageid`), KEY `wikilink_sub_ix` (`subwikiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Page wiki links'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wiki_links` -- LOCK TABLES `wiki_links` WRITE; /*!40000 ALTER TABLE `wiki_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wiki_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wiki_locks` -- DROP TABLE IF EXISTS `wiki_locks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wiki_locks` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `pageid` bigint(10) NOT NULL DEFAULT '0', `sectionname` varchar(255) DEFAULT NULL, `userid` bigint(10) NOT NULL DEFAULT '0', `lockedat` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Manages page locks'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wiki_locks` -- LOCK TABLES `wiki_locks` WRITE; /*!40000 ALTER TABLE `wiki_locks` DISABLE KEYS */; /*!40000 ALTER TABLE `wiki_locks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wiki_pages` -- DROP TABLE IF EXISTS `wiki_pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wiki_pages` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `subwikiid` bigint(10) NOT NULL DEFAULT '0', `title` varchar(255) NOT NULL DEFAULT 'title', `cachedcontent` longtext NOT NULL, `timecreated` bigint(10) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL DEFAULT '0', `timerendered` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `pageviews` bigint(10) NOT NULL DEFAULT '0', `readonly` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `wikipage_subtituse_uix` (`subwikiid`,`title`,`userid`), KEY `wikipage_sub_ix` (`subwikiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores wiki pages'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wiki_pages` -- LOCK TABLES `wiki_pages` WRITE; /*!40000 ALTER TABLE `wiki_pages` DISABLE KEYS */; /*!40000 ALTER TABLE `wiki_pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wiki_subwikis` -- DROP TABLE IF EXISTS `wiki_subwikis`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wiki_subwikis` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `wikiid` bigint(10) NOT NULL DEFAULT '0', `groupid` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `wikisubw_wikgrouse_uix` (`wikiid`,`groupid`,`userid`), KEY `wikisubw_wik_ix` (`wikiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores subwiki instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wiki_subwikis` -- LOCK TABLES `wiki_subwikis` WRITE; /*!40000 ALTER TABLE `wiki_subwikis` DISABLE KEYS */; /*!40000 ALTER TABLE `wiki_subwikis` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wiki_synonyms` -- DROP TABLE IF EXISTS `wiki_synonyms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wiki_synonyms` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `subwikiid` bigint(10) NOT NULL DEFAULT '0', `pageid` bigint(10) NOT NULL DEFAULT '0', `pagesynonym` varchar(255) NOT NULL DEFAULT 'Pagesynonym', PRIMARY KEY (`id`), UNIQUE KEY `wikisyno_pagpag_uix` (`pageid`,`pagesynonym`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores wiki pages synonyms'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wiki_synonyms` -- LOCK TABLES `wiki_synonyms` WRITE; /*!40000 ALTER TABLE `wiki_synonyms` DISABLE KEYS */; /*!40000 ALTER TABLE `wiki_synonyms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wiki_versions` -- DROP TABLE IF EXISTS `wiki_versions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wiki_versions` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `pageid` bigint(10) NOT NULL DEFAULT '0', `content` longtext NOT NULL, `contentformat` varchar(20) NOT NULL DEFAULT 'creole', `version` mediumint(5) NOT NULL DEFAULT '0', `timecreated` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `wikivers_pag_ix` (`pageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores wiki page history'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wiki_versions` -- LOCK TABLES `wiki_versions` WRITE; /*!40000 ALTER TABLE `wiki_versions` DISABLE KEYS */; /*!40000 ALTER TABLE `wiki_versions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `workshop` -- DROP TABLE IF EXISTS `workshop`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `workshop` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL, `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext, `introformat` smallint(3) NOT NULL DEFAULT '0', `instructauthors` longtext, `instructauthorsformat` smallint(3) NOT NULL DEFAULT '0', `instructreviewers` longtext, `instructreviewersformat` smallint(3) NOT NULL DEFAULT '0', `timemodified` bigint(10) NOT NULL, `phase` smallint(3) DEFAULT '0', `useexamples` tinyint(2) DEFAULT '0', `usepeerassessment` tinyint(2) DEFAULT '0', `useselfassessment` tinyint(2) DEFAULT '0', `grade` decimal(10,5) DEFAULT '80.00000', `gradinggrade` decimal(10,5) DEFAULT '20.00000', `strategy` varchar(30) NOT NULL DEFAULT '', `evaluation` varchar(30) NOT NULL DEFAULT '', `gradedecimals` smallint(3) DEFAULT '0', `submissiontypetext` tinyint(1) NOT NULL DEFAULT '1', `submissiontypefile` tinyint(1) NOT NULL DEFAULT '1', `nattachments` smallint(3) DEFAULT '1', `submissionfiletypes` varchar(255) DEFAULT NULL, `latesubmissions` tinyint(2) DEFAULT '0', `maxbytes` bigint(10) DEFAULT '100000', `examplesmode` smallint(3) DEFAULT '0', `submissionstart` bigint(10) DEFAULT '0', `submissionend` bigint(10) DEFAULT '0', `assessmentstart` bigint(10) DEFAULT '0', `assessmentend` bigint(10) DEFAULT '0', `phaseswitchassessment` tinyint(2) NOT NULL DEFAULT '0', `conclusion` longtext, `conclusionformat` smallint(3) NOT NULL DEFAULT '1', `overallfeedbackmode` smallint(3) DEFAULT '1', `overallfeedbackfiles` smallint(3) DEFAULT '0', `overallfeedbackfiletypes` varchar(255) DEFAULT NULL, `overallfeedbackmaxbytes` bigint(10) DEFAULT '100000', PRIMARY KEY (`id`), KEY `work_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='This table keeps information about the module instances and '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `workshop` -- LOCK TABLES `workshop` WRITE; /*!40000 ALTER TABLE `workshop` DISABLE KEYS */; /*!40000 ALTER TABLE `workshop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `workshop_aggregations` -- DROP TABLE IF EXISTS `workshop_aggregations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `workshop_aggregations` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `workshopid` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `gradinggrade` decimal(10,5) DEFAULT NULL, `timegraded` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `workaggr_woruse_uix` (`workshopid`,`userid`), KEY `workaggr_wor_ix` (`workshopid`), KEY `workaggr_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Aggregated grades for assessment are stored here. The aggreg'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `workshop_aggregations` -- LOCK TABLES `workshop_aggregations` WRITE; /*!40000 ALTER TABLE `workshop_aggregations` DISABLE KEYS */; /*!40000 ALTER TABLE `workshop_aggregations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `workshop_assessments` -- DROP TABLE IF EXISTS `workshop_assessments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `workshop_assessments` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `submissionid` bigint(10) NOT NULL, `reviewerid` bigint(10) NOT NULL, `weight` bigint(10) NOT NULL DEFAULT '1', `timecreated` bigint(10) DEFAULT '0', `timemodified` bigint(10) DEFAULT '0', `grade` decimal(10,5) DEFAULT NULL, `gradinggrade` decimal(10,5) DEFAULT NULL, `gradinggradeover` decimal(10,5) DEFAULT NULL, `gradinggradeoverby` bigint(10) DEFAULT NULL, `feedbackauthor` longtext, `feedbackauthorformat` smallint(3) DEFAULT '0', `feedbackauthorattachment` smallint(3) DEFAULT '0', `feedbackreviewer` longtext, `feedbackreviewerformat` smallint(3) DEFAULT '0', PRIMARY KEY (`id`), KEY `workasse_sub_ix` (`submissionid`), KEY `workasse_gra_ix` (`gradinggradeoverby`), KEY `workasse_rev_ix` (`reviewerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Info about the made assessment and automatically calculated '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `workshop_assessments` -- LOCK TABLES `workshop_assessments` WRITE; /*!40000 ALTER TABLE `workshop_assessments` DISABLE KEYS */; /*!40000 ALTER TABLE `workshop_assessments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `workshop_grades` -- DROP TABLE IF EXISTS `workshop_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `workshop_grades` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `assessmentid` bigint(10) NOT NULL, `strategy` varchar(30) NOT NULL DEFAULT '', `dimensionid` bigint(10) NOT NULL, `grade` decimal(10,5) NOT NULL, `peercomment` longtext, `peercommentformat` smallint(3) DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `workgrad_assstrdim_uix` (`assessmentid`,`strategy`,`dimensionid`), KEY `workgrad_ass_ix` (`assessmentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='How the reviewers filled-up the grading forms, given grades '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `workshop_grades` -- LOCK TABLES `workshop_grades` WRITE; /*!40000 ALTER TABLE `workshop_grades` DISABLE KEYS */; /*!40000 ALTER TABLE `workshop_grades` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `workshop_submissions` -- DROP TABLE IF EXISTS `workshop_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `workshop_submissions` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `workshopid` bigint(10) NOT NULL, `example` tinyint(2) DEFAULT '0', `authorid` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `title` varchar(255) NOT NULL DEFAULT '', `content` longtext, `contentformat` smallint(3) NOT NULL DEFAULT '0', `contenttrust` smallint(3) NOT NULL DEFAULT '0', `attachment` tinyint(2) DEFAULT '0', `grade` decimal(10,5) DEFAULT NULL, `gradeover` decimal(10,5) DEFAULT NULL, `gradeoverby` bigint(10) DEFAULT NULL, `feedbackauthor` longtext, `feedbackauthorformat` smallint(3) DEFAULT '0', `timegraded` bigint(10) DEFAULT NULL, `published` tinyint(2) DEFAULT '0', `late` tinyint(2) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `worksubm_wor_ix` (`workshopid`), KEY `worksubm_gra_ix` (`gradeoverby`), KEY `worksubm_aut_ix` (`authorid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Info about the submission and the aggregation of the grade f'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `workshop_submissions` -- LOCK TABLES `workshop_submissions` WRITE; /*!40000 ALTER TABLE `workshop_submissions` DISABLE KEYS */; /*!40000 ALTER TABLE `workshop_submissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `workshopallocation_scheduled` -- DROP TABLE IF EXISTS `workshopallocation_scheduled`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `workshopallocation_scheduled` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `workshopid` bigint(10) NOT NULL, `enabled` tinyint(2) NOT NULL DEFAULT '0', `submissionend` bigint(10) NOT NULL, `timeallocated` bigint(10) DEFAULT NULL, `settings` longtext, `resultstatus` bigint(10) DEFAULT NULL, `resultmessage` varchar(1333) DEFAULT NULL, `resultlog` longtext, PRIMARY KEY (`id`), UNIQUE KEY `worksche_wor_uix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores the allocation settings for the scheduled allocator'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `workshopallocation_scheduled` -- LOCK TABLES `workshopallocation_scheduled` WRITE; /*!40000 ALTER TABLE `workshopallocation_scheduled` DISABLE KEYS */; /*!40000 ALTER TABLE `workshopallocation_scheduled` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `workshopeval_best_settings` -- DROP TABLE IF EXISTS `workshopeval_best_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `workshopeval_best_settings` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `workshopid` bigint(10) NOT NULL, `comparison` smallint(3) DEFAULT '5', PRIMARY KEY (`id`), UNIQUE KEY `workbestsett_wor_uix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Settings for the grading evaluation subplugin Comparison wit'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `workshopeval_best_settings` -- LOCK TABLES `workshopeval_best_settings` WRITE; /*!40000 ALTER TABLE `workshopeval_best_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `workshopeval_best_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `workshopform_accumulative` -- DROP TABLE IF EXISTS `workshopform_accumulative`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `workshopform_accumulative` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `workshopid` bigint(10) NOT NULL, `sort` bigint(10) DEFAULT '0', `description` longtext, `descriptionformat` smallint(3) DEFAULT '0', `grade` bigint(10) NOT NULL, `weight` mediumint(5) DEFAULT '1', PRIMARY KEY (`id`), KEY `workaccu_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The assessment dimensions definitions of Accumulative gradin'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `workshopform_accumulative` -- LOCK TABLES `workshopform_accumulative` WRITE; /*!40000 ALTER TABLE `workshopform_accumulative` DISABLE KEYS */; /*!40000 ALTER TABLE `workshopform_accumulative` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `workshopform_comments` -- DROP TABLE IF EXISTS `workshopform_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `workshopform_comments` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `workshopid` bigint(10) NOT NULL, `sort` bigint(10) DEFAULT '0', `description` longtext, `descriptionformat` smallint(3) DEFAULT '0', PRIMARY KEY (`id`), KEY `workcomm_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The assessment dimensions definitions of Comments strategy f'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `workshopform_comments` -- LOCK TABLES `workshopform_comments` WRITE; /*!40000 ALTER TABLE `workshopform_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `workshopform_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `workshopform_numerrors` -- DROP TABLE IF EXISTS `workshopform_numerrors`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `workshopform_numerrors` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `workshopid` bigint(10) NOT NULL, `sort` bigint(10) DEFAULT '0', `description` longtext, `descriptionformat` smallint(3) DEFAULT '0', `descriptiontrust` bigint(10) DEFAULT NULL, `grade0` varchar(50) DEFAULT NULL, `grade1` varchar(50) DEFAULT NULL, `weight` mediumint(5) DEFAULT '1', PRIMARY KEY (`id`), KEY `worknume_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The assessment dimensions definitions of Number of errors gr'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `workshopform_numerrors` -- LOCK TABLES `workshopform_numerrors` WRITE; /*!40000 ALTER TABLE `workshopform_numerrors` DISABLE KEYS */; /*!40000 ALTER TABLE `workshopform_numerrors` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `workshopform_numerrors_map` -- DROP TABLE IF EXISTS `workshopform_numerrors_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `workshopform_numerrors_map` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `workshopid` bigint(10) NOT NULL, `nonegative` bigint(10) NOT NULL, `grade` decimal(10,5) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `worknumemap_wornon_uix` (`workshopid`,`nonegative`), KEY `worknumemap_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='This maps the number of errors to a percentual grade for sub'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `workshopform_numerrors_map` -- LOCK TABLES `workshopform_numerrors_map` WRITE; /*!40000 ALTER TABLE `workshopform_numerrors_map` DISABLE KEYS */; /*!40000 ALTER TABLE `workshopform_numerrors_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `workshopform_rubric` -- DROP TABLE IF EXISTS `workshopform_rubric`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `workshopform_rubric` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `workshopid` bigint(10) NOT NULL, `sort` bigint(10) DEFAULT '0', `description` longtext, `descriptionformat` smallint(3) DEFAULT '0', PRIMARY KEY (`id`), KEY `workrubr_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The assessment dimensions definitions of Rubric grading stra'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `workshopform_rubric` -- LOCK TABLES `workshopform_rubric` WRITE; /*!40000 ALTER TABLE `workshopform_rubric` DISABLE KEYS */; /*!40000 ALTER TABLE `workshopform_rubric` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `workshopform_rubric_config` -- DROP TABLE IF EXISTS `workshopform_rubric_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `workshopform_rubric_config` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `workshopid` bigint(10) NOT NULL, `layout` varchar(30) DEFAULT 'list', PRIMARY KEY (`id`), UNIQUE KEY `workrubrconf_wor_uix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Configuration table for the Rubric grading strategy'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `workshopform_rubric_config` -- LOCK TABLES `workshopform_rubric_config` WRITE; /*!40000 ALTER TABLE `workshopform_rubric_config` DISABLE KEYS */; /*!40000 ALTER TABLE `workshopform_rubric_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `workshopform_rubric_levels` -- DROP TABLE IF EXISTS `workshopform_rubric_levels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `workshopform_rubric_levels` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `dimensionid` bigint(10) NOT NULL, `grade` decimal(10,5) NOT NULL, `definition` longtext, `definitionformat` smallint(3) DEFAULT '0', PRIMARY KEY (`id`), KEY `workrubrleve_dim_ix` (`dimensionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The definition of rubric rating scales'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `workshopform_rubric_levels` -- LOCK TABLES `workshopform_rubric_levels` WRITE; /*!40000 ALTER TABLE `workshopform_rubric_levels` DISABLE KEYS */; /*!40000 ALTER TABLE `workshopform_rubric_levels` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2019-02-27 15:35:25 -- MySQL dump 10.13 Distrib 5.7.25, for Linux (x86_64) -- -- Host: 150.162.9.144 Database: moodle_36_tcc -- ------------------------------------------------------ -- Server version 5.6.43 /*!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 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `log` -- DROP TABLE IF EXISTS `log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `time` bigint(10) NOT NULL DEFAULT '0', `userid` bigint(10) NOT NULL DEFAULT '0', `ip` varchar(45) NOT NULL DEFAULT '', `course` bigint(10) NOT NULL DEFAULT '0', `module` varchar(20) NOT NULL DEFAULT '', `cmid` bigint(10) 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 `log_coumodact_ix` (`course`,`module`,`action`), KEY `log_tim_ix` (`time`), KEY `log_act_ix` (`action`), KEY `log_usecou_ix` (`userid`,`course`), KEY `log_cmi_ix` (`cmid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Every action is logged as far as possible'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `logstore_standard_log` -- DROP TABLE IF EXISTS `logstore_standard_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `logstore_standard_log` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `eventname` varchar(255) NOT NULL DEFAULT '', `component` varchar(100) NOT NULL DEFAULT '', `action` varchar(100) NOT NULL DEFAULT '', `target` varchar(100) NOT NULL DEFAULT '', `objecttable` varchar(50) DEFAULT NULL, `objectid` bigint(10) DEFAULT NULL, `crud` varchar(1) NOT NULL DEFAULT '', `edulevel` tinyint(1) NOT NULL, `contextid` bigint(10) NOT NULL, `contextlevel` bigint(10) NOT NULL, `contextinstanceid` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `courseid` bigint(10) DEFAULT NULL, `relateduserid` bigint(10) DEFAULT NULL, `anonymous` tinyint(1) NOT NULL DEFAULT '0', `other` longtext, `timecreated` bigint(10) NOT NULL, `origin` varchar(10) DEFAULT NULL, `ip` varchar(45) DEFAULT NULL, `realuserid` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `logsstanlog_tim_ix` (`timecreated`), KEY `logsstanlog_couanotim_ix` (`courseid`,`anonymous`,`timecreated`), KEY `logsstanlog_useconconcruedu_ix` (`userid`,`contextlevel`,`contextinstanceid`,`crud`,`edulevel`,`timecreated`), KEY `logsstanlog_con_ix` (`contextid`) ) ENGINE=InnoDB AUTO_INCREMENT=2318 DEFAULT CHARSET=utf8 COMMENT='Standard log table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `grade_grades_history` -- DROP TABLE IF EXISTS `grade_grades_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `grade_grades_history` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `action` bigint(10) NOT NULL DEFAULT '0', `oldid` bigint(10) NOT NULL, `source` varchar(255) DEFAULT NULL, `timemodified` bigint(10) DEFAULT NULL, `loggeduser` bigint(10) DEFAULT NULL, `itemid` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `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) DEFAULT NULL, `usermodified` bigint(10) DEFAULT NULL, `finalgrade` decimal(10,5) DEFAULT NULL, `hidden` bigint(10) NOT NULL DEFAULT '0', `locked` bigint(10) NOT NULL DEFAULT '0', `locktime` bigint(10) NOT NULL DEFAULT '0', `exported` bigint(10) NOT NULL DEFAULT '0', `overridden` bigint(10) NOT NULL DEFAULT '0', `excluded` bigint(10) NOT NULL DEFAULT '0', `feedback` longtext, `feedbackformat` bigint(10) NOT NULL DEFAULT '0', `information` longtext, `informationformat` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `gradgradhist_act_ix` (`action`), KEY `gradgradhist_tim_ix` (`timemodified`), KEY `gradgradhist_useitetim_ix` (`userid`,`itemid`,`timemodified`), KEY `gradgradhist_old_ix` (`oldid`), KEY `gradgradhist_ite_ix` (`itemid`), KEY `gradgradhist_use_ix` (`userid`), KEY `gradgradhist_raw_ix` (`rawscaleid`), KEY `gradgradhist_use2_ix` (`usermodified`), KEY `gradgradhist_log_ix` (`loggeduser`) ) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8 COMMENT='History table'; /*!40101 SET character_set_client = @saved_cs_client */; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2019-02-27 15:35:25