-- MySQL dump 10.13 Distrib 8.0.37, for Linux (x86_64) -- -- Host: localhost Database: moodle -- ------------------------------------------------------ -- Server version 11.3.2-MariaDB-1:11.3.2+maria~ubu2204 /*!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 */; /*!50503 SET NAMES utf8mb4 */; /*!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 `mdl_adminpresets` -- DROP TABLE IF EXISTS `mdl_adminpresets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_adminpresets` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `name` varchar(255) NOT NULL DEFAULT '', `comments` longtext DEFAULT NULL, `site` varchar(255) NOT NULL DEFAULT '', `author` varchar(255) DEFAULT NULL, `moodleversion` varchar(20) NOT NULL DEFAULT '', `moodlerelease` varchar(255) NOT NULL DEFAULT '', `iscore` tinyint(1) NOT NULL DEFAULT 0, `timecreated` bigint(10) NOT NULL DEFAULT 0, `timeimported` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table to store presets data'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_adminpresets` -- LOCK TABLES `mdl_adminpresets` WRITE; /*!40000 ALTER TABLE `mdl_adminpresets` DISABLE KEYS */; INSERT INTO `mdl_adminpresets` (`id`, `userid`, `name`, `comments`, `site`, `author`, `moodleversion`, `moodlerelease`, `iscore`, `timecreated`, `timeimported`) VALUES (1,0,'Starter','Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking.','https://www.moodle.loc','','','',1,1722414909,0),(2,0,'Full','All the Starter features plus External (LTI) tool, SCORM, Workshop, Analytics, Badges, Competencies, Learning plans and lots more.','https://www.moodle.loc','','','',2,1722414909,0); /*!40000 ALTER TABLE `mdl_adminpresets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_adminpresets_app` -- DROP TABLE IF EXISTS `mdl_adminpresets_app`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_adminpresets_app` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `adminpresetid` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `time` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_admiapp_adm_ix` (`adminpresetid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Applied presets'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_adminpresets_app` -- LOCK TABLES `mdl_adminpresets_app` WRITE; /*!40000 ALTER TABLE `mdl_adminpresets_app` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_adminpresets_app` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_adminpresets_app_it` -- DROP TABLE IF EXISTS `mdl_adminpresets_app_it`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_adminpresets_app_it` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `adminpresetapplyid` bigint(10) NOT NULL, `configlogid` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_admiappit_con_ix` (`configlogid`), KEY `mdl_admiappit_adm_ix` (`adminpresetapplyid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Admin presets applied items. To maintain the relation with c'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_adminpresets_app_it` -- LOCK TABLES `mdl_adminpresets_app_it` WRITE; /*!40000 ALTER TABLE `mdl_adminpresets_app_it` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_adminpresets_app_it` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_adminpresets_app_it_a` -- DROP TABLE IF EXISTS `mdl_adminpresets_app_it_a`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_adminpresets_app_it_a` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `adminpresetapplyid` bigint(10) NOT NULL, `configlogid` bigint(10) NOT NULL, `itemname` varchar(100) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_admiappita_con_ix` (`configlogid`), KEY `mdl_admiappita_adm_ix` (`adminpresetapplyid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Attributes of the applied items'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_adminpresets_app_it_a` -- LOCK TABLES `mdl_adminpresets_app_it_a` WRITE; /*!40000 ALTER TABLE `mdl_adminpresets_app_it_a` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_adminpresets_app_it_a` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_adminpresets_app_plug` -- DROP TABLE IF EXISTS `mdl_adminpresets_app_plug`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_adminpresets_app_plug` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `adminpresetapplyid` bigint(10) NOT NULL, `plugin` varchar(100) DEFAULT NULL, `name` varchar(100) NOT NULL DEFAULT '', `value` smallint(4) NOT NULL DEFAULT 0, `oldvalue` smallint(4) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_admiappplug_adm_ix` (`adminpresetapplyid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Admin presets plugins applied'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_adminpresets_app_plug` -- LOCK TABLES `mdl_adminpresets_app_plug` WRITE; /*!40000 ALTER TABLE `mdl_adminpresets_app_plug` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_adminpresets_app_plug` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_adminpresets_it` -- DROP TABLE IF EXISTS `mdl_adminpresets_it`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_adminpresets_it` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `adminpresetid` bigint(10) NOT NULL, `plugin` varchar(100) DEFAULT NULL, `name` varchar(100) NOT NULL DEFAULT '', `value` longtext DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_admiit_adm_ix` (`adminpresetid`) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table to store settings'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_adminpresets_it` -- LOCK TABLES `mdl_adminpresets_it` WRITE; /*!40000 ALTER TABLE `mdl_adminpresets_it` DISABLE KEYS */; INSERT INTO `mdl_adminpresets_it` (`id`, `adminpresetid`, `plugin`, `name`, `value`) VALUES (1,1,'none','usecomments','0'),(2,1,'none','usetags','0'),(3,1,'none','enablenotes','0'),(4,1,'none','enableblogs','0'),(5,1,'none','enablebadges','0'),(6,1,'none','enableanalytics','0'),(7,1,'core_competency','enabled','0'),(8,1,'core_competency','pushcourseratingstouserplans','0'),(9,1,'tool_dataprivacy','showdataretentionsummary','0'),(10,1,'none','forum_maxattachments','3'),(11,1,'none','guestloginbutton','0'),(12,1,'none','activitychoosertabmode','4'),(13,2,'none','usecomments','1'),(14,2,'none','usetags','1'),(15,2,'none','enablenotes','1'),(16,2,'none','enableblogs','1'),(17,2,'none','enablebadges','1'),(18,2,'none','enableanalytics','1'),(19,2,'core_competency','enabled','1'),(20,2,'core_competency','pushcourseratingstouserplans','1'),(21,2,'tool_dataprivacy','showdataretentionsummary','1'),(22,2,'none','forum_maxattachments','9'),(23,2,'none','guestloginbutton','1'),(24,2,'none','activitychoosertabmode','3'); /*!40000 ALTER TABLE `mdl_adminpresets_it` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_adminpresets_it_a` -- DROP TABLE IF EXISTS `mdl_adminpresets_it_a`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_adminpresets_it_a` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `itemid` bigint(10) NOT NULL, `name` varchar(100) NOT NULL DEFAULT '', `value` longtext DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_admiita_ite_ix` (`itemid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Admin presets items attributes. For settings with attributes'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_adminpresets_it_a` -- LOCK TABLES `mdl_adminpresets_it_a` WRITE; /*!40000 ALTER TABLE `mdl_adminpresets_it_a` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_adminpresets_it_a` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_adminpresets_plug` -- DROP TABLE IF EXISTS `mdl_adminpresets_plug`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_adminpresets_plug` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `adminpresetid` bigint(10) NOT NULL, `plugin` varchar(100) DEFAULT NULL, `name` varchar(100) NOT NULL DEFAULT '', `enabled` smallint(4) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_admiplug_adm_ix` (`adminpresetid`) ) ENGINE=InnoDB AUTO_INCREMENT=116 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Admin presets plugins status, to store information about whe'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_adminpresets_plug` -- LOCK TABLES `mdl_adminpresets_plug` WRITE; /*!40000 ALTER TABLE `mdl_adminpresets_plug` DISABLE KEYS */; INSERT INTO `mdl_adminpresets_plug` (`id`, `adminpresetid`, `plugin`, `name`, `enabled`) VALUES (1,1,'mod','chat',0),(2,1,'mod','data',0),(3,1,'mod','lti',0),(4,1,'mod','imscp',0),(5,1,'mod','lesson',0),(6,1,'mod','scorm',0),(7,1,'mod','survey',0),(8,1,'mod','wiki',0),(9,1,'mod','workshop',0),(10,1,'availability','grouping',0),(11,1,'availability','profile',0),(12,1,'block','activity_modules',0),(13,1,'block','blog_menu',0),(14,1,'block','blog_tags',0),(15,1,'block','comments',0),(16,1,'block','completionstatus',0),(17,1,'block','course_summary',0),(18,1,'block','course_list',0),(19,1,'block','tag_flickr',0),(20,1,'block','globalsearch',0),(21,1,'block','badges',0),(22,1,'block','lp',0),(23,1,'block','myprofile',0),(24,1,'block','login',0),(25,1,'block','site_main_menu',0),(26,1,'block','mentees',0),(27,1,'block','mnet_hosts',0),(28,1,'block','private_files',0),(29,1,'block','blog_recent',0),(30,1,'block','rss_client',0),(31,1,'block','search_forums',0),(32,1,'block','section_links',0),(33,1,'block','selfcompletion',0),(34,1,'block','social_activities',0),(35,1,'block','tags',0),(36,1,'block','tag_youtube',0),(37,1,'block','feedback',0),(38,1,'block','online_users',0),(39,1,'block','recentlyaccessedcourses',0),(40,1,'block','starredcourses',0),(41,1,'format','social',0),(42,1,'dataformat','json',0),(43,1,'enrol','cohort',0),(44,1,'enrol','guest',0),(45,1,'filter','mathjaxloader',-9999),(46,1,'filter','activitynames',-9999),(47,1,'qbehaviour','adaptivenopenalty',0),(48,1,'qbehaviour','deferredcbm',0),(49,1,'qbehaviour','immediatecbm',0),(50,1,'qtype','calculated',0),(51,1,'qtype','calculatedmulti',0),(52,1,'qtype','calculatedsimple',0),(53,1,'qtype','ddmarker',0),(54,1,'qtype','ddimageortext',0),(55,1,'qtype','multianswer',0),(56,1,'qtype','numerical',0),(57,1,'qtype','randomsamatch',0),(58,1,'repository','local',0),(59,1,'repository','url',0),(60,1,'repository','wikimedia',0),(61,2,'mod','chat',1),(62,2,'mod','data',1),(63,2,'mod','lti',1),(64,2,'mod','imscp',1),(65,2,'mod','lesson',1),(66,2,'mod','scorm',1),(67,2,'mod','survey',1),(68,2,'mod','wiki',1),(69,2,'mod','workshop',1),(70,2,'availability','grouping',1),(71,2,'availability','profile',1),(72,2,'block','activity_modules',1),(73,2,'block','blog_menu',1),(74,2,'block','blog_tags',1),(75,2,'block','comments',1),(76,2,'block','completionstatus',1),(77,2,'block','course_list',1),(78,2,'block','tag_flickr',1),(79,2,'block','globalsearch',1),(80,2,'block','badges',1),(81,2,'block','lp',1),(82,2,'block','myprofile',1),(83,2,'block','login',1),(84,2,'block','site_main_menu',1),(85,2,'block','mentees',1),(86,2,'block','mnet_hosts',1),(87,2,'block','private_files',1),(88,2,'block','blog_recent',1),(89,2,'block','search_forums',1),(90,2,'block','section_links',1),(91,2,'block','social_activities',1),(92,2,'block','tags',1),(93,2,'block','online_users',1),(94,2,'block','recentlyaccessedcourses',1),(95,2,'block','starredcourses',1),(96,2,'format','social',1),(97,2,'dataformat','json',1),(98,2,'enrol','cohort',1),(99,2,'enrol','guest',1),(100,2,'filter','mathjaxloader',1),(101,2,'filter','activitynames',1),(102,2,'qbehaviour','adaptivenopenalty',1),(103,2,'qbehaviour','deferredcbm',1),(104,2,'qbehaviour','immediatecbm',1),(105,2,'qtype','calculated',1),(106,2,'qtype','calculatedmulti',1),(107,2,'qtype','calculatedsimple',1),(108,2,'qtype','ddmarker',1),(109,2,'qtype','ddimageortext',1),(110,2,'qtype','multianswer',1),(111,2,'qtype','numerical',1),(112,2,'qtype','randomsamatch',1),(113,2,'repository','local',1),(114,2,'repository','url',1),(115,2,'repository','wikimedia',1); /*!40000 ALTER TABLE `mdl_adminpresets_plug` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_analytics_indicator_calc` -- DROP TABLE IF EXISTS `mdl_analytics_indicator_calc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_analindicalc_staendcon_ix` (`starttime`,`endtime`,`contextid`), KEY `mdl_analindicalc_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stored indicator calculations'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_analytics_indicator_calc` -- LOCK TABLES `mdl_analytics_indicator_calc` WRITE; /*!40000 ALTER TABLE `mdl_analytics_indicator_calc` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_analytics_indicator_calc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_analytics_models` -- DROP TABLE IF EXISTS `mdl_analytics_models`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_analytics_models` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `enabled` tinyint(1) NOT NULL DEFAULT 0, `trained` tinyint(1) NOT NULL DEFAULT 0, `name` varchar(1333) DEFAULT NULL, `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, `contextids` longtext DEFAULT NULL, `timecreated` bigint(10) DEFAULT NULL, `timemodified` bigint(10) NOT NULL, `usermodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_analmode_enatra_ix` (`enabled`,`trained`), KEY `mdl_analmode_use_ix` (`usermodified`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Analytic models.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_analytics_models` -- LOCK TABLES `mdl_analytics_models` WRITE; /*!40000 ALTER TABLE `mdl_analytics_models` DISABLE KEYS */; INSERT INTO `mdl_analytics_models` (`id`, `enabled`, `trained`, `name`, `target`, `indicators`, `timesplitting`, `predictionsprocessor`, `version`, `contextids`, `timecreated`, `timemodified`, `usermodified`) VALUES (1,0,0,NULL,'\\core_course\\analytics\\target\\course_dropout','[\"\\\\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\",\"\\\\core_course\\\\analytics\\\\indicator\\\\completion_enabled\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_cognitive_depth\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_social_breadth\",\"\\\\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\"]',NULL,NULL,1722414910,NULL,1722414910,1722414910,0),(2,1,1,NULL,'\\core_course\\analytics\\target\\no_teaching','[\"\\\\core_course\\\\analytics\\\\indicator\\\\no_teacher\",\"\\\\core_course\\\\analytics\\\\indicator\\\\no_student\"]','\\core\\analytics\\time_splitting\\single_range',NULL,1722414910,NULL,1722414910,1722414910,0),(3,1,1,NULL,'\\core_user\\analytics\\target\\upcoming_activities_due','[\"\\\\core_course\\\\analytics\\\\indicator\\\\activities_due\"]','\\core\\analytics\\time_splitting\\upcoming_week',NULL,1722414910,NULL,1722414910,1722414910,0),(4,1,1,NULL,'\\core_course\\analytics\\target\\no_access_since_course_start','[\"\\\\core\\\\analytics\\\\indicator\\\\any_course_access\"]','\\core\\analytics\\time_splitting\\one_month_after_start',NULL,1722414910,NULL,1722414910,1722414910,0),(5,1,1,NULL,'\\core_course\\analytics\\target\\no_recent_accesses','[\"\\\\core\\\\analytics\\\\indicator\\\\any_course_access\"]','\\core\\analytics\\time_splitting\\past_month',NULL,1722414910,NULL,1722414910,1722414910,0); /*!40000 ALTER TABLE `mdl_analytics_models` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_analytics_models_log` -- DROP TABLE IF EXISTS `mdl_analytics_models_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_analytics_models_log` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `modelid` bigint(10) NOT NULL, `version` bigint(10) NOT NULL, `evaluationmode` varchar(50) NOT NULL DEFAULT '', `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 DEFAULT NULL, `dir` longtext NOT NULL, `timecreated` bigint(10) NOT NULL, `usermodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_analmodelog_mod_ix` (`modelid`), KEY `mdl_analmodelog_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Analytic models changes during evaluation.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_analytics_models_log` -- LOCK TABLES `mdl_analytics_models_log` WRITE; /*!40000 ALTER TABLE `mdl_analytics_models_log` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_analytics_models_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_analytics_predict_samples` -- DROP TABLE IF EXISTS `mdl_analytics_predict_samples`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_analpredsamp_modanatimr_ix` (`modelid`,`analysableid`,`timesplitting`,`rangeindex`), KEY `mdl_analpredsamp_mod_ix` (`modelid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Samples already used for predictions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_analytics_predict_samples` -- LOCK TABLES `mdl_analytics_predict_samples` WRITE; /*!40000 ALTER TABLE `mdl_analytics_predict_samples` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_analytics_predict_samples` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_analytics_prediction_actions` -- DROP TABLE IF EXISTS `mdl_analytics_prediction_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_analpredacti_preuseact_ix` (`predictionid`,`userid`,`actionname`), KEY `mdl_analpredacti_pre_ix` (`predictionid`), KEY `mdl_analpredacti_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Register of user actions over predictions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_analytics_prediction_actions` -- LOCK TABLES `mdl_analytics_prediction_actions` WRITE; /*!40000 ALTER TABLE `mdl_analytics_prediction_actions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_analytics_prediction_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_analytics_predictions` -- DROP TABLE IF EXISTS `mdl_analytics_predictions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_analpred_modcon_ix` (`modelid`,`contextid`), KEY `mdl_analpred_mod_ix` (`modelid`), KEY `mdl_analpred_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Predictions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_analytics_predictions` -- LOCK TABLES `mdl_analytics_predictions` WRITE; /*!40000 ALTER TABLE `mdl_analytics_predictions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_analytics_predictions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_analytics_train_samples` -- DROP TABLE IF EXISTS `mdl_analytics_train_samples`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 '', `sampleids` longtext NOT NULL, `timecreated` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_analtraisamp_modanatim_ix` (`modelid`,`analysableid`,`timesplitting`), KEY `mdl_analtraisamp_mod_ix` (`modelid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Samples used for training'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_analytics_train_samples` -- LOCK TABLES `mdl_analytics_train_samples` WRITE; /*!40000 ALTER TABLE `mdl_analytics_train_samples` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_analytics_train_samples` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_analytics_used_analysables` -- DROP TABLE IF EXISTS `mdl_analytics_used_analysables`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `firstanalysis` bigint(10) NOT NULL, `timeanalysed` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_analusedanal_modact_ix` (`modelid`,`action`), KEY `mdl_analusedanal_ana_ix` (`analysableid`), KEY `mdl_analusedanal_mod_ix` (`modelid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='List of analysables used by each model'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_analytics_used_analysables` -- LOCK TABLES `mdl_analytics_used_analysables` WRITE; /*!40000 ALTER TABLE `mdl_analytics_used_analysables` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_analytics_used_analysables` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_analytics_used_files` -- DROP TABLE IF EXISTS `mdl_analytics_used_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_analusedfile_modactfil_ix` (`modelid`,`action`,`fileid`), KEY `mdl_analusedfile_mod_ix` (`modelid`), KEY `mdl_analusedfile_fil_ix` (`fileid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Files that have already been used for training and predictio'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_analytics_used_files` -- LOCK TABLES `mdl_analytics_used_files` WRITE; /*!40000 ALTER TABLE `mdl_analytics_used_files` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_analytics_used_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assign` -- DROP TABLE IF EXISTS `mdl_assign`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `hidegrader` 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, `activity` longtext DEFAULT NULL, `activityformat` smallint(4) NOT NULL DEFAULT 0, `timelimit` bigint(10) NOT NULL DEFAULT 0, `submissionattachments` tinyint(2) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_assi_cou_ix` (`course`), KEY `mdl_assi_tea_ix` (`teamsubmissiongroupingid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table saves information about an instance of mod_assign'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assign` -- LOCK TABLES `mdl_assign` WRITE; /*!40000 ALTER TABLE `mdl_assign` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_assign` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assign_grades` -- DROP TABLE IF EXISTS `mdl_assign_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_assigrad_assuseatt_uix` (`assignment`,`userid`,`attemptnumber`), KEY `mdl_assigrad_use_ix` (`userid`), KEY `mdl_assigrad_att_ix` (`attemptnumber`), KEY `mdl_assigrad_ass_ix` (`assignment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Grading information about a single assignment submission.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assign_grades` -- LOCK TABLES `mdl_assign_grades` WRITE; /*!40000 ALTER TABLE `mdl_assign_grades` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_assign_grades` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assign_overrides` -- DROP TABLE IF EXISTS `mdl_assign_overrides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `timelimit` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_assiover_ass_ix` (`assignid`), KEY `mdl_assiover_gro_ix` (`groupid`), KEY `mdl_assiover_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The overrides to assign settings.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assign_overrides` -- LOCK TABLES `mdl_assign_overrides` WRITE; /*!40000 ALTER TABLE `mdl_assign_overrides` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_assign_overrides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assign_plugin_config` -- DROP TABLE IF EXISTS `mdl_assign_plugin_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_assiplugconf_plu_ix` (`plugin`), KEY `mdl_assiplugconf_sub_ix` (`subtype`), KEY `mdl_assiplugconf_nam_ix` (`name`), KEY `mdl_assiplugconf_ass_ix` (`assignment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Config data for an instance of a plugin in an assignment.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assign_plugin_config` -- LOCK TABLES `mdl_assign_plugin_config` WRITE; /*!40000 ALTER TABLE `mdl_assign_plugin_config` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_assign_plugin_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assign_submission` -- DROP TABLE IF EXISTS `mdl_assign_submission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `timestarted` bigint(10) DEFAULT NULL, `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 `mdl_assisubm_assusegroatt_uix` (`assignment`,`userid`,`groupid`,`attemptnumber`), KEY `mdl_assisubm_use_ix` (`userid`), KEY `mdl_assisubm_att_ix` (`attemptnumber`), KEY `mdl_assisubm_assusegrolat_ix` (`assignment`,`userid`,`groupid`,`latest`), KEY `mdl_assisubm_ass_ix` (`assignment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about student interactions with'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assign_submission` -- LOCK TABLES `mdl_assign_submission` WRITE; /*!40000 ALTER TABLE `mdl_assign_submission` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_assign_submission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assign_user_flags` -- DROP TABLE IF EXISTS `mdl_assign_user_flags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_assiuserflag_mai_ix` (`mailed`), KEY `mdl_assiuserflag_use_ix` (`userid`), KEY `mdl_assiuserflag_ass_ix` (`assignment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED 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 `mdl_assign_user_flags` -- LOCK TABLES `mdl_assign_user_flags` WRITE; /*!40000 ALTER TABLE `mdl_assign_user_flags` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_assign_user_flags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assign_user_mapping` -- DROP TABLE IF EXISTS `mdl_assign_user_mapping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_assiusermapp_ass_ix` (`assignment`), KEY `mdl_assiusermapp_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Map an assignment specific id number to a user'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assign_user_mapping` -- LOCK TABLES `mdl_assign_user_mapping` WRITE; /*!40000 ALTER TABLE `mdl_assign_user_mapping` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_assign_user_mapping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assignfeedback_comments` -- DROP TABLE IF EXISTS `mdl_assignfeedback_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `commentformat` smallint(4) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_assicomm_ass_ix` (`assignment`), KEY `mdl_assicomm_gra_ix` (`grade`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Text feedback for submitted assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assignfeedback_comments` -- LOCK TABLES `mdl_assignfeedback_comments` WRITE; /*!40000 ALTER TABLE `mdl_assignfeedback_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_assignfeedback_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assignfeedback_editpdf_annot` -- DROP TABLE IF EXISTS `mdl_assignfeedback_editpdf_annot`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `type` varchar(10) DEFAULT 'line', `colour` varchar(10) DEFAULT 'black', `draft` tinyint(2) NOT NULL DEFAULT 1, PRIMARY KEY (`id`), KEY `mdl_assieditanno_grapag_ix` (`gradeid`,`pageno`), KEY `mdl_assieditanno_gra_ix` (`gradeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='stores annotations added to pdfs submitted by students'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assignfeedback_editpdf_annot` -- LOCK TABLES `mdl_assignfeedback_editpdf_annot` WRITE; /*!40000 ALTER TABLE `mdl_assignfeedback_editpdf_annot` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_assignfeedback_editpdf_annot` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assignfeedback_editpdf_cmnt` -- DROP TABLE IF EXISTS `mdl_assignfeedback_editpdf_cmnt`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `pageno` bigint(10) NOT NULL DEFAULT 0, `colour` varchar(10) DEFAULT 'black', `draft` tinyint(2) NOT NULL DEFAULT 1, PRIMARY KEY (`id`), KEY `mdl_assieditcmnt_grapag_ix` (`gradeid`,`pageno`), KEY `mdl_assieditcmnt_gra_ix` (`gradeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores comments added to pdfs'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assignfeedback_editpdf_cmnt` -- LOCK TABLES `mdl_assignfeedback_editpdf_cmnt` WRITE; /*!40000 ALTER TABLE `mdl_assignfeedback_editpdf_cmnt` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_assignfeedback_editpdf_cmnt` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assignfeedback_editpdf_quick` -- DROP TABLE IF EXISTS `mdl_assignfeedback_editpdf_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_assieditquic_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores teacher specified quicklist comments'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assignfeedback_editpdf_quick` -- LOCK TABLES `mdl_assignfeedback_editpdf_quick` WRITE; /*!40000 ALTER TABLE `mdl_assignfeedback_editpdf_quick` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_assignfeedback_editpdf_quick` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assignfeedback_editpdf_rot` -- DROP TABLE IF EXISTS `mdl_assignfeedback_editpdf_rot`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_assignfeedback_editpdf_rot` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `gradeid` bigint(10) NOT NULL DEFAULT 0, `pageno` bigint(10) NOT NULL DEFAULT 0, `pathnamehash` longtext NOT NULL, `isrotated` tinyint(1) NOT NULL DEFAULT 0, `degree` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), UNIQUE KEY `mdl_assieditrot_grapag_uix` (`gradeid`,`pageno`), KEY `mdl_assieditrot_gra_ix` (`gradeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores rotation information of a page.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assignfeedback_editpdf_rot` -- LOCK TABLES `mdl_assignfeedback_editpdf_rot` WRITE; /*!40000 ALTER TABLE `mdl_assignfeedback_editpdf_rot` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_assignfeedback_editpdf_rot` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assignfeedback_file` -- DROP TABLE IF EXISTS `mdl_assignfeedback_file`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_assifile_ass2_ix` (`assignment`), KEY `mdl_assifile_gra_ix` (`grade`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores info about the number of files submitted by a student'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assignfeedback_file` -- LOCK TABLES `mdl_assignfeedback_file` WRITE; /*!40000 ALTER TABLE `mdl_assignfeedback_file` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_assignfeedback_file` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assignsubmission_file` -- DROP TABLE IF EXISTS `mdl_assignsubmission_file`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_assifile_ass_ix` (`assignment`), KEY `mdl_assifile_sub_ix` (`submission`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Info about file submissions for assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assignsubmission_file` -- LOCK TABLES `mdl_assignsubmission_file` WRITE; /*!40000 ALTER TABLE `mdl_assignsubmission_file` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_assignsubmission_file` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assignsubmission_onlinetext` -- DROP TABLE IF EXISTS `mdl_assignsubmission_onlinetext`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `onlineformat` smallint(4) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_assionli_ass_ix` (`assignment`), KEY `mdl_assionli_sub_ix` (`submission`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Info about onlinetext submission'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assignsubmission_onlinetext` -- LOCK TABLES `mdl_assignsubmission_onlinetext` WRITE; /*!40000 ALTER TABLE `mdl_assignsubmission_onlinetext` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_assignsubmission_onlinetext` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_auth_lti_linked_login` -- DROP TABLE IF EXISTS `mdl_auth_lti_linked_login`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_auth_lti_linked_login` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `issuer` longtext NOT NULL, `issuer256` varchar(64) NOT NULL DEFAULT '', `sub` varchar(255) NOT NULL DEFAULT '', `sub256` varchar(64) NOT NULL DEFAULT '', `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_authltilinklogi_useiss_uix` (`userid`,`issuer256`,`sub256`), KEY `mdl_authltilinklogi_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_auth_lti_linked_login` -- LOCK TABLES `mdl_auth_lti_linked_login` WRITE; /*!40000 ALTER TABLE `mdl_auth_lti_linked_login` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_auth_lti_linked_login` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_auth_oauth2_linked_login` -- DROP TABLE IF EXISTS `mdl_auth_oauth2_linked_login`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_authoautlinklogi_useis_uix` (`userid`,`issuerid`,`username`), KEY `mdl_authoautlinklogi_issuse_ix` (`issuerid`,`username`), KEY `mdl_authoautlinklogi_use_ix` (`usermodified`), KEY `mdl_authoautlinklogi_use2_ix` (`userid`), KEY `mdl_authoautlinklogi_iss_ix` (`issuerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_auth_oauth2_linked_login` -- LOCK TABLES `mdl_auth_oauth2_linked_login` WRITE; /*!40000 ALTER TABLE `mdl_auth_oauth2_linked_login` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_auth_oauth2_linked_login` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_backup_controllers` -- DROP TABLE IF EXISTS `mdl_backup_controllers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `progress` decimal(15,14) NOT NULL DEFAULT 0.00000000000000, `controller` longtext NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_backcont_bac_uix` (`backupid`), KEY `mdl_backcont_typite_ix` (`type`,`itemid`), KEY `mdl_backcont_useite_ix` (`userid`,`itemid`), KEY `mdl_backcont_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='To store the backup_controllers as they are used'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_backup_controllers` -- LOCK TABLES `mdl_backup_controllers` WRITE; /*!40000 ALTER TABLE `mdl_backup_controllers` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_backup_controllers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_backup_courses` -- DROP TABLE IF EXISTS `mdl_backup_courses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_backcour_cou_uix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='To store every course backup status'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_backup_courses` -- LOCK TABLES `mdl_backup_courses` WRITE; /*!40000 ALTER TABLE `mdl_backup_courses` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_backup_courses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_backup_logs` -- DROP TABLE IF EXISTS `mdl_backup_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_backlogs_bacid_uix` (`backupid`,`id`), KEY `mdl_backlogs_bac_ix` (`backupid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='To store all the logs from backup and restore operations (by'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_backup_logs` -- LOCK TABLES `mdl_backup_logs` WRITE; /*!40000 ALTER TABLE `mdl_backup_logs` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_backup_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge` -- DROP TABLE IF EXISTS `mdl_badge`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_badge` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `description` longtext DEFAULT NULL, `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 DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_badg_typ_ix` (`type`), KEY `mdl_badg_cou_ix` (`courseid`), KEY `mdl_badg_use_ix` (`usermodified`), KEY `mdl_badg_use2_ix` (`usercreated`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines badge'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge` -- LOCK TABLES `mdl_badge` WRITE; /*!40000 ALTER TABLE `mdl_badge` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_alignment` -- DROP TABLE IF EXISTS `mdl_badge_alignment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_badge_alignment` ( `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 DEFAULT NULL, `targetframework` varchar(255) DEFAULT NULL, `targetcode` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_badgalig_bad_ix` (`badgeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines alignment for badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_alignment` -- LOCK TABLES `mdl_badge_alignment` WRITE; /*!40000 ALTER TABLE `mdl_badge_alignment` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge_alignment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_backpack` -- DROP TABLE IF EXISTS `mdl_badge_backpack`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_badge_backpack` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL DEFAULT 0, `email` varchar(100) NOT NULL DEFAULT '', `backpackuid` bigint(10) NOT NULL, `autosync` tinyint(1) NOT NULL DEFAULT 0, `password` varchar(50) DEFAULT NULL, `externalbackpackid` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_badgback_useext_uix` (`userid`,`externalbackpackid`), KEY `mdl_badgback_use_ix` (`userid`), KEY `mdl_badgback_ext_ix` (`externalbackpackid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines settings for connecting external backpack'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_backpack` -- LOCK TABLES `mdl_badge_backpack` WRITE; /*!40000 ALTER TABLE `mdl_badge_backpack` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge_backpack` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_backpack_oauth2` -- DROP TABLE IF EXISTS `mdl_badge_backpack_oauth2`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_badge_backpack_oauth2` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `usermodified` bigint(10) NOT NULL DEFAULT 0, `timecreated` bigint(10) NOT NULL DEFAULT 0, `timemodified` bigint(10) NOT NULL DEFAULT 0, `userid` bigint(10) NOT NULL, `issuerid` bigint(10) NOT NULL, `externalbackpackid` bigint(10) NOT NULL, `token` longtext NOT NULL, `refreshtoken` longtext NOT NULL, `expires` bigint(10) DEFAULT NULL, `scope` longtext DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_badgbackoaut_use_ix` (`usermodified`), KEY `mdl_badgbackoaut_use2_ix` (`userid`), KEY `mdl_badgbackoaut_iss_ix` (`issuerid`), KEY `mdl_badgbackoaut_ext_ix` (`externalbackpackid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_backpack_oauth2` -- LOCK TABLES `mdl_badge_backpack_oauth2` WRITE; /*!40000 ALTER TABLE `mdl_badge_backpack_oauth2` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge_backpack_oauth2` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_criteria` -- DROP TABLE IF EXISTS `mdl_badge_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `descriptionformat` tinyint(2) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), UNIQUE KEY `mdl_badgcrit_badcri_uix` (`badgeid`,`criteriatype`), KEY `mdl_badgcrit_cri_ix` (`criteriatype`), KEY `mdl_badgcrit_bad_ix` (`badgeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines criteria for issuing badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_criteria` -- LOCK TABLES `mdl_badge_criteria` WRITE; /*!40000 ALTER TABLE `mdl_badge_criteria` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge_criteria` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_criteria_met` -- DROP TABLE IF EXISTS `mdl_badge_criteria_met`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_badgcritmet_cri_ix` (`critid`), KEY `mdl_badgcritmet_use_ix` (`userid`), KEY `mdl_badgcritmet_iss_ix` (`issuedid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines criteria that were met for an issued badge'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_criteria_met` -- LOCK TABLES `mdl_badge_criteria_met` WRITE; /*!40000 ALTER TABLE `mdl_badge_criteria_met` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge_criteria_met` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_criteria_param` -- DROP TABLE IF EXISTS `mdl_badge_criteria_param`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_badgcritpara_cri_ix` (`critid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines parameters for badges criteria'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_criteria_param` -- LOCK TABLES `mdl_badge_criteria_param` WRITE; /*!40000 ALTER TABLE `mdl_badge_criteria_param` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge_criteria_param` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_endorsement` -- DROP TABLE IF EXISTS `mdl_badge_endorsement`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `dateissued` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_badgendo_bad_ix` (`badgeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines endorsement for badge'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_endorsement` -- LOCK TABLES `mdl_badge_endorsement` WRITE; /*!40000 ALTER TABLE `mdl_badge_endorsement` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge_endorsement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_external` -- DROP TABLE IF EXISTS `mdl_badge_external`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_badge_external` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `backpackid` bigint(10) NOT NULL, `collectionid` bigint(10) NOT NULL, `entityid` varchar(255) DEFAULT NULL, `assertion` longtext DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_badgexte_bac_ix` (`backpackid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges display'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_external` -- LOCK TABLES `mdl_badge_external` WRITE; /*!40000 ALTER TABLE `mdl_badge_external` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge_external` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_external_backpack` -- DROP TABLE IF EXISTS `mdl_badge_external_backpack`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_badge_external_backpack` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `backpackapiurl` varchar(255) NOT NULL DEFAULT '', `backpackweburl` varchar(255) NOT NULL DEFAULT '', `apiversion` varchar(12) NOT NULL DEFAULT '1.0', `sortorder` bigint(10) NOT NULL DEFAULT 0, `oauth2_issuerid` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_badgexteback_bac_uix` (`backpackapiurl`), UNIQUE KEY `mdl_badgexteback_bac2_uix` (`backpackweburl`), KEY `mdl_badgexteback_oau_ix` (`oauth2_issuerid`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines settings for site level backpacks that a user can co'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_external_backpack` -- LOCK TABLES `mdl_badge_external_backpack` WRITE; /*!40000 ALTER TABLE `mdl_badge_external_backpack` DISABLE KEYS */; INSERT INTO `mdl_badge_external_backpack` (`id`, `backpackapiurl`, `backpackweburl`, `apiversion`, `sortorder`, `oauth2_issuerid`) VALUES (1,'https://api.badgr.io/v2','https://badgr.io','2',1,NULL); /*!40000 ALTER TABLE `mdl_badge_external_backpack` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_external_identifier` -- DROP TABLE IF EXISTS `mdl_badge_external_identifier`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_badge_external_identifier` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `sitebackpackid` bigint(10) NOT NULL, `internalid` varchar(128) NOT NULL DEFAULT '', `externalid` varchar(128) NOT NULL DEFAULT '', `type` varchar(16) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `mdl_badgexteiden_sitintext_uix` (`sitebackpackid`,`internalid`,`externalid`,`type`), KEY `mdl_badgexteiden_sit_ix` (`sitebackpackid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges mappings'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_external_identifier` -- LOCK TABLES `mdl_badge_external_identifier` WRITE; /*!40000 ALTER TABLE `mdl_badge_external_identifier` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge_external_identifier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_issued` -- DROP TABLE IF EXISTS `mdl_badge_issued`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_badgissu_baduse_uix` (`badgeid`,`userid`), KEY `mdl_badgissu_bad_ix` (`badgeid`), KEY `mdl_badgissu_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines issued badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_issued` -- LOCK TABLES `mdl_badge_issued` WRITE; /*!40000 ALTER TABLE `mdl_badge_issued` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge_issued` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_manual_award` -- DROP TABLE IF EXISTS `mdl_badge_manual_award`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_badgmanuawar_bad_ix` (`badgeid`), KEY `mdl_badgmanuawar_rec_ix` (`recipientid`), KEY `mdl_badgmanuawar_iss_ix` (`issuerid`), KEY `mdl_badgmanuawar_iss2_ix` (`issuerrole`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Track manual award criteria for badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_manual_award` -- LOCK TABLES `mdl_badge_manual_award` WRITE; /*!40000 ALTER TABLE `mdl_badge_manual_award` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge_manual_award` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_related` -- DROP TABLE IF EXISTS `mdl_badge_related`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_badgrela_badrel_uix` (`badgeid`,`relatedbadgeid`), KEY `mdl_badgrela_bad_ix` (`badgeid`), KEY `mdl_badgrela_rel_ix` (`relatedbadgeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines badge related for badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_related` -- LOCK TABLES `mdl_badge_related` WRITE; /*!40000 ALTER TABLE `mdl_badge_related` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge_related` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_bigbluebuttonbn` -- DROP TABLE IF EXISTS `mdl_bigbluebuttonbn`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_bigbluebuttonbn` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `type` tinyint(2) NOT NULL DEFAULT 0, `course` bigint(10) NOT NULL DEFAULT 0, `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext DEFAULT NULL, `introformat` smallint(4) NOT NULL DEFAULT 1, `meetingid` varchar(255) NOT NULL DEFAULT '', `moderatorpass` varchar(255) NOT NULL DEFAULT '', `viewerpass` varchar(255) NOT NULL DEFAULT '', `wait` tinyint(1) NOT NULL DEFAULT 0, `record` tinyint(1) NOT NULL DEFAULT 0, `recordallfromstart` tinyint(1) NOT NULL DEFAULT 0, `recordhidebutton` tinyint(1) NOT NULL DEFAULT 0, `welcome` longtext DEFAULT NULL, `voicebridge` mediumint(5) NOT NULL DEFAULT 0, `openingtime` bigint(10) NOT NULL DEFAULT 0, `closingtime` bigint(10) NOT NULL DEFAULT 0, `timecreated` bigint(10) NOT NULL DEFAULT 0, `timemodified` bigint(10) NOT NULL DEFAULT 0, `presentation` longtext DEFAULT NULL, `participants` longtext DEFAULT NULL, `userlimit` smallint(3) NOT NULL DEFAULT 0, `recordings_html` tinyint(1) NOT NULL DEFAULT 0, `recordings_deleted` tinyint(1) NOT NULL DEFAULT 1, `recordings_imported` tinyint(1) NOT NULL DEFAULT 0, `recordings_preview` tinyint(1) NOT NULL DEFAULT 0, `clienttype` tinyint(1) NOT NULL DEFAULT 0, `muteonstart` tinyint(1) NOT NULL DEFAULT 0, `disablecam` tinyint(1) NOT NULL DEFAULT 0, `disablemic` tinyint(1) NOT NULL DEFAULT 0, `disableprivatechat` tinyint(1) NOT NULL DEFAULT 0, `disablepublicchat` tinyint(1) NOT NULL DEFAULT 0, `disablenote` tinyint(1) NOT NULL DEFAULT 0, `hideuserlist` tinyint(1) NOT NULL DEFAULT 0, `completionattendance` int(9) NOT NULL DEFAULT 0, `completionengagementchats` int(9) NOT NULL DEFAULT 0, `completionengagementtalks` int(9) NOT NULL DEFAULT 0, `completionengagementraisehand` int(9) NOT NULL DEFAULT 0, `completionengagementpollvotes` int(9) NOT NULL DEFAULT 0, `completionengagementemojis` int(9) NOT NULL DEFAULT 0, `guestallowed` tinyint(2) DEFAULT 0, `mustapproveuser` tinyint(2) DEFAULT 1, `guestlinkuid` varchar(1024) DEFAULT NULL, `guestpassword` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store information about a meeti'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_bigbluebuttonbn` -- LOCK TABLES `mdl_bigbluebuttonbn` WRITE; /*!40000 ALTER TABLE `mdl_bigbluebuttonbn` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_bigbluebuttonbn` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_bigbluebuttonbn_logs` -- DROP TABLE IF EXISTS `mdl_bigbluebuttonbn_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_bigbluebuttonbn_logs` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL, `bigbluebuttonbnid` bigint(10) NOT NULL, `userid` bigint(10) DEFAULT NULL, `timecreated` bigint(10) NOT NULL DEFAULT 0, `meetingid` varchar(256) NOT NULL DEFAULT '', `log` varchar(32) NOT NULL DEFAULT '', `meta` longtext DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_bigblogs_cou_ix` (`courseid`), KEY `mdl_bigblogs_log_ix` (`log`), KEY `mdl_bigblogs_coubiguselog_ix` (`courseid`,`bigbluebuttonbnid`,`userid`,`log`), KEY `mdl_bigblogs_uselog_ix` (`userid`,`log`), KEY `mdl_bigblogs_coubig_ix` (`courseid`,`bigbluebuttonbnid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store meeting activity events'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_bigbluebuttonbn_logs` -- LOCK TABLES `mdl_bigbluebuttonbn_logs` WRITE; /*!40000 ALTER TABLE `mdl_bigbluebuttonbn_logs` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_bigbluebuttonbn_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_bigbluebuttonbn_recordings` -- DROP TABLE IF EXISTS `mdl_bigbluebuttonbn_recordings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_bigbluebuttonbn_recordings` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL, `bigbluebuttonbnid` bigint(10) NOT NULL, `groupid` bigint(10) DEFAULT NULL, `recordingid` varchar(64) NOT NULL DEFAULT '', `headless` tinyint(1) NOT NULL DEFAULT 0, `imported` tinyint(1) NOT NULL DEFAULT 0, `status` tinyint(1) NOT NULL DEFAULT 0, `importeddata` longtext DEFAULT NULL, `timecreated` bigint(10) NOT NULL DEFAULT 0, `usermodified` bigint(10) NOT NULL DEFAULT 0, `timemodified` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_bigbreco_cou_ix` (`courseid`), KEY `mdl_bigbreco_rec_ix` (`recordingid`), KEY `mdl_bigbreco_big_ix` (`bigbluebuttonbnid`), KEY `mdl_bigbreco_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store references to recordings'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_bigbluebuttonbn_recordings` -- LOCK TABLES `mdl_bigbluebuttonbn_recordings` WRITE; /*!40000 ALTER TABLE `mdl_bigbluebuttonbn_recordings` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_bigbluebuttonbn_recordings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_block` -- DROP TABLE IF EXISTS `mdl_block`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_bloc_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='contains all installed blocks'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_block` -- LOCK TABLES `mdl_block` WRITE; /*!40000 ALTER TABLE `mdl_block` DISABLE KEYS */; INSERT INTO `mdl_block` (`id`, `name`, `cron`, `lastcron`, `visible`) VALUES (1,'accessreview',0,0,1),(2,'activity_modules',0,0,1),(3,'activity_results',0,0,1),(4,'admin_bookmarks',0,0,1),(5,'badges',0,0,1),(6,'blog_menu',0,0,1),(7,'blog_recent',0,0,1),(8,'blog_tags',0,0,1),(9,'calendar_month',0,0,1),(10,'calendar_upcoming',0,0,1),(11,'comments',0,0,1),(12,'completionstatus',0,0,1),(13,'course_list',0,0,1),(14,'course_summary',0,0,0),(15,'feedback',0,0,0),(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,'private_files',0,0,1),(29,'recent_activity',0,0,1),(30,'recentlyaccessedcourses',0,0,1),(31,'recentlyaccesseditems',0,0,1),(32,'rss_client',0,0,0),(33,'search_forums',0,0,1),(34,'section_links',0,0,1),(35,'selfcompletion',0,0,0),(36,'settings',0,0,1),(37,'site_main_menu',0,0,1),(38,'social_activities',0,0,1),(39,'starredcourses',0,0,1),(40,'tag_flickr',0,0,1),(41,'tag_youtube',0,0,0),(42,'tags',0,0,1),(43,'timeline',0,0,1); /*!40000 ALTER TABLE `mdl_block` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_block_instances` -- DROP TABLE IF EXISTS `mdl_block_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_blocinst_parshopagsub_ix` (`parentcontextid`,`showinsubcontexts`,`pagetypepattern`,`subpagepattern`), KEY `mdl_blocinst_tim_ix` (`timemodified`), KEY `mdl_blocinst_blo_ix` (`blockname`), KEY `mdl_blocinst_par_ix` (`parentcontextid`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table stores block instances. The type of block this is'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_block_instances` -- LOCK TABLES `mdl_block_instances` WRITE; /*!40000 ALTER TABLE `mdl_block_instances` DISABLE KEYS */; INSERT INTO `mdl_block_instances` (`id`, `blockname`, `parentcontextid`, `showinsubcontexts`, `requiredbytheme`, `pagetypepattern`, `subpagepattern`, `defaultregion`, `defaultweight`, `configdata`, `timecreated`, `timemodified`) VALUES (1,'admin_bookmarks',1,0,0,'admin-*',NULL,'side-pre',2,'',1722414929,1722414929),(2,'recentlyaccesseditems',1,0,0,'my-index','2','side-post',0,'',1722414929,1722414929),(3,'timeline',1,0,0,'my-index','2','content',0,'',1722414929,1722414929),(4,'calendar_month',1,0,0,'my-index','2','content',1,'',1722414929,1722414929),(5,'myoverview',1,0,0,'my-index','3','content',0,'',1722414929,1722414929),(6,'navigation',1,1,1,'*',NULL,'side-pre',0,'',1722415096,1722415096),(7,'settings',1,1,1,'*',NULL,'side-pre',0,'',1722415096,1722415096),(8,'recentlyaccesseditems',5,0,0,'my-index','4','side-post',0,'',1722416046,1722416046),(9,'timeline',5,0,0,'my-index','4','content',0,'',1722416046,1722416046),(10,'calendar_month',5,0,0,'my-index','4','content',1,'',1722416046,1722416046),(11,'recentlyaccesseditems',19,0,0,'my-index','5','side-post',0,'',1722416287,1722416287),(12,'timeline',19,0,0,'my-index','5','content',0,'',1722416288,1722416288),(13,'calendar_month',19,0,0,'my-index','5','content',1,'',1722416288,1722416288),(14,'recentlyaccesseditems',20,0,0,'my-index','6','side-post',0,'',1722416391,1722416391),(15,'timeline',20,0,0,'my-index','6','content',0,'',1722416391,1722416391),(16,'calendar_month',20,0,0,'my-index','6','content',1,'',1722416391,1722416391); /*!40000 ALTER TABLE `mdl_block_instances` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_block_positions` -- DROP TABLE IF EXISTS `mdl_block_positions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_blocposi_bloconpagsub_uix` (`blockinstanceid`,`contextid`,`pagetype`,`subpage`), KEY `mdl_blocposi_blo_ix` (`blockinstanceid`), KEY `mdl_blocposi_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the position of a sticky block_instance on a another '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_block_positions` -- LOCK TABLES `mdl_block_positions` WRITE; /*!40000 ALTER TABLE `mdl_block_positions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_block_positions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_block_recent_activity` -- DROP TABLE IF EXISTS `mdl_block_recent_activity`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_blocreceacti_coutim_ix` (`courseid`,`timecreated`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Recent activity block'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_block_recent_activity` -- LOCK TABLES `mdl_block_recent_activity` WRITE; /*!40000 ALTER TABLE `mdl_block_recent_activity` DISABLE KEYS */; INSERT INTO `mdl_block_recent_activity` (`id`, `courseid`, `cmid`, `timecreated`, `userid`, `action`, `modname`) VALUES (1,2,2,1722415540,2,0,NULL); /*!40000 ALTER TABLE `mdl_block_recent_activity` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_block_recentlyaccesseditems` -- DROP TABLE IF EXISTS `mdl_block_recentlyaccesseditems`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_blocrece_usecoucmi_uix` (`userid`,`courseid`,`cmid`), KEY `mdl_blocrece_use_ix` (`userid`), KEY `mdl_blocrece_cou_ix` (`courseid`), KEY `mdl_blocrece_cmi_ix` (`cmid`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Most recently accessed items accessed by a user'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_block_recentlyaccesseditems` -- LOCK TABLES `mdl_block_recentlyaccesseditems` WRITE; /*!40000 ALTER TABLE `mdl_block_recentlyaccesseditems` DISABLE KEYS */; INSERT INTO `mdl_block_recentlyaccesseditems` (`id`, `courseid`, `cmid`, `userid`, `timeaccess`) VALUES (1,2,2,2,1722417107),(2,2,2,3,1722416294),(3,2,2,4,1722416397); /*!40000 ALTER TABLE `mdl_block_recentlyaccesseditems` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_block_rss_client` -- DROP TABLE IF EXISTS `mdl_block_rss_client`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Remote news feed information. Contains the news feed id, the'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_block_rss_client` -- LOCK TABLES `mdl_block_rss_client` WRITE; /*!40000 ALTER TABLE `mdl_block_rss_client` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_block_rss_client` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_blog_association` -- DROP TABLE IF EXISTS `mdl_blog_association`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_blog_association` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `contextid` bigint(10) NOT NULL, `blogid` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_blogasso_con_ix` (`contextid`), KEY `mdl_blogasso_blo_ix` (`blogid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Associations of blog entries with courses and module instanc'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_blog_association` -- LOCK TABLES `mdl_blog_association` WRITE; /*!40000 ALTER TABLE `mdl_blog_association` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_blog_association` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_blog_external` -- DROP TABLE IF EXISTS `mdl_blog_external`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_blog_external` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `name` varchar(255) NOT NULL DEFAULT '', `description` longtext DEFAULT NULL, `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 `mdl_blogexte_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='External blog links used for RSS copying of blog entries to '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_blog_external` -- LOCK TABLES `mdl_blog_external` WRITE; /*!40000 ALTER TABLE `mdl_blog_external` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_blog_external` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_book` -- DROP TABLE IF EXISTS `mdl_book`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_book` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT 0, `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext DEFAULT NULL, `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`), KEY `mdl_book_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines book'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_book` -- LOCK TABLES `mdl_book` WRITE; /*!40000 ALTER TABLE `mdl_book` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_book` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_book_chapters` -- DROP TABLE IF EXISTS `mdl_book_chapters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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`), KEY `mdl_bookchap_boo_ix` (`bookid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines book_chapters'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_book_chapters` -- LOCK TABLES `mdl_book_chapters` WRITE; /*!40000 ALTER TABLE `mdl_book_chapters` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_book_chapters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_cache_filters` -- DROP TABLE IF EXISTS `mdl_cache_filters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_cachfilt_filmd5_ix` (`filter`,`md5key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='For keeping information about cached data'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_cache_filters` -- LOCK TABLES `mdl_cache_filters` WRITE; /*!40000 ALTER TABLE `mdl_cache_filters` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_cache_filters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_cache_flags` -- DROP TABLE IF EXISTS `mdl_cache_flags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_cachflag_fla_ix` (`flagtype`), KEY `mdl_cachflag_nam_ix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Cache of time-sensitive flags'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_cache_flags` -- LOCK TABLES `mdl_cache_flags` WRITE; /*!40000 ALTER TABLE `mdl_cache_flags` DISABLE KEYS */; INSERT INTO `mdl_cache_flags` (`id`, `flagtype`, `name`, `timemodified`, `value`, `expiry`) VALUES (1,'userpreferenceschanged','2',1722415784,'1',1722444584),(2,'accesslib/dirtyusers','2',1722415073,'1',1722443873),(3,'userpreferenceschanged','3',1722416288,'1',1722445088),(4,'userpreferenceschanged','4',1722416392,'1',1722445192),(5,'accesslib/dirtyusers','3',1722416223,'1',1722445023),(6,'accesslib/dirtyusers','4',1722416223,'1',1722445023); /*!40000 ALTER TABLE `mdl_cache_flags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_capabilities` -- DROP TABLE IF EXISTS `mdl_capabilities`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_capa_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=722 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='this defines all capabilities'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_capabilities` -- LOCK TABLES `mdl_capabilities` WRITE; /*!40000 ALTER TABLE `mdl_capabilities` DISABLE KEYS */; INSERT INTO `mdl_capabilities` (`id`, `name`, `captype`, `contextlevel`, `component`, `riskbitmask`) 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:senderrormessage','write',10,'moodle',16),(8,'moodle/site:deleteownmessage','write',10,'moodle',0),(9,'moodle/site:approvecourse','write',40,'moodle',4),(10,'moodle/backup:backupcourse','write',50,'moodle',28),(11,'moodle/backup:backupsection','write',50,'moodle',28),(12,'moodle/backup:backupactivity','write',70,'moodle',28),(13,'moodle/backup:backuptargetimport','read',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:restoretargetimport','write',50,'moodle',28),(23,'moodle/restore:uploadfile','write',50,'moodle',28),(24,'moodle/restore:configure','write',50,'moodle',28),(25,'moodle/restore:rolldates','write',50,'moodle',0),(26,'moodle/restore:userinfo','write',50,'moodle',30),(27,'moodle/restore:createuser','write',10,'moodle',24),(28,'moodle/site:manageblocks','write',80,'moodle',20),(29,'moodle/site:accessallgroups','read',70,'moodle',0),(30,'moodle/site:viewanonymousevents','read',70,'moodle',8),(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:viewcourselist','read',40,'moodle',0),(59,'moodle/category:viewhiddencategories','read',40,'moodle',0),(60,'moodle/cohort:manage','write',40,'moodle',0),(61,'moodle/cohort:assign','write',40,'moodle',0),(62,'moodle/cohort:view','read',50,'moodle',0),(63,'moodle/cohort:configurecustomfields','write',10,'moodle',16),(64,'moodle/group:configurecustomfields','write',10,'moodle',16),(65,'moodle/course:create','write',40,'moodle',4),(66,'moodle/course:creategroupconversations','write',50,'moodle',4),(67,'moodle/course:request','write',40,'moodle',0),(68,'moodle/course:delete','write',50,'moodle',32),(69,'moodle/course:update','write',50,'moodle',4),(70,'moodle/course:view','read',50,'moodle',0),(71,'moodle/course:enrolreview','read',50,'moodle',8),(72,'moodle/course:enrolconfig','write',50,'moodle',8),(73,'moodle/course:reviewotherusers','read',50,'moodle',0),(74,'moodle/course:bulkmessaging','write',50,'moodle',16),(75,'moodle/course:viewhiddenuserfields','read',50,'moodle',8),(76,'moodle/course:viewhiddencourses','read',50,'moodle',0),(77,'moodle/course:visibility','write',50,'moodle',0),(78,'moodle/course:managefiles','write',50,'moodle',4),(79,'moodle/course:ignoreavailabilityrestrictions','read',70,'moodle',0),(80,'moodle/course:ignorefilesizelimits','write',50,'moodle',0),(81,'moodle/course:manageactivities','write',70,'moodle',4),(82,'moodle/course:activityvisibility','write',70,'moodle',0),(83,'moodle/course:viewhiddenactivities','read',70,'moodle',0),(84,'moodle/course:viewparticipants','read',50,'moodle',0),(85,'moodle/course:changefullname','write',50,'moodle',4),(86,'moodle/course:changeshortname','write',50,'moodle',4),(87,'moodle/course:changelockedcustomfields','write',50,'moodle',16),(88,'moodle/course:configurecustomfields','write',10,'moodle',16),(89,'moodle/course:renameroles','write',50,'moodle',0),(90,'moodle/course:changeidnumber','write',50,'moodle',4),(91,'moodle/course:changecategory','write',50,'moodle',4),(92,'moodle/course:changesummary','write',50,'moodle',4),(93,'moodle/course:setforcedlanguage','write',50,'moodle',0),(94,'moodle/site:viewparticipants','read',10,'moodle',0),(95,'moodle/course:isincompletionreports','read',50,'moodle',0),(96,'moodle/course:viewscales','read',50,'moodle',0),(97,'moodle/course:managescales','write',50,'moodle',0),(98,'moodle/course:managegroups','write',50,'moodle',4),(99,'moodle/course:viewhiddengroups','READ',50,'moodle',8),(100,'moodle/course:reset','write',50,'moodle',32),(101,'moodle/course:viewsuspendedusers','read',50,'moodle',0),(102,'moodle/course:tag','write',50,'moodle',16),(103,'moodle/blog:view','read',10,'moodle',0),(104,'moodle/blog:search','read',10,'moodle',0),(105,'moodle/blog:viewdrafts','read',10,'moodle',8),(106,'moodle/blog:create','write',10,'moodle',16),(107,'moodle/blog:manageentries','write',10,'moodle',16),(108,'moodle/blog:manageexternal','write',10,'moodle',16),(109,'moodle/calendar:manageownentries','write',50,'moodle',16),(110,'moodle/calendar:managegroupentries','write',50,'moodle',16),(111,'moodle/calendar:manageentries','write',50,'moodle',16),(112,'moodle/user:editprofile','write',30,'moodle',24),(113,'moodle/user:editownprofile','write',10,'moodle',16),(114,'moodle/user:changeownpassword','write',10,'moodle',0),(115,'moodle/user:readuserposts','read',30,'moodle',0),(116,'moodle/user:readuserblogs','read',30,'moodle',0),(117,'moodle/user:viewuseractivitiesreport','read',30,'moodle',8),(118,'moodle/user:editmessageprofile','write',30,'moodle',16),(119,'moodle/user:editownmessageprofile','write',10,'moodle',0),(120,'moodle/question:managecategory','write',50,'moodle',20),(121,'moodle/question:add','write',50,'moodle',20),(122,'moodle/question:editmine','write',50,'moodle',20),(123,'moodle/question:editall','write',50,'moodle',20),(124,'moodle/question:viewmine','read',50,'moodle',0),(125,'moodle/question:viewall','read',50,'moodle',0),(126,'moodle/question:usemine','read',50,'moodle',0),(127,'moodle/question:useall','read',50,'moodle',0),(128,'moodle/question:movemine','write',50,'moodle',0),(129,'moodle/question:moveall','write',50,'moodle',0),(130,'moodle/question:config','write',10,'moodle',2),(131,'moodle/question:flag','write',50,'moodle',0),(132,'moodle/question:tagmine','write',50,'moodle',0),(133,'moodle/question:tagall','write',50,'moodle',0),(134,'moodle/site:doclinks','read',10,'moodle',0),(135,'moodle/course:sectionvisibility','write',50,'moodle',0),(136,'moodle/course:useremail','write',50,'moodle',0),(137,'moodle/course:viewhiddensections','read',50,'moodle',0),(138,'moodle/course:setcurrentsection','write',50,'moodle',0),(139,'moodle/course:movesections','write',50,'moodle',0),(140,'moodle/site:mnetlogintoremote','read',10,'moodle',0),(141,'moodle/grade:viewall','read',50,'moodle',8),(142,'moodle/grade:view','read',50,'moodle',0),(143,'moodle/grade:viewhidden','read',50,'moodle',8),(144,'moodle/grade:import','write',50,'moodle',12),(145,'moodle/grade:export','read',50,'moodle',8),(146,'moodle/grade:manage','write',50,'moodle',12),(147,'moodle/grade:edit','write',50,'moodle',12),(148,'moodle/grade:managegradingforms','write',50,'moodle',12),(149,'moodle/grade:sharegradingforms','write',10,'moodle',4),(150,'moodle/grade:managesharedforms','write',10,'moodle',4),(151,'moodle/grade:manageoutcomes','write',50,'moodle',0),(152,'moodle/grade:manageletters','write',50,'moodle',0),(153,'moodle/grade:hide','write',50,'moodle',0),(154,'moodle/grade:lock','write',50,'moodle',0),(155,'moodle/grade:unlock','write',50,'moodle',0),(156,'moodle/my:manageblocks','write',10,'moodle',0),(157,'moodle/notes:view','read',50,'moodle',0),(158,'moodle/notes:manage','write',50,'moodle',16),(159,'moodle/tag:manage','write',10,'moodle',16),(160,'moodle/tag:edit','write',10,'moodle',16),(161,'moodle/tag:flag','write',10,'moodle',16),(162,'moodle/tag:editblocks','write',10,'moodle',0),(163,'moodle/block:view','read',80,'moodle',0),(164,'moodle/block:edit','write',80,'moodle',20),(165,'moodle/portfolio:export','read',10,'moodle',0),(166,'moodle/comment:view','read',50,'moodle',0),(167,'moodle/comment:post','write',50,'moodle',24),(168,'moodle/comment:delete','write',50,'moodle',32),(169,'moodle/webservice:createtoken','write',10,'moodle',62),(170,'moodle/webservice:managealltokens','write',10,'moodle',42),(171,'moodle/webservice:createmobiletoken','write',10,'moodle',24),(172,'moodle/rating:view','read',50,'moodle',0),(173,'moodle/rating:viewany','read',50,'moodle',8),(174,'moodle/rating:viewall','read',50,'moodle',8),(175,'moodle/rating:rate','write',50,'moodle',0),(176,'moodle/course:markcomplete','write',50,'moodle',0),(177,'moodle/course:overridecompletion','write',50,'moodle',0),(178,'moodle/badges:manageglobalsettings','write',10,'moodle',34),(179,'moodle/badges:viewbadges','read',50,'moodle',0),(180,'moodle/badges:manageownbadges','write',30,'moodle',0),(181,'moodle/badges:viewotherbadges','read',30,'moodle',0),(182,'moodle/badges:earnbadge','write',50,'moodle',0),(183,'moodle/badges:createbadge','write',50,'moodle',16),(184,'moodle/badges:deletebadge','write',50,'moodle',32),(185,'moodle/badges:configuredetails','write',50,'moodle',16),(186,'moodle/badges:configurecriteria','write',50,'moodle',4),(187,'moodle/badges:configuremessages','write',50,'moodle',16),(188,'moodle/badges:awardbadge','write',50,'moodle',16),(189,'moodle/badges:revokebadge','write',50,'moodle',16),(190,'moodle/badges:viewawarded','read',50,'moodle',8),(191,'moodle/site:forcelanguage','read',10,'moodle',0),(192,'moodle/search:query','read',10,'moodle',0),(193,'moodle/competency:competencymanage','write',40,'moodle',0),(194,'moodle/competency:competencyview','read',40,'moodle',0),(195,'moodle/competency:competencygrade','write',50,'moodle',0),(196,'moodle/competency:coursecompetencymanage','write',50,'moodle',0),(197,'moodle/competency:coursecompetencyconfigure','write',70,'moodle',0),(198,'moodle/competency:coursecompetencygradable','read',50,'moodle',0),(199,'moodle/competency:coursecompetencyview','read',50,'moodle',0),(200,'moodle/competency:evidencedelete','write',30,'moodle',0),(201,'moodle/competency:planmanage','write',30,'moodle',0),(202,'moodle/competency:planmanagedraft','write',30,'moodle',0),(203,'moodle/competency:planmanageown','write',30,'moodle',0),(204,'moodle/competency:planmanageowndraft','write',30,'moodle',0),(205,'moodle/competency:planview','read',30,'moodle',0),(206,'moodle/competency:planviewdraft','read',30,'moodle',0),(207,'moodle/competency:planviewown','read',30,'moodle',0),(208,'moodle/competency:planviewowndraft','read',30,'moodle',0),(209,'moodle/competency:planrequestreview','write',30,'moodle',0),(210,'moodle/competency:planrequestreviewown','write',30,'moodle',0),(211,'moodle/competency:planreview','write',30,'moodle',0),(212,'moodle/competency:plancomment','write',30,'moodle',0),(213,'moodle/competency:plancommentown','write',30,'moodle',0),(214,'moodle/competency:usercompetencyview','read',30,'moodle',0),(215,'moodle/competency:usercompetencyrequestreview','write',30,'moodle',0),(216,'moodle/competency:usercompetencyrequestreviewown','write',30,'moodle',0),(217,'moodle/competency:usercompetencyreview','write',30,'moodle',0),(218,'moodle/competency:usercompetencycomment','write',30,'moodle',0),(219,'moodle/competency:usercompetencycommentown','write',30,'moodle',0),(220,'moodle/competency:templatemanage','write',40,'moodle',0),(221,'moodle/analytics:listinsights','read',50,'moodle',8),(222,'moodle/analytics:managemodels','write',10,'moodle',2),(223,'moodle/competency:templateview','read',40,'moodle',0),(224,'moodle/competency:userevidencemanage','write',30,'moodle',0),(225,'moodle/competency:userevidencemanageown','write',30,'moodle',0),(226,'moodle/competency:userevidenceview','read',30,'moodle',0),(227,'moodle/site:maintenanceaccess','write',10,'moodle',0),(228,'moodle/site:messageanyuser','write',10,'moodle',16),(229,'moodle/site:managecontextlocks','write',70,'moodle',0),(230,'moodle/course:togglecompletion','write',70,'moodle',0),(231,'moodle/analytics:listowninsights','read',10,'moodle',0),(232,'moodle/h5p:setdisplayoptions','write',70,'moodle',0),(233,'moodle/h5p:deploy','write',70,'moodle',4),(234,'moodle/h5p:updatelibraries','write',70,'moodle',4),(235,'moodle/course:recommendactivity','write',10,'moodle',0),(236,'moodle/contentbank:access','read',50,'moodle',0),(237,'moodle/contentbank:upload','write',50,'moodle',16),(238,'moodle/contentbank:deleteanycontent','write',50,'moodle',32),(239,'moodle/contentbank:deleteowncontent','write',50,'moodle',0),(240,'moodle/contentbank:manageanycontent','write',50,'moodle',32),(241,'moodle/contentbank:manageowncontent','write',50,'moodle',0),(242,'moodle/contentbank:useeditor','write',50,'moodle',16),(243,'moodle/contentbank:downloadcontent','read',50,'moodle',0),(244,'moodle/contentbank:copyanycontent','write',50,'moodle',16),(245,'moodle/contentbank:copycontent','write',50,'moodle',16),(246,'moodle/course:downloadcoursecontent','read',50,'moodle',0),(247,'moodle/course:configuredownloadcontent','write',50,'moodle',0),(248,'moodle/payment:manageaccounts','write',50,'moodle',42),(249,'moodle/payment:viewpayments','read',50,'moodle',8),(250,'moodle/contentbank:viewunlistedcontent','read',50,'moodle',0),(251,'moodle/reportbuilder:view','read',10,'moodle',0),(252,'moodle/reportbuilder:edit','write',10,'moodle',0),(253,'moodle/reportbuilder:editall','write',10,'moodle',0),(254,'moodle/reportbuilder:scheduleviewas','read',10,'moodle',0),(255,'moodle/moodlenet:shareactivity','read',50,'moodle',0),(256,'moodle/course:configurecoursecommunication','write',50,'moodle',0),(257,'moodle/moodlenet:sharecourse','read',50,'moodle',0),(258,'mod/assign:view','read',70,'mod_assign',0),(259,'mod/assign:submit','write',70,'mod_assign',0),(260,'mod/assign:grade','write',70,'mod_assign',4),(261,'mod/assign:exportownsubmission','read',70,'mod_assign',0),(262,'mod/assign:addinstance','write',50,'mod_assign',4),(263,'mod/assign:editothersubmission','write',70,'mod_assign',41),(264,'mod/assign:grantextension','write',70,'mod_assign',0),(265,'mod/assign:revealidentities','write',70,'mod_assign',0),(266,'mod/assign:reviewgrades','write',70,'mod_assign',0),(267,'mod/assign:releasegrades','write',70,'mod_assign',0),(268,'mod/assign:managegrades','write',70,'mod_assign',0),(269,'mod/assign:manageallocations','write',70,'mod_assign',0),(270,'mod/assign:viewgrades','read',70,'mod_assign',0),(271,'mod/assign:viewblinddetails','write',70,'mod_assign',8),(272,'mod/assign:receivegradernotifications','read',70,'mod_assign',0),(273,'mod/assign:manageoverrides','write',70,'mod_assign',0),(274,'mod/assign:showhiddengrader','read',70,'mod_assign',0),(275,'mod/assign:viewownsubmissionsummary','read',70,'mod_assign',0),(276,'mod/bigbluebuttonbn:addinstance','write',50,'mod_bigbluebuttonbn',4),(277,'mod/bigbluebuttonbn:addinstancewithmeeting','write',70,'mod_bigbluebuttonbn',0),(278,'mod/bigbluebuttonbn:addinstancewithrecording','write',70,'mod_bigbluebuttonbn',0),(279,'mod/bigbluebuttonbn:join','read',70,'mod_bigbluebuttonbn',0),(280,'mod/bigbluebuttonbn:view','read',70,'mod_bigbluebuttonbn',0),(281,'mod/bigbluebuttonbn:managerecordings','write',70,'mod_bigbluebuttonbn',0),(282,'mod/bigbluebuttonbn:viewallrecordingformats','read',70,'mod_bigbluebuttonbn',0),(283,'mod/bigbluebuttonbn:publishrecordings','write',70,'mod_bigbluebuttonbn',0),(284,'mod/bigbluebuttonbn:unpublishrecordings','write',70,'mod_bigbluebuttonbn',0),(285,'mod/bigbluebuttonbn:protectrecordings','write',70,'mod_bigbluebuttonbn',0),(286,'mod/bigbluebuttonbn:unprotectrecordings','write',70,'mod_bigbluebuttonbn',0),(287,'mod/bigbluebuttonbn:deleterecordings','write',70,'mod_bigbluebuttonbn',0),(288,'mod/bigbluebuttonbn:importrecordings','write',70,'mod_bigbluebuttonbn',0),(289,'mod/book:addinstance','write',50,'mod_book',4),(290,'mod/book:read','read',70,'mod_book',0),(291,'mod/book:viewhiddenchapters','read',70,'mod_book',0),(292,'mod/book:edit','write',70,'mod_book',4),(293,'mod/chat:addinstance','write',50,'mod_chat',4),(294,'mod/chat:chat','write',70,'mod_chat',16),(295,'mod/chat:readlog','read',70,'mod_chat',0),(296,'mod/chat:deletelog','write',70,'mod_chat',0),(297,'mod/chat:exportparticipatedsession','read',70,'mod_chat',8),(298,'mod/chat:exportsession','read',70,'mod_chat',8),(299,'mod/chat:view','read',70,'mod_chat',0),(300,'mod/choice:addinstance','write',50,'mod_choice',4),(301,'mod/choice:choose','write',70,'mod_choice',0),(302,'mod/choice:readresponses','read',70,'mod_choice',0),(303,'mod/choice:deleteresponses','write',70,'mod_choice',0),(304,'mod/choice:downloadresponses','read',70,'mod_choice',0),(305,'mod/choice:view','read',70,'mod_choice',0),(306,'mod/data:addinstance','write',50,'mod_data',4),(307,'mod/data:viewentry','read',70,'mod_data',0),(308,'mod/data:writeentry','write',70,'mod_data',16),(309,'mod/data:comment','write',70,'mod_data',16),(310,'mod/data:rate','write',70,'mod_data',0),(311,'mod/data:viewrating','read',70,'mod_data',0),(312,'mod/data:viewanyrating','read',70,'mod_data',8),(313,'mod/data:viewallratings','read',70,'mod_data',8),(314,'mod/data:approve','write',70,'mod_data',16),(315,'mod/data:manageentries','write',70,'mod_data',16),(316,'mod/data:managecomments','write',70,'mod_data',16),(317,'mod/data:managetemplates','write',70,'mod_data',20),(318,'mod/data:viewalluserpresets','read',70,'mod_data',0),(319,'mod/data:manageuserpresets','write',70,'mod_data',20),(320,'mod/data:exportentry','read',70,'mod_data',8),(321,'mod/data:exportownentry','read',70,'mod_data',0),(322,'mod/data:exportallentries','read',70,'mod_data',8),(323,'mod/data:exportuserinfo','read',70,'mod_data',8),(324,'mod/data:view','read',70,'mod_data',0),(325,'mod/feedback:addinstance','write',50,'mod_feedback',4),(326,'mod/feedback:view','read',70,'mod_feedback',0),(327,'mod/feedback:complete','write',70,'mod_feedback',16),(328,'mod/feedback:viewanalysepage','read',70,'mod_feedback',8),(329,'mod/feedback:deletesubmissions','write',70,'mod_feedback',0),(330,'mod/feedback:mapcourse','write',70,'mod_feedback',0),(331,'mod/feedback:edititems','write',70,'mod_feedback',20),(332,'mod/feedback:createprivatetemplate','write',70,'mod_feedback',16),(333,'mod/feedback:createpublictemplate','write',70,'mod_feedback',16),(334,'mod/feedback:deletetemplate','write',70,'mod_feedback',0),(335,'mod/feedback:viewreports','read',70,'mod_feedback',8),(336,'mod/feedback:receivemail','read',70,'mod_feedback',8),(337,'mod/folder:addinstance','write',50,'mod_folder',4),(338,'mod/folder:view','read',70,'mod_folder',0),(339,'mod/folder:managefiles','write',70,'mod_folder',20),(340,'mod/forum:addinstance','write',50,'mod_forum',4),(341,'mod/forum:viewdiscussion','read',70,'mod_forum',0),(342,'mod/forum:viewhiddentimedposts','read',70,'mod_forum',0),(343,'mod/forum:startdiscussion','write',70,'mod_forum',16),(344,'mod/forum:replypost','write',70,'mod_forum',16),(345,'mod/forum:addnews','write',70,'mod_forum',16),(346,'mod/forum:replynews','write',70,'mod_forum',16),(347,'mod/forum:viewrating','read',70,'mod_forum',0),(348,'mod/forum:viewanyrating','read',70,'mod_forum',8),(349,'mod/forum:viewallratings','read',70,'mod_forum',8),(350,'mod/forum:rate','write',70,'mod_forum',0),(351,'mod/forum:postprivatereply','write',70,'mod_forum',0),(352,'mod/forum:readprivatereplies','read',70,'mod_forum',0),(353,'mod/forum:createattachment','write',70,'mod_forum',16),(354,'mod/forum:deleteownpost','write',70,'mod_forum',0),(355,'mod/forum:deleteanypost','write',70,'mod_forum',0),(356,'mod/forum:splitdiscussions','write',70,'mod_forum',0),(357,'mod/forum:movediscussions','write',70,'mod_forum',0),(358,'mod/forum:pindiscussions','write',70,'mod_forum',0),(359,'mod/forum:editanypost','write',70,'mod_forum',16),(360,'mod/forum:viewqandawithoutposting','read',70,'mod_forum',0),(361,'mod/forum:viewsubscribers','read',70,'mod_forum',0),(362,'mod/forum:managesubscriptions','write',70,'mod_forum',16),(363,'mod/forum:postwithoutthrottling','write',70,'mod_forum',16),(364,'mod/forum:exportdiscussion','read',70,'mod_forum',8),(365,'mod/forum:exportforum','read',70,'mod_forum',8),(366,'mod/forum:exportpost','read',70,'mod_forum',8),(367,'mod/forum:exportownpost','read',70,'mod_forum',8),(368,'mod/forum:addquestion','write',70,'mod_forum',16),(369,'mod/forum:allowforcesubscribe','read',70,'mod_forum',0),(370,'mod/forum:canposttomygroups','write',70,'mod_forum',0),(371,'mod/forum:canoverridediscussionlock','write',70,'mod_forum',0),(372,'mod/forum:canoverridecutoff','write',70,'mod_forum',0),(373,'mod/forum:cantogglefavourite','write',70,'mod_forum',0),(374,'mod/forum:grade','write',70,'mod_forum',0),(375,'mod/forum:canmailnow','write',70,'mod_forum',16),(376,'mod/glossary:addinstance','write',50,'mod_glossary',4),(377,'mod/glossary:view','read',70,'mod_glossary',0),(378,'mod/glossary:write','write',70,'mod_glossary',16),(379,'mod/glossary:manageentries','write',70,'mod_glossary',16),(380,'mod/glossary:managecategories','write',70,'mod_glossary',16),(381,'mod/glossary:comment','write',70,'mod_glossary',16),(382,'mod/glossary:managecomments','write',70,'mod_glossary',16),(383,'mod/glossary:import','write',70,'mod_glossary',16),(384,'mod/glossary:export','read',70,'mod_glossary',0),(385,'mod/glossary:approve','write',70,'mod_glossary',16),(386,'mod/glossary:rate','write',70,'mod_glossary',0),(387,'mod/glossary:viewrating','read',70,'mod_glossary',0),(388,'mod/glossary:viewanyrating','read',70,'mod_glossary',8),(389,'mod/glossary:viewallratings','read',70,'mod_glossary',8),(390,'mod/glossary:exportentry','read',70,'mod_glossary',8),(391,'mod/glossary:exportownentry','read',70,'mod_glossary',0),(392,'mod/h5pactivity:view','read',70,'mod_h5pactivity',0),(393,'mod/h5pactivity:addinstance','write',50,'mod_h5pactivity',0),(394,'mod/h5pactivity:submit','write',70,'mod_h5pactivity',0),(395,'mod/h5pactivity:reviewattempts','read',70,'mod_h5pactivity',0),(396,'mod/imscp:view','read',70,'mod_imscp',0),(397,'mod/imscp:addinstance','write',50,'mod_imscp',4),(398,'mod/label:addinstance','write',50,'mod_label',4),(399,'mod/label:view','read',70,'mod_label',0),(400,'mod/lesson:addinstance','write',50,'mod_lesson',4),(401,'mod/lesson:edit','write',70,'mod_lesson',4),(402,'mod/lesson:grade','write',70,'mod_lesson',20),(403,'mod/lesson:viewreports','read',70,'mod_lesson',8),(404,'mod/lesson:manage','write',70,'mod_lesson',0),(405,'mod/lesson:manageoverrides','write',70,'mod_lesson',0),(406,'mod/lesson:view','read',70,'mod_lesson',0),(407,'mod/lti:view','read',70,'mod_lti',0),(408,'mod/lti:addinstance','write',50,'mod_lti',4),(409,'mod/lti:manage','write',70,'mod_lti',8),(410,'mod/lti:admin','write',70,'mod_lti',8),(411,'mod/lti:addcoursetool','write',50,'mod_lti',0),(412,'mod/lti:addpreconfiguredinstance','write',50,'mod_lti',0),(413,'mod/lti:requesttooladd','write',50,'mod_lti',0),(414,'mod/page:view','read',70,'mod_page',0),(415,'mod/page:addinstance','write',50,'mod_page',4),(416,'mod/quiz:view','read',70,'mod_quiz',0),(417,'mod/quiz:addinstance','write',50,'mod_quiz',4),(418,'mod/quiz:attempt','write',70,'mod_quiz',16),(419,'mod/quiz:reviewmyattempts','read',70,'mod_quiz',0),(420,'mod/quiz:manage','write',70,'mod_quiz',16),(421,'mod/quiz:manageoverrides','write',70,'mod_quiz',0),(422,'mod/quiz:viewoverrides','read',70,'mod_quiz',0),(423,'mod/quiz:preview','write',70,'mod_quiz',0),(424,'mod/quiz:grade','write',70,'mod_quiz',20),(425,'mod/quiz:regrade','write',70,'mod_quiz',16),(426,'mod/quiz:viewreports','read',70,'mod_quiz',8),(427,'mod/quiz:deleteattempts','write',70,'mod_quiz',32),(428,'mod/quiz:reopenattempts','write',70,'mod_quiz',0),(429,'mod/quiz:ignoretimelimits','read',70,'mod_quiz',0),(430,'mod/quiz:emailconfirmsubmission','read',70,'mod_quiz',0),(431,'mod/quiz:emailnotifysubmission','read',70,'mod_quiz',0),(432,'mod/quiz:emailwarnoverdue','read',70,'mod_quiz',0),(433,'mod/quiz:emailnotifyattemptgraded','read',70,'mod_quiz',0),(434,'mod/resource:view','read',70,'mod_resource',0),(435,'mod/resource:addinstance','write',50,'mod_resource',4),(436,'mod/scorm:addinstance','write',50,'mod_scorm',4),(437,'mod/scorm:viewreport','read',70,'mod_scorm',0),(438,'mod/scorm:skipview','read',70,'mod_scorm',0),(439,'mod/scorm:savetrack','write',70,'mod_scorm',0),(440,'mod/scorm:viewscores','read',70,'mod_scorm',0),(441,'mod/scorm:deleteresponses','write',70,'mod_scorm',0),(442,'mod/scorm:deleteownresponses','write',70,'mod_scorm',0),(443,'mod/survey:addinstance','write',50,'mod_survey',4),(444,'mod/survey:participate','read',70,'mod_survey',0),(445,'mod/survey:readresponses','read',70,'mod_survey',0),(446,'mod/survey:download','read',70,'mod_survey',0),(447,'mod/url:view','read',70,'mod_url',0),(448,'mod/url:addinstance','write',50,'mod_url',4),(449,'mod/wiki:addinstance','write',50,'mod_wiki',4),(450,'mod/wiki:viewpage','read',70,'mod_wiki',0),(451,'mod/wiki:editpage','write',70,'mod_wiki',16),(452,'mod/wiki:createpage','write',70,'mod_wiki',16),(453,'mod/wiki:viewcomment','read',70,'mod_wiki',0),(454,'mod/wiki:editcomment','write',70,'mod_wiki',16),(455,'mod/wiki:managecomment','write',70,'mod_wiki',0),(456,'mod/wiki:managefiles','write',70,'mod_wiki',0),(457,'mod/wiki:overridelock','write',70,'mod_wiki',0),(458,'mod/wiki:managewiki','write',70,'mod_wiki',0),(459,'mod/workshop:view','read',70,'mod_workshop',0),(460,'mod/workshop:addinstance','write',50,'mod_workshop',4),(461,'mod/workshop:switchphase','write',70,'mod_workshop',0),(462,'mod/workshop:editdimensions','write',70,'mod_workshop',4),(463,'mod/workshop:submit','write',70,'mod_workshop',0),(464,'mod/workshop:peerassess','write',70,'mod_workshop',0),(465,'mod/workshop:manageexamples','write',70,'mod_workshop',0),(466,'mod/workshop:allocate','write',70,'mod_workshop',0),(467,'mod/workshop:publishsubmissions','write',70,'mod_workshop',0),(468,'mod/workshop:viewauthornames','read',70,'mod_workshop',0),(469,'mod/workshop:viewreviewernames','read',70,'mod_workshop',0),(470,'mod/workshop:viewallsubmissions','read',70,'mod_workshop',0),(471,'mod/workshop:viewpublishedsubmissions','read',70,'mod_workshop',0),(472,'mod/workshop:viewauthorpublished','read',70,'mod_workshop',0),(473,'mod/workshop:viewallassessments','read',70,'mod_workshop',0),(474,'mod/workshop:overridegrades','write',70,'mod_workshop',0),(475,'mod/workshop:ignoredeadlines','write',70,'mod_workshop',0),(476,'mod/workshop:deletesubmissions','write',70,'mod_workshop',0),(477,'mod/workshop:exportsubmissions','read',70,'mod_workshop',0),(478,'auth/oauth2:managelinkedlogins','write',30,'auth_oauth2',0),(479,'communication/matrix:moderator','read',50,'communication_matrix',0),(480,'enrol/category:synchronised','write',10,'enrol_category',0),(481,'enrol/category:config','write',50,'enrol_category',0),(482,'enrol/cohort:config','write',50,'enrol_cohort',0),(483,'enrol/cohort:unenrol','write',50,'enrol_cohort',0),(484,'enrol/database:unenrol','write',50,'enrol_database',0),(485,'enrol/database:config','write',50,'enrol_database',0),(486,'enrol/fee:config','write',50,'enrol_fee',0),(487,'enrol/fee:manage','write',50,'enrol_fee',0),(488,'enrol/fee:unenrol','write',50,'enrol_fee',0),(489,'enrol/fee:unenrolself','write',50,'enrol_fee',0),(490,'enrol/flatfile:manage','write',50,'enrol_flatfile',0),(491,'enrol/flatfile:unenrol','write',50,'enrol_flatfile',0),(492,'enrol/guest:config','write',50,'enrol_guest',0),(493,'enrol/imsenterprise:config','write',50,'enrol_imsenterprise',0),(494,'enrol/ldap:manage','write',50,'enrol_ldap',0),(495,'enrol/lti:config','write',50,'enrol_lti',0),(496,'enrol/lti:unenrol','write',50,'enrol_lti',0),(497,'enrol/manual:config','write',50,'enrol_manual',0),(498,'enrol/manual:enrol','write',50,'enrol_manual',0),(499,'enrol/manual:manage','write',50,'enrol_manual',0),(500,'enrol/manual:unenrol','write',50,'enrol_manual',0),(501,'enrol/manual:unenrolself','write',50,'enrol_manual',0),(502,'enrol/meta:config','write',50,'enrol_meta',0),(503,'enrol/meta:selectaslinked','read',50,'enrol_meta',0),(504,'enrol/meta:unenrol','write',50,'enrol_meta',0),(505,'enrol/mnet:config','write',50,'enrol_mnet',0),(506,'enrol/paypal:config','write',50,'enrol_paypal',0),(507,'enrol/paypal:manage','write',50,'enrol_paypal',0),(508,'enrol/paypal:unenrol','write',50,'enrol_paypal',0),(509,'enrol/paypal:unenrolself','write',50,'enrol_paypal',0),(510,'enrol/self:config','write',50,'enrol_self',0),(511,'enrol/self:manage','write',50,'enrol_self',0),(512,'enrol/self:holdkey','write',50,'enrol_self',0),(513,'enrol/self:unenrolself','write',50,'enrol_self',0),(514,'enrol/self:unenrol','write',50,'enrol_self',0),(515,'enrol/self:enrolself','write',50,'enrol_self',0),(516,'message/airnotifier:managedevice','write',10,'message_airnotifier',0),(517,'block/accessreview:addinstance','write',80,'block_accessreview',0),(518,'block/accessreview:view','read',80,'block_accessreview',0),(519,'block/activity_modules:addinstance','write',80,'block_activity_modules',20),(520,'block/activity_results:addinstance','write',80,'block_activity_results',20),(521,'block/admin_bookmarks:myaddinstance','write',10,'block_admin_bookmarks',0),(522,'block/admin_bookmarks:addinstance','write',80,'block_admin_bookmarks',20),(523,'block/badges:addinstance','read',80,'block_badges',0),(524,'block/badges:myaddinstance','read',10,'block_badges',8),(525,'block/blog_menu:addinstance','write',80,'block_blog_menu',20),(526,'block/blog_recent:addinstance','write',80,'block_blog_recent',20),(527,'block/blog_tags:addinstance','write',80,'block_blog_tags',20),(528,'block/calendar_month:myaddinstance','write',10,'block_calendar_month',0),(529,'block/calendar_month:addinstance','write',80,'block_calendar_month',20),(530,'block/calendar_upcoming:myaddinstance','write',10,'block_calendar_upcoming',0),(531,'block/calendar_upcoming:addinstance','write',80,'block_calendar_upcoming',20),(532,'block/comments:myaddinstance','write',10,'block_comments',0),(533,'block/comments:addinstance','write',80,'block_comments',20),(534,'block/completionstatus:addinstance','write',80,'block_completionstatus',20),(535,'block/course_list:myaddinstance','write',10,'block_course_list',0),(536,'block/course_list:addinstance','write',80,'block_course_list',20),(537,'block/course_summary:addinstance','write',80,'block_course_summary',20),(538,'block/feedback:addinstance','write',80,'block_feedback',20),(539,'block/globalsearch:myaddinstance','write',10,'block_globalsearch',0),(540,'block/globalsearch:addinstance','write',80,'block_globalsearch',0),(541,'block/glossary_random:myaddinstance','write',10,'block_glossary_random',0),(542,'block/glossary_random:addinstance','write',80,'block_glossary_random',20),(543,'block/html:myaddinstance','write',10,'block_html',0),(544,'block/html:addinstance','write',80,'block_html',20),(545,'block/login:addinstance','write',80,'block_login',20),(546,'block/lp:addinstance','write',10,'block_lp',0),(547,'block/lp:myaddinstance','write',10,'block_lp',0),(548,'block/mentees:myaddinstance','write',10,'block_mentees',0),(549,'block/mentees:addinstance','write',80,'block_mentees',20),(550,'block/mnet_hosts:myaddinstance','write',10,'block_mnet_hosts',0),(551,'block/mnet_hosts:addinstance','write',80,'block_mnet_hosts',20),(552,'block/myoverview:myaddinstance','write',10,'block_myoverview',0),(553,'block/myprofile:myaddinstance','write',10,'block_myprofile',0),(554,'block/myprofile:addinstance','write',80,'block_myprofile',20),(555,'block/navigation:myaddinstance','write',10,'block_navigation',0),(556,'block/navigation:addinstance','write',80,'block_navigation',20),(557,'block/news_items:myaddinstance','write',10,'block_news_items',0),(558,'block/news_items:addinstance','write',80,'block_news_items',20),(559,'block/online_users:myaddinstance','write',10,'block_online_users',0),(560,'block/online_users:addinstance','write',80,'block_online_users',20),(561,'block/online_users:viewlist','read',80,'block_online_users',0),(562,'block/private_files:myaddinstance','write',10,'block_private_files',0),(563,'block/private_files:addinstance','write',80,'block_private_files',20),(564,'block/recent_activity:addinstance','write',80,'block_recent_activity',20),(565,'block/recent_activity:viewaddupdatemodule','read',50,'block_recent_activity',0),(566,'block/recent_activity:viewdeletemodule','read',50,'block_recent_activity',0),(567,'block/recentlyaccessedcourses:myaddinstance','write',10,'block_recentlyaccessedcourses',0),(568,'block/recentlyaccesseditems:myaddinstance','write',10,'block_recentlyaccesseditems',0),(569,'block/rss_client:myaddinstance','write',10,'block_rss_client',0),(570,'block/rss_client:addinstance','write',80,'block_rss_client',20),(571,'block/rss_client:manageownfeeds','write',80,'block_rss_client',0),(572,'block/rss_client:manageanyfeeds','write',80,'block_rss_client',16),(573,'block/search_forums:addinstance','write',80,'block_search_forums',20),(574,'block/section_links:addinstance','write',80,'block_section_links',20),(575,'block/selfcompletion:addinstance','write',80,'block_selfcompletion',20),(576,'block/settings:myaddinstance','write',10,'block_settings',0),(577,'block/settings:addinstance','write',80,'block_settings',20),(578,'block/site_main_menu:addinstance','write',80,'block_site_main_menu',20),(579,'block/social_activities:addinstance','write',80,'block_social_activities',20),(580,'block/starredcourses:myaddinstance','write',10,'block_starredcourses',0),(581,'block/tag_flickr:addinstance','write',80,'block_tag_flickr',20),(582,'block/tag_youtube:addinstance','write',80,'block_tag_youtube',20),(583,'block/tags:myaddinstance','write',10,'block_tags',0),(584,'block/tags:addinstance','write',80,'block_tags',20),(585,'block/timeline:myaddinstance','write',10,'block_timeline',0),(586,'report/completion:view','read',50,'report_completion',8),(587,'report/courseoverview:view','read',10,'report_courseoverview',8),(588,'report/log:view','read',50,'report_log',8),(589,'report/log:viewtoday','read',50,'report_log',8),(590,'report/loglive:view','read',50,'report_loglive',8),(591,'report/outline:view','read',50,'report_outline',8),(592,'report/outline:viewuserreport','read',50,'report_outline',8),(593,'report/participation:view','read',50,'report_participation',8),(594,'report/performance:view','read',10,'report_performance',2),(595,'report/progress:view','read',50,'report_progress',8),(596,'report/questioninstances:view','read',10,'report_questioninstances',0),(597,'report/security:view','read',10,'report_security',2),(598,'report/stats:view','read',50,'report_stats',8),(599,'report/status:view','read',10,'report_status',2),(600,'report/usersessions:manageownsessions','write',30,'report_usersessions',0),(601,'gradeexport/ods:view','read',50,'gradeexport_ods',8),(602,'gradeexport/ods:publish','read',50,'gradeexport_ods',8),(603,'gradeexport/txt:view','read',50,'gradeexport_txt',8),(604,'gradeexport/txt:publish','read',50,'gradeexport_txt',8),(605,'gradeexport/xls:view','read',50,'gradeexport_xls',8),(606,'gradeexport/xls:publish','read',50,'gradeexport_xls',8),(607,'gradeexport/xml:view','read',50,'gradeexport_xml',8),(608,'gradeexport/xml:publish','read',50,'gradeexport_xml',8),(609,'gradeimport/csv:view','write',50,'gradeimport_csv',0),(610,'gradeimport/direct:view','write',50,'gradeimport_direct',0),(611,'gradeimport/xml:view','write',50,'gradeimport_xml',0),(612,'gradeimport/xml:publish','write',50,'gradeimport_xml',0),(613,'gradereport/grader:view','read',50,'gradereport_grader',8),(614,'gradereport/history:view','read',50,'gradereport_history',8),(615,'gradereport/outcomes:view','read',50,'gradereport_outcomes',8),(616,'gradereport/overview:view','read',50,'gradereport_overview',8),(617,'gradereport/singleview:view','read',50,'gradereport_singleview',8),(618,'gradereport/summary:view','read',50,'gradereport_summary',8),(619,'gradereport/user:view','read',50,'gradereport_user',8),(620,'webservice/rest:use','read',50,'webservice_rest',0),(621,'webservice/soap:use','read',50,'webservice_soap',0),(622,'repository/areafiles:view','read',70,'repository_areafiles',0),(623,'repository/contentbank:view','read',70,'repository_contentbank',0),(624,'repository/contentbank:accesscoursecontent','read',50,'repository_contentbank',0),(625,'repository/contentbank:accesscoursecategorycontent','read',40,'repository_contentbank',0),(626,'repository/contentbank:accessgeneralcontent','read',40,'repository_contentbank',0),(627,'repository/coursefiles:view','read',70,'repository_coursefiles',0),(628,'repository/dropbox:view','read',70,'repository_dropbox',0),(629,'repository/equella:view','read',70,'repository_equella',0),(630,'repository/filesystem:view','read',70,'repository_filesystem',0),(631,'repository/flickr:view','read',70,'repository_flickr',0),(632,'repository/flickr_public:view','read',70,'repository_flickr_public',0),(633,'repository/googledocs:view','read',70,'repository_googledocs',0),(634,'repository/local:view','read',70,'repository_local',0),(635,'repository/merlot:view','read',70,'repository_merlot',0),(636,'repository/nextcloud:view','read',70,'repository_nextcloud',0),(637,'repository/onedrive:view','read',70,'repository_onedrive',0),(638,'repository/recent:view','read',70,'repository_recent',0),(639,'repository/s3:view','read',70,'repository_s3',0),(640,'repository/upload:view','read',70,'repository_upload',0),(641,'repository/url:view','read',70,'repository_url',0),(642,'repository/user:view','read',70,'repository_user',0),(643,'repository/webdav:view','read',70,'repository_webdav',0),(644,'repository/wikimedia:view','read',70,'repository_wikimedia',0),(645,'repository/youtube:view','read',70,'repository_youtube',0),(646,'moodle/question:commentmine','write',50,'qbank_comment',0),(647,'moodle/question:commentall','write',50,'qbank_comment',0),(648,'qbank/customfields:changelockedcustomfields','write',50,'qbank_customfields',16),(649,'qbank/customfields:configurecustomfields','write',10,'qbank_customfields',16),(650,'qbank/customfields:viewhiddencustomfields','read',50,'qbank_customfields',0),(651,'tool/brickfield:viewcoursetools','read',50,'tool_brickfield',8),(652,'tool/brickfield:viewsystemtools','read',10,'tool_brickfield',2),(653,'tool/customlang:view','read',10,'tool_customlang',2),(654,'tool/customlang:edit','write',10,'tool_customlang',6),(655,'tool/customlang:export','read',10,'tool_customlang',2),(656,'tool/dataprivacy:managedatarequests','write',10,'tool_dataprivacy',60),(657,'tool/dataprivacy:requestdeleteforotheruser','write',10,'tool_dataprivacy',60),(658,'tool/dataprivacy:managedataregistry','write',10,'tool_dataprivacy',60),(659,'tool/dataprivacy:makedatarequestsforchildren','write',30,'tool_dataprivacy',24),(660,'tool/dataprivacy:makedatadeletionrequestsforchildren','write',30,'tool_dataprivacy',24),(661,'tool/dataprivacy:downloadownrequest','read',30,'tool_dataprivacy',0),(662,'tool/dataprivacy:downloadallrequests','read',30,'tool_dataprivacy',8),(663,'tool/dataprivacy:requestdelete','write',30,'tool_dataprivacy',32),(664,'tool/lpmigrate:frameworksmigrate','write',10,'tool_lpmigrate',0),(665,'tool/mfa:mfaaccess','write',30,'tool_mfa',0),(666,'tool/monitor:subscribe','read',50,'tool_monitor',8),(667,'tool/monitor:managerules','write',50,'tool_monitor',4),(668,'tool/monitor:managetool','write',10,'tool_monitor',4),(669,'tool/policy:accept','write',10,'tool_policy',0),(670,'tool/policy:acceptbehalf','write',30,'tool_policy',8),(671,'tool/policy:managedocs','write',10,'tool_policy',0),(672,'tool/policy:viewacceptances','read',10,'tool_policy',0),(673,'tool/recyclebin:deleteitems','write',50,'tool_recyclebin',32),(674,'tool/recyclebin:restoreitems','write',50,'tool_recyclebin',0),(675,'tool/recyclebin:viewitems','read',50,'tool_recyclebin',0),(676,'tool/uploaduser:uploaduserpictures','write',10,'tool_uploaduser',16),(677,'tool/usertours:managetours','write',10,'tool_usertours',4),(678,'contenttype/h5p:access','read',50,'contenttype_h5p',0),(679,'contenttype/h5p:upload','write',50,'contenttype_h5p',16),(680,'contenttype/h5p:useeditor','write',50,'contenttype_h5p',16),(681,'booktool/exportimscp:export','read',70,'booktool_exportimscp',0),(682,'booktool/importhtml:import','write',70,'booktool_importhtml',4),(683,'booktool/print:print','read',70,'booktool_print',0),(684,'forumreport/summary:view','read',70,'forumreport_summary',0),(685,'forumreport/summary:viewall','read',70,'forumreport_summary',8),(686,'quiz/grading:viewstudentnames','read',70,'quiz_grading',0),(687,'quiz/grading:viewidnumber','read',70,'quiz_grading',0),(688,'quiz/statistics:view','read',70,'quiz_statistics',0),(689,'quizaccess/seb:managetemplates','write',10,'quizaccess_seb',0),(690,'quizaccess/seb:bypassseb','read',70,'quizaccess_seb',0),(691,'quizaccess/seb:manage_seb_requiresafeexambrowser','write',70,'quizaccess_seb',0),(692,'quizaccess/seb:manage_seb_templateid','read',70,'quizaccess_seb',0),(693,'quizaccess/seb:manage_filemanager_sebconfigfile','write',70,'quizaccess_seb',0),(694,'quizaccess/seb:manage_seb_showsebdownloadlink','write',70,'quizaccess_seb',0),(695,'quizaccess/seb:manage_seb_allowedbrowserexamkeys','write',70,'quizaccess_seb',0),(696,'quizaccess/seb:manage_seb_linkquitseb','write',70,'quizaccess_seb',0),(697,'quizaccess/seb:manage_seb_userconfirmquit','write',70,'quizaccess_seb',0),(698,'quizaccess/seb:manage_seb_allowuserquitseb','write',70,'quizaccess_seb',0),(699,'quizaccess/seb:manage_seb_quitpassword','write',70,'quizaccess_seb',0),(700,'quizaccess/seb:manage_seb_allowreloadinexam','write',70,'quizaccess_seb',0),(701,'quizaccess/seb:manage_seb_showsebtaskbar','write',70,'quizaccess_seb',0),(702,'quizaccess/seb:manage_seb_showreloadbutton','write',70,'quizaccess_seb',0),(703,'quizaccess/seb:manage_seb_showtime','write',70,'quizaccess_seb',0),(704,'quizaccess/seb:manage_seb_showkeyboardlayout','write',70,'quizaccess_seb',0),(705,'quizaccess/seb:manage_seb_showwificontrol','write',70,'quizaccess_seb',0),(706,'quizaccess/seb:manage_seb_enableaudiocontrol','write',70,'quizaccess_seb',0),(707,'quizaccess/seb:manage_seb_muteonstartup','write',70,'quizaccess_seb',0),(708,'quizaccess/seb:manage_seb_allowspellchecking','write',70,'quizaccess_seb',0),(709,'quizaccess/seb:manage_seb_activateurlfiltering','write',70,'quizaccess_seb',0),(710,'quizaccess/seb:manage_seb_filterembeddedcontent','write',70,'quizaccess_seb',0),(711,'quizaccess/seb:manage_seb_expressionsallowed','write',70,'quizaccess_seb',0),(712,'quizaccess/seb:manage_seb_regexallowed','write',70,'quizaccess_seb',0),(713,'quizaccess/seb:manage_seb_expressionsblocked','write',70,'quizaccess_seb',0),(714,'quizaccess/seb:manage_seb_regexblocked','write',70,'quizaccess_seb',0),(715,'atto/h5p:addembed','write',70,'atto_h5p',0),(716,'atto/recordrtc:recordaudio','write',70,'atto_recordrtc',0),(717,'atto/recordrtc:recordvideo','write',70,'atto_recordrtc',0),(718,'tiny/h5p:addembed','write',70,'tiny_h5p',0),(719,'tiny/recordrtc:recordaudio','write',70,'tiny_recordrtc',0),(720,'tiny/recordrtc:recordvideo','write',70,'tiny_recordrtc',0),(721,'factor/capability:cannotpassfactor','read',10,'factor_capability',0); /*!40000 ALTER TABLE `mdl_capabilities` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_chat` -- DROP TABLE IF EXISTS `mdl_chat`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_chat_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Each of these is a chat room'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_chat` -- LOCK TABLES `mdl_chat` WRITE; /*!40000 ALTER TABLE `mdl_chat` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_chat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_chat_messages` -- DROP TABLE IF EXISTS `mdl_chat_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_chatmess_use_ix` (`userid`), KEY `mdl_chatmess_gro_ix` (`groupid`), KEY `mdl_chatmess_timcha_ix` (`timestamp`,`chatid`), KEY `mdl_chatmess_cha_ix` (`chatid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores all the actual chat messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_chat_messages` -- LOCK TABLES `mdl_chat_messages` WRITE; /*!40000 ALTER TABLE `mdl_chat_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_chat_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_chat_messages_current` -- DROP TABLE IF EXISTS `mdl_chat_messages_current`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_chatmesscurr_use_ix` (`userid`), KEY `mdl_chatmesscurr_gro_ix` (`groupid`), KEY `mdl_chatmesscurr_timcha_ix` (`timestamp`,`chatid`), KEY `mdl_chatmesscurr_cha_ix` (`chatid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores current session'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_chat_messages_current` -- LOCK TABLES `mdl_chat_messages_current` WRITE; /*!40000 ALTER TABLE `mdl_chat_messages_current` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_chat_messages_current` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_chat_users` -- DROP TABLE IF EXISTS `mdl_chat_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_chatuser_use_ix` (`userid`), KEY `mdl_chatuser_las_ix` (`lastping`), KEY `mdl_chatuser_gro_ix` (`groupid`), KEY `mdl_chatuser_cha_ix` (`chatid`), KEY `mdl_chatuser_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Keeps track of which users are in which chat rooms'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_chat_users` -- LOCK TABLES `mdl_chat_users` WRITE; /*!40000 ALTER TABLE `mdl_chat_users` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_chat_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_choice` -- DROP TABLE IF EXISTS `mdl_choice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `showavailable` tinyint(1) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_choi_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Available choices are stored here'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_choice` -- LOCK TABLES `mdl_choice` WRITE; /*!40000 ALTER TABLE `mdl_choice` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_choice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_choice_answers` -- DROP TABLE IF EXISTS `mdl_choice_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_choiansw_use_ix` (`userid`), KEY `mdl_choiansw_cho_ix` (`choiceid`), KEY `mdl_choiansw_opt_ix` (`optionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='choices performed by users'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_choice_answers` -- LOCK TABLES `mdl_choice_answers` WRITE; /*!40000 ALTER TABLE `mdl_choice_answers` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_choice_answers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_choice_options` -- DROP TABLE IF EXISTS `mdl_choice_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_choice_options` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `choiceid` bigint(10) NOT NULL DEFAULT 0, `text` longtext DEFAULT NULL, `maxanswers` bigint(10) DEFAULT 0, `timemodified` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_choiopti_cho_ix` (`choiceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='available options to choice'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_choice_options` -- LOCK TABLES `mdl_choice_options` WRITE; /*!40000 ALTER TABLE `mdl_choice_options` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_choice_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_cohort` -- DROP TABLE IF EXISTS `mdl_cohort`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `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 `mdl_coho_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Each record represents one cohort (aka site-wide group).'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_cohort` -- LOCK TABLES `mdl_cohort` WRITE; /*!40000 ALTER TABLE `mdl_cohort` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_cohort` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_cohort_members` -- DROP TABLE IF EXISTS `mdl_cohort_members`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_cohomemb_cohuse_uix` (`cohortid`,`userid`), KEY `mdl_cohomemb_coh_ix` (`cohortid`), KEY `mdl_cohomemb_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Link a user to a cohort.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_cohort_members` -- LOCK TABLES `mdl_cohort_members` WRITE; /*!40000 ALTER TABLE `mdl_cohort_members` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_cohort_members` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_comments` -- DROP TABLE IF EXISTS `mdl_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_comm_concomite_ix` (`contextid`,`commentarea`,`itemid`), KEY `mdl_comm_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='moodle comments module'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_comments` -- LOCK TABLES `mdl_comments` WRITE; /*!40000 ALTER TABLE `mdl_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_communication` -- DROP TABLE IF EXISTS `mdl_communication`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_communication` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `contextid` bigint(10) NOT NULL, `instanceid` bigint(10) NOT NULL, `component` varchar(100) NOT NULL DEFAULT '', `instancetype` varchar(100) NOT NULL DEFAULT '', `provider` varchar(100) NOT NULL DEFAULT '', `roomname` varchar(255) DEFAULT NULL, `avatarfilename` varchar(100) DEFAULT NULL, `active` tinyint(1) NOT NULL DEFAULT 1, `avatarsynced` tinyint(1) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_comm_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Communication records'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_communication` -- LOCK TABLES `mdl_communication` WRITE; /*!40000 ALTER TABLE `mdl_communication` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_communication` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_communication_customlink` -- DROP TABLE IF EXISTS `mdl_communication_customlink`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_communication_customlink` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `commid` bigint(10) NOT NULL, `url` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_commcust_com_ix` (`commid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the link associated with a custom link communication '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_communication_customlink` -- LOCK TABLES `mdl_communication_customlink` WRITE; /*!40000 ALTER TABLE `mdl_communication_customlink` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_communication_customlink` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_communication_user` -- DROP TABLE IF EXISTS `mdl_communication_user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_communication_user` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `commid` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `synced` tinyint(1) NOT NULL DEFAULT 0, `deleted` tinyint(1) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_commuser_com_ix` (`commid`), KEY `mdl_commuser_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Communication user records mapping'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_communication_user` -- LOCK TABLES `mdl_communication_user` WRITE; /*!40000 ALTER TABLE `mdl_communication_user` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_communication_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency` -- DROP TABLE IF EXISTS `mdl_competency`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_competency` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `shortname` varchar(100) DEFAULT NULL, `description` longtext DEFAULT NULL, `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 DEFAULT NULL, `scaleid` bigint(10) DEFAULT NULL, `scaleconfiguration` longtext DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `usermodified` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_comp_comidn_uix` (`competencyframeworkid`,`idnumber`), KEY `mdl_comp_rul_ix` (`ruleoutcome`), KEY `mdl_comp_sca_ix` (`scaleid`), KEY `mdl_comp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table contains the master record of each competency in '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency` -- LOCK TABLES `mdl_competency` WRITE; /*!40000 ALTER TABLE `mdl_competency` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_coursecomp` -- DROP TABLE IF EXISTS `mdl_competency_coursecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_compcour_coucom_uix` (`courseid`,`competencyid`), KEY `mdl_compcour_courul_ix` (`courseid`,`ruleoutcome`), KEY `mdl_compcour_cou2_ix` (`courseid`), KEY `mdl_compcour_com_ix` (`competencyid`), KEY `mdl_compcour_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a course.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_coursecomp` -- LOCK TABLES `mdl_competency_coursecomp` WRITE; /*!40000 ALTER TABLE `mdl_competency_coursecomp` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_coursecomp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_coursecompsetting` -- DROP TABLE IF EXISTS `mdl_competency_coursecompsetting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_compcour_cou_uix` (`courseid`), KEY `mdl_compcour_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table contains the course specific settings for compete'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_coursecompsetting` -- LOCK TABLES `mdl_competency_coursecompsetting` WRITE; /*!40000 ALTER TABLE `mdl_competency_coursecompsetting` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_coursecompsetting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_evidence` -- DROP TABLE IF EXISTS `mdl_competency_evidence`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `url` varchar(255) DEFAULT NULL, `grade` bigint(10) DEFAULT NULL, `note` longtext DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `usermodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_compevid_use_ix` (`usercompetencyid`), KEY `mdl_compevid_con_ix` (`contextid`), KEY `mdl_compevid_act_ix` (`actionuserid`), KEY `mdl_compevid_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The evidence linked to a user competency'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_evidence` -- LOCK TABLES `mdl_competency_evidence` WRITE; /*!40000 ALTER TABLE `mdl_competency_evidence` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_evidence` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_framework` -- DROP TABLE IF EXISTS `mdl_competency_framework`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `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 `mdl_compfram_idn_uix` (`idnumber`), KEY `mdl_compfram_con_ix` (`contextid`), KEY `mdl_compfram_sca_ix` (`scaleid`), KEY `mdl_compfram_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='List of competency frameworks.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_framework` -- LOCK TABLES `mdl_competency_framework` WRITE; /*!40000 ALTER TABLE `mdl_competency_framework` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_framework` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_modulecomp` -- DROP TABLE IF EXISTS `mdl_competency_modulecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `overridegrade` tinyint(1) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), UNIQUE KEY `mdl_compmodu_cmicom_uix` (`cmid`,`competencyid`), KEY `mdl_compmodu_cmirul_ix` (`cmid`,`ruleoutcome`), KEY `mdl_compmodu_cmi_ix` (`cmid`), KEY `mdl_compmodu_com_ix` (`competencyid`), KEY `mdl_compmodu_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a module.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_modulecomp` -- LOCK TABLES `mdl_competency_modulecomp` WRITE; /*!40000 ALTER TABLE `mdl_competency_modulecomp` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_modulecomp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_plan` -- DROP TABLE IF EXISTS `mdl_competency_plan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_competency_plan` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(100) NOT NULL DEFAULT '', `description` longtext DEFAULT NULL, `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 `mdl_compplan_usesta_ix` (`userid`,`status`), KEY `mdl_compplan_tem_ix` (`templateid`), KEY `mdl_compplan_stadue_ix` (`status`,`duedate`), KEY `mdl_compplan_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Learning plans'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_plan` -- LOCK TABLES `mdl_competency_plan` WRITE; /*!40000 ALTER TABLE `mdl_competency_plan` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_plan` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_plancomp` -- DROP TABLE IF EXISTS `mdl_competency_plancomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_compplan_placom_uix` (`planid`,`competencyid`), KEY `mdl_compplan_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Plan competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_plancomp` -- LOCK TABLES `mdl_competency_plancomp` WRITE; /*!40000 ALTER TABLE `mdl_competency_plancomp` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_plancomp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_relatedcomp` -- DROP TABLE IF EXISTS `mdl_competency_relatedcomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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`), KEY `mdl_comprela_com_ix` (`competencyid`), KEY `mdl_comprela_rel_ix` (`relatedcompetencyid`), KEY `mdl_comprela_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Related competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_relatedcomp` -- LOCK TABLES `mdl_competency_relatedcomp` WRITE; /*!40000 ALTER TABLE `mdl_competency_relatedcomp` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_relatedcomp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_template` -- DROP TABLE IF EXISTS `mdl_competency_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_competency_template` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `shortname` varchar(100) DEFAULT NULL, `contextid` bigint(10) NOT NULL, `description` longtext DEFAULT NULL, `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`), KEY `mdl_comptemp_con_ix` (`contextid`), KEY `mdl_comptemp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Learning plan templates.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_template` -- LOCK TABLES `mdl_competency_template` WRITE; /*!40000 ALTER TABLE `mdl_competency_template` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_template` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_templatecohort` -- DROP TABLE IF EXISTS `mdl_competency_templatecohort`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_comptemp_temcoh_uix` (`templateid`,`cohortid`), KEY `mdl_comptemp_tem2_ix` (`templateid`), KEY `mdl_comptemp_use3_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_templatecohort` -- LOCK TABLES `mdl_competency_templatecohort` WRITE; /*!40000 ALTER TABLE `mdl_competency_templatecohort` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_templatecohort` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_templatecomp` -- DROP TABLE IF EXISTS `mdl_competency_templatecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_comptemp_tem_ix` (`templateid`), KEY `mdl_comptemp_com_ix` (`competencyid`), KEY `mdl_comptemp_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a learning plan template.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_templatecomp` -- LOCK TABLES `mdl_competency_templatecomp` WRITE; /*!40000 ALTER TABLE `mdl_competency_templatecomp` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_templatecomp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_usercomp` -- DROP TABLE IF EXISTS `mdl_competency_usercomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_compuser_usecom_uix` (`userid`,`competencyid`), KEY `mdl_compuser_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='User competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_usercomp` -- LOCK TABLES `mdl_competency_usercomp` WRITE; /*!40000 ALTER TABLE `mdl_competency_usercomp` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_usercomp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_usercompcourse` -- DROP TABLE IF EXISTS `mdl_competency_usercompcourse`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_compuser_usecoucom_uix` (`userid`,`courseid`,`competencyid`), KEY `mdl_compuser_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='User competencies in a course'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_usercompcourse` -- LOCK TABLES `mdl_competency_usercompcourse` WRITE; /*!40000 ALTER TABLE `mdl_competency_usercompcourse` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_usercompcourse` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_usercompplan` -- DROP TABLE IF EXISTS `mdl_competency_usercompplan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_compuser_usecompla_uix` (`userid`,`competencyid`,`planid`), KEY `mdl_compuser_use3_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='User competencies plans'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_usercompplan` -- LOCK TABLES `mdl_competency_usercompplan` WRITE; /*!40000 ALTER TABLE `mdl_competency_usercompplan` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_usercompplan` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_userevidence` -- DROP TABLE IF EXISTS `mdl_competency_userevidence`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_compuser_use4_ix` (`userid`), KEY `mdl_compuser_use5_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The evidence of prior learning'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_userevidence` -- LOCK TABLES `mdl_competency_userevidence` WRITE; /*!40000 ALTER TABLE `mdl_competency_userevidence` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_userevidence` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_userevidencecomp` -- DROP TABLE IF EXISTS `mdl_competency_userevidencecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_compuser_usecom2_uix` (`userevidenceid`,`competencyid`), KEY `mdl_compuser_use6_ix` (`userevidenceid`), KEY `mdl_compuser_use7_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Relationship between user evidence and competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_userevidencecomp` -- LOCK TABLES `mdl_competency_userevidencecomp` WRITE; /*!40000 ALTER TABLE `mdl_competency_userevidencecomp` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_userevidencecomp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_config` -- DROP TABLE IF EXISTS `mdl_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_config` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `value` longtext NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_conf_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=575 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Moodle configuration variables'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_config` -- LOCK TABLES `mdl_config` WRITE; /*!40000 ALTER TABLE `mdl_config` DISABLE KEYS */; INSERT INTO `mdl_config` (`id`, `name`, `value`) VALUES (2,'rolesactive','1'),(3,'auth','email'),(4,'enrol_plugins_enabled','manual,guest,self,cohort'),(5,'theme','classic'),(6,'filter_multilang_converted','1'),(7,'siteidentifier','b2fNC28bKMLaDS21QrrrdkWZIskEc7hAwww.moodle.loc'),(8,'backup_version','2008111700'),(9,'backup_release','2.0 dev'),(10,'mnet_dispatcher_mode','off'),(11,'sessiontimeout','28800'),(12,'stringfilters',''),(13,'filterall','0'),(14,'texteditors','tiny,atto,tinymce,textarea'),(15,'antiviruses',''),(16,'media_plugins_sortorder','videojs,youtube'),(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','1722414942'),(25,'jsrev','1722414942'),(26,'templaterev','1722414942'),(27,'gdversion','2'),(28,'licenses','unknown,allrightsreserved,public,cc-4.0,cc-nc-4.0,cc-nd-4.0,cc-nc-nd-4.0,cc-nc-sa-4.0,cc-sa-4.0'),(29,'sitedefaultlicense','unknown'),(30,'version','2023100904'),(31,'enableuserfeedback','0'),(32,'userfeedback_nextreminder','1'),(33,'userfeedback_remindafter','90'),(34,'enableoutcomes','0'),(35,'usecomments','1'),(36,'usetags','1'),(37,'enablenotes','1'),(38,'enableportfolios','0'),(39,'enablewebservices','1'),(40,'enablestats','0'),(41,'enablerssfeeds','0'),(42,'enableblogs','1'),(43,'enablecompletion','1'),(44,'enableavailability','1'),(45,'enableplagiarism','0'),(46,'enablebadges','1'),(47,'enableglobalsearch','0'),(48,'allowstealth','0'),(49,'enableanalytics','1'),(50,'messaging','1'),(51,'enablecustomreports','1'),(52,'allowemojipicker','1'),(53,'userfiltersdefault','realname'),(54,'defaultpreference_maildisplay','2'),(55,'defaultpreference_mailformat','1'),(56,'defaultpreference_maildigest','0'),(57,'defaultpreference_autosubscribe','1'),(58,'defaultpreference_trackforums','0'),(59,'defaultpreference_core_contentbank_visibility','1'),(60,'enroladminnewcourse','1'),(61,'autologinguests','0'),(62,'hiddenuserfields',''),(63,'showuseridentity','email'),(64,'fullnamedisplay','language'),(65,'alternativefullnameformat','language'),(66,'maxusersperpage','100'),(67,'enablegravatar','0'),(68,'gravatardefaulturl','mm'),(69,'agedigitalconsentverification','0'),(70,'agedigitalconsentmap','*, 16\nAT, 14\nBE, 13\nBG, 14\nCY, 14\nCZ, 15\nDK, 13\nEE, 13\nES, 14\nFI, 13\nFR, 15\nGB, 13\nGR, 15\nIT, 14\nLT, 14\nLV, 13\nMT, 13\nNO, 13\nPT, 13\nSE, 13\nUS, 13'),(71,'sitepolicy',''),(72,'sitepolicyguest',''),(73,'downloadcoursecontentallowed','0'),(74,'maxsizeperdownloadcoursefile','52428800'),(75,'enablecourserequests','1'),(76,'defaultrequestcategory','1'),(77,'lockrequestcategory','0'),(78,'courserequestnotify',''),(79,'activitychoosertabmode','3'),(80,'activitychooseractivefooter','hidden'),(81,'enableasyncbackup','0'),(82,'grade_profilereport','user'),(83,'grade_aggregationposition','1'),(84,'grade_includescalesinaggregation','1'),(85,'grade_hiddenasdate','0'),(86,'gradepublishing','0'),(87,'grade_export_exportfeedback','0'),(88,'grade_export_displaytype','1'),(89,'grade_export_decimalpoints','2'),(90,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email'),(91,'grade_export_customprofilefields',''),(92,'recovergradesdefault','0'),(93,'gradeexport',''),(94,'unlimitedgrades','0'),(95,'grade_report_showmin','1'),(96,'gradepointmax','100'),(97,'gradepointdefault','100'),(98,'grade_minmaxtouse','1'),(99,'grade_mygrades_report','overview'),(100,'gradereport_mygradeurl',''),(101,'grade_hideforcedsettings','1'),(102,'grade_aggregation','13'),(103,'grade_aggregation_flag','0'),(104,'grade_aggregations_visible','13'),(105,'grade_aggregateonlygraded','1'),(106,'grade_aggregateonlygraded_flag','2'),(107,'grade_aggregateoutcomes','0'),(108,'grade_aggregateoutcomes_flag','2'),(109,'grade_keephigh','0'),(110,'grade_keephigh_flag','3'),(111,'grade_droplow','0'),(112,'grade_droplow_flag','2'),(113,'grade_overridecat','1'),(114,'grade_displaytype','1'),(115,'grade_decimalpoints','2'),(116,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime'),(117,'grade_report_showonlyactiveenrol','1'),(118,'grade_report_quickgrading','1'),(119,'grade_report_meanselection','1'),(120,'grade_report_showaverages','1'),(121,'grade_report_showranges','0'),(122,'grade_report_showuserimage','1'),(123,'grade_report_shownumberofgrades','0'),(124,'grade_report_averagesdisplaytype','inherit'),(125,'grade_report_rangesdisplaytype','inherit'),(126,'grade_report_averagesdecimalpoints','inherit'),(127,'grade_report_rangesdecimalpoints','inherit'),(128,'grade_report_historyperpage','50'),(129,'grade_report_overview_showrank','0'),(130,'grade_report_overview_showtotalsifcontainhidden','0'),(131,'grade_report_user_showrank','0'),(132,'grade_report_user_showpercentage','1'),(133,'grade_report_user_showgrade','1'),(134,'grade_report_user_showfeedback','1'),(135,'grade_report_user_showrange','1'),(136,'grade_report_user_showweight','1'),(137,'grade_report_user_showaverage','0'),(138,'grade_report_user_showlettergrade','0'),(139,'grade_report_user_rangedecimals','0'),(140,'grade_report_user_showhiddenitems','1'),(141,'grade_report_user_showtotalsifcontainhidden','0'),(142,'grade_report_user_showcontributiontocoursetotal','1'),(143,'badges_defaultissuername',''),(144,'badges_defaultissuercontact',''),(145,'badges_badgesalt','badges1722414907'),(146,'badges_allowcoursebadges','1'),(147,'badges_allowexternalbackpack','1'),(148,'rememberuserlicensepref','1'),(149,'timezone','Europe/London'),(150,'forcetimezone','99'),(151,'country','0'),(152,'defaultcity',''),(153,'geoip2file','/var/www/html/moodledata/geoip/GeoLite2-City.mmdb'),(154,'googlemapkey3',''),(155,'allcountrycodes',''),(156,'autolang','1'),(157,'lang','en'),(158,'autolangusercreation','1'),(159,'langmenu','1'),(160,'langlist',''),(161,'langrev','1722414946'),(162,'langcache','1'),(163,'langstringcache','1'),(164,'locale',''),(165,'latinexcelexport','0'),(166,'enablepdfexportfont','0'),(167,'messagingallusers','0'),(168,'messagingdefaultpressenter','1'),(169,'messagingdeletereadnotificationsdelay','604800'),(170,'messagingdeleteallnotificationsdelay','2620800'),(171,'messagingallowemailoverride','0'),(172,'requiremodintro','0'),(173,'registerauth',''),(174,'authloginviaemail','0'),(175,'allowaccountssameemail','0'),(176,'authpreventaccountcreation','0'),(177,'loginpageautofocus','0'),(178,'guestloginbutton','1'),(179,'limitconcurrentlogins','0'),(180,'alternateloginurl',''),(181,'forgottenpasswordurl',''),(182,'auth_instructions',''),(183,'allowemailaddresses',''),(184,'denyemailaddresses',''),(185,'verifychangedemail','1'),(186,'enableloginrecaptcha','0'),(187,'recaptchapublickey',''),(188,'recaptchaprivatekey',''),(189,'filteruploadedfiles','0'),(190,'filtermatchoneperpage','0'),(191,'filtermatchonepertext','0'),(192,'filternavigationwithsystemcontext','0'),(193,'media_default_width','640'),(194,'media_default_height','360'),(195,'portfolio_moderate_filesize_threshold','1048576'),(196,'portfolio_high_filesize_threshold','5242880'),(197,'portfolio_moderate_db_threshold','20'),(198,'portfolio_high_db_threshold','50'),(199,'repositorycacheexpire','120'),(200,'repositorygetfiletimeout','30'),(201,'repositorysyncfiletimeout','1'),(202,'repositorysyncimagetimeout','3'),(203,'repositoryallowexternallinks','1'),(204,'legacyfilesinnewcourses','0'),(205,'legacyfilesaddallowed','1'),(206,'searchengine','simpledb'),(207,'searchindexwhendisabled','0'),(208,'searchindextime','600'),(209,'searchallavailablecourses','0'),(210,'searchincludeallcourses','0'),(211,'searchenablecategories','0'),(212,'searchdefaultcategory','core-all'),(213,'searchhideallcategory','0'),(214,'searchmaxtopresults','3'),(215,'searchteacherroles',''),(216,'searchenginequeryonly',''),(217,'searchbannerenable','0'),(218,'searchbanner',''),(219,'allowbeforeblock','0'),(220,'allowedip',''),(221,'blockedip',''),(222,'protectusernames','1'),(223,'forcelogin','0'),(224,'forceloginforprofiles','1'),(225,'forceloginforprofileimage','0'),(226,'opentowebcrawlers','0'),(227,'allowindexing','0'),(228,'maxbytes','0'),(229,'userquota','104857600'),(230,'allowobjectembed','0'),(231,'enabletrusttext','0'),(232,'maxeditingtime','1800'),(233,'extendedusernamechars','0'),(234,'keeptagnamecase','1'),(235,'profilesforenrolledusersonly','1'),(236,'cronclionly','1'),(237,'cronremotepassword',''),(238,'lockoutthreshold','0'),(239,'lockoutwindow','1800'),(240,'lockoutduration','1800'),(241,'passwordpolicy','1'),(242,'minpasswordlength','8'),(243,'minpassworddigits','1'),(244,'minpasswordlower','1'),(245,'minpasswordupper','1'),(246,'minpasswordnonalphanum','1'),(247,'maxconsecutiveidentchars','0'),(248,'passwordpolicycheckonlogin','0'),(249,'passwordreuselimit','0'),(250,'pwresettime','1800'),(251,'passwordchangelogout','0'),(252,'passwordchangetokendeletion','0'),(253,'tokenduration','7257600'),(254,'groupenrolmentkeypolicy','1'),(255,'disableuserimages','0'),(256,'emailchangeconfirmation','1'),(257,'rememberusername','2'),(258,'strictformsrequired','0'),(259,'cookiesecure','1'),(260,'allowframembedding','0'),(261,'curlsecurityblockedhosts','127.0.0.0/8\n192.168.0.0/16\n10.0.0.0/8\n172.16.0.0/12\n0.0.0.0\nlocalhost\n169.254.169.254\n0000::1'),(262,'curlsecurityallowedport','443\n80'),(263,'referrerpolicy','default'),(264,'displayloginfailures','0'),(265,'notifyloginfailures',''),(266,'notifyloginthreshold','10'),(267,'themelist',''),(268,'themedesignermode','0'),(269,'allowuserthemes','0'),(270,'allowcoursethemes','0'),(271,'allowcategorythemes','0'),(272,'allowcohortthemes','0'),(273,'allowthemechangeonurl','0'),(274,'allowuserblockhiding','1'),(275,'langmenuinsecurelayout','0'),(276,'logininfoinsecurelayout','0'),(277,'custommenuitems',''),(278,'customusermenuitems','profile,moodle|/user/profile.php\ngrades,grades|/grade/report/mygrades.php\ncalendar,core_calendar|/calendar/view.php?view=month\nprivatefiles,moodle|/user/files.php\nreports,core_reportbuilder|/reportbuilder/index.php'),(279,'calendartype','gregorian'),(280,'calendar_adminseesall','0'),(281,'calendar_site_timeformat','0'),(282,'calendar_startwday','1'),(283,'calendar_weekend','65'),(284,'calendar_lookahead','21'),(285,'calendar_maxevents','10'),(286,'enablecalendarexport','1'),(287,'calendar_customexport','1'),(288,'calendar_exportlookahead','365'),(289,'calendar_exportlookback','5'),(290,'calendar_exportsalt','ZsLDRDZfgqX7ZjxCDtqAUv1d6cBt23tweL7k0Bn6j36oYCYqtRN8V8xJasj9'),(291,'calendar_showicalsource','1'),(292,'useblogassociations','1'),(293,'bloglevel','4'),(294,'useexternalblogs','1'),(295,'externalblogcrontime','86400'),(296,'maxexternalblogsperuser','1'),(297,'blogusecomments','1'),(298,'blogshowcommentscount','1'),(299,'enabledashboard','1'),(300,'defaulthomepage','1'),(301,'allowguestmymoodle','1'),(302,'navshowfullcoursenames','0'),(303,'navshowcategories','1'),(304,'navshowmycoursecategories','0'),(305,'navshowallcourses','0'),(306,'navsortmycoursessort','sortorder'),(307,'navsortmycourseshiddenlast','1'),(308,'navcourselimit','10'),(309,'usesitenameforsitepages','0'),(310,'linkadmincategories','1'),(311,'linkcoursesections','1'),(312,'navshowfrontpagemods','1'),(313,'navadduserpostslinks','1'),(314,'sitenameintitle','shortname'),(315,'formatstringstriptags','1'),(316,'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\"}]'),(317,'docroot','https://docs.moodle.org'),(318,'doclang',''),(319,'doctonewwindow','0'),(320,'coursecreationguide','https://moodle.academy/coursequickstart'),(321,'coursecontactduplicates','0'),(322,'courselistshortnames','0'),(323,'coursesperpage','20'),(324,'courseswithsummarieslimit','10'),(325,'courseoverviewfileslimit','1'),(326,'courseoverviewfilesext','web_image'),(327,'coursegraceperiodbefore','0'),(328,'coursegraceperiodafter','0'),(329,'yuicomboloading','1'),(330,'cachejs','1'),(331,'additionalhtmlhead',''),(332,'additionalhtmltopofbody',''),(333,'additionalhtmlfooter',''),(334,'cachetemplates','1'),(335,'pathtophp',''),(336,'pathtodu',''),(337,'aspellpath',''),(338,'pathtodot',''),(339,'pathtogs','/usr/bin/gs'),(340,'pathtopdftoppm',''),(341,'pathtopython',''),(342,'supportname','Admin User'),(343,'supportpage',''),(344,'supportavailability','1'),(345,'servicespage',''),(346,'dbsessions','0'),(347,'sessiontimeoutwarning','1200'),(348,'sessioncookie',''),(349,'sessioncookiepath',''),(350,'sessioncookiedomain',''),(351,'statsfirstrun','none'),(352,'statsmaxruntime','0'),(353,'statsruntimedays','31'),(354,'statsuserthreshold','0'),(355,'slasharguments','1'),(356,'getremoteaddrconf','3'),(357,'reverseproxyignore',''),(358,'proxyhost',''),(359,'proxyport','0'),(360,'proxytype','HTTP'),(361,'proxyuser',''),(362,'proxypassword',''),(363,'proxybypass','localhost, 127.0.0.1'),(364,'proxylogunsafe','0'),(365,'proxyfixunsafe','0'),(366,'maintenance_enabled','0'),(367,'maintenance_message',''),(368,'deleteunconfirmed','168'),(369,'deleteincompleteusers','0'),(370,'disablegradehistory','0'),(371,'gradehistorylifetime','0'),(372,'tempdatafoldercleanup','168'),(373,'xapicleanupperiod','4838400'),(374,'filescleanupperiod','86400'),(375,'extramemorylimit','512M'),(376,'maxtimelimit','0'),(377,'curlcache','120'),(378,'curltimeoutkbitrate','56'),(379,'cron_enabled','1'),(380,'cron_keepalive','180'),(381,'task_scheduled_concurrency_limit','3'),(382,'task_scheduled_max_runtime','1800'),(383,'task_adhoc_concurrency_limit','3'),(384,'task_adhoc_max_runtime','1800'),(385,'task_logmode','1'),(386,'task_logtostdout','1'),(387,'task_logretention','2419200'),(388,'task_logretainruns','20'),(389,'smtphosts',''),(390,'smtpsecure',''),(391,'smtpauthtype','LOGIN'),(392,'smtpuser',''),(393,'smtppass',''),(394,'smtpmaxbulk','1'),(395,'noreplyaddress','noreply@www.moodle.loc'),(396,'allowedemaildomains',''),(397,'divertallemailsto',''),(398,'divertallemailsexcept',''),(399,'emaildkimselector',''),(400,'sitemailcharset','0'),(401,'allowusermailcharset','0'),(402,'allowattachments','1'),(403,'mailnewline','LF'),(404,'emailfromvia','1'),(405,'emailsubjectprefix',''),(406,'emailheaders',''),(407,'updateautocheck','1'),(408,'updateminmaturity','200'),(409,'updatenotifybuilds','0'),(410,'enablewsdocumentation','0'),(411,'customreportslimit','0'),(412,'customreportsliveediting','1'),(413,'dndallowtextandlinks','0'),(414,'pathtosassc',''),(415,'contextlocking','0'),(416,'contextlockappliestoadmin','1'),(417,'forceclean','0'),(418,'enablecourserelativedates','0'),(419,'enablesharingtomoodlenet','0'),(420,'enablecommunicationsubsystem','0'),(421,'debug','0'),(422,'debugdisplay','0'),(423,'perfdebug','7'),(424,'debugstringids','0'),(425,'debugsqltrace','0'),(426,'debugvalidators','0'),(427,'debugpageinfo','0'),(428,'debugtemplateinfo','0'),(429,'profilingenabled','0'),(430,'profilingincluded',''),(431,'profilingexcluded',''),(432,'profilingautofrec','0'),(433,'profilingallowme','0'),(434,'profilingallowall','0'),(435,'profilingslow','0'),(436,'profilinglifetime','1440'),(437,'profilingimportprefix','(I)'),(438,'release','4.3.4 (Build: 20240422)'),(439,'branch','403'),(440,'localcachedirpurged','1722414942'),(441,'scheduledtaskreset','1722414942'),(442,'paygw_plugins_sortorder','paypal'),(443,'allversionshash','68a2d3ed6b783a53b3b62cebeaed6c8b5eedd05d'),(444,'allcomponenthash','0e306e66176d83af26723ef5ca3e2cf32be59b1c'),(445,'enableaccessibilitytools','1'),(446,'notloggedinroleid','6'),(447,'guestroleid','6'),(448,'defaultuserroleid','7'),(449,'creatornewroleid','3'),(450,'restorernewroleid','3'),(451,'sitepolicyhandler',''),(452,'gradebookroles','5'),(453,'h5plibraryhandler','h5plib_v126'),(454,'airnotifierurl','https://messages.moodle.net'),(455,'airnotifierport','443'),(456,'airnotifiermobileappname','com.moodle.moodlemobile'),(457,'airnotifierappname','commoodlemoodlemobile'),(458,'airnotifieraccesskey',''),(459,'bigbluebuttonbn_default_dpa_accepted','0'),(460,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/'),(461,'bigbluebuttonbn_shared_secret','0b21fcaf34673a8c3ec8ed877d76ae34'),(462,'bigbluebuttonbn_checksum_algorithm','SHA1'),(463,'bigbluebuttonbn_poll_interval','5'),(464,'bigbluebuttonbn_welcome_default',''),(465,'bigbluebuttonbn_welcome_editable','1'),(466,'bigbluebuttonbn_recording_default','1'),(467,'bigbluebuttonbn_recording_refresh_period','300'),(468,'bigbluebuttonbn_recording_editable','1'),(469,'bigbluebuttonbn_recording_all_from_start_default','0'),(470,'bigbluebuttonbn_recording_all_from_start_editable','0'),(471,'bigbluebuttonbn_recording_hide_button_default','0'),(472,'bigbluebuttonbn_recording_hide_button_editable','0'),(473,'bigbluebuttonbn_recording_safe_formats','video,presentation'),(474,'bigbluebuttonbn_importrecordings_enabled','0'),(475,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0'),(476,'bigbluebuttonbn_recordings_deleted_default','1'),(477,'bigbluebuttonbn_recordings_deleted_editable','0'),(478,'bigbluebuttonbn_recordings_imported_default','0'),(479,'bigbluebuttonbn_recordings_imported_editable','1'),(480,'bigbluebuttonbn_recordings_preview_default','1'),(481,'bigbluebuttonbn_recordings_preview_editable','0'),(482,'bigbluebuttonbn_recordings_asc_sort','0'),(483,'bigbluebuttonbn_recording_protect_editable','1'),(484,'bigbluebuttonbn_waitformoderator_default','0'),(485,'bigbluebuttonbn_waitformoderator_editable','1'),(486,'bigbluebuttonbn_waitformoderator_ping_interval','10'),(487,'bigbluebuttonbn_waitformoderator_cache_ttl','60'),(488,'bigbluebuttonbn_voicebridge_editable','0'),(489,'bigbluebuttonbn_preuploadpresentation_editable','0'),(490,'bigbluebuttonbn_userlimit_default','0'),(491,'bigbluebuttonbn_userlimit_editable','0'),(492,'bigbluebuttonbn_participant_moderator_default','0'),(493,'bigbluebuttonbn_muteonstart_default','0'),(494,'bigbluebuttonbn_muteonstart_editable','0'),(495,'bigbluebuttonbn_disablecam_default','0'),(496,'bigbluebuttonbn_disablecam_editable','1'),(497,'bigbluebuttonbn_disablemic_default','0'),(498,'bigbluebuttonbn_disablemic_editable','1'),(499,'bigbluebuttonbn_disableprivatechat_default','0'),(500,'bigbluebuttonbn_disableprivatechat_editable','1'),(501,'bigbluebuttonbn_disablepublicchat_default','0'),(502,'bigbluebuttonbn_disablepublicchat_editable','1'),(503,'bigbluebuttonbn_disablenote_default','0'),(504,'bigbluebuttonbn_disablenote_editable','1'),(505,'bigbluebuttonbn_hideuserlist_default','0'),(506,'bigbluebuttonbn_hideuserlist_editable','1'),(507,'bigbluebuttonbn_recordingready_enabled','0'),(508,'bigbluebuttonbn_profile_picture_enabled','0'),(509,'bigbluebuttonbn_meetingevents_enabled','0'),(510,'bigbluebuttonbn_guestaccess_enabled','0'),(511,'chat_method','ajax'),(512,'chat_refresh_userlist','10'),(513,'chat_old_ping','35'),(514,'chat_refresh_room','5'),(515,'chat_normal_updatemode','jsupdate'),(516,'chat_serverhost','www.moodle.loc'),(517,'chat_serverip','127.0.0.1'),(518,'chat_serverport','9111'),(519,'chat_servermax','100'),(520,'data_enablerssfeeds','0'),(521,'feedback_allowfullanonymous','0'),(522,'forum_displaymode','3'),(523,'forum_shortpost','300'),(524,'forum_longpost','600'),(525,'forum_manydiscussions','100'),(526,'forum_maxbytes','512000'),(527,'forum_maxattachments','9'),(528,'forum_subscription','0'),(529,'forum_trackingtype','1'),(530,'forum_trackreadposts','1'),(531,'forum_allowforcedreadtracking','0'),(532,'forum_oldpostdays','14'),(533,'forum_usermarksread','0'),(534,'forum_cleanreadtime','2'),(535,'digestmailtime','17'),(536,'forum_enablerssfeeds','0'),(537,'forum_enabletimedposts','1'),(538,'glossary_entbypage','10'),(539,'glossary_dupentries','0'),(540,'glossary_allowcomments','0'),(541,'glossary_linkbydefault','1'),(542,'glossary_defaultapproval','1'),(543,'glossary_enablerssfeeds','0'),(544,'glossary_linkentries','0'),(545,'glossary_casesensitive','0'),(546,'glossary_fullmatch','0'),(547,'block_course_list_adminview','all'),(548,'block_course_list_hideallcourseslink','0'),(549,'block_online_users_timetosee','5'),(550,'block_online_users_onlinestatushiding','1'),(551,'block_rss_client_num_entries','5'),(552,'block_rss_client_timeout','30'),(553,'block_html_allowcssclasses','0'),(554,'pathtounoconv','/usr/bin/unoconv'),(555,'filter_multilang_force_old','0'),(556,'profileroles','5,4,3'),(557,'coursecontact','3'),(558,'frontpage','6'),(559,'frontpageloggedin','6'),(560,'maxcategorydepth','2'),(561,'frontpagecourselimit','200'),(562,'commentsperpage','15'),(563,'defaultfrontpageroleid','8'),(564,'messageinbound_enabled','0'),(565,'messageinbound_mailbox',''),(566,'messageinbound_domain',''),(567,'messageinbound_host',''),(568,'messageinbound_hostssl','ssl'),(569,'messageinbound_hostuser',''),(570,'messageinbound_hostpass',''),(571,'mobilecssurl',''),(572,'webserviceprotocols','rest'),(573,'enablemobilewebservice','1'),(574,'registrationpending','0'); /*!40000 ALTER TABLE `mdl_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_config_log` -- DROP TABLE IF EXISTS `mdl_config_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `oldvalue` longtext DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_conflog_tim_ix` (`timemodified`), KEY `mdl_conflog_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=1890 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Changes done in server configuration through admin UI'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_config_log` -- LOCK TABLES `mdl_config_log` WRITE; /*!40000 ALTER TABLE `mdl_config_log` DISABLE KEYS */; INSERT INTO `mdl_config_log` (`id`, `userid`, `timemodified`, `plugin`, `name`, `value`, `oldvalue`) VALUES (1,0,1722414913,NULL,'enableuserfeedback','0',NULL),(2,0,1722414913,NULL,'userfeedback_nextreminder','1',NULL),(3,0,1722414913,NULL,'userfeedback_remindafter','90',NULL),(4,0,1722414913,NULL,'enableoutcomes','0',NULL),(5,0,1722414913,NULL,'usecomments','1',NULL),(6,0,1722414913,NULL,'usetags','1',NULL),(7,0,1722414913,NULL,'enablenotes','1',NULL),(8,0,1722414913,NULL,'enableportfolios','0',NULL),(9,0,1722414913,NULL,'enablewebservices','0',NULL),(10,0,1722414913,NULL,'enablestats','0',NULL),(11,0,1722414913,NULL,'enablerssfeeds','0',NULL),(12,0,1722414913,NULL,'enableblogs','1',NULL),(13,0,1722414913,NULL,'enablecompletion','1',NULL),(14,0,1722414913,NULL,'enableavailability','1',NULL),(15,0,1722414913,NULL,'enableplagiarism','0',NULL),(16,0,1722414913,NULL,'enablebadges','1',NULL),(17,0,1722414913,NULL,'enableglobalsearch','0',NULL),(18,0,1722414913,NULL,'allowstealth','0',NULL),(19,0,1722414913,NULL,'enableanalytics','1',NULL),(20,0,1722414913,'core_competency','enabled','1',NULL),(21,0,1722414913,NULL,'messaging','1',NULL),(22,0,1722414913,NULL,'enablecustomreports','1',NULL),(23,0,1722414913,NULL,'allowemojipicker','1',NULL),(24,0,1722414913,NULL,'userfiltersdefault','realname',NULL),(25,0,1722414913,NULL,'defaultpreference_maildisplay','2',NULL),(26,0,1722414913,NULL,'defaultpreference_mailformat','1',NULL),(27,0,1722414913,NULL,'defaultpreference_maildigest','0',NULL),(28,0,1722414913,NULL,'defaultpreference_autosubscribe','1',NULL),(29,0,1722414913,NULL,'defaultpreference_trackforums','0',NULL),(30,0,1722414913,NULL,'defaultpreference_core_contentbank_visibility','1',NULL),(31,0,1722414913,NULL,'enroladminnewcourse','1',NULL),(32,0,1722414913,NULL,'autologinguests','0',NULL),(33,0,1722414913,NULL,'hiddenuserfields','',NULL),(34,0,1722414913,NULL,'showuseridentity','email',NULL),(35,0,1722414913,NULL,'fullnamedisplay','language',NULL),(36,0,1722414913,NULL,'alternativefullnameformat','language',NULL),(37,0,1722414913,NULL,'maxusersperpage','100',NULL),(38,0,1722414913,NULL,'enablegravatar','0',NULL),(39,0,1722414913,NULL,'gravatardefaulturl','mm',NULL),(40,0,1722414913,NULL,'agedigitalconsentverification','0',NULL),(41,0,1722414913,NULL,'agedigitalconsentmap','*, 16\nAT, 14\nBE, 13\nBG, 14\nCY, 14\nCZ, 15\nDK, 13\nEE, 13\nES, 14\nFI, 13\nFR, 15\nGB, 13\nGR, 15\nIT, 14\nLT, 14\nLV, 13\nMT, 13\nNO, 13\nPT, 13\nSE, 13\nUS, 13',NULL),(42,0,1722414913,NULL,'sitepolicy','',NULL),(43,0,1722414913,NULL,'sitepolicyguest','',NULL),(44,0,1722414913,NULL,'downloadcoursecontentallowed','0',NULL),(45,0,1722414913,NULL,'maxsizeperdownloadcoursefile','52428800',NULL),(46,0,1722414913,NULL,'enablecourserequests','1',NULL),(47,0,1722414913,NULL,'defaultrequestcategory','1',NULL),(48,0,1722414913,NULL,'lockrequestcategory','0',NULL),(49,0,1722414913,NULL,'courserequestnotify','',NULL),(50,0,1722414913,'moodlecourse','visible','1',NULL),(51,0,1722414913,'moodlecourse','downloadcontentsitedefault','0',NULL),(52,0,1722414913,'moodlecourse','participantsperpage','20',NULL),(53,0,1722414913,'moodlecourse','format','topics',NULL),(54,0,1722414913,'moodlecourse','maxsections','52',NULL),(55,0,1722414913,'moodlecourse','numsections','4',NULL),(56,0,1722414913,'moodlecourse','hiddensections','1',NULL),(57,0,1722414913,'moodlecourse','coursedisplay','0',NULL),(58,0,1722414913,'moodlecourse','courseenddateenabled','1',NULL),(59,0,1722414913,'moodlecourse','courseduration','31536000',NULL),(60,0,1722414913,'moodlecourse','lang','',NULL),(61,0,1722414913,'moodlecourse','newsitems','5',NULL),(62,0,1722414913,'moodlecourse','showgrades','1',NULL),(63,0,1722414913,'moodlecourse','showreports','0',NULL),(64,0,1722414913,'moodlecourse','showactivitydates','1',NULL),(65,0,1722414913,'moodlecourse','maxbytes','0',NULL),(66,0,1722414913,'moodlecourse','enablecompletion','1',NULL),(67,0,1722414913,'moodlecourse','showcompletionconditions','1',NULL),(68,0,1722414913,'moodlecourse','groupmode','0',NULL),(69,0,1722414913,'moodlecourse','groupmodeforce','0',NULL),(70,0,1722414913,'moodlecourse','coursecommunicationprovider','none',NULL),(71,0,1722414913,NULL,'activitychoosertabmode','3',NULL),(72,0,1722414913,NULL,'activitychooseractivefooter','hidden',NULL),(73,0,1722414913,'backup','loglifetime','30',NULL),(74,0,1722414913,'backup','backup_general_users','1',NULL),(75,0,1722414913,'backup','backup_general_users_locked','',NULL),(76,0,1722414913,'backup','backup_general_anonymize','0',NULL),(77,0,1722414913,'backup','backup_general_anonymize_locked','',NULL),(78,0,1722414913,'backup','backup_general_role_assignments','1',NULL),(79,0,1722414913,'backup','backup_general_role_assignments_locked','',NULL),(80,0,1722414913,'backup','backup_general_activities','1',NULL),(81,0,1722414913,'backup','backup_general_activities_locked','',NULL),(82,0,1722414913,'backup','backup_general_blocks','1',NULL),(83,0,1722414913,'backup','backup_general_blocks_locked','',NULL),(84,0,1722414913,'backup','backup_general_files','1',NULL),(85,0,1722414913,'backup','backup_general_files_locked','',NULL),(86,0,1722414913,'backup','backup_general_filters','1',NULL),(87,0,1722414913,'backup','backup_general_filters_locked','',NULL),(88,0,1722414913,'backup','backup_general_comments','1',NULL),(89,0,1722414913,'backup','backup_general_comments_locked','',NULL),(90,0,1722414913,'backup','backup_general_badges','1',NULL),(91,0,1722414913,'backup','backup_general_badges_locked','',NULL),(92,0,1722414913,'backup','backup_general_calendarevents','1',NULL),(93,0,1722414913,'backup','backup_general_calendarevents_locked','',NULL),(94,0,1722414913,'backup','backup_general_userscompletion','1',NULL),(95,0,1722414913,'backup','backup_general_userscompletion_locked','',NULL),(96,0,1722414913,'backup','backup_general_logs','0',NULL),(97,0,1722414913,'backup','backup_general_logs_locked','',NULL),(98,0,1722414913,'backup','backup_general_histories','0',NULL),(99,0,1722414913,'backup','backup_general_histories_locked','',NULL),(100,0,1722414913,'backup','backup_general_questionbank','1',NULL),(101,0,1722414913,'backup','backup_general_questionbank_locked','',NULL),(102,0,1722414913,'backup','backup_general_groups','1',NULL),(103,0,1722414914,'backup','backup_general_groups_locked','',NULL),(104,0,1722414914,'backup','backup_general_competencies','1',NULL),(105,0,1722414914,'backup','backup_general_competencies_locked','',NULL),(106,0,1722414914,'backup','backup_general_contentbankcontent','1',NULL),(107,0,1722414914,'backup','backup_general_contentbankcontent_locked','',NULL),(108,0,1722414914,'backup','backup_general_xapistate','1',NULL),(109,0,1722414914,'backup','backup_general_xapistate_locked','',NULL),(110,0,1722414914,'backup','backup_general_legacyfiles','1',NULL),(111,0,1722414914,'backup','backup_general_legacyfiles_locked','',NULL),(112,0,1722414914,'backup','import_general_maxresults','10',NULL),(113,0,1722414914,'backup','import_general_duplicate_admin_allowed','0',NULL),(114,0,1722414914,'backup','backup_import_permissions','0',NULL),(115,0,1722414914,'backup','backup_import_permissions_locked','',NULL),(116,0,1722414914,'backup','backup_import_activities','1',NULL),(117,0,1722414914,'backup','backup_import_activities_locked','',NULL),(118,0,1722414914,'backup','backup_import_blocks','1',NULL),(119,0,1722414914,'backup','backup_import_blocks_locked','',NULL),(120,0,1722414914,'backup','backup_import_filters','1',NULL),(121,0,1722414914,'backup','backup_import_filters_locked','',NULL),(122,0,1722414914,'backup','backup_import_calendarevents','1',NULL),(123,0,1722414914,'backup','backup_import_calendarevents_locked','',NULL),(124,0,1722414914,'backup','backup_import_questionbank','1',NULL),(125,0,1722414914,'backup','backup_import_questionbank_locked','',NULL),(126,0,1722414914,'backup','backup_import_groups','1',NULL),(127,0,1722414914,'backup','backup_import_groups_locked','',NULL),(128,0,1722414914,'backup','backup_import_competencies','1',NULL),(129,0,1722414914,'backup','backup_import_competencies_locked','',NULL),(130,0,1722414914,'backup','backup_import_contentbankcontent','1',NULL),(131,0,1722414914,'backup','backup_import_contentbankcontent_locked','',NULL),(132,0,1722414914,'backup','backup_import_legacyfiles','1',NULL),(133,0,1722414914,'backup','backup_import_legacyfiles_locked','',NULL),(134,0,1722414914,'backup','backup_auto_active','0',NULL),(135,0,1722414914,'backup','backup_auto_weekdays','0000000',NULL),(136,0,1722414914,'backup','backup_auto_hour','0',NULL),(137,0,1722414914,'backup','backup_auto_minute','0',NULL),(138,0,1722414914,'backup','backup_auto_storage','0',NULL),(139,0,1722414914,'backup','backup_auto_destination','',NULL),(140,0,1722414914,'backup','backup_auto_max_kept','1',NULL),(141,0,1722414914,'backup','backup_auto_delete_days','0',NULL),(142,0,1722414914,'backup','backup_auto_min_kept','0',NULL),(143,0,1722414914,'backup','backup_shortname','0',NULL),(144,0,1722414914,'backup','backup_auto_skip_hidden','1',NULL),(145,0,1722414914,'backup','backup_auto_skip_modif_days','30',NULL),(146,0,1722414914,'backup','backup_auto_skip_modif_prev','0',NULL),(147,0,1722414914,'backup','backup_auto_users','1',NULL),(148,0,1722414914,'backup','backup_auto_role_assignments','1',NULL),(149,0,1722414914,'backup','backup_auto_activities','1',NULL),(150,0,1722414914,'backup','backup_auto_blocks','1',NULL),(151,0,1722414914,'backup','backup_auto_files','1',NULL),(152,0,1722414914,'backup','backup_auto_filters','1',NULL),(153,0,1722414914,'backup','backup_auto_comments','1',NULL),(154,0,1722414914,'backup','backup_auto_badges','1',NULL),(155,0,1722414914,'backup','backup_auto_calendarevents','1',NULL),(156,0,1722414914,'backup','backup_auto_userscompletion','1',NULL),(157,0,1722414914,'backup','backup_auto_logs','0',NULL),(158,0,1722414914,'backup','backup_auto_histories','0',NULL),(159,0,1722414914,'backup','backup_auto_questionbank','1',NULL),(160,0,1722414914,'backup','backup_auto_groups','1',NULL),(161,0,1722414914,'backup','backup_auto_competencies','1',NULL),(162,0,1722414914,'backup','backup_auto_contentbankcontent','1',NULL),(163,0,1722414914,'backup','backup_auto_xapistate','1',NULL),(164,0,1722414914,'backup','backup_auto_legacyfiles','1',NULL),(165,0,1722414914,'restore','restore_general_users','1',NULL),(166,0,1722414914,'restore','restore_general_users_locked','',NULL),(167,0,1722414914,'restore','restore_general_enrolments','1',NULL),(168,0,1722414914,'restore','restore_general_enrolments_locked','',NULL),(169,0,1722414914,'restore','restore_general_role_assignments','1',NULL),(170,0,1722414914,'restore','restore_general_role_assignments_locked','',NULL),(171,0,1722414914,'restore','restore_general_permissions','1',NULL),(172,0,1722414914,'restore','restore_general_permissions_locked','',NULL),(173,0,1722414914,'restore','restore_general_activities','1',NULL),(174,0,1722414914,'restore','restore_general_activities_locked','',NULL),(175,0,1722414914,'restore','restore_general_blocks','1',NULL),(176,0,1722414914,'restore','restore_general_blocks_locked','',NULL),(177,0,1722414914,'restore','restore_general_filters','1',NULL),(178,0,1722414914,'restore','restore_general_filters_locked','',NULL),(179,0,1722414914,'restore','restore_general_comments','1',NULL),(180,0,1722414914,'restore','restore_general_comments_locked','',NULL),(181,0,1722414914,'restore','restore_general_badges','1',NULL),(182,0,1722414914,'restore','restore_general_badges_locked','',NULL),(183,0,1722414914,'restore','restore_general_calendarevents','1',NULL),(184,0,1722414914,'restore','restore_general_calendarevents_locked','',NULL),(185,0,1722414914,'restore','restore_general_userscompletion','1',NULL),(186,0,1722414914,'restore','restore_general_userscompletion_locked','',NULL),(187,0,1722414914,'restore','restore_general_logs','1',NULL),(188,0,1722414914,'restore','restore_general_logs_locked','',NULL),(189,0,1722414914,'restore','restore_general_histories','1',NULL),(190,0,1722414914,'restore','restore_general_histories_locked','',NULL),(191,0,1722414914,'restore','restore_general_groups','1',NULL),(192,0,1722414914,'restore','restore_general_groups_locked','',NULL),(193,0,1722414914,'restore','restore_general_competencies','1',NULL),(194,0,1722414914,'restore','restore_general_competencies_locked','',NULL),(195,0,1722414914,'restore','restore_general_contentbankcontent','1',NULL),(196,0,1722414914,'restore','restore_general_contentbankcontent_locked','',NULL),(197,0,1722414914,'restore','restore_general_xapistate','1',NULL),(198,0,1722414914,'restore','restore_general_xapistate_locked','',NULL),(199,0,1722414914,'restore','restore_general_legacyfiles','1',NULL),(200,0,1722414914,'restore','restore_general_legacyfiles_locked','',NULL),(201,0,1722414914,'restore','restore_merge_overwrite_conf','0',NULL),(202,0,1722414914,'restore','restore_merge_overwrite_conf_locked','',NULL),(203,0,1722414914,'restore','restore_merge_course_fullname','1',NULL),(204,0,1722414914,'restore','restore_merge_course_fullname_locked','',NULL),(205,0,1722414914,'restore','restore_merge_course_shortname','1',NULL),(206,0,1722414914,'restore','restore_merge_course_shortname_locked','',NULL),(207,0,1722414914,'restore','restore_merge_course_startdate','1',NULL),(208,0,1722414914,'restore','restore_merge_course_startdate_locked','',NULL),(209,0,1722414914,'restore','restore_replace_overwrite_conf','0',NULL),(210,0,1722414914,'restore','restore_replace_overwrite_conf_locked','',NULL),(211,0,1722414914,'restore','restore_replace_course_fullname','1',NULL),(212,0,1722414914,'restore','restore_replace_course_fullname_locked','',NULL),(213,0,1722414914,'restore','restore_replace_course_shortname','1',NULL),(214,0,1722414914,'restore','restore_replace_course_shortname_locked','',NULL),(215,0,1722414914,'restore','restore_replace_course_startdate','1',NULL),(216,0,1722414914,'restore','restore_replace_course_startdate_locked','',NULL),(217,0,1722414914,'restore','restore_replace_keep_roles_and_enrolments','0',NULL),(218,0,1722414914,'restore','restore_replace_keep_roles_and_enrolments_locked','',NULL),(219,0,1722414914,'restore','restore_replace_keep_groups_and_groupings','0',NULL),(220,0,1722414914,'restore','restore_replace_keep_groups_and_groupings_locked','',NULL),(221,0,1722414914,NULL,'enableasyncbackup','0',NULL),(222,0,1722414914,'backup','backup_async_message_users','0',NULL),(223,0,1722414914,'backup','backup_async_message_subject','Moodle {operation} completed successfully',NULL),(224,0,1722414914,'backup','backup_async_message','Your {operation} (ID: {backupid}) has completed successfully. You can access it here: {link}.',NULL),(225,0,1722414914,NULL,'grade_profilereport','user',NULL),(226,0,1722414914,NULL,'grade_aggregationposition','1',NULL),(227,0,1722414914,NULL,'grade_includescalesinaggregation','1',NULL),(228,0,1722414914,NULL,'grade_hiddenasdate','0',NULL),(229,0,1722414914,NULL,'gradepublishing','0',NULL),(230,0,1722414914,NULL,'grade_export_exportfeedback','0',NULL),(231,0,1722414914,NULL,'grade_export_displaytype','1',NULL),(232,0,1722414914,NULL,'grade_export_decimalpoints','2',NULL),(233,0,1722414914,NULL,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email',NULL),(234,0,1722414914,NULL,'grade_export_customprofilefields','',NULL),(235,0,1722414914,NULL,'recovergradesdefault','0',NULL),(236,0,1722414914,NULL,'gradeexport','',NULL),(237,0,1722414914,NULL,'unlimitedgrades','0',NULL),(238,0,1722414914,NULL,'grade_report_showmin','1',NULL),(239,0,1722414914,NULL,'gradepointmax','100',NULL),(240,0,1722414914,NULL,'gradepointdefault','100',NULL),(241,0,1722414914,NULL,'grade_minmaxtouse','1',NULL),(242,0,1722414914,NULL,'grade_mygrades_report','overview',NULL),(243,0,1722414914,NULL,'gradereport_mygradeurl','',NULL),(244,0,1722414914,NULL,'grade_hideforcedsettings','1',NULL),(245,0,1722414914,NULL,'grade_aggregation','13',NULL),(246,0,1722414914,NULL,'grade_aggregation_flag','0',NULL),(247,0,1722414914,NULL,'grade_aggregations_visible','13',NULL),(248,0,1722414914,NULL,'grade_aggregateonlygraded','1',NULL),(249,0,1722414914,NULL,'grade_aggregateonlygraded_flag','2',NULL),(250,0,1722414914,NULL,'grade_aggregateoutcomes','0',NULL),(251,0,1722414914,NULL,'grade_aggregateoutcomes_flag','2',NULL),(252,0,1722414914,NULL,'grade_keephigh','0',NULL),(253,0,1722414914,NULL,'grade_keephigh_flag','3',NULL),(254,0,1722414914,NULL,'grade_droplow','0',NULL),(255,0,1722414914,NULL,'grade_droplow_flag','2',NULL),(256,0,1722414914,NULL,'grade_overridecat','1',NULL),(257,0,1722414914,NULL,'grade_displaytype','1',NULL),(258,0,1722414914,NULL,'grade_decimalpoints','2',NULL),(259,0,1722414914,NULL,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime',NULL),(260,0,1722414914,NULL,'grade_report_showonlyactiveenrol','1',NULL),(261,0,1722414914,NULL,'grade_report_quickgrading','1',NULL),(262,0,1722414914,NULL,'grade_report_meanselection','1',NULL),(263,0,1722414914,NULL,'grade_report_showaverages','1',NULL),(264,0,1722414914,NULL,'grade_report_showranges','0',NULL),(265,0,1722414914,NULL,'grade_report_showuserimage','1',NULL),(266,0,1722414914,NULL,'grade_report_shownumberofgrades','0',NULL),(267,0,1722414914,NULL,'grade_report_averagesdisplaytype','inherit',NULL),(268,0,1722414914,NULL,'grade_report_rangesdisplaytype','inherit',NULL),(269,0,1722414914,NULL,'grade_report_averagesdecimalpoints','inherit',NULL),(270,0,1722414914,NULL,'grade_report_rangesdecimalpoints','inherit',NULL),(271,0,1722414914,NULL,'grade_report_historyperpage','50',NULL),(272,0,1722414914,NULL,'grade_report_overview_showrank','0',NULL),(273,0,1722414914,NULL,'grade_report_overview_showtotalsifcontainhidden','0',NULL),(274,0,1722414914,NULL,'grade_report_user_showrank','0',NULL),(275,0,1722414914,NULL,'grade_report_user_showpercentage','1',NULL),(276,0,1722414914,NULL,'grade_report_user_showgrade','1',NULL),(277,0,1722414914,NULL,'grade_report_user_showfeedback','1',NULL),(278,0,1722414914,NULL,'grade_report_user_showrange','1',NULL),(279,0,1722414914,NULL,'grade_report_user_showweight','1',NULL),(280,0,1722414914,NULL,'grade_report_user_showaverage','0',NULL),(281,0,1722414914,NULL,'grade_report_user_showlettergrade','0',NULL),(282,0,1722414914,NULL,'grade_report_user_rangedecimals','0',NULL),(283,0,1722414914,NULL,'grade_report_user_showhiddenitems','1',NULL),(284,0,1722414914,NULL,'grade_report_user_showtotalsifcontainhidden','0',NULL),(285,0,1722414914,NULL,'grade_report_user_showcontributiontocoursetotal','1',NULL),(286,0,1722414914,'analytics','modeinstruction','',NULL),(287,0,1722414914,'analytics','percentonline','0',NULL),(288,0,1722414914,'analytics','typeinstitution','',NULL),(289,0,1722414914,'analytics','levelinstitution','',NULL),(290,0,1722414914,'analytics','predictionsprocessor','\\mlbackend_php\\processor',NULL),(291,0,1722414914,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range',NULL),(292,0,1722414914,'analytics','modeloutputdir','',NULL),(293,0,1722414914,'analytics','onlycli','1',NULL),(294,0,1722414914,'analytics','modeltimelimit','1200',NULL),(295,0,1722414914,'analytics','calclifetime','35',NULL),(296,0,1722414914,NULL,'badges_defaultissuername','',NULL),(297,0,1722414914,NULL,'badges_defaultissuercontact','',NULL),(298,0,1722414914,NULL,'badges_badgesalt','badges1722414907',NULL),(299,0,1722414914,NULL,'badges_allowcoursebadges','1',NULL),(300,0,1722414914,NULL,'badges_allowexternalbackpack','1',NULL),(301,0,1722414914,'core_h5p','h5pcustomcss','',NULL),(302,0,1722414914,NULL,'rememberuserlicensepref','1',NULL),(303,0,1722414915,NULL,'timezone','Europe/London',NULL),(304,0,1722414915,NULL,'forcetimezone','99',NULL),(305,0,1722414915,NULL,'country','0',NULL),(306,0,1722414915,NULL,'defaultcity','',NULL),(307,0,1722414915,NULL,'geoip2file','/var/www/html/moodledata/geoip/GeoLite2-City.mmdb',NULL),(308,0,1722414915,NULL,'googlemapkey3','',NULL),(309,0,1722414915,NULL,'allcountrycodes','',NULL),(310,0,1722414915,NULL,'autolang','1',NULL),(311,0,1722414915,NULL,'lang','en',NULL),(312,0,1722414915,NULL,'autolangusercreation','1',NULL),(313,0,1722414915,NULL,'langmenu','1',NULL),(314,0,1722414915,NULL,'langlist','',NULL),(315,0,1722414915,NULL,'langcache','1',NULL),(316,0,1722414915,NULL,'langstringcache','1',NULL),(317,0,1722414915,NULL,'locale','',NULL),(318,0,1722414915,NULL,'latinexcelexport','0',NULL),(319,0,1722414915,NULL,'enablepdfexportfont','0',NULL),(320,0,1722414915,NULL,'messagingallusers','0',NULL),(321,0,1722414915,NULL,'messagingdefaultpressenter','1',NULL),(322,0,1722414915,NULL,'messagingdeletereadnotificationsdelay','604800',NULL),(323,0,1722414915,NULL,'messagingdeleteallnotificationsdelay','2620800',NULL),(324,0,1722414915,NULL,'messagingallowemailoverride','0',NULL),(325,0,1722414915,NULL,'requiremodintro','0',NULL),(326,0,1722414915,'antivirus','notifyemail','',NULL),(327,0,1722414915,'antivirus','notifylevel','2',NULL),(328,0,1722414915,'antivirus','threshold','1200',NULL),(329,0,1722414915,'antivirus','enablequarantine','0',NULL),(330,0,1722414915,'antivirus','quarantinetime','2419200',NULL),(331,0,1722414915,NULL,'registerauth','',NULL),(332,0,1722414915,NULL,'authloginviaemail','0',NULL),(333,0,1722414915,NULL,'allowaccountssameemail','0',NULL),(334,0,1722414915,NULL,'authpreventaccountcreation','0',NULL),(335,0,1722414915,NULL,'loginpageautofocus','0',NULL),(336,0,1722414915,NULL,'guestloginbutton','1',NULL),(337,0,1722414915,NULL,'limitconcurrentlogins','0',NULL),(338,0,1722414915,NULL,'alternateloginurl','',NULL),(339,0,1722414915,NULL,'forgottenpasswordurl','',NULL),(340,0,1722414915,NULL,'auth_instructions','',NULL),(341,0,1722414915,NULL,'allowemailaddresses','',NULL),(342,0,1722414915,NULL,'denyemailaddresses','',NULL),(343,0,1722414915,NULL,'verifychangedemail','1',NULL),(344,0,1722414915,NULL,'enableloginrecaptcha','0',NULL),(345,0,1722414915,NULL,'recaptchapublickey','',NULL),(346,0,1722414915,NULL,'recaptchaprivatekey','',NULL),(347,0,1722414915,'cachestore_apcu','testperformance','0',NULL),(348,0,1722414915,'cachestore_redis','test_server','',NULL),(349,0,1722414915,'cachestore_redis','test_encryption','0',NULL),(350,0,1722414915,'cachestore_redis','test_cafile','',NULL),(351,0,1722414915,'cachestore_redis','test_password','',NULL),(352,0,1722414915,'cachestore_redis','test_ttl','0',NULL),(353,0,1722414915,NULL,'filteruploadedfiles','0',NULL),(354,0,1722414915,NULL,'filtermatchoneperpage','0',NULL),(355,0,1722414915,NULL,'filtermatchonepertext','0',NULL),(356,0,1722414915,NULL,'filternavigationwithsystemcontext','0',NULL),(357,0,1722414915,NULL,'media_default_width','640',NULL),(358,0,1722414915,NULL,'media_default_height','360',NULL),(359,0,1722414915,NULL,'portfolio_moderate_filesize_threshold','1048576',NULL),(360,0,1722414915,NULL,'portfolio_high_filesize_threshold','5242880',NULL),(361,0,1722414915,NULL,'portfolio_moderate_db_threshold','20',NULL),(362,0,1722414915,NULL,'portfolio_high_db_threshold','50',NULL),(363,0,1722414915,'question_preview','behaviour','deferredfeedback',NULL),(364,0,1722414915,'question_preview','correctness','1',NULL),(365,0,1722414915,'question_preview','marks','2',NULL),(366,0,1722414915,'question_preview','markdp','2',NULL),(367,0,1722414915,'question_preview','feedback','1',NULL),(368,0,1722414915,'question_preview','generalfeedback','1',NULL),(369,0,1722414915,'question_preview','rightanswer','1',NULL),(370,0,1722414915,'question_preview','history','0',NULL),(371,0,1722414915,NULL,'repositorycacheexpire','120',NULL),(372,0,1722414915,NULL,'repositorygetfiletimeout','30',NULL),(373,0,1722414915,NULL,'repositorysyncfiletimeout','1',NULL),(374,0,1722414915,NULL,'repositorysyncimagetimeout','3',NULL),(375,0,1722414915,NULL,'repositoryallowexternallinks','1',NULL),(376,0,1722414915,NULL,'legacyfilesinnewcourses','0',NULL),(377,0,1722414915,NULL,'legacyfilesaddallowed','1',NULL),(378,0,1722414915,NULL,'searchengine','simpledb',NULL),(379,0,1722414915,NULL,'searchindexwhendisabled','0',NULL),(380,0,1722414915,NULL,'searchindextime','600',NULL),(381,0,1722414915,NULL,'searchallavailablecourses','0',NULL),(382,0,1722414915,NULL,'searchincludeallcourses','0',NULL),(383,0,1722414915,NULL,'searchenablecategories','0',NULL),(384,0,1722414915,NULL,'searchdefaultcategory','core-all',NULL),(385,0,1722414915,NULL,'searchhideallcategory','0',NULL),(386,0,1722414915,NULL,'searchmaxtopresults','3',NULL),(387,0,1722414915,NULL,'searchteacherroles','',NULL),(388,0,1722414915,NULL,'searchenginequeryonly','',NULL),(389,0,1722414915,NULL,'searchbannerenable','0',NULL),(390,0,1722414915,NULL,'searchbanner','',NULL),(391,0,1722414915,NULL,'allowbeforeblock','0',NULL),(392,0,1722414915,NULL,'allowedip','',NULL),(393,0,1722414915,NULL,'blockedip','',NULL),(394,0,1722414915,NULL,'protectusernames','1',NULL),(395,0,1722414915,NULL,'forcelogin','0',NULL),(396,0,1722414915,NULL,'forceloginforprofiles','1',NULL),(397,0,1722414915,NULL,'forceloginforprofileimage','0',NULL),(398,0,1722414915,NULL,'opentowebcrawlers','0',NULL),(399,0,1722414915,NULL,'allowindexing','0',NULL),(400,0,1722414915,NULL,'maxbytes','0',NULL),(401,0,1722414915,NULL,'userquota','104857600',NULL),(402,0,1722414915,NULL,'allowobjectembed','0',NULL),(403,0,1722414915,NULL,'enabletrusttext','0',NULL),(404,0,1722414915,NULL,'maxeditingtime','1800',NULL),(405,0,1722414915,NULL,'extendedusernamechars','0',NULL),(406,0,1722414915,NULL,'keeptagnamecase','1',NULL),(407,0,1722414915,NULL,'profilesforenrolledusersonly','1',NULL),(408,0,1722414915,NULL,'cronclionly','1',NULL),(409,0,1722414915,NULL,'cronremotepassword','',NULL),(410,0,1722414915,'tool_task','enablerunnow','1',NULL),(411,0,1722414915,NULL,'lockoutthreshold','0',NULL),(412,0,1722414915,NULL,'lockoutwindow','1800',NULL),(413,0,1722414915,NULL,'lockoutduration','1800',NULL),(414,0,1722414915,NULL,'passwordpolicy','1',NULL),(415,0,1722414915,NULL,'minpasswordlength','8',NULL),(416,0,1722414915,NULL,'minpassworddigits','1',NULL),(417,0,1722414915,NULL,'minpasswordlower','1',NULL),(418,0,1722414915,NULL,'minpasswordupper','1',NULL),(419,0,1722414915,NULL,'minpasswordnonalphanum','1',NULL),(420,0,1722414915,NULL,'maxconsecutiveidentchars','0',NULL),(421,0,1722414915,NULL,'passwordpolicycheckonlogin','0',NULL),(422,0,1722414915,NULL,'passwordreuselimit','0',NULL),(423,0,1722414915,NULL,'pwresettime','1800',NULL),(424,0,1722414915,NULL,'passwordchangelogout','0',NULL),(425,0,1722414915,NULL,'passwordchangetokendeletion','0',NULL),(426,0,1722414915,NULL,'tokenduration','7257600',NULL),(427,0,1722414915,NULL,'groupenrolmentkeypolicy','1',NULL),(428,0,1722414916,NULL,'disableuserimages','0',NULL),(429,0,1722414916,NULL,'emailchangeconfirmation','1',NULL),(430,0,1722414916,NULL,'rememberusername','2',NULL),(431,0,1722414916,NULL,'strictformsrequired','0',NULL),(432,0,1722414916,'adminpresets','sensiblesettings','recaptchapublickey@@none, recaptchaprivatekey@@none, googlemapkey3@@none, secretphrase@@url, cronremotepassword@@none, smtpuser@@none, smtppass@@none, proxypassword@@none, quizpassword@@quiz, allowedip@@none, blockedip@@none, dbpass@@logstore_database, messageinbound_hostpass@@none, bind_pw@@auth_cas, pass@@auth_db, bind_pw@@auth_ldap, dbpass@@enrol_database, bind_pw@@enrol_ldap, server_password@@search_solr, ssl_keypassword@@search_solr, alternateserver_password@@search_solr, alternatessl_keypassword@@search_solr, test_password@@cachestore_redis, password@@mlbackend_python, badges_badgesalt@@none, calendar_exportsalt@@none',NULL),(433,0,1722414916,NULL,'cookiesecure','1',NULL),(434,0,1722414916,NULL,'allowframembedding','0',NULL),(435,0,1722414916,NULL,'curlsecurityblockedhosts','127.0.0.0/8\n192.168.0.0/16\n10.0.0.0/8\n172.16.0.0/12\n0.0.0.0\nlocalhost\n169.254.169.254\n0000::1',NULL),(436,0,1722414916,NULL,'curlsecurityallowedport','443\n80',NULL),(437,0,1722414916,NULL,'referrerpolicy','default',NULL),(438,0,1722414916,NULL,'displayloginfailures','0',NULL),(439,0,1722414916,NULL,'notifyloginfailures','',NULL),(440,0,1722414916,NULL,'notifyloginthreshold','10',NULL),(441,0,1722414916,NULL,'themelist','',NULL),(442,0,1722414916,NULL,'themedesignermode','0',NULL),(443,0,1722414916,NULL,'allowuserthemes','0',NULL),(444,0,1722414916,NULL,'allowcoursethemes','0',NULL),(445,0,1722414916,NULL,'allowcategorythemes','0',NULL),(446,0,1722414916,NULL,'allowcohortthemes','0',NULL),(447,0,1722414916,NULL,'allowthemechangeonurl','0',NULL),(448,0,1722414916,NULL,'allowuserblockhiding','1',NULL),(449,0,1722414916,NULL,'langmenuinsecurelayout','0',NULL),(450,0,1722414916,NULL,'logininfoinsecurelayout','0',NULL),(451,0,1722414916,NULL,'custommenuitems','',NULL),(452,0,1722414916,NULL,'customusermenuitems','profile,moodle|/user/profile.php\ngrades,grades|/grade/report/mygrades.php\ncalendar,core_calendar|/calendar/view.php?view=month\nprivatefiles,moodle|/user/files.php\nreports,core_reportbuilder|/reportbuilder/index.php',NULL),(453,0,1722414916,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links',NULL),(454,0,1722414916,'theme_boost','preset','default.scss',NULL),(455,0,1722414916,'theme_boost','presetfiles','',NULL),(456,0,1722414916,'theme_boost','backgroundimage','',NULL),(457,0,1722414916,'theme_boost','loginbackgroundimage','',NULL),(458,0,1722414916,'theme_boost','brandcolor','',NULL),(459,0,1722414916,'theme_boost','scsspre','',NULL),(460,0,1722414916,'theme_boost','scss','',NULL),(461,0,1722414916,'theme_classic','navbardark','0',NULL),(462,0,1722414916,'theme_classic','unaddableblocks','',NULL),(463,0,1722414916,'theme_classic','preset','default.scss',NULL),(464,0,1722414916,'theme_classic','presetfiles','',NULL),(465,0,1722414916,'theme_classic','backgroundimage','',NULL),(466,0,1722414916,'theme_classic','loginbackgroundimage','',NULL),(467,0,1722414916,'theme_classic','brandcolor','',NULL),(468,0,1722414916,'theme_classic','scsspre','',NULL),(469,0,1722414916,'theme_classic','scss','',NULL),(470,0,1722414916,'core_admin','logo','',NULL),(471,0,1722414916,'core_admin','logocompact','',NULL),(472,0,1722414916,'core_admin','favicon','',NULL),(473,0,1722414916,'core_admin','coursecolor1','#81ecec',NULL),(474,0,1722414916,'core_admin','coursecolor2','#74b9ff',NULL),(475,0,1722414916,'core_admin','coursecolor3','#a29bfe',NULL),(476,0,1722414916,'core_admin','coursecolor4','#dfe6e9',NULL),(477,0,1722414916,'core_admin','coursecolor5','#00b894',NULL),(478,0,1722414916,'core_admin','coursecolor6','#0984e3',NULL),(479,0,1722414916,'core_admin','coursecolor7','#b2bec3',NULL),(480,0,1722414916,'core_admin','coursecolor8','#fdcb6e',NULL),(481,0,1722414916,'core_admin','coursecolor9','#fd79a8',NULL),(482,0,1722414916,'core_admin','coursecolor10','#6c5ce7',NULL),(483,0,1722414916,NULL,'calendartype','gregorian',NULL),(484,0,1722414916,NULL,'calendar_adminseesall','0',NULL),(485,0,1722414916,NULL,'calendar_site_timeformat','0',NULL),(486,0,1722414916,NULL,'calendar_startwday','1',NULL),(487,0,1722414916,NULL,'calendar_weekend','65',NULL),(488,0,1722414916,NULL,'calendar_lookahead','21',NULL),(489,0,1722414916,NULL,'calendar_maxevents','10',NULL),(490,0,1722414916,NULL,'enablecalendarexport','1',NULL),(491,0,1722414916,NULL,'calendar_customexport','1',NULL),(492,0,1722414916,NULL,'calendar_exportlookahead','365',NULL),(493,0,1722414916,NULL,'calendar_exportlookback','5',NULL),(494,0,1722414916,NULL,'calendar_exportsalt','G2UtDNRZ5dswO0WMpec24V3Jfu3enR9SvaVcSfoXvpXJi0RrQVpHYBYkT8gy',NULL),(495,0,1722414916,NULL,'calendar_showicalsource','1',NULL),(496,0,1722414916,NULL,'useblogassociations','1',NULL),(497,0,1722414916,NULL,'bloglevel','4',NULL),(498,0,1722414916,NULL,'useexternalblogs','1',NULL),(499,0,1722414916,NULL,'externalblogcrontime','86400',NULL),(500,0,1722414916,NULL,'maxexternalblogsperuser','1',NULL),(501,0,1722414916,NULL,'blogusecomments','1',NULL),(502,0,1722414916,NULL,'blogshowcommentscount','1',NULL),(503,0,1722414916,NULL,'enabledashboard','1',NULL),(504,0,1722414916,NULL,'defaulthomepage','1',NULL),(505,0,1722414916,NULL,'allowguestmymoodle','1',NULL),(506,0,1722414916,NULL,'navshowfullcoursenames','0',NULL),(507,0,1722414916,NULL,'navshowcategories','1',NULL),(508,0,1722414916,NULL,'navshowmycoursecategories','0',NULL),(509,0,1722414916,NULL,'navshowallcourses','0',NULL),(510,0,1722414916,NULL,'navsortmycoursessort','sortorder',NULL),(511,0,1722414916,NULL,'navsortmycourseshiddenlast','1',NULL),(512,0,1722414916,NULL,'navcourselimit','10',NULL),(513,0,1722414916,NULL,'usesitenameforsitepages','0',NULL),(514,0,1722414916,NULL,'linkadmincategories','1',NULL),(515,0,1722414916,NULL,'linkcoursesections','1',NULL),(516,0,1722414916,NULL,'navshowfrontpagemods','1',NULL),(517,0,1722414916,NULL,'navadduserpostslinks','1',NULL),(518,0,1722414916,NULL,'sitenameintitle','shortname',NULL),(519,0,1722414916,NULL,'formatstringstriptags','1',NULL),(520,0,1722414916,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),(521,0,1722414916,NULL,'docroot','https://docs.moodle.org',NULL),(522,0,1722414916,NULL,'doclang','',NULL),(523,0,1722414916,NULL,'doctonewwindow','0',NULL),(524,0,1722414916,NULL,'coursecreationguide','https://moodle.academy/coursequickstart',NULL),(525,0,1722414916,NULL,'coursecontactduplicates','0',NULL),(526,0,1722414916,NULL,'courselistshortnames','0',NULL),(527,0,1722414916,NULL,'coursesperpage','20',NULL),(528,0,1722414916,NULL,'courseswithsummarieslimit','10',NULL),(529,0,1722414916,NULL,'courseoverviewfileslimit','1',NULL),(530,0,1722414916,NULL,'courseoverviewfilesext','web_image',NULL),(531,0,1722414916,NULL,'coursegraceperiodbefore','0',NULL),(532,0,1722414916,NULL,'coursegraceperiodafter','0',NULL),(533,0,1722414916,NULL,'yuicomboloading','1',NULL),(534,0,1722414916,NULL,'cachejs','1',NULL),(535,0,1722414916,NULL,'additionalhtmlhead','',NULL),(536,0,1722414916,NULL,'additionalhtmltopofbody','',NULL),(537,0,1722414916,NULL,'additionalhtmlfooter','',NULL),(538,0,1722414916,NULL,'cachetemplates','1',NULL),(539,0,1722414916,NULL,'pathtophp','',NULL),(540,0,1722414916,NULL,'pathtodu','',NULL),(541,0,1722414916,NULL,'aspellpath','',NULL),(542,0,1722414916,NULL,'pathtodot','',NULL),(543,0,1722414916,NULL,'pathtogs','/usr/bin/gs',NULL),(544,0,1722414916,NULL,'pathtopdftoppm','',NULL),(545,0,1722414916,NULL,'pathtopython','',NULL),(546,0,1722414916,NULL,'supportname','Admin User',NULL),(547,0,1722414916,NULL,'supportpage','',NULL),(548,0,1722414916,NULL,'supportavailability','1',NULL),(549,0,1722414916,NULL,'servicespage','',NULL),(550,0,1722414916,NULL,'dbsessions','0',NULL),(551,0,1722414916,NULL,'sessiontimeoutwarning','1200',NULL),(552,0,1722414916,NULL,'sessioncookie','',NULL),(553,0,1722414916,NULL,'sessioncookiepath','',NULL),(554,0,1722414916,NULL,'sessioncookiedomain','',NULL),(555,0,1722414916,NULL,'statsfirstrun','none',NULL),(556,0,1722414916,NULL,'statsmaxruntime','0',NULL),(557,0,1722414916,NULL,'statsruntimedays','31',NULL),(558,0,1722414916,NULL,'statsuserthreshold','0',NULL),(559,0,1722414916,NULL,'slasharguments','1',NULL),(560,0,1722414916,NULL,'getremoteaddrconf','3',NULL),(561,0,1722414916,NULL,'reverseproxyignore','',NULL),(562,0,1722414916,NULL,'proxyhost','',NULL),(563,0,1722414916,NULL,'proxyport','0',NULL),(564,0,1722414916,NULL,'proxytype','HTTP',NULL),(565,0,1722414916,NULL,'proxyuser','',NULL),(566,0,1722414916,NULL,'proxypassword','',NULL),(567,0,1722414916,NULL,'proxybypass','localhost, 127.0.0.1',NULL),(568,0,1722414916,NULL,'proxylogunsafe','0',NULL),(569,0,1722414916,NULL,'proxyfixunsafe','0',NULL),(570,0,1722414916,NULL,'maintenance_enabled','0',NULL),(571,0,1722414916,NULL,'maintenance_message','',NULL),(572,0,1722414916,NULL,'deleteunconfirmed','168',NULL),(573,0,1722414916,NULL,'deleteincompleteusers','0',NULL),(574,0,1722414916,NULL,'disablegradehistory','0',NULL),(575,0,1722414916,NULL,'gradehistorylifetime','0',NULL),(576,0,1722414916,NULL,'tempdatafoldercleanup','168',NULL),(577,0,1722414916,NULL,'xapicleanupperiod','4838400',NULL),(578,0,1722414916,NULL,'filescleanupperiod','86400',NULL),(579,0,1722414916,NULL,'extramemorylimit','512M',NULL),(580,0,1722414916,NULL,'maxtimelimit','0',NULL),(581,0,1722414916,NULL,'curlcache','120',NULL),(582,0,1722414916,NULL,'curltimeoutkbitrate','56',NULL),(583,0,1722414916,NULL,'cron_enabled','1',NULL),(584,0,1722414916,NULL,'cron_keepalive','180',NULL),(585,0,1722414916,NULL,'task_scheduled_concurrency_limit','3',NULL),(586,0,1722414916,NULL,'task_scheduled_max_runtime','1800',NULL),(587,0,1722414916,NULL,'task_adhoc_concurrency_limit','3',NULL),(588,0,1722414916,NULL,'task_adhoc_max_runtime','1800',NULL),(589,0,1722414916,NULL,'task_logmode','1',NULL),(590,0,1722414916,NULL,'task_logtostdout','1',NULL),(591,0,1722414916,NULL,'task_logretention','2419200',NULL),(592,0,1722414916,NULL,'task_logretainruns','20',NULL),(593,0,1722414916,NULL,'smtphosts','',NULL),(594,0,1722414916,NULL,'smtpsecure','',NULL),(595,0,1722414916,NULL,'smtpauthtype','LOGIN',NULL),(596,0,1722414916,NULL,'smtpuser','',NULL),(597,0,1722414916,NULL,'smtppass','',NULL),(598,0,1722414916,NULL,'smtpmaxbulk','1',NULL),(599,0,1722414916,NULL,'noreplyaddress','noreply@www.moodle.loc',NULL),(600,0,1722414916,NULL,'allowedemaildomains','',NULL),(601,0,1722414916,NULL,'divertallemailsto','',NULL),(602,0,1722414916,NULL,'divertallemailsexcept','',NULL),(603,0,1722414916,NULL,'emaildkimselector','',NULL),(604,0,1722414916,NULL,'sitemailcharset','0',NULL),(605,0,1722414916,NULL,'allowusermailcharset','0',NULL),(606,0,1722414916,NULL,'allowattachments','1',NULL),(607,0,1722414916,NULL,'mailnewline','LF',NULL),(608,0,1722414916,NULL,'emailfromvia','1',NULL),(609,0,1722414916,NULL,'emailsubjectprefix','',NULL),(610,0,1722414916,NULL,'emailheaders','',NULL),(611,0,1722414916,NULL,'updateautocheck','1',NULL),(612,0,1722414916,NULL,'updateminmaturity','200',NULL),(613,0,1722414916,NULL,'updatenotifybuilds','0',NULL),(614,0,1722414916,NULL,'enablewsdocumentation','0',NULL),(615,0,1722414916,NULL,'customreportslimit','0',NULL),(616,0,1722414916,NULL,'customreportsliveediting','1',NULL),(617,0,1722414916,NULL,'dndallowtextandlinks','0',NULL),(618,0,1722414916,NULL,'pathtosassc','',NULL),(619,0,1722414916,NULL,'contextlocking','0',NULL),(620,0,1722414916,NULL,'contextlockappliestoadmin','1',NULL),(621,0,1722414916,NULL,'forceclean','0',NULL),(622,0,1722414916,NULL,'enablecourserelativedates','0',NULL),(623,0,1722414916,NULL,'enablesharingtomoodlenet','0',NULL),(624,0,1722414916,NULL,'enablecommunicationsubsystem','0',NULL),(625,0,1722414916,NULL,'debug','0',NULL),(626,0,1722414916,NULL,'debugdisplay','0',NULL),(627,0,1722414916,NULL,'perfdebug','7',NULL),(628,0,1722414916,NULL,'debugstringids','0',NULL),(629,0,1722414916,NULL,'debugsqltrace','0',NULL),(630,0,1722414916,NULL,'debugvalidators','0',NULL),(631,0,1722414916,NULL,'debugpageinfo','0',NULL),(632,0,1722414916,NULL,'debugtemplateinfo','0',NULL),(633,0,1722414916,NULL,'profilingenabled','0',NULL),(634,0,1722414916,NULL,'profilingincluded','',NULL),(635,0,1722414917,NULL,'profilingexcluded','',NULL),(636,0,1722414917,NULL,'profilingautofrec','0',NULL),(637,0,1722414917,NULL,'profilingallowme','0',NULL),(638,0,1722414917,NULL,'profilingallowall','0',NULL),(639,0,1722414917,NULL,'profilingslow','0',NULL),(640,0,1722414917,NULL,'profilinglifetime','1440',NULL),(641,0,1722414917,NULL,'profilingimportprefix','(I)',NULL),(642,0,1722414917,'core_competency','pushcourseratingstouserplans','1',NULL),(643,0,1722414929,'activitynames','filter_active','1',''),(644,0,1722414929,'core_filter','order','activitynames','activitynames'),(645,0,1722414929,'displayh5p','filter_active','1',''),(646,0,1722414929,'core_filter','order','displayh5p, activitynames','activitynames, displayh5p'),(647,0,1722414929,'emoticon','filter_active','1',''),(648,0,1722414929,'mathjaxloader','filter_active','1',''),(649,0,1722414929,'core_filter','order','displayh5p, activitynames, mathjaxloader, emoticon','displayh5p, activitynames, emoticon, mathjaxloader'),(650,0,1722414929,'mediaplugin','filter_active','1',''),(651,0,1722414929,'urltolink','filter_active','1',''),(652,0,1722414929,'core_filter','order','displayh5p, activitynames, mathjaxloader, emoticon, urltolink, mediaplugin','displayh5p, activitynames, mathjaxloader, emoticon, mediaplugin, urltolink'),(653,0,1722414941,'tiny_noautolink','disabled','1','0'),(654,2,1722414945,NULL,'enableaccessibilitytools','1',NULL),(655,2,1722414945,'tool_moodlenet','enablemoodlenet','1',NULL),(656,2,1722414945,NULL,'notloggedinroleid','6',NULL),(657,2,1722414945,NULL,'guestroleid','6',NULL),(658,2,1722414945,NULL,'defaultuserroleid','7',NULL),(659,2,1722414945,NULL,'creatornewroleid','3',NULL),(660,2,1722414945,NULL,'restorernewroleid','3',NULL),(661,2,1722414945,'tool_dataprivacy','contactdataprotectionofficer','0',NULL),(662,2,1722414945,'tool_dataprivacy','automaticdataexportapproval','0',NULL),(663,2,1722414945,'tool_dataprivacy','automaticdatadeletionapproval','0',NULL),(664,2,1722414945,'tool_dataprivacy','automaticdeletionrequests','1',NULL),(665,2,1722414945,'tool_dataprivacy','privacyrequestexpiry','604800',NULL),(666,2,1722414945,'tool_dataprivacy','requireallenddatesforuserdeletion','1',NULL),(667,2,1722414945,'tool_dataprivacy','showdataretentionsummary','1',NULL),(668,2,1722414945,'tool_dataprivacy','allowfiltering','0',NULL),(669,2,1722414945,'tool_log','exportlog','1',NULL),(670,2,1722414945,NULL,'sitepolicyhandler','',NULL),(671,2,1722414945,NULL,'gradebookroles','5',NULL),(672,2,1722414945,NULL,'h5plibraryhandler','h5plib_v126',NULL),(673,2,1722414946,NULL,'airnotifierurl','https://messages.moodle.net',NULL),(674,2,1722414946,NULL,'airnotifierport','443',NULL),(675,2,1722414946,NULL,'airnotifiermobileappname','com.moodle.moodlemobile',NULL),(676,2,1722414946,NULL,'airnotifierappname','commoodlemoodlemobile',NULL),(677,2,1722414946,NULL,'airnotifieraccesskey','',NULL),(678,2,1722414946,'message_airnotifier','encryptnotifications','0',NULL),(679,2,1722414946,'message_airnotifier','encryptprocessing','0',NULL),(680,2,1722414946,'assign','feedback_plugin_for_gradebook','assignfeedback_comments',NULL),(681,2,1722414946,'assign','showrecentsubmissions','0',NULL),(682,2,1722414946,'assign','submissionreceipts','1',NULL),(683,2,1722414946,'assign','submissionstatement','This submission is my own work, except where I have acknowledged the use of the works of other people.',NULL),(684,2,1722414946,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.',NULL),(685,2,1722414946,'assign','submissionstatementteamsubmissionallsubmit','This submission is my own work as a group member, except where I have acknowledged the use of the works of other people.',NULL),(686,2,1722414946,'assign','maxperpage','-1',NULL),(687,2,1722414946,'assign','alwaysshowdescription','1',NULL),(688,2,1722414946,'assign','alwaysshowdescription_adv','',NULL),(689,2,1722414946,'assign','alwaysshowdescription_locked','',NULL),(690,2,1722414946,'assign','allowsubmissionsfromdate','0',NULL),(691,2,1722414946,'assign','allowsubmissionsfromdate_enabled','1',NULL),(692,2,1722414946,'assign','allowsubmissionsfromdate_adv','',NULL),(693,2,1722414946,'assign','duedate','604800',NULL),(694,2,1722414946,'assign','duedate_enabled','1',NULL),(695,2,1722414946,'assign','duedate_adv','',NULL),(696,2,1722414946,'assign','cutoffdate','1209600',NULL),(697,2,1722414946,'assign','cutoffdate_enabled','',NULL),(698,2,1722414946,'assign','cutoffdate_adv','',NULL),(699,2,1722414946,'assign','enabletimelimit','0',NULL),(700,2,1722414946,'assign','gradingduedate','1209600',NULL),(701,2,1722414946,'assign','gradingduedate_enabled','1',NULL),(702,2,1722414946,'assign','gradingduedate_adv','',NULL),(703,2,1722414946,'assign','submissiondrafts','0',NULL),(704,2,1722414946,'assign','submissiondrafts_adv','',NULL),(705,2,1722414946,'assign','submissiondrafts_locked','',NULL),(706,2,1722414946,'assign','requiresubmissionstatement','0',NULL),(707,2,1722414946,'assign','requiresubmissionstatement_adv','',NULL),(708,2,1722414946,'assign','requiresubmissionstatement_locked','',NULL),(709,2,1722414946,'assign','attemptreopenmethod','none',NULL),(710,2,1722414946,'assign','attemptreopenmethod_adv','',NULL),(711,2,1722414946,'assign','attemptreopenmethod_locked','',NULL),(712,2,1722414946,'assign','maxattempts','-1',NULL),(713,2,1722414946,'assign','maxattempts_adv','',NULL),(714,2,1722414946,'assign','maxattempts_locked','',NULL),(715,2,1722414946,'assign','teamsubmission','0',NULL),(716,2,1722414946,'assign','teamsubmission_adv','',NULL),(717,2,1722414946,'assign','teamsubmission_locked','',NULL),(718,2,1722414946,'assign','preventsubmissionnotingroup','0',NULL),(719,2,1722414946,'assign','preventsubmissionnotingroup_adv','',NULL),(720,2,1722414946,'assign','preventsubmissionnotingroup_locked','',NULL),(721,2,1722414946,'assign','requireallteammemberssubmit','0',NULL),(722,2,1722414946,'assign','requireallteammemberssubmit_adv','',NULL),(723,2,1722414946,'assign','requireallteammemberssubmit_locked','',NULL),(724,2,1722414946,'assign','teamsubmissiongroupingid','',NULL),(725,2,1722414946,'assign','teamsubmissiongroupingid_adv','',NULL),(726,2,1722414946,'assign','sendnotifications','0',NULL),(727,2,1722414946,'assign','sendnotifications_adv','',NULL),(728,2,1722414946,'assign','sendnotifications_locked','',NULL),(729,2,1722414946,'assign','sendlatenotifications','0',NULL),(730,2,1722414946,'assign','sendlatenotifications_adv','',NULL),(731,2,1722414946,'assign','sendlatenotifications_locked','',NULL),(732,2,1722414946,'assign','sendstudentnotifications','1',NULL),(733,2,1722414946,'assign','sendstudentnotifications_adv','',NULL),(734,2,1722414946,'assign','sendstudentnotifications_locked','',NULL),(735,2,1722414946,'assign','blindmarking','0',NULL),(736,2,1722414946,'assign','blindmarking_adv','',NULL),(737,2,1722414946,'assign','blindmarking_locked','',NULL),(738,2,1722414946,'assign','hidegrader','0',NULL),(739,2,1722414946,'assign','hidegrader_adv','',NULL),(740,2,1722414946,'assign','hidegrader_locked','',NULL),(741,2,1722414946,'assign','markingworkflow','0',NULL),(742,2,1722414946,'assign','markingworkflow_adv','',NULL),(743,2,1722414946,'assign','markingworkflow_locked','',NULL),(744,2,1722414946,'assign','markingallocation','0',NULL),(745,2,1722414946,'assign','markingallocation_adv','',NULL),(746,2,1722414946,'assign','markingallocation_locked','',NULL),(747,2,1722414946,'assignsubmission_file','default','1',NULL),(748,2,1722414946,'assignsubmission_file','maxfiles','20',NULL),(749,2,1722414946,'assignsubmission_file','filetypes','',NULL),(750,2,1722414946,'assignsubmission_file','maxbytes','0',NULL),(751,2,1722414946,'assignsubmission_onlinetext','default','0',NULL),(752,2,1722414946,'assignfeedback_comments','default','1',NULL),(753,2,1722414946,'assignfeedback_comments','inline','0',NULL),(754,2,1722414946,'assignfeedback_comments','inline_adv','',NULL),(755,2,1722414946,'assignfeedback_comments','inline_locked','',NULL),(756,2,1722414946,'assignfeedback_editpdf','default','1',NULL),(757,2,1722414946,'assignfeedback_editpdf','stamps','',NULL),(758,2,1722414946,'assignfeedback_file','default','0',NULL),(759,2,1722414946,'assignfeedback_offline','default','0',NULL),(760,2,1722414946,NULL,'bigbluebuttonbn_default_dpa_accepted','0',NULL),(761,2,1722414946,NULL,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/',NULL),(762,2,1722414946,NULL,'bigbluebuttonbn_shared_secret','********',NULL),(763,2,1722414946,NULL,'bigbluebuttonbn_checksum_algorithm','SHA1',NULL),(764,2,1722414946,NULL,'bigbluebuttonbn_poll_interval','5',NULL),(765,2,1722414946,NULL,'bigbluebuttonbn_welcome_default','',NULL),(766,2,1722414946,NULL,'bigbluebuttonbn_welcome_editable','1',NULL),(767,2,1722414946,NULL,'bigbluebuttonbn_recording_default','1',NULL),(768,2,1722414946,NULL,'bigbluebuttonbn_recording_refresh_period','300',NULL),(769,2,1722414946,NULL,'bigbluebuttonbn_recording_editable','1',NULL),(770,2,1722414946,NULL,'bigbluebuttonbn_recording_all_from_start_default','0',NULL),(771,2,1722414946,NULL,'bigbluebuttonbn_recording_all_from_start_editable','0',NULL),(772,2,1722414946,NULL,'bigbluebuttonbn_recording_hide_button_default','0',NULL),(773,2,1722414946,NULL,'bigbluebuttonbn_recording_hide_button_editable','0',NULL),(774,2,1722414946,NULL,'bigbluebuttonbn_recording_safe_formats','video,presentation',NULL),(775,2,1722414946,NULL,'bigbluebuttonbn_importrecordings_enabled','0',NULL),(776,2,1722414946,NULL,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0',NULL),(777,2,1722414946,NULL,'bigbluebuttonbn_recordings_deleted_default','1',NULL),(778,2,1722414946,NULL,'bigbluebuttonbn_recordings_deleted_editable','0',NULL),(779,2,1722414946,NULL,'bigbluebuttonbn_recordings_imported_default','0',NULL),(780,2,1722414946,NULL,'bigbluebuttonbn_recordings_imported_editable','1',NULL),(781,2,1722414946,NULL,'bigbluebuttonbn_recordings_preview_default','1',NULL),(782,2,1722414946,NULL,'bigbluebuttonbn_recordings_preview_editable','0',NULL),(783,2,1722414946,NULL,'bigbluebuttonbn_recordings_asc_sort','0',NULL),(784,2,1722414946,NULL,'bigbluebuttonbn_recording_protect_editable','1',NULL),(785,2,1722414946,NULL,'bigbluebuttonbn_waitformoderator_default','0',NULL),(786,2,1722414946,NULL,'bigbluebuttonbn_waitformoderator_editable','1',NULL),(787,2,1722414946,NULL,'bigbluebuttonbn_waitformoderator_ping_interval','10',NULL),(788,2,1722414946,NULL,'bigbluebuttonbn_waitformoderator_cache_ttl','60',NULL),(789,2,1722414946,NULL,'bigbluebuttonbn_voicebridge_editable','0',NULL),(790,2,1722414946,NULL,'bigbluebuttonbn_preuploadpresentation_editable','0',NULL),(791,2,1722414946,'mod_bigbluebuttonbn','presentationdefault','',NULL),(792,2,1722414946,NULL,'bigbluebuttonbn_userlimit_default','0',NULL),(793,2,1722414946,NULL,'bigbluebuttonbn_userlimit_editable','0',NULL),(794,2,1722414946,NULL,'bigbluebuttonbn_participant_moderator_default','0',NULL),(795,2,1722414946,NULL,'bigbluebuttonbn_muteonstart_default','0',NULL),(796,2,1722414946,NULL,'bigbluebuttonbn_muteonstart_editable','0',NULL),(797,2,1722414946,NULL,'bigbluebuttonbn_disablecam_default','0',NULL),(798,2,1722414946,NULL,'bigbluebuttonbn_disablecam_editable','1',NULL),(799,2,1722414946,NULL,'bigbluebuttonbn_disablemic_default','0',NULL),(800,2,1722414946,NULL,'bigbluebuttonbn_disablemic_editable','1',NULL),(801,2,1722414946,NULL,'bigbluebuttonbn_disableprivatechat_default','0',NULL),(802,2,1722414946,NULL,'bigbluebuttonbn_disableprivatechat_editable','1',NULL),(803,2,1722414946,NULL,'bigbluebuttonbn_disablepublicchat_default','0',NULL),(804,2,1722414946,NULL,'bigbluebuttonbn_disablepublicchat_editable','1',NULL),(805,2,1722414946,NULL,'bigbluebuttonbn_disablenote_default','0',NULL),(806,2,1722414946,NULL,'bigbluebuttonbn_disablenote_editable','1',NULL),(807,2,1722414946,NULL,'bigbluebuttonbn_hideuserlist_default','0',NULL),(808,2,1722414946,NULL,'bigbluebuttonbn_hideuserlist_editable','1',NULL),(809,2,1722414946,NULL,'bigbluebuttonbn_recordingready_enabled','0',NULL),(810,2,1722414946,NULL,'bigbluebuttonbn_profile_picture_enabled','0',NULL),(811,2,1722414946,NULL,'bigbluebuttonbn_meetingevents_enabled','0',NULL),(812,2,1722414946,NULL,'bigbluebuttonbn_guestaccess_enabled','0',NULL),(813,2,1722414946,'book','numberingoptions','0,1,2,3',NULL),(814,2,1722414946,'book','numbering','1',NULL),(815,2,1722414946,NULL,'chat_method','ajax',NULL),(816,2,1722414946,NULL,'chat_refresh_userlist','10',NULL),(817,2,1722414946,NULL,'chat_old_ping','35',NULL),(818,2,1722414946,NULL,'chat_refresh_room','5',NULL),(819,2,1722414946,NULL,'chat_normal_updatemode','jsupdate',NULL),(820,2,1722414946,NULL,'chat_serverhost','www.moodle.loc',NULL),(821,2,1722414946,NULL,'chat_serverip','127.0.0.1',NULL),(822,2,1722414946,NULL,'chat_serverport','9111',NULL),(823,2,1722414946,NULL,'chat_servermax','100',NULL),(824,2,1722414946,NULL,'data_enablerssfeeds','0',NULL),(825,2,1722414946,NULL,'feedback_allowfullanonymous','0',NULL),(826,2,1722414946,'resource','framesize','130',NULL),(827,2,1722414946,'resource','displayoptions','0,1,4,5,6',NULL),(828,2,1722414946,'resource','printintro','1',NULL),(829,2,1722414946,'resource','display','0',NULL),(830,2,1722414946,'resource','showsize','0',NULL),(831,2,1722414946,'resource','showtype','1',NULL),(832,2,1722414946,'resource','showdate','0',NULL),(833,2,1722414946,'resource','popupwidth','620',NULL),(834,2,1722414946,'resource','popupheight','450',NULL),(835,2,1722414946,'resource','filterfiles','0',NULL),(836,2,1722414946,'folder','showexpanded','1',NULL),(837,2,1722414946,'folder','maxsizetodownload','0',NULL),(838,2,1722414946,NULL,'forum_displaymode','3',NULL),(839,2,1722414946,NULL,'forum_shortpost','300',NULL),(840,2,1722414946,NULL,'forum_longpost','600',NULL),(841,2,1722414946,NULL,'forum_manydiscussions','100',NULL),(842,2,1722414946,NULL,'forum_maxbytes','512000',NULL),(843,2,1722414946,NULL,'forum_maxattachments','9',NULL),(844,2,1722414947,NULL,'forum_subscription','0',NULL),(845,2,1722414947,NULL,'forum_trackingtype','1',NULL),(846,2,1722414947,NULL,'forum_trackreadposts','1',NULL),(847,2,1722414947,NULL,'forum_allowforcedreadtracking','0',NULL),(848,2,1722414947,NULL,'forum_oldpostdays','14',NULL),(849,2,1722414947,NULL,'forum_usermarksread','0',NULL),(850,2,1722414947,NULL,'forum_cleanreadtime','2',NULL),(851,2,1722414947,NULL,'digestmailtime','17',NULL),(852,2,1722414947,NULL,'forum_enablerssfeeds','0',NULL),(853,2,1722414947,NULL,'forum_enabletimedposts','1',NULL),(854,2,1722414947,NULL,'glossary_entbypage','10',NULL),(855,2,1722414947,NULL,'glossary_dupentries','0',NULL),(856,2,1722414947,NULL,'glossary_allowcomments','0',NULL),(857,2,1722414947,NULL,'glossary_linkbydefault','1',NULL),(858,2,1722414947,NULL,'glossary_defaultapproval','1',NULL),(859,2,1722414947,NULL,'glossary_enablerssfeeds','0',NULL),(860,2,1722414947,NULL,'glossary_linkentries','0',NULL),(861,2,1722414947,NULL,'glossary_casesensitive','0',NULL),(862,2,1722414947,NULL,'glossary_fullmatch','0',NULL),(863,2,1722414947,'mod_h5pactivity','enablesavestate','1',NULL),(864,2,1722414947,'mod_h5pactivity','savestatefreq','60',NULL),(865,2,1722414947,'imscp','keepold','1',NULL),(866,2,1722414947,'imscp','keepold_adv','',NULL),(867,2,1722414947,'mod_lesson','mediafile','',NULL),(868,2,1722414947,'mod_lesson','mediafile_adv','1',NULL),(869,2,1722414947,'mod_lesson','mediawidth','640',NULL),(870,2,1722414947,'mod_lesson','mediaheight','480',NULL),(871,2,1722414947,'mod_lesson','mediaclose','0',NULL),(872,2,1722414947,'mod_lesson','progressbar','0',NULL),(873,2,1722414947,'mod_lesson','progressbar_adv','',NULL),(874,2,1722414947,'mod_lesson','ongoing','0',NULL),(875,2,1722414947,'mod_lesson','ongoing_adv','1',NULL),(876,2,1722414947,'mod_lesson','displayleftmenu','0',NULL),(877,2,1722414947,'mod_lesson','displayleftmenu_adv','',NULL),(878,2,1722414947,'mod_lesson','displayleftif','0',NULL),(879,2,1722414947,'mod_lesson','displayleftif_adv','1',NULL),(880,2,1722414947,'mod_lesson','slideshow','0',NULL),(881,2,1722414947,'mod_lesson','slideshow_adv','1',NULL),(882,2,1722414947,'mod_lesson','slideshowwidth','640',NULL),(883,2,1722414947,'mod_lesson','slideshowheight','480',NULL),(884,2,1722414947,'mod_lesson','slideshowbgcolor','#FFFFFF',NULL),(885,2,1722414947,'mod_lesson','maxanswers','5',NULL),(886,2,1722414947,'mod_lesson','maxanswers_adv','1',NULL),(887,2,1722414947,'mod_lesson','defaultfeedback','0',NULL),(888,2,1722414947,'mod_lesson','defaultfeedback_adv','1',NULL),(889,2,1722414947,'mod_lesson','activitylink','',NULL),(890,2,1722414947,'mod_lesson','activitylink_adv','1',NULL),(891,2,1722414947,'mod_lesson','timelimit','0',NULL),(892,2,1722414947,'mod_lesson','timelimit_adv','',NULL),(893,2,1722414947,'mod_lesson','password','0',NULL),(894,2,1722414947,'mod_lesson','password_adv','1',NULL),(895,2,1722414947,'mod_lesson','modattempts','0',NULL),(896,2,1722414947,'mod_lesson','modattempts_adv','',NULL),(897,2,1722414947,'mod_lesson','displayreview','0',NULL),(898,2,1722414947,'mod_lesson','displayreview_adv','',NULL),(899,2,1722414947,'mod_lesson','maximumnumberofattempts','1',NULL),(900,2,1722414947,'mod_lesson','maximumnumberofattempts_adv','',NULL),(901,2,1722414947,'mod_lesson','defaultnextpage','0',NULL),(902,2,1722414947,'mod_lesson','defaultnextpage_adv','1',NULL),(903,2,1722414947,'mod_lesson','numberofpagestoshow','1',NULL),(904,2,1722414947,'mod_lesson','numberofpagestoshow_adv','1',NULL),(905,2,1722414947,'mod_lesson','practice','0',NULL),(906,2,1722414947,'mod_lesson','practice_adv','',NULL),(907,2,1722414947,'mod_lesson','customscoring','1',NULL),(908,2,1722414947,'mod_lesson','customscoring_adv','1',NULL),(909,2,1722414947,'mod_lesson','retakesallowed','0',NULL),(910,2,1722414947,'mod_lesson','retakesallowed_adv','',NULL),(911,2,1722414947,'mod_lesson','handlingofretakes','0',NULL),(912,2,1722414947,'mod_lesson','handlingofretakes_adv','1',NULL),(913,2,1722414947,'mod_lesson','minimumnumberofquestions','0',NULL),(914,2,1722414947,'mod_lesson','minimumnumberofquestions_adv','1',NULL),(915,2,1722414947,'page','displayoptions','5',NULL),(916,2,1722414947,'page','printintro','0',NULL),(917,2,1722414947,'page','printlastmodified','1',NULL),(918,2,1722414947,'page','display','5',NULL),(919,2,1722414947,'page','popupwidth','620',NULL),(920,2,1722414947,'page','popupheight','450',NULL),(921,2,1722414947,'quiz','timelimit','0',NULL),(922,2,1722414947,'quiz','timelimit_adv','',NULL),(923,2,1722414947,'quiz','timelimit_locked','',NULL),(924,2,1722414947,'quiz','notifyattemptgradeddelay','18000',NULL),(925,2,1722414947,'quiz','overduehandling','autosubmit',NULL),(926,2,1722414947,'quiz','overduehandling_adv','',NULL),(927,2,1722414947,'quiz','overduehandling_locked','',NULL),(928,2,1722414947,'quiz','graceperiod','86400',NULL),(929,2,1722414947,'quiz','graceperiod_adv','',NULL),(930,2,1722414947,'quiz','graceperiod_locked','',NULL),(931,2,1722414947,'quiz','graceperiodmin','60',NULL),(932,2,1722414947,'quiz','attempts','0',NULL),(933,2,1722414947,'quiz','attempts_adv','',NULL),(934,2,1722414947,'quiz','attempts_locked','',NULL),(935,2,1722414947,'quiz','grademethod','1',NULL),(936,2,1722414947,'quiz','grademethod_adv','',NULL),(937,2,1722414947,'quiz','grademethod_locked','',NULL),(938,2,1722414947,'quiz','maximumgrade','10',NULL),(939,2,1722414947,'quiz','maximumgrade_locked','',NULL),(940,2,1722414947,'quiz','questionsperpage','1',NULL),(941,2,1722414947,'quiz','questionsperpage_adv','',NULL),(942,2,1722414947,'quiz','questionsperpage_locked','',NULL),(943,2,1722414947,'quiz','navmethod','free',NULL),(944,2,1722414947,'quiz','navmethod_adv','1',NULL),(945,2,1722414947,'quiz','navmethod_locked','',NULL),(946,2,1722414947,'quiz','shuffleanswers','1',NULL),(947,2,1722414947,'quiz','shuffleanswers_adv','',NULL),(948,2,1722414947,'quiz','shuffleanswers_locked','',NULL),(949,2,1722414947,'quiz','preferredbehaviour','deferredfeedback',NULL),(950,2,1722414947,'quiz','preferredbehaviour_locked','',NULL),(951,2,1722414947,'quiz','canredoquestions','0',NULL),(952,2,1722414947,'quiz','canredoquestions_adv','1',NULL),(953,2,1722414947,'quiz','canredoquestions_locked','',NULL),(954,2,1722414947,'quiz','attemptonlast','0',NULL),(955,2,1722414947,'quiz','attemptonlast_adv','1',NULL),(956,2,1722414947,'quiz','attemptonlast_locked','',NULL),(957,2,1722414947,'quiz','reviewattempt','69904',NULL),(958,2,1722414947,'quiz','reviewcorrectness','69904',NULL),(959,2,1722414947,'quiz','reviewmaxmarks','69904',NULL),(960,2,1722414947,'quiz','reviewmarks','69904',NULL),(961,2,1722414947,'quiz','reviewspecificfeedback','69904',NULL),(962,2,1722414947,'quiz','reviewgeneralfeedback','69904',NULL),(963,2,1722414947,'quiz','reviewrightanswer','69904',NULL),(964,2,1722414947,'quiz','reviewoverallfeedback','4368',NULL),(965,2,1722414947,'quiz','showuserpicture','0',NULL),(966,2,1722414947,'quiz','showuserpicture_adv','',NULL),(967,2,1722414947,'quiz','showuserpicture_locked','',NULL),(968,2,1722414947,'quiz','decimalpoints','2',NULL),(969,2,1722414947,'quiz','decimalpoints_adv','',NULL),(970,2,1722414947,'quiz','decimalpoints_locked','',NULL),(971,2,1722414947,'quiz','questiondecimalpoints','-1',NULL),(972,2,1722414947,'quiz','questiondecimalpoints_adv','',NULL),(973,2,1722414947,'quiz','questiondecimalpoints_locked','',NULL),(974,2,1722414947,'quiz','showblocks','0',NULL),(975,2,1722414947,'quiz','showblocks_adv','1',NULL),(976,2,1722414947,'quiz','showblocks_locked','',NULL),(977,2,1722414947,'quiz','quizpassword','',NULL),(978,2,1722414947,'quiz','quizpassword_adv','',NULL),(979,2,1722414947,'quiz','quizpassword_required','',NULL),(980,2,1722414947,'quiz','quizpassword_locked','',NULL),(981,2,1722414947,'quiz','subnet','',NULL),(982,2,1722414947,'quiz','subnet_adv','1',NULL),(983,2,1722414947,'quiz','subnet_locked','',NULL),(984,2,1722414947,'quiz','delay1','0',NULL),(985,2,1722414947,'quiz','delay1_adv','1',NULL),(986,2,1722414947,'quiz','delay1_locked','',NULL),(987,2,1722414947,'quiz','delay2','0',NULL),(988,2,1722414947,'quiz','delay2_adv','1',NULL),(989,2,1722414947,'quiz','delay2_locked','',NULL),(990,2,1722414947,'quiz','browsersecurity','-',NULL),(991,2,1722414947,'quiz','browsersecurity_adv','1',NULL),(992,2,1722414947,'quiz','browsersecurity_locked','',NULL),(993,2,1722414947,'quiz','initialnumfeedbacks','2',NULL),(994,2,1722414947,'quiz','autosaveperiod','60',NULL),(995,2,1722414947,'quiz_statistics','getstatslocktimeout','900',NULL),(996,2,1722414947,'quizaccess_seb','autoreconfigureseb','1',NULL),(997,2,1722414947,'quizaccess_seb','showseblinks','seb,http',NULL),(998,2,1722414947,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html',NULL),(999,2,1722414947,'quizaccess_seb','quizpasswordrequired','0',NULL),(1000,2,1722414947,'quizaccess_seb','displayblocksbeforestart','0',NULL),(1001,2,1722414947,'quizaccess_seb','displayblockswhenfinished','1',NULL),(1002,2,1722414947,'scorm','displaycoursestructure','0',NULL),(1003,2,1722414947,'scorm','displaycoursestructure_adv','',NULL),(1004,2,1722414947,'scorm','popup','0',NULL),(1005,2,1722414947,'scorm','popup_adv','',NULL),(1006,2,1722414947,'scorm','framewidth','100',NULL),(1007,2,1722414947,'scorm','framewidth_adv','1',NULL),(1008,2,1722414947,'scorm','frameheight','500',NULL),(1009,2,1722414947,'scorm','frameheight_adv','1',NULL),(1010,2,1722414947,'scorm','winoptgrp_adv','1',NULL),(1011,2,1722414947,'scorm','scrollbars','0',NULL),(1012,2,1722414947,'scorm','directories','0',NULL),(1013,2,1722414947,'scorm','location','0',NULL),(1014,2,1722414947,'scorm','menubar','0',NULL),(1015,2,1722414947,'scorm','toolbar','0',NULL),(1016,2,1722414947,'scorm','status','0',NULL),(1017,2,1722414947,'scorm','skipview','0',NULL),(1018,2,1722414947,'scorm','skipview_adv','1',NULL),(1019,2,1722414947,'scorm','hidebrowse','0',NULL),(1020,2,1722414947,'scorm','hidebrowse_adv','1',NULL),(1021,2,1722414947,'scorm','hidetoc','0',NULL),(1022,2,1722414947,'scorm','hidetoc_adv','1',NULL),(1023,2,1722414947,'scorm','nav','1',NULL),(1024,2,1722414947,'scorm','nav_adv','1',NULL),(1025,2,1722414947,'scorm','navpositionleft','-100',NULL),(1026,2,1722414947,'scorm','navpositionleft_adv','1',NULL),(1027,2,1722414947,'scorm','navpositiontop','-100',NULL),(1028,2,1722414947,'scorm','navpositiontop_adv','1',NULL),(1029,2,1722414947,'scorm','collapsetocwinsize','767',NULL),(1030,2,1722414947,'scorm','collapsetocwinsize_adv','1',NULL),(1031,2,1722414947,'scorm','displayattemptstatus','1',NULL),(1032,2,1722414947,'scorm','displayattemptstatus_adv','',NULL),(1033,2,1722414947,'scorm','grademethod','1',NULL),(1034,2,1722414947,'scorm','maxgrade','100',NULL),(1035,2,1722414947,'scorm','maxattempt','0',NULL),(1036,2,1722414947,'scorm','whatgrade','0',NULL),(1037,2,1722414947,'scorm','forcecompleted','0',NULL),(1038,2,1722414947,'scorm','forcenewattempt','0',NULL),(1039,2,1722414947,'scorm','autocommit','0',NULL),(1040,2,1722414947,'scorm','masteryoverride','1',NULL),(1041,2,1722414947,'scorm','lastattemptlock','0',NULL),(1042,2,1722414947,'scorm','auto','0',NULL),(1043,2,1722414947,'scorm','updatefreq','0',NULL),(1044,2,1722414947,'scorm','scormstandard','0',NULL),(1045,2,1722414947,'scorm','allowtypeexternal','0',NULL),(1046,2,1722414947,'scorm','allowtypelocalsync','0',NULL),(1047,2,1722414947,'scorm','allowtypeexternalaicc','0',NULL),(1048,2,1722414947,'scorm','allowaicchacp','0',NULL),(1049,2,1722414947,'scorm','aicchacptimeout','30',NULL),(1050,2,1722414947,'scorm','aicchacpkeepsessiondata','1',NULL),(1051,2,1722414947,'scorm','aiccuserid','1',NULL),(1052,2,1722414947,'scorm','forcejavascript','1',NULL),(1053,2,1722414947,'scorm','allowapidebug','0',NULL),(1054,2,1722414947,'scorm','apidebugmask','.*',NULL),(1055,2,1722414947,'scorm','protectpackagedownloads','0',NULL),(1056,2,1722414947,'label','dndmedia','1',NULL),(1057,2,1722414947,'label','dndresizewidth','400',NULL),(1058,2,1722414947,'label','dndresizeheight','400',NULL),(1059,2,1722414947,'url','framesize','130',NULL),(1060,2,1722414947,'url','secretphrase','',NULL),(1061,2,1722414947,'url','rolesinparams','0',NULL),(1062,2,1722414947,'url','displayoptions','0,1,5,6',NULL),(1063,2,1722414947,'url','printintro','1',NULL),(1064,2,1722414947,'url','display','0',NULL),(1065,2,1722414947,'url','popupwidth','620',NULL),(1066,2,1722414947,'url','popupheight','450',NULL),(1067,2,1722414947,'workshop','grade','80',NULL),(1068,2,1722414947,'workshop','gradinggrade','20',NULL),(1069,2,1722414947,'workshop','gradedecimals','0',NULL),(1070,2,1722414947,'workshop','maxbytes','0',NULL),(1071,2,1722414947,'workshop','strategy','accumulative',NULL),(1072,2,1722414947,'workshop','examplesmode','0',NULL),(1073,2,1722414947,'workshopallocation_random','numofreviews','5',NULL),(1074,2,1722414947,'workshopform_numerrors','grade0','No',NULL),(1075,2,1722414947,'workshopform_numerrors','grade1','Yes',NULL),(1076,2,1722414947,'workshopeval_best','comparison','5',NULL),(1077,2,1722414947,'tool_brickfield','analysistype','0',NULL),(1078,2,1722414947,'tool_brickfield','deletehistoricaldata','1',NULL),(1079,2,1722414947,'tool_brickfield','batch','1000',NULL),(1080,2,1722414947,'tool_brickfield','perpage','50',NULL),(1081,2,1722414947,'tool_mfa','enabled','0',NULL),(1082,2,1722414947,'tool_mfa','lockout','10',NULL),(1083,2,1722414947,'tool_mfa','debugmode','0',NULL),(1084,2,1722414947,'tool_mfa','redir_exclusions','',NULL),(1085,2,1722414947,'tool_mfa','guidance','0',NULL),(1086,2,1722414947,'tool_mfa','guidancecontent','',NULL),(1087,2,1722414947,'tool_mfa','guidancefiles','',NULL),(1088,2,1722414947,'factor_admin','enabled','0',NULL),(1089,2,1722414947,'factor_admin','weight','100',NULL),(1090,2,1722414947,'factor_auth','enabled','0',NULL),(1091,2,1722414947,'factor_auth','weight','100',NULL),(1092,2,1722414947,'factor_auth','goodauth','',NULL),(1093,2,1722414947,'factor_capability','enabled','0',NULL),(1094,2,1722414947,'factor_capability','weight','100',NULL),(1095,2,1722414947,'factor_capability','adminpasses','1',NULL),(1096,2,1722414947,'factor_cohort','enabled','0',NULL),(1097,2,1722414947,'factor_cohort','weight','100',NULL),(1098,2,1722414947,'factor_email','enabled','0',NULL),(1099,2,1722414947,'factor_email','weight','100',NULL),(1100,2,1722414947,'factor_email','duration','1800',NULL),(1101,2,1722414947,'factor_email','suspend','0',NULL),(1102,2,1722414947,'factor_grace','enabled','0',NULL),(1103,2,1722414947,'factor_grace','weight','100',NULL),(1104,2,1722414947,'factor_grace','forcesetup','0',NULL),(1105,2,1722414947,'factor_grace','graceperiod','604800',NULL),(1106,2,1722414947,'factor_grace','ignorelist','',NULL),(1107,2,1722414947,'factor_grace','customwarning','',NULL),(1108,2,1722414947,'factor_iprange','enabled','0',NULL),(1109,2,1722414947,'factor_iprange','weight','100',NULL),(1110,2,1722414947,'factor_iprange','safeips','',NULL),(1111,2,1722414948,'factor_nosetup','enabled','0',NULL),(1112,2,1722414948,'factor_nosetup','weight','100',NULL),(1113,2,1722414948,'factor_role','enabled','0',NULL),(1114,2,1722414948,'factor_role','weight','100',NULL),(1115,2,1722414948,'factor_role','roles','admin',NULL),(1116,2,1722414948,'factor_token','enabled','0',NULL),(1117,2,1722414948,'factor_token','weight','100',NULL),(1118,2,1722414948,'factor_token','expiry','86400',NULL),(1119,2,1722414948,'factor_token','expireovernight','1',NULL),(1120,2,1722414948,'factor_totp','enabled','0',NULL),(1121,2,1722414948,'factor_totp','weight','100',NULL),(1122,2,1722414948,'factor_totp','window','30',NULL),(1123,2,1722414948,'factor_totp','totplink','1',NULL),(1124,2,1722414948,'factor_webauthn','enabled','0',NULL),(1125,2,1722414948,'factor_webauthn','weight','100',NULL),(1126,2,1722414948,'factor_webauthn','authenticatortypes','usb,nfc,ble,hybrid,internal',NULL),(1127,2,1722414948,'factor_webauthn','userverification','preferred',NULL),(1128,2,1722414948,'tool_recyclebin','coursebinenable','1',NULL),(1129,2,1722414948,'tool_recyclebin','coursebinexpiry','604800',NULL),(1130,2,1722414948,'tool_recyclebin','categorybinenable','1',NULL),(1131,2,1722414948,'tool_recyclebin','categorybinexpiry','604800',NULL),(1132,2,1722414948,'tool_recyclebin','autohide','1',NULL),(1133,2,1722414948,'antivirus_clamav','runningmethod','commandline',NULL),(1134,2,1722414948,'antivirus_clamav','pathtoclam','',NULL),(1135,2,1722414948,'antivirus_clamav','pathtounixsocket','',NULL),(1136,2,1722414948,'antivirus_clamav','tcpsockethost','',NULL),(1137,2,1722414948,'antivirus_clamav','tcpsocketport','3310',NULL),(1138,2,1722414948,'antivirus_clamav','clamfailureonupload','tryagain',NULL),(1139,2,1722414948,'antivirus_clamav','tries','1',NULL),(1140,2,1722414948,'auth_cas','auth_name','CAS',NULL),(1141,2,1722414948,'auth_cas','auth_logo','',NULL),(1142,2,1722414948,'auth_cas','hostname','',NULL),(1143,2,1722414948,'auth_cas','baseuri','',NULL),(1144,2,1722414948,'auth_cas','port','0',NULL),(1145,2,1722414948,'auth_cas','casversion','2.0',NULL),(1146,2,1722414948,'auth_cas','language','CAS_Languages_English',NULL),(1147,2,1722414948,'auth_cas','proxycas','0',NULL),(1148,2,1722414948,'auth_cas','logoutcas','0',NULL),(1149,2,1722414948,'auth_cas','multiauth','0',NULL),(1150,2,1722414948,'auth_cas','certificate_check','0',NULL),(1151,2,1722414948,'auth_cas','certificate_path','',NULL),(1152,2,1722414948,'auth_cas','curl_ssl_version','',NULL),(1153,2,1722414948,'auth_cas','logout_return_url','',NULL),(1154,2,1722414948,'auth_cas','host_url','',NULL),(1155,2,1722414948,'auth_cas','ldap_version','3',NULL),(1156,2,1722414948,'auth_cas','start_tls','0',NULL),(1157,2,1722414948,'auth_cas','ldapencoding','utf-8',NULL),(1158,2,1722414948,'auth_cas','pagesize','250',NULL),(1159,2,1722414948,'auth_cas','bind_dn','',NULL),(1160,2,1722414948,'auth_cas','bind_pw','',NULL),(1161,2,1722414948,'auth_cas','user_type','default',NULL),(1162,2,1722414948,'auth_cas','contexts','',NULL),(1163,2,1722414948,'auth_cas','search_sub','0',NULL),(1164,2,1722414948,'auth_cas','opt_deref','0',NULL),(1165,2,1722414948,'auth_cas','user_attribute','',NULL),(1166,2,1722414948,'auth_cas','memberattribute','',NULL),(1167,2,1722414948,'auth_cas','memberattribute_isdn','0',NULL),(1168,2,1722414948,'auth_cas','objectclass','',NULL),(1169,2,1722414948,'auth_cas','attrcreators','',NULL),(1170,2,1722414948,'auth_cas','groupecreators','',NULL),(1171,2,1722414948,'auth_cas','removeuser','0',NULL),(1172,2,1722414948,'auth_cas','field_map_firstname','',NULL),(1173,2,1722414948,'auth_cas','field_updatelocal_firstname','oncreate',NULL),(1174,2,1722414948,'auth_cas','field_updateremote_firstname','0',NULL),(1175,2,1722414948,'auth_cas','field_lock_firstname','unlocked',NULL),(1176,2,1722414948,'auth_cas','field_map_lastname','',NULL),(1177,2,1722414948,'auth_cas','field_updatelocal_lastname','oncreate',NULL),(1178,2,1722414948,'auth_cas','field_updateremote_lastname','0',NULL),(1179,2,1722414948,'auth_cas','field_lock_lastname','unlocked',NULL),(1180,2,1722414948,'auth_cas','field_map_email','',NULL),(1181,2,1722414948,'auth_cas','field_updatelocal_email','oncreate',NULL),(1182,2,1722414948,'auth_cas','field_updateremote_email','0',NULL),(1183,2,1722414948,'auth_cas','field_lock_email','unlocked',NULL),(1184,2,1722414948,'auth_cas','field_map_city','',NULL),(1185,2,1722414948,'auth_cas','field_updatelocal_city','oncreate',NULL),(1186,2,1722414948,'auth_cas','field_updateremote_city','0',NULL),(1187,2,1722414948,'auth_cas','field_lock_city','unlocked',NULL),(1188,2,1722414948,'auth_cas','field_map_country','',NULL),(1189,2,1722414948,'auth_cas','field_updatelocal_country','oncreate',NULL),(1190,2,1722414948,'auth_cas','field_updateremote_country','0',NULL),(1191,2,1722414948,'auth_cas','field_lock_country','unlocked',NULL),(1192,2,1722414948,'auth_cas','field_map_lang','',NULL),(1193,2,1722414948,'auth_cas','field_updatelocal_lang','oncreate',NULL),(1194,2,1722414948,'auth_cas','field_updateremote_lang','0',NULL),(1195,2,1722414948,'auth_cas','field_lock_lang','unlocked',NULL),(1196,2,1722414948,'auth_cas','field_map_description','',NULL),(1197,2,1722414948,'auth_cas','field_updatelocal_description','oncreate',NULL),(1198,2,1722414948,'auth_cas','field_updateremote_description','0',NULL),(1199,2,1722414948,'auth_cas','field_lock_description','unlocked',NULL),(1200,2,1722414948,'auth_cas','field_map_idnumber','',NULL),(1201,2,1722414948,'auth_cas','field_updatelocal_idnumber','oncreate',NULL),(1202,2,1722414948,'auth_cas','field_updateremote_idnumber','0',NULL),(1203,2,1722414948,'auth_cas','field_lock_idnumber','unlocked',NULL),(1204,2,1722414948,'auth_cas','field_map_institution','',NULL),(1205,2,1722414948,'auth_cas','field_updatelocal_institution','oncreate',NULL),(1206,2,1722414948,'auth_cas','field_updateremote_institution','0',NULL),(1207,2,1722414948,'auth_cas','field_lock_institution','unlocked',NULL),(1208,2,1722414948,'auth_cas','field_map_department','',NULL),(1209,2,1722414948,'auth_cas','field_updatelocal_department','oncreate',NULL),(1210,2,1722414948,'auth_cas','field_updateremote_department','0',NULL),(1211,2,1722414948,'auth_cas','field_lock_department','unlocked',NULL),(1212,2,1722414948,'auth_cas','field_map_phone1','',NULL),(1213,2,1722414948,'auth_cas','field_updatelocal_phone1','oncreate',NULL),(1214,2,1722414948,'auth_cas','field_updateremote_phone1','0',NULL),(1215,2,1722414948,'auth_cas','field_lock_phone1','unlocked',NULL),(1216,2,1722414948,'auth_cas','field_map_phone2','',NULL),(1217,2,1722414948,'auth_cas','field_updatelocal_phone2','oncreate',NULL),(1218,2,1722414948,'auth_cas','field_updateremote_phone2','0',NULL),(1219,2,1722414948,'auth_cas','field_lock_phone2','unlocked',NULL),(1220,2,1722414948,'auth_cas','field_map_address','',NULL),(1221,2,1722414948,'auth_cas','field_updatelocal_address','oncreate',NULL),(1222,2,1722414948,'auth_cas','field_updateremote_address','0',NULL),(1223,2,1722414948,'auth_cas','field_lock_address','unlocked',NULL),(1224,2,1722414948,'auth_cas','field_map_firstnamephonetic','',NULL),(1225,2,1722414948,'auth_cas','field_updatelocal_firstnamephonetic','oncreate',NULL),(1226,2,1722414948,'auth_cas','field_updateremote_firstnamephonetic','0',NULL),(1227,2,1722414948,'auth_cas','field_lock_firstnamephonetic','unlocked',NULL),(1228,2,1722414948,'auth_cas','field_map_lastnamephonetic','',NULL),(1229,2,1722414948,'auth_cas','field_updatelocal_lastnamephonetic','oncreate',NULL),(1230,2,1722414948,'auth_cas','field_updateremote_lastnamephonetic','0',NULL),(1231,2,1722414948,'auth_cas','field_lock_lastnamephonetic','unlocked',NULL),(1232,2,1722414948,'auth_cas','field_map_middlename','',NULL),(1233,2,1722414948,'auth_cas','field_updatelocal_middlename','oncreate',NULL),(1234,2,1722414948,'auth_cas','field_updateremote_middlename','0',NULL),(1235,2,1722414948,'auth_cas','field_lock_middlename','unlocked',NULL),(1236,2,1722414948,'auth_cas','field_map_alternatename','',NULL),(1237,2,1722414948,'auth_cas','field_updatelocal_alternatename','oncreate',NULL),(1238,2,1722414948,'auth_cas','field_updateremote_alternatename','0',NULL),(1239,2,1722414948,'auth_cas','field_lock_alternatename','unlocked',NULL),(1240,2,1722414948,'auth_email','recaptcha','0',NULL),(1241,2,1722414948,'auth_email','field_lock_firstname','unlocked',NULL),(1242,2,1722414948,'auth_email','field_lock_lastname','unlocked',NULL),(1243,2,1722414948,'auth_email','field_lock_email','unlocked',NULL),(1244,2,1722414948,'auth_email','field_lock_city','unlocked',NULL),(1245,2,1722414948,'auth_email','field_lock_country','unlocked',NULL),(1246,2,1722414948,'auth_email','field_lock_lang','unlocked',NULL),(1247,2,1722414948,'auth_email','field_lock_description','unlocked',NULL),(1248,2,1722414948,'auth_email','field_lock_idnumber','unlocked',NULL),(1249,2,1722414948,'auth_email','field_lock_institution','unlocked',NULL),(1250,2,1722414948,'auth_email','field_lock_department','unlocked',NULL),(1251,2,1722414948,'auth_email','field_lock_phone1','unlocked',NULL),(1252,2,1722414948,'auth_email','field_lock_phone2','unlocked',NULL),(1253,2,1722414948,'auth_email','field_lock_address','unlocked',NULL),(1254,2,1722414948,'auth_email','field_lock_firstnamephonetic','unlocked',NULL),(1255,2,1722414948,'auth_email','field_lock_lastnamephonetic','unlocked',NULL),(1256,2,1722414948,'auth_email','field_lock_middlename','unlocked',NULL),(1257,2,1722414948,'auth_email','field_lock_alternatename','unlocked',NULL),(1258,2,1722414948,'auth_db','host','127.0.0.1',NULL),(1259,2,1722414948,'auth_db','type','mysqli',NULL),(1260,2,1722414948,'auth_db','sybasequoting','0',NULL),(1261,2,1722414948,'auth_db','name','',NULL),(1262,2,1722414948,'auth_db','user','',NULL),(1263,2,1722414948,'auth_db','pass','',NULL),(1264,2,1722414948,'auth_db','table','',NULL),(1265,2,1722414948,'auth_db','fielduser','',NULL),(1266,2,1722414948,'auth_db','fieldpass','',NULL),(1267,2,1722414948,'auth_db','passtype','plaintext',NULL),(1268,2,1722414948,'auth_db','extencoding','utf-8',NULL),(1269,2,1722414948,'auth_db','setupsql','',NULL),(1270,2,1722414948,'auth_db','debugauthdb','0',NULL),(1271,2,1722414948,'auth_db','changepasswordurl','',NULL),(1272,2,1722414948,'auth_db','removeuser','0',NULL),(1273,2,1722414948,'auth_db','updateusers','0',NULL),(1274,2,1722414948,'auth_db','field_map_firstname','',NULL),(1275,2,1722414948,'auth_db','field_updatelocal_firstname','oncreate',NULL),(1276,2,1722414948,'auth_db','field_updateremote_firstname','0',NULL),(1277,2,1722414948,'auth_db','field_lock_firstname','unlocked',NULL),(1278,2,1722414948,'auth_db','field_map_lastname','',NULL),(1279,2,1722414948,'auth_db','field_updatelocal_lastname','oncreate',NULL),(1280,2,1722414948,'auth_db','field_updateremote_lastname','0',NULL),(1281,2,1722414948,'auth_db','field_lock_lastname','unlocked',NULL),(1282,2,1722414948,'auth_db','field_map_email','',NULL),(1283,2,1722414948,'auth_db','field_updatelocal_email','oncreate',NULL),(1284,2,1722414948,'auth_db','field_updateremote_email','0',NULL),(1285,2,1722414948,'auth_db','field_lock_email','unlocked',NULL),(1286,2,1722414948,'auth_db','field_map_city','',NULL),(1287,2,1722414948,'auth_db','field_updatelocal_city','oncreate',NULL),(1288,2,1722414948,'auth_db','field_updateremote_city','0',NULL),(1289,2,1722414948,'auth_db','field_lock_city','unlocked',NULL),(1290,2,1722414948,'auth_db','field_map_country','',NULL),(1291,2,1722414948,'auth_db','field_updatelocal_country','oncreate',NULL),(1292,2,1722414948,'auth_db','field_updateremote_country','0',NULL),(1293,2,1722414948,'auth_db','field_lock_country','unlocked',NULL),(1294,2,1722414948,'auth_db','field_map_lang','',NULL),(1295,2,1722414948,'auth_db','field_updatelocal_lang','oncreate',NULL),(1296,2,1722414948,'auth_db','field_updateremote_lang','0',NULL),(1297,2,1722414948,'auth_db','field_lock_lang','unlocked',NULL),(1298,2,1722414948,'auth_db','field_map_description','',NULL),(1299,2,1722414948,'auth_db','field_updatelocal_description','oncreate',NULL),(1300,2,1722414948,'auth_db','field_updateremote_description','0',NULL),(1301,2,1722414948,'auth_db','field_lock_description','unlocked',NULL),(1302,2,1722414948,'auth_db','field_map_idnumber','',NULL),(1303,2,1722414948,'auth_db','field_updatelocal_idnumber','oncreate',NULL),(1304,2,1722414948,'auth_db','field_updateremote_idnumber','0',NULL),(1305,2,1722414948,'auth_db','field_lock_idnumber','unlocked',NULL),(1306,2,1722414948,'auth_db','field_map_institution','',NULL),(1307,2,1722414948,'auth_db','field_updatelocal_institution','oncreate',NULL),(1308,2,1722414948,'auth_db','field_updateremote_institution','0',NULL),(1309,2,1722414948,'auth_db','field_lock_institution','unlocked',NULL),(1310,2,1722414948,'auth_db','field_map_department','',NULL),(1311,2,1722414948,'auth_db','field_updatelocal_department','oncreate',NULL),(1312,2,1722414948,'auth_db','field_updateremote_department','0',NULL),(1313,2,1722414948,'auth_db','field_lock_department','unlocked',NULL),(1314,2,1722414948,'auth_db','field_map_phone1','',NULL),(1315,2,1722414948,'auth_db','field_updatelocal_phone1','oncreate',NULL),(1316,2,1722414948,'auth_db','field_updateremote_phone1','0',NULL),(1317,2,1722414948,'auth_db','field_lock_phone1','unlocked',NULL),(1318,2,1722414948,'auth_db','field_map_phone2','',NULL),(1319,2,1722414948,'auth_db','field_updatelocal_phone2','oncreate',NULL),(1320,2,1722414948,'auth_db','field_updateremote_phone2','0',NULL),(1321,2,1722414948,'auth_db','field_lock_phone2','unlocked',NULL),(1322,2,1722414948,'auth_db','field_map_address','',NULL),(1323,2,1722414948,'auth_db','field_updatelocal_address','oncreate',NULL),(1324,2,1722414948,'auth_db','field_updateremote_address','0',NULL),(1325,2,1722414948,'auth_db','field_lock_address','unlocked',NULL),(1326,2,1722414948,'auth_db','field_map_firstnamephonetic','',NULL),(1327,2,1722414948,'auth_db','field_updatelocal_firstnamephonetic','oncreate',NULL),(1328,2,1722414948,'auth_db','field_updateremote_firstnamephonetic','0',NULL),(1329,2,1722414948,'auth_db','field_lock_firstnamephonetic','unlocked',NULL),(1330,2,1722414948,'auth_db','field_map_lastnamephonetic','',NULL),(1331,2,1722414948,'auth_db','field_updatelocal_lastnamephonetic','oncreate',NULL),(1332,2,1722414948,'auth_db','field_updateremote_lastnamephonetic','0',NULL),(1333,2,1722414948,'auth_db','field_lock_lastnamephonetic','unlocked',NULL),(1334,2,1722414948,'auth_db','field_map_middlename','',NULL),(1335,2,1722414948,'auth_db','field_updatelocal_middlename','oncreate',NULL),(1336,2,1722414948,'auth_db','field_updateremote_middlename','0',NULL),(1337,2,1722414948,'auth_db','field_lock_middlename','unlocked',NULL),(1338,2,1722414948,'auth_db','field_map_alternatename','',NULL),(1339,2,1722414948,'auth_db','field_updatelocal_alternatename','oncreate',NULL),(1340,2,1722414948,'auth_db','field_updateremote_alternatename','0',NULL),(1341,2,1722414948,'auth_db','field_lock_alternatename','unlocked',NULL),(1342,2,1722414948,'auth_ldap','host_url','',NULL),(1343,2,1722414948,'auth_ldap','ldap_version','3',NULL),(1344,2,1722414948,'auth_ldap','start_tls','0',NULL),(1345,2,1722414948,'auth_ldap','ldapencoding','utf-8',NULL),(1346,2,1722414948,'auth_ldap','pagesize','250',NULL),(1347,2,1722414948,'auth_ldap','preventpassindb','0',NULL),(1348,2,1722414948,'auth_ldap','bind_dn','',NULL),(1349,2,1722414948,'auth_ldap','bind_pw','',NULL),(1350,2,1722414948,'auth_ldap','user_type','default',NULL),(1351,2,1722414948,'auth_ldap','contexts','',NULL),(1352,2,1722414948,'auth_ldap','search_sub','0',NULL),(1353,2,1722414948,'auth_ldap','opt_deref','0',NULL),(1354,2,1722414948,'auth_ldap','user_attribute','',NULL),(1355,2,1722414948,'auth_ldap','suspended_attribute','',NULL),(1356,2,1722414948,'auth_ldap','memberattribute','',NULL),(1357,2,1722414948,'auth_ldap','memberattribute_isdn','0',NULL),(1358,2,1722414948,'auth_ldap','objectclass','',NULL),(1359,2,1722414948,'auth_ldap','forcechangepassword','0',NULL),(1360,2,1722414948,'auth_ldap','stdchangepassword','0',NULL),(1361,2,1722414948,'auth_ldap','passtype','plaintext',NULL),(1362,2,1722414948,'auth_ldap','changepasswordurl','',NULL),(1363,2,1722414948,'auth_ldap','expiration','0',NULL),(1364,2,1722414948,'auth_ldap','expiration_warning','',NULL),(1365,2,1722414948,'auth_ldap','expireattr','',NULL),(1366,2,1722414948,'auth_ldap','gracelogins','0',NULL),(1367,2,1722414948,'auth_ldap','graceattr','',NULL),(1368,2,1722414948,'auth_ldap','auth_user_create','0',NULL),(1369,2,1722414948,'auth_ldap','create_context','',NULL),(1370,2,1722414948,'auth_ldap','managercontext','',NULL),(1371,2,1722414948,'auth_ldap','coursecreatorcontext','',NULL),(1372,2,1722414948,'auth_ldap','removeuser','0',NULL),(1373,2,1722414948,'auth_ldap','sync_suspended','0',NULL),(1374,2,1722414948,'auth_ldap','ntlmsso_enabled','0',NULL),(1375,2,1722414948,'auth_ldap','ntlmsso_subnet','',NULL),(1376,2,1722414948,'auth_ldap','ntlmsso_ie_fastpath','0',NULL),(1377,2,1722414948,'auth_ldap','ntlmsso_type','ntlm',NULL),(1378,2,1722414948,'auth_ldap','ntlmsso_remoteuserformat','',NULL),(1379,2,1722414948,'auth_ldap','field_map_firstname','',NULL),(1380,2,1722414948,'auth_ldap','field_updatelocal_firstname','oncreate',NULL),(1381,2,1722414948,'auth_ldap','field_updateremote_firstname','0',NULL),(1382,2,1722414948,'auth_ldap','field_lock_firstname','unlocked',NULL),(1383,2,1722414948,'auth_ldap','field_map_lastname','',NULL),(1384,2,1722414948,'auth_ldap','field_updatelocal_lastname','oncreate',NULL),(1385,2,1722414948,'auth_ldap','field_updateremote_lastname','0',NULL),(1386,2,1722414948,'auth_ldap','field_lock_lastname','unlocked',NULL),(1387,2,1722414948,'auth_ldap','field_map_email','',NULL),(1388,2,1722414948,'auth_ldap','field_updatelocal_email','oncreate',NULL),(1389,2,1722414948,'auth_ldap','field_updateremote_email','0',NULL),(1390,2,1722414948,'auth_ldap','field_lock_email','unlocked',NULL),(1391,2,1722414948,'auth_ldap','field_map_city','',NULL),(1392,2,1722414948,'auth_ldap','field_updatelocal_city','oncreate',NULL),(1393,2,1722414948,'auth_ldap','field_updateremote_city','0',NULL),(1394,2,1722414948,'auth_ldap','field_lock_city','unlocked',NULL),(1395,2,1722414948,'auth_ldap','field_map_country','',NULL),(1396,2,1722414948,'auth_ldap','field_updatelocal_country','oncreate',NULL),(1397,2,1722414949,'auth_ldap','field_updateremote_country','0',NULL),(1398,2,1722414949,'auth_ldap','field_lock_country','unlocked',NULL),(1399,2,1722414949,'auth_ldap','field_map_lang','',NULL),(1400,2,1722414949,'auth_ldap','field_updatelocal_lang','oncreate',NULL),(1401,2,1722414949,'auth_ldap','field_updateremote_lang','0',NULL),(1402,2,1722414949,'auth_ldap','field_lock_lang','unlocked',NULL),(1403,2,1722414949,'auth_ldap','field_map_description','',NULL),(1404,2,1722414949,'auth_ldap','field_updatelocal_description','oncreate',NULL),(1405,2,1722414949,'auth_ldap','field_updateremote_description','0',NULL),(1406,2,1722414949,'auth_ldap','field_lock_description','unlocked',NULL),(1407,2,1722414949,'auth_ldap','field_map_idnumber','',NULL),(1408,2,1722414949,'auth_ldap','field_updatelocal_idnumber','oncreate',NULL),(1409,2,1722414949,'auth_ldap','field_updateremote_idnumber','0',NULL),(1410,2,1722414949,'auth_ldap','field_lock_idnumber','unlocked',NULL),(1411,2,1722414949,'auth_ldap','field_map_institution','',NULL),(1412,2,1722414949,'auth_ldap','field_updatelocal_institution','oncreate',NULL),(1413,2,1722414949,'auth_ldap','field_updateremote_institution','0',NULL),(1414,2,1722414949,'auth_ldap','field_lock_institution','unlocked',NULL),(1415,2,1722414949,'auth_ldap','field_map_department','',NULL),(1416,2,1722414949,'auth_ldap','field_updatelocal_department','oncreate',NULL),(1417,2,1722414949,'auth_ldap','field_updateremote_department','0',NULL),(1418,2,1722414949,'auth_ldap','field_lock_department','unlocked',NULL),(1419,2,1722414949,'auth_ldap','field_map_phone1','',NULL),(1420,2,1722414949,'auth_ldap','field_updatelocal_phone1','oncreate',NULL),(1421,2,1722414949,'auth_ldap','field_updateremote_phone1','0',NULL),(1422,2,1722414949,'auth_ldap','field_lock_phone1','unlocked',NULL),(1423,2,1722414949,'auth_ldap','field_map_phone2','',NULL),(1424,2,1722414949,'auth_ldap','field_updatelocal_phone2','oncreate',NULL),(1425,2,1722414949,'auth_ldap','field_updateremote_phone2','0',NULL),(1426,2,1722414949,'auth_ldap','field_lock_phone2','unlocked',NULL),(1427,2,1722414949,'auth_ldap','field_map_address','',NULL),(1428,2,1722414949,'auth_ldap','field_updatelocal_address','oncreate',NULL),(1429,2,1722414949,'auth_ldap','field_updateremote_address','0',NULL),(1430,2,1722414949,'auth_ldap','field_lock_address','unlocked',NULL),(1431,2,1722414949,'auth_ldap','field_map_firstnamephonetic','',NULL),(1432,2,1722414949,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate',NULL),(1433,2,1722414949,'auth_ldap','field_updateremote_firstnamephonetic','0',NULL),(1434,2,1722414949,'auth_ldap','field_lock_firstnamephonetic','unlocked',NULL),(1435,2,1722414949,'auth_ldap','field_map_lastnamephonetic','',NULL),(1436,2,1722414949,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate',NULL),(1437,2,1722414949,'auth_ldap','field_updateremote_lastnamephonetic','0',NULL),(1438,2,1722414949,'auth_ldap','field_lock_lastnamephonetic','unlocked',NULL),(1439,2,1722414949,'auth_ldap','field_map_middlename','',NULL),(1440,2,1722414949,'auth_ldap','field_updatelocal_middlename','oncreate',NULL),(1441,2,1722414949,'auth_ldap','field_updateremote_middlename','0',NULL),(1442,2,1722414949,'auth_ldap','field_lock_middlename','unlocked',NULL),(1443,2,1722414949,'auth_ldap','field_map_alternatename','',NULL),(1444,2,1722414949,'auth_ldap','field_updatelocal_alternatename','oncreate',NULL),(1445,2,1722414949,'auth_ldap','field_updateremote_alternatename','0',NULL),(1446,2,1722414949,'auth_ldap','field_lock_alternatename','unlocked',NULL),(1447,2,1722414949,'auth_manual','expiration','0',NULL),(1448,2,1722414949,'auth_manual','expirationtime','30',NULL),(1449,2,1722414949,'auth_manual','expiration_warning','0',NULL),(1450,2,1722414949,'auth_manual','field_lock_firstname','unlocked',NULL),(1451,2,1722414949,'auth_manual','field_lock_lastname','unlocked',NULL),(1452,2,1722414949,'auth_manual','field_lock_email','unlocked',NULL),(1453,2,1722414949,'auth_manual','field_lock_city','unlocked',NULL),(1454,2,1722414949,'auth_manual','field_lock_country','unlocked',NULL),(1455,2,1722414949,'auth_manual','field_lock_lang','unlocked',NULL),(1456,2,1722414949,'auth_manual','field_lock_description','unlocked',NULL),(1457,2,1722414949,'auth_manual','field_lock_idnumber','unlocked',NULL),(1458,2,1722414949,'auth_manual','field_lock_institution','unlocked',NULL),(1459,2,1722414949,'auth_manual','field_lock_department','unlocked',NULL),(1460,2,1722414949,'auth_manual','field_lock_phone1','unlocked',NULL),(1461,2,1722414949,'auth_manual','field_lock_phone2','unlocked',NULL),(1462,2,1722414949,'auth_manual','field_lock_address','unlocked',NULL),(1463,2,1722414949,'auth_manual','field_lock_firstnamephonetic','unlocked',NULL),(1464,2,1722414949,'auth_manual','field_lock_lastnamephonetic','unlocked',NULL),(1465,2,1722414949,'auth_manual','field_lock_middlename','unlocked',NULL),(1466,2,1722414949,'auth_manual','field_lock_alternatename','unlocked',NULL),(1467,2,1722414949,'auth_mnet','rpc_negotiation_timeout','30',NULL),(1468,2,1722414949,'auth_none','field_lock_firstname','unlocked',NULL),(1469,2,1722414949,'auth_none','field_lock_lastname','unlocked',NULL),(1470,2,1722414949,'auth_none','field_lock_email','unlocked',NULL),(1471,2,1722414949,'auth_none','field_lock_city','unlocked',NULL),(1472,2,1722414949,'auth_none','field_lock_country','unlocked',NULL),(1473,2,1722414949,'auth_none','field_lock_lang','unlocked',NULL),(1474,2,1722414949,'auth_none','field_lock_description','unlocked',NULL),(1475,2,1722414949,'auth_none','field_lock_idnumber','unlocked',NULL),(1476,2,1722414949,'auth_none','field_lock_institution','unlocked',NULL),(1477,2,1722414949,'auth_none','field_lock_department','unlocked',NULL),(1478,2,1722414949,'auth_none','field_lock_phone1','unlocked',NULL),(1479,2,1722414949,'auth_none','field_lock_phone2','unlocked',NULL),(1480,2,1722414949,'auth_none','field_lock_address','unlocked',NULL),(1481,2,1722414949,'auth_none','field_lock_firstnamephonetic','unlocked',NULL),(1482,2,1722414949,'auth_none','field_lock_lastnamephonetic','unlocked',NULL),(1483,2,1722414949,'auth_none','field_lock_middlename','unlocked',NULL),(1484,2,1722414949,'auth_none','field_lock_alternatename','unlocked',NULL),(1485,2,1722414949,'auth_oauth2','field_lock_firstname','unlocked',NULL),(1486,2,1722414949,'auth_oauth2','field_lock_lastname','unlocked',NULL),(1487,2,1722414949,'auth_oauth2','field_lock_email','unlocked',NULL),(1488,2,1722414949,'auth_oauth2','field_lock_city','unlocked',NULL),(1489,2,1722414949,'auth_oauth2','field_lock_country','unlocked',NULL),(1490,2,1722414949,'auth_oauth2','field_lock_lang','unlocked',NULL),(1491,2,1722414949,'auth_oauth2','field_lock_description','unlocked',NULL),(1492,2,1722414949,'auth_oauth2','field_lock_idnumber','unlocked',NULL),(1493,2,1722414949,'auth_oauth2','field_lock_institution','unlocked',NULL),(1494,2,1722414949,'auth_oauth2','field_lock_department','unlocked',NULL),(1495,2,1722414949,'auth_oauth2','field_lock_phone1','unlocked',NULL),(1496,2,1722414949,'auth_oauth2','field_lock_phone2','unlocked',NULL),(1497,2,1722414949,'auth_oauth2','field_lock_address','unlocked',NULL),(1498,2,1722414949,'auth_oauth2','field_lock_firstnamephonetic','unlocked',NULL),(1499,2,1722414949,'auth_oauth2','field_lock_lastnamephonetic','unlocked',NULL),(1500,2,1722414949,'auth_oauth2','field_lock_middlename','unlocked',NULL),(1501,2,1722414949,'auth_oauth2','field_lock_alternatename','unlocked',NULL),(1502,2,1722414949,'auth_shibboleth','user_attribute','',NULL),(1503,2,1722414949,'auth_shibboleth','convert_data','',NULL),(1504,2,1722414949,'auth_shibboleth','alt_login','off',NULL),(1505,2,1722414949,'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),(1506,2,1722414949,'auth_shibboleth','logout_handler','',NULL),(1507,2,1722414949,'auth_shibboleth','logout_return_url','',NULL),(1508,2,1722414949,'auth_shibboleth','login_name','Shibboleth Login',NULL),(1509,2,1722414949,'auth_shibboleth','auth_logo','',NULL),(1510,2,1722414949,'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),(1511,2,1722414949,'auth_shibboleth','changepasswordurl','',NULL),(1512,2,1722414949,'auth_shibboleth','field_map_firstname','',NULL),(1513,2,1722414949,'auth_shibboleth','field_updatelocal_firstname','oncreate',NULL),(1514,2,1722414949,'auth_shibboleth','field_lock_firstname','unlocked',NULL),(1515,2,1722414949,'auth_shibboleth','field_map_lastname','',NULL),(1516,2,1722414949,'auth_shibboleth','field_updatelocal_lastname','oncreate',NULL),(1517,2,1722414949,'auth_shibboleth','field_lock_lastname','unlocked',NULL),(1518,2,1722414949,'auth_shibboleth','field_map_email','',NULL),(1519,2,1722414949,'auth_shibboleth','field_updatelocal_email','oncreate',NULL),(1520,2,1722414949,'auth_shibboleth','field_lock_email','unlocked',NULL),(1521,2,1722414949,'auth_shibboleth','field_map_city','',NULL),(1522,2,1722414949,'auth_shibboleth','field_updatelocal_city','oncreate',NULL),(1523,2,1722414949,'auth_shibboleth','field_lock_city','unlocked',NULL),(1524,2,1722414949,'auth_shibboleth','field_map_country','',NULL),(1525,2,1722414949,'auth_shibboleth','field_updatelocal_country','oncreate',NULL),(1526,2,1722414949,'auth_shibboleth','field_lock_country','unlocked',NULL),(1527,2,1722414949,'auth_shibboleth','field_map_lang','',NULL),(1528,2,1722414949,'auth_shibboleth','field_updatelocal_lang','oncreate',NULL),(1529,2,1722414949,'auth_shibboleth','field_lock_lang','unlocked',NULL),(1530,2,1722414949,'auth_shibboleth','field_map_description','',NULL),(1531,2,1722414949,'auth_shibboleth','field_updatelocal_description','oncreate',NULL),(1532,2,1722414949,'auth_shibboleth','field_lock_description','unlocked',NULL),(1533,2,1722414949,'auth_shibboleth','field_map_idnumber','',NULL),(1534,2,1722414949,'auth_shibboleth','field_updatelocal_idnumber','oncreate',NULL),(1535,2,1722414949,'auth_shibboleth','field_lock_idnumber','unlocked',NULL),(1536,2,1722414949,'auth_shibboleth','field_map_institution','',NULL),(1537,2,1722414949,'auth_shibboleth','field_updatelocal_institution','oncreate',NULL),(1538,2,1722414949,'auth_shibboleth','field_lock_institution','unlocked',NULL),(1539,2,1722414949,'auth_shibboleth','field_map_department','',NULL),(1540,2,1722414949,'auth_shibboleth','field_updatelocal_department','oncreate',NULL),(1541,2,1722414949,'auth_shibboleth','field_lock_department','unlocked',NULL),(1542,2,1722414949,'auth_shibboleth','field_map_phone1','',NULL),(1543,2,1722414949,'auth_shibboleth','field_updatelocal_phone1','oncreate',NULL),(1544,2,1722414949,'auth_shibboleth','field_lock_phone1','unlocked',NULL),(1545,2,1722414949,'auth_shibboleth','field_map_phone2','',NULL),(1546,2,1722414949,'auth_shibboleth','field_updatelocal_phone2','oncreate',NULL),(1547,2,1722414949,'auth_shibboleth','field_lock_phone2','unlocked',NULL),(1548,2,1722414949,'auth_shibboleth','field_map_address','',NULL),(1549,2,1722414949,'auth_shibboleth','field_updatelocal_address','oncreate',NULL),(1550,2,1722414949,'auth_shibboleth','field_lock_address','unlocked',NULL),(1551,2,1722414949,'auth_shibboleth','field_map_firstnamephonetic','',NULL),(1552,2,1722414949,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate',NULL),(1553,2,1722414949,'auth_shibboleth','field_lock_firstnamephonetic','unlocked',NULL),(1554,2,1722414949,'auth_shibboleth','field_map_lastnamephonetic','',NULL),(1555,2,1722414949,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate',NULL),(1556,2,1722414949,'auth_shibboleth','field_lock_lastnamephonetic','unlocked',NULL),(1557,2,1722414949,'auth_shibboleth','field_map_middlename','',NULL),(1558,2,1722414949,'auth_shibboleth','field_updatelocal_middlename','oncreate',NULL),(1559,2,1722414949,'auth_shibboleth','field_lock_middlename','unlocked',NULL),(1560,2,1722414949,'auth_shibboleth','field_map_alternatename','',NULL),(1561,2,1722414949,'auth_shibboleth','field_updatelocal_alternatename','oncreate',NULL),(1562,2,1722414949,'auth_shibboleth','field_lock_alternatename','unlocked',NULL),(1563,2,1722414949,'block_accessreview','whattoshow','showboth',NULL),(1564,2,1722414949,'block_accessreview','errordisplay','showint',NULL),(1565,2,1722414949,'block_accessreview','toolpage','errors',NULL),(1566,2,1722414949,'block_activity_results','config_showbest','3',NULL),(1567,2,1722414949,'block_activity_results','config_showbest_locked','',NULL),(1568,2,1722414949,'block_activity_results','config_showworst','0',NULL),(1569,2,1722414949,'block_activity_results','config_showworst_locked','',NULL),(1570,2,1722414949,'block_activity_results','config_usegroups','0',NULL),(1571,2,1722414949,'block_activity_results','config_usegroups_locked','',NULL),(1572,2,1722414949,'block_activity_results','config_nameformat','1',NULL),(1573,2,1722414949,'block_activity_results','config_nameformat_locked','',NULL),(1574,2,1722414949,'block_activity_results','config_gradeformat','1',NULL),(1575,2,1722414949,'block_activity_results','config_gradeformat_locked','',NULL),(1576,2,1722414949,'block_activity_results','config_decimalpoints','2',NULL),(1577,2,1722414949,'block_activity_results','config_decimalpoints_locked','',NULL),(1578,2,1722414949,'block_myoverview','displaycategories','1',NULL),(1579,2,1722414949,'block_myoverview','layouts','card,list,summary',NULL),(1580,2,1722414949,'block_myoverview','displaygroupingallincludinghidden','0',NULL),(1581,2,1722414949,'block_myoverview','displaygroupingall','1',NULL),(1582,2,1722414949,'block_myoverview','displaygroupinginprogress','1',NULL),(1583,2,1722414949,'block_myoverview','displaygroupingpast','1',NULL),(1584,2,1722414949,'block_myoverview','displaygroupingfuture','1',NULL),(1585,2,1722414949,'block_myoverview','displaygroupingcustomfield','0',NULL),(1586,2,1722414949,'block_myoverview','customfiltergrouping','',NULL),(1587,2,1722414949,'block_myoverview','displaygroupingfavourites','1',NULL),(1588,2,1722414949,'block_myoverview','displaygroupinghidden','1',NULL),(1589,2,1722414949,NULL,'block_course_list_adminview','all',NULL),(1590,2,1722414949,NULL,'block_course_list_hideallcourseslink','0',NULL),(1591,2,1722414949,NULL,'block_online_users_timetosee','5',NULL),(1592,2,1722414949,NULL,'block_online_users_onlinestatushiding','1',NULL),(1593,2,1722414949,'block_recentlyaccessedcourses','displaycategories','1',NULL),(1594,2,1722414949,NULL,'block_rss_client_num_entries','5',NULL),(1595,2,1722414949,NULL,'block_rss_client_timeout','30',NULL),(1596,2,1722414949,'block_section_links','numsections1','22',NULL),(1597,2,1722414949,'block_section_links','incby1','2',NULL),(1598,2,1722414949,'block_section_links','numsections2','40',NULL),(1599,2,1722414949,'block_section_links','incby2','5',NULL),(1600,2,1722414949,'block_section_links','showsectionname','0',NULL),(1601,2,1722414949,'block_starredcourses','displaycategories','1',NULL),(1602,2,1722414949,NULL,'block_html_allowcssclasses','0',NULL),(1603,2,1722414949,'block_tag_youtube','apikey','',NULL),(1604,2,1722414949,'format_singleactivity','activitytype','forum',NULL),(1605,2,1722414949,'format_topics','indentation','1',NULL),(1606,2,1722414949,'format_weeks','indentation','1',NULL),(1607,2,1722414949,'fileconverter_googledrive','issuerid','',NULL),(1608,2,1722414949,NULL,'pathtounoconv','/usr/bin/unoconv',NULL),(1609,2,1722414949,'enrol_cohort','roleid','5',NULL),(1610,2,1722414949,'enrol_cohort','unenrolaction','0',NULL),(1611,2,1722414949,'enrol_meta','nosyncroleids','',NULL),(1612,2,1722414949,'enrol_meta','syncall','1',NULL),(1613,2,1722414949,'enrol_meta','unenrolaction','3',NULL),(1614,2,1722414949,'enrol_meta','coursesort','sortorder',NULL),(1615,2,1722414949,'enrol_fee','expiredaction','3',NULL),(1616,2,1722414949,'enrol_fee','status','1',NULL),(1617,2,1722414949,'enrol_fee','cost','0',NULL),(1618,2,1722414949,'enrol_fee','currency','USD',NULL),(1619,2,1722414949,'enrol_fee','roleid','5',NULL),(1620,2,1722414949,'enrol_fee','enrolperiod','0',NULL),(1621,2,1722414949,'enrol_database','dbtype','',NULL),(1622,2,1722414949,'enrol_database','dbhost','localhost',NULL),(1623,2,1722414949,'enrol_database','dbuser','',NULL),(1624,2,1722414949,'enrol_database','dbpass','',NULL),(1625,2,1722414949,'enrol_database','dbname','',NULL),(1626,2,1722414949,'enrol_database','dbencoding','utf-8',NULL),(1627,2,1722414949,'enrol_database','dbsetupsql','',NULL),(1628,2,1722414949,'enrol_database','dbsybasequoting','0',NULL),(1629,2,1722414949,'enrol_database','debugdb','0',NULL),(1630,2,1722414949,'enrol_database','localcoursefield','idnumber',NULL),(1631,2,1722414949,'enrol_database','localuserfield','idnumber',NULL),(1632,2,1722414949,'enrol_database','localrolefield','shortname',NULL),(1633,2,1722414949,'enrol_database','localcategoryfield','id',NULL),(1634,2,1722414949,'enrol_database','remoteenroltable','',NULL),(1635,2,1722414949,'enrol_database','remotecoursefield','',NULL),(1636,2,1722414949,'enrol_database','remoteuserfield','',NULL),(1637,2,1722414949,'enrol_database','remoterolefield','',NULL),(1638,2,1722414949,'enrol_database','remoteotheruserfield','',NULL),(1639,2,1722414949,'enrol_database','defaultrole','5',NULL),(1640,2,1722414949,'enrol_database','ignorehiddencourses','0',NULL),(1641,2,1722414949,'enrol_database','unenrolaction','0',NULL),(1642,2,1722414949,'enrol_database','newcoursetable','',NULL),(1643,2,1722414949,'enrol_database','newcoursefullname','fullname',NULL),(1644,2,1722414949,'enrol_database','newcourseshortname','shortname',NULL),(1645,2,1722414949,'enrol_database','newcourseidnumber','idnumber',NULL),(1646,2,1722414949,'enrol_database','newcoursecategory','',NULL),(1647,2,1722414949,'enrol_database','defaultcategory','1',NULL),(1648,2,1722414949,'enrol_database','templatecourse','',NULL),(1649,2,1722414949,'enrol_flatfile','location','',NULL),(1650,2,1722414949,'enrol_flatfile','encoding','UTF-8',NULL),(1651,2,1722414949,'enrol_flatfile','mailstudents','0',NULL),(1652,2,1722414949,'enrol_flatfile','mailteachers','0',NULL),(1653,2,1722414949,'enrol_flatfile','mailadmins','0',NULL),(1654,2,1722414949,'enrol_flatfile','unenrolaction','3',NULL),(1655,2,1722414949,'enrol_flatfile','expiredaction','3',NULL),(1656,2,1722414949,'enrol_guest','requirepassword','0',NULL),(1657,2,1722414949,'enrol_guest','usepasswordpolicy','0',NULL),(1658,2,1722414949,'enrol_guest','showhint','0',NULL),(1659,2,1722414949,'enrol_guest','defaultenrol','1',NULL),(1660,2,1722414949,'enrol_guest','status','1',NULL),(1661,2,1722414949,'enrol_guest','status_adv','',NULL),(1662,2,1722414949,'enrol_imsenterprise','imsfilelocation','',NULL),(1663,2,1722414949,'enrol_imsenterprise','logtolocation','',NULL),(1664,2,1722414949,'enrol_imsenterprise','mailadmins','0',NULL),(1665,2,1722414949,'enrol_imsenterprise','createnewusers','0',NULL),(1666,2,1722414949,'enrol_imsenterprise','imsupdateusers','0',NULL),(1667,2,1722414949,'enrol_imsenterprise','imsdeleteusers','0',NULL),(1668,2,1722414949,'enrol_imsenterprise','fixcaseusernames','0',NULL),(1669,2,1722414949,'enrol_imsenterprise','fixcasepersonalnames','0',NULL),(1670,2,1722414949,'enrol_imsenterprise','imssourcedidfallback','0',NULL),(1671,2,1722414949,'enrol_imsenterprise','imsrolemap01','5',NULL),(1672,2,1722414949,'enrol_imsenterprise','imsrolemap02','3',NULL),(1673,2,1722414949,'enrol_imsenterprise','imsrolemap03','3',NULL),(1674,2,1722414949,'enrol_imsenterprise','imsrolemap04','5',NULL),(1675,2,1722414949,'enrol_imsenterprise','imsrolemap05','0',NULL),(1676,2,1722414949,'enrol_imsenterprise','imsrolemap06','4',NULL),(1677,2,1722414949,'enrol_imsenterprise','imsrolemap07','0',NULL),(1678,2,1722414949,'enrol_imsenterprise','imsrolemap08','4',NULL),(1679,2,1722414949,'enrol_imsenterprise','truncatecoursecodes','0',NULL),(1680,2,1722414949,'enrol_imsenterprise','createnewcourses','0',NULL),(1681,2,1722414949,'enrol_imsenterprise','updatecourses','0',NULL),(1682,2,1722414949,'enrol_imsenterprise','createnewcategories','0',NULL),(1683,2,1722414949,'enrol_imsenterprise','nestedcategories','0',NULL),(1684,2,1722414949,'enrol_imsenterprise','categoryidnumber','0',NULL),(1685,2,1722414949,'enrol_imsenterprise','categoryseparator','',NULL),(1686,2,1722414949,'enrol_imsenterprise','imsunenrol','0',NULL),(1687,2,1722414949,'enrol_imsenterprise','unenrolaction','0',NULL),(1688,2,1722414949,'enrol_imsenterprise','imscoursemapshortname','coursecode',NULL),(1689,2,1722414949,'enrol_imsenterprise','imscoursemapfullname','short',NULL),(1690,2,1722414949,'enrol_imsenterprise','imscoursemapsummary','ignore',NULL),(1691,2,1722414949,'enrol_imsenterprise','imsrestricttarget','',NULL),(1692,2,1722414949,'enrol_imsenterprise','imscapitafix','0',NULL),(1693,2,1722414949,'enrol_ldap','host_url','',NULL),(1694,2,1722414949,'enrol_ldap','start_tls','0',NULL),(1695,2,1722414949,'enrol_ldap','ldap_version','3',NULL),(1696,2,1722414949,'enrol_ldap','ldapencoding','utf-8',NULL),(1697,2,1722414949,'enrol_ldap','pagesize','250',NULL),(1698,2,1722414949,'enrol_ldap','bind_dn','',NULL),(1699,2,1722414949,'enrol_ldap','bind_pw','',NULL),(1700,2,1722414949,'enrol_ldap','course_search_sub','0',NULL),(1701,2,1722414949,'enrol_ldap','memberattribute_isdn','0',NULL),(1702,2,1722414949,'enrol_ldap','user_contexts','',NULL),(1703,2,1722414949,'enrol_ldap','user_search_sub','0',NULL),(1704,2,1722414949,'enrol_ldap','user_type','default',NULL),(1705,2,1722414949,'enrol_ldap','opt_deref','0',NULL),(1706,2,1722414949,'enrol_ldap','idnumber_attribute','',NULL),(1707,2,1722414949,'enrol_ldap','objectclass','',NULL),(1708,2,1722414949,'enrol_ldap','course_idnumber','',NULL),(1709,2,1722414949,'enrol_ldap','course_shortname','',NULL),(1710,2,1722414949,'enrol_ldap','course_fullname','',NULL),(1711,2,1722414949,'enrol_ldap','course_summary','',NULL),(1712,2,1722414949,'enrol_ldap','ignorehiddencourses','0',NULL),(1713,2,1722414949,'enrol_ldap','unenrolaction','0',NULL),(1714,2,1722414949,'enrol_ldap','autocreate','0',NULL),(1715,2,1722414949,'enrol_ldap','category','1',NULL),(1716,2,1722414949,'enrol_ldap','template','',NULL),(1717,2,1722414949,'enrol_ldap','course_shortname_updateonsync','0',NULL),(1718,2,1722414949,'enrol_ldap','course_fullname_updateonsync','0',NULL),(1719,2,1722414949,'enrol_ldap','course_summary_updateonsync','0',NULL),(1720,2,1722414949,'enrol_ldap','nested_groups','0',NULL),(1721,2,1722414949,'enrol_ldap','group_memberofattribute','',NULL),(1722,2,1722414949,'enrol_manual','expiredaction','1',NULL),(1723,2,1722414949,'enrol_manual','expirynotifyhour','6',NULL),(1724,2,1722414949,'enrol_manual','defaultenrol','1',NULL),(1725,2,1722414949,'enrol_manual','status','0',NULL),(1726,2,1722414949,'enrol_manual','roleid','5',NULL),(1727,2,1722414949,'enrol_manual','enrolstart','4',NULL),(1728,2,1722414949,'enrol_manual','enrolperiod','0',NULL),(1729,2,1722414949,'enrol_manual','expirynotify','0',NULL),(1730,2,1722414949,'enrol_manual','expirythreshold','86400',NULL),(1731,2,1722414949,'enrol_mnet','roleid','5',NULL),(1732,2,1722414949,'enrol_mnet','roleid_adv','1',NULL),(1733,2,1722414949,'enrol_paypal','paypalbusiness','',NULL),(1734,2,1722414949,'enrol_paypal','mailstudents','0',NULL),(1735,2,1722414949,'enrol_paypal','mailteachers','0',NULL),(1736,2,1722414949,'enrol_paypal','mailadmins','0',NULL),(1737,2,1722414949,'enrol_paypal','expiredaction','3',NULL),(1738,2,1722414949,'enrol_paypal','status','1',NULL),(1739,2,1722414949,'enrol_paypal','cost','0',NULL),(1740,2,1722414949,'enrol_paypal','currency','USD',NULL),(1741,2,1722414949,'enrol_paypal','roleid','5',NULL),(1742,2,1722414949,'enrol_paypal','enrolperiod','0',NULL),(1743,2,1722414949,'enrol_lti','emaildisplay','2',NULL),(1744,2,1722414949,'enrol_lti','city','',NULL),(1745,2,1722414949,'enrol_lti','country','',NULL),(1746,2,1722414949,'enrol_lti','timezone','99',NULL),(1747,2,1722414949,'enrol_lti','lang','en',NULL),(1748,2,1722414950,'enrol_lti','institution','',NULL),(1749,2,1722414950,'enrol_self','requirepassword','0',NULL),(1750,2,1722414950,'enrol_self','usepasswordpolicy','0',NULL),(1751,2,1722414950,'enrol_self','showhint','0',NULL),(1752,2,1722414950,'enrol_self','expiredaction','1',NULL),(1753,2,1722414950,'enrol_self','expirynotifyhour','6',NULL),(1754,2,1722414950,'enrol_self','defaultenrol','1',NULL),(1755,2,1722414950,'enrol_self','status','1',NULL),(1756,2,1722414950,'enrol_self','newenrols','1',NULL),(1757,2,1722414950,'enrol_self','groupkey','0',NULL),(1758,2,1722414950,'enrol_self','roleid','5',NULL),(1759,2,1722414950,'enrol_self','enrolperiod','0',NULL),(1760,2,1722414950,'enrol_self','expirynotify','0',NULL),(1761,2,1722414950,'enrol_self','expirythreshold','86400',NULL),(1762,2,1722414950,'enrol_self','longtimenosee','0',NULL),(1763,2,1722414950,'enrol_self','maxenrolled','0',NULL),(1764,2,1722414950,'enrol_self','sendcoursewelcomemessage','1',NULL),(1765,2,1722414950,'filter_urltolink','formats','1,4,0',NULL),(1766,2,1722414950,'filter_urltolink','embedimages','1',NULL),(1767,2,1722414950,'filter_emoticon','formats','1,4,0',NULL),(1768,2,1722414950,'filter_displayh5p','allowedsources','',NULL),(1769,2,1722414950,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js',NULL),(1770,2,1722414950,'filter_mathjaxloader','texfiltercompatibility','0',NULL),(1771,2,1722414950,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n',NULL),(1772,2,1722414950,'filter_mathjaxloader','additionaldelimiters','',NULL),(1773,2,1722414950,NULL,'filter_multilang_force_old','0',NULL),(1774,2,1722414950,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n',NULL),(1775,2,1722414950,'filter_tex','latexbackground','#FFFFFF',NULL),(1776,2,1722414950,'filter_tex','density','120',NULL),(1777,2,1722414950,'filter_tex','pathlatex','/usr/bin/latex',NULL),(1778,2,1722414950,'filter_tex','pathdvips','/usr/bin/dvips',NULL),(1779,2,1722414950,'filter_tex','pathconvert','/usr/bin/convert',NULL),(1780,2,1722414950,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm',NULL),(1781,2,1722414950,'filter_tex','pathmimetex','',NULL),(1782,2,1722414950,'filter_tex','convertformat','gif',NULL),(1783,2,1722414950,'local_asystgrade','apiendpoint','',NULL),(1784,2,1722414950,'logstore_database','dbdriver','',NULL),(1785,2,1722414950,'logstore_database','dbhost','',NULL),(1786,2,1722414950,'logstore_database','dbuser','',NULL),(1787,2,1722414950,'logstore_database','dbpass','',NULL),(1788,2,1722414950,'logstore_database','dbname','',NULL),(1789,2,1722414950,'logstore_database','dbtable','',NULL),(1790,2,1722414950,'logstore_database','dbpersist','0',NULL),(1791,2,1722414950,'logstore_database','dbsocket','',NULL),(1792,2,1722414950,'logstore_database','dbport','',NULL),(1793,2,1722414950,'logstore_database','dbschema','',NULL),(1794,2,1722414950,'logstore_database','dbcollation','',NULL),(1795,2,1722414950,'logstore_database','dbhandlesoptions','0',NULL),(1796,2,1722414950,'logstore_database','buffersize','50',NULL),(1797,2,1722414950,'logstore_database','jsonformat','1',NULL),(1798,2,1722414950,'logstore_database','logguests','0',NULL),(1799,2,1722414950,'logstore_database','includelevels','1,2,0',NULL),(1800,2,1722414950,'logstore_database','includeactions','c,r,u,d',NULL),(1801,2,1722414950,'logstore_standard','logguests','1',NULL),(1802,2,1722414950,'logstore_standard','jsonformat','1',NULL),(1803,2,1722414950,'logstore_standard','loglifetime','0',NULL),(1804,2,1722414950,'logstore_standard','buffersize','50',NULL),(1805,2,1722414950,'mlbackend_python','useserver','0',NULL),(1806,2,1722414950,'mlbackend_python','host','',NULL),(1807,2,1722414950,'mlbackend_python','port','0',NULL),(1808,2,1722414950,'mlbackend_python','secure','0',NULL),(1809,2,1722414950,'mlbackend_python','username','default',NULL),(1810,2,1722414950,'mlbackend_python','password','',NULL),(1811,2,1722414950,'media_videojs','videoextensions','html_video,media_source,.f4v,.flv',NULL),(1812,2,1722414950,'media_videojs','audioextensions','html_audio',NULL),(1813,2,1722414950,'media_videojs','youtube','1',NULL),(1814,2,1722414950,'media_videojs','videocssclass','video-js',NULL),(1815,2,1722414950,'media_videojs','audiocssclass','video-js',NULL),(1816,2,1722414950,'media_videojs','limitsize','1',NULL),(1817,2,1722414950,'media_vimeo','donottrack','0',NULL),(1818,2,1722414950,'media_youtube','nocookie','0',NULL),(1819,2,1722414950,'paygw_paypal','surcharge','0',NULL),(1820,2,1722414950,'qtype_multichoice','answerhowmany','1',NULL),(1821,2,1722414950,'qtype_multichoice','shuffleanswers','1',NULL),(1822,2,1722414950,'qtype_multichoice','answernumbering','abc',NULL),(1823,2,1722414950,'qtype_multichoice','showstandardinstruction','0',NULL),(1824,2,1722414950,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist, indent\nlinks = link\nfiles = emojipicker, image, media, recordrtc, managefiles, h5p\naccessibility = accessibilitychecker, accessibilityhelper\nstyle2 = underline, strike, subscript, superscript\nalign = align\ninsert = equation, charmap, table, clear\nundo = undo\nother = html',NULL),(1825,2,1722414950,'editor_atto','autosavefrequency','60',NULL),(1826,2,1722414950,'atto_collapse','showgroups','6',NULL),(1827,2,1722414950,'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),(1828,2,1722414950,'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),(1829,2,1722414950,'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),(1830,2,1722414950,'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),(1831,2,1722414950,'atto_recordrtc','allowedtypes','both',NULL),(1832,2,1722414950,'atto_recordrtc','audiobitrate','128000',NULL),(1833,2,1722414950,'atto_recordrtc','videobitrate','2500000',NULL),(1834,2,1722414950,'atto_recordrtc','audiotimelimit','120',NULL),(1835,2,1722414950,'atto_recordrtc','videotimelimit','120',NULL),(1836,2,1722414950,'atto_table','allowborders','0',NULL),(1837,2,1722414950,'atto_table','allowbackgroundcolour','0',NULL),(1838,2,1722414950,'atto_table','allowwidth','0',NULL),(1839,2,1722414950,'editor_tiny','branding','1',NULL),(1840,2,1722414950,'tiny_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),(1841,2,1722414950,'tiny_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),(1842,2,1722414950,'tiny_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),(1843,2,1722414950,'tiny_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),(1844,2,1722414950,'tiny_premium','apikey','',NULL),(1845,2,1722414950,'tiny_recordrtc','allowedtypes','both',NULL),(1846,2,1722414950,'tiny_recordrtc','audiobitrate','128000',NULL),(1847,2,1722414950,'tiny_recordrtc','videobitrate','2500000',NULL),(1848,2,1722414950,'tiny_recordrtc','audiotimelimit','120',NULL),(1849,2,1722414950,'tiny_recordrtc','videotimelimit','120',NULL),(1850,2,1722414950,NULL,'profileroles','5,4,3',NULL),(1851,2,1722414950,NULL,'calendar_exportsalt','ZsLDRDZfgqX7ZjxCDtqAUv1d6cBt23tweL7k0Bn6j36oYCYqtRN8V8xJasj9','G2UtDNRZ5dswO0WMpec24V3Jfu3enR9SvaVcSfoXvpXJi0RrQVpHYBYkT8gy'),(1852,2,1722414950,NULL,'coursecontact','3',NULL),(1853,2,1722414950,NULL,'frontpage','6',NULL),(1854,2,1722414950,NULL,'frontpageloggedin','6',NULL),(1855,2,1722414950,NULL,'maxcategorydepth','2',NULL),(1856,2,1722414950,NULL,'frontpagecourselimit','200',NULL),(1857,2,1722414950,NULL,'commentsperpage','15',NULL),(1858,2,1722414950,NULL,'defaultfrontpageroleid','8',NULL),(1859,2,1722414950,NULL,'messageinbound_enabled','0',NULL),(1860,2,1722414950,NULL,'messageinbound_mailbox','',NULL),(1861,2,1722414950,NULL,'messageinbound_domain','',NULL),(1862,2,1722414950,NULL,'messageinbound_host','',NULL),(1863,2,1722414950,NULL,'messageinbound_hostssl','ssl',NULL),(1864,2,1722414950,NULL,'messageinbound_hostuser','',NULL),(1865,2,1722414950,NULL,'messageinbound_hostpass','',NULL),(1866,2,1722414950,'tool_mobile','apppolicy','',NULL),(1867,2,1722414950,'tool_mobile','typeoflogin','1',NULL),(1868,2,1722414950,'tool_mobile','autologout','0',NULL),(1869,2,1722414950,'tool_mobile','autologouttime','86400',NULL),(1870,2,1722414950,'tool_mobile','qrcodetype','2',NULL),(1871,2,1722414950,'tool_mobile','qrkeyttl','600',NULL),(1872,2,1722414950,'tool_mobile','qrsameipcheck','1',NULL),(1873,2,1722414950,'tool_mobile','forcedurlscheme','moodlemobile',NULL),(1874,2,1722414950,'tool_mobile','minimumversion','',NULL),(1875,2,1722414950,'tool_mobile','autologinmintimebetweenreq','360',NULL),(1876,2,1722414950,NULL,'mobilecssurl','',NULL),(1877,2,1722414950,'tool_mobile','enablesmartappbanners','0',NULL),(1878,2,1722414950,'tool_mobile','iosappid','633359593',NULL),(1879,2,1722414950,'tool_mobile','androidappid','com.moodle.moodlemobile',NULL),(1880,2,1722414950,'tool_mobile','setuplink','https://download.moodle.org/mobile',NULL),(1881,2,1722414950,'tool_mobile','forcelogout','0',NULL),(1882,2,1722414950,'tool_mobile','disabledfeatures','',NULL),(1883,2,1722414950,'tool_mobile','custommenuitems','',NULL),(1884,2,1722414950,'tool_mobile','filetypeexclusionlist','',NULL),(1885,2,1722414950,'tool_mobile','customlangstrings','',NULL),(1886,2,1722414953,NULL,'enablemobilewebservice','1',NULL),(1887,2,1722414953,'analytics','logstore','logstore_standard',NULL),(1888,2,1722414954,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central',NULL),(1889,2,1722414954,'tool_moodlenet','defaultmoodlenet','https://moodle.net',NULL); /*!40000 ALTER TABLE `mdl_config_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_config_plugins` -- DROP TABLE IF EXISTS `mdl_config_plugins`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_confplug_plunam_uix` (`plugin`,`name`) ) ENGINE=InnoDB AUTO_INCREMENT=2092 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Moodle modules and plugins configuration variables'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_config_plugins` -- LOCK TABLES `mdl_config_plugins` WRITE; /*!40000 ALTER TABLE `mdl_config_plugins` DISABLE KEYS */; INSERT INTO `mdl_config_plugins` (`id`, `plugin`, `name`, `value`) 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,'core_competency','enabled','1'),(8,'moodlecourse','visible','1'),(9,'moodlecourse','downloadcontentsitedefault','0'),(10,'moodlecourse','participantsperpage','20'),(11,'moodlecourse','format','topics'),(12,'moodlecourse','maxsections','52'),(13,'moodlecourse','numsections','4'),(14,'moodlecourse','hiddensections','1'),(15,'moodlecourse','coursedisplay','0'),(16,'moodlecourse','courseenddateenabled','1'),(17,'moodlecourse','courseduration','31536000'),(18,'moodlecourse','lang',''),(19,'moodlecourse','newsitems','5'),(20,'moodlecourse','showgrades','1'),(21,'moodlecourse','showreports','0'),(22,'moodlecourse','showactivitydates','1'),(23,'moodlecourse','maxbytes','0'),(24,'moodlecourse','enablecompletion','1'),(25,'moodlecourse','showcompletionconditions','1'),(26,'moodlecourse','groupmode','0'),(27,'moodlecourse','groupmodeforce','0'),(28,'moodlecourse','coursecommunicationprovider','none'),(29,'backup','loglifetime','30'),(30,'backup','backup_general_users','1'),(31,'backup','backup_general_users_locked',''),(32,'backup','backup_general_anonymize','0'),(33,'backup','backup_general_anonymize_locked',''),(34,'backup','backup_general_role_assignments','1'),(35,'backup','backup_general_role_assignments_locked',''),(36,'backup','backup_general_activities','1'),(37,'backup','backup_general_activities_locked',''),(38,'backup','backup_general_blocks','1'),(39,'backup','backup_general_blocks_locked',''),(40,'backup','backup_general_files','1'),(41,'backup','backup_general_files_locked',''),(42,'backup','backup_general_filters','1'),(43,'backup','backup_general_filters_locked',''),(44,'backup','backup_general_comments','1'),(45,'backup','backup_general_comments_locked',''),(46,'backup','backup_general_badges','1'),(47,'backup','backup_general_badges_locked',''),(48,'backup','backup_general_calendarevents','1'),(49,'backup','backup_general_calendarevents_locked',''),(50,'backup','backup_general_userscompletion','1'),(51,'backup','backup_general_userscompletion_locked',''),(52,'backup','backup_general_logs','0'),(53,'backup','backup_general_logs_locked',''),(54,'backup','backup_general_histories','0'),(55,'backup','backup_general_histories_locked',''),(56,'backup','backup_general_questionbank','1'),(57,'backup','backup_general_questionbank_locked',''),(58,'backup','backup_general_groups','1'),(59,'backup','backup_general_groups_locked',''),(60,'backup','backup_general_competencies','1'),(61,'backup','backup_general_competencies_locked',''),(62,'backup','backup_general_contentbankcontent','1'),(63,'backup','backup_general_contentbankcontent_locked',''),(64,'backup','backup_general_xapistate','1'),(65,'backup','backup_general_xapistate_locked',''),(66,'backup','backup_general_legacyfiles','1'),(67,'backup','backup_general_legacyfiles_locked',''),(68,'backup','import_general_maxresults','10'),(69,'backup','import_general_duplicate_admin_allowed','0'),(70,'backup','backup_import_permissions','0'),(71,'backup','backup_import_permissions_locked',''),(72,'backup','backup_import_activities','1'),(73,'backup','backup_import_activities_locked',''),(74,'backup','backup_import_blocks','1'),(75,'backup','backup_import_blocks_locked',''),(76,'backup','backup_import_filters','1'),(77,'backup','backup_import_filters_locked',''),(78,'backup','backup_import_calendarevents','1'),(79,'backup','backup_import_calendarevents_locked',''),(80,'backup','backup_import_questionbank','1'),(81,'backup','backup_import_questionbank_locked',''),(82,'backup','backup_import_groups','1'),(83,'backup','backup_import_groups_locked',''),(84,'backup','backup_import_competencies','1'),(85,'backup','backup_import_competencies_locked',''),(86,'backup','backup_import_contentbankcontent','1'),(87,'backup','backup_import_contentbankcontent_locked',''),(88,'backup','backup_import_legacyfiles','1'),(89,'backup','backup_import_legacyfiles_locked',''),(90,'backup','backup_auto_active','0'),(91,'backup','backup_auto_weekdays','0000000'),(92,'backup','backup_auto_hour','0'),(93,'backup','backup_auto_minute','0'),(94,'backup','backup_auto_storage','0'),(95,'backup','backup_auto_destination',''),(96,'backup','backup_auto_max_kept','1'),(97,'backup','backup_auto_delete_days','0'),(98,'backup','backup_auto_min_kept','0'),(99,'backup','backup_shortname','0'),(100,'backup','backup_auto_skip_hidden','1'),(101,'backup','backup_auto_skip_modif_days','30'),(102,'backup','backup_auto_skip_modif_prev','0'),(103,'backup','backup_auto_users','1'),(104,'backup','backup_auto_role_assignments','1'),(105,'backup','backup_auto_activities','1'),(106,'backup','backup_auto_blocks','1'),(107,'backup','backup_auto_files','1'),(108,'backup','backup_auto_filters','1'),(109,'backup','backup_auto_comments','1'),(110,'backup','backup_auto_badges','1'),(111,'backup','backup_auto_calendarevents','1'),(112,'backup','backup_auto_userscompletion','1'),(113,'backup','backup_auto_logs','0'),(114,'backup','backup_auto_histories','0'),(115,'backup','backup_auto_questionbank','1'),(116,'backup','backup_auto_groups','1'),(117,'backup','backup_auto_competencies','1'),(118,'backup','backup_auto_contentbankcontent','1'),(119,'backup','backup_auto_xapistate','1'),(120,'backup','backup_auto_legacyfiles','1'),(121,'restore','restore_general_users','1'),(122,'restore','restore_general_users_locked',''),(123,'restore','restore_general_enrolments','1'),(124,'restore','restore_general_enrolments_locked',''),(125,'restore','restore_general_role_assignments','1'),(126,'restore','restore_general_role_assignments_locked',''),(127,'restore','restore_general_permissions','1'),(128,'restore','restore_general_permissions_locked',''),(129,'restore','restore_general_activities','1'),(130,'restore','restore_general_activities_locked',''),(131,'restore','restore_general_blocks','1'),(132,'restore','restore_general_blocks_locked',''),(133,'restore','restore_general_filters','1'),(134,'restore','restore_general_filters_locked',''),(135,'restore','restore_general_comments','1'),(136,'restore','restore_general_comments_locked',''),(137,'restore','restore_general_badges','1'),(138,'restore','restore_general_badges_locked',''),(139,'restore','restore_general_calendarevents','1'),(140,'restore','restore_general_calendarevents_locked',''),(141,'restore','restore_general_userscompletion','1'),(142,'restore','restore_general_userscompletion_locked',''),(143,'restore','restore_general_logs','1'),(144,'restore','restore_general_logs_locked',''),(145,'restore','restore_general_histories','1'),(146,'restore','restore_general_histories_locked',''),(147,'restore','restore_general_groups','1'),(148,'restore','restore_general_groups_locked',''),(149,'restore','restore_general_competencies','1'),(150,'restore','restore_general_competencies_locked',''),(151,'restore','restore_general_contentbankcontent','1'),(152,'restore','restore_general_contentbankcontent_locked',''),(153,'restore','restore_general_xapistate','1'),(154,'restore','restore_general_xapistate_locked',''),(155,'restore','restore_general_legacyfiles','1'),(156,'restore','restore_general_legacyfiles_locked',''),(157,'restore','restore_merge_overwrite_conf','0'),(158,'restore','restore_merge_overwrite_conf_locked',''),(159,'restore','restore_merge_course_fullname','1'),(160,'restore','restore_merge_course_fullname_locked',''),(161,'restore','restore_merge_course_shortname','1'),(162,'restore','restore_merge_course_shortname_locked',''),(163,'restore','restore_merge_course_startdate','1'),(164,'restore','restore_merge_course_startdate_locked',''),(165,'restore','restore_replace_overwrite_conf','0'),(166,'restore','restore_replace_overwrite_conf_locked',''),(167,'restore','restore_replace_course_fullname','1'),(168,'restore','restore_replace_course_fullname_locked',''),(169,'restore','restore_replace_course_shortname','1'),(170,'restore','restore_replace_course_shortname_locked',''),(171,'restore','restore_replace_course_startdate','1'),(172,'restore','restore_replace_course_startdate_locked',''),(173,'restore','restore_replace_keep_roles_and_enrolments','0'),(174,'restore','restore_replace_keep_roles_and_enrolments_locked',''),(175,'restore','restore_replace_keep_groups_and_groupings','0'),(176,'restore','restore_replace_keep_groups_and_groupings_locked',''),(177,'backup','backup_async_message_users','0'),(178,'backup','backup_async_message_subject','Moodle {operation} completed successfully'),(179,'backup','backup_async_message','Your {operation} (ID: {backupid}) has completed successfully. You can access it here: {link}.'),(180,'analytics','modeinstruction',''),(181,'analytics','percentonline','0'),(182,'analytics','typeinstitution',''),(183,'analytics','levelinstitution',''),(184,'analytics','predictionsprocessor','\\mlbackend_php\\processor'),(185,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'),(186,'analytics','modeloutputdir',''),(187,'analytics','onlycli','1'),(188,'analytics','modeltimelimit','1200'),(189,'analytics','calclifetime','35'),(190,'core_h5p','h5pcustomcss',''),(191,'antivirus','notifyemail',''),(192,'antivirus','notifylevel','2'),(193,'antivirus','threshold','1200'),(194,'antivirus','enablequarantine','0'),(195,'antivirus','quarantinetime','2419200'),(196,'cachestore_apcu','testperformance','0'),(197,'cachestore_redis','test_server',''),(198,'cachestore_redis','test_encryption','0'),(199,'cachestore_redis','test_cafile',''),(200,'cachestore_redis','test_password',''),(201,'cachestore_redis','test_ttl','0'),(202,'question_preview','behaviour','deferredfeedback'),(203,'question_preview','correctness','1'),(204,'question_preview','marks','2'),(205,'question_preview','markdp','2'),(206,'question_preview','feedback','1'),(207,'question_preview','generalfeedback','1'),(208,'question_preview','rightanswer','1'),(209,'question_preview','history','0'),(210,'tool_task','enablerunnow','1'),(211,'adminpresets','sensiblesettings','recaptchapublickey@@none, recaptchaprivatekey@@none, googlemapkey3@@none, secretphrase@@url, cronremotepassword@@none, smtpuser@@none, smtppass@@none, proxypassword@@none, quizpassword@@quiz, allowedip@@none, blockedip@@none, dbpass@@logstore_database, messageinbound_hostpass@@none, bind_pw@@auth_cas, pass@@auth_db, bind_pw@@auth_ldap, dbpass@@enrol_database, bind_pw@@enrol_ldap, server_password@@search_solr, ssl_keypassword@@search_solr, alternateserver_password@@search_solr, alternatessl_keypassword@@search_solr, test_password@@cachestore_redis, password@@mlbackend_python, badges_badgesalt@@none, calendar_exportsalt@@none'),(212,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links'),(213,'theme_boost','preset','default.scss'),(214,'theme_boost','presetfiles',''),(215,'theme_boost','backgroundimage',''),(216,'theme_boost','loginbackgroundimage',''),(217,'theme_boost','brandcolor',''),(218,'theme_boost','scsspre',''),(219,'theme_boost','scss',''),(220,'theme_classic','navbardark','0'),(221,'theme_classic','unaddableblocks',''),(222,'theme_classic','preset','default.scss'),(223,'theme_classic','presetfiles',''),(224,'theme_classic','backgroundimage',''),(225,'theme_classic','loginbackgroundimage',''),(226,'theme_classic','brandcolor',''),(227,'theme_classic','scsspre',''),(228,'theme_classic','scss',''),(229,'core_admin','logo',''),(230,'core_admin','logocompact',''),(231,'core_admin','favicon',''),(232,'core_admin','coursecolor1','#81ecec'),(233,'core_admin','coursecolor2','#74b9ff'),(234,'core_admin','coursecolor3','#a29bfe'),(235,'core_admin','coursecolor4','#dfe6e9'),(236,'core_admin','coursecolor5','#00b894'),(237,'core_admin','coursecolor6','#0984e3'),(238,'core_admin','coursecolor7','#b2bec3'),(239,'core_admin','coursecolor8','#fdcb6e'),(240,'core_admin','coursecolor9','#fd79a8'),(241,'core_admin','coursecolor10','#6c5ce7'),(242,'core_competency','pushcourseratingstouserplans','1'),(243,'antivirus_clamav','version','2023100900'),(244,'availability_completion','version','2023100900'),(245,'availability_date','version','2023100900'),(246,'availability_grade','version','2023100900'),(247,'availability_group','version','2023100900'),(248,'availability_grouping','version','2023100900'),(249,'availability_profile','version','2023100900'),(250,'qtype_calculated','version','2023100900'),(251,'qtype_calculatedmulti','version','2023100900'),(252,'qtype_calculatedsimple','version','2023100900'),(253,'qtype_ddimageortext','version','2023100900'),(254,'qtype_ddmarker','version','2023100900'),(255,'qtype_ddwtos','version','2023100900'),(256,'qtype_description','version','2023100900'),(257,'qtype_essay','version','2023100900'),(258,'qtype_gapselect','version','2023100900'),(259,'qtype_match','version','2023100900'),(260,'qtype_missingtype','version','2023100900'),(261,'qtype_multianswer','version','2023100900'),(262,'qtype_multichoice','version','2023100900'),(263,'qtype_numerical','version','2023100900'),(264,'qtype_random','version','2023100900'),(265,'qtype_randomsamatch','version','2023100900'),(266,'qtype_shortanswer','version','2023100900'),(267,'qtype_truefalse','version','2023100900'),(268,'mod_assign','version','2023100900'),(269,'mod_bigbluebuttonbn','version','2023100900'),(271,'mod_book','version','2023100900'),(272,'mod_chat','version','2023100900'),(273,'mod_choice','version','2023100900'),(274,'mod_data','version','2023100900'),(275,'mod_feedback','version','2023100900'),(277,'mod_folder','version','2023100900'),(279,'mod_forum','version','2023100901'),(280,'mod_glossary','version','2023100900'),(281,'mod_h5pactivity','version','2023100901'),(282,'mod_imscp','version','2023100900'),(284,'mod_label','version','2023100900'),(285,'mod_lesson','version','2023100900'),(286,'mod_lti','version','2023100900'),(288,'mod_lti','kid','ded9c3f42999892ce5c1'),(289,'mod_lti','privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDaPdCYiE+K9OQk\n6O8Nt5wFM0Bz5t0G2gRpwr6uTp3yKtJVyeIVe4W0GA+wEoeXnoOJUNlXROQ99Q38\n41zNHwhB3Nu7Mozo72dXjt7pTyQLqLwV1h+deJdPAn2OblYI6ygL/i/Ah+sjmFyU\n3xlHM4Al4tvglMJtIB/v9wTWd0l23lLjUypYyEsbuHI4MNgECSkWvuEZc/n8jlMP\nlZXxKChbk//iWdG5eg4FUz5MPPFfl+6D9rMxtQMCDCs7pRBWY8nLpS9qEfgcP0Z9\nFWMF1EgI1G36Eri7jhB1fn/Dc9CpNwNtyZfPMO/mYg3gSHymSUN6PpTrKMTAikKy\nOPDGr2D3AgMBAAECggEAKg77okmyup7TUOGrIEOgR8hGxY9aTTW63/7t7H2uJrtl\n6a6MaYNykvCIJXCMvQWJZ+8y04StT9toJLJUchtm5fqARiVJzqJEkjUwdFoSIkUU\nakjnsttInatnMwnEfteC0jzcSwhmomd8gBw2rOgZ7DM6GJ/SkGE+hmpefk5i1AtN\nV+k6+2ltLJe6OTJErYKNYzYXHvbD/dDXUcYeVRPlQ3sOcMo2Smnlw957JI4KM5mm\n4C/4ykWiXyyZXMHcfA5gW8RZdGv013iqF9NN+CXFkQ3xLIE7b+KkoVZ78WmIidNZ\nBz5OGPUf4STMKFjDL4dr1CvI80goECrH/9kdXvHQYQKBgQD1FAsc8GW4elb8NpGO\n7YRZp/PKB4SfX0uIDSJeszpbcUTA31cxeDv/qHwsGf2DDfnG5GzvmK8Ll2lkej7p\ngaZfa5cAvOKQF+neIB2JxEXm+Osb+m1iAuY83K5Ix21grmO6y/PCWt0E8LYcXJo8\n9k+A4GFNVjYjTPy/XR2H7epebwKBgQDj95sEMUj7LbTU+BXxprBe8YpNkqWOAVVW\nKlnq7KURUPJArUyBbtgjkagbawSiiiGcdUeqqWRoa9US2+1IEv1Lr0sq+M0dmZsk\nffAmiItN1IhZCxHHuD+h5bEtTELhlNVAtxdGsW9YaGwRrb2psH2F4f1xwrvWBet6\nR5XPkeJp+QKBgQCloboxALd+ihAnvKl7M0LzZPL6Y0Jag4kElfvYjMCv9ElHIKpJ\nIL1L946UL6yJ2fQpW0/UThhfeSEdaxEBt0G903TmZsGoKMFCAep0pVWo2Cntar5q\nMxNvpqWTQlTFtpZoNFa1z7r4D8bEPEFxWfY5X2vjXJSSHwHiQwgmScDPuQKBgQDI\n0kYP8m7NPt1vQ0DpiSMT8IoafhYzu772Uga2KlPbpkhSa5fa6c+jvduuk58YpMCp\nOLOyhti6GEwy+eTUuk3Cz6BTMaxX6ApAomTdPSoinRikAFlgbFI6B8MGGYlNebRG\n90Oc9hAVfJ+/DyPmiWB6gbOn9JlOGBbxuIAjw+sF2QKBgE+EacwkncnNxZv5YNw+\nB2AW/EM0ERpHYtwGjjFlFxGY6E3HIa6yKJ7/Dj6DFx5i8uN8r5RQqjd2D/KnFvOg\nybrPZvhG/9Itn2LUukDkaRVJKeCRu+0fTqaykReQ/EL9451qQ3bh09ljukeybxmN\nliM0ST+Z9sPfLE8llNlw9l38\n-----END PRIVATE KEY-----\n'),(290,'mod_page','version','2023100900'),(292,'mod_quiz','version','2023100901'),(293,'mod_resource','version','2023100900'),(294,'mod_scorm','version','2023100901'),(295,'mod_survey','version','2023100900'),(297,'mod_url','version','2023100900'),(299,'mod_wiki','version','2023100900'),(301,'mod_workshop','version','2023100900'),(302,'auth_cas','version','2023100900'),(304,'auth_db','version','2023100900'),(306,'auth_email','version','2023100900'),(307,'auth_ldap','version','2023100900'),(309,'auth_lti','version','2023100901'),(310,'auth_manual','version','2023100900'),(311,'auth_mnet','version','2023100900'),(313,'auth_nologin','version','2023100900'),(314,'auth_none','version','2023100900'),(315,'auth_oauth2','version','2023100900'),(316,'auth_shibboleth','version','2023100900'),(318,'auth_webservice','version','2023100900'),(319,'calendartype_gregorian','version','2023100900'),(320,'communication_customlink','version','2023100900'),(321,'communication_matrix','version','2023100900'),(322,'customfield_checkbox','version','2023100900'),(323,'customfield_date','version','2023100900'),(324,'customfield_select','version','2023100900'),(325,'customfield_text','version','2023100900'),(326,'customfield_textarea','version','2023100900'),(327,'enrol_category','version','2023100900'),(329,'enrol_cohort','version','2023100900'),(330,'enrol_database','version','2023100900'),(332,'enrol_fee','version','2023100900'),(333,'enrol_flatfile','version','2023100900'),(335,'enrol_flatfile','map_1','manager'),(336,'enrol_flatfile','map_2','coursecreator'),(337,'enrol_flatfile','map_3','editingteacher'),(338,'enrol_flatfile','map_4','teacher'),(339,'enrol_flatfile','map_5','student'),(340,'enrol_flatfile','map_6','guest'),(341,'enrol_flatfile','map_7','user'),(342,'enrol_flatfile','map_8','frontpage'),(343,'enrol_guest','version','2023100900'),(344,'enrol_imsenterprise','version','2023100900'),(346,'enrol_ldap','version','2023100900'),(348,'enrol_lti','version','2023100900'),(350,'enrol_lti','lti_13_kid','cbe7997383dbd3c99663'),(351,'enrol_lti','lti_13_privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQD19VR7MlXYDPt3\nCcXanrSSYgFSa104TMOn4gxMI7DDHl18MIfYBj+1FO3szD9mvrTyNivQeEoGTQ09\nenZ+mlKBFzAtlUKQpC1i+ShyzBOtoktdkV8wL8L14RFrdl7WB3nbSFsuB9PKkZvp\nlWhrL27xXtNz/FjpwHgOMIZDTzgiXTAEOchgkpBBk5tm4aWGjjlym/ayrSeqFFIx\nfWmxj3lVRJW+iqJJ9buhDMHVB60NdCUl9sajQSkUWXLeZxvdUWTXt7d/g1MJ3N3a\n3LTnx4i+iPk8YYWkGmwBh3gwtwyqLM3ltm/pJcu5dgQcb8kmtwANT8oKXxPmESXx\n8lPIvwyJAgMBAAECggEAA8pS7uujtGPfMLyol0+qtkI+HLMuDERhfMfJyEWwWYaC\nraohP/lnlmJN9UAyK5E3zACrb+k7X4hNoPn1BRC32QuF2DpZqx8NTrtKr1QGDie6\nEpmn9Ot2x1z5myhNVHmuM0mUwiKzvoZfGq27nof36wjGeePgPrdkX1Vs64haImxQ\nqXAOHKi4B9TZrfpiJvtuJcK4QeoFCbF1NNJPKH84pdUWOviGG+c0rL0nk9Fu+OyO\nKjBKpFgs6ToRMbQA609ipV50W03XfkdekYKfTcukqisc1jfsKZYLLDCJk3P0k0of\nrjPMWsG6PTFj3oN2h4WGRA7CeHEUCP7++MpGSzRuiQKBgQD9dpTx+bR8efQ4fSmq\ny3aJwyDoEMwUVb+JR3kcLeCDVQ4jdxBojpQI3iilSoajNLZSr/bxyNFfr3lqKkFi\nakzk7UdL4XND0d/sbKUYSj71dJzIa72xxrXtdXwQ97jf4DRjhRXjGQaX9mpKgIOk\nwlvmCtYe5wis8L2dXXlG3/c67QKBgQD4a4Txx9eZoDPdBF0k41zmDc7E3wj8ukDD\nOIKP+XQ1tq300Q/5uXs+wImtqdQmu6dd7TDIrMm6rr7/lENK5mYoLtRQTZpKS1g+\ntr5wfDQEMPcrZYPN87ckj7CUZsuKo9c9oBIjqe4HXbP4xbJK4NhrSSd9I3mVbe1h\nBc6CKLb4jQKBgQCY9H+LytG1MG9Fy5pifGgrWHq6MLDHMLvmXyBh9fl/p8thcY+Q\nWUJSW6aRoPjA8qV4HsJaRIK9SIpvm9JbTqTanaohy4qgib2k0ieLEfsOavHWLNaL\nusu84eId5zBEwes7h2ue4VJOUCDylr1apwOIPk/a1DczDhCPL4JpV+y9PQKBgQDc\nobG7g0ALI2usmlmXj49Mi2rfEy/KNimauS/Ma0M5CXxKePt1UbUSMLKW2MShefzV\nwPmY4U1xTg44tBdoCGUmvyC2CZZE8dH4MRnGkakpJ8v+cPS1EAXSpQOxafLQuV9L\nTkWOAzhytlhHVF5bfoL4FkrKK52qh61ShHO6yipnaQKBgQCQAx267F9W612xE6Mr\nuONwYK1K8RAqWyBWif2+1u3QyDwg7dTqDuAsF80LmKRPgfVfCnYoNfDuxipGCb/1\nqM2pSuhlYeVJSym6tEzIG4aApQryhYBYiYuemw/ARzGcelOLBbvasYtXpG3AXFuv\nyX2oh9+XIPj3iTjCDxg0Yt0iqg==\n-----END PRIVATE KEY-----\n'),(352,'enrol_manual','version','2023100900'),(354,'enrol_meta','version','2023100900'),(356,'enrol_mnet','version','2023100900'),(357,'enrol_paypal','version','2023100900'),(358,'enrol_self','version','2023100900'),(360,'message_airnotifier','version','2023100900'),(362,'message','airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(363,'message','airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(364,'message','airnotifier_provider_enrol_manual_expiry_notification_locked','0'),(365,'message','airnotifier_provider_enrol_paypal_paypal_enrolment_locked','0'),(366,'message','airnotifier_provider_enrol_self_expiry_notification_locked','0'),(367,'message','airnotifier_provider_mod_assign_assign_notification_locked','0'),(368,'message','airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(369,'message','airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(370,'message','airnotifier_provider_mod_feedback_submission_locked','0'),(371,'message','airnotifier_provider_mod_feedback_message_locked','0'),(372,'message','airnotifier_provider_mod_forum_posts_locked','0'),(373,'message','message_provider_mod_forum_posts_enabled','email,airnotifier'),(374,'message','airnotifier_provider_mod_forum_digests_locked','0'),(375,'message','airnotifier_provider_mod_lesson_graded_essay_locked','0'),(376,'message','message_provider_mod_lesson_graded_essay_enabled','email,airnotifier'),(377,'message','airnotifier_provider_mod_quiz_submission_locked','0'),(378,'message','airnotifier_provider_mod_quiz_confirmation_locked','0'),(379,'message','message_provider_mod_quiz_confirmation_enabled','email,airnotifier'),(380,'message','airnotifier_provider_mod_quiz_attempt_overdue_locked','0'),(381,'message','message_provider_mod_quiz_attempt_overdue_enabled','email,airnotifier'),(382,'message','airnotifier_provider_mod_quiz_attempt_grading_complete_locked','0'),(383,'message','message_provider_mod_quiz_attempt_grading_complete_enabled','email,airnotifier'),(384,'message','airnotifier_provider_moodle_newlogin_locked','0'),(385,'message','message_provider_moodle_newlogin_enabled','email,airnotifier'),(386,'message','airnotifier_provider_moodle_notices_locked','0'),(387,'message','airnotifier_provider_moodle_errors_locked','0'),(388,'message','airnotifier_provider_moodle_availableupdate_locked','0'),(389,'message','airnotifier_provider_moodle_instantmessage_locked','0'),(390,'message','airnotifier_provider_moodle_backup_locked','0'),(391,'message','airnotifier_provider_moodle_courserequested_locked','0'),(392,'message','airnotifier_provider_moodle_courserequestapproved_locked','0'),(393,'message','message_provider_moodle_courserequestapproved_enabled','email,airnotifier'),(394,'message','airnotifier_provider_moodle_courserequestrejected_locked','0'),(395,'message','message_provider_moodle_courserequestrejected_enabled','email,airnotifier'),(396,'message','airnotifier_provider_moodle_coursecompleted_locked','0'),(397,'message','message_provider_moodle_coursecompleted_enabled','email,airnotifier'),(398,'message','airnotifier_provider_moodle_coursecontentupdated_locked','0'),(399,'message','message_provider_moodle_coursecontentupdated_enabled','popup,email,airnotifier'),(400,'message','airnotifier_provider_moodle_badgerecipientnotice_locked','0'),(401,'message','message_provider_moodle_badgerecipientnotice_enabled','popup,email,airnotifier'),(402,'message','airnotifier_provider_moodle_badgecreatornotice_locked','0'),(403,'message','airnotifier_provider_moodle_competencyplancomment_locked','0'),(404,'message','airnotifier_provider_moodle_competencyusercompcomment_locked','0'),(405,'message','airnotifier_provider_moodle_insights_locked','0'),(406,'message','message_provider_moodle_insights_enabled','popup,email,airnotifier'),(407,'message','airnotifier_provider_moodle_messagecontactrequests_locked','0'),(408,'message','message_provider_moodle_messagecontactrequests_enabled','email,airnotifier'),(409,'message','airnotifier_provider_moodle_asyncbackupnotification_locked','0'),(410,'message','airnotifier_provider_moodle_gradenotifications_locked','0'),(411,'message','airnotifier_provider_moodle_infected_locked','0'),(412,'message','airnotifier_provider_moodle_reportbuilderschedule_locked','0'),(413,'message_email','version','2023100900'),(415,'message','email_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(416,'message','message_provider_enrol_flatfile_flatfile_enrolment_enabled','email'),(417,'message','email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(418,'message','message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled','email'),(419,'message','email_provider_enrol_manual_expiry_notification_locked','0'),(420,'message','message_provider_enrol_manual_expiry_notification_enabled','email'),(421,'message','email_provider_enrol_paypal_paypal_enrolment_locked','0'),(422,'message','message_provider_enrol_paypal_paypal_enrolment_enabled','email'),(423,'message','email_provider_enrol_self_expiry_notification_locked','0'),(424,'message','message_provider_enrol_self_expiry_notification_enabled','email'),(425,'message','email_provider_mod_assign_assign_notification_locked','0'),(426,'message','message_provider_mod_assign_assign_notification_enabled','email'),(427,'message','email_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(428,'message','message_provider_mod_bigbluebuttonbn_recording_ready_enabled','email'),(429,'message','email_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(430,'message','message_provider_mod_bigbluebuttonbn_instance_updated_enabled','email'),(431,'message','email_provider_mod_feedback_submission_locked','0'),(432,'message','message_provider_mod_feedback_submission_enabled','email'),(433,'message','email_provider_mod_feedback_message_locked','0'),(434,'message','message_provider_mod_feedback_message_enabled','email'),(435,'message','email_provider_mod_forum_posts_locked','0'),(436,'message','email_provider_mod_forum_digests_locked','0'),(437,'message','message_provider_mod_forum_digests_enabled','email'),(438,'message','email_provider_mod_lesson_graded_essay_locked','0'),(439,'message','email_provider_mod_quiz_submission_locked','0'),(440,'message','message_provider_mod_quiz_submission_enabled','email'),(441,'message','email_provider_mod_quiz_confirmation_locked','0'),(442,'message','email_provider_mod_quiz_attempt_overdue_locked','0'),(443,'message','email_provider_mod_quiz_attempt_grading_complete_locked','0'),(444,'message','email_provider_moodle_newlogin_locked','0'),(445,'message','email_provider_moodle_notices_locked','0'),(446,'message','message_provider_moodle_notices_enabled','email'),(447,'message','email_provider_moodle_errors_locked','0'),(448,'message','message_provider_moodle_errors_enabled','email'),(449,'message','email_provider_moodle_availableupdate_locked','0'),(450,'message','message_provider_moodle_availableupdate_enabled','email'),(451,'message','email_provider_moodle_instantmessage_locked','0'),(452,'message','message_provider_moodle_instantmessage_enabled','popup,email'),(453,'message','email_provider_moodle_backup_locked','0'),(454,'message','message_provider_moodle_backup_enabled','email'),(455,'message','email_provider_moodle_courserequested_locked','0'),(456,'message','message_provider_moodle_courserequested_enabled','email'),(457,'message','email_provider_moodle_courserequestapproved_locked','0'),(458,'message','email_provider_moodle_courserequestrejected_locked','0'),(459,'message','email_provider_moodle_coursecompleted_locked','0'),(460,'message','email_provider_moodle_coursecontentupdated_locked','0'),(461,'message','email_provider_moodle_badgerecipientnotice_locked','0'),(462,'message','email_provider_moodle_badgecreatornotice_locked','0'),(463,'message','message_provider_moodle_badgecreatornotice_enabled','email'),(464,'message','email_provider_moodle_competencyplancomment_locked','0'),(465,'message','message_provider_moodle_competencyplancomment_enabled','email'),(466,'message','email_provider_moodle_competencyusercompcomment_locked','0'),(467,'message','message_provider_moodle_competencyusercompcomment_enabled','email'),(468,'message','email_provider_moodle_insights_locked','0'),(469,'message','email_provider_moodle_messagecontactrequests_locked','0'),(470,'message','email_provider_moodle_asyncbackupnotification_locked','0'),(471,'message','message_provider_moodle_asyncbackupnotification_enabled','popup,email'),(472,'message','email_provider_moodle_gradenotifications_locked','0'),(473,'message','message_provider_moodle_gradenotifications_enabled','popup,email'),(474,'message','email_provider_moodle_infected_locked','0'),(475,'message','message_provider_moodle_infected_enabled','email'),(476,'message','email_provider_moodle_reportbuilderschedule_locked','1'),(477,'message','message_provider_moodle_reportbuilderschedule_enabled','email'),(478,'message_popup','version','2023100900'),(480,'message','popup_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(481,'message','popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(482,'message','popup_provider_enrol_manual_expiry_notification_locked','0'),(483,'message','popup_provider_enrol_paypal_paypal_enrolment_locked','0'),(484,'message','popup_provider_enrol_self_expiry_notification_locked','0'),(485,'message','popup_provider_mod_assign_assign_notification_locked','0'),(486,'message','popup_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(487,'message','popup_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(488,'message','popup_provider_mod_feedback_submission_locked','0'),(489,'message','popup_provider_mod_feedback_message_locked','0'),(490,'message','popup_provider_mod_forum_posts_locked','0'),(491,'message','popup_provider_mod_forum_digests_locked','0'),(492,'message','popup_provider_mod_lesson_graded_essay_locked','0'),(493,'message','popup_provider_mod_quiz_submission_locked','0'),(494,'message','popup_provider_mod_quiz_confirmation_locked','0'),(495,'message','popup_provider_mod_quiz_attempt_overdue_locked','0'),(496,'message','popup_provider_mod_quiz_attempt_grading_complete_locked','0'),(497,'message','popup_provider_moodle_newlogin_locked','0'),(498,'message','popup_provider_moodle_notices_locked','0'),(499,'message','popup_provider_moodle_errors_locked','0'),(500,'message','popup_provider_moodle_availableupdate_locked','0'),(501,'message','popup_provider_moodle_instantmessage_locked','0'),(502,'message','popup_provider_moodle_backup_locked','0'),(503,'message','popup_provider_moodle_courserequested_locked','0'),(504,'message','popup_provider_moodle_courserequestapproved_locked','0'),(505,'message','popup_provider_moodle_courserequestrejected_locked','0'),(506,'message','popup_provider_moodle_coursecompleted_locked','0'),(507,'message','popup_provider_moodle_coursecontentupdated_locked','0'),(508,'message','popup_provider_moodle_badgerecipientnotice_locked','0'),(509,'message','popup_provider_moodle_badgecreatornotice_locked','0'),(510,'message','popup_provider_moodle_competencyplancomment_locked','0'),(511,'message','popup_provider_moodle_competencyusercompcomment_locked','0'),(512,'message','popup_provider_moodle_insights_locked','0'),(513,'message','popup_provider_moodle_messagecontactrequests_locked','0'),(514,'message','popup_provider_moodle_asyncbackupnotification_locked','0'),(515,'message','popup_provider_moodle_gradenotifications_locked','0'),(516,'message','popup_provider_moodle_infected_locked','0'),(517,'message','popup_provider_moodle_reportbuilderschedule_locked','0'),(518,'block_accessreview','version','2023100900'),(519,'block_activity_modules','version','2023100900'),(520,'block_activity_results','version','2023100900'),(521,'block_admin_bookmarks','version','2023100900'),(522,'block_badges','version','2023100900'),(523,'block_blog_menu','version','2023100900'),(524,'block_blog_recent','version','2023100900'),(525,'block_blog_tags','version','2023100900'),(526,'block_calendar_month','version','2023100900'),(527,'block_calendar_upcoming','version','2023100900'),(528,'block_comments','version','2023100900'),(529,'block_completionstatus','version','2023100900'),(530,'block_course_list','version','2023100900'),(531,'block_course_summary','version','2023100900'),(533,'block_feedback','version','2023100900'),(535,'block_globalsearch','version','2023100900'),(536,'block_glossary_random','version','2023100900'),(537,'block_html','version','2023100900'),(538,'block_login','version','2023100900'),(539,'block_lp','version','2023100900'),(540,'block_mentees','version','2023100900'),(541,'block_mnet_hosts','version','2023100900'),(542,'block_myoverview','version','2023100900'),(543,'block_myprofile','version','2023100900'),(544,'block_navigation','version','2023100900'),(545,'block_news_items','version','2023100900'),(546,'block_online_users','version','2023100900'),(547,'block_private_files','version','2023100900'),(548,'block_recent_activity','version','2023100900'),(549,'block_recentlyaccessedcourses','version','2023100900'),(551,'block_recentlyaccesseditems','version','2023100900'),(552,'block_rss_client','version','2023100900'),(554,'block_search_forums','version','2023100900'),(555,'block_section_links','version','2023100900'),(556,'block_selfcompletion','version','2023100900'),(558,'block_settings','version','2023100900'),(559,'block_site_main_menu','version','2023100900'),(560,'block_social_activities','version','2023100900'),(561,'block_starredcourses','version','2023100900'),(562,'block_tag_flickr','version','2023100900'),(563,'block_tag_youtube','version','2023100900'),(565,'block_tags','version','2023100900'),(566,'block_timeline','version','2023100900'),(568,'media_html5audio','version','2023100900'),(569,'media_html5video','version','2023100900'),(570,'media_videojs','version','2023100900'),(571,'media_vimeo','version','2023100900'),(572,'media_youtube','version','2023100900'),(573,'filter_activitynames','version','2023100900'),(575,'filter_algebra','version','2023100900'),(576,'filter_codehighlighter','version','2023100900'),(577,'filter_data','version','2023100900'),(579,'filter_displayh5p','version','2023100900'),(581,'filter_emailprotect','version','2023100900'),(582,'filter_emoticon','version','2023100900'),(584,'filter_glossary','version','2023100900'),(586,'filter_mathjaxloader','version','2023100900'),(588,'filter_mediaplugin','version','2023100900'),(590,'filter_multilang','version','2023100900'),(591,'filter_tex','version','2023100900'),(593,'filter_tidy','version','2023100900'),(594,'filter_urltolink','version','2023100900'),(596,'editor_atto','version','2023100900'),(597,'editor_textarea','version','2023100900'),(598,'editor_tiny','version','2023100900'),(600,'format_singleactivity','version','2023100900'),(601,'format_social','version','2023100900'),(602,'format_topics','version','2023100900'),(603,'format_weeks','version','2023100900'),(604,'dataformat_csv','version','2023100900'),(605,'dataformat_excel','version','2023100900'),(606,'dataformat_html','version','2023100900'),(607,'dataformat_json','version','2023100900'),(608,'dataformat_ods','version','2023100900'),(609,'dataformat_pdf','version','2023100900'),(610,'profilefield_checkbox','version','2023100900'),(611,'profilefield_datetime','version','2023100900'),(612,'profilefield_menu','version','2023100900'),(613,'profilefield_social','version','2023100900'),(614,'profilefield_text','version','2023100900'),(615,'profilefield_textarea','version','2023100900'),(616,'report_backups','version','2023100900'),(617,'report_competency','version','2023100900'),(618,'report_completion','version','2023100900'),(620,'report_configlog','version','2023100900'),(621,'report_courseoverview','version','2023100900'),(622,'report_eventlist','version','2023100900'),(623,'report_infectedfiles','version','2023100900'),(624,'report_insights','version','2023100900'),(625,'report_log','version','2023100900'),(627,'report_loglive','version','2023100900'),(628,'report_outline','version','2023100900'),(630,'report_participation','version','2023100900'),(632,'report_performance','version','2023100900'),(633,'report_progress','version','2023100900'),(635,'report_questioninstances','version','2023100900'),(636,'report_security','version','2023100900'),(637,'report_stats','version','2023100900'),(639,'report_status','version','2023100900'),(640,'report_usersessions','version','2023100900'),(641,'gradeexport_ods','version','2023100900'),(642,'gradeexport_txt','version','2023100900'),(643,'gradeexport_xls','version','2023100900'),(644,'gradeexport_xml','version','2023100900'),(645,'gradeimport_csv','version','2023100900'),(646,'gradeimport_direct','version','2023100900'),(647,'gradeimport_xml','version','2023100900'),(648,'gradereport_grader','version','2023100900'),(649,'gradereport_history','version','2023100900'),(650,'gradereport_outcomes','version','2023100900'),(651,'gradereport_overview','version','2023100900'),(652,'gradereport_singleview','version','2023100900'),(653,'gradereport_summary','version','2023100900'),(654,'gradereport_user','version','2023100900'),(655,'gradingform_guide','version','2023100900'),(656,'gradingform_rubric','version','2023100900'),(657,'mlbackend_php','version','2023100900'),(658,'mlbackend_python','version','2023100900'),(659,'mnetservice_enrol','version','2023100900'),(660,'webservice_rest','version','2023100900'),(661,'webservice_soap','version','2023100900'),(662,'repository_areafiles','version','2023100900'),(664,'areafiles','enablecourseinstances','0'),(665,'areafiles','enableuserinstances','0'),(666,'repository_contentbank','version','2023100900'),(668,'contentbank','enablecourseinstances','0'),(669,'contentbank','enableuserinstances','0'),(670,'repository_coursefiles','version','2023100900'),(671,'repository_dropbox','version','2023100900'),(672,'repository_equella','version','2023100900'),(673,'repository_filesystem','version','2023100900'),(674,'repository_flickr','version','2023100900'),(675,'repository_flickr_public','version','2023100900'),(676,'repository_googledocs','version','2023100900'),(677,'repository_local','version','2023100900'),(679,'local','enablecourseinstances','0'),(680,'local','enableuserinstances','0'),(681,'repository_merlot','version','2023100900'),(682,'repository_nextcloud','version','2023100900'),(683,'repository_onedrive','version','2023100900'),(684,'repository_recent','version','2023100900'),(686,'recent','enablecourseinstances','0'),(687,'recent','enableuserinstances','0'),(688,'repository_s3','version','2023100900'),(689,'repository_upload','version','2023100900'),(691,'upload','enablecourseinstances','0'),(692,'upload','enableuserinstances','0'),(693,'repository_url','version','2023100900'),(695,'url','enablecourseinstances','0'),(696,'url','enableuserinstances','0'),(697,'repository_user','version','2023100900'),(699,'user','enablecourseinstances','0'),(700,'user','enableuserinstances','0'),(701,'repository_webdav','version','2023100900'),(702,'repository_wikimedia','version','2023100900'),(704,'wikimedia','enablecourseinstances','0'),(705,'wikimedia','enableuserinstances','0'),(706,'repository_youtube','version','2023100900'),(708,'portfolio_download','version','2023100900'),(709,'portfolio_flickr','version','2023100900'),(710,'portfolio_googledocs','version','2023100900'),(711,'portfolio_mahara','version','2023100900'),(712,'search_simpledb','version','2023100900'),(714,'search_solr','version','2023100900'),(715,'qbank_bulkmove','version','2023100900'),(716,'qbank_columnsortorder','version','2023100900'),(717,'qbank_comment','version','2023100900'),(718,'qbank_customfields','version','2023100900'),(719,'qbank_deletequestion','version','2023100900'),(720,'qbank_editquestion','version','2023100900'),(721,'qbank_exportquestions','version','2023100900'),(722,'qbank_exporttoxml','version','2023100900'),(723,'qbank_history','version','2023100900'),(724,'qbank_importquestions','version','2023100900'),(725,'qbank_managecategories','version','2023100900'),(726,'qbank_previewquestion','version','2023100900'),(727,'qbank_statistics','version','2023100900'),(728,'qbank_tagquestion','version','2023100900'),(729,'qbank_usage','version','2023100900'),(730,'qbank_viewcreator','version','2023100900'),(731,'qbank_viewquestionname','version','2023100900'),(732,'qbank_viewquestiontext','version','2023100900'),(733,'qbank_viewquestiontype','version','2023100900'),(734,'qbehaviour_adaptive','version','2023100900'),(735,'qbehaviour_adaptivenopenalty','version','2023100900'),(736,'qbehaviour_deferredcbm','version','2023100900'),(737,'qbehaviour_deferredfeedback','version','2023100900'),(738,'qbehaviour_immediatecbm','version','2023100900'),(739,'qbehaviour_immediatefeedback','version','2023100900'),(740,'qbehaviour_informationitem','version','2023100900'),(741,'qbehaviour_interactive','version','2023100900'),(742,'qbehaviour_interactivecountback','version','2023100900'),(743,'qbehaviour_manualgraded','version','2023100900'),(745,'question','disabledbehaviours','manualgraded'),(746,'qbehaviour_missing','version','2023100900'),(747,'qformat_aiken','version','2023100900'),(748,'qformat_blackboard_six','version','2023100900'),(749,'qformat_gift','version','2023100900'),(750,'qformat_missingword','version','2023100900'),(751,'qformat_multianswer','version','2023100900'),(752,'qformat_xhtml','version','2023100900'),(753,'qformat_xml','version','2023100900'),(754,'tool_admin_presets','version','2023100900'),(755,'tool_analytics','version','2023100900'),(756,'tool_availabilityconditions','version','2023100900'),(757,'tool_behat','version','2023100900'),(758,'tool_brickfield','version','2023100900'),(760,'tool_capability','version','2023100900'),(761,'tool_cohortroles','version','2023100900'),(762,'tool_componentlibrary','version','2023100900'),(763,'tool_customlang','version','2023100900'),(765,'tool_dataprivacy','version','2023100900'),(766,'message','airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(767,'message','email_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(768,'message','popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(769,'message','message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled','email,popup'),(770,'message','airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(771,'message','email_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(772,'message','popup_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(773,'message','message_provider_tool_dataprivacy_datarequestprocessingresults_enabled','email,popup'),(774,'message','airnotifier_provider_tool_dataprivacy_notifyexceptions_locked','0'),(775,'message','email_provider_tool_dataprivacy_notifyexceptions_locked','0'),(776,'message','popup_provider_tool_dataprivacy_notifyexceptions_locked','0'),(777,'message','message_provider_tool_dataprivacy_notifyexceptions_enabled','email'),(778,'tool_dbtransfer','version','2023100900'),(779,'tool_filetypes','version','2023100900'),(780,'tool_generator','version','2023100900'),(781,'tool_httpsreplace','version','2023100900'),(782,'tool_innodb','version','2023100900'),(783,'tool_installaddon','version','2023100900'),(784,'tool_langimport','version','2023100900'),(785,'tool_licensemanager','version','2023100900'),(786,'tool_log','version','2023100900'),(788,'tool_log','enabled_stores','logstore_standard'),(789,'tool_lp','version','2023100900'),(790,'tool_lpimportcsv','version','2023100900'),(791,'tool_lpmigrate','version','2023100900'),(792,'tool_messageinbound','version','2023100900'),(793,'message','airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(794,'message','email_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(795,'message','popup_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(796,'message','message_provider_tool_messageinbound_invalidrecipienthandler_enabled','email'),(797,'message','airnotifier_provider_tool_messageinbound_messageprocessingerror_locked','0'),(798,'message','email_provider_tool_messageinbound_messageprocessingerror_locked','0'),(799,'message','popup_provider_tool_messageinbound_messageprocessingerror_locked','0'),(800,'message','message_provider_tool_messageinbound_messageprocessingerror_enabled','email'),(801,'message','airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(802,'message','email_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(803,'message','popup_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(804,'message','message_provider_tool_messageinbound_messageprocessingsuccess_enabled','email'),(805,'tool_mfa','version','2023100900'),(806,'tool_mobile','version','2023100900'),(807,'tool_monitor','version','2023100900'),(808,'message','airnotifier_provider_tool_monitor_notification_locked','0'),(809,'message','email_provider_tool_monitor_notification_locked','0'),(810,'message','popup_provider_tool_monitor_notification_locked','0'),(811,'message','message_provider_tool_monitor_notification_enabled','email'),(812,'tool_moodlenet','version','2023100900'),(814,'tool_multilangupgrade','version','2023100900'),(815,'tool_oauth2','version','2023100900'),(816,'tool_phpunit','version','2023100900'),(817,'tool_policy','version','2023100900'),(818,'tool_profiling','version','2023100900'),(819,'tool_recyclebin','version','2023100900'),(820,'tool_replace','version','2023100900'),(821,'tool_spamcleaner','version','2023100900'),(822,'tool_task','version','2023100900'),(823,'tool_templatelibrary','version','2023100900'),(824,'tool_unsuproles','version','2023100900'),(826,'tool_uploadcourse','version','2023100900'),(827,'tool_uploaduser','version','2023100900'),(828,'tool_usertours','version','2023100900'),(830,'tool_xmldb','version','2023100900'),(831,'cachestore_apcu','version','2023100900'),(832,'cachestore_file','version','2023100900'),(833,'cachestore_redis','version','2023100900'),(834,'cachestore_session','version','2023100900'),(835,'cachestore_static','version','2023100900'),(836,'cachelock_file','version','2023100900'),(837,'fileconverter_googledrive','version','2023100900'),(838,'fileconverter_unoconv','version','2023100900'),(840,'contenttype_h5p','version','2023100900'),(841,'theme_boost','version','2023100900'),(842,'theme_classic','version','2023100900'),(843,'local_asystgrade','version','2024032201'),(844,'h5plib_v126','version','2023100900'),(845,'paygw_paypal','version','2023100900'),(847,'assignsubmission_comments','version','2023100900'),(849,'assignsubmission_file','sortorder','1'),(850,'assignsubmission_comments','sortorder','2'),(851,'assignsubmission_onlinetext','sortorder','0'),(852,'assignsubmission_file','version','2023100900'),(853,'assignsubmission_onlinetext','version','2023100900'),(855,'assignfeedback_comments','version','2023100900'),(857,'assignfeedback_comments','sortorder','0'),(858,'assignfeedback_editpdf','sortorder','1'),(859,'assignfeedback_file','sortorder','3'),(860,'assignfeedback_offline','sortorder','2'),(861,'assignfeedback_editpdf','version','2023100900'),(863,'assignfeedback_file','version','2023100900'),(865,'assignfeedback_offline','version','2023100900'),(866,'booktool_exportimscp','version','2023100900'),(867,'booktool_importhtml','version','2023100900'),(868,'booktool_print','version','2023100900'),(869,'datafield_checkbox','version','2023100900'),(870,'datafield_date','version','2023100900'),(871,'datafield_file','version','2023100900'),(872,'datafield_latlong','version','2023100900'),(873,'datafield_menu','version','2023100900'),(874,'datafield_multimenu','version','2023100900'),(875,'datafield_number','version','2023100900'),(876,'datafield_picture','version','2023100900'),(877,'datafield_radiobutton','version','2023100900'),(878,'datafield_text','version','2023100900'),(879,'datafield_textarea','version','2023100900'),(880,'datafield_url','version','2023100900'),(881,'datapreset_imagegallery','version','2023100900'),(882,'datapreset_journal','version','2023100900'),(883,'datapreset_proposals','version','2023100900'),(884,'datapreset_resources','version','2023100900'),(885,'forumreport_summary','version','2023100900'),(886,'ltiservice_basicoutcomes','version','2023100900'),(887,'ltiservice_gradebookservices','version','2023100900'),(888,'ltiservice_memberships','version','2023100900'),(889,'ltiservice_profile','version','2023100900'),(890,'ltiservice_toolproxy','version','2023100900'),(891,'ltiservice_toolsettings','version','2023100900'),(892,'quiz_grading','version','2023100900'),(894,'quiz_overview','version','2023100900'),(896,'quiz_responses','version','2023100900'),(898,'quiz_statistics','version','2023100900'),(900,'quizaccess_delaybetweenattempts','version','2023100900'),(901,'quizaccess_ipaddress','version','2023100900'),(902,'quizaccess_numattempts','version','2023100900'),(903,'quizaccess_offlineattempts','version','2023100900'),(904,'quizaccess_openclosedate','version','2023100900'),(905,'quizaccess_password','version','2023100900'),(906,'quizaccess_seb','version','2023100900'),(908,'quizaccess_securewindow','version','2023100900'),(909,'quizaccess_timelimit','version','2023100900'),(910,'scormreport_basic','version','2023100900'),(911,'scormreport_graphs','version','2023100900'),(912,'scormreport_interactions','version','2023100900'),(913,'scormreport_objectives','version','2023100900'),(914,'workshopform_accumulative','version','2023100900'),(916,'workshopform_comments','version','2023100900'),(918,'workshopform_numerrors','version','2023100900'),(920,'workshopform_rubric','version','2023100900'),(922,'workshopallocation_manual','version','2023100900'),(923,'workshopallocation_random','version','2023100900'),(924,'workshopallocation_scheduled','version','2023100900'),(925,'workshopeval_best','version','2023100900'),(926,'atto_accessibilitychecker','version','2023100900'),(927,'atto_accessibilityhelper','version','2023100900'),(928,'atto_align','version','2023100900'),(929,'atto_backcolor','version','2023100900'),(930,'atto_bold','version','2023100900'),(931,'atto_charmap','version','2023100900'),(932,'atto_clear','version','2023100900'),(933,'atto_collapse','version','2023100900'),(934,'atto_emojipicker','version','2023100900'),(935,'atto_emoticon','version','2023100900'),(936,'atto_equation','version','2023100900'),(937,'atto_fontcolor','version','2023100900'),(938,'atto_h5p','version','2023100900'),(939,'atto_html','version','2023100900'),(940,'atto_image','version','2023100900'),(941,'atto_indent','version','2023100900'),(942,'atto_italic','version','2023100900'),(943,'atto_link','version','2023100900'),(944,'atto_managefiles','version','2023100900'),(945,'atto_media','version','2023100900'),(946,'atto_noautolink','version','2023100900'),(947,'atto_orderedlist','version','2023100900'),(948,'atto_recordrtc','version','2023100900'),(949,'atto_rtl','version','2023100900'),(950,'atto_strike','version','2023100900'),(951,'atto_subscript','version','2023100900'),(952,'atto_superscript','version','2023100900'),(953,'atto_table','version','2023100900'),(954,'atto_title','version','2023100900'),(955,'atto_underline','version','2023100900'),(956,'atto_undo','version','2023100900'),(957,'atto_unorderedlist','version','2023100900'),(958,'tiny_accessibilitychecker','version','2023100900'),(959,'tiny_autosave','version','2023100901'),(960,'tiny_equation','version','2023100900'),(961,'tiny_h5p','version','2023100900'),(962,'tiny_html','version','2023100900'),(963,'tiny_link','version','2023100900'),(964,'tiny_media','version','2023100900'),(965,'tiny_noautolink','version','2023100900'),(967,'tiny_noautolink','disabled','1'),(968,'tiny_premium','version','2023100900'),(969,'tiny_recordrtc','version','2023100900'),(970,'logstore_database','version','2023100900'),(971,'logstore_standard','version','2023100900'),(972,'factor_admin','version','2023100900'),(973,'factor_auth','version','2023100900'),(974,'factor_capability','version','2023100900'),(975,'factor_cohort','version','2023100900'),(976,'factor_email','version','2023100900'),(977,'factor_grace','version','2023100900'),(978,'factor_iprange','version','2023100900'),(979,'factor_nosetup','version','2023100900'),(980,'factor_role','version','2023100900'),(981,'factor_token','version','2023100900'),(982,'factor_totp','version','2023100900'),(983,'factor_webauthn','version','2023100900'),(984,'tool_moodlenet','enablemoodlenet','1'),(985,'tool_dataprivacy','contactdataprotectionofficer','0'),(986,'tool_dataprivacy','automaticdataexportapproval','0'),(987,'tool_dataprivacy','automaticdatadeletionapproval','0'),(988,'tool_dataprivacy','automaticdeletionrequests','1'),(989,'tool_dataprivacy','privacyrequestexpiry','604800'),(990,'tool_dataprivacy','requireallenddatesforuserdeletion','1'),(991,'tool_dataprivacy','showdataretentionsummary','1'),(992,'tool_dataprivacy','allowfiltering','0'),(993,'tool_log','exportlog','1'),(994,'message_airnotifier','encryptnotifications','0'),(995,'message_airnotifier','encryptprocessing','0'),(996,'assign','feedback_plugin_for_gradebook','assignfeedback_comments'),(997,'assign','showrecentsubmissions','0'),(998,'assign','submissionreceipts','1'),(999,'assign','submissionstatement','This submission is my own work, except where I have acknowledged the use of the works of other people.'),(1000,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.'),(1001,'assign','submissionstatementteamsubmissionallsubmit','This submission is my own work as a group member, except where I have acknowledged the use of the works of other people.'),(1002,'assign','maxperpage','-1'),(1003,'assign','alwaysshowdescription','1'),(1004,'assign','alwaysshowdescription_adv',''),(1005,'assign','alwaysshowdescription_locked',''),(1006,'assign','allowsubmissionsfromdate','0'),(1007,'assign','allowsubmissionsfromdate_enabled','1'),(1008,'assign','allowsubmissionsfromdate_adv',''),(1009,'assign','duedate','604800'),(1010,'assign','duedate_enabled','1'),(1011,'assign','duedate_adv',''),(1012,'assign','cutoffdate','1209600'),(1013,'assign','cutoffdate_enabled',''),(1014,'assign','cutoffdate_adv',''),(1015,'assign','enabletimelimit','0'),(1016,'assign','gradingduedate','1209600'),(1017,'assign','gradingduedate_enabled','1'),(1018,'assign','gradingduedate_adv',''),(1019,'assign','submissiondrafts','0'),(1020,'assign','submissiondrafts_adv',''),(1021,'assign','submissiondrafts_locked',''),(1022,'assign','requiresubmissionstatement','0'),(1023,'assign','requiresubmissionstatement_adv',''),(1024,'assign','requiresubmissionstatement_locked',''),(1025,'assign','attemptreopenmethod','none'),(1026,'assign','attemptreopenmethod_adv',''),(1027,'assign','attemptreopenmethod_locked',''),(1028,'assign','maxattempts','-1'),(1029,'assign','maxattempts_adv',''),(1030,'assign','maxattempts_locked',''),(1031,'assign','teamsubmission','0'),(1032,'assign','teamsubmission_adv',''),(1033,'assign','teamsubmission_locked',''),(1034,'assign','preventsubmissionnotingroup','0'),(1035,'assign','preventsubmissionnotingroup_adv',''),(1036,'assign','preventsubmissionnotingroup_locked',''),(1037,'assign','requireallteammemberssubmit','0'),(1038,'assign','requireallteammemberssubmit_adv',''),(1039,'assign','requireallteammemberssubmit_locked',''),(1040,'assign','teamsubmissiongroupingid',''),(1041,'assign','teamsubmissiongroupingid_adv',''),(1042,'assign','sendnotifications','0'),(1043,'assign','sendnotifications_adv',''),(1044,'assign','sendnotifications_locked',''),(1045,'assign','sendlatenotifications','0'),(1046,'assign','sendlatenotifications_adv',''),(1047,'assign','sendlatenotifications_locked',''),(1048,'assign','sendstudentnotifications','1'),(1049,'assign','sendstudentnotifications_adv',''),(1050,'assign','sendstudentnotifications_locked',''),(1051,'assign','blindmarking','0'),(1052,'assign','blindmarking_adv',''),(1053,'assign','blindmarking_locked',''),(1054,'assign','hidegrader','0'),(1055,'assign','hidegrader_adv',''),(1056,'assign','hidegrader_locked',''),(1057,'assign','markingworkflow','0'),(1058,'assign','markingworkflow_adv',''),(1059,'assign','markingworkflow_locked',''),(1060,'assign','markingallocation','0'),(1061,'assign','markingallocation_adv',''),(1062,'assign','markingallocation_locked',''),(1063,'assignsubmission_file','default','1'),(1064,'assignsubmission_file','maxfiles','20'),(1065,'assignsubmission_file','filetypes',''),(1066,'assignsubmission_file','maxbytes','0'),(1067,'assignsubmission_onlinetext','default','0'),(1068,'assignfeedback_comments','default','1'),(1069,'assignfeedback_comments','inline','0'),(1070,'assignfeedback_comments','inline_adv',''),(1071,'assignfeedback_comments','inline_locked',''),(1072,'assignfeedback_editpdf','default','1'),(1073,'assignfeedback_editpdf','stamps',''),(1074,'assignfeedback_file','default','0'),(1075,'assignfeedback_offline','default','0'),(1076,'mod_bigbluebuttonbn','presentationdefault',''),(1077,'book','numberingoptions','0,1,2,3'),(1078,'book','numbering','1'),(1079,'resource','framesize','130'),(1080,'resource','displayoptions','0,1,4,5,6'),(1081,'resource','printintro','1'),(1082,'resource','display','0'),(1083,'resource','showsize','0'),(1084,'resource','showtype','1'),(1085,'resource','showdate','0'),(1086,'resource','popupwidth','620'),(1087,'resource','popupheight','450'),(1088,'resource','filterfiles','0'),(1089,'folder','showexpanded','1'),(1090,'folder','maxsizetodownload','0'),(1091,'mod_h5pactivity','enablesavestate','1'),(1092,'mod_h5pactivity','savestatefreq','60'),(1093,'imscp','keepold','1'),(1094,'imscp','keepold_adv',''),(1095,'mod_lesson','mediafile',''),(1096,'mod_lesson','mediafile_adv','1'),(1097,'mod_lesson','mediawidth','640'),(1098,'mod_lesson','mediaheight','480'),(1099,'mod_lesson','mediaclose','0'),(1100,'mod_lesson','progressbar','0'),(1101,'mod_lesson','progressbar_adv',''),(1102,'mod_lesson','ongoing','0'),(1103,'mod_lesson','ongoing_adv','1'),(1104,'mod_lesson','displayleftmenu','0'),(1105,'mod_lesson','displayleftmenu_adv',''),(1106,'mod_lesson','displayleftif','0'),(1107,'mod_lesson','displayleftif_adv','1'),(1108,'mod_lesson','slideshow','0'),(1109,'mod_lesson','slideshow_adv','1'),(1110,'mod_lesson','slideshowwidth','640'),(1111,'mod_lesson','slideshowheight','480'),(1112,'mod_lesson','slideshowbgcolor','#FFFFFF'),(1113,'mod_lesson','maxanswers','5'),(1114,'mod_lesson','maxanswers_adv','1'),(1115,'mod_lesson','defaultfeedback','0'),(1116,'mod_lesson','defaultfeedback_adv','1'),(1117,'mod_lesson','activitylink',''),(1118,'mod_lesson','activitylink_adv','1'),(1119,'mod_lesson','timelimit','0'),(1120,'mod_lesson','timelimit_adv',''),(1121,'mod_lesson','password','0'),(1122,'mod_lesson','password_adv','1'),(1123,'mod_lesson','modattempts','0'),(1124,'mod_lesson','modattempts_adv',''),(1125,'mod_lesson','displayreview','0'),(1126,'mod_lesson','displayreview_adv',''),(1127,'mod_lesson','maximumnumberofattempts','1'),(1128,'mod_lesson','maximumnumberofattempts_adv',''),(1129,'mod_lesson','defaultnextpage','0'),(1130,'mod_lesson','defaultnextpage_adv','1'),(1131,'mod_lesson','numberofpagestoshow','1'),(1132,'mod_lesson','numberofpagestoshow_adv','1'),(1133,'mod_lesson','practice','0'),(1134,'mod_lesson','practice_adv',''),(1135,'mod_lesson','customscoring','1'),(1136,'mod_lesson','customscoring_adv','1'),(1137,'mod_lesson','retakesallowed','0'),(1138,'mod_lesson','retakesallowed_adv',''),(1139,'mod_lesson','handlingofretakes','0'),(1140,'mod_lesson','handlingofretakes_adv','1'),(1141,'mod_lesson','minimumnumberofquestions','0'),(1142,'mod_lesson','minimumnumberofquestions_adv','1'),(1143,'page','displayoptions','5'),(1144,'page','printintro','0'),(1145,'page','printlastmodified','1'),(1146,'page','display','5'),(1147,'page','popupwidth','620'),(1148,'page','popupheight','450'),(1149,'quiz','timelimit','0'),(1150,'quiz','timelimit_adv',''),(1151,'quiz','timelimit_locked',''),(1152,'quiz','notifyattemptgradeddelay','18000'),(1153,'quiz','overduehandling','autosubmit'),(1154,'quiz','overduehandling_adv',''),(1155,'quiz','overduehandling_locked',''),(1156,'quiz','graceperiod','86400'),(1157,'quiz','graceperiod_adv',''),(1158,'quiz','graceperiod_locked',''),(1159,'quiz','graceperiodmin','60'),(1160,'quiz','attempts','0'),(1161,'quiz','attempts_adv',''),(1162,'quiz','attempts_locked',''),(1163,'quiz','grademethod','1'),(1164,'quiz','grademethod_adv',''),(1165,'quiz','grademethod_locked',''),(1166,'quiz','maximumgrade','10'),(1167,'quiz','maximumgrade_locked',''),(1168,'quiz','questionsperpage','1'),(1169,'quiz','questionsperpage_adv',''),(1170,'quiz','questionsperpage_locked',''),(1171,'quiz','navmethod','free'),(1172,'quiz','navmethod_adv','1'),(1173,'quiz','navmethod_locked',''),(1174,'quiz','shuffleanswers','1'),(1175,'quiz','shuffleanswers_adv',''),(1176,'quiz','shuffleanswers_locked',''),(1177,'quiz','preferredbehaviour','deferredfeedback'),(1178,'quiz','preferredbehaviour_locked',''),(1179,'quiz','canredoquestions','0'),(1180,'quiz','canredoquestions_adv','1'),(1181,'quiz','canredoquestions_locked',''),(1182,'quiz','attemptonlast','0'),(1183,'quiz','attemptonlast_adv','1'),(1184,'quiz','attemptonlast_locked',''),(1185,'quiz','reviewattempt','69904'),(1186,'quiz','reviewcorrectness','69904'),(1187,'quiz','reviewmaxmarks','69904'),(1188,'quiz','reviewmarks','69904'),(1189,'quiz','reviewspecificfeedback','69904'),(1190,'quiz','reviewgeneralfeedback','69904'),(1191,'quiz','reviewrightanswer','69904'),(1192,'quiz','reviewoverallfeedback','4368'),(1193,'quiz','showuserpicture','0'),(1194,'quiz','showuserpicture_adv',''),(1195,'quiz','showuserpicture_locked',''),(1196,'quiz','decimalpoints','2'),(1197,'quiz','decimalpoints_adv',''),(1198,'quiz','decimalpoints_locked',''),(1199,'quiz','questiondecimalpoints','-1'),(1200,'quiz','questiondecimalpoints_adv',''),(1201,'quiz','questiondecimalpoints_locked',''),(1202,'quiz','showblocks','0'),(1203,'quiz','showblocks_adv','1'),(1204,'quiz','showblocks_locked',''),(1205,'quiz','quizpassword',''),(1206,'quiz','quizpassword_adv',''),(1207,'quiz','quizpassword_required',''),(1208,'quiz','quizpassword_locked',''),(1209,'quiz','subnet',''),(1210,'quiz','subnet_adv','1'),(1211,'quiz','subnet_locked',''),(1212,'quiz','delay1','0'),(1213,'quiz','delay1_adv','1'),(1214,'quiz','delay1_locked',''),(1215,'quiz','delay2','0'),(1216,'quiz','delay2_adv','1'),(1217,'quiz','delay2_locked',''),(1218,'quiz','browsersecurity','-'),(1219,'quiz','browsersecurity_adv','1'),(1220,'quiz','browsersecurity_locked',''),(1221,'quiz','initialnumfeedbacks','2'),(1222,'quiz','autosaveperiod','60'),(1223,'quiz_statistics','getstatslocktimeout','900'),(1224,'quizaccess_seb','autoreconfigureseb','1'),(1225,'quizaccess_seb','showseblinks','seb,http'),(1226,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html'),(1227,'quizaccess_seb','quizpasswordrequired','0'),(1228,'quizaccess_seb','displayblocksbeforestart','0'),(1229,'quizaccess_seb','displayblockswhenfinished','1'),(1230,'scorm','displaycoursestructure','0'),(1231,'scorm','displaycoursestructure_adv',''),(1232,'scorm','popup','0'),(1233,'scorm','popup_adv',''),(1234,'scorm','framewidth','100'),(1235,'scorm','framewidth_adv','1'),(1236,'scorm','frameheight','500'),(1237,'scorm','frameheight_adv','1'),(1238,'scorm','winoptgrp_adv','1'),(1239,'scorm','scrollbars','0'),(1240,'scorm','directories','0'),(1241,'scorm','location','0'),(1242,'scorm','menubar','0'),(1243,'scorm','toolbar','0'),(1244,'scorm','status','0'),(1245,'scorm','skipview','0'),(1246,'scorm','skipview_adv','1'),(1247,'scorm','hidebrowse','0'),(1248,'scorm','hidebrowse_adv','1'),(1249,'scorm','hidetoc','0'),(1250,'scorm','hidetoc_adv','1'),(1251,'scorm','nav','1'),(1252,'scorm','nav_adv','1'),(1253,'scorm','navpositionleft','-100'),(1254,'scorm','navpositionleft_adv','1'),(1255,'scorm','navpositiontop','-100'),(1256,'scorm','navpositiontop_adv','1'),(1257,'scorm','collapsetocwinsize','767'),(1258,'scorm','collapsetocwinsize_adv','1'),(1259,'scorm','displayattemptstatus','1'),(1260,'scorm','displayattemptstatus_adv',''),(1261,'scorm','grademethod','1'),(1262,'scorm','maxgrade','100'),(1263,'scorm','maxattempt','0'),(1264,'scorm','whatgrade','0'),(1265,'scorm','forcecompleted','0'),(1266,'scorm','forcenewattempt','0'),(1267,'scorm','autocommit','0'),(1268,'scorm','masteryoverride','1'),(1269,'scorm','lastattemptlock','0'),(1270,'scorm','auto','0'),(1271,'scorm','updatefreq','0'),(1272,'scorm','scormstandard','0'),(1273,'scorm','allowtypeexternal','0'),(1274,'scorm','allowtypelocalsync','0'),(1275,'scorm','allowtypeexternalaicc','0'),(1276,'scorm','allowaicchacp','0'),(1277,'scorm','aicchacptimeout','30'),(1278,'scorm','aicchacpkeepsessiondata','1'),(1279,'scorm','aiccuserid','1'),(1280,'scorm','forcejavascript','1'),(1281,'scorm','allowapidebug','0'),(1282,'scorm','apidebugmask','.*'),(1283,'scorm','protectpackagedownloads','0'),(1284,'label','dndmedia','1'),(1285,'label','dndresizewidth','400'),(1286,'label','dndresizeheight','400'),(1287,'url','framesize','130'),(1288,'url','secretphrase',''),(1289,'url','rolesinparams','0'),(1290,'url','displayoptions','0,1,5,6'),(1291,'url','printintro','1'),(1292,'url','display','0'),(1293,'url','popupwidth','620'),(1294,'url','popupheight','450'),(1295,'workshop','grade','80'),(1296,'workshop','gradinggrade','20'),(1297,'workshop','gradedecimals','0'),(1298,'workshop','maxbytes','0'),(1299,'workshop','strategy','accumulative'),(1300,'workshop','examplesmode','0'),(1301,'workshopallocation_random','numofreviews','5'),(1302,'workshopform_numerrors','grade0','No'),(1303,'workshopform_numerrors','grade1','Yes'),(1304,'workshopeval_best','comparison','5'),(1305,'tool_brickfield','analysistype','0'),(1306,'tool_brickfield','deletehistoricaldata','1'),(1307,'tool_brickfield','batch','1000'),(1308,'tool_brickfield','perpage','50'),(1309,'tool_mfa','enabled','0'),(1310,'tool_mfa','lockout','10'),(1311,'tool_mfa','debugmode','0'),(1312,'tool_mfa','redir_exclusions',''),(1313,'tool_mfa','guidance','0'),(1314,'tool_mfa','guidancecontent',''),(1315,'tool_mfa','guidancefiles',''),(1316,'factor_admin','enabled','0'),(1317,'factor_admin','weight','100'),(1318,'factor_auth','enabled','0'),(1319,'factor_auth','weight','100'),(1320,'factor_auth','goodauth',''),(1321,'factor_capability','enabled','0'),(1322,'factor_capability','weight','100'),(1323,'factor_capability','adminpasses','1'),(1324,'factor_cohort','enabled','0'),(1325,'factor_cohort','weight','100'),(1326,'factor_email','enabled','0'),(1327,'factor_email','weight','100'),(1328,'factor_email','duration','1800'),(1329,'factor_email','suspend','0'),(1330,'factor_grace','enabled','0'),(1331,'factor_grace','weight','100'),(1332,'factor_grace','forcesetup','0'),(1333,'factor_grace','graceperiod','604800'),(1334,'factor_grace','ignorelist',''),(1335,'factor_grace','customwarning',''),(1336,'factor_iprange','enabled','0'),(1337,'factor_iprange','weight','100'),(1338,'factor_iprange','safeips',''),(1339,'factor_nosetup','enabled','0'),(1340,'factor_nosetup','weight','100'),(1341,'factor_role','enabled','0'),(1342,'factor_role','weight','100'),(1343,'factor_role','roles','admin'),(1344,'factor_token','enabled','0'),(1345,'factor_token','weight','100'),(1346,'factor_token','expiry','86400'),(1347,'factor_token','expireovernight','1'),(1348,'factor_totp','enabled','0'),(1349,'factor_totp','weight','100'),(1350,'factor_totp','window','30'),(1351,'factor_totp','totplink','1'),(1352,'factor_webauthn','enabled','0'),(1353,'factor_webauthn','weight','100'),(1354,'factor_webauthn','authenticatortypes','usb,nfc,ble,hybrid,internal'),(1355,'factor_webauthn','userverification','preferred'),(1356,'tool_recyclebin','coursebinenable','1'),(1357,'tool_recyclebin','coursebinexpiry','604800'),(1358,'tool_recyclebin','categorybinenable','1'),(1359,'tool_recyclebin','categorybinexpiry','604800'),(1360,'tool_recyclebin','autohide','1'),(1361,'antivirus_clamav','runningmethod','commandline'),(1362,'antivirus_clamav','pathtoclam',''),(1363,'antivirus_clamav','pathtounixsocket',''),(1364,'antivirus_clamav','tcpsockethost',''),(1365,'antivirus_clamav','tcpsocketport','3310'),(1366,'antivirus_clamav','clamfailureonupload','tryagain'),(1367,'antivirus_clamav','tries','1'),(1368,'auth_cas','auth_name','CAS'),(1369,'auth_cas','auth_logo',''),(1370,'auth_cas','hostname',''),(1371,'auth_cas','baseuri',''),(1372,'auth_cas','port','0'),(1373,'auth_cas','casversion','2.0'),(1374,'auth_cas','language','CAS_Languages_English'),(1375,'auth_cas','proxycas','0'),(1376,'auth_cas','logoutcas','0'),(1377,'auth_cas','multiauth','0'),(1378,'auth_cas','certificate_check','0'),(1379,'auth_cas','certificate_path',''),(1380,'auth_cas','curl_ssl_version',''),(1381,'auth_cas','logout_return_url',''),(1382,'auth_cas','host_url',''),(1383,'auth_cas','ldap_version','3'),(1384,'auth_cas','start_tls','0'),(1385,'auth_cas','ldapencoding','utf-8'),(1386,'auth_cas','pagesize','250'),(1387,'auth_cas','bind_dn',''),(1388,'auth_cas','bind_pw',''),(1389,'auth_cas','user_type','default'),(1390,'auth_cas','contexts',''),(1391,'auth_cas','search_sub','0'),(1392,'auth_cas','opt_deref','0'),(1393,'auth_cas','user_attribute',''),(1394,'auth_cas','memberattribute',''),(1395,'auth_cas','memberattribute_isdn','0'),(1396,'auth_cas','objectclass',''),(1397,'auth_cas','attrcreators',''),(1398,'auth_cas','groupecreators',''),(1399,'auth_cas','removeuser','0'),(1400,'auth_cas','field_map_firstname',''),(1401,'auth_cas','field_updatelocal_firstname','oncreate'),(1402,'auth_cas','field_updateremote_firstname','0'),(1403,'auth_cas','field_lock_firstname','unlocked'),(1404,'auth_cas','field_map_lastname',''),(1405,'auth_cas','field_updatelocal_lastname','oncreate'),(1406,'auth_cas','field_updateremote_lastname','0'),(1407,'auth_cas','field_lock_lastname','unlocked'),(1408,'auth_cas','field_map_email',''),(1409,'auth_cas','field_updatelocal_email','oncreate'),(1410,'auth_cas','field_updateremote_email','0'),(1411,'auth_cas','field_lock_email','unlocked'),(1412,'auth_cas','field_map_city',''),(1413,'auth_cas','field_updatelocal_city','oncreate'),(1414,'auth_cas','field_updateremote_city','0'),(1415,'auth_cas','field_lock_city','unlocked'),(1416,'auth_cas','field_map_country',''),(1417,'auth_cas','field_updatelocal_country','oncreate'),(1418,'auth_cas','field_updateremote_country','0'),(1419,'auth_cas','field_lock_country','unlocked'),(1420,'auth_cas','field_map_lang',''),(1421,'auth_cas','field_updatelocal_lang','oncreate'),(1422,'auth_cas','field_updateremote_lang','0'),(1423,'auth_cas','field_lock_lang','unlocked'),(1424,'auth_cas','field_map_description',''),(1425,'auth_cas','field_updatelocal_description','oncreate'),(1426,'auth_cas','field_updateremote_description','0'),(1427,'auth_cas','field_lock_description','unlocked'),(1428,'auth_cas','field_map_idnumber',''),(1429,'auth_cas','field_updatelocal_idnumber','oncreate'),(1430,'auth_cas','field_updateremote_idnumber','0'),(1431,'auth_cas','field_lock_idnumber','unlocked'),(1432,'auth_cas','field_map_institution',''),(1433,'auth_cas','field_updatelocal_institution','oncreate'),(1434,'auth_cas','field_updateremote_institution','0'),(1435,'auth_cas','field_lock_institution','unlocked'),(1436,'auth_cas','field_map_department',''),(1437,'auth_cas','field_updatelocal_department','oncreate'),(1438,'auth_cas','field_updateremote_department','0'),(1439,'auth_cas','field_lock_department','unlocked'),(1440,'auth_cas','field_map_phone1',''),(1441,'auth_cas','field_updatelocal_phone1','oncreate'),(1442,'auth_cas','field_updateremote_phone1','0'),(1443,'auth_cas','field_lock_phone1','unlocked'),(1444,'auth_cas','field_map_phone2',''),(1445,'auth_cas','field_updatelocal_phone2','oncreate'),(1446,'auth_cas','field_updateremote_phone2','0'),(1447,'auth_cas','field_lock_phone2','unlocked'),(1448,'auth_cas','field_map_address',''),(1449,'auth_cas','field_updatelocal_address','oncreate'),(1450,'auth_cas','field_updateremote_address','0'),(1451,'auth_cas','field_lock_address','unlocked'),(1452,'auth_cas','field_map_firstnamephonetic',''),(1453,'auth_cas','field_updatelocal_firstnamephonetic','oncreate'),(1454,'auth_cas','field_updateremote_firstnamephonetic','0'),(1455,'auth_cas','field_lock_firstnamephonetic','unlocked'),(1456,'auth_cas','field_map_lastnamephonetic',''),(1457,'auth_cas','field_updatelocal_lastnamephonetic','oncreate'),(1458,'auth_cas','field_updateremote_lastnamephonetic','0'),(1459,'auth_cas','field_lock_lastnamephonetic','unlocked'),(1460,'auth_cas','field_map_middlename',''),(1461,'auth_cas','field_updatelocal_middlename','oncreate'),(1462,'auth_cas','field_updateremote_middlename','0'),(1463,'auth_cas','field_lock_middlename','unlocked'),(1464,'auth_cas','field_map_alternatename',''),(1465,'auth_cas','field_updatelocal_alternatename','oncreate'),(1466,'auth_cas','field_updateremote_alternatename','0'),(1467,'auth_cas','field_lock_alternatename','unlocked'),(1468,'auth_email','recaptcha','0'),(1469,'auth_email','field_lock_firstname','unlocked'),(1470,'auth_email','field_lock_lastname','unlocked'),(1471,'auth_email','field_lock_email','unlocked'),(1472,'auth_email','field_lock_city','unlocked'),(1473,'auth_email','field_lock_country','unlocked'),(1474,'auth_email','field_lock_lang','unlocked'),(1475,'auth_email','field_lock_description','unlocked'),(1476,'auth_email','field_lock_idnumber','unlocked'),(1477,'auth_email','field_lock_institution','unlocked'),(1478,'auth_email','field_lock_department','unlocked'),(1479,'auth_email','field_lock_phone1','unlocked'),(1480,'auth_email','field_lock_phone2','unlocked'),(1481,'auth_email','field_lock_address','unlocked'),(1482,'auth_email','field_lock_firstnamephonetic','unlocked'),(1483,'auth_email','field_lock_lastnamephonetic','unlocked'),(1484,'auth_email','field_lock_middlename','unlocked'),(1485,'auth_email','field_lock_alternatename','unlocked'),(1486,'auth_db','host','127.0.0.1'),(1487,'auth_db','type','mysqli'),(1488,'auth_db','sybasequoting','0'),(1489,'auth_db','name',''),(1490,'auth_db','user',''),(1491,'auth_db','pass',''),(1492,'auth_db','table',''),(1493,'auth_db','fielduser',''),(1494,'auth_db','fieldpass',''),(1495,'auth_db','passtype','plaintext'),(1496,'auth_db','extencoding','utf-8'),(1497,'auth_db','setupsql',''),(1498,'auth_db','debugauthdb','0'),(1499,'auth_db','changepasswordurl',''),(1500,'auth_db','removeuser','0'),(1501,'auth_db','updateusers','0'),(1502,'auth_db','field_map_firstname',''),(1503,'auth_db','field_updatelocal_firstname','oncreate'),(1504,'auth_db','field_updateremote_firstname','0'),(1505,'auth_db','field_lock_firstname','unlocked'),(1506,'auth_db','field_map_lastname',''),(1507,'auth_db','field_updatelocal_lastname','oncreate'),(1508,'auth_db','field_updateremote_lastname','0'),(1509,'auth_db','field_lock_lastname','unlocked'),(1510,'auth_db','field_map_email',''),(1511,'auth_db','field_updatelocal_email','oncreate'),(1512,'auth_db','field_updateremote_email','0'),(1513,'auth_db','field_lock_email','unlocked'),(1514,'auth_db','field_map_city',''),(1515,'auth_db','field_updatelocal_city','oncreate'),(1516,'auth_db','field_updateremote_city','0'),(1517,'auth_db','field_lock_city','unlocked'),(1518,'auth_db','field_map_country',''),(1519,'auth_db','field_updatelocal_country','oncreate'),(1520,'auth_db','field_updateremote_country','0'),(1521,'auth_db','field_lock_country','unlocked'),(1522,'auth_db','field_map_lang',''),(1523,'auth_db','field_updatelocal_lang','oncreate'),(1524,'auth_db','field_updateremote_lang','0'),(1525,'auth_db','field_lock_lang','unlocked'),(1526,'auth_db','field_map_description',''),(1527,'auth_db','field_updatelocal_description','oncreate'),(1528,'auth_db','field_updateremote_description','0'),(1529,'auth_db','field_lock_description','unlocked'),(1530,'auth_db','field_map_idnumber',''),(1531,'auth_db','field_updatelocal_idnumber','oncreate'),(1532,'auth_db','field_updateremote_idnumber','0'),(1533,'auth_db','field_lock_idnumber','unlocked'),(1534,'auth_db','field_map_institution',''),(1535,'auth_db','field_updatelocal_institution','oncreate'),(1536,'auth_db','field_updateremote_institution','0'),(1537,'auth_db','field_lock_institution','unlocked'),(1538,'auth_db','field_map_department',''),(1539,'auth_db','field_updatelocal_department','oncreate'),(1540,'auth_db','field_updateremote_department','0'),(1541,'auth_db','field_lock_department','unlocked'),(1542,'auth_db','field_map_phone1',''),(1543,'auth_db','field_updatelocal_phone1','oncreate'),(1544,'auth_db','field_updateremote_phone1','0'),(1545,'auth_db','field_lock_phone1','unlocked'),(1546,'auth_db','field_map_phone2',''),(1547,'auth_db','field_updatelocal_phone2','oncreate'),(1548,'auth_db','field_updateremote_phone2','0'),(1549,'auth_db','field_lock_phone2','unlocked'),(1550,'auth_db','field_map_address',''),(1551,'auth_db','field_updatelocal_address','oncreate'),(1552,'auth_db','field_updateremote_address','0'),(1553,'auth_db','field_lock_address','unlocked'),(1554,'auth_db','field_map_firstnamephonetic',''),(1555,'auth_db','field_updatelocal_firstnamephonetic','oncreate'),(1556,'auth_db','field_updateremote_firstnamephonetic','0'),(1557,'auth_db','field_lock_firstnamephonetic','unlocked'),(1558,'auth_db','field_map_lastnamephonetic',''),(1559,'auth_db','field_updatelocal_lastnamephonetic','oncreate'),(1560,'auth_db','field_updateremote_lastnamephonetic','0'),(1561,'auth_db','field_lock_lastnamephonetic','unlocked'),(1562,'auth_db','field_map_middlename',''),(1563,'auth_db','field_updatelocal_middlename','oncreate'),(1564,'auth_db','field_updateremote_middlename','0'),(1565,'auth_db','field_lock_middlename','unlocked'),(1566,'auth_db','field_map_alternatename',''),(1567,'auth_db','field_updatelocal_alternatename','oncreate'),(1568,'auth_db','field_updateremote_alternatename','0'),(1569,'auth_db','field_lock_alternatename','unlocked'),(1570,'auth_ldap','host_url',''),(1571,'auth_ldap','ldap_version','3'),(1572,'auth_ldap','start_tls','0'),(1573,'auth_ldap','ldapencoding','utf-8'),(1574,'auth_ldap','pagesize','250'),(1575,'auth_ldap','preventpassindb','0'),(1576,'auth_ldap','bind_dn',''),(1577,'auth_ldap','bind_pw',''),(1578,'auth_ldap','user_type','default'),(1579,'auth_ldap','contexts',''),(1580,'auth_ldap','search_sub','0'),(1581,'auth_ldap','opt_deref','0'),(1582,'auth_ldap','user_attribute',''),(1583,'auth_ldap','suspended_attribute',''),(1584,'auth_ldap','memberattribute',''),(1585,'auth_ldap','memberattribute_isdn','0'),(1586,'auth_ldap','objectclass',''),(1587,'auth_ldap','forcechangepassword','0'),(1588,'auth_ldap','stdchangepassword','0'),(1589,'auth_ldap','passtype','plaintext'),(1590,'auth_ldap','changepasswordurl',''),(1591,'auth_ldap','expiration','0'),(1592,'auth_ldap','expiration_warning',''),(1593,'auth_ldap','expireattr',''),(1594,'auth_ldap','gracelogins','0'),(1595,'auth_ldap','graceattr',''),(1596,'auth_ldap','auth_user_create','0'),(1597,'auth_ldap','create_context',''),(1598,'auth_ldap','managercontext',''),(1599,'auth_ldap','coursecreatorcontext',''),(1600,'auth_ldap','removeuser','0'),(1601,'auth_ldap','sync_suspended','0'),(1602,'auth_ldap','ntlmsso_enabled','0'),(1603,'auth_ldap','ntlmsso_subnet',''),(1604,'auth_ldap','ntlmsso_ie_fastpath','0'),(1605,'auth_ldap','ntlmsso_type','ntlm'),(1606,'auth_ldap','ntlmsso_remoteuserformat',''),(1607,'auth_ldap','field_map_firstname',''),(1608,'auth_ldap','field_updatelocal_firstname','oncreate'),(1609,'auth_ldap','field_updateremote_firstname','0'),(1610,'auth_ldap','field_lock_firstname','unlocked'),(1611,'auth_ldap','field_map_lastname',''),(1612,'auth_ldap','field_updatelocal_lastname','oncreate'),(1613,'auth_ldap','field_updateremote_lastname','0'),(1614,'auth_ldap','field_lock_lastname','unlocked'),(1615,'auth_ldap','field_map_email',''),(1616,'auth_ldap','field_updatelocal_email','oncreate'),(1617,'auth_ldap','field_updateremote_email','0'),(1618,'auth_ldap','field_lock_email','unlocked'),(1619,'auth_ldap','field_map_city',''),(1620,'auth_ldap','field_updatelocal_city','oncreate'),(1621,'auth_ldap','field_updateremote_city','0'),(1622,'auth_ldap','field_lock_city','unlocked'),(1623,'auth_ldap','field_map_country',''),(1624,'auth_ldap','field_updatelocal_country','oncreate'),(1625,'auth_ldap','field_updateremote_country','0'),(1626,'auth_ldap','field_lock_country','unlocked'),(1627,'auth_ldap','field_map_lang',''),(1628,'auth_ldap','field_updatelocal_lang','oncreate'),(1629,'auth_ldap','field_updateremote_lang','0'),(1630,'auth_ldap','field_lock_lang','unlocked'),(1631,'auth_ldap','field_map_description',''),(1632,'auth_ldap','field_updatelocal_description','oncreate'),(1633,'auth_ldap','field_updateremote_description','0'),(1634,'auth_ldap','field_lock_description','unlocked'),(1635,'auth_ldap','field_map_idnumber',''),(1636,'auth_ldap','field_updatelocal_idnumber','oncreate'),(1637,'auth_ldap','field_updateremote_idnumber','0'),(1638,'auth_ldap','field_lock_idnumber','unlocked'),(1639,'auth_ldap','field_map_institution',''),(1640,'auth_ldap','field_updatelocal_institution','oncreate'),(1641,'auth_ldap','field_updateremote_institution','0'),(1642,'auth_ldap','field_lock_institution','unlocked'),(1643,'auth_ldap','field_map_department',''),(1644,'auth_ldap','field_updatelocal_department','oncreate'),(1645,'auth_ldap','field_updateremote_department','0'),(1646,'auth_ldap','field_lock_department','unlocked'),(1647,'auth_ldap','field_map_phone1',''),(1648,'auth_ldap','field_updatelocal_phone1','oncreate'),(1649,'auth_ldap','field_updateremote_phone1','0'),(1650,'auth_ldap','field_lock_phone1','unlocked'),(1651,'auth_ldap','field_map_phone2',''),(1652,'auth_ldap','field_updatelocal_phone2','oncreate'),(1653,'auth_ldap','field_updateremote_phone2','0'),(1654,'auth_ldap','field_lock_phone2','unlocked'),(1655,'auth_ldap','field_map_address',''),(1656,'auth_ldap','field_updatelocal_address','oncreate'),(1657,'auth_ldap','field_updateremote_address','0'),(1658,'auth_ldap','field_lock_address','unlocked'),(1659,'auth_ldap','field_map_firstnamephonetic',''),(1660,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate'),(1661,'auth_ldap','field_updateremote_firstnamephonetic','0'),(1662,'auth_ldap','field_lock_firstnamephonetic','unlocked'),(1663,'auth_ldap','field_map_lastnamephonetic',''),(1664,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate'),(1665,'auth_ldap','field_updateremote_lastnamephonetic','0'),(1666,'auth_ldap','field_lock_lastnamephonetic','unlocked'),(1667,'auth_ldap','field_map_middlename',''),(1668,'auth_ldap','field_updatelocal_middlename','oncreate'),(1669,'auth_ldap','field_updateremote_middlename','0'),(1670,'auth_ldap','field_lock_middlename','unlocked'),(1671,'auth_ldap','field_map_alternatename',''),(1672,'auth_ldap','field_updatelocal_alternatename','oncreate'),(1673,'auth_ldap','field_updateremote_alternatename','0'),(1674,'auth_ldap','field_lock_alternatename','unlocked'),(1675,'auth_manual','expiration','0'),(1676,'auth_manual','expirationtime','30'),(1677,'auth_manual','expiration_warning','0'),(1678,'auth_manual','field_lock_firstname','unlocked'),(1679,'auth_manual','field_lock_lastname','unlocked'),(1680,'auth_manual','field_lock_email','unlocked'),(1681,'auth_manual','field_lock_city','unlocked'),(1682,'auth_manual','field_lock_country','unlocked'),(1683,'auth_manual','field_lock_lang','unlocked'),(1684,'auth_manual','field_lock_description','unlocked'),(1685,'auth_manual','field_lock_idnumber','unlocked'),(1686,'auth_manual','field_lock_institution','unlocked'),(1687,'auth_manual','field_lock_department','unlocked'),(1688,'auth_manual','field_lock_phone1','unlocked'),(1689,'auth_manual','field_lock_phone2','unlocked'),(1690,'auth_manual','field_lock_address','unlocked'),(1691,'auth_manual','field_lock_firstnamephonetic','unlocked'),(1692,'auth_manual','field_lock_lastnamephonetic','unlocked'),(1693,'auth_manual','field_lock_middlename','unlocked'),(1694,'auth_manual','field_lock_alternatename','unlocked'),(1695,'auth_mnet','rpc_negotiation_timeout','30'),(1696,'auth_none','field_lock_firstname','unlocked'),(1697,'auth_none','field_lock_lastname','unlocked'),(1698,'auth_none','field_lock_email','unlocked'),(1699,'auth_none','field_lock_city','unlocked'),(1700,'auth_none','field_lock_country','unlocked'),(1701,'auth_none','field_lock_lang','unlocked'),(1702,'auth_none','field_lock_description','unlocked'),(1703,'auth_none','field_lock_idnumber','unlocked'),(1704,'auth_none','field_lock_institution','unlocked'),(1705,'auth_none','field_lock_department','unlocked'),(1706,'auth_none','field_lock_phone1','unlocked'),(1707,'auth_none','field_lock_phone2','unlocked'),(1708,'auth_none','field_lock_address','unlocked'),(1709,'auth_none','field_lock_firstnamephonetic','unlocked'),(1710,'auth_none','field_lock_lastnamephonetic','unlocked'),(1711,'auth_none','field_lock_middlename','unlocked'),(1712,'auth_none','field_lock_alternatename','unlocked'),(1713,'auth_oauth2','field_lock_firstname','unlocked'),(1714,'auth_oauth2','field_lock_lastname','unlocked'),(1715,'auth_oauth2','field_lock_email','unlocked'),(1716,'auth_oauth2','field_lock_city','unlocked'),(1717,'auth_oauth2','field_lock_country','unlocked'),(1718,'auth_oauth2','field_lock_lang','unlocked'),(1719,'auth_oauth2','field_lock_description','unlocked'),(1720,'auth_oauth2','field_lock_idnumber','unlocked'),(1721,'auth_oauth2','field_lock_institution','unlocked'),(1722,'auth_oauth2','field_lock_department','unlocked'),(1723,'auth_oauth2','field_lock_phone1','unlocked'),(1724,'auth_oauth2','field_lock_phone2','unlocked'),(1725,'auth_oauth2','field_lock_address','unlocked'),(1726,'auth_oauth2','field_lock_firstnamephonetic','unlocked'),(1727,'auth_oauth2','field_lock_lastnamephonetic','unlocked'),(1728,'auth_oauth2','field_lock_middlename','unlocked'),(1729,'auth_oauth2','field_lock_alternatename','unlocked'),(1730,'auth_shibboleth','user_attribute',''),(1731,'auth_shibboleth','convert_data',''),(1732,'auth_shibboleth','alt_login','off'),(1733,'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'),(1734,'auth_shibboleth','logout_handler',''),(1735,'auth_shibboleth','logout_return_url',''),(1736,'auth_shibboleth','login_name','Shibboleth Login'),(1737,'auth_shibboleth','auth_logo',''),(1738,'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.'),(1739,'auth_shibboleth','changepasswordurl',''),(1740,'auth_shibboleth','field_map_firstname',''),(1741,'auth_shibboleth','field_updatelocal_firstname','oncreate'),(1742,'auth_shibboleth','field_lock_firstname','unlocked'),(1743,'auth_shibboleth','field_map_lastname',''),(1744,'auth_shibboleth','field_updatelocal_lastname','oncreate'),(1745,'auth_shibboleth','field_lock_lastname','unlocked'),(1746,'auth_shibboleth','field_map_email',''),(1747,'auth_shibboleth','field_updatelocal_email','oncreate'),(1748,'auth_shibboleth','field_lock_email','unlocked'),(1749,'auth_shibboleth','field_map_city',''),(1750,'auth_shibboleth','field_updatelocal_city','oncreate'),(1751,'auth_shibboleth','field_lock_city','unlocked'),(1752,'auth_shibboleth','field_map_country',''),(1753,'auth_shibboleth','field_updatelocal_country','oncreate'),(1754,'auth_shibboleth','field_lock_country','unlocked'),(1755,'auth_shibboleth','field_map_lang',''),(1756,'auth_shibboleth','field_updatelocal_lang','oncreate'),(1757,'auth_shibboleth','field_lock_lang','unlocked'),(1758,'auth_shibboleth','field_map_description',''),(1759,'auth_shibboleth','field_updatelocal_description','oncreate'),(1760,'auth_shibboleth','field_lock_description','unlocked'),(1761,'auth_shibboleth','field_map_idnumber',''),(1762,'auth_shibboleth','field_updatelocal_idnumber','oncreate'),(1763,'auth_shibboleth','field_lock_idnumber','unlocked'),(1764,'auth_shibboleth','field_map_institution',''),(1765,'auth_shibboleth','field_updatelocal_institution','oncreate'),(1766,'auth_shibboleth','field_lock_institution','unlocked'),(1767,'auth_shibboleth','field_map_department',''),(1768,'auth_shibboleth','field_updatelocal_department','oncreate'),(1769,'auth_shibboleth','field_lock_department','unlocked'),(1770,'auth_shibboleth','field_map_phone1',''),(1771,'auth_shibboleth','field_updatelocal_phone1','oncreate'),(1772,'auth_shibboleth','field_lock_phone1','unlocked'),(1773,'auth_shibboleth','field_map_phone2',''),(1774,'auth_shibboleth','field_updatelocal_phone2','oncreate'),(1775,'auth_shibboleth','field_lock_phone2','unlocked'),(1776,'auth_shibboleth','field_map_address',''),(1777,'auth_shibboleth','field_updatelocal_address','oncreate'),(1778,'auth_shibboleth','field_lock_address','unlocked'),(1779,'auth_shibboleth','field_map_firstnamephonetic',''),(1780,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate'),(1781,'auth_shibboleth','field_lock_firstnamephonetic','unlocked'),(1782,'auth_shibboleth','field_map_lastnamephonetic',''),(1783,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate'),(1784,'auth_shibboleth','field_lock_lastnamephonetic','unlocked'),(1785,'auth_shibboleth','field_map_middlename',''),(1786,'auth_shibboleth','field_updatelocal_middlename','oncreate'),(1787,'auth_shibboleth','field_lock_middlename','unlocked'),(1788,'auth_shibboleth','field_map_alternatename',''),(1789,'auth_shibboleth','field_updatelocal_alternatename','oncreate'),(1790,'auth_shibboleth','field_lock_alternatename','unlocked'),(1791,'block_accessreview','whattoshow','showboth'),(1792,'block_accessreview','errordisplay','showint'),(1793,'block_accessreview','toolpage','errors'),(1794,'block_activity_results','config_showbest','3'),(1795,'block_activity_results','config_showbest_locked',''),(1796,'block_activity_results','config_showworst','0'),(1797,'block_activity_results','config_showworst_locked',''),(1798,'block_activity_results','config_usegroups','0'),(1799,'block_activity_results','config_usegroups_locked',''),(1800,'block_activity_results','config_nameformat','1'),(1801,'block_activity_results','config_nameformat_locked',''),(1802,'block_activity_results','config_gradeformat','1'),(1803,'block_activity_results','config_gradeformat_locked',''),(1804,'block_activity_results','config_decimalpoints','2'),(1805,'block_activity_results','config_decimalpoints_locked',''),(1806,'block_myoverview','displaycategories','1'),(1807,'block_myoverview','layouts','card,list,summary'),(1808,'block_myoverview','displaygroupingallincludinghidden','0'),(1809,'block_myoverview','displaygroupingall','1'),(1810,'block_myoverview','displaygroupinginprogress','1'),(1811,'block_myoverview','displaygroupingpast','1'),(1812,'block_myoverview','displaygroupingfuture','1'),(1813,'block_myoverview','displaygroupingcustomfield','0'),(1814,'block_myoverview','customfiltergrouping',''),(1815,'block_myoverview','displaygroupingfavourites','1'),(1816,'block_myoverview','displaygroupinghidden','1'),(1817,'block_recentlyaccessedcourses','displaycategories','1'),(1818,'block_section_links','numsections1','22'),(1819,'block_section_links','incby1','2'),(1820,'block_section_links','numsections2','40'),(1821,'block_section_links','incby2','5'),(1822,'block_section_links','showsectionname','0'),(1823,'block_starredcourses','displaycategories','1'),(1824,'block_tag_youtube','apikey',''),(1825,'format_singleactivity','activitytype','forum'),(1826,'format_topics','indentation','1'),(1827,'format_weeks','indentation','1'),(1828,'fileconverter_googledrive','issuerid',''),(1829,'enrol_cohort','roleid','5'),(1830,'enrol_cohort','unenrolaction','0'),(1831,'enrol_meta','nosyncroleids',''),(1832,'enrol_meta','syncall','1'),(1833,'enrol_meta','unenrolaction','3'),(1834,'enrol_meta','coursesort','sortorder'),(1835,'enrol_fee','expiredaction','3'),(1836,'enrol_fee','status','1'),(1837,'enrol_fee','cost','0'),(1838,'enrol_fee','currency','USD'),(1839,'enrol_fee','roleid','5'),(1840,'enrol_fee','enrolperiod','0'),(1841,'enrol_database','dbtype',''),(1842,'enrol_database','dbhost','localhost'),(1843,'enrol_database','dbuser',''),(1844,'enrol_database','dbpass',''),(1845,'enrol_database','dbname',''),(1846,'enrol_database','dbencoding','utf-8'),(1847,'enrol_database','dbsetupsql',''),(1848,'enrol_database','dbsybasequoting','0'),(1849,'enrol_database','debugdb','0'),(1850,'enrol_database','localcoursefield','idnumber'),(1851,'enrol_database','localuserfield','idnumber'),(1852,'enrol_database','localrolefield','shortname'),(1853,'enrol_database','localcategoryfield','id'),(1854,'enrol_database','remoteenroltable',''),(1855,'enrol_database','remotecoursefield',''),(1856,'enrol_database','remoteuserfield',''),(1857,'enrol_database','remoterolefield',''),(1858,'enrol_database','remoteotheruserfield',''),(1859,'enrol_database','defaultrole','5'),(1860,'enrol_database','ignorehiddencourses','0'),(1861,'enrol_database','unenrolaction','0'),(1862,'enrol_database','newcoursetable',''),(1863,'enrol_database','newcoursefullname','fullname'),(1864,'enrol_database','newcourseshortname','shortname'),(1865,'enrol_database','newcourseidnumber','idnumber'),(1866,'enrol_database','newcoursecategory',''),(1867,'enrol_database','defaultcategory','1'),(1868,'enrol_database','templatecourse',''),(1869,'enrol_flatfile','location',''),(1870,'enrol_flatfile','encoding','UTF-8'),(1871,'enrol_flatfile','mailstudents','0'),(1872,'enrol_flatfile','mailteachers','0'),(1873,'enrol_flatfile','mailadmins','0'),(1874,'enrol_flatfile','unenrolaction','3'),(1875,'enrol_flatfile','expiredaction','3'),(1876,'enrol_guest','requirepassword','0'),(1877,'enrol_guest','usepasswordpolicy','0'),(1878,'enrol_guest','showhint','0'),(1879,'enrol_guest','defaultenrol','1'),(1880,'enrol_guest','status','1'),(1881,'enrol_guest','status_adv',''),(1882,'enrol_imsenterprise','imsfilelocation',''),(1883,'enrol_imsenterprise','logtolocation',''),(1884,'enrol_imsenterprise','mailadmins','0'),(1885,'enrol_imsenterprise','createnewusers','0'),(1886,'enrol_imsenterprise','imsupdateusers','0'),(1887,'enrol_imsenterprise','imsdeleteusers','0'),(1888,'enrol_imsenterprise','fixcaseusernames','0'),(1889,'enrol_imsenterprise','fixcasepersonalnames','0'),(1890,'enrol_imsenterprise','imssourcedidfallback','0'),(1891,'enrol_imsenterprise','imsrolemap01','5'),(1892,'enrol_imsenterprise','imsrolemap02','3'),(1893,'enrol_imsenterprise','imsrolemap03','3'),(1894,'enrol_imsenterprise','imsrolemap04','5'),(1895,'enrol_imsenterprise','imsrolemap05','0'),(1896,'enrol_imsenterprise','imsrolemap06','4'),(1897,'enrol_imsenterprise','imsrolemap07','0'),(1898,'enrol_imsenterprise','imsrolemap08','4'),(1899,'enrol_imsenterprise','truncatecoursecodes','0'),(1900,'enrol_imsenterprise','createnewcourses','0'),(1901,'enrol_imsenterprise','updatecourses','0'),(1902,'enrol_imsenterprise','createnewcategories','0'),(1903,'enrol_imsenterprise','nestedcategories','0'),(1904,'enrol_imsenterprise','categoryidnumber','0'),(1905,'enrol_imsenterprise','categoryseparator',''),(1906,'enrol_imsenterprise','imsunenrol','0'),(1907,'enrol_imsenterprise','unenrolaction','0'),(1908,'enrol_imsenterprise','imscoursemapshortname','coursecode'),(1909,'enrol_imsenterprise','imscoursemapfullname','short'),(1910,'enrol_imsenterprise','imscoursemapsummary','ignore'),(1911,'enrol_imsenterprise','imsrestricttarget',''),(1912,'enrol_imsenterprise','imscapitafix','0'),(1913,'enrol_ldap','host_url',''),(1914,'enrol_ldap','start_tls','0'),(1915,'enrol_ldap','ldap_version','3'),(1916,'enrol_ldap','ldapencoding','utf-8'),(1917,'enrol_ldap','pagesize','250'),(1918,'enrol_ldap','bind_dn',''),(1919,'enrol_ldap','bind_pw',''),(1920,'enrol_ldap','course_search_sub','0'),(1921,'enrol_ldap','memberattribute_isdn','0'),(1922,'enrol_ldap','user_contexts',''),(1923,'enrol_ldap','user_search_sub','0'),(1924,'enrol_ldap','user_type','default'),(1925,'enrol_ldap','opt_deref','0'),(1926,'enrol_ldap','idnumber_attribute',''),(1927,'enrol_ldap','objectclass','(objectClass=*)'),(1928,'enrol_ldap','course_idnumber',''),(1929,'enrol_ldap','course_shortname',''),(1930,'enrol_ldap','course_fullname',''),(1931,'enrol_ldap','course_summary',''),(1932,'enrol_ldap','ignorehiddencourses','0'),(1933,'enrol_ldap','unenrolaction','0'),(1934,'enrol_ldap','autocreate','0'),(1935,'enrol_ldap','category','1'),(1936,'enrol_ldap','template',''),(1937,'enrol_ldap','course_shortname_updateonsync','0'),(1938,'enrol_ldap','course_fullname_updateonsync','0'),(1939,'enrol_ldap','course_summary_updateonsync','0'),(1940,'enrol_ldap','nested_groups','0'),(1941,'enrol_ldap','group_memberofattribute',''),(1942,'enrol_manual','expiredaction','1'),(1943,'enrol_manual','expirynotifyhour','6'),(1944,'enrol_manual','defaultenrol','1'),(1945,'enrol_manual','status','0'),(1946,'enrol_manual','roleid','5'),(1947,'enrol_manual','enrolstart','4'),(1948,'enrol_manual','enrolperiod','0'),(1949,'enrol_manual','expirynotify','0'),(1950,'enrol_manual','expirythreshold','86400'),(1951,'enrol_mnet','roleid','5'),(1952,'enrol_mnet','roleid_adv','1'),(1953,'enrol_paypal','paypalbusiness',''),(1954,'enrol_paypal','mailstudents','0'),(1955,'enrol_paypal','mailteachers','0'),(1956,'enrol_paypal','mailadmins','0'),(1957,'enrol_paypal','expiredaction','3'),(1958,'enrol_paypal','status','1'),(1959,'enrol_paypal','cost','0'),(1960,'enrol_paypal','currency','USD'),(1961,'enrol_paypal','roleid','5'),(1962,'enrol_paypal','enrolperiod','0'),(1963,'enrol_lti','emaildisplay','2'),(1964,'enrol_lti','city',''),(1965,'enrol_lti','country',''),(1966,'enrol_lti','timezone','99'),(1967,'enrol_lti','lang','en'),(1968,'enrol_lti','institution',''),(1969,'enrol_self','requirepassword','0'),(1970,'enrol_self','usepasswordpolicy','0'),(1971,'enrol_self','showhint','0'),(1972,'enrol_self','expiredaction','1'),(1973,'enrol_self','expirynotifyhour','6'),(1974,'enrol_self','defaultenrol','1'),(1975,'enrol_self','status','1'),(1976,'enrol_self','newenrols','1'),(1977,'enrol_self','groupkey','0'),(1978,'enrol_self','roleid','5'),(1979,'enrol_self','enrolperiod','0'),(1980,'enrol_self','expirynotify','0'),(1981,'enrol_self','expirythreshold','86400'),(1982,'enrol_self','longtimenosee','0'),(1983,'enrol_self','maxenrolled','0'),(1984,'enrol_self','sendcoursewelcomemessage','1'),(1985,'filter_urltolink','formats','1,4,0'),(1986,'filter_urltolink','embedimages','1'),(1987,'filter_emoticon','formats','1,4,0'),(1988,'filter_displayh5p','allowedsources',''),(1989,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js'),(1990,'filter_mathjaxloader','texfiltercompatibility','0'),(1991,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n'),(1992,'filter_mathjaxloader','additionaldelimiters',''),(1993,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),(1994,'filter_tex','latexbackground','#FFFFFF'),(1995,'filter_tex','density','120'),(1996,'filter_tex','pathlatex','/usr/bin/latex'),(1997,'filter_tex','pathdvips','/usr/bin/dvips'),(1998,'filter_tex','pathconvert','/usr/bin/convert'),(1999,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm'),(2000,'filter_tex','pathmimetex',''),(2001,'filter_tex','convertformat','gif'),(2002,'local_asystgrade','apiendpoint',''),(2003,'logstore_database','dbdriver',''),(2004,'logstore_database','dbhost',''),(2005,'logstore_database','dbuser',''),(2006,'logstore_database','dbpass',''),(2007,'logstore_database','dbname',''),(2008,'logstore_database','dbtable',''),(2009,'logstore_database','dbpersist','0'),(2010,'logstore_database','dbsocket',''),(2011,'logstore_database','dbport',''),(2012,'logstore_database','dbschema',''),(2013,'logstore_database','dbcollation',''),(2014,'logstore_database','dbhandlesoptions','0'),(2015,'logstore_database','buffersize','50'),(2016,'logstore_database','jsonformat','1'),(2017,'logstore_database','logguests','0'),(2018,'logstore_database','includelevels','1,2,0'),(2019,'logstore_database','includeactions','c,r,u,d'),(2020,'logstore_standard','logguests','1'),(2021,'logstore_standard','jsonformat','1'),(2022,'logstore_standard','loglifetime','0'),(2023,'logstore_standard','buffersize','50'),(2024,'mlbackend_python','useserver','0'),(2025,'mlbackend_python','host',''),(2026,'mlbackend_python','port','0'),(2027,'mlbackend_python','secure','0'),(2028,'mlbackend_python','username','default'),(2029,'mlbackend_python','password',''),(2030,'media_videojs','videoextensions','html_video,media_source,.f4v,.flv'),(2031,'media_videojs','audioextensions','html_audio'),(2032,'media_videojs','youtube','1'),(2033,'media_videojs','videocssclass','video-js'),(2034,'media_videojs','audiocssclass','video-js'),(2035,'media_videojs','limitsize','1'),(2036,'media_vimeo','donottrack','0'),(2037,'media_youtube','nocookie','0'),(2038,'paygw_paypal','surcharge','0'),(2039,'qtype_multichoice','answerhowmany','1'),(2040,'qtype_multichoice','shuffleanswers','1'),(2041,'qtype_multichoice','answernumbering','abc'),(2042,'qtype_multichoice','showstandardinstruction','0'),(2043,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist, indent\nlinks = link\nfiles = emojipicker, image, media, recordrtc, managefiles, h5p\naccessibility = accessibilitychecker, accessibilityhelper\nstyle2 = underline, strike, subscript, superscript\nalign = align\ninsert = equation, charmap, table, clear\nundo = undo\nother = html'),(2044,'editor_atto','autosavefrequency','60'),(2045,'atto_collapse','showgroups','6'),(2046,'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'),(2047,'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'),(2048,'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'),(2049,'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'),(2050,'atto_recordrtc','allowedtypes','both'),(2051,'atto_recordrtc','audiobitrate','128000'),(2052,'atto_recordrtc','videobitrate','2500000'),(2053,'atto_recordrtc','audiotimelimit','120'),(2054,'atto_recordrtc','videotimelimit','120'),(2055,'atto_table','allowborders','0'),(2056,'atto_table','allowbackgroundcolour','0'),(2057,'atto_table','allowwidth','0'),(2058,'editor_tiny','branding','1'),(2059,'tiny_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'),(2060,'tiny_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'),(2061,'tiny_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'),(2062,'tiny_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'),(2063,'tiny_premium','apikey',''),(2064,'tiny_recordrtc','allowedtypes','both'),(2065,'tiny_recordrtc','audiobitrate','128000'),(2066,'tiny_recordrtc','videobitrate','2500000'),(2067,'tiny_recordrtc','audiotimelimit','120'),(2068,'tiny_recordrtc','videotimelimit','120'),(2069,'tool_mobile','apppolicy',''),(2070,'tool_mobile','typeoflogin','1'),(2071,'tool_mobile','autologout','0'),(2072,'tool_mobile','autologouttime','86400'),(2073,'tool_mobile','qrcodetype','2'),(2074,'tool_mobile','qrkeyttl','600'),(2075,'tool_mobile','qrsameipcheck','1'),(2076,'tool_mobile','forcedurlscheme','moodlemobile'),(2077,'tool_mobile','minimumversion',''),(2078,'tool_mobile','autologinmintimebetweenreq','360'),(2079,'tool_mobile','enablesmartappbanners','0'),(2080,'tool_mobile','iosappid','633359593'),(2081,'tool_mobile','androidappid','com.moodle.moodlemobile'),(2082,'tool_mobile','setuplink','https://download.moodle.org/mobile'),(2083,'tool_mobile','forcelogout','0'),(2084,'tool_mobile','disabledfeatures',''),(2085,'tool_mobile','custommenuitems',''),(2086,'tool_mobile','filetypeexclusionlist',''),(2087,'tool_mobile','customlangstrings',''),(2088,'analytics','logstore','logstore_standard'),(2089,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central'),(2090,'tool_moodlenet','defaultmoodlenet','https://moodle.net'),(2091,'theme_boost','themerev','1722414957'); /*!40000 ALTER TABLE `mdl_config_plugins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_contentbank_content` -- DROP TABLE IF EXISTS `mdl_contentbank_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_contentbank_content` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `contenttype` varchar(100) NOT NULL DEFAULT '', `contextid` bigint(10) NOT NULL, `visibility` tinyint(1) NOT NULL DEFAULT 1, `instanceid` bigint(10) DEFAULT NULL, `configdata` longtext DEFAULT NULL, `usercreated` bigint(10) NOT NULL, `usermodified` bigint(10) DEFAULT NULL, `timecreated` bigint(10) NOT NULL DEFAULT 0, `timemodified` bigint(10) DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_contcont_nam_ix` (`name`), KEY `mdl_contcont_conconins_ix` (`contextid`,`contenttype`,`instanceid`), KEY `mdl_contcont_con_ix` (`contextid`), KEY `mdl_contcont_use_ix` (`usermodified`), KEY `mdl_contcont_use2_ix` (`usercreated`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table stores content data in the content bank.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_contentbank_content` -- LOCK TABLES `mdl_contentbank_content` WRITE; /*!40000 ALTER TABLE `mdl_contentbank_content` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_contentbank_content` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_context` -- DROP TABLE IF EXISTS `mdl_context`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_cont_conins_uix` (`contextlevel`,`instanceid`), KEY `mdl_cont_ins_ix` (`instanceid`), KEY `mdl_cont_pat_ix` (`path`) ) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='one of these must be set'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_context` -- LOCK TABLES `mdl_context` WRITE; /*!40000 ALTER TABLE `mdl_context` DISABLE KEYS */; INSERT INTO `mdl_context` (`id`, `contextlevel`, `instanceid`, `path`, `depth`, `locked`) 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,50,2,'/1/3/11',3,0),(12,70,1,'/1/3/11/12',4,0),(13,80,6,'/1/13',2,0),(14,80,7,'/1/14',2,0),(15,70,2,'/1/3/11/15',4,0),(16,80,8,'/1/5/16',3,0),(17,80,9,'/1/5/17',3,0),(18,80,10,'/1/5/18',3,0),(19,30,3,'/1/19',2,0),(20,30,4,'/1/20',2,0),(21,80,11,'/1/19/21',3,0),(22,80,12,'/1/19/22',3,0),(23,80,13,'/1/19/23',3,0),(24,80,14,'/1/20/24',3,0),(25,80,15,'/1/20/25',3,0),(26,80,16,'/1/20/26',3,0); /*!40000 ALTER TABLE `mdl_context` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_context_temp` -- DROP TABLE IF EXISTS `mdl_context_temp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED 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 `mdl_context_temp` -- LOCK TABLES `mdl_context_temp` WRITE; /*!40000 ALTER TABLE `mdl_context_temp` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_context_temp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course` -- DROP TABLE IF EXISTS `mdl_course`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `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, `relativedatesmode` tinyint(1) 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, `downloadcontent` tinyint(1) DEFAULT NULL, `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, `originalcourseid` bigint(10) DEFAULT NULL, `showactivitydates` tinyint(1) NOT NULL DEFAULT 0, `showcompletionconditions` tinyint(1) DEFAULT NULL, `pdfexportfont` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_cour_cat_ix` (`category`), KEY `mdl_cour_idn_ix` (`idnumber`), KEY `mdl_cour_sho_ix` (`shortname`), KEY `mdl_cour_sor_ix` (`sortorder`), KEY `mdl_cour_ori_ix` (`originalcourseid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Central course table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course` -- LOCK TABLES `mdl_course` WRITE; /*!40000 ALTER TABLE `mdl_course` DISABLE KEYS */; INSERT INTO `mdl_course` (`id`, `category`, `sortorder`, `fullname`, `shortname`, `idnumber`, `summary`, `summaryformat`, `format`, `showgrades`, `newsitems`, `startdate`, `enddate`, `relativedatesmode`, `marker`, `maxbytes`, `legacyfiles`, `showreports`, `visible`, `visibleold`, `downloadcontent`, `groupmode`, `groupmodeforce`, `defaultgroupingid`, `lang`, `calendartype`, `theme`, `timecreated`, `timemodified`, `requested`, `enablecompletion`, `completionnotify`, `cacherev`, `originalcourseid`, `showactivitydates`, `showcompletionconditions`, `pdfexportfont`) VALUES (1,0,1,'Moodle LMS Site','Moodle','','',0,'site',1,3,0,0,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1722414907,1722414950,0,0,0,1722414942,NULL,0,NULL,NULL),(2,1,10001,'Exemplary Course','Exemplary Course','','',1,'topics',1,5,1722463200,1753999200,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1722415073,1722415073,0,1,0,1722415542,NULL,1,1,NULL); /*!40000 ALTER TABLE `mdl_course` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_categories` -- DROP TABLE IF EXISTS `mdl_course_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_course_categories` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `idnumber` varchar(100) DEFAULT NULL, `description` longtext DEFAULT NULL, `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 `mdl_courcate_par_ix` (`parent`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Course categories'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_categories` -- LOCK TABLES `mdl_course_categories` WRITE; /*!40000 ALTER TABLE `mdl_course_categories` DISABLE KEYS */; INSERT INTO `mdl_course_categories` (`id`, `name`, `idnumber`, `description`, `descriptionformat`, `parent`, `sortorder`, `coursecount`, `visible`, `visibleold`, `timemodified`, `depth`, `path`, `theme`) VALUES (1,'Category 1',NULL,NULL,1,0,10000,1,1,1,1722414907,1,'/1',NULL); /*!40000 ALTER TABLE `mdl_course_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_completion_aggr_methd` -- DROP TABLE IF EXISTS `mdl_course_completion_aggr_methd`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_courcompaggrmeth_coucr_uix` (`course`,`criteriatype`), KEY `mdl_courcompaggrmeth_cou_ix` (`course`), KEY `mdl_courcompaggrmeth_cri_ix` (`criteriatype`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Course completion aggregation methods for criteria'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_completion_aggr_methd` -- LOCK TABLES `mdl_course_completion_aggr_methd` WRITE; /*!40000 ALTER TABLE `mdl_course_completion_aggr_methd` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_course_completion_aggr_methd` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_completion_crit_compl` -- DROP TABLE IF EXISTS `mdl_course_completion_crit_compl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_courcompcritcomp_useco_uix` (`userid`,`course`,`criteriaid`), KEY `mdl_courcompcritcomp_use_ix` (`userid`), KEY `mdl_courcompcritcomp_cou_ix` (`course`), KEY `mdl_courcompcritcomp_cri_ix` (`criteriaid`), KEY `mdl_courcompcritcomp_tim_ix` (`timecompleted`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Course completion user records'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_completion_crit_compl` -- LOCK TABLES `mdl_course_completion_crit_compl` WRITE; /*!40000 ALTER TABLE `mdl_course_completion_crit_compl` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_course_completion_crit_compl` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_completion_criteria` -- DROP TABLE IF EXISTS `mdl_course_completion_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_courcompcrit_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Course completion criteria'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_completion_criteria` -- LOCK TABLES `mdl_course_completion_criteria` WRITE; /*!40000 ALTER TABLE `mdl_course_completion_criteria` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_course_completion_criteria` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_completion_defaults` -- DROP TABLE IF EXISTS `mdl_course_completion_defaults`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `completionpassgrade` tinyint(1) NOT NULL DEFAULT 0, `completionexpected` bigint(10) NOT NULL DEFAULT 0, `customrules` longtext DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_courcompdefa_coumod_uix` (`course`,`module`), KEY `mdl_courcompdefa_mod_ix` (`module`), KEY `mdl_courcompdefa_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Default settings for activities completion'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_completion_defaults` -- LOCK TABLES `mdl_course_completion_defaults` WRITE; /*!40000 ALTER TABLE `mdl_course_completion_defaults` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_course_completion_defaults` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_completions` -- DROP TABLE IF EXISTS `mdl_course_completions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_courcomp_usecou_uix` (`userid`,`course`), KEY `mdl_courcomp_use_ix` (`userid`), KEY `mdl_courcomp_cou_ix` (`course`), KEY `mdl_courcomp_tim_ix` (`timecompleted`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Course completion records'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_completions` -- LOCK TABLES `mdl_course_completions` WRITE; /*!40000 ALTER TABLE `mdl_course_completions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_course_completions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_format_options` -- DROP TABLE IF EXISTS `mdl_course_format_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_courformopti_couforsec_uix` (`courseid`,`format`,`sectionid`,`name`), KEY `mdl_courformopti_cou_ix` (`courseid`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores format-specific options for the course or course sect'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_format_options` -- LOCK TABLES `mdl_course_format_options` WRITE; /*!40000 ALTER TABLE `mdl_course_format_options` DISABLE KEYS */; INSERT INTO `mdl_course_format_options` (`id`, `courseid`, `format`, `sectionid`, `name`, `value`) VALUES (1,1,'site',0,'numsections','1'),(2,2,'topics',0,'hiddensections','1'),(3,2,'topics',0,'coursedisplay','0'); /*!40000 ALTER TABLE `mdl_course_format_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_modules` -- DROP TABLE IF EXISTS `mdl_course_modules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `completionpassgrade` tinyint(1) NOT NULL DEFAULT 0, `showdescription` tinyint(1) NOT NULL DEFAULT 0, `availability` longtext DEFAULT NULL, `deletioninprogress` tinyint(1) NOT NULL DEFAULT 0, `downloadcontent` tinyint(1) DEFAULT 1, `lang` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_courmodu_vis_ix` (`visible`), KEY `mdl_courmodu_cou_ix` (`course`), KEY `mdl_courmodu_mod_ix` (`module`), KEY `mdl_courmodu_ins_ix` (`instance`), KEY `mdl_courmodu_idncou_ix` (`idnumber`,`course`), KEY `mdl_courmodu_gro_ix` (`groupingid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='course_modules table retrofitted from MySQL'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_modules` -- LOCK TABLES `mdl_course_modules` WRITE; /*!40000 ALTER TABLE `mdl_course_modules` DISABLE KEYS */; INSERT INTO `mdl_course_modules` (`id`, `course`, `module`, `instance`, `section`, `idnumber`, `added`, `score`, `indent`, `visible`, `visibleoncoursepage`, `visibleold`, `groupmode`, `groupingid`, `completion`, `completiongradeitemnumber`, `completionview`, `completionexpected`, `completionpassgrade`, `showdescription`, `availability`, `deletioninprogress`, `downloadcontent`, `lang`) VALUES (1,2,9,1,1,NULL,1722415073,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,NULL),(2,2,17,1,2,'',1722415540,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''); /*!40000 ALTER TABLE `mdl_course_modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_modules_completion` -- DROP TABLE IF EXISTS `mdl_course_modules_completion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `overrideby` bigint(10) DEFAULT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_courmoducomp_usecou_uix` (`userid`,`coursemoduleid`), KEY `mdl_courmoducomp_cou_ix` (`coursemoduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the completion state (completed or not completed, etc'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_modules_completion` -- LOCK TABLES `mdl_course_modules_completion` WRITE; /*!40000 ALTER TABLE `mdl_course_modules_completion` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_course_modules_completion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_modules_viewed` -- DROP TABLE IF EXISTS `mdl_course_modules_viewed`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_course_modules_viewed` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `coursemoduleid` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_courmoduview_usecou_uix` (`userid`,`coursemoduleid`), KEY `mdl_courmoduview_cou_ix` (`coursemoduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Tracks the completion viewed (viewed with cmid/userid and ot'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_modules_viewed` -- LOCK TABLES `mdl_course_modules_viewed` WRITE; /*!40000 ALTER TABLE `mdl_course_modules_viewed` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_course_modules_viewed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_published` -- DROP TABLE IF EXISTS `mdl_course_published`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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`), KEY `mdl_courpubl_hub_ix` (`hubcourseid`), KEY `mdl_courpubl_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Information about how and when an local courses were publish'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_published` -- LOCK TABLES `mdl_course_published` WRITE; /*!40000 ALTER TABLE `mdl_course_published` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_course_published` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_request` -- DROP TABLE IF EXISTS `mdl_course_request`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_courrequ_sho_ix` (`shortname`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='course requests'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_request` -- LOCK TABLES `mdl_course_request` WRITE; /*!40000 ALTER TABLE `mdl_course_request` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_course_request` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_sections` -- DROP TABLE IF EXISTS `mdl_course_sections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `summaryformat` tinyint(2) NOT NULL DEFAULT 0, `sequence` longtext DEFAULT NULL, `visible` tinyint(1) NOT NULL DEFAULT 1, `availability` longtext DEFAULT NULL, `timemodified` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), UNIQUE KEY `mdl_coursect_cousec_uix` (`course`,`section`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='to define the sections for each course'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_sections` -- LOCK TABLES `mdl_course_sections` WRITE; /*!40000 ALTER TABLE `mdl_course_sections` DISABLE KEYS */; INSERT INTO `mdl_course_sections` (`id`, `course`, `section`, `name`, `summary`, `summaryformat`, `sequence`, `visible`, `availability`, `timemodified`) VALUES (1,2,0,NULL,'',1,'1',1,NULL,1722415073),(2,2,1,NULL,'',1,'2',1,NULL,1722415073),(3,2,2,NULL,'',1,'',1,NULL,1722415073),(4,2,3,NULL,'',1,'',1,NULL,1722415073),(5,2,4,NULL,'',1,'',1,NULL,1722415073); /*!40000 ALTER TABLE `mdl_course_sections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_customfield_category` -- DROP TABLE IF EXISTS `mdl_customfield_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_customfield_category` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(400) NOT NULL DEFAULT '', `description` longtext DEFAULT NULL, `descriptionformat` bigint(10) DEFAULT NULL, `sortorder` bigint(10) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `component` varchar(100) NOT NULL DEFAULT '', `area` varchar(100) NOT NULL DEFAULT '', `itemid` bigint(10) NOT NULL DEFAULT 0, `contextid` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_custcate_comareitesor_ix` (`component`,`area`,`itemid`,`sortorder`), KEY `mdl_custcate_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='core_customfield category table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_customfield_category` -- LOCK TABLES `mdl_customfield_category` WRITE; /*!40000 ALTER TABLE `mdl_customfield_category` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_customfield_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_customfield_data` -- DROP TABLE IF EXISTS `mdl_customfield_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_customfield_data` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `fieldid` bigint(10) NOT NULL, `instanceid` bigint(10) NOT NULL, `intvalue` bigint(10) DEFAULT NULL, `decvalue` decimal(10,5) DEFAULT NULL, `shortcharvalue` varchar(255) DEFAULT NULL, `charvalue` varchar(1333) DEFAULT NULL, `value` longtext NOT NULL, `valueformat` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `contextid` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_custdata_insfie_uix` (`instanceid`,`fieldid`), KEY `mdl_custdata_fieint_ix` (`fieldid`,`intvalue`), KEY `mdl_custdata_fiesho_ix` (`fieldid`,`shortcharvalue`), KEY `mdl_custdata_fiedec_ix` (`fieldid`,`decvalue`), KEY `mdl_custdata_fie_ix` (`fieldid`), KEY `mdl_custdata_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='core_customfield data table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_customfield_data` -- LOCK TABLES `mdl_customfield_data` WRITE; /*!40000 ALTER TABLE `mdl_customfield_data` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_customfield_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_customfield_field` -- DROP TABLE IF EXISTS `mdl_customfield_field`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_customfield_field` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `shortname` varchar(100) NOT NULL DEFAULT '', `name` varchar(400) NOT NULL DEFAULT '', `type` varchar(100) NOT NULL DEFAULT '', `description` longtext DEFAULT NULL, `descriptionformat` bigint(10) DEFAULT NULL, `sortorder` bigint(10) DEFAULT NULL, `categoryid` bigint(10) DEFAULT NULL, `configdata` longtext DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_custfiel_catsor_ix` (`categoryid`,`sortorder`), KEY `mdl_custfiel_cat_ix` (`categoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='core_customfield field table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_customfield_field` -- LOCK TABLES `mdl_customfield_field` WRITE; /*!40000 ALTER TABLE `mdl_customfield_field` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_customfield_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_data` -- DROP TABLE IF EXISTS `mdl_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `listtemplate` longtext DEFAULT NULL, `listtemplateheader` longtext DEFAULT NULL, `listtemplatefooter` longtext DEFAULT NULL, `addtemplate` longtext DEFAULT NULL, `rsstemplate` longtext DEFAULT NULL, `rsstitletemplate` longtext DEFAULT NULL, `csstemplate` longtext DEFAULT NULL, `jstemplate` longtext DEFAULT NULL, `asearchtemplate` longtext DEFAULT NULL, `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 DEFAULT NULL, `completionentries` bigint(10) DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_data_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='all database activities'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_data` -- LOCK TABLES `mdl_data` WRITE; /*!40000 ALTER TABLE `mdl_data` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_data_content` -- DROP TABLE IF EXISTS `mdl_data_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `content1` longtext DEFAULT NULL, `content2` longtext DEFAULT NULL, `content3` longtext DEFAULT NULL, `content4` longtext DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_datacont_rec_ix` (`recordid`), KEY `mdl_datacont_fie_ix` (`fieldid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='the content introduced in each record/fields'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_data_content` -- LOCK TABLES `mdl_data_content` WRITE; /*!40000 ALTER TABLE `mdl_data_content` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_data_content` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_data_fields` -- DROP TABLE IF EXISTS `mdl_data_fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `param2` longtext DEFAULT NULL, `param3` longtext DEFAULT NULL, `param4` longtext DEFAULT NULL, `param5` longtext DEFAULT NULL, `param6` longtext DEFAULT NULL, `param7` longtext DEFAULT NULL, `param8` longtext DEFAULT NULL, `param9` longtext DEFAULT NULL, `param10` longtext DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_datafiel_typdat_ix` (`type`,`dataid`), KEY `mdl_datafiel_dat_ix` (`dataid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='every field available'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_data_fields` -- LOCK TABLES `mdl_data_fields` WRITE; /*!40000 ALTER TABLE `mdl_data_fields` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_data_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_data_records` -- DROP TABLE IF EXISTS `mdl_data_records`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_datareco_dat_ix` (`dataid`), KEY `mdl_datareco_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='every record introduced'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_data_records` -- LOCK TABLES `mdl_data_records` WRITE; /*!40000 ALTER TABLE `mdl_data_records` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_data_records` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_editor_atto_autosave` -- DROP TABLE IF EXISTS `mdl_editor_atto_autosave`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_editattoauto_eleconuse_uix` (`elementid`,`contextid`,`userid`,`pagehash`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED 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 `mdl_editor_atto_autosave` -- LOCK TABLES `mdl_editor_atto_autosave` WRITE; /*!40000 ALTER TABLE `mdl_editor_atto_autosave` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_editor_atto_autosave` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol` -- DROP TABLE IF EXISTS `mdl_enrol`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `customtext2` longtext DEFAULT NULL, `customtext3` longtext DEFAULT NULL, `customtext4` longtext DEFAULT NULL, `timecreated` bigint(10) NOT NULL DEFAULT 0, `timemodified` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_enro_enr_ix` (`enrol`), KEY `mdl_enro_cou_ix` (`courseid`), KEY `mdl_enro_rol_ix` (`roleid`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Instances of enrolment plugins used in courses, fields marke'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol` -- LOCK TABLES `mdl_enrol` WRITE; /*!40000 ALTER TABLE `mdl_enrol` DISABLE KEYS */; INSERT INTO `mdl_enrol` (`id`, `enrol`, `status`, `courseid`, `sortorder`, `name`, `enrolperiod`, `enrolstartdate`, `enrolenddate`, `expirynotify`, `expirythreshold`, `notifyall`, `password`, `cost`, `currency`, `roleid`, `customint1`, `customint2`, `customint3`, `customint4`, `customint5`, `customint6`, `customint7`, `customint8`, `customchar1`, `customchar2`, `customchar3`, `customdec1`, `customdec2`, `customtext1`, `customtext2`, `customtext3`, `customtext4`, `timecreated`, `timemodified`) 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,1722415073,1722415073),(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,1722415073,1722415073),(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,1722415073,1722415073); /*!40000 ALTER TABLE `mdl_enrol` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_flatfile` -- DROP TABLE IF EXISTS `mdl_enrol_flatfile`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_enroflat_cou_ix` (`courseid`), KEY `mdl_enroflat_use_ix` (`userid`), KEY `mdl_enroflat_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='enrol_flatfile table retrofitted from MySQL'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_flatfile` -- LOCK TABLES `mdl_enrol_flatfile` WRITE; /*!40000 ALTER TABLE `mdl_enrol_flatfile` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_flatfile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_app_registration` -- DROP TABLE IF EXISTS `mdl_enrol_lti_app_registration`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol_lti_app_registration` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `platformid` longtext DEFAULT NULL, `clientid` varchar(1333) DEFAULT NULL, `uniqueid` varchar(255) NOT NULL DEFAULT '', `platformclienthash` varchar(64) DEFAULT NULL, `platformuniqueidhash` varchar(64) DEFAULT NULL, `authenticationrequesturl` longtext DEFAULT NULL, `jwksurl` longtext DEFAULT NULL, `accesstokenurl` longtext DEFAULT NULL, `status` tinyint(1) NOT NULL DEFAULT 0, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_enroltiappregi_uni_uix` (`uniqueid`), UNIQUE KEY `mdl_enroltiappregi_pla_uix` (`platformclienthash`), UNIQUE KEY `mdl_enroltiappregi_pla2_uix` (`platformuniqueidhash`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Details of each application that has been registered with th'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_app_registration` -- LOCK TABLES `mdl_enrol_lti_app_registration` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_app_registration` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_app_registration` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_context` -- DROP TABLE IF EXISTS `mdl_enrol_lti_context`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol_lti_context` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `contextid` varchar(255) NOT NULL DEFAULT '', `ltideploymentid` bigint(10) NOT NULL, `type` longtext DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_enrolticont_lticon_uix` (`ltideploymentid`,`contextid`), KEY `mdl_enrolticont_lti_ix` (`ltideploymentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Each row represents a context in the platform, where resourc'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_context` -- LOCK TABLES `mdl_enrol_lti_context` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_context` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_context` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_deployment` -- DROP TABLE IF EXISTS `mdl_enrol_lti_deployment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol_lti_deployment` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `deploymentid` varchar(255) NOT NULL DEFAULT '', `platformid` bigint(10) NOT NULL, `legacyconsumerkey` varchar(255) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_enroltidepl_pladep_uix` (`platformid`,`deploymentid`), KEY `mdl_enroltidepl_pla_ix` (`platformid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Each row represents a deployment of a tool within a platform'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_deployment` -- LOCK TABLES `mdl_enrol_lti_deployment` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_deployment` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_deployment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_lti2_consumer` -- DROP TABLE IF EXISTS `mdl_enrol_lti_lti2_consumer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `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 DEFAULT NULL, `toolproxy` longtext DEFAULT NULL, `settings` longtext DEFAULT NULL, `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 `mdl_enroltilti2cons_con_uix` (`consumerkey256`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='LTI consumers interacting with moodle'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_lti2_consumer` -- LOCK TABLES `mdl_enrol_lti_lti2_consumer` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_consumer` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_consumer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_lti2_context` -- DROP TABLE IF EXISTS `mdl_enrol_lti_lti2_context`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `created` bigint(10) NOT NULL, `updated` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_enroltilti2cont_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Information about a specific LTI contexts from the consumers'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_lti2_context` -- LOCK TABLES `mdl_enrol_lti_lti2_context` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_context` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_context` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_lti2_nonce` -- DROP TABLE IF EXISTS `mdl_enrol_lti_lti2_nonce`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_enroltilti2nonc_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Nonce used for authentication between moodle and a consumer'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_lti2_nonce` -- LOCK TABLES `mdl_enrol_lti_lti2_nonce` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_nonce` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_nonce` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_lti2_resource_link` -- DROP TABLE IF EXISTS `mdl_enrol_lti_lti2_resource_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `primaryresourcelinkid` bigint(11) DEFAULT NULL, `shareapproved` tinyint(1) DEFAULT NULL, `created` bigint(10) NOT NULL, `updated` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_enroltilti2resolink_con_ix` (`contextid`), KEY `mdl_enroltilti2resolink_pri_ix` (`primaryresourcelinkid`), KEY `mdl_enroltilti2resolink_co2_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Link from the consumer to the tool'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_lti2_resource_link` -- LOCK TABLES `mdl_enrol_lti_lti2_resource_link` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_resource_link` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_resource_link` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_lti2_share_key` -- DROP TABLE IF EXISTS `mdl_enrol_lti_lti2_share_key`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_enroltilti2sharkey_sha_uix` (`sharekey`), UNIQUE KEY `mdl_enroltilti2sharkey_res_uix` (`resourcelinkid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Resource link share key'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_lti2_share_key` -- LOCK TABLES `mdl_enrol_lti_lti2_share_key` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_share_key` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_share_key` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_lti2_tool_proxy` -- DROP TABLE IF EXISTS `mdl_enrol_lti_lti2_tool_proxy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_enroltilti2toolprox_to_uix` (`toolproxykey`), KEY `mdl_enroltilti2toolprox_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='A tool proxy between moodle and a consumer'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_lti2_tool_proxy` -- LOCK TABLES `mdl_enrol_lti_lti2_tool_proxy` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_tool_proxy` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_tool_proxy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_lti2_user_result` -- DROP TABLE IF EXISTS `mdl_enrol_lti_lti2_user_result`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_enroltilti2userresu_res_ix` (`resourcelinkid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Results for each user for each resource link'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_lti2_user_result` -- LOCK TABLES `mdl_enrol_lti_lti2_user_result` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_user_result` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_user_result` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_resource_link` -- DROP TABLE IF EXISTS `mdl_enrol_lti_resource_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol_lti_resource_link` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `resourcelinkid` varchar(255) NOT NULL DEFAULT '', `ltideploymentid` bigint(10) NOT NULL, `resourceid` bigint(10) NOT NULL, `lticontextid` bigint(10) DEFAULT NULL, `lineitemsservice` varchar(1333) DEFAULT NULL, `lineitemservice` varchar(1333) DEFAULT NULL, `lineitemscope` varchar(255) DEFAULT NULL, `resultscope` varchar(255) DEFAULT NULL, `scorescope` varchar(255) DEFAULT NULL, `contextmembershipsurl` varchar(1333) DEFAULT NULL, `nrpsserviceversions` varchar(255) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_enroltiresolink_reslti_uix` (`resourcelinkid`,`ltideploymentid`), KEY `mdl_enroltiresolink_lti_ix` (`ltideploymentid`), KEY `mdl_enroltiresolink_lti2_ix` (`lticontextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Each row represents a resource link for a platform and deplo'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_resource_link` -- LOCK TABLES `mdl_enrol_lti_resource_link` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_resource_link` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_resource_link` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_tool_consumer_map` -- DROP TABLE IF EXISTS `mdl_enrol_lti_tool_consumer_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_enroltitoolconsmap_too_ix` (`toolid`), KEY `mdl_enroltitoolconsmap_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table that maps the published tool to tool consumers.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_tool_consumer_map` -- LOCK TABLES `mdl_enrol_lti_tool_consumer_map` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_tool_consumer_map` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_tool_consumer_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_tools` -- DROP TABLE IF EXISTS `mdl_enrol_lti_tools`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol_lti_tools` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `enrolid` bigint(10) NOT NULL, `contextid` bigint(10) NOT NULL, `ltiversion` varchar(15) NOT NULL DEFAULT 'LTI-1p3', `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 DEFAULT NULL, `uuid` varchar(36) DEFAULT NULL, `provisioningmodelearner` tinyint(2) DEFAULT NULL, `provisioningmodeinstructor` tinyint(2) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_enroltitool_uui_uix` (`uuid`), KEY `mdl_enroltitool_enr_ix` (`enrolid`), KEY `mdl_enroltitool_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='List of tools provided to the remote system'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_tools` -- LOCK TABLES `mdl_enrol_lti_tools` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_tools` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_tools` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_user_resource_link` -- DROP TABLE IF EXISTS `mdl_enrol_lti_user_resource_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol_lti_user_resource_link` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `ltiuserid` bigint(10) NOT NULL, `resourcelinkid` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_enroltiuserresolink_lt_uix` (`ltiuserid`,`resourcelinkid`), KEY `mdl_enroltiuserresolink_lti_ix` (`ltiuserid`), KEY `mdl_enroltiuserresolink_res_ix` (`resourcelinkid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Join table mapping users to resource links as this is a many'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_user_resource_link` -- LOCK TABLES `mdl_enrol_lti_user_resource_link` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_user_resource_link` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_user_resource_link` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_users` -- DROP TABLE IF EXISTS `mdl_enrol_lti_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol_lti_users` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `toolid` bigint(10) NOT NULL, `serviceurl` longtext DEFAULT NULL, `sourceid` longtext DEFAULT NULL, `ltideploymentid` bigint(10) DEFAULT NULL, `consumerkey` longtext DEFAULT NULL, `consumersecret` longtext DEFAULT NULL, `membershipsurl` longtext DEFAULT NULL, `membershipsid` longtext DEFAULT NULL, `lastgrade` decimal(10,5) DEFAULT NULL, `lastaccess` bigint(10) DEFAULT NULL, `timecreated` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_enroltiuser_use_ix` (`userid`), KEY `mdl_enroltiuser_too_ix` (`toolid`), KEY `mdl_enroltiuser_lti_ix` (`ltideploymentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='User access log and gradeback data'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_users` -- LOCK TABLES `mdl_enrol_lti_users` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_users` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_paypal` -- DROP TABLE IF EXISTS `mdl_enrol_paypal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_enropayp_bus_ix` (`business`), KEY `mdl_enropayp_rec_ix` (`receiver_email`), KEY `mdl_enropayp_cou_ix` (`courseid`), KEY `mdl_enropayp_use_ix` (`userid`), KEY `mdl_enropayp_ins_ix` (`instanceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Holds all known information about PayPal transactions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_paypal` -- LOCK TABLES `mdl_enrol_paypal` WRITE; /*!40000 ALTER TABLE `mdl_enrol_paypal` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_paypal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_event` -- DROP TABLE IF EXISTS `mdl_event`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `component` varchar(100) DEFAULT NULL, `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 DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_even_cou_ix` (`courseid`), KEY `mdl_even_use_ix` (`userid`), KEY `mdl_even_tim_ix` (`timestart`), KEY `mdl_even_tim2_ix` (`timeduration`), KEY `mdl_even_uui_ix` (`uuid`), KEY `mdl_even_typtim_ix` (`type`,`timesort`), KEY `mdl_even_grocoucatvisuse_ix` (`groupid`,`courseid`,`categoryid`,`visible`,`userid`), KEY `mdl_even_eve_ix` (`eventtype`), KEY `mdl_even_comeveins_ix` (`component`,`eventtype`,`instance`), KEY `mdl_even_modinseve_ix` (`modulename`,`instance`,`eventtype`), KEY `mdl_even_cat_ix` (`categoryid`), KEY `mdl_even_sub_ix` (`subscriptionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='For everything with a time associated to it'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_event` -- LOCK TABLES `mdl_event` WRITE; /*!40000 ALTER TABLE `mdl_event` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_event` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_event_subscriptions` -- DROP TABLE IF EXISTS `mdl_event_subscriptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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`), KEY `mdl_evensubs_cou_ix` (`courseid`), KEY `mdl_evensubs_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Tracks subscriptions to remote calendars.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_event_subscriptions` -- LOCK TABLES `mdl_event_subscriptions` WRITE; /*!40000 ALTER TABLE `mdl_event_subscriptions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_event_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_events_handlers` -- DROP TABLE IF EXISTS `mdl_events_handlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `schedule` varchar(255) DEFAULT NULL, `status` bigint(10) NOT NULL DEFAULT 0, `internal` tinyint(2) NOT NULL DEFAULT 1, PRIMARY KEY (`id`), UNIQUE KEY `mdl_evenhand_evecom_uix` (`eventname`,`component`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table is for storing which components requests what typ'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_events_handlers` -- LOCK TABLES `mdl_events_handlers` WRITE; /*!40000 ALTER TABLE `mdl_events_handlers` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_events_handlers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_events_queue` -- DROP TABLE IF EXISTS `mdl_events_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_events_queue` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `eventdata` longtext NOT NULL, `stackdump` longtext DEFAULT NULL, `userid` bigint(10) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_evenqueu_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table is for storing queued events. It stores only one '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_events_queue` -- LOCK TABLES `mdl_events_queue` WRITE; /*!40000 ALTER TABLE `mdl_events_queue` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_events_queue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_events_queue_handlers` -- DROP TABLE IF EXISTS `mdl_events_queue_handlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_evenqueuhand_que_ix` (`queuedeventid`), KEY `mdl_evenqueuhand_han_ix` (`handlerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This is the list of queued handlers for processing. The even'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_events_queue_handlers` -- LOCK TABLES `mdl_events_queue_handlers` WRITE; /*!40000 ALTER TABLE `mdl_events_queue_handlers` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_events_queue_handlers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_external_functions` -- DROP TABLE IF EXISTS `mdl_external_functions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_extefunc_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=721 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='list of all external functions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_external_functions` -- LOCK TABLES `mdl_external_functions` WRITE; /*!40000 ALTER TABLE `mdl_external_functions` DISABLE KEYS */; INSERT INTO `mdl_external_functions` (`id`, `name`, `classname`, `methodname`, `classpath`, `component`, `capabilities`, `services`) 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_auth_resend_confirmation_email','core_auth_external','resend_confirmation_email',NULL,'moodle','',NULL),(6,'core_backup_get_async_backup_progress','core_backup_external','get_async_backup_progress','backup/externallib.php','moodle','',NULL),(7,'core_backup_get_async_backup_links_backup','core_backup_external','get_async_backup_links_backup','backup/externallib.php','moodle','',NULL),(8,'core_backup_get_async_backup_links_restore','core_backup_external','get_async_backup_links_restore','backup/externallib.php','moodle','',NULL),(9,'core_backup_get_copy_progress','core_backup_external','get_copy_progress','backup/externallib.php','moodle','',NULL),(10,'core_backup_submit_copy_form','core_backup_external','submit_copy_form','backup/externallib.php','moodle','',NULL),(11,'core_badges_get_user_badges','core_badges_external','get_user_badges',NULL,'moodle','moodle/badges:viewotherbadges','moodle_mobile_app'),(12,'core_badges_get_user_badge_by_hash','core_badges\\external\\get_user_badge_by_hash','execute',NULL,'moodle','','moodle_mobile_app'),(13,'core_blog_get_entries','core_blog\\external','get_entries',NULL,'moodle','','moodle_mobile_app'),(14,'core_blog_view_entries','core_blog\\external','view_entries',NULL,'moodle','','moodle_mobile_app'),(15,'core_calendar_get_calendar_monthly_view','core_calendar_external','get_calendar_monthly_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(16,'core_calendar_get_calendar_day_view','core_calendar_external','get_calendar_day_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(17,'core_calendar_get_calendar_upcoming_view','core_calendar_external','get_calendar_upcoming_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(18,'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','moodle_mobile_app'),(19,'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'),(20,'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'),(21,'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'),(22,'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'),(23,'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'),(24,'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'),(25,'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'),(26,'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','moodle_mobile_app'),(27,'core_calendar_get_calendar_access_information','core_calendar_external','get_calendar_access_information','calendar/externallib.php','moodle','','moodle_mobile_app'),(28,'core_calendar_get_allowed_event_types','core_calendar_external','get_allowed_event_types','calendar/externallib.php','moodle','','moodle_mobile_app'),(29,'core_calendar_get_timestamps','core_calendar_external','get_timestamps','calendar/externallib.php','moodle','',NULL),(30,'core_calendar_get_calendar_export_token','core_calendar\\external\\export\\token','execute',NULL,'moodle','','moodle_mobile_app'),(31,'core_calendar_delete_subscription','core_calendar\\external\\subscription\\delete','execute',NULL,'moodle','',NULL),(32,'core_cohort_add_cohort_members','core_cohort_external','add_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(33,'core_cohort_create_cohorts','core_cohort_external','create_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(34,'core_cohort_delete_cohort_members','core_cohort_external','delete_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(35,'core_cohort_delete_cohorts','core_cohort_external','delete_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(36,'core_cohort_get_cohort_members','core_cohort_external','get_cohort_members','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(37,'core_cohort_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(38,'core_cohort_get_cohorts','core_cohort_external','get_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(39,'core_cohort_update_cohorts','core_cohort_external','update_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(40,'core_comment_get_comments','core_comment_external','get_comments',NULL,'moodle','moodle/comment:view','moodle_mobile_app'),(41,'core_comment_add_comments','core_comment_external','add_comments',NULL,'moodle','','moodle_mobile_app'),(42,'core_comment_delete_comments','core_comment_external','delete_comments',NULL,'moodle','','moodle_mobile_app'),(43,'core_completion_get_activities_completion_status','core_completion_external','get_activities_completion_status',NULL,'moodle','','moodle_mobile_app'),(44,'core_completion_get_course_completion_status','core_completion_external','get_course_completion_status',NULL,'moodle','report/completion:view','moodle_mobile_app'),(45,'core_completion_mark_course_self_completed','core_completion_external','mark_course_self_completed',NULL,'moodle','','moodle_mobile_app'),(46,'core_completion_update_activity_completion_status_manually','core_completion_external','update_activity_completion_status_manually',NULL,'moodle','','moodle_mobile_app'),(47,'core_completion_override_activity_completion_status','core_completion_external','override_activity_completion_status',NULL,'moodle','moodle/course:overridecompletion',NULL),(48,'core_course_create_categories','core_course_external','create_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(49,'core_course_create_courses','core_course_external','create_courses','course/externallib.php','moodle','moodle/course:create, moodle/course:visibility',NULL),(50,'core_course_delete_categories','core_course_external','delete_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(51,'core_course_delete_courses','core_course_external','delete_courses','course/externallib.php','moodle','moodle/course:delete',NULL),(52,'core_course_delete_modules','core_course_external','delete_modules','course/externallib.php','moodle','moodle/course:manageactivities',NULL),(53,'core_course_duplicate_course','core_course_external','duplicate_course','course/externallib.php','moodle','moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create',NULL),(54,'core_course_get_categories','core_course_external','get_categories','course/externallib.php','moodle','moodle/category:viewhiddencategories','moodle_mobile_app'),(55,'core_course_get_contents','core_course_external','get_course_contents','course/externallib.php','moodle','moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(56,'core_course_get_course_module','core_course_external','get_course_module','course/externallib.php','moodle','','moodle_mobile_app'),(57,'core_course_get_course_module_by_instance','core_course_external','get_course_module_by_instance','course/externallib.php','moodle','','moodle_mobile_app'),(58,'core_course_get_module','core_course_external','get_module','course/externallib.php','moodle','',NULL),(59,'core_courseformat_file_handlers','core_courseformat\\external\\file_handlers','execute',NULL,'moodle','',NULL),(60,'core_courseformat_get_state','core_courseformat\\external\\get_state','execute',NULL,'moodle','',NULL),(61,'core_courseformat_update_course','core_courseformat\\external\\update_course','execute',NULL,'moodle','moodle/course:sectionvisibility, moodle/course:activityvisibility',NULL),(62,'core_course_edit_module','core_course_external','edit_module','course/externallib.php','moodle','',NULL),(63,'core_course_edit_section','core_course_external','edit_section','course/externallib.php','moodle','',NULL),(64,'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'),(65,'core_course_import_course','core_course_external','import_course','course/externallib.php','moodle','moodle/backup:backuptargetimport, moodle/restore:restoretargetimport',NULL),(66,'core_course_search_courses','core_course_external','search_courses','course/externallib.php','moodle','','moodle_mobile_app'),(67,'core_course_update_categories','core_course_external','update_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(68,'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),(69,'core_course_view_course','core_course_external','view_course','course/externallib.php','moodle','','moodle_mobile_app'),(70,'core_course_get_user_navigation_options','core_course_external','get_user_navigation_options','course/externallib.php','moodle','','moodle_mobile_app'),(71,'core_course_get_user_administration_options','core_course_external','get_user_administration_options','course/externallib.php','moodle','','moodle_mobile_app'),(72,'core_course_get_courses_by_field','core_course_external','get_courses_by_field','course/externallib.php','moodle','','moodle_mobile_app'),(73,'core_course_check_updates','core_course_external','check_updates','course/externallib.php','moodle','','moodle_mobile_app'),(74,'core_course_get_updates_since','core_course_external','get_updates_since','course/externallib.php','moodle','','moodle_mobile_app'),(75,'core_course_get_enrolled_courses_by_timeline_classification','core_course_external','get_enrolled_courses_by_timeline_classification','course/externallib.php','moodle','','moodle_mobile_app'),(76,'core_course_get_enrolled_courses_with_action_events_by_timeline_classification','\\core_course\\external\\get_enrolled_courses_with_action_events_by_timeline_classification','execute',NULL,'moodle','','moodle_mobile_app'),(77,'core_course_get_recent_courses','core_course_external','get_recent_courses','course/externallib.php','moodle','','moodle_mobile_app'),(78,'core_course_set_favourite_courses','core_course_external','set_favourite_courses','course/externallib.php','moodle','','moodle_mobile_app'),(79,'core_course_get_enrolled_users_by_cmid','core_course_external','get_enrolled_users_by_cmid','course/externallib.php','moodle','',NULL),(80,'core_course_add_content_item_to_user_favourites','core_course_external','add_content_item_to_user_favourites','course/externallib.php','moodle','',NULL),(81,'core_course_remove_content_item_from_user_favourites','core_course_external','remove_content_item_from_user_favourites','course/externallib.php','moodle','',NULL),(82,'core_course_get_course_content_items','core_course_external','get_course_content_items','course/externallib.php','moodle','',NULL),(83,'core_course_get_activity_chooser_footer','core_course_external','get_activity_chooser_footer','course/externallib.php','moodle','',NULL),(84,'core_course_toggle_activity_recommendation','core_course_external','toggle_activity_recommendation','course/externallib.php','moodle','',NULL),(85,'core_enrol_get_course_enrolment_methods','core_enrol_external','get_course_enrolment_methods','enrol/externallib.php','moodle','','moodle_mobile_app'),(86,'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'),(87,'core_enrol_get_enrolled_users_with_capability','core_enrol_external','get_enrolled_users_with_capability','enrol/externallib.php','moodle','',NULL),(88,'core_enrol_get_potential_users','core_enrol_external','get_potential_users','enrol/externallib.php','moodle','moodle/course:enrolreview',NULL),(89,'core_enrol_search_users','core_enrol_external','search_users','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(90,'core_enrol_get_users_courses','core_enrol_external','get_users_courses','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(91,'core_enrol_submit_user_enrolment_form','core_enrol_external','submit_user_enrolment_form','enrol/externallib.php','moodle','',NULL),(92,'core_enrol_unenrol_user_enrolment','core_enrol_external','unenrol_user_enrolment','enrol/externallib.php','moodle','',NULL),(93,'core_fetch_notifications','core_external','fetch_notifications','lib/external/externallib.php','moodle','',NULL),(94,'core_session_touch','core\\session\\external','touch_session',NULL,'moodle','',NULL),(95,'core_session_time_remaining','core\\session\\external','time_remaining',NULL,'moodle','',NULL),(96,'core_files_get_files','core_files_external','get_files','files/externallib.php','moodle','','moodle_mobile_app'),(97,'core_files_upload','core_files_external','upload','files/externallib.php','moodle','',NULL),(98,'core_files_delete_draft_files','core_files\\external\\delete\\draft','execute',NULL,'moodle','','moodle_mobile_app'),(99,'core_files_get_unused_draft_itemid','core_files\\external\\get\\unused_draft','execute',NULL,'moodle','','moodle_mobile_app'),(100,'core_form_get_filetypes_browser_data','core_form\\external','get_filetypes_browser_data',NULL,'moodle','',NULL),(101,'core_form_dynamic_form','core_form\\external\\dynamic_form','execute',NULL,'moodle','',NULL),(102,'core_get_component_strings','core_external','get_component_strings','lib/external/externallib.php','moodle','','moodle_mobile_app'),(103,'core_get_fragment','core_external','get_fragment','lib/external/externallib.php','moodle','',NULL),(104,'core_get_string','core_external','get_string','lib/external/externallib.php','moodle','',NULL),(105,'core_get_strings','core_external','get_strings','lib/external/externallib.php','moodle','',NULL),(106,'core_get_user_dates','core_external','get_user_dates','lib/external/externallib.php','moodle','',NULL),(107,'core_grades_update_grades','core_grades_external','update_grades',NULL,'moodle','',NULL),(108,'core_grades_grader_gradingpanel_point_fetch','core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(109,'core_grades_grader_gradingpanel_point_store','core_grades\\grades\\grader\\gradingpanel\\point\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(110,'core_grades_grader_gradingpanel_scale_fetch','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(111,'core_grades_grader_gradingpanel_scale_store','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(112,'core_grades_create_gradecategories','core_grades\\external\\create_gradecategories','execute',NULL,'moodle','moodle/grade:manage',NULL),(113,'core_grades_get_enrolled_users_for_search_widget','core_grades\\external\\get_enrolled_users_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(114,'core_grades_get_enrolled_users_for_selector','core_grades\\external\\get_enrolled_users_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(115,'core_grades_get_groups_for_search_widget','core_group\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(116,'core_grades_get_groups_for_selector','core_group\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(117,'core_grades_get_feedback','core_grades\\external\\get_feedback','execute',NULL,'moodle','',NULL),(118,'core_grades_get_gradeitems','core_grades\\external\\get_gradeitems','execute',NULL,'moodle','','moodle_mobile_app'),(119,'core_grades_get_grade_tree','core_grades\\external\\get_grade_tree','execute',NULL,'moodle','',NULL),(120,'core_grades_get_gradable_users','core_grades\\external\\get_gradable_users','execute',NULL,'moodle','','moodle_mobile_app'),(121,'core_grading_get_definitions','core_grading_external','get_definitions',NULL,'moodle','',NULL),(122,'core_grading_get_gradingform_instances','core_grading_external','get_gradingform_instances',NULL,'moodle','',NULL),(123,'core_grading_save_definitions','core_grading_external','save_definitions',NULL,'moodle','',NULL),(124,'core_group_add_group_members','core_group_external','add_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(125,'core_group_assign_grouping','core_group_external','assign_grouping','group/externallib.php','moodle','',NULL),(126,'core_group_create_groupings','core_group_external','create_groupings','group/externallib.php','moodle','',NULL),(127,'core_group_create_groups','core_group_external','create_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(128,'core_group_delete_group_members','core_group_external','delete_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(129,'core_group_delete_groupings','core_group_external','delete_groupings','group/externallib.php','moodle','',NULL),(130,'core_group_delete_groups','core_group_external','delete_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(131,'core_group_get_activity_allowed_groups','core_group_external','get_activity_allowed_groups','group/externallib.php','moodle','','moodle_mobile_app'),(132,'core_group_get_activity_groupmode','core_group_external','get_activity_groupmode','group/externallib.php','moodle','','moodle_mobile_app'),(133,'core_group_get_course_groupings','core_group_external','get_course_groupings','group/externallib.php','moodle','','moodle_mobile_app'),(134,'core_group_get_course_groups','core_group_external','get_course_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(135,'core_group_get_course_user_groups','core_group_external','get_course_user_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(136,'core_group_get_group_members','core_group_external','get_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(137,'core_group_get_groupings','core_group_external','get_groupings','group/externallib.php','moodle','',NULL),(138,'core_group_get_groups','core_group_external','get_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(139,'core_group_get_groups_for_selector','core_group\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(140,'core_group_unassign_grouping','core_group_external','unassign_grouping','group/externallib.php','moodle','',NULL),(141,'core_group_update_groupings','core_group_external','update_groupings','group/externallib.php','moodle','',NULL),(142,'core_group_update_groups','core_group_external','update_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(143,'core_message_mute_conversations','core_message_external','mute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(144,'core_message_unmute_conversations','core_message_external','unmute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(145,'core_message_block_user','core_message_external','block_user','message/externallib.php','moodle','','moodle_mobile_app'),(146,'core_message_get_contact_requests','core_message_external','get_contact_requests','message/externallib.php','moodle','','moodle_mobile_app'),(147,'core_message_create_contact_request','core_message_external','create_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(148,'core_message_confirm_contact_request','core_message_external','confirm_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(149,'core_message_decline_contact_request','core_message_external','decline_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(150,'core_message_get_received_contact_requests_count','core_message_external','get_received_contact_requests_count','message/externallib.php','moodle','','moodle_mobile_app'),(151,'core_message_delete_contacts','core_message_external','delete_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(152,'core_message_delete_conversations_by_id','core_message_external','delete_conversations_by_id','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(153,'core_message_delete_message','core_message_external','delete_message','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(154,'core_message_get_blocked_users','core_message_external','get_blocked_users','message/externallib.php','moodle','','moodle_mobile_app'),(155,'core_message_data_for_messagearea_search_messages','core_message_external','data_for_messagearea_search_messages','message/externallib.php','moodle','','moodle_mobile_app'),(156,'core_message_message_search_users','core_message_external','message_search_users','message/externallib.php','moodle','','moodle_mobile_app'),(157,'core_message_get_user_contacts','core_message_external','get_user_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(158,'core_message_get_conversations','core_message_external','get_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(159,'core_message_get_conversation','core_message_external','get_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(160,'core_message_get_conversation_between_users','core_message_external','get_conversation_between_users','message/externallib.php','moodle','','moodle_mobile_app'),(161,'core_message_get_self_conversation','core_message_external','get_self_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(162,'core_message_get_messages','core_message_external','get_messages','message/externallib.php','moodle','','moodle_mobile_app'),(163,'core_message_get_conversation_counts','core_message_external','get_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(164,'core_message_get_unread_conversation_counts','core_message_external','get_unread_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(165,'core_message_get_conversation_members','core_message_external','get_conversation_members','message/externallib.php','moodle','','moodle_mobile_app'),(166,'core_message_get_member_info','core_message_external','get_member_info','message/externallib.php','moodle','','moodle_mobile_app'),(167,'core_message_get_unread_conversations_count','core_message_external','get_unread_conversations_count','message/externallib.php','moodle','','moodle_mobile_app'),(168,'core_message_mark_all_notifications_as_read','core_message_external','mark_all_notifications_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(169,'core_message_mark_all_conversation_messages_as_read','core_message_external','mark_all_conversation_messages_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(170,'core_message_mark_message_read','core_message_external','mark_message_read','message/externallib.php','moodle','','moodle_mobile_app'),(171,'core_message_mark_notification_read','core_message_external','mark_notification_read','message/externallib.php','moodle','','moodle_mobile_app'),(172,'core_message_message_processor_config_form','core_message_external','message_processor_config_form','message/externallib.php','moodle','','moodle_mobile_app'),(173,'core_message_get_message_processor','core_message_external','get_message_processor','message/externallib.php','moodle','',NULL),(174,'core_message_search_contacts','core_message_external','search_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(175,'core_message_send_instant_messages','core_message_external','send_instant_messages','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(176,'core_message_send_messages_to_conversation','core_message_external','send_messages_to_conversation','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(177,'core_message_get_conversation_messages','core_message_external','get_conversation_messages','message/externallib.php','moodle','','moodle_mobile_app'),(178,'core_message_unblock_user','core_message_external','unblock_user','message/externallib.php','moodle','','moodle_mobile_app'),(179,'core_message_get_user_notification_preferences','core_message_external','get_user_notification_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(180,'core_message_get_user_message_preferences','core_message_external','get_user_message_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(181,'core_message_set_favourite_conversations','core_message_external','set_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(182,'core_message_unset_favourite_conversations','core_message_external','unset_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(183,'core_message_delete_message_for_all_users','core_message_external','delete_message_for_all_users','message/externallib.php','moodle','moodle/site:deleteanymessage','moodle_mobile_app'),(184,'core_message_get_unread_notification_count','\\core_message\\external\\get_unread_notification_count','execute',NULL,'moodle','','moodle_mobile_app'),(185,'core_my_view_page','\\core_my\\external\\view_page','execute',NULL,'moodle','','moodle_mobile_app'),(186,'core_notes_create_notes','core_notes_external','create_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(187,'core_notes_delete_notes','core_notes_external','delete_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(188,'core_notes_get_course_notes','core_notes_external','get_course_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(189,'core_notes_get_notes','core_notes_external','get_notes','notes/externallib.php','moodle','moodle/notes:view',NULL),(190,'core_notes_update_notes','core_notes_external','update_notes','notes/externallib.php','moodle','moodle/notes:manage',NULL),(191,'core_notes_view_notes','core_notes_external','view_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(192,'core_output_load_template','core\\output\\external','load_template',NULL,'moodle','',NULL),(193,'core_output_load_template_with_dependencies','core\\output\\external','load_template_with_dependencies',NULL,'moodle','',NULL),(194,'core_output_load_fontawesome_icon_map','core\\output\\external','load_fontawesome_icon_map',NULL,'moodle','',NULL),(195,'core_output_load_fontawesome_icon_system_map','core\\external\\output\\icon_system\\load_fontawesome_map','execute',NULL,'moodle','',NULL),(196,'core_question_update_flag','core_question_external','update_flag',NULL,'moodle','moodle/question:flag','moodle_mobile_app'),(197,'core_question_submit_tags_form','core_question_external','submit_tags_form',NULL,'moodle','',NULL),(198,'core_question_get_random_question_summaries','core_question_external','get_random_question_summaries',NULL,'moodle','',NULL),(199,'core_rating_get_item_ratings','core_rating_external','get_item_ratings',NULL,'moodle','moodle/rating:view','moodle_mobile_app'),(200,'core_rating_add_rating','core_rating_external','add_rating',NULL,'moodle','moodle/rating:rate','moodle_mobile_app'),(201,'core_role_assign_roles','core_role_external','assign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(202,'core_role_unassign_roles','core_role_external','unassign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(203,'core_search_get_relevant_users','\\core_search\\external','get_relevant_users',NULL,'moodle','',NULL),(204,'core_search_get_results','\\core_search\\external\\get_results','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(205,'core_search_get_search_areas_list','\\core_search\\external\\get_search_areas_list','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(206,'core_search_view_results','\\core_search\\external\\view_results','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(207,'core_search_get_top_results','\\core_search\\external\\get_top_results','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(208,'core_tag_get_tagindex','core_tag_external','get_tagindex',NULL,'moodle','','moodle_mobile_app'),(209,'core_tag_get_tags','core_tag_external','get_tags',NULL,'moodle','',NULL),(210,'core_tag_update_tags','core_tag_external','update_tags',NULL,'moodle','',NULL),(211,'core_tag_get_tagindex_per_area','core_tag_external','get_tagindex_per_area',NULL,'moodle','','moodle_mobile_app'),(212,'core_tag_get_tag_areas','core_tag_external','get_tag_areas',NULL,'moodle','','moodle_mobile_app'),(213,'core_tag_get_tag_collections','core_tag_external','get_tag_collections',NULL,'moodle','','moodle_mobile_app'),(214,'core_tag_get_tag_cloud','core_tag_external','get_tag_cloud',NULL,'moodle','','moodle_mobile_app'),(215,'core_update_inplace_editable','core_external','update_inplace_editable','lib/external/externallib.php','moodle','',NULL),(216,'core_user_add_user_device','core_user_external','add_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(217,'core_user_update_user_device_public_key','\\core_user\\external\\update_user_device_public_key','execute',NULL,'moodle','','moodle_mobile_app'),(218,'core_user_add_user_private_files','core_user_external','add_user_private_files','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(219,'core_user_create_users','core_user_external','create_users','user/externallib.php','moodle','moodle/user:create',NULL),(220,'core_user_delete_users','core_user_external','delete_users','user/externallib.php','moodle','moodle/user:delete',NULL),(221,'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'),(222,'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),(223,'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'),(224,'core_user_search_identity','\\core_user\\external\\search_identity','execute',NULL,'moodle','moodle/user:viewalldetails',NULL),(225,'core_user_remove_user_device','core_user_external','remove_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(226,'core_user_update_users','core_user_external','update_users','user/externallib.php','moodle','moodle/user:update',NULL),(227,'core_user_update_user_preferences','core_user_external','update_user_preferences','user/externallib.php','moodle','moodle/user:editownmessageprofile, moodle/user:editmessageprofile','moodle_mobile_app'),(228,'core_user_view_user_list','core_user_external','view_user_list','user/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(229,'core_user_view_user_profile','core_user_external','view_user_profile','user/externallib.php','moodle','moodle/user:viewdetails','moodle_mobile_app'),(230,'core_user_get_user_preferences','core_user_external','get_user_preferences','user/externallib.php','moodle','','moodle_mobile_app'),(231,'core_user_update_picture','core_user_external','update_picture','user/externallib.php','moodle','moodle/user:editownprofile, moodle/user:editprofile','moodle_mobile_app'),(232,'core_user_set_user_preferences','core_user_external','set_user_preferences','user/externallib.php','moodle','moodle/site:config','moodle_mobile_app'),(233,'core_user_agree_site_policy','core_user_external','agree_site_policy','user/externallib.php','moodle','','moodle_mobile_app'),(234,'core_user_get_private_files_info','core_user_external','get_private_files_info','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(235,'core_competency_create_competency_framework','core_competency\\external','create_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(236,'core_competency_read_competency_framework','core_competency\\external','read_competency_framework',NULL,'moodle','moodle/competency:competencyview',NULL),(237,'core_competency_duplicate_competency_framework','core_competency\\external','duplicate_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(238,'core_competency_delete_competency_framework','core_competency\\external','delete_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(239,'core_competency_update_competency_framework','core_competency\\external','update_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(240,'core_competency_list_competency_frameworks','core_competency\\external','list_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(241,'core_competency_count_competency_frameworks','core_competency\\external','count_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(242,'core_competency_competency_framework_viewed','core_competency\\external','competency_framework_viewed',NULL,'moodle','moodle/competency:competencyview',NULL),(243,'core_competency_create_competency','core_competency\\external','create_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(244,'core_competency_read_competency','core_competency\\external','read_competency',NULL,'moodle','moodle/competency:competencyview',NULL),(245,'core_competency_competency_viewed','core_competency\\external','competency_viewed',NULL,'moodle','moodle/competency:competencyview','moodle_mobile_app'),(246,'core_competency_delete_competency','core_competency\\external','delete_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(247,'core_competency_update_competency','core_competency\\external','update_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(248,'core_competency_list_competencies','core_competency\\external','list_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(249,'core_competency_list_competencies_in_template','core_competency\\external','list_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(250,'core_competency_count_competencies','core_competency\\external','count_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(251,'core_competency_count_competencies_in_template','core_competency\\external','count_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(252,'core_competency_search_competencies','core_competency\\external','search_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(253,'core_competency_set_parent_competency','core_competency\\external','set_parent_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(254,'core_competency_move_up_competency','core_competency\\external','move_up_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(255,'core_competency_move_down_competency','core_competency\\external','move_down_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(256,'core_competency_list_course_module_competencies','core_competency\\external','list_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(257,'core_competency_count_course_module_competencies','core_competency\\external','count_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(258,'core_competency_list_course_competencies','core_competency\\external','list_course_competencies',NULL,'moodle','moodle/competency:coursecompetencyview','moodle_mobile_app'),(259,'core_competency_count_competencies_in_course','core_competency\\external','count_competencies_in_course',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(260,'core_competency_count_courses_using_competency','core_competency\\external','count_courses_using_competency',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(261,'core_competency_add_competency_to_course','core_competency\\external','add_competency_to_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(262,'core_competency_add_competency_to_template','core_competency\\external','add_competency_to_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(263,'core_competency_remove_competency_from_course','core_competency\\external','remove_competency_from_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(264,'core_competency_set_course_competency_ruleoutcome','core_competency\\external','set_course_competency_ruleoutcome',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(265,'core_competency_remove_competency_from_template','core_competency\\external','remove_competency_from_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(266,'core_competency_reorder_course_competency','core_competency\\external','reorder_course_competency',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(267,'core_competency_reorder_template_competency','core_competency\\external','reorder_template_competency',NULL,'moodle','moodle/competency:templatemanage',NULL),(268,'core_competency_create_template','core_competency\\external','create_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(269,'core_competency_duplicate_template','core_competency\\external','duplicate_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(270,'core_competency_read_template','core_competency\\external','read_template',NULL,'moodle','moodle/competency:templateview',NULL),(271,'core_competency_delete_template','core_competency\\external','delete_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(272,'core_competency_update_template','core_competency\\external','update_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(273,'core_competency_list_templates','core_competency\\external','list_templates',NULL,'moodle','moodle/competency:templateview',NULL),(274,'core_competency_list_templates_using_competency','core_competency\\external','list_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(275,'core_competency_count_templates','core_competency\\external','count_templates',NULL,'moodle','moodle/competency:templateview',NULL),(276,'core_competency_count_templates_using_competency','core_competency\\external','count_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(277,'core_competency_create_plan','core_competency\\external','create_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(278,'core_competency_update_plan','core_competency\\external','update_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(279,'core_competency_complete_plan','core_competency\\external','complete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(280,'core_competency_reopen_plan','core_competency\\external','reopen_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(281,'core_competency_read_plan','core_competency\\external','read_plan',NULL,'moodle','moodle/competency:planviewown',NULL),(282,'core_competency_delete_plan','core_competency\\external','delete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(283,'core_competency_list_user_plans','core_competency\\external','list_user_plans',NULL,'moodle','moodle/competency:planviewown',NULL),(284,'core_competency_list_plan_competencies','core_competency\\external','list_plan_competencies',NULL,'moodle','moodle/competency:planviewown',NULL),(285,'core_competency_add_competency_to_plan','core_competency\\external','add_competency_to_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(286,'core_competency_remove_competency_from_plan','core_competency\\external','remove_competency_from_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(287,'core_competency_reorder_plan_competency','core_competency\\external','reorder_plan_competency',NULL,'moodle','moodle/competency:planmanage',NULL),(288,'core_competency_plan_request_review','core_competency\\external','plan_request_review',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(289,'core_competency_plan_start_review','core_competency\\external','plan_start_review',NULL,'moodle','moodle/competency:planmanage',NULL),(290,'core_competency_plan_stop_review','core_competency\\external','plan_stop_review',NULL,'moodle','moodle/competency:planmanage',NULL),(291,'core_competency_plan_cancel_review_request','core_competency\\external','plan_cancel_review_request',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(292,'core_competency_approve_plan','core_competency\\external','approve_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(293,'core_competency_unapprove_plan','core_competency\\external','unapprove_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(294,'core_competency_template_has_related_data','core_competency\\external','template_has_related_data',NULL,'moodle','moodle/competency:templateview',NULL),(295,'core_competency_get_scale_values','core_competency\\external','get_scale_values',NULL,'moodle','moodle/competency:competencymanage','moodle_mobile_app'),(296,'core_competency_add_related_competency','core_competency\\external','add_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(297,'core_competency_remove_related_competency','core_competency\\external','remove_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(298,'core_competency_read_user_evidence','core_competency\\external','read_user_evidence',NULL,'moodle','moodle/competency:userevidenceview',NULL),(299,'core_competency_delete_user_evidence','core_competency\\external','delete_user_evidence',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(300,'core_competency_create_user_evidence_competency','core_competency\\external','create_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown, moodle/competency:competencyview',NULL),(301,'core_competency_delete_user_evidence_competency','core_competency\\external','delete_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(302,'core_competency_user_competency_cancel_review_request','core_competency\\external','user_competency_cancel_review_request',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(303,'core_competency_user_competency_request_review','core_competency\\external','user_competency_request_review',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(304,'core_competency_user_competency_start_review','core_competency\\external','user_competency_start_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(305,'core_competency_user_competency_stop_review','core_competency\\external','user_competency_stop_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(306,'core_competency_user_competency_viewed','core_competency\\external','user_competency_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(307,'core_competency_user_competency_viewed_in_plan','core_competency\\external','user_competency_viewed_in_plan',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(308,'core_competency_user_competency_viewed_in_course','core_competency\\external','user_competency_viewed_in_course',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(309,'core_competency_user_competency_plan_viewed','core_competency\\external','user_competency_plan_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(310,'core_competency_grade_competency','core_competency\\external','grade_competency',NULL,'moodle','moodle/competency:competencygrade',NULL),(311,'core_competency_grade_competency_in_plan','core_competency\\external','grade_competency_in_plan',NULL,'moodle','moodle/competency:competencygrade',NULL),(312,'core_competency_grade_competency_in_course','core_competency\\external','grade_competency_in_course',NULL,'moodle','moodle/competency:competencygrade','moodle_mobile_app'),(313,'core_competency_unlink_plan_from_template','core_competency\\external','unlink_plan_from_template',NULL,'moodle','moodle/competency:planmanage',NULL),(314,'core_competency_template_viewed','core_competency\\external','template_viewed',NULL,'moodle','moodle/competency:templateview',NULL),(315,'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),(316,'core_competency_update_course_competency_settings','core_competency\\external','update_course_competency_settings',NULL,'moodle','moodle/competency:coursecompetencyconfigure',NULL),(317,'core_competency_delete_evidence','core_competency\\external','delete_evidence',NULL,'moodle','moodle/competency:evidencedelete','moodle_mobile_app'),(318,'core_webservice_get_site_info','core_webservice_external','get_site_info','webservice/externallib.php','moodle','','moodle_mobile_app'),(319,'core_block_get_course_blocks','core_block_external','get_course_blocks',NULL,'moodle','','moodle_mobile_app'),(320,'core_block_get_dashboard_blocks','core_block_external','get_dashboard_blocks',NULL,'moodle','','moodle_mobile_app'),(321,'core_block_fetch_addable_blocks','core_block\\external\\fetch_addable_blocks','execute',NULL,'moodle','moodle/site:manageblocks','moodle_mobile_app'),(322,'core_filters_get_available_in_context','core_filters\\external','get_available_in_context',NULL,'moodle','','moodle_mobile_app'),(323,'core_customfield_delete_field','core_customfield_external','delete_field','customfield/externallib.php','moodle','',NULL),(324,'core_customfield_reload_template','core_customfield_external','reload_template','customfield/externallib.php','moodle','',NULL),(325,'core_customfield_create_category','core_customfield_external','create_category','customfield/externallib.php','moodle','',NULL),(326,'core_customfield_delete_category','core_customfield_external','delete_category','customfield/externallib.php','moodle','',NULL),(327,'core_customfield_move_field','core_customfield_external','move_field','customfield/externallib.php','moodle','',NULL),(328,'core_customfield_move_category','core_customfield_external','move_category','customfield/externallib.php','moodle','',NULL),(329,'core_h5p_get_trusted_h5p_file','core_h5p\\external','get_trusted_h5p_file',NULL,'moodle','','moodle_mobile_app'),(330,'core_table_get_dynamic_table_content','core_table\\external\\dynamic\\get','execute',NULL,'moodle','','moodle_mobile_app'),(331,'core_xapi_statement_post','core_xapi\\external\\post_statement','execute',NULL,'moodle','','moodle_mobile_app'),(332,'core_xapi_post_state','core_xapi\\external\\post_state','execute',NULL,'moodle','','moodle_mobile_app'),(333,'core_xapi_get_state','core_xapi\\external\\get_state','execute',NULL,'moodle','','moodle_mobile_app'),(334,'core_xapi_get_states','core_xapi\\external\\get_states','execute',NULL,'moodle','','moodle_mobile_app'),(335,'core_xapi_delete_state','core_xapi\\external\\delete_state','execute',NULL,'moodle','','moodle_mobile_app'),(336,'core_xapi_delete_states','core_xapi\\external\\delete_states','execute',NULL,'moodle','','moodle_mobile_app'),(337,'core_contentbank_delete_content','core_contentbank\\external\\delete_content','execute',NULL,'moodle','moodle/contentbank:deleteanycontent',NULL),(338,'core_contentbank_rename_content','core_contentbank\\external\\rename_content','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(339,'core_contentbank_copy_content','core_contentbank\\external\\copy_content','execute',NULL,'moodle','moodle/contentbank:copycontent, moodle/contentbank:copyanycontent',NULL),(340,'core_contentbank_set_content_visibility','core_contentbank\\external\\set_content_visibility','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(341,'core_create_userfeedback_action_record','core\\external\\record_userfeedback_action','execute',NULL,'moodle','',NULL),(342,'core_payment_get_available_gateways','core_payment\\external\\get_available_gateways','execute',NULL,'moodle','',NULL),(343,'core_reportbuilder_filters_reset','core_reportbuilder\\external\\filters\\reset','execute',NULL,'moodle','',NULL),(344,'core_reportbuilder_set_filters','core_reportbuilder\\external\\filters\\set','execute',NULL,'moodle','',NULL),(345,'core_dynamic_tabs_get_content','core\\external\\dynamic_tabs_get_content','execute',NULL,'moodle','',NULL),(346,'core_change_editmode','core\\external\\editmode','change_editmode',NULL,'moodle','',NULL),(347,'core_reportbuilder_reports_delete','core_reportbuilder\\external\\reports\\delete','execute',NULL,'moodle','',NULL),(348,'core_reportbuilder_reports_get','core_reportbuilder\\external\\reports\\get','execute',NULL,'moodle','',NULL),(349,'core_reportbuilder_list_reports','core_reportbuilder\\external\\reports\\listing','execute',NULL,'moodle','','moodle_mobile_app'),(350,'core_reportbuilder_retrieve_report','core_reportbuilder\\external\\reports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(351,'core_reportbuilder_retrieve_system_report','core_reportbuilder\\external\\systemreports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(352,'core_reportbuilder_can_view_system_report','core_reportbuilder\\external\\systemreports\\can_view','execute',NULL,'moodle','','moodle_mobile_app'),(353,'core_reportbuilder_view_report','core_reportbuilder\\external\\reports\\view','execute',NULL,'moodle','','moodle_mobile_app'),(354,'core_reportbuilder_columns_add','core_reportbuilder\\external\\columns\\add','execute',NULL,'moodle','',NULL),(355,'core_reportbuilder_columns_delete','core_reportbuilder\\external\\columns\\delete','execute',NULL,'moodle','',NULL),(356,'core_reportbuilder_columns_reorder','core_reportbuilder\\external\\columns\\reorder','execute',NULL,'moodle','',NULL),(357,'core_reportbuilder_columns_sort_get','core_reportbuilder\\external\\columns\\sort\\get','execute',NULL,'moodle','',NULL),(358,'core_reportbuilder_columns_sort_reorder','core_reportbuilder\\external\\columns\\sort\\reorder','execute',NULL,'moodle','',NULL),(359,'core_reportbuilder_columns_sort_toggle','core_reportbuilder\\external\\columns\\sort\\toggle','execute',NULL,'moodle','',NULL),(360,'core_reportbuilder_conditions_add','core_reportbuilder\\external\\conditions\\add','execute',NULL,'moodle','',NULL),(361,'core_reportbuilder_conditions_delete','core_reportbuilder\\external\\conditions\\delete','execute',NULL,'moodle','',NULL),(362,'core_reportbuilder_conditions_reorder','core_reportbuilder\\external\\conditions\\reorder','execute',NULL,'moodle','',NULL),(363,'core_reportbuilder_conditions_reset','core_reportbuilder\\external\\conditions\\reset','execute',NULL,'moodle','',NULL),(364,'core_reportbuilder_filters_add','core_reportbuilder\\external\\filters\\add','execute',NULL,'moodle','',NULL),(365,'core_reportbuilder_filters_delete','core_reportbuilder\\external\\filters\\delete','execute',NULL,'moodle','',NULL),(366,'core_reportbuilder_filters_reorder','core_reportbuilder\\external\\filters\\reorder','execute',NULL,'moodle','',NULL),(367,'core_reportbuilder_audiences_delete','core_reportbuilder\\external\\audiences\\delete','execute',NULL,'moodle','',NULL),(368,'core_reportbuilder_schedules_delete','core_reportbuilder\\external\\schedules\\delete','execute',NULL,'moodle','',NULL),(369,'core_reportbuilder_schedules_send','core_reportbuilder\\external\\schedules\\send','execute',NULL,'moodle','',NULL),(370,'core_reportbuilder_schedules_toggle','core_reportbuilder\\external\\schedules\\toggle','execute',NULL,'moodle','',NULL),(371,'core_admin_set_plugin_state','core_admin\\external\\set_plugin_state','execute',NULL,'moodle','',NULL),(372,'core_admin_set_plugin_order','core_admin\\external\\set_plugin_order','execute',NULL,'moodle','',NULL),(373,'core_admin_set_block_protection','core_admin\\external\\set_block_protection','execute',NULL,'moodle','',NULL),(374,'core_moodlenet_send_activity','core\\external\\moodlenet_send_activity','execute',NULL,'moodle','',NULL),(375,'core_moodlenet_get_share_info_activity','core\\external\\moodlenet_get_share_info_activity','execute',NULL,'moodle','',NULL),(376,'core_moodlenet_auth_check','core\\external\\moodlenet_auth_check','execute',NULL,'moodle','',NULL),(377,'core_moodlenet_get_shared_course_info','core\\external\\moodlenet_get_shared_course_info','execute',NULL,'moodle','',NULL),(378,'core_moodlenet_send_course','core\\external\\moodlenet_send_course','execute',NULL,'moodle','',NULL),(379,'mod_assign_copy_previous_attempt','mod_assign_external','copy_previous_attempt','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:submit',NULL),(380,'mod_assign_get_grades','mod_assign_external','get_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(381,'mod_assign_get_assignments','mod_assign_external','get_assignments','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(382,'mod_assign_get_submissions','mod_assign_external','get_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(383,'mod_assign_get_user_flags','mod_assign_external','get_user_flags','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(384,'mod_assign_set_user_flags','mod_assign_external','set_user_flags','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(385,'mod_assign_get_user_mappings','mod_assign_external','get_user_mappings','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(386,'mod_assign_revert_submissions_to_draft','mod_assign_external','revert_submissions_to_draft','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(387,'mod_assign_lock_submissions','mod_assign_external','lock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(388,'mod_assign_unlock_submissions','mod_assign_external','unlock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(389,'mod_assign_save_submission','mod_assign_external','save_submission','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(390,'mod_assign_submit_for_grading','mod_assign_external','submit_for_grading','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(391,'mod_assign_save_grade','mod_assign_external','save_grade','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(392,'mod_assign_save_grades','mod_assign_external','save_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(393,'mod_assign_save_user_extensions','mod_assign_external','save_user_extensions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(394,'mod_assign_reveal_identities','mod_assign_external','reveal_identities','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(395,'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'),(396,'mod_assign_view_submission_status','mod_assign_external','view_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(397,'mod_assign_get_submission_status','mod_assign_external','get_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(398,'mod_assign_list_participants','mod_assign_external','list_participants','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(399,'mod_assign_submit_grading_form','mod_assign_external','submit_grading_form','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(400,'mod_assign_get_participant','mod_assign_external','get_participant','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(401,'mod_assign_view_assign','mod_assign_external','view_assign','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(402,'mod_assign_start_submission','mod_assign\\external\\start_submission','execute',NULL,'mod_assign','mod/assign:view','moodle_mobile_app'),(403,'mod_bigbluebuttonbn_can_join','mod_bigbluebuttonbn\\external\\can_join','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(404,'mod_bigbluebuttonbn_get_recordings','mod_bigbluebuttonbn\\external\\get_recordings','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(405,'mod_bigbluebuttonbn_get_recordings_to_import','mod_bigbluebuttonbn\\external\\get_recordings_to_import','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:importrecordings','moodle_mobile_app'),(406,'mod_bigbluebuttonbn_update_recording','mod_bigbluebuttonbn\\external\\update_recording','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:managerecordings','moodle_mobile_app'),(407,'mod_bigbluebuttonbn_end_meeting','mod_bigbluebuttonbn\\external\\end_meeting','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(408,'mod_bigbluebuttonbn_completion_validate','mod_bigbluebuttonbn\\external\\completion_validate','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(409,'mod_bigbluebuttonbn_meeting_info','mod_bigbluebuttonbn\\external\\meeting_info','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(410,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses','mod_bigbluebuttonbn\\external\\get_bigbluebuttonbns_by_courses','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(411,'mod_bigbluebuttonbn_view_bigbluebuttonbn','mod_bigbluebuttonbn\\external\\view_bigbluebuttonbn','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(412,'mod_bigbluebuttonbn_get_join_url','mod_bigbluebuttonbn\\external\\get_join_url','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(413,'mod_book_view_book','mod_book_external','view_book',NULL,'mod_book','mod/book:read','moodle_mobile_app'),(414,'mod_book_get_books_by_courses','mod_book_external','get_books_by_courses',NULL,'mod_book','','moodle_mobile_app'),(415,'mod_chat_login_user','mod_chat_external','login_user',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(416,'mod_chat_get_chat_users','mod_chat_external','get_chat_users',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(417,'mod_chat_send_chat_message','mod_chat_external','send_chat_message',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(418,'mod_chat_get_chat_latest_messages','mod_chat_external','get_chat_latest_messages',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(419,'mod_chat_view_chat','mod_chat_external','view_chat',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(420,'mod_chat_get_chats_by_courses','mod_chat_external','get_chats_by_courses',NULL,'mod_chat','','moodle_mobile_app'),(421,'mod_chat_get_sessions','mod_chat_external','get_sessions',NULL,'mod_chat','','moodle_mobile_app'),(422,'mod_chat_get_session_messages','mod_chat_external','get_session_messages',NULL,'mod_chat','','moodle_mobile_app'),(423,'mod_chat_view_sessions','mod_chat\\external\\view_sessions','execute',NULL,'mod_chat','mod/chat:readlog','moodle_mobile_app'),(424,'mod_choice_get_choice_results','mod_choice_external','get_choice_results',NULL,'mod_choice','','moodle_mobile_app'),(425,'mod_choice_get_choice_options','mod_choice_external','get_choice_options',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(426,'mod_choice_submit_choice_response','mod_choice_external','submit_choice_response',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(427,'mod_choice_view_choice','mod_choice_external','view_choice',NULL,'mod_choice','','moodle_mobile_app'),(428,'mod_choice_get_choices_by_courses','mod_choice_external','get_choices_by_courses',NULL,'mod_choice','','moodle_mobile_app'),(429,'mod_choice_delete_choice_responses','mod_choice_external','delete_choice_responses',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(430,'mod_data_get_databases_by_courses','mod_data_external','get_databases_by_courses',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(431,'mod_data_view_database','mod_data_external','view_database',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(432,'mod_data_get_data_access_information','mod_data_external','get_data_access_information',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(433,'mod_data_get_entries','mod_data_external','get_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(434,'mod_data_get_entry','mod_data_external','get_entry',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(435,'mod_data_get_fields','mod_data_external','get_fields',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(436,'mod_data_search_entries','mod_data_external','search_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(437,'mod_data_approve_entry','mod_data_external','approve_entry',NULL,'mod_data','mod/data:approve','moodle_mobile_app'),(438,'mod_data_delete_entry','mod_data_external','delete_entry',NULL,'mod_data','mod/data:manageentries','moodle_mobile_app'),(439,'mod_data_add_entry','mod_data_external','add_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(440,'mod_data_update_entry','mod_data_external','update_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(441,'mod_data_delete_saved_preset','mod_data\\external\\delete_saved_preset','execute',NULL,'mod_data','mod/data:manageuserpresets',NULL),(442,'mod_data_get_mapping_information','mod_data\\external\\get_mapping_information','execute',NULL,'mod_data','mod/data:managetemplates',NULL),(443,'mod_feedback_get_feedbacks_by_courses','mod_feedback_external','get_feedbacks_by_courses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(444,'mod_feedback_get_feedback_access_information','mod_feedback_external','get_feedback_access_information',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(445,'mod_feedback_view_feedback','mod_feedback_external','view_feedback',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(446,'mod_feedback_get_current_completed_tmp','mod_feedback_external','get_current_completed_tmp',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(447,'mod_feedback_get_items','mod_feedback_external','get_items',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(448,'mod_feedback_launch_feedback','mod_feedback_external','launch_feedback',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(449,'mod_feedback_get_page_items','mod_feedback_external','get_page_items',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(450,'mod_feedback_process_page','mod_feedback_external','process_page',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(451,'mod_feedback_get_analysis','mod_feedback_external','get_analysis',NULL,'mod_feedback','mod/feedback:viewanalysepage','moodle_mobile_app'),(452,'mod_feedback_get_unfinished_responses','mod_feedback_external','get_unfinished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(453,'mod_feedback_get_finished_responses','mod_feedback_external','get_finished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(454,'mod_feedback_get_non_respondents','mod_feedback_external','get_non_respondents',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(455,'mod_feedback_get_responses_analysis','mod_feedback_external','get_responses_analysis',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(456,'mod_feedback_get_last_completed','mod_feedback_external','get_last_completed',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(457,'mod_folder_view_folder','mod_folder_external','view_folder',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(458,'mod_folder_get_folders_by_courses','mod_folder_external','get_folders_by_courses',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(459,'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'),(460,'mod_forum_get_discussion_posts','mod_forum_external','get_discussion_posts','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting','moodle_mobile_app'),(461,'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'),(462,'mod_forum_get_forum_discussions','mod_forum_external','get_forum_discussions','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting','moodle_mobile_app'),(463,'mod_forum_view_forum','mod_forum_external','view_forum','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(464,'mod_forum_view_forum_discussion','mod_forum_external','view_forum_discussion','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(465,'mod_forum_add_discussion_post','mod_forum_external','add_discussion_post','mod/forum/externallib.php','mod_forum','mod/forum:replypost','moodle_mobile_app'),(466,'mod_forum_add_discussion','mod_forum_external','add_discussion','mod/forum/externallib.php','mod_forum','mod/forum:startdiscussion','moodle_mobile_app'),(467,'mod_forum_can_add_discussion','mod_forum_external','can_add_discussion','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(468,'mod_forum_get_forum_access_information','mod_forum_external','get_forum_access_information',NULL,'mod_forum','','moodle_mobile_app'),(469,'mod_forum_set_subscription_state','mod_forum_external','set_subscription_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(470,'mod_forum_set_lock_state','mod_forum_external','set_lock_state','mod/forum/externallib.php','mod_forum','moodle/course:manageactivities','moodle_mobile_app'),(471,'mod_forum_toggle_favourite_state','mod_forum_external','toggle_favourite_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(472,'mod_forum_set_pin_state','mod_forum_external','set_pin_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(473,'mod_forum_delete_post','mod_forum_external','delete_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(474,'mod_forum_get_discussion_posts_by_userid','mod_forum_external','get_discussion_posts_by_userid','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting',NULL),(475,'mod_forum_get_discussion_post','mod_forum_external','get_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(476,'mod_forum_prepare_draft_area_for_post','mod_forum_external','prepare_draft_area_for_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(477,'mod_forum_update_discussion_post','mod_forum_external','update_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(478,'mod_glossary_get_glossaries_by_courses','mod_glossary_external','get_glossaries_by_courses',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(479,'mod_glossary_view_glossary','mod_glossary_external','view_glossary',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(480,'mod_glossary_view_entry','mod_glossary_external','view_entry',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(481,'mod_glossary_get_entries_by_letter','mod_glossary_external','get_entries_by_letter',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(482,'mod_glossary_get_entries_by_date','mod_glossary_external','get_entries_by_date',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(483,'mod_glossary_get_categories','mod_glossary_external','get_categories',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(484,'mod_glossary_get_entries_by_category','mod_glossary_external','get_entries_by_category',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(485,'mod_glossary_get_authors','mod_glossary_external','get_authors',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(486,'mod_glossary_get_entries_by_author','mod_glossary_external','get_entries_by_author',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(487,'mod_glossary_get_entries_by_author_id','mod_glossary_external','get_entries_by_author_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(488,'mod_glossary_get_entries_by_search','mod_glossary_external','get_entries_by_search',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(489,'mod_glossary_get_entries_by_term','mod_glossary_external','get_entries_by_term',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(490,'mod_glossary_get_entries_to_approve','mod_glossary_external','get_entries_to_approve',NULL,'mod_glossary','mod/glossary:approve','moodle_mobile_app'),(491,'mod_glossary_get_entry_by_id','mod_glossary_external','get_entry_by_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(492,'mod_glossary_add_entry','mod_glossary_external','add_entry',NULL,'mod_glossary','mod/glossary:write','moodle_mobile_app'),(493,'mod_glossary_delete_entry','mod_glossary\\external\\delete_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(494,'mod_glossary_update_entry','mod_glossary\\external\\update_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(495,'mod_glossary_prepare_entry_for_edition','mod_glossary\\external\\prepare_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(496,'mod_h5pactivity_get_h5pactivity_access_information','mod_h5pactivity\\external\\get_h5pactivity_access_information','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(497,'mod_h5pactivity_view_h5pactivity','mod_h5pactivity\\external\\view_h5pactivity','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(498,'mod_h5pactivity_get_attempts','mod_h5pactivity\\external\\get_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(499,'mod_h5pactivity_get_results','mod_h5pactivity\\external\\get_results','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(500,'mod_h5pactivity_get_h5pactivities_by_courses','mod_h5pactivity\\external\\get_h5pactivities_by_courses','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(501,'mod_h5pactivity_log_report_viewed','mod_h5pactivity\\external\\log_report_viewed','execute',NULL,'mod_h5pactivity','','moodle_mobile_app'),(502,'mod_h5pactivity_get_user_attempts','mod_h5pactivity\\external\\get_user_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:reviewattempts','moodle_mobile_app'),(503,'mod_imscp_view_imscp','mod_imscp_external','view_imscp',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(504,'mod_imscp_get_imscps_by_courses','mod_imscp_external','get_imscps_by_courses',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(505,'mod_label_get_labels_by_courses','mod_label_external','get_labels_by_courses',NULL,'mod_label','mod/label:view','moodle_mobile_app'),(506,'mod_lesson_get_lessons_by_courses','mod_lesson_external','get_lessons_by_courses',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(507,'mod_lesson_get_lesson_access_information','mod_lesson_external','get_lesson_access_information',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(508,'mod_lesson_view_lesson','mod_lesson_external','view_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(509,'mod_lesson_get_questions_attempts','mod_lesson_external','get_questions_attempts',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(510,'mod_lesson_get_user_grade','mod_lesson_external','get_user_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(511,'mod_lesson_get_user_attempt_grade','mod_lesson_external','get_user_attempt_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(512,'mod_lesson_get_content_pages_viewed','mod_lesson_external','get_content_pages_viewed',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(513,'mod_lesson_get_user_timers','mod_lesson_external','get_user_timers',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(514,'mod_lesson_get_pages','mod_lesson_external','get_pages',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(515,'mod_lesson_launch_attempt','mod_lesson_external','launch_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(516,'mod_lesson_get_page_data','mod_lesson_external','get_page_data',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(517,'mod_lesson_process_page','mod_lesson_external','process_page',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(518,'mod_lesson_finish_attempt','mod_lesson_external','finish_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(519,'mod_lesson_get_attempts_overview','mod_lesson_external','get_attempts_overview',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(520,'mod_lesson_get_user_attempt','mod_lesson_external','get_user_attempt',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(521,'mod_lesson_get_pages_possible_jumps','mod_lesson_external','get_pages_possible_jumps',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(522,'mod_lesson_get_lesson','mod_lesson_external','get_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(523,'mod_lti_get_tool_launch_data','mod_lti_external','get_tool_launch_data',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(524,'mod_lti_get_ltis_by_courses','mod_lti_external','get_ltis_by_courses',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(525,'mod_lti_view_lti','mod_lti_external','view_lti',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(526,'mod_lti_get_tool_proxies','mod_lti_external','get_tool_proxies',NULL,'mod_lti','moodle/site:config',NULL),(527,'mod_lti_create_tool_proxy','mod_lti_external','create_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(528,'mod_lti_delete_tool_proxy','mod_lti_external','delete_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(529,'mod_lti_get_tool_proxy_registration_request','mod_lti_external','get_tool_proxy_registration_request',NULL,'mod_lti','moodle/site:config',NULL),(530,'mod_lti_get_tool_types','mod_lti_external','get_tool_types',NULL,'mod_lti','moodle/site:config',NULL),(531,'mod_lti_get_tool_types_and_proxies','mod_lti\\external\\get_tool_types_and_proxies','execute',NULL,'mod_lti','moodle/site:config',NULL),(532,'mod_lti_get_tool_types_and_proxies_count','mod_lti\\external\\get_tool_types_and_proxies_count','execute',NULL,'mod_lti','moodle/site:config',NULL),(533,'mod_lti_create_tool_type','mod_lti_external','create_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(534,'mod_lti_update_tool_type','mod_lti_external','update_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(535,'mod_lti_delete_tool_type','mod_lti_external','delete_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(536,'mod_lti_delete_course_tool_type','mod_lti\\external\\delete_course_tool_type','execute',NULL,'mod_lti','mod/lti:addcoursetool',NULL),(537,'mod_lti_toggle_showinactivitychooser','mod_lti\\external\\toggle_showinactivitychooser','execute',NULL,'mod_lti','mod/lti:addcoursetool',NULL),(538,'mod_lti_is_cartridge','mod_lti_external','is_cartridge',NULL,'mod_lti','moodle/site:config',NULL),(539,'mod_page_view_page','mod_page_external','view_page',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(540,'mod_page_get_pages_by_courses','mod_page_external','get_pages_by_courses',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(541,'mod_quiz_get_quizzes_by_courses','mod_quiz_external','get_quizzes_by_courses',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(542,'mod_quiz_view_quiz','mod_quiz_external','view_quiz',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(543,'mod_quiz_get_user_attempts','mod_quiz_external','get_user_attempts',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(544,'mod_quiz_get_user_best_grade','mod_quiz_external','get_user_best_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(545,'mod_quiz_get_combined_review_options','mod_quiz_external','get_combined_review_options',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(546,'mod_quiz_start_attempt','mod_quiz_external','start_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(547,'mod_quiz_get_attempt_data','mod_quiz_external','get_attempt_data',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(548,'mod_quiz_get_attempt_summary','mod_quiz_external','get_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(549,'mod_quiz_save_attempt','mod_quiz_external','save_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(550,'mod_quiz_process_attempt','mod_quiz_external','process_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(551,'mod_quiz_get_attempt_review','mod_quiz_external','get_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(552,'mod_quiz_view_attempt','mod_quiz_external','view_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(553,'mod_quiz_view_attempt_summary','mod_quiz_external','view_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(554,'mod_quiz_view_attempt_review','mod_quiz_external','view_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(555,'mod_quiz_get_quiz_feedback_for_grade','mod_quiz_external','get_quiz_feedback_for_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(556,'mod_quiz_get_quiz_access_information','mod_quiz_external','get_quiz_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(557,'mod_quiz_get_attempt_access_information','mod_quiz_external','get_attempt_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(558,'mod_quiz_get_quiz_required_qtypes','mod_quiz_external','get_quiz_required_qtypes',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(559,'mod_quiz_set_question_version','mod_quiz\\external\\submit_question_version','execute',NULL,'mod_quiz','mod/quiz:view',NULL),(560,'mod_quiz_reopen_attempt','mod_quiz\\external\\reopen_attempt','execute',NULL,'mod_quiz','mod/quiz:reopenattempts',NULL),(561,'mod_quiz_get_reopen_attempt_confirmation','mod_quiz\\external\\get_reopen_attempt_confirmation','execute',NULL,'mod_quiz','mod/quiz:reopenattempts',NULL),(562,'mod_quiz_add_random_questions','mod_quiz\\external\\add_random_questions','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(563,'mod_quiz_update_filter_condition','mod_quiz\\external\\update_filter_condition','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(564,'mod_resource_view_resource','mod_resource_external','view_resource',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(565,'mod_resource_get_resources_by_courses','mod_resource_external','get_resources_by_courses',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(566,'mod_scorm_view_scorm','mod_scorm_external','view_scorm',NULL,'mod_scorm','','moodle_mobile_app'),(567,'mod_scorm_get_scorm_attempt_count','mod_scorm_external','get_scorm_attempt_count',NULL,'mod_scorm','','moodle_mobile_app'),(568,'mod_scorm_get_scorm_scoes','mod_scorm_external','get_scorm_scoes',NULL,'mod_scorm','','moodle_mobile_app'),(569,'mod_scorm_get_scorm_user_data','mod_scorm_external','get_scorm_user_data',NULL,'mod_scorm','','moodle_mobile_app'),(570,'mod_scorm_insert_scorm_tracks','mod_scorm_external','insert_scorm_tracks',NULL,'mod_scorm','mod/scorm:savetrack','moodle_mobile_app'),(571,'mod_scorm_get_scorm_sco_tracks','mod_scorm_external','get_scorm_sco_tracks',NULL,'mod_scorm','','moodle_mobile_app'),(572,'mod_scorm_get_scorms_by_courses','mod_scorm_external','get_scorms_by_courses',NULL,'mod_scorm','','moodle_mobile_app'),(573,'mod_scorm_launch_sco','mod_scorm_external','launch_sco',NULL,'mod_scorm','','moodle_mobile_app'),(574,'mod_scorm_get_scorm_access_information','mod_scorm_external','get_scorm_access_information',NULL,'mod_scorm','','moodle_mobile_app'),(575,'mod_survey_get_surveys_by_courses','mod_survey_external','get_surveys_by_courses',NULL,'mod_survey','','moodle_mobile_app'),(576,'mod_survey_view_survey','mod_survey_external','view_survey',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(577,'mod_survey_get_questions','mod_survey_external','get_questions',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(578,'mod_survey_submit_answers','mod_survey_external','submit_answers',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(579,'mod_url_view_url','mod_url_external','view_url',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(580,'mod_url_get_urls_by_courses','mod_url_external','get_urls_by_courses',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(581,'mod_wiki_get_wikis_by_courses','mod_wiki_external','get_wikis_by_courses',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(582,'mod_wiki_view_wiki','mod_wiki_external','view_wiki',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(583,'mod_wiki_view_page','mod_wiki_external','view_page',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(584,'mod_wiki_get_subwikis','mod_wiki_external','get_subwikis',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(585,'mod_wiki_get_subwiki_pages','mod_wiki_external','get_subwiki_pages',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(586,'mod_wiki_get_subwiki_files','mod_wiki_external','get_subwiki_files',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(587,'mod_wiki_get_page_contents','mod_wiki_external','get_page_contents',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(588,'mod_wiki_get_page_for_editing','mod_wiki_external','get_page_for_editing',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(589,'mod_wiki_new_page','mod_wiki_external','new_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(590,'mod_wiki_edit_page','mod_wiki_external','edit_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(591,'mod_workshop_get_workshops_by_courses','mod_workshop_external','get_workshops_by_courses',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(592,'mod_workshop_get_workshop_access_information','mod_workshop_external','get_workshop_access_information',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(593,'mod_workshop_get_user_plan','mod_workshop_external','get_user_plan',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(594,'mod_workshop_view_workshop','mod_workshop_external','view_workshop',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(595,'mod_workshop_add_submission','mod_workshop_external','add_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(596,'mod_workshop_update_submission','mod_workshop_external','update_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(597,'mod_workshop_delete_submission','mod_workshop_external','delete_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(598,'mod_workshop_get_submissions','mod_workshop_external','get_submissions',NULL,'mod_workshop','','moodle_mobile_app'),(599,'mod_workshop_get_submission','mod_workshop_external','get_submission',NULL,'mod_workshop','','moodle_mobile_app'),(600,'mod_workshop_get_submission_assessments','mod_workshop_external','get_submission_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(601,'mod_workshop_get_assessment','mod_workshop_external','get_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(602,'mod_workshop_get_assessment_form_definition','mod_workshop_external','get_assessment_form_definition',NULL,'mod_workshop','','moodle_mobile_app'),(603,'mod_workshop_get_reviewer_assessments','mod_workshop_external','get_reviewer_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(604,'mod_workshop_update_assessment','mod_workshop_external','update_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(605,'mod_workshop_get_grades','mod_workshop_external','get_grades',NULL,'mod_workshop','','moodle_mobile_app'),(606,'mod_workshop_evaluate_assessment','mod_workshop_external','evaluate_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(607,'mod_workshop_get_grades_report','mod_workshop_external','get_grades_report',NULL,'mod_workshop','','moodle_mobile_app'),(608,'mod_workshop_view_submission','mod_workshop_external','view_submission',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(609,'mod_workshop_evaluate_submission','mod_workshop_external','evaluate_submission',NULL,'mod_workshop','','moodle_mobile_app'),(610,'auth_email_get_signup_settings','auth_email_external','get_signup_settings',NULL,'auth_email','',NULL),(611,'auth_email_signup_user','auth_email_external','signup_user',NULL,'auth_email','',NULL),(612,'enrol_guest_get_instance_info','enrol_guest_external','get_instance_info',NULL,'enrol_guest','','moodle_mobile_app'),(613,'enrol_guest_validate_password','enrol_guest\\external\\validate_password','execute',NULL,'enrol_guest','','moodle_mobile_app'),(614,'enrol_manual_enrol_users','enrol_manual_external','enrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:enrol',NULL),(615,'enrol_manual_unenrol_users','enrol_manual_external','unenrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:unenrol',NULL),(616,'enrol_meta_add_instances','enrol_meta\\external\\add_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(617,'enrol_meta_delete_instances','enrol_meta\\external\\delete_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(618,'enrol_self_get_instance_info','enrol_self_external','get_instance_info','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(619,'enrol_self_enrol_user','enrol_self_external','enrol_user','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(620,'message_airnotifier_is_system_configured','message_airnotifier_external','is_system_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(621,'message_airnotifier_are_notification_preferences_configured','message_airnotifier_external','are_notification_preferences_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(622,'message_airnotifier_get_user_devices','message_airnotifier_external','get_user_devices','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(623,'message_airnotifier_enable_device','message_airnotifier_external','enable_device','message/output/airnotifier/externallib.php','message_airnotifier','message/airnotifier:managedevice','moodle_mobile_app'),(624,'message_popup_get_popup_notifications','message_popup_external','get_popup_notifications','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(625,'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'),(626,'block_accessreview_get_module_data','block_accessreview\\external\\get_module_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(627,'block_accessreview_get_section_data','block_accessreview\\external\\get_section_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(628,'block_recentlyaccesseditems_get_recent_items','block_recentlyaccesseditems\\external','get_recent_items',NULL,'block_recentlyaccesseditems','','moodle_mobile_app'),(629,'block_starredcourses_get_starred_courses','block_starredcourses_external','get_starred_courses','block/starredcourses/classes/external.php','block_starredcourses','','moodle_mobile_app'),(630,'media_videojs_get_language','media_videojs\\external\\get_language','execute',NULL,'media_videojs','',NULL),(631,'report_competency_data_for_report','report_competency\\external','data_for_report',NULL,'report_competency','moodle/competency:coursecompetencyview',NULL),(632,'report_insights_set_notuseful_prediction','report_insights\\external','set_notuseful_prediction',NULL,'report_insights','','moodle_mobile_app'),(633,'report_insights_set_fixed_prediction','report_insights\\external','set_fixed_prediction',NULL,'report_insights','','moodle_mobile_app'),(634,'report_insights_action_executed','report_insights\\external','action_executed',NULL,'report_insights','','moodle_mobile_app'),(635,'gradereport_grader_get_users_in_report','gradereport_grader\\external\\get_users_in_report','execute',NULL,'gradereport_grader','gradereport/grader:view','moodle_mobile_app'),(636,'gradereport_overview_get_course_grades','gradereport_overview_external','get_course_grades',NULL,'gradereport_overview','','moodle_mobile_app'),(637,'gradereport_overview_view_grade_report','gradereport_overview_external','view_grade_report',NULL,'gradereport_overview','gradereport/overview:view','moodle_mobile_app'),(638,'gradereport_singleview_get_grade_items_for_search_widget','gradereport_singleview\\external\\singleview','get_grade_items_for_search_widget',NULL,'gradereport_singleview','gradereport/singleview:view','moodle_mobile_app'),(639,'gradereport_user_get_grades_table','gradereport_user\\external\\user','get_grades_table',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(640,'gradereport_user_view_grade_report','gradereport_user\\external\\user','view_grade_report',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(641,'gradereport_user_get_grade_items','gradereport_user\\external\\user','get_grade_items',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(642,'gradereport_user_get_access_information','gradereport_user\\external\\get_access_information','execute',NULL,'gradereport_user','','moodle_mobile_app'),(643,'gradingform_guide_grader_gradingpanel_fetch','gradingform_guide\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_guide','',NULL),(644,'gradingform_guide_grader_gradingpanel_store','gradingform_guide\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_guide','',NULL),(645,'gradingform_rubric_grader_gradingpanel_fetch','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_rubric','',NULL),(646,'gradingform_rubric_grader_gradingpanel_store','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_rubric','',NULL),(647,'qbank_columnsortorder_set_columnbank_order','qbank_columnsortorder\\external\\set_columnbank_order','execute',NULL,'qbank_columnsortorder','',NULL),(648,'qbank_columnsortorder_set_hidden_columns','qbank_columnsortorder\\external\\set_hidden_columns','execute',NULL,'qbank_columnsortorder','',NULL),(649,'qbank_columnsortorder_set_column_size','qbank_columnsortorder\\external\\set_column_size','execute',NULL,'qbank_columnsortorder','',NULL),(650,'qbank_editquestion_set_status','qbank_editquestion\\external\\update_question_version_status','execute',NULL,'qbank_editquestion','',NULL),(651,'qbank_tagquestion_submit_tags_form','qbank_tagquestion\\external\\submit_tags','execute',NULL,'qbank_tagquestion','',NULL),(652,'qbank_viewquestiontext_set_question_text_format','qbank_viewquestiontext\\external\\set_question_text_format','execute',NULL,'qbank_viewquestiontext','',NULL),(653,'tool_analytics_potential_contexts','tool_analytics\\external','potential_contexts',NULL,'tool_analytics','','moodle_mobile_app'),(654,'tool_behat_get_entity_generator','tool_behat\\external\\get_entity_generator','execute',NULL,'tool_behat','moodle/site:config',NULL),(655,'tool_dataprivacy_cancel_data_request','tool_dataprivacy\\external','cancel_data_request',NULL,'tool_dataprivacy','',NULL),(656,'tool_dataprivacy_contact_dpo','tool_dataprivacy\\external','contact_dpo',NULL,'tool_dataprivacy','',NULL),(657,'tool_dataprivacy_mark_complete','tool_dataprivacy\\external','mark_complete',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(658,'tool_dataprivacy_get_data_request','tool_dataprivacy\\external','get_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(659,'tool_dataprivacy_approve_data_request','tool_dataprivacy\\external','approve_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(660,'tool_dataprivacy_submit_selected_courses_form','tool_dataprivacy\\external\\submit_selected_courses_form','execute',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(661,'tool_dataprivacy_bulk_approve_data_requests','tool_dataprivacy\\external','bulk_approve_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(662,'tool_dataprivacy_deny_data_request','tool_dataprivacy\\external','deny_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(663,'tool_dataprivacy_bulk_deny_data_requests','tool_dataprivacy\\external','bulk_deny_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(664,'tool_dataprivacy_get_users','tool_dataprivacy\\external','get_users',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(665,'tool_dataprivacy_create_purpose_form','tool_dataprivacy\\external','create_purpose_form',NULL,'tool_dataprivacy','',NULL),(666,'tool_dataprivacy_create_category_form','tool_dataprivacy\\external','create_category_form',NULL,'tool_dataprivacy','',NULL),(667,'tool_dataprivacy_delete_purpose','tool_dataprivacy\\external','delete_purpose',NULL,'tool_dataprivacy','',NULL),(668,'tool_dataprivacy_delete_category','tool_dataprivacy\\external','delete_category',NULL,'tool_dataprivacy','',NULL),(669,'tool_dataprivacy_set_contextlevel_form','tool_dataprivacy\\external','set_contextlevel_form',NULL,'tool_dataprivacy','',NULL),(670,'tool_dataprivacy_set_context_form','tool_dataprivacy\\external','set_context_form',NULL,'tool_dataprivacy','',NULL),(671,'tool_dataprivacy_tree_extra_branches','tool_dataprivacy\\external','tree_extra_branches',NULL,'tool_dataprivacy','',NULL),(672,'tool_dataprivacy_confirm_contexts_for_deletion','tool_dataprivacy\\external','confirm_contexts_for_deletion',NULL,'tool_dataprivacy','',NULL),(673,'tool_dataprivacy_set_context_defaults','tool_dataprivacy\\external','set_context_defaults',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(674,'tool_dataprivacy_get_category_options','tool_dataprivacy\\external','get_category_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(675,'tool_dataprivacy_get_purpose_options','tool_dataprivacy\\external','get_purpose_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(676,'tool_dataprivacy_get_activity_options','tool_dataprivacy\\external','get_activity_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(677,'tool_lp_data_for_competency_frameworks_manage_page','tool_lp\\external','data_for_competency_frameworks_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(678,'tool_lp_data_for_competency_summary','tool_lp\\external','data_for_competency_summary',NULL,'tool_lp','moodle/competency:competencyview',NULL),(679,'tool_lp_data_for_competencies_manage_page','tool_lp\\external','data_for_competencies_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(680,'tool_lp_list_courses_using_competency','tool_lp\\external','list_courses_using_competency',NULL,'tool_lp','moodle/competency:coursecompetencyview',NULL),(681,'tool_lp_data_for_course_competencies_page','tool_lp\\external','data_for_course_competencies_page',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(682,'tool_lp_data_for_template_competencies_page','tool_lp\\external','data_for_template_competencies_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(683,'tool_lp_data_for_templates_manage_page','tool_lp\\external','data_for_templates_manage_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(684,'tool_lp_data_for_plans_page','tool_lp\\external','data_for_plans_page',NULL,'tool_lp','moodle/competency:planviewown','moodle_mobile_app'),(685,'tool_lp_data_for_plan_page','tool_lp\\external','data_for_plan_page',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(686,'tool_lp_data_for_related_competencies_section','tool_lp\\external','data_for_related_competencies_section',NULL,'tool_lp','moodle/competency:competencyview',NULL),(687,'tool_lp_search_users','tool_lp\\external','search_users',NULL,'tool_lp','',NULL),(688,'tool_lp_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','tool_lp','moodle/cohort:view',NULL),(689,'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'),(690,'tool_lp_data_for_user_evidence_page','tool_lp\\external','data_for_user_evidence_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(691,'tool_lp_data_for_user_competency_summary','tool_lp\\external','data_for_user_competency_summary',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(692,'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'),(693,'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'),(694,'tool_mobile_get_plugins_supporting_mobile','tool_mobile\\external','get_plugins_supporting_mobile',NULL,'tool_mobile','','moodle_mobile_app'),(695,'tool_mobile_get_public_config','tool_mobile\\external','get_public_config',NULL,'tool_mobile','','moodle_mobile_app'),(696,'tool_mobile_get_config','tool_mobile\\external','get_config',NULL,'tool_mobile','','moodle_mobile_app'),(697,'tool_mobile_get_autologin_key','tool_mobile\\external','get_autologin_key',NULL,'tool_mobile','','moodle_mobile_app'),(698,'tool_mobile_get_content','tool_mobile\\external','get_content',NULL,'tool_mobile','','moodle_mobile_app'),(699,'tool_mobile_call_external_functions','tool_mobile\\external','call_external_functions',NULL,'tool_mobile','','moodle_mobile_app'),(700,'tool_mobile_validate_subscription_key','tool_mobile\\external','validate_subscription_key',NULL,'tool_mobile','','moodle_mobile_app'),(701,'tool_mobile_get_tokens_for_qr_login','tool_mobile\\external','get_tokens_for_qr_login',NULL,'tool_mobile','','moodle_mobile_app'),(702,'tool_moodlenet_verify_webfinger','tool_moodlenet\\external','verify_webfinger',NULL,'tool_moodlenet','','moodle_mobile_app'),(703,'tool_moodlenet_search_courses','tool_moodlenet\\external','search_courses',NULL,'tool_moodlenet','','moodle_mobile_app'),(704,'tool_policy_get_policy_version','tool_policy\\external','get_policy_version',NULL,'tool_policy','',NULL),(705,'tool_policy_submit_accept_on_behalf','tool_policy\\external','submit_accept_on_behalf',NULL,'tool_policy','',NULL),(706,'tool_templatelibrary_list_templates','tool_templatelibrary\\external','list_templates',NULL,'tool_templatelibrary','',NULL),(707,'tool_templatelibrary_load_canonical_template','tool_templatelibrary\\external','load_canonical_template',NULL,'tool_templatelibrary','',NULL),(708,'tool_usertours_fetch_and_start_tour','tool_usertours\\external\\tour','fetch_and_start_tour',NULL,'tool_usertours','',NULL),(709,'tool_usertours_step_shown','tool_usertours\\external\\tour','step_shown',NULL,'tool_usertours','',NULL),(710,'tool_usertours_complete_tour','tool_usertours\\external\\tour','complete_tour',NULL,'tool_usertours','',NULL),(711,'tool_usertours_reset_tour','tool_usertours\\external\\tour','reset_tour',NULL,'tool_usertours','',NULL),(712,'tool_xmldb_invoke_move_action','tool_xmldb_external','invoke_move_action',NULL,'tool_xmldb','',NULL),(713,'paygw_paypal_get_config_for_js','paygw_paypal\\external\\get_config_for_js','execute',NULL,'paygw_paypal','',NULL),(714,'paygw_paypal_create_transaction_complete','paygw_paypal\\external\\transaction_complete','execute',NULL,'paygw_paypal','',NULL),(715,'quizaccess_seb_validate_quiz_keys','quizaccess_seb\\external\\validate_quiz_keys','execute',NULL,'quizaccess_seb','',NULL),(716,'tiny_autosave_resume_session','tiny_autosave\\external\\resume_autosave_session','execute',NULL,'tiny_autosave','',NULL),(717,'tiny_autosave_reset_session','tiny_autosave\\external\\reset_autosave_session','execute',NULL,'tiny_autosave','',NULL),(718,'tiny_autosave_update_session','tiny_autosave\\external\\update_autosave_session_content','execute',NULL,'tiny_autosave','',NULL),(719,'tiny_equation_filter','tiny_equation\\external\\filter','execute',NULL,'tiny_equation','',NULL),(720,'tiny_premium_get_api_key','tiny_premium\\external\\get_api_key','execute',NULL,'tiny_premium','',NULL); /*!40000 ALTER TABLE `mdl_external_functions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_external_services` -- DROP TABLE IF EXISTS `mdl_external_services`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_exteserv_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='built in and custom external services'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_external_services` -- LOCK TABLES `mdl_external_services` WRITE; /*!40000 ALTER TABLE `mdl_external_services` DISABLE KEYS */; INSERT INTO `mdl_external_services` (`id`, `name`, `enabled`, `requiredcapability`, `restrictedusers`, `component`, `timecreated`, `timemodified`, `shortname`, `downloadfiles`, `uploadfiles`) VALUES (1,'Moodle mobile web service',1,NULL,0,'moodle',1722414910,1722414953,'moodle_mobile_app',1,1); /*!40000 ALTER TABLE `mdl_external_services` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_external_services_functions` -- DROP TABLE IF EXISTS `mdl_external_services_functions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_exteservfunc_ext_ix` (`externalserviceid`) ) ENGINE=InnoDB AUTO_INCREMENT=417 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='lists functions available in each service group'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_external_services_functions` -- LOCK TABLES `mdl_external_services_functions` WRITE; /*!40000 ALTER TABLE `mdl_external_services_functions` DISABLE KEYS */; INSERT INTO `mdl_external_services_functions` (`id`, `externalserviceid`, `functionname`) VALUES (1,1,'core_badges_get_user_badges'),(2,1,'core_badges_get_user_badge_by_hash'),(3,1,'core_blog_get_entries'),(4,1,'core_blog_view_entries'),(5,1,'core_calendar_get_calendar_monthly_view'),(6,1,'core_calendar_get_calendar_day_view'),(7,1,'core_calendar_get_calendar_upcoming_view'),(8,1,'core_calendar_update_event_start_day'),(9,1,'core_calendar_create_calendar_events'),(10,1,'core_calendar_delete_calendar_events'),(11,1,'core_calendar_get_calendar_events'),(12,1,'core_calendar_get_action_events_by_timesort'),(13,1,'core_calendar_get_action_events_by_course'),(14,1,'core_calendar_get_action_events_by_courses'),(15,1,'core_calendar_get_calendar_event_by_id'),(16,1,'core_calendar_submit_create_update_form'),(17,1,'core_calendar_get_calendar_access_information'),(18,1,'core_calendar_get_allowed_event_types'),(19,1,'core_calendar_get_calendar_export_token'),(20,1,'core_comment_get_comments'),(21,1,'core_comment_add_comments'),(22,1,'core_comment_delete_comments'),(23,1,'core_completion_get_activities_completion_status'),(24,1,'core_completion_get_course_completion_status'),(25,1,'core_completion_mark_course_self_completed'),(26,1,'core_completion_update_activity_completion_status_manually'),(27,1,'core_course_get_categories'),(28,1,'core_course_get_contents'),(29,1,'core_course_get_course_module'),(30,1,'core_course_get_course_module_by_instance'),(31,1,'core_course_get_courses'),(32,1,'core_course_search_courses'),(33,1,'core_course_view_course'),(34,1,'core_course_get_user_navigation_options'),(35,1,'core_course_get_user_administration_options'),(36,1,'core_course_get_courses_by_field'),(37,1,'core_course_check_updates'),(38,1,'core_course_get_updates_since'),(39,1,'core_course_get_enrolled_courses_by_timeline_classification'),(40,1,'core_course_get_enrolled_courses_with_action_events_by_timeline_classification'),(41,1,'core_course_get_recent_courses'),(42,1,'core_course_set_favourite_courses'),(43,1,'core_enrol_get_course_enrolment_methods'),(44,1,'core_enrol_get_enrolled_users'),(45,1,'core_enrol_search_users'),(46,1,'core_enrol_get_users_courses'),(47,1,'core_files_get_files'),(48,1,'core_files_delete_draft_files'),(49,1,'core_files_get_unused_draft_itemid'),(50,1,'core_get_component_strings'),(51,1,'core_grades_grader_gradingpanel_point_fetch'),(52,1,'core_grades_grader_gradingpanel_point_store'),(53,1,'core_grades_grader_gradingpanel_scale_fetch'),(54,1,'core_grades_grader_gradingpanel_scale_store'),(55,1,'core_grades_get_enrolled_users_for_search_widget'),(56,1,'core_grades_get_enrolled_users_for_selector'),(57,1,'core_grades_get_groups_for_search_widget'),(58,1,'core_grades_get_groups_for_selector'),(59,1,'core_grades_get_gradeitems'),(60,1,'core_grades_get_gradable_users'),(61,1,'core_group_get_activity_allowed_groups'),(62,1,'core_group_get_activity_groupmode'),(63,1,'core_group_get_course_groupings'),(64,1,'core_group_get_course_groups'),(65,1,'core_group_get_course_user_groups'),(66,1,'core_group_get_groups_for_selector'),(67,1,'core_message_mute_conversations'),(68,1,'core_message_unmute_conversations'),(69,1,'core_message_block_user'),(70,1,'core_message_get_contact_requests'),(71,1,'core_message_create_contact_request'),(72,1,'core_message_confirm_contact_request'),(73,1,'core_message_decline_contact_request'),(74,1,'core_message_get_received_contact_requests_count'),(75,1,'core_message_delete_contacts'),(76,1,'core_message_delete_conversations_by_id'),(77,1,'core_message_delete_message'),(78,1,'core_message_get_blocked_users'),(79,1,'core_message_data_for_messagearea_search_messages'),(80,1,'core_message_message_search_users'),(81,1,'core_message_get_user_contacts'),(82,1,'core_message_get_conversations'),(83,1,'core_message_get_conversation'),(84,1,'core_message_get_conversation_between_users'),(85,1,'core_message_get_self_conversation'),(86,1,'core_message_get_messages'),(87,1,'core_message_get_conversation_counts'),(88,1,'core_message_get_unread_conversation_counts'),(89,1,'core_message_get_conversation_members'),(90,1,'core_message_get_member_info'),(91,1,'core_message_get_unread_conversations_count'),(92,1,'core_message_mark_all_notifications_as_read'),(93,1,'core_message_mark_all_conversation_messages_as_read'),(94,1,'core_message_mark_message_read'),(95,1,'core_message_mark_notification_read'),(96,1,'core_message_message_processor_config_form'),(97,1,'core_message_search_contacts'),(98,1,'core_message_send_instant_messages'),(99,1,'core_message_send_messages_to_conversation'),(100,1,'core_message_get_conversation_messages'),(101,1,'core_message_unblock_user'),(102,1,'core_message_get_user_notification_preferences'),(103,1,'core_message_get_user_message_preferences'),(104,1,'core_message_set_favourite_conversations'),(105,1,'core_message_unset_favourite_conversations'),(106,1,'core_message_delete_message_for_all_users'),(107,1,'core_message_get_unread_notification_count'),(108,1,'core_my_view_page'),(109,1,'core_notes_create_notes'),(110,1,'core_notes_delete_notes'),(111,1,'core_notes_get_course_notes'),(112,1,'core_notes_view_notes'),(113,1,'core_question_update_flag'),(114,1,'core_rating_get_item_ratings'),(115,1,'core_rating_add_rating'),(116,1,'core_search_get_results'),(117,1,'core_search_get_search_areas_list'),(118,1,'core_search_view_results'),(119,1,'core_search_get_top_results'),(120,1,'core_tag_get_tagindex'),(121,1,'core_tag_get_tagindex_per_area'),(122,1,'core_tag_get_tag_areas'),(123,1,'core_tag_get_tag_collections'),(124,1,'core_tag_get_tag_cloud'),(125,1,'core_user_add_user_device'),(126,1,'core_user_update_user_device_public_key'),(127,1,'core_user_add_user_private_files'),(128,1,'core_user_get_course_user_profiles'),(129,1,'core_user_get_users_by_field'),(130,1,'core_user_remove_user_device'),(131,1,'core_user_update_user_preferences'),(132,1,'core_user_view_user_list'),(133,1,'core_user_view_user_profile'),(134,1,'core_user_get_user_preferences'),(135,1,'core_user_update_picture'),(136,1,'core_user_set_user_preferences'),(137,1,'core_user_agree_site_policy'),(138,1,'core_user_get_private_files_info'),(139,1,'core_competency_competency_viewed'),(140,1,'core_competency_list_course_competencies'),(141,1,'core_competency_get_scale_values'),(142,1,'core_competency_user_competency_viewed'),(143,1,'core_competency_user_competency_viewed_in_plan'),(144,1,'core_competency_user_competency_viewed_in_course'),(145,1,'core_competency_user_competency_plan_viewed'),(146,1,'core_competency_grade_competency_in_course'),(147,1,'core_competency_delete_evidence'),(148,1,'core_webservice_get_site_info'),(149,1,'core_block_get_course_blocks'),(150,1,'core_block_get_dashboard_blocks'),(151,1,'core_block_fetch_addable_blocks'),(152,1,'core_filters_get_available_in_context'),(153,1,'core_h5p_get_trusted_h5p_file'),(154,1,'core_table_get_dynamic_table_content'),(155,1,'core_xapi_statement_post'),(156,1,'core_xapi_post_state'),(157,1,'core_xapi_get_state'),(158,1,'core_xapi_get_states'),(159,1,'core_xapi_delete_state'),(160,1,'core_xapi_delete_states'),(161,1,'core_reportbuilder_list_reports'),(162,1,'core_reportbuilder_retrieve_report'),(163,1,'core_reportbuilder_retrieve_system_report'),(164,1,'core_reportbuilder_can_view_system_report'),(165,1,'core_reportbuilder_view_report'),(166,1,'mod_assign_get_grades'),(167,1,'mod_assign_get_assignments'),(168,1,'mod_assign_get_submissions'),(169,1,'mod_assign_get_user_flags'),(170,1,'mod_assign_set_user_flags'),(171,1,'mod_assign_get_user_mappings'),(172,1,'mod_assign_revert_submissions_to_draft'),(173,1,'mod_assign_lock_submissions'),(174,1,'mod_assign_unlock_submissions'),(175,1,'mod_assign_save_submission'),(176,1,'mod_assign_submit_for_grading'),(177,1,'mod_assign_save_grade'),(178,1,'mod_assign_save_grades'),(179,1,'mod_assign_save_user_extensions'),(180,1,'mod_assign_reveal_identities'),(181,1,'mod_assign_view_grading_table'),(182,1,'mod_assign_view_submission_status'),(183,1,'mod_assign_get_submission_status'),(184,1,'mod_assign_list_participants'),(185,1,'mod_assign_submit_grading_form'),(186,1,'mod_assign_get_participant'),(187,1,'mod_assign_view_assign'),(188,1,'mod_assign_start_submission'),(189,1,'mod_bigbluebuttonbn_can_join'),(190,1,'mod_bigbluebuttonbn_get_recordings'),(191,1,'mod_bigbluebuttonbn_get_recordings_to_import'),(192,1,'mod_bigbluebuttonbn_update_recording'),(193,1,'mod_bigbluebuttonbn_end_meeting'),(194,1,'mod_bigbluebuttonbn_completion_validate'),(195,1,'mod_bigbluebuttonbn_meeting_info'),(196,1,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses'),(197,1,'mod_bigbluebuttonbn_view_bigbluebuttonbn'),(198,1,'mod_bigbluebuttonbn_get_join_url'),(199,1,'mod_book_view_book'),(200,1,'mod_book_get_books_by_courses'),(201,1,'mod_chat_login_user'),(202,1,'mod_chat_get_chat_users'),(203,1,'mod_chat_send_chat_message'),(204,1,'mod_chat_get_chat_latest_messages'),(205,1,'mod_chat_view_chat'),(206,1,'mod_chat_get_chats_by_courses'),(207,1,'mod_chat_get_sessions'),(208,1,'mod_chat_get_session_messages'),(209,1,'mod_chat_view_sessions'),(210,1,'mod_choice_get_choice_results'),(211,1,'mod_choice_get_choice_options'),(212,1,'mod_choice_submit_choice_response'),(213,1,'mod_choice_view_choice'),(214,1,'mod_choice_get_choices_by_courses'),(215,1,'mod_choice_delete_choice_responses'),(216,1,'mod_data_get_databases_by_courses'),(217,1,'mod_data_view_database'),(218,1,'mod_data_get_data_access_information'),(219,1,'mod_data_get_entries'),(220,1,'mod_data_get_entry'),(221,1,'mod_data_get_fields'),(222,1,'mod_data_search_entries'),(223,1,'mod_data_approve_entry'),(224,1,'mod_data_delete_entry'),(225,1,'mod_data_add_entry'),(226,1,'mod_data_update_entry'),(227,1,'mod_feedback_get_feedbacks_by_courses'),(228,1,'mod_feedback_get_feedback_access_information'),(229,1,'mod_feedback_view_feedback'),(230,1,'mod_feedback_get_current_completed_tmp'),(231,1,'mod_feedback_get_items'),(232,1,'mod_feedback_launch_feedback'),(233,1,'mod_feedback_get_page_items'),(234,1,'mod_feedback_process_page'),(235,1,'mod_feedback_get_analysis'),(236,1,'mod_feedback_get_unfinished_responses'),(237,1,'mod_feedback_get_finished_responses'),(238,1,'mod_feedback_get_non_respondents'),(239,1,'mod_feedback_get_responses_analysis'),(240,1,'mod_feedback_get_last_completed'),(241,1,'mod_folder_view_folder'),(242,1,'mod_folder_get_folders_by_courses'),(243,1,'mod_forum_get_forums_by_courses'),(244,1,'mod_forum_get_discussion_posts'),(245,1,'mod_forum_get_forum_discussions_paginated'),(246,1,'mod_forum_get_forum_discussions'),(247,1,'mod_forum_view_forum'),(248,1,'mod_forum_view_forum_discussion'),(249,1,'mod_forum_add_discussion_post'),(250,1,'mod_forum_add_discussion'),(251,1,'mod_forum_can_add_discussion'),(252,1,'mod_forum_get_forum_access_information'),(253,1,'mod_forum_set_subscription_state'),(254,1,'mod_forum_set_lock_state'),(255,1,'mod_forum_toggle_favourite_state'),(256,1,'mod_forum_set_pin_state'),(257,1,'mod_forum_delete_post'),(258,1,'mod_forum_get_discussion_post'),(259,1,'mod_forum_prepare_draft_area_for_post'),(260,1,'mod_forum_update_discussion_post'),(261,1,'mod_glossary_get_glossaries_by_courses'),(262,1,'mod_glossary_view_glossary'),(263,1,'mod_glossary_view_entry'),(264,1,'mod_glossary_get_entries_by_letter'),(265,1,'mod_glossary_get_entries_by_date'),(266,1,'mod_glossary_get_categories'),(267,1,'mod_glossary_get_entries_by_category'),(268,1,'mod_glossary_get_authors'),(269,1,'mod_glossary_get_entries_by_author'),(270,1,'mod_glossary_get_entries_by_author_id'),(271,1,'mod_glossary_get_entries_by_search'),(272,1,'mod_glossary_get_entries_by_term'),(273,1,'mod_glossary_get_entries_to_approve'),(274,1,'mod_glossary_get_entry_by_id'),(275,1,'mod_glossary_add_entry'),(276,1,'mod_glossary_delete_entry'),(277,1,'mod_glossary_update_entry'),(278,1,'mod_glossary_prepare_entry_for_edition'),(279,1,'mod_h5pactivity_get_h5pactivity_access_information'),(280,1,'mod_h5pactivity_view_h5pactivity'),(281,1,'mod_h5pactivity_get_attempts'),(282,1,'mod_h5pactivity_get_results'),(283,1,'mod_h5pactivity_get_h5pactivities_by_courses'),(284,1,'mod_h5pactivity_log_report_viewed'),(285,1,'mod_h5pactivity_get_user_attempts'),(286,1,'mod_imscp_view_imscp'),(287,1,'mod_imscp_get_imscps_by_courses'),(288,1,'mod_label_get_labels_by_courses'),(289,1,'mod_lesson_get_lessons_by_courses'),(290,1,'mod_lesson_get_lesson_access_information'),(291,1,'mod_lesson_view_lesson'),(292,1,'mod_lesson_get_questions_attempts'),(293,1,'mod_lesson_get_user_grade'),(294,1,'mod_lesson_get_user_attempt_grade'),(295,1,'mod_lesson_get_content_pages_viewed'),(296,1,'mod_lesson_get_user_timers'),(297,1,'mod_lesson_get_pages'),(298,1,'mod_lesson_launch_attempt'),(299,1,'mod_lesson_get_page_data'),(300,1,'mod_lesson_process_page'),(301,1,'mod_lesson_finish_attempt'),(302,1,'mod_lesson_get_attempts_overview'),(303,1,'mod_lesson_get_user_attempt'),(304,1,'mod_lesson_get_pages_possible_jumps'),(305,1,'mod_lesson_get_lesson'),(306,1,'mod_lti_get_tool_launch_data'),(307,1,'mod_lti_get_ltis_by_courses'),(308,1,'mod_lti_view_lti'),(309,1,'mod_page_view_page'),(310,1,'mod_page_get_pages_by_courses'),(311,1,'mod_quiz_get_quizzes_by_courses'),(312,1,'mod_quiz_view_quiz'),(313,1,'mod_quiz_get_user_attempts'),(314,1,'mod_quiz_get_user_best_grade'),(315,1,'mod_quiz_get_combined_review_options'),(316,1,'mod_quiz_start_attempt'),(317,1,'mod_quiz_get_attempt_data'),(318,1,'mod_quiz_get_attempt_summary'),(319,1,'mod_quiz_save_attempt'),(320,1,'mod_quiz_process_attempt'),(321,1,'mod_quiz_get_attempt_review'),(322,1,'mod_quiz_view_attempt'),(323,1,'mod_quiz_view_attempt_summary'),(324,1,'mod_quiz_view_attempt_review'),(325,1,'mod_quiz_get_quiz_feedback_for_grade'),(326,1,'mod_quiz_get_quiz_access_information'),(327,1,'mod_quiz_get_attempt_access_information'),(328,1,'mod_quiz_get_quiz_required_qtypes'),(329,1,'mod_resource_view_resource'),(330,1,'mod_resource_get_resources_by_courses'),(331,1,'mod_scorm_view_scorm'),(332,1,'mod_scorm_get_scorm_attempt_count'),(333,1,'mod_scorm_get_scorm_scoes'),(334,1,'mod_scorm_get_scorm_user_data'),(335,1,'mod_scorm_insert_scorm_tracks'),(336,1,'mod_scorm_get_scorm_sco_tracks'),(337,1,'mod_scorm_get_scorms_by_courses'),(338,1,'mod_scorm_launch_sco'),(339,1,'mod_scorm_get_scorm_access_information'),(340,1,'mod_survey_get_surveys_by_courses'),(341,1,'mod_survey_view_survey'),(342,1,'mod_survey_get_questions'),(343,1,'mod_survey_submit_answers'),(344,1,'mod_url_view_url'),(345,1,'mod_url_get_urls_by_courses'),(346,1,'mod_wiki_get_wikis_by_courses'),(347,1,'mod_wiki_view_wiki'),(348,1,'mod_wiki_view_page'),(349,1,'mod_wiki_get_subwikis'),(350,1,'mod_wiki_get_subwiki_pages'),(351,1,'mod_wiki_get_subwiki_files'),(352,1,'mod_wiki_get_page_contents'),(353,1,'mod_wiki_get_page_for_editing'),(354,1,'mod_wiki_new_page'),(355,1,'mod_wiki_edit_page'),(356,1,'mod_workshop_get_workshops_by_courses'),(357,1,'mod_workshop_get_workshop_access_information'),(358,1,'mod_workshop_get_user_plan'),(359,1,'mod_workshop_view_workshop'),(360,1,'mod_workshop_add_submission'),(361,1,'mod_workshop_update_submission'),(362,1,'mod_workshop_delete_submission'),(363,1,'mod_workshop_get_submissions'),(364,1,'mod_workshop_get_submission'),(365,1,'mod_workshop_get_submission_assessments'),(366,1,'mod_workshop_get_assessment'),(367,1,'mod_workshop_get_assessment_form_definition'),(368,1,'mod_workshop_get_reviewer_assessments'),(369,1,'mod_workshop_update_assessment'),(370,1,'mod_workshop_get_grades'),(371,1,'mod_workshop_evaluate_assessment'),(372,1,'mod_workshop_get_grades_report'),(373,1,'mod_workshop_view_submission'),(374,1,'mod_workshop_evaluate_submission'),(375,1,'enrol_guest_get_instance_info'),(376,1,'enrol_guest_validate_password'),(377,1,'enrol_self_get_instance_info'),(378,1,'enrol_self_enrol_user'),(379,1,'message_airnotifier_is_system_configured'),(380,1,'message_airnotifier_are_notification_preferences_configured'),(381,1,'message_airnotifier_get_user_devices'),(382,1,'message_airnotifier_enable_device'),(383,1,'message_popup_get_popup_notifications'),(384,1,'message_popup_get_unread_popup_notification_count'),(385,1,'block_recentlyaccesseditems_get_recent_items'),(386,1,'block_starredcourses_get_starred_courses'),(387,1,'report_insights_set_notuseful_prediction'),(388,1,'report_insights_set_fixed_prediction'),(389,1,'report_insights_action_executed'),(390,1,'gradereport_grader_get_users_in_report'),(391,1,'gradereport_overview_get_course_grades'),(392,1,'gradereport_overview_view_grade_report'),(393,1,'gradereport_singleview_get_grade_items_for_search_widget'),(394,1,'gradereport_user_get_grades_table'),(395,1,'gradereport_user_view_grade_report'),(396,1,'gradereport_user_get_grade_items'),(397,1,'gradereport_user_get_access_information'),(398,1,'tool_analytics_potential_contexts'),(399,1,'tool_lp_data_for_course_competencies_page'),(400,1,'tool_lp_data_for_plans_page'),(401,1,'tool_lp_data_for_plan_page'),(402,1,'tool_lp_data_for_user_evidence_list_page'),(403,1,'tool_lp_data_for_user_evidence_page'),(404,1,'tool_lp_data_for_user_competency_summary'),(405,1,'tool_lp_data_for_user_competency_summary_in_plan'),(406,1,'tool_lp_data_for_user_competency_summary_in_course'),(407,1,'tool_mobile_get_plugins_supporting_mobile'),(408,1,'tool_mobile_get_public_config'),(409,1,'tool_mobile_get_config'),(410,1,'tool_mobile_get_autologin_key'),(411,1,'tool_mobile_get_content'),(412,1,'tool_mobile_call_external_functions'),(413,1,'tool_mobile_validate_subscription_key'),(414,1,'tool_mobile_get_tokens_for_qr_login'),(415,1,'tool_moodlenet_verify_webfinger'),(416,1,'tool_moodlenet_search_courses'); /*!40000 ALTER TABLE `mdl_external_services_functions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_external_services_users` -- DROP TABLE IF EXISTS `mdl_external_services_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_exteservuser_ext_ix` (`externalserviceid`), KEY `mdl_exteservuser_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='users allowed to use services with restricted users flag'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_external_services_users` -- LOCK TABLES `mdl_external_services_users` WRITE; /*!40000 ALTER TABLE `mdl_external_services_users` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_external_services_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_external_tokens` -- DROP TABLE IF EXISTS `mdl_external_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `name` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_extetoke_tok_ix` (`token`), KEY `mdl_extetoke_sid_ix` (`sid`), KEY `mdl_extetoke_use_ix` (`userid`), KEY `mdl_extetoke_ext_ix` (`externalserviceid`), KEY `mdl_extetoke_con_ix` (`contextid`), KEY `mdl_extetoke_cre_ix` (`creatorid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of external services'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_external_tokens` -- LOCK TABLES `mdl_external_tokens` WRITE; /*!40000 ALTER TABLE `mdl_external_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_external_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_favourite` -- DROP TABLE IF EXISTS `mdl_favourite`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_favo_comiteiteconuse_uix` (`component`,`itemtype`,`itemid`,`contextid`,`userid`), KEY `mdl_favo_con_ix` (`contextid`), KEY `mdl_favo_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the relationship between an arbitrary item (itemtype,'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_favourite` -- LOCK TABLES `mdl_favourite` WRITE; /*!40000 ALTER TABLE `mdl_favourite` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_favourite` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_feedback` -- DROP TABLE IF EXISTS `mdl_feedback`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_feed_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='all feedbacks'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_feedback` -- LOCK TABLES `mdl_feedback` WRITE; /*!40000 ALTER TABLE `mdl_feedback` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_feedback` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_feedback_completed` -- DROP TABLE IF EXISTS `mdl_feedback_completed`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_feedcomp_use_ix` (`userid`), KEY `mdl_feedcomp_fee_ix` (`feedback`), KEY `mdl_feedcomp_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_feedback_completed` -- LOCK TABLES `mdl_feedback_completed` WRITE; /*!40000 ALTER TABLE `mdl_feedback_completed` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_feedback_completed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_feedback_completedtmp` -- DROP TABLE IF EXISTS `mdl_feedback_completedtmp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_feedcomp_use2_ix` (`userid`), KEY `mdl_feedcomp_fee2_ix` (`feedback`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_feedback_completedtmp` -- LOCK TABLES `mdl_feedback_completedtmp` WRITE; /*!40000 ALTER TABLE `mdl_feedback_completedtmp` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_feedback_completedtmp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_feedback_item` -- DROP TABLE IF EXISTS `mdl_feedback_item`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_feeditem_fee_ix` (`feedback`), KEY `mdl_feeditem_tem_ix` (`template`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='feedback_items'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_feedback_item` -- LOCK TABLES `mdl_feedback_item` WRITE; /*!40000 ALTER TABLE `mdl_feedback_item` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_feedback_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_feedback_sitecourse_map` -- DROP TABLE IF EXISTS `mdl_feedback_sitecourse_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_feedsitemap_cou_ix` (`courseid`), KEY `mdl_feedsitemap_fee_ix` (`feedbackid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='feedback sitecourse map'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_feedback_sitecourse_map` -- LOCK TABLES `mdl_feedback_sitecourse_map` WRITE; /*!40000 ALTER TABLE `mdl_feedback_sitecourse_map` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_feedback_sitecourse_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_feedback_template` -- DROP TABLE IF EXISTS `mdl_feedback_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_feedtemp_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='templates of feedbackstructures'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_feedback_template` -- LOCK TABLES `mdl_feedback_template` WRITE; /*!40000 ALTER TABLE `mdl_feedback_template` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_feedback_template` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_feedback_value` -- DROP TABLE IF EXISTS `mdl_feedback_value`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_feedvalu_comitecou_uix` (`completed`,`item`,`course_id`), KEY `mdl_feedvalu_cou_ix` (`course_id`), KEY `mdl_feedvalu_ite_ix` (`item`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='values of the completeds'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_feedback_value` -- LOCK TABLES `mdl_feedback_value` WRITE; /*!40000 ALTER TABLE `mdl_feedback_value` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_feedback_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_feedback_valuetmp` -- DROP TABLE IF EXISTS `mdl_feedback_valuetmp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_feedvalu_comitecou2_uix` (`completed`,`item`,`course_id`), KEY `mdl_feedvalu_cou2_ix` (`course_id`), KEY `mdl_feedvalu_ite2_ix` (`item`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='values of the completedstmp'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_feedback_valuetmp` -- LOCK TABLES `mdl_feedback_valuetmp` WRITE; /*!40000 ALTER TABLE `mdl_feedback_valuetmp` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_feedback_valuetmp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_file_conversion` -- DROP TABLE IF EXISTS `mdl_file_conversion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `converter` varchar(255) DEFAULT NULL, `destfileid` bigint(10) DEFAULT NULL, `data` longtext DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_fileconv_sou_ix` (`sourcefileid`), KEY `mdl_fileconv_des_ix` (`destfileid`), KEY `mdl_fileconv_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table to track file conversions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_file_conversion` -- LOCK TABLES `mdl_file_conversion` WRITE; /*!40000 ALTER TABLE `mdl_file_conversion` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_file_conversion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_files` -- DROP TABLE IF EXISTS `mdl_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `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 `mdl_file_pat_uix` (`pathnamehash`), KEY `mdl_file_comfilconite_ix` (`component`,`filearea`,`contextid`,`itemid`), KEY `mdl_file_con_ix` (`contenthash`), KEY `mdl_file_lic_ix` (`license`), KEY `mdl_file_fil_ix` (`filename`), KEY `mdl_file_con2_ix` (`contextid`), KEY `mdl_file_use_ix` (`userid`), KEY `mdl_file_ref_ix` (`referencefileid`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='description of files, content is stored in sha1 file pool'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_files` -- LOCK TABLES `mdl_files` WRITE; /*!40000 ALTER TABLE `mdl_files` DISABLE KEYS */; INSERT INTO `mdl_files` (`id`, `contenthash`, `pathnamehash`, `contextid`, `component`, `filearea`, `itemid`, `filepath`, `filename`, `userid`, `filesize`, `mimetype`, `status`, `source`, `author`, `license`, `timecreated`, `timemodified`, `sortorder`, `referencefileid`) VALUES (1,'5f8e911d0da441e36f47c5c46f4393269211ca56','508e674d49c30d4fde325fe6c7f6fd3d56b247e1',1,'assignfeedback_editpdf','stamps',0,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1722414937,1722414937,0,NULL),(2,'da39a3ee5e6b4b0d3255bfef95601890afd80709','70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5',1,'assignfeedback_editpdf','stamps',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1722414937,1722414937,0,NULL),(3,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','68317eab56c67d32aeaee5acf509a0c4aa828b6b',1,'assignfeedback_editpdf','stamps',0,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1722414937,1722414937,0,NULL),(4,'0c5190a24c3943966541401c883eacaa20ca20cb','695a55ff780e61c9e59428aa425430b0d6bde53b',1,'assignfeedback_editpdf','stamps',0,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1722414937,1722414937,0,NULL),(5,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','373e63af262a9b8466ba8632551520be793c37ff',1,'assignfeedback_editpdf','stamps',0,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1722414937,1722414937,0,NULL),(6,'68477a304ed323d4c948d89be33b174d030a710d','f4e345fa17bb987cd8823b0ea85a01a48ae75ff1',5,'user','draft',795519314,'/','questions-Programmieren 2-Free Text Questions-20240621-1539.xml',2,8997,'application/xml',0,'O:8:\"stdClass\":1:{s:6:\"source\";s:63:\"questions-Programmieren 2-Free Text Questions-20240621-1539.xml\";}','Artem Baranovskyi','unknown',1722415742,1722415742,0,NULL),(7,'da39a3ee5e6b4b0d3255bfef95601890afd80709','722d4a5ac8490aecf0d755cb6f045cbff0825e21',5,'user','draft',795519314,'/','.',2,0,NULL,0,NULL,NULL,NULL,1722415742,1722415742,0,NULL); /*!40000 ALTER TABLE `mdl_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_files_reference` -- DROP TABLE IF EXISTS `mdl_files_reference`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_files_reference` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `repositoryid` bigint(10) NOT NULL, `lastsync` bigint(10) DEFAULT NULL, `reference` longtext DEFAULT NULL, `referencehash` varchar(40) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `mdl_filerefe_refrep_uix` (`referencehash`,`repositoryid`), KEY `mdl_filerefe_rep_ix` (`repositoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Store files references'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_files_reference` -- LOCK TABLES `mdl_files_reference` WRITE; /*!40000 ALTER TABLE `mdl_files_reference` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_files_reference` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_filter_active` -- DROP TABLE IF EXISTS `mdl_filter_active`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_filtacti_confil_uix` (`contextid`,`filter`), KEY `mdl_filtacti_con_ix` (`contextid`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores information about which filters are active in which c'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_filter_active` -- LOCK TABLES `mdl_filter_active` WRITE; /*!40000 ALTER TABLE `mdl_filter_active` DISABLE KEYS */; INSERT INTO `mdl_filter_active` (`id`, `filter`, `contextid`, `active`, `sortorder`) VALUES (1,'activitynames',1,1,2),(2,'displayh5p',1,1,1),(3,'emoticon',1,1,4),(4,'mathjaxloader',1,1,3),(5,'mediaplugin',1,1,6),(6,'urltolink',1,1,5); /*!40000 ALTER TABLE `mdl_filter_active` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_filter_config` -- DROP TABLE IF EXISTS `mdl_filter_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_filtconf_confilnam_uix` (`contextid`,`filter`,`name`), KEY `mdl_filtconf_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores per-context configuration settings for filters which '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_filter_config` -- LOCK TABLES `mdl_filter_config` WRITE; /*!40000 ALTER TABLE `mdl_filter_config` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_filter_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_folder` -- DROP TABLE IF EXISTS `mdl_folder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_folder` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT 0, `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext DEFAULT NULL, `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, `forcedownload` tinyint(1) NOT NULL DEFAULT 1, PRIMARY KEY (`id`), KEY `mdl_fold_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='each record is one folder resource'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_folder` -- LOCK TABLES `mdl_folder` WRITE; /*!40000 ALTER TABLE `mdl_folder` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_folder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum` -- DROP TABLE IF EXISTS `mdl_forum`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `duedate` bigint(10) NOT NULL DEFAULT 0, `cutoffdate` 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, `scale` bigint(10) NOT NULL DEFAULT 0, `grade_forum` bigint(10) NOT NULL DEFAULT 0, `grade_forum_notify` smallint(4) 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 `mdl_foru_cou_ix` (`course`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Forums contain and structure discussion'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_forum` -- LOCK TABLES `mdl_forum` WRITE; /*!40000 ALTER TABLE `mdl_forum` DISABLE KEYS */; INSERT INTO `mdl_forum` (`id`, `course`, `type`, `name`, `intro`, `introformat`, `duedate`, `cutoffdate`, `assessed`, `assesstimestart`, `assesstimefinish`, `scale`, `grade_forum`, `grade_forum_notify`, `maxbytes`, `maxattachments`, `forcesubscribe`, `trackingtype`, `rsstype`, `rssarticles`, `timemodified`, `warnafter`, `blockafter`, `blockperiod`, `completiondiscussions`, `completionreplies`, `completionposts`, `displaywordcount`, `lockdiscussionafter`) VALUES (1,2,'news','Announcements','General news and announcements',1,0,0,0,0,0,0,0,0,0,1,1,1,0,0,1722415073,0,0,0,0,0,0,0,0); /*!40000 ALTER TABLE `mdl_forum` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum_digests` -- DROP TABLE IF EXISTS `mdl_forum_digests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_forudige_forusemai_uix` (`forum`,`userid`,`maildigest`), KEY `mdl_forudige_use_ix` (`userid`), KEY `mdl_forudige_for_ix` (`forum`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Keeps track of user mail delivery preferences for each forum'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_forum_digests` -- LOCK TABLES `mdl_forum_digests` WRITE; /*!40000 ALTER TABLE `mdl_forum_digests` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_forum_digests` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum_discussion_subs` -- DROP TABLE IF EXISTS `mdl_forum_discussion_subs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_forudiscsubs_usedis_uix` (`userid`,`discussion`), KEY `mdl_forudiscsubs_for_ix` (`forum`), KEY `mdl_forudiscsubs_use_ix` (`userid`), KEY `mdl_forudiscsubs_dis_ix` (`discussion`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Users may choose to subscribe and unsubscribe from specific '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_forum_discussion_subs` -- LOCK TABLES `mdl_forum_discussion_subs` WRITE; /*!40000 ALTER TABLE `mdl_forum_discussion_subs` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_forum_discussion_subs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum_discussions` -- DROP TABLE IF EXISTS `mdl_forum_discussions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `timelocked` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_forudisc_use_ix` (`userid`), KEY `mdl_forudisc_cou_ix` (`course`), KEY `mdl_forudisc_for_ix` (`forum`), KEY `mdl_forudisc_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Forums are composed of discussions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_forum_discussions` -- LOCK TABLES `mdl_forum_discussions` WRITE; /*!40000 ALTER TABLE `mdl_forum_discussions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_forum_discussions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum_grades` -- DROP TABLE IF EXISTS `mdl_forum_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_forum_grades` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `forum` bigint(10) NOT NULL, `itemnumber` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `grade` decimal(10,5) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_forugrad_foriteuse_uix` (`forum`,`itemnumber`,`userid`), KEY `mdl_forugrad_use_ix` (`userid`), KEY `mdl_forugrad_for_ix` (`forum`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Grading data for forum instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_forum_grades` -- LOCK TABLES `mdl_forum_grades` WRITE; /*!40000 ALTER TABLE `mdl_forum_grades` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_forum_grades` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum_posts` -- DROP TABLE IF EXISTS `mdl_forum_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `privatereplyto` bigint(10) NOT NULL DEFAULT 0, `wordcount` bigint(20) DEFAULT NULL, `charcount` bigint(20) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_forupost_use_ix` (`userid`), KEY `mdl_forupost_cre_ix` (`created`), KEY `mdl_forupost_mai_ix` (`mailed`), KEY `mdl_forupost_pri_ix` (`privatereplyto`), KEY `mdl_forupost_dis_ix` (`discussion`), KEY `mdl_forupost_par_ix` (`parent`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='All posts are stored in this table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_forum_posts` -- LOCK TABLES `mdl_forum_posts` WRITE; /*!40000 ALTER TABLE `mdl_forum_posts` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_forum_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum_queue` -- DROP TABLE IF EXISTS `mdl_forum_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_foruqueu_use_ix` (`userid`), KEY `mdl_foruqueu_dis_ix` (`discussionid`), KEY `mdl_foruqueu_pos_ix` (`postid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED 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 `mdl_forum_queue` -- LOCK TABLES `mdl_forum_queue` WRITE; /*!40000 ALTER TABLE `mdl_forum_queue` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_forum_queue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum_read` -- DROP TABLE IF EXISTS `mdl_forum_read`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_foruread_foruse_ix` (`forumid`,`userid`), KEY `mdl_foruread_disuse_ix` (`discussionid`,`userid`), KEY `mdl_foruread_posuse_ix` (`postid`,`userid`), KEY `mdl_foruread_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Tracks each users read posts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_forum_read` -- LOCK TABLES `mdl_forum_read` WRITE; /*!40000 ALTER TABLE `mdl_forum_read` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_forum_read` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum_subscriptions` -- DROP TABLE IF EXISTS `mdl_forum_subscriptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_forusubs_usefor_uix` (`userid`,`forum`), KEY `mdl_forusubs_use_ix` (`userid`), KEY `mdl_forusubs_for_ix` (`forum`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Keeps track of who is subscribed to what forum'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_forum_subscriptions` -- LOCK TABLES `mdl_forum_subscriptions` WRITE; /*!40000 ALTER TABLE `mdl_forum_subscriptions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_forum_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum_track_prefs` -- DROP TABLE IF EXISTS `mdl_forum_track_prefs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_forutracpref_usefor_ix` (`userid`,`forumid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Tracks each users untracked forums'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_forum_track_prefs` -- LOCK TABLES `mdl_forum_track_prefs` WRITE; /*!40000 ALTER TABLE `mdl_forum_track_prefs` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_forum_track_prefs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_glossary` -- DROP TABLE IF EXISTS `mdl_glossary`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_glos_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='all glossaries'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_glossary` -- LOCK TABLES `mdl_glossary` WRITE; /*!40000 ALTER TABLE `mdl_glossary` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_glossary` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_glossary_alias` -- DROP TABLE IF EXISTS `mdl_glossary_alias`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_glosalia_ent_ix` (`entryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='entries alias'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_glossary_alias` -- LOCK TABLES `mdl_glossary_alias` WRITE; /*!40000 ALTER TABLE `mdl_glossary_alias` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_glossary_alias` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_glossary_categories` -- DROP TABLE IF EXISTS `mdl_glossary_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_gloscate_glo_ix` (`glossaryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='all categories for glossary entries'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_glossary_categories` -- LOCK TABLES `mdl_glossary_categories` WRITE; /*!40000 ALTER TABLE `mdl_glossary_categories` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_glossary_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_glossary_entries` -- DROP TABLE IF EXISTS `mdl_glossary_entries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_glosentr_use_ix` (`userid`), KEY `mdl_glosentr_con_ix` (`concept`), KEY `mdl_glosentr_glo_ix` (`glossaryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='all glossary entries'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_glossary_entries` -- LOCK TABLES `mdl_glossary_entries` WRITE; /*!40000 ALTER TABLE `mdl_glossary_entries` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_glossary_entries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_glossary_entries_categories` -- DROP TABLE IF EXISTS `mdl_glossary_entries_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_glosentrcate_cat_ix` (`categoryid`), KEY `mdl_glosentrcate_ent_ix` (`entryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='categories of each glossary entry'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_glossary_entries_categories` -- LOCK TABLES `mdl_glossary_entries_categories` WRITE; /*!40000 ALTER TABLE `mdl_glossary_entries_categories` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_glossary_entries_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_glossary_formats` -- DROP TABLE IF EXISTS `mdl_glossary_formats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Setting of the display formats'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_glossary_formats` -- LOCK TABLES `mdl_glossary_formats` WRITE; /*!40000 ALTER TABLE `mdl_glossary_formats` DISABLE KEYS */; INSERT INTO `mdl_glossary_formats` (`id`, `name`, `popupformatname`, `visible`, `showgroup`, `showtabs`, `defaultmode`, `defaulthook`, `sortkey`, `sortorder`) 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 `mdl_glossary_formats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_categories` -- DROP TABLE IF EXISTS `mdl_grade_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_gradcate_cou_ix` (`courseid`), KEY `mdl_gradcate_par_ix` (`parent`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about categories, used for grou'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_categories` -- LOCK TABLES `mdl_grade_categories` WRITE; /*!40000 ALTER TABLE `mdl_grade_categories` DISABLE KEYS */; INSERT INTO `mdl_grade_categories` (`id`, `courseid`, `parent`, `depth`, `path`, `fullname`, `aggregation`, `keephigh`, `droplow`, `aggregateonlygraded`, `aggregateoutcomes`, `timecreated`, `timemodified`, `hidden`) VALUES (1,2,NULL,1,'/1/','?',13,0,0,1,0,1722415502,1722415502,0); /*!40000 ALTER TABLE `mdl_grade_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_categories_history` -- DROP TABLE IF EXISTS `mdl_grade_categories_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_gradcatehist_act_ix` (`action`), KEY `mdl_gradcatehist_tim_ix` (`timemodified`), KEY `mdl_gradcatehist_old_ix` (`oldid`), KEY `mdl_gradcatehist_cou_ix` (`courseid`), KEY `mdl_gradcatehist_par_ix` (`parent`), KEY `mdl_gradcatehist_log_ix` (`loggeduser`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='History of grade_categories'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_categories_history` -- LOCK TABLES `mdl_grade_categories_history` WRITE; /*!40000 ALTER TABLE `mdl_grade_categories_history` DISABLE KEYS */; INSERT INTO `mdl_grade_categories_history` (`id`, `action`, `oldid`, `source`, `timemodified`, `loggeduser`, `courseid`, `parent`, `depth`, `path`, `fullname`, `aggregation`, `keephigh`, `droplow`, `aggregateonlygraded`, `aggregateoutcomes`, `aggregatesubcats`, `hidden`) VALUES (1,1,1,'system',1722415502,2,2,NULL,0,NULL,'?',13,0,0,1,0,0,0),(2,2,1,'system',1722415502,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0); /*!40000 ALTER TABLE `mdl_grade_categories_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_grades` -- DROP TABLE IF EXISTS `mdl_grade_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `feedbackformat` bigint(10) NOT NULL DEFAULT 0, `information` longtext DEFAULT NULL, `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 `mdl_gradgrad_useite_uix` (`userid`,`itemid`), KEY `mdl_gradgrad_locloc_ix` (`locked`,`locktime`), KEY `mdl_gradgrad_ite_ix` (`itemid`), KEY `mdl_gradgrad_use_ix` (`userid`), KEY `mdl_gradgrad_raw_ix` (`rawscaleid`), KEY `mdl_gradgrad_use2_ix` (`usermodified`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='grade_grades This table keeps individual grades for each us'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_grades` -- LOCK TABLES `mdl_grade_grades` WRITE; /*!40000 ALTER TABLE `mdl_grade_grades` DISABLE KEYS */; INSERT INTO `mdl_grade_grades` (`id`, `itemid`, `userid`, `rawgrade`, `rawgrademax`, `rawgrademin`, `rawscaleid`, `usermodified`, `finalgrade`, `hidden`, `locked`, `locktime`, `exported`, `overridden`, `excluded`, `feedback`, `feedbackformat`, `information`, `informationformat`, `timecreated`, `timemodified`, `aggregationstatus`, `aggregationweight`) VALUES (1,2,3,NULL,1.00000,0.00000,NULL,3,NULL,0,0,0,0,0,0,NULL,2,NULL,2,NULL,NULL,'novalue',0.00000),(2,1,3,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,2,NULL,2,NULL,NULL,'unknown',NULL),(3,2,4,NULL,1.00000,0.00000,NULL,4,NULL,0,0,0,0,0,0,NULL,2,NULL,2,NULL,NULL,'novalue',0.00000),(4,1,4,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,2,NULL,2,NULL,NULL,'unknown',NULL); /*!40000 ALTER TABLE `mdl_grade_grades` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_grades_history` -- DROP TABLE IF EXISTS `mdl_grade_grades_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `feedbackformat` bigint(10) NOT NULL DEFAULT 0, `information` longtext DEFAULT NULL, `informationformat` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_gradgradhist_act_ix` (`action`), KEY `mdl_gradgradhist_tim_ix` (`timemodified`), KEY `mdl_gradgradhist_useitetim_ix` (`userid`,`itemid`,`timemodified`), KEY `mdl_gradgradhist_old_ix` (`oldid`), KEY `mdl_gradgradhist_ite_ix` (`itemid`), KEY `mdl_gradgradhist_use_ix` (`userid`), KEY `mdl_gradgradhist_raw_ix` (`rawscaleid`), KEY `mdl_gradgradhist_use2_ix` (`usermodified`), KEY `mdl_gradgradhist_log_ix` (`loggeduser`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='History table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_grades_history` -- LOCK TABLES `mdl_grade_grades_history` WRITE; /*!40000 ALTER TABLE `mdl_grade_grades_history` DISABLE KEYS */; INSERT INTO `mdl_grade_grades_history` (`id`, `action`, `oldid`, `source`, `timemodified`, `loggeduser`, `itemid`, `userid`, `rawgrade`, `rawgrademax`, `rawgrademin`, `rawscaleid`, `usermodified`, `finalgrade`, `hidden`, `locked`, `locktime`, `exported`, `overridden`, `excluded`, `feedback`, `feedbackformat`, `information`, `informationformat`) VALUES (1,1,1,'mod/quiz',1722416361,3,2,3,NULL,1.00000,0.00000,NULL,3,NULL,0,0,0,0,0,0,NULL,2,NULL,2),(2,1,2,'system',1722416361,3,1,3,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,2,NULL,2),(3,1,3,'mod/quiz',1722417076,4,2,4,NULL,1.00000,0.00000,NULL,4,NULL,0,0,0,0,0,0,NULL,2,NULL,2),(4,1,4,'system',1722417076,4,1,4,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,2,NULL,2); /*!40000 ALTER TABLE `mdl_grade_grades_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_import_newitem` -- DROP TABLE IF EXISTS `mdl_grade_import_newitem`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_gradimponewi_imp_ix` (`importer`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='temporary table for storing new grade_item names from grade '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_import_newitem` -- LOCK TABLES `mdl_grade_import_newitem` WRITE; /*!40000 ALTER TABLE `mdl_grade_import_newitem` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_grade_import_newitem` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_import_values` -- DROP TABLE IF EXISTS `mdl_grade_import_values`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `importcode` bigint(10) NOT NULL, `importer` bigint(10) DEFAULT NULL, `importonlyfeedback` tinyint(1) DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_gradimpovalu_ite_ix` (`itemid`), KEY `mdl_gradimpovalu_new_ix` (`newgradeitem`), KEY `mdl_gradimpovalu_imp_ix` (`importer`), KEY `mdl_gradimpovalu_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Temporary table for importing grades'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_import_values` -- LOCK TABLES `mdl_grade_import_values` WRITE; /*!40000 ALTER TABLE `mdl_grade_import_values` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_grade_import_values` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_items` -- DROP TABLE IF EXISTS `mdl_grade_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `idnumber` varchar(255) DEFAULT NULL, `calculation` longtext DEFAULT NULL, `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 `mdl_graditem_locloc_ix` (`locked`,`locktime`), KEY `mdl_graditem_itenee_ix` (`itemtype`,`needsupdate`), KEY `mdl_graditem_gra_ix` (`gradetype`), KEY `mdl_graditem_idncou_ix` (`idnumber`,`courseid`), KEY `mdl_graditem_iteiteitecou_ix` (`itemtype`,`itemmodule`,`iteminstance`,`courseid`), KEY `mdl_graditem_cou_ix` (`courseid`), KEY `mdl_graditem_cat_ix` (`categoryid`), KEY `mdl_graditem_sca_ix` (`scaleid`), KEY `mdl_graditem_out_ix` (`outcomeid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about gradeable items (ie colum'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_items` -- LOCK TABLES `mdl_grade_items` WRITE; /*!40000 ALTER TABLE `mdl_grade_items` DISABLE KEYS */; INSERT INTO `mdl_grade_items` (`id`, `courseid`, `categoryid`, `itemname`, `itemtype`, `itemmodule`, `iteminstance`, `itemnumber`, `iteminfo`, `idnumber`, `calculation`, `gradetype`, `grademax`, `grademin`, `scaleid`, `outcomeid`, `gradepass`, `multfactor`, `plusfactor`, `aggregationcoef`, `aggregationcoef2`, `sortorder`, `display`, `decimals`, `hidden`, `locked`, `locktime`, `needsupdate`, `weightoverride`, `timecreated`, `timemodified`) VALUES (1,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,1.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,NULL,0,0,0,0,0,1722415502,1722415859),(2,2,1,'Test quiz','mod','quiz',1,0,NULL,'',NULL,1,1.00000,0.00000,NULL,NULL,1.00000,1.00000,0.00000,0.00000,1.00000,2,0,NULL,0,0,0,0,0,1722415540,1722415859); /*!40000 ALTER TABLE `mdl_grade_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_items_history` -- DROP TABLE IF EXISTS `mdl_grade_items_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `idnumber` varchar(255) DEFAULT NULL, `calculation` longtext DEFAULT NULL, `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 `mdl_graditemhist_act_ix` (`action`), KEY `mdl_graditemhist_tim_ix` (`timemodified`), KEY `mdl_graditemhist_old_ix` (`oldid`), KEY `mdl_graditemhist_cou_ix` (`courseid`), KEY `mdl_graditemhist_cat_ix` (`categoryid`), KEY `mdl_graditemhist_sca_ix` (`scaleid`), KEY `mdl_graditemhist_out_ix` (`outcomeid`), KEY `mdl_graditemhist_log_ix` (`loggeduser`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='History of grade_items'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_items_history` -- LOCK TABLES `mdl_grade_items_history` WRITE; /*!40000 ALTER TABLE `mdl_grade_items_history` DISABLE KEYS */; INSERT INTO `mdl_grade_items_history` (`id`, `action`, `oldid`, `source`, `timemodified`, `loggeduser`, `courseid`, `categoryid`, `itemname`, `itemtype`, `itemmodule`, `iteminstance`, `itemnumber`, `iteminfo`, `idnumber`, `calculation`, `gradetype`, `grademax`, `grademin`, `scaleid`, `outcomeid`, `gradepass`, `multfactor`, `plusfactor`, `aggregationcoef`, `aggregationcoef2`, `sortorder`, `hidden`, `locked`, `locktime`, `needsupdate`, `display`, `decimals`, `weightoverride`) VALUES (1,1,1,'system',1722415502,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,2,1,'aggregation',1722415540,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,0.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(3,1,2,NULL,1722415540,2,2,1,'Test quiz','mod','quiz',1,0,NULL,'',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,2,0,0,0,1,0,NULL,0),(4,2,2,NULL,1722415540,2,2,1,'Test quiz','mod','quiz',1,0,NULL,'',NULL,1,10.00000,0.00000,NULL,NULL,1.00000,1.00000,0.00000,0.00000,0.00000,2,0,0,0,1,0,NULL,0),(5,2,2,NULL,1722415540,2,2,1,'Test quiz','mod','quiz',1,0,NULL,'',NULL,1,10.00000,0.00000,NULL,NULL,1.00000,1.00000,0.00000,0.00000,1.00000,2,0,0,0,1,0,NULL,0),(6,2,1,'aggregation',1722415540,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(7,2,2,NULL,1722415859,2,2,1,'Test quiz','mod','quiz',1,0,NULL,'',NULL,1,1.00000,0.00000,NULL,NULL,1.00000,1.00000,0.00000,0.00000,1.00000,2,0,0,0,1,0,NULL,0),(8,2,1,'aggregation',1722415859,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,1.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 `mdl_grade_items_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_letters` -- DROP TABLE IF EXISTS `mdl_grade_letters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_gradlett_conlowlet_uix` (`contextid`,`lowerboundary`,`letter`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Repository for grade letters, for courses and other moodle e'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_letters` -- LOCK TABLES `mdl_grade_letters` WRITE; /*!40000 ALTER TABLE `mdl_grade_letters` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_grade_letters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_outcomes` -- DROP TABLE IF EXISTS `mdl_grade_outcomes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `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 `mdl_gradoutc_cousho_uix` (`courseid`,`shortname`), KEY `mdl_gradoutc_cou_ix` (`courseid`), KEY `mdl_gradoutc_sca_ix` (`scaleid`), KEY `mdl_gradoutc_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table describes the outcomes used in the system. An out'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_outcomes` -- LOCK TABLES `mdl_grade_outcomes` WRITE; /*!40000 ALTER TABLE `mdl_grade_outcomes` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_grade_outcomes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_outcomes_courses` -- DROP TABLE IF EXISTS `mdl_grade_outcomes_courses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_gradoutccour_couout_uix` (`courseid`,`outcomeid`), KEY `mdl_gradoutccour_cou_ix` (`courseid`), KEY `mdl_gradoutccour_out_ix` (`outcomeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='stores what outcomes are used in what courses.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_outcomes_courses` -- LOCK TABLES `mdl_grade_outcomes_courses` WRITE; /*!40000 ALTER TABLE `mdl_grade_outcomes_courses` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_grade_outcomes_courses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_outcomes_history` -- DROP TABLE IF EXISTS `mdl_grade_outcomes_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `descriptionformat` tinyint(2) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_gradoutchist_act_ix` (`action`), KEY `mdl_gradoutchist_tim_ix` (`timemodified`), KEY `mdl_gradoutchist_old_ix` (`oldid`), KEY `mdl_gradoutchist_cou_ix` (`courseid`), KEY `mdl_gradoutchist_sca_ix` (`scaleid`), KEY `mdl_gradoutchist_log_ix` (`loggeduser`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='History table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_outcomes_history` -- LOCK TABLES `mdl_grade_outcomes_history` WRITE; /*!40000 ALTER TABLE `mdl_grade_outcomes_history` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_grade_outcomes_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_settings` -- DROP TABLE IF EXISTS `mdl_grade_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_grade_settings` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL, `name` varchar(255) NOT NULL DEFAULT '', `value` longtext DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_gradsett_counam_uix` (`courseid`,`name`), KEY `mdl_gradsett_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='gradebook settings'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_settings` -- LOCK TABLES `mdl_grade_settings` WRITE; /*!40000 ALTER TABLE `mdl_grade_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_grade_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grading_areas` -- DROP TABLE IF EXISTS `mdl_grading_areas`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_gradarea_concomare_uix` (`contextid`,`component`,`areaname`), KEY `mdl_gradarea_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Identifies gradable areas where advanced grading can happen.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grading_areas` -- LOCK TABLES `mdl_grading_areas` WRITE; /*!40000 ALTER TABLE `mdl_grading_areas` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_grading_areas` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grading_definitions` -- DROP TABLE IF EXISTS `mdl_grading_definitions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `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 DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_graddefi_aremet_uix` (`areaid`,`method`), KEY `mdl_graddefi_are_ix` (`areaid`), KEY `mdl_graddefi_use_ix` (`usermodified`), KEY `mdl_graddefi_use2_ix` (`usercreated`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Contains the basic information about an advanced grading for'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grading_definitions` -- LOCK TABLES `mdl_grading_definitions` WRITE; /*!40000 ALTER TABLE `mdl_grading_definitions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_grading_definitions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grading_instances` -- DROP TABLE IF EXISTS `mdl_grading_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `feedbackformat` tinyint(2) DEFAULT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_gradinst_def_ix` (`definitionid`), KEY `mdl_gradinst_rat_ix` (`raterid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Grading form instance is an assessment record for one gradab'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grading_instances` -- LOCK TABLES `mdl_grading_instances` WRITE; /*!40000 ALTER TABLE `mdl_grading_instances` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_grading_instances` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_gradingform_guide_comments` -- DROP TABLE IF EXISTS `mdl_gradingform_guide_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_gradingform_guide_comments` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `definitionid` bigint(10) NOT NULL, `sortorder` bigint(10) NOT NULL, `description` longtext DEFAULT NULL, `descriptionformat` tinyint(2) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_gradguidcomm_def_ix` (`definitionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='frequently used comments used in marking guide'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_gradingform_guide_comments` -- LOCK TABLES `mdl_gradingform_guide_comments` WRITE; /*!40000 ALTER TABLE `mdl_gradingform_guide_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_gradingform_guide_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_gradingform_guide_criteria` -- DROP TABLE IF EXISTS `mdl_gradingform_guide_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `descriptionformat` tinyint(2) DEFAULT NULL, `descriptionmarkers` longtext DEFAULT NULL, `descriptionmarkersformat` tinyint(2) DEFAULT NULL, `maxscore` decimal(10,5) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_gradguidcrit_def_ix` (`definitionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the criteria grid.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_gradingform_guide_criteria` -- LOCK TABLES `mdl_gradingform_guide_criteria` WRITE; /*!40000 ALTER TABLE `mdl_gradingform_guide_criteria` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_gradingform_guide_criteria` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_gradingform_guide_fillings` -- DROP TABLE IF EXISTS `mdl_gradingform_guide_fillings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_gradingform_guide_fillings` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `instanceid` bigint(10) NOT NULL, `criterionid` bigint(10) NOT NULL, `remark` longtext DEFAULT NULL, `remarkformat` tinyint(2) DEFAULT NULL, `score` decimal(10,5) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_gradguidfill_inscri_uix` (`instanceid`,`criterionid`), KEY `mdl_gradguidfill_ins_ix` (`instanceid`), KEY `mdl_gradguidfill_cri_ix` (`criterionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED 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 `mdl_gradingform_guide_fillings` -- LOCK TABLES `mdl_gradingform_guide_fillings` WRITE; /*!40000 ALTER TABLE `mdl_gradingform_guide_fillings` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_gradingform_guide_fillings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_gradingform_rubric_criteria` -- DROP TABLE IF EXISTS `mdl_gradingform_rubric_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_gradingform_rubric_criteria` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `definitionid` bigint(10) NOT NULL, `sortorder` bigint(10) NOT NULL, `description` longtext DEFAULT NULL, `descriptionformat` tinyint(2) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_gradrubrcrit_def_ix` (`definitionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the rubric grid.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_gradingform_rubric_criteria` -- LOCK TABLES `mdl_gradingform_rubric_criteria` WRITE; /*!40000 ALTER TABLE `mdl_gradingform_rubric_criteria` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_gradingform_rubric_criteria` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_gradingform_rubric_fillings` -- DROP TABLE IF EXISTS `mdl_gradingform_rubric_fillings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `remarkformat` tinyint(2) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_gradrubrfill_inscri_uix` (`instanceid`,`criterionid`), KEY `mdl_gradrubrfill_lev_ix` (`levelid`), KEY `mdl_gradrubrfill_ins_ix` (`instanceid`), KEY `mdl_gradrubrfill_cri_ix` (`criterionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED 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 `mdl_gradingform_rubric_fillings` -- LOCK TABLES `mdl_gradingform_rubric_fillings` WRITE; /*!40000 ALTER TABLE `mdl_gradingform_rubric_fillings` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_gradingform_rubric_fillings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_gradingform_rubric_levels` -- DROP TABLE IF EXISTS `mdl_gradingform_rubric_levels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_gradingform_rubric_levels` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `criterionid` bigint(10) NOT NULL, `score` decimal(10,5) NOT NULL, `definition` longtext DEFAULT NULL, `definitionformat` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_gradrubrleve_cri_ix` (`criterionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the columns of the rubric grid.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_gradingform_rubric_levels` -- LOCK TABLES `mdl_gradingform_rubric_levels` WRITE; /*!40000 ALTER TABLE `mdl_gradingform_rubric_levels` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_gradingform_rubric_levels` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_groupings` -- DROP TABLE IF EXISTS `mdl_groupings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `descriptionformat` tinyint(2) NOT NULL DEFAULT 0, `configdata` longtext DEFAULT NULL, `timecreated` bigint(10) NOT NULL DEFAULT 0, `timemodified` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_grou_idn2_ix` (`idnumber`), KEY `mdl_grou_cou2_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='A grouping is a collection of groups. WAS: groups_groupings'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_groupings` -- LOCK TABLES `mdl_groupings` WRITE; /*!40000 ALTER TABLE `mdl_groupings` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_groupings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_groupings_groups` -- DROP TABLE IF EXISTS `mdl_groupings_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_grougrou_gro_ix` (`groupingid`), KEY `mdl_grougrou_gro2_ix` (`groupid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED 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 `mdl_groupings_groups` -- LOCK TABLES `mdl_groupings_groups` WRITE; /*!40000 ALTER TABLE `mdl_groupings_groups` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_groupings_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_groups` -- DROP TABLE IF EXISTS `mdl_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `descriptionformat` tinyint(2) NOT NULL DEFAULT 0, `enrolmentkey` varchar(50) DEFAULT NULL, `picture` bigint(10) NOT NULL DEFAULT 0, `visibility` tinyint(1) NOT NULL DEFAULT 0, `participation` tinyint(1) NOT NULL DEFAULT 1, `timecreated` bigint(10) NOT NULL DEFAULT 0, `timemodified` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_grou_idn_ix` (`idnumber`), KEY `mdl_grou_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Each record represents a group.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_groups` -- LOCK TABLES `mdl_groups` WRITE; /*!40000 ALTER TABLE `mdl_groups` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_groups_members` -- DROP TABLE IF EXISTS `mdl_groups_members`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_groumemb_usegro_uix` (`userid`,`groupid`), KEY `mdl_groumemb_gro_ix` (`groupid`), KEY `mdl_groumemb_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Link a user to a group.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_groups_members` -- LOCK TABLES `mdl_groups_members` WRITE; /*!40000 ALTER TABLE `mdl_groups_members` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_groups_members` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_h5p` -- DROP TABLE IF EXISTS `mdl_h5p`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_h5p` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `jsoncontent` longtext NOT NULL, `mainlibraryid` bigint(10) NOT NULL, `displayoptions` smallint(4) DEFAULT NULL, `pathnamehash` varchar(40) NOT NULL DEFAULT '', `contenthash` varchar(40) NOT NULL DEFAULT '', `filtered` longtext DEFAULT NULL, `timecreated` bigint(10) NOT NULL DEFAULT 0, `timemodified` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_h5p_pat_ix` (`pathnamehash`), KEY `mdl_h5p_mai_ix` (`mainlibraryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores H5P content information'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_h5p` -- LOCK TABLES `mdl_h5p` WRITE; /*!40000 ALTER TABLE `mdl_h5p` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_h5p` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_h5p_contents_libraries` -- DROP TABLE IF EXISTS `mdl_h5p_contents_libraries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_h5p_contents_libraries` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `h5pid` bigint(10) NOT NULL, `libraryid` bigint(10) NOT NULL, `dependencytype` varchar(10) NOT NULL DEFAULT '', `dropcss` tinyint(1) NOT NULL, `weight` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_h5pcontlibr_h5p_ix` (`h5pid`), KEY `mdl_h5pcontlibr_lib_ix` (`libraryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Store which library is used in which content.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_h5p_contents_libraries` -- LOCK TABLES `mdl_h5p_contents_libraries` WRITE; /*!40000 ALTER TABLE `mdl_h5p_contents_libraries` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_h5p_contents_libraries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_h5p_libraries` -- DROP TABLE IF EXISTS `mdl_h5p_libraries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_h5p_libraries` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `machinename` varchar(255) NOT NULL DEFAULT '', `title` varchar(255) NOT NULL DEFAULT '', `majorversion` smallint(4) NOT NULL, `minorversion` smallint(4) NOT NULL, `patchversion` smallint(4) NOT NULL, `runnable` tinyint(1) NOT NULL, `fullscreen` tinyint(1) NOT NULL DEFAULT 0, `embedtypes` varchar(255) NOT NULL DEFAULT '', `preloadedjs` longtext DEFAULT NULL, `preloadedcss` longtext DEFAULT NULL, `droplibrarycss` longtext DEFAULT NULL, `semantics` longtext DEFAULT NULL, `addto` longtext DEFAULT NULL, `coremajor` smallint(4) DEFAULT NULL, `coreminor` smallint(4) DEFAULT NULL, `metadatasettings` longtext DEFAULT NULL, `tutorial` longtext DEFAULT NULL, `example` longtext DEFAULT NULL, `enabled` tinyint(1) DEFAULT 1, PRIMARY KEY (`id`), KEY `mdl_h5plibr_macmajminpatrun_ix` (`machinename`,`majorversion`,`minorversion`,`patchversion`,`runnable`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores information about libraries used by H5P content.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_h5p_libraries` -- LOCK TABLES `mdl_h5p_libraries` WRITE; /*!40000 ALTER TABLE `mdl_h5p_libraries` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_h5p_libraries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_h5p_libraries_cachedassets` -- DROP TABLE IF EXISTS `mdl_h5p_libraries_cachedassets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_h5p_libraries_cachedassets` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `libraryid` bigint(10) NOT NULL, `hash` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mdl_h5plibrcach_lib_ix` (`libraryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='H5P cached library assets'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_h5p_libraries_cachedassets` -- LOCK TABLES `mdl_h5p_libraries_cachedassets` WRITE; /*!40000 ALTER TABLE `mdl_h5p_libraries_cachedassets` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_h5p_libraries_cachedassets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_h5p_library_dependencies` -- DROP TABLE IF EXISTS `mdl_h5p_library_dependencies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_h5p_library_dependencies` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `libraryid` bigint(10) NOT NULL, `requiredlibraryid` bigint(10) NOT NULL, `dependencytype` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mdl_h5plibrdepe_lib_ix` (`libraryid`), KEY `mdl_h5plibrdepe_req_ix` (`requiredlibraryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores H5P library dependencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_h5p_library_dependencies` -- LOCK TABLES `mdl_h5p_library_dependencies` WRITE; /*!40000 ALTER TABLE `mdl_h5p_library_dependencies` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_h5p_library_dependencies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_h5pactivity` -- DROP TABLE IF EXISTS `mdl_h5pactivity`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_h5pactivity` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL, `name` varchar(255) NOT NULL DEFAULT '', `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `intro` longtext DEFAULT NULL, `introformat` smallint(4) NOT NULL DEFAULT 0, `grade` bigint(10) DEFAULT 0, `displayoptions` smallint(4) NOT NULL DEFAULT 0, `enabletracking` tinyint(1) NOT NULL DEFAULT 1, `grademethod` smallint(4) NOT NULL DEFAULT 1, `reviewmode` smallint(4) DEFAULT 1, PRIMARY KEY (`id`), KEY `mdl_h5pa_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the h5pactivity activity module instances.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_h5pactivity` -- LOCK TABLES `mdl_h5pactivity` WRITE; /*!40000 ALTER TABLE `mdl_h5pactivity` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_h5pactivity` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_h5pactivity_attempts` -- DROP TABLE IF EXISTS `mdl_h5pactivity_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_h5pactivity_attempts` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `h5pactivityid` bigint(10) NOT NULL, `userid` bigint(20) NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `attempt` mediumint(6) NOT NULL DEFAULT 1, `rawscore` bigint(10) DEFAULT 0, `maxscore` bigint(10) DEFAULT 0, `scaled` decimal(10,5) NOT NULL DEFAULT 0.00000, `duration` bigint(10) DEFAULT 0, `completion` tinyint(1) DEFAULT NULL, `success` tinyint(1) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_h5paatte_h5puseatt_uix` (`h5pactivityid`,`userid`,`attempt`), KEY `mdl_h5paatte_tim_ix` (`timecreated`), KEY `mdl_h5paatte_h5ptim_ix` (`h5pactivityid`,`timecreated`), KEY `mdl_h5paatte_h5puse_ix` (`h5pactivityid`,`userid`), KEY `mdl_h5paatte_h5p_ix` (`h5pactivityid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Users attempts inside H5P activities'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_h5pactivity_attempts` -- LOCK TABLES `mdl_h5pactivity_attempts` WRITE; /*!40000 ALTER TABLE `mdl_h5pactivity_attempts` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_h5pactivity_attempts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_h5pactivity_attempts_results` -- DROP TABLE IF EXISTS `mdl_h5pactivity_attempts_results`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_h5pactivity_attempts_results` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `attemptid` bigint(10) NOT NULL, `subcontent` varchar(128) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `interactiontype` varchar(128) DEFAULT NULL, `description` longtext DEFAULT NULL, `correctpattern` longtext DEFAULT NULL, `response` longtext NOT NULL, `additionals` longtext DEFAULT NULL, `rawscore` bigint(10) NOT NULL DEFAULT 0, `maxscore` bigint(10) NOT NULL DEFAULT 0, `duration` bigint(10) DEFAULT 0, `completion` tinyint(1) DEFAULT NULL, `success` tinyint(1) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_h5paatteresu_atttim_ix` (`attemptid`,`timecreated`), KEY `mdl_h5paatteresu_att_ix` (`attemptid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='H5Pactivities_attempts tracking info'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_h5pactivity_attempts_results` -- LOCK TABLES `mdl_h5pactivity_attempts_results` WRITE; /*!40000 ALTER TABLE `mdl_h5pactivity_attempts_results` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_h5pactivity_attempts_results` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_imscp` -- DROP TABLE IF EXISTS `mdl_imscp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_imscp` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT 0, `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext DEFAULT NULL, `introformat` smallint(4) NOT NULL DEFAULT 0, `revision` bigint(10) NOT NULL DEFAULT 0, `keepold` bigint(10) NOT NULL DEFAULT -1, `structure` longtext DEFAULT NULL, `timemodified` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_imsc_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='each record is one imscp resource'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_imscp` -- LOCK TABLES `mdl_imscp` WRITE; /*!40000 ALTER TABLE `mdl_imscp` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_imscp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_infected_files` -- DROP TABLE IF EXISTS `mdl_infected_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_infected_files` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `filename` longtext NOT NULL, `quarantinedfile` longtext DEFAULT NULL, `userid` bigint(10) NOT NULL, `reason` longtext NOT NULL, `timecreated` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_infefile_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table to store infected file details.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_infected_files` -- LOCK TABLES `mdl_infected_files` WRITE; /*!40000 ALTER TABLE `mdl_infected_files` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_infected_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_label` -- DROP TABLE IF EXISTS `mdl_label`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_labe_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines labels'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_label` -- LOCK TABLES `mdl_label` WRITE; /*!40000 ALTER TABLE `mdl_label` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_label` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lesson` -- DROP TABLE IF EXISTS `mdl_lesson`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_lesson` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT 0, `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext DEFAULT NULL, `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 `mdl_less_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines lesson'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lesson` -- LOCK TABLES `mdl_lesson` WRITE; /*!40000 ALTER TABLE `mdl_lesson` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lesson` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lesson_answers` -- DROP TABLE IF EXISTS `mdl_lesson_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `answerformat` tinyint(2) NOT NULL DEFAULT 0, `response` longtext DEFAULT NULL, `responseformat` tinyint(2) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_lessansw_les_ix` (`lessonid`), KEY `mdl_lessansw_pag_ix` (`pageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_answers'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lesson_answers` -- LOCK TABLES `mdl_lesson_answers` WRITE; /*!40000 ALTER TABLE `mdl_lesson_answers` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lesson_answers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lesson_attempts` -- DROP TABLE IF EXISTS `mdl_lesson_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `timeseen` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_lessatte_use_ix` (`userid`), KEY `mdl_lessatte_les_ix` (`lessonid`), KEY `mdl_lessatte_pag_ix` (`pageid`), KEY `mdl_lessatte_ans_ix` (`answerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_attempts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lesson_attempts` -- LOCK TABLES `mdl_lesson_attempts` WRITE; /*!40000 ALTER TABLE `mdl_lesson_attempts` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lesson_attempts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lesson_branch` -- DROP TABLE IF EXISTS `mdl_lesson_branch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_lessbran_use_ix` (`userid`), KEY `mdl_lessbran_les_ix` (`lessonid`), KEY `mdl_lessbran_pag_ix` (`pageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='branches for each lesson/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lesson_branch` -- LOCK TABLES `mdl_lesson_branch` WRITE; /*!40000 ALTER TABLE `mdl_lesson_branch` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lesson_branch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lesson_grades` -- DROP TABLE IF EXISTS `mdl_lesson_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_lessgrad_use_ix` (`userid`), KEY `mdl_lessgrad_les_ix` (`lessonid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_grades'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lesson_grades` -- LOCK TABLES `mdl_lesson_grades` WRITE; /*!40000 ALTER TABLE `mdl_lesson_grades` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lesson_grades` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lesson_overrides` -- DROP TABLE IF EXISTS `mdl_lesson_overrides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_lessover_les_ix` (`lessonid`), KEY `mdl_lessover_gro_ix` (`groupid`), KEY `mdl_lessover_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The overrides to lesson settings.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lesson_overrides` -- LOCK TABLES `mdl_lesson_overrides` WRITE; /*!40000 ALTER TABLE `mdl_lesson_overrides` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lesson_overrides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lesson_pages` -- DROP TABLE IF EXISTS `mdl_lesson_pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_lesspage_les_ix` (`lessonid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_pages'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lesson_pages` -- LOCK TABLES `mdl_lesson_pages` WRITE; /*!40000 ALTER TABLE `mdl_lesson_pages` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lesson_pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lesson_timer` -- DROP TABLE IF EXISTS `mdl_lesson_timer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_lesstime_use_ix` (`userid`), KEY `mdl_lesstime_les_ix` (`lessonid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='lesson timer for each lesson'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lesson_timer` -- LOCK TABLES `mdl_lesson_timer` WRITE; /*!40000 ALTER TABLE `mdl_lesson_timer` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lesson_timer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_license` -- DROP TABLE IF EXISTS `mdl_license`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_license` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `shortname` varchar(255) DEFAULT NULL, `fullname` longtext DEFAULT NULL, `source` varchar(255) DEFAULT NULL, `enabled` tinyint(1) NOT NULL DEFAULT 1, `version` bigint(10) NOT NULL DEFAULT 0, `custom` tinyint(1) NOT NULL DEFAULT 0, `sortorder` mediumint(5) NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='store licenses used by moodle'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_license` -- LOCK TABLES `mdl_license` WRITE; /*!40000 ALTER TABLE `mdl_license` DISABLE KEYS */; INSERT INTO `mdl_license` (`id`, `shortname`, `fullname`, `source`, `enabled`, `version`, `custom`, `sortorder`) VALUES (1,'unknown','Licence not specified','',1,2010033100,0,1),(2,'allrightsreserved','All rights reserved','https://en.wikipedia.org/wiki/All_rights_reserved',1,2010033100,0,2),(3,'public','Public domain','https://en.wikipedia.org/wiki/Public_domain',1,2010033100,0,3),(4,'cc-4.0','Creative Commons - 4.0 International','https://creativecommons.org/licenses/by/4.0/',1,2022120100,0,4),(5,'cc-nc-4.0','Creative Commons - NonCommercial 4.0 International','https://creativecommons.org/licenses/by-nc/4.0/',1,2022120100,0,5),(6,'cc-nd-4.0','Creative Commons - NoDerivatives 4.0 International','https://creativecommons.org/licenses/by-nd/4.0/',1,2022120100,0,6),(7,'cc-nc-nd-4.0','Creative Commons - NonCommercial-NoDerivatives 4.0 International','https://creativecommons.org/licenses/by-nc-nd/4.0/',1,2022120100,0,7),(8,'cc-nc-sa-4.0','Creative Commons - NonCommercial-ShareAlike 4.0 International','https://creativecommons.org/licenses/by-nc-sa/4.0/',1,2022120100,0,8),(9,'cc-sa-4.0','Creative Commons - ShareAlike 4.0 International','https://creativecommons.org/licenses/by-sa/4.0/',1,2022120100,0,9); /*!40000 ALTER TABLE `mdl_license` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_local_asystgrade` -- DROP TABLE IF EXISTS `mdl_local_asystgrade`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_local_asystgrade` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `question` longtext NOT NULL, `referenceanswer` longtext NOT NULL, `studentanswer` longtext NOT NULL, `observed_grade` smallint(3) NOT NULL, `studentid` bigint(10) DEFAULT NULL, `recordid` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table for storing asystgrade data'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_local_asystgrade` -- LOCK TABLES `mdl_local_asystgrade` WRITE; /*!40000 ALTER TABLE `mdl_local_asystgrade` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_local_asystgrade` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lock_db` -- DROP TABLE IF EXISTS `mdl_lock_db`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_lockdb_res_uix` (`resourcekey`), KEY `mdl_lockdb_exp_ix` (`expires`), KEY `mdl_lockdb_own_ix` (`owner`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores active and inactive lock types for db locking method.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lock_db` -- LOCK TABLES `mdl_lock_db` WRITE; /*!40000 ALTER TABLE `mdl_lock_db` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lock_db` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_log` -- DROP TABLE IF EXISTS `mdl_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_log_coumodact_ix` (`course`,`module`,`action`), KEY `mdl_log_tim_ix` (`time`), KEY `mdl_log_act_ix` (`action`), KEY `mdl_log_usecou_ix` (`userid`,`course`), KEY `mdl_log_cmi_ix` (`cmid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Every action is logged as far as possible'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_log` -- LOCK TABLES `mdl_log` WRITE; /*!40000 ALTER TABLE `mdl_log` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_log_display` -- DROP TABLE IF EXISTS `mdl_log_display`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_logdisp_modact_uix` (`module`,`action`) ) ENGINE=InnoDB AUTO_INCREMENT=196 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='For a particular module/action, specifies a moodle table/fie'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_log_display` -- LOCK TABLES `mdl_log_display` WRITE; /*!40000 ALTER TABLE `mdl_log_display` DISABLE KEYS */; INSERT INTO `mdl_log_display` (`id`, `module`, `action`, `mtable`, `field`, `component`) 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,'bigbluebuttonbn','add','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(54,'bigbluebuttonbn','update','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(55,'bigbluebuttonbn','view','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(56,'bigbluebuttonbn','view all','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(57,'bigbluebuttonbn','create','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(58,'bigbluebuttonbn','end','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(59,'bigbluebuttonbn','join','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(60,'bigbluebuttonbn','left','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(61,'bigbluebuttonbn','publish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(62,'bigbluebuttonbn','unpublish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(63,'bigbluebuttonbn','delete','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(64,'book','add','book','name','mod_book'),(65,'book','update','book','name','mod_book'),(66,'book','view','book','name','mod_book'),(67,'book','add chapter','book_chapters','title','mod_book'),(68,'book','update chapter','book_chapters','title','mod_book'),(69,'book','view chapter','book_chapters','title','mod_book'),(70,'chat','view','chat','name','mod_chat'),(71,'chat','add','chat','name','mod_chat'),(72,'chat','update','chat','name','mod_chat'),(73,'chat','report','chat','name','mod_chat'),(74,'chat','talk','chat','name','mod_chat'),(75,'choice','view','choice','name','mod_choice'),(76,'choice','update','choice','name','mod_choice'),(77,'choice','add','choice','name','mod_choice'),(78,'choice','report','choice','name','mod_choice'),(79,'choice','choose','choice','name','mod_choice'),(80,'choice','choose again','choice','name','mod_choice'),(81,'data','view','data','name','mod_data'),(82,'data','add','data','name','mod_data'),(83,'data','update','data','name','mod_data'),(84,'data','record delete','data','name','mod_data'),(85,'data','fields add','data_fields','name','mod_data'),(86,'data','fields update','data_fields','name','mod_data'),(87,'data','templates saved','data','name','mod_data'),(88,'data','templates def','data','name','mod_data'),(89,'feedback','startcomplete','feedback','name','mod_feedback'),(90,'feedback','submit','feedback','name','mod_feedback'),(91,'feedback','delete','feedback','name','mod_feedback'),(92,'feedback','view','feedback','name','mod_feedback'),(93,'feedback','view all','course','shortname','mod_feedback'),(94,'folder','view','folder','name','mod_folder'),(95,'folder','view all','folder','name','mod_folder'),(96,'folder','update','folder','name','mod_folder'),(97,'folder','add','folder','name','mod_folder'),(98,'forum','add','forum','name','mod_forum'),(99,'forum','update','forum','name','mod_forum'),(100,'forum','add discussion','forum_discussions','name','mod_forum'),(101,'forum','add post','forum_posts','subject','mod_forum'),(102,'forum','update post','forum_posts','subject','mod_forum'),(103,'forum','user report','user','CONCAT(firstname, \' \', lastname)','mod_forum'),(104,'forum','move discussion','forum_discussions','name','mod_forum'),(105,'forum','view subscribers','forum','name','mod_forum'),(106,'forum','view discussion','forum_discussions','name','mod_forum'),(107,'forum','view forum','forum','name','mod_forum'),(108,'forum','subscribe','forum','name','mod_forum'),(109,'forum','unsubscribe','forum','name','mod_forum'),(110,'forum','pin discussion','forum_discussions','name','mod_forum'),(111,'forum','unpin discussion','forum_discussions','name','mod_forum'),(112,'glossary','add','glossary','name','mod_glossary'),(113,'glossary','update','glossary','name','mod_glossary'),(114,'glossary','view','glossary','name','mod_glossary'),(115,'glossary','view all','glossary','name','mod_glossary'),(116,'glossary','add entry','glossary','name','mod_glossary'),(117,'glossary','update entry','glossary','name','mod_glossary'),(118,'glossary','add category','glossary','name','mod_glossary'),(119,'glossary','update category','glossary','name','mod_glossary'),(120,'glossary','delete category','glossary','name','mod_glossary'),(121,'glossary','approve entry','glossary','name','mod_glossary'),(122,'glossary','disapprove entry','glossary','name','mod_glossary'),(123,'glossary','view entry','glossary_entries','concept','mod_glossary'),(124,'imscp','view','imscp','name','mod_imscp'),(125,'imscp','view all','imscp','name','mod_imscp'),(126,'imscp','update','imscp','name','mod_imscp'),(127,'imscp','add','imscp','name','mod_imscp'),(128,'label','add','label','name','mod_label'),(129,'label','update','label','name','mod_label'),(130,'lesson','start','lesson','name','mod_lesson'),(131,'lesson','end','lesson','name','mod_lesson'),(132,'lesson','view','lesson_pages','title','mod_lesson'),(133,'lti','view','lti','name','mod_lti'),(134,'lti','launch','lti','name','mod_lti'),(135,'lti','view all','lti','name','mod_lti'),(136,'page','view','page','name','mod_page'),(137,'page','view all','page','name','mod_page'),(138,'page','update','page','name','mod_page'),(139,'page','add','page','name','mod_page'),(140,'quiz','add','quiz','name','mod_quiz'),(141,'quiz','update','quiz','name','mod_quiz'),(142,'quiz','view','quiz','name','mod_quiz'),(143,'quiz','report','quiz','name','mod_quiz'),(144,'quiz','attempt','quiz','name','mod_quiz'),(145,'quiz','submit','quiz','name','mod_quiz'),(146,'quiz','review','quiz','name','mod_quiz'),(147,'quiz','editquestions','quiz','name','mod_quiz'),(148,'quiz','preview','quiz','name','mod_quiz'),(149,'quiz','start attempt','quiz','name','mod_quiz'),(150,'quiz','close attempt','quiz','name','mod_quiz'),(151,'quiz','continue attempt','quiz','name','mod_quiz'),(152,'quiz','edit override','quiz','name','mod_quiz'),(153,'quiz','delete override','quiz','name','mod_quiz'),(154,'quiz','view summary','quiz','name','mod_quiz'),(155,'resource','view','resource','name','mod_resource'),(156,'resource','view all','resource','name','mod_resource'),(157,'resource','update','resource','name','mod_resource'),(158,'resource','add','resource','name','mod_resource'),(159,'scorm','view','scorm','name','mod_scorm'),(160,'scorm','review','scorm','name','mod_scorm'),(161,'scorm','update','scorm','name','mod_scorm'),(162,'scorm','add','scorm','name','mod_scorm'),(163,'survey','add','survey','name','mod_survey'),(164,'survey','update','survey','name','mod_survey'),(165,'survey','download','survey','name','mod_survey'),(166,'survey','view form','survey','name','mod_survey'),(167,'survey','view graph','survey','name','mod_survey'),(168,'survey','view report','survey','name','mod_survey'),(169,'survey','submit','survey','name','mod_survey'),(170,'url','view','url','name','mod_url'),(171,'url','view all','url','name','mod_url'),(172,'url','update','url','name','mod_url'),(173,'url','add','url','name','mod_url'),(174,'workshop','add','workshop','name','mod_workshop'),(175,'workshop','update','workshop','name','mod_workshop'),(176,'workshop','view','workshop','name','mod_workshop'),(177,'workshop','view all','workshop','name','mod_workshop'),(178,'workshop','add submission','workshop_submissions','title','mod_workshop'),(179,'workshop','update submission','workshop_submissions','title','mod_workshop'),(180,'workshop','view submission','workshop_submissions','title','mod_workshop'),(181,'workshop','add assessment','workshop_submissions','title','mod_workshop'),(182,'workshop','update assessment','workshop_submissions','title','mod_workshop'),(183,'workshop','add example','workshop_submissions','title','mod_workshop'),(184,'workshop','update example','workshop_submissions','title','mod_workshop'),(185,'workshop','view example','workshop_submissions','title','mod_workshop'),(186,'workshop','add reference assessment','workshop_submissions','title','mod_workshop'),(187,'workshop','update reference assessment','workshop_submissions','title','mod_workshop'),(188,'workshop','add example assessment','workshop_submissions','title','mod_workshop'),(189,'workshop','update example assessment','workshop_submissions','title','mod_workshop'),(190,'workshop','update aggregate grades','workshop','name','mod_workshop'),(191,'workshop','update clear aggregated grades','workshop','name','mod_workshop'),(192,'workshop','update clear assessments','workshop','name','mod_workshop'),(193,'book','exportimscp','book','name','booktool_exportimscp'),(194,'book','print','book','name','booktool_print'),(195,'book','print chapter','book_chapters','title','booktool_print'); /*!40000 ALTER TABLE `mdl_log_display` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_log_queries` -- DROP TABLE IF EXISTS `mdl_log_queries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_log_queries` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `qtype` mediumint(5) NOT NULL, `sqltext` longtext NOT NULL, `sqlparams` longtext DEFAULT NULL, `error` mediumint(5) NOT NULL DEFAULT 0, `info` longtext DEFAULT NULL, `backtrace` longtext DEFAULT NULL, `exectime` decimal(10,5) NOT NULL, `timelogged` bigint(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Logged database queries.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_log_queries` -- LOCK TABLES `mdl_log_queries` WRITE; /*!40000 ALTER TABLE `mdl_log_queries` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_log_queries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_logstore_standard_log` -- DROP TABLE IF EXISTS `mdl_logstore_standard_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `origin` varchar(10) DEFAULT NULL, `ip` varchar(45) DEFAULT NULL, `realuserid` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_logsstanlog_tim_ix` (`timecreated`), KEY `mdl_logsstanlog_couanotim_ix` (`courseid`,`anonymous`,`timecreated`), KEY `mdl_logsstanlog_useconconcr_ix` (`userid`,`contextlevel`,`contextinstanceid`,`crud`,`edulevel`,`timecreated`), KEY `mdl_logsstanlog_con_ix` (`contextid`), KEY `mdl_logsstanlog_use_ix` (`userid`), KEY `mdl_logsstanlog_cou_ix` (`courseid`), KEY `mdl_logsstanlog_rea_ix` (`realuserid`), KEY `mdl_logsstanlog_rel_ix` (`relateduserid`) ) ENGINE=InnoDB AUTO_INCREMENT=143 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Standard log table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_logstore_standard_log` -- LOCK TABLES `mdl_logstore_standard_log` WRITE; /*!40000 ALTER TABLE `mdl_logstore_standard_log` DISABLE KEYS */; INSERT INTO `mdl_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (1,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1722414986,'web','172.18.0.1',NULL),(2,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"admin\",\"extrauserinfo\":[]}',1722414999,'web','172.18.0.1',NULL),(3,'\\core\\event\\user_updated','core','updated','user','user',2,'u',0,5,30,2,2,0,2,0,'null',1722415040,'web','172.18.0.1',NULL),(4,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1722415055,'web','172.18.0.1',NULL),(5,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,1,10,0,2,0,NULL,0,'{\"pageurl\":\"https:\\/\\/www.moodle.loc\\/my\\/courses.php\"}',1722415055,'web','172.18.0.1',NULL),(6,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,1,10,0,2,0,NULL,0,'{\"pageurl\":\"https:\\/\\/www.moodle.loc\\/my\\/courses.php\",\"stepid\":8,\"stepindex\":0}',1722415057,'web','172.18.0.1',NULL),(7,'\\core\\event\\course_created','core','created','course','course',2,'c',1,11,50,2,2,2,NULL,0,'{\"shortname\":\"Exemplary Course\",\"fullname\":\"Exemplary Course\"}',1722415073,'web','172.18.0.1',NULL),(8,'\\core\\event\\course_section_created','core','created','course_section','course_sections',1,'c',1,11,50,2,2,2,NULL,0,'{\"sectionnum\":0}',1722415073,'web','172.18.0.1',NULL),(9,'\\core\\event\\course_section_created','core','created','course_section','course_sections',2,'c',1,11,50,2,2,2,NULL,0,'{\"sectionnum\":1}',1722415073,'web','172.18.0.1',NULL),(10,'\\core\\event\\course_section_created','core','created','course_section','course_sections',3,'c',1,11,50,2,2,2,NULL,0,'{\"sectionnum\":2}',1722415073,'web','172.18.0.1',NULL),(11,'\\core\\event\\course_section_created','core','created','course_section','course_sections',4,'c',1,11,50,2,2,2,NULL,0,'{\"sectionnum\":3}',1722415073,'web','172.18.0.1',NULL),(12,'\\core\\event\\course_section_created','core','created','course_section','course_sections',5,'c',1,11,50,2,2,2,NULL,0,'{\"sectionnum\":4}',1722415073,'web','172.18.0.1',NULL),(13,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',1,'c',0,11,50,2,2,2,NULL,0,'{\"enrol\":\"manual\"}',1722415073,'web','172.18.0.1',NULL),(14,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',2,'c',0,11,50,2,2,2,NULL,0,'{\"enrol\":\"guest\"}',1722415073,'web','172.18.0.1',NULL),(15,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',3,'c',0,11,50,2,2,2,NULL,0,'{\"enrol\":\"self\"}',1722415073,'web','172.18.0.1',NULL),(16,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',1,'c',0,11,50,2,2,2,2,0,'{\"enrol\":\"manual\"}',1722415073,'web','172.18.0.1',NULL),(17,'\\core\\event\\role_assigned','core','assigned','role','role',3,'c',0,11,50,2,2,2,2,0,'{\"id\":1,\"component\":\"\",\"itemid\":0}',1722415073,'web','172.18.0.1',NULL),(18,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,11,50,2,2,2,NULL,0,'null',1722415073,'web','172.18.0.1',NULL),(19,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',3,'r',2,11,50,2,2,2,NULL,0,'{\"pageurl\":\"https:\\/\\/www.moodle.loc\\/course\\/view.php?id=2\"}',1722415074,'web','172.18.0.1',NULL),(20,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',3,'c',2,11,50,2,2,2,NULL,0,'{\"pageurl\":\"https:\\/\\/www.moodle.loc\\/course\\/view.php?id=2\",\"stepid\":5,\"stepindex\":0}',1722415077,'web','172.18.0.1',NULL),(21,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,11,50,2,2,2,NULL,0,'null',1722415105,'web','172.18.0.1',NULL),(22,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,11,50,2,2,2,NULL,0,'null',1722415112,'web','172.18.0.1',NULL),(23,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',1,'c',0,11,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1722415502,'web','172.18.0.1',NULL),(24,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,11,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1722415540,'web','172.18.0.1',NULL),(25,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',2,'c',0,11,50,2,2,2,NULL,0,'{\"itemname\":\"Test quiz\",\"itemtype\":\"mod\",\"itemmodule\":\"quiz\"}',1722415540,'web','172.18.0.1',NULL),(26,'\\core\\event\\course_module_created','core','created','course_module','course_modules',2,'c',1,15,70,2,2,2,NULL,0,'{\"modulename\":\"quiz\",\"instanceid\":1,\"name\":\"Test quiz\"}',1722415540,'web','172.18.0.1',NULL),(27,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',2,'u',0,11,50,2,2,2,NULL,0,'{\"itemname\":\"Test quiz\",\"itemtype\":\"mod\",\"itemmodule\":\"quiz\"}',1722415540,'web','172.18.0.1',NULL),(28,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',2,'u',0,11,50,2,2,2,NULL,0,'{\"itemname\":\"Test quiz\",\"itemtype\":\"mod\",\"itemmodule\":\"quiz\"}',1722415540,'web','172.18.0.1',NULL),(29,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,11,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1722415540,'web','172.18.0.1',NULL),(30,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',1,'r',2,15,70,2,2,2,NULL,0,'null',1722415540,'web','172.18.0.1',NULL),(31,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,15,70,2,2,2,NULL,0,'{\"quizid\":\"1\"}',1722415544,'web','172.18.0.1',NULL),(32,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',1,'r',2,15,70,2,2,2,NULL,0,'null',1722415562,'web','172.18.0.1',NULL),(33,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,15,70,2,2,2,NULL,0,'{\"quizid\":\"1\"}',1722415570,'web','172.18.0.1',NULL),(34,'\\core\\event\\question_category_viewed','core','viewed','question_category','question_categories',4,'r',1,11,50,2,2,2,NULL,0,'null',1722415665,'web','172.18.0.1',NULL),(35,'\\core\\event\\question_category_viewed','core','viewed','question_category','question_categories',4,'r',1,11,50,2,2,2,NULL,0,'null',1722415689,'web','172.18.0.1',NULL),(36,'\\core\\event\\draft_file_added','core','added','draft_file','files',6,'c',0,5,30,2,2,0,2,0,'{\"itemid\":795519314,\"filename\":\"questions-Programmieren 2-Free Text Questions-20240621-1539.xml\",\"filesize\":8997,\"filepath\":\"\\/\",\"contenthash\":\"68477a304ed323d4c948d89be33b174d030a710d\"}',1722415742,'web','172.18.0.1',NULL),(37,'\\core\\event\\question_category_created','core','created','question_category','question_categories',9,'c',1,11,50,2,2,2,NULL,0,'null',1722415745,'web','172.18.0.1',NULL),(38,'\\core\\event\\question_category_created','core','created','question_category','question_categories',10,'c',1,11,50,2,2,2,NULL,0,'null',1722415745,'web','172.18.0.1',NULL),(39,'\\core\\event\\question_created','core','created','question','question',1,'c',1,11,50,2,2,2,NULL,0,'{\"categoryid\":10}',1722415745,'web','172.18.0.1',NULL),(40,'\\core\\event\\question_created','core','created','question','question',2,'c',1,11,50,2,2,2,NULL,0,'{\"categoryid\":10}',1722415745,'web','172.18.0.1',NULL),(41,'\\core\\event\\question_created','core','created','question','question',3,'c',1,11,50,2,2,2,NULL,0,'{\"categoryid\":10}',1722415745,'web','172.18.0.1',NULL),(42,'\\core\\event\\question_created','core','created','question','question',4,'c',1,11,50,2,2,2,NULL,0,'{\"categoryid\":10}',1722415745,'web','172.18.0.1',NULL),(43,'\\core\\event\\question_created','core','created','question','question',5,'c',1,11,50,2,2,2,NULL,0,'{\"categoryid\":10}',1722415745,'web','172.18.0.1',NULL),(44,'\\core\\event\\question_created','core','created','question','question',6,'c',1,11,50,2,2,2,NULL,0,'{\"categoryid\":10}',1722415745,'web','172.18.0.1',NULL),(45,'\\core\\event\\questions_imported','core','imported','questions',NULL,NULL,'c',1,11,50,2,2,2,NULL,0,'{\"format\":\"xml\",\"categoryid\":10}',1722415745,'web','172.18.0.1',NULL),(46,'\\core\\event\\question_category_viewed','core','viewed','question_category','question_categories',10,'r',1,11,50,2,2,2,NULL,0,'null',1722415749,'web','172.18.0.1',NULL),(47,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,15,70,2,2,2,NULL,0,'{\"quizid\":\"1\"}',1722415814,'web','172.18.0.1',NULL),(48,'\\mod_quiz\\event\\slot_created','mod_quiz','created','slot','quiz_slots',1,'c',1,15,70,2,2,2,NULL,0,'{\"quizid\":\"1\",\"slotnumber\":1,\"page\":1}',1722415846,'web','172.18.0.1',NULL),(49,'\\mod_quiz\\event\\slot_created','mod_quiz','created','slot','quiz_slots',2,'c',1,15,70,2,2,2,NULL,0,'{\"quizid\":\"1\",\"slotnumber\":2,\"page\":2}',1722415846,'web','172.18.0.1',NULL),(50,'\\mod_quiz\\event\\slot_created','mod_quiz','created','slot','quiz_slots',3,'c',1,15,70,2,2,2,NULL,0,'{\"quizid\":\"1\",\"slotnumber\":3,\"page\":3}',1722415846,'web','172.18.0.1',NULL),(51,'\\mod_quiz\\event\\slot_created','mod_quiz','created','slot','quiz_slots',4,'c',1,15,70,2,2,2,NULL,0,'{\"quizid\":\"1\",\"slotnumber\":4,\"page\":4}',1722415846,'web','172.18.0.1',NULL),(52,'\\mod_quiz\\event\\slot_created','mod_quiz','created','slot','quiz_slots',5,'c',1,15,70,2,2,2,NULL,0,'{\"quizid\":\"1\",\"slotnumber\":5,\"page\":5}',1722415846,'web','172.18.0.1',NULL),(53,'\\mod_quiz\\event\\slot_created','mod_quiz','created','slot','quiz_slots',6,'c',1,15,70,2,2,2,NULL,0,'{\"quizid\":\"1\",\"slotnumber\":6,\"page\":6}',1722415846,'web','172.18.0.1',NULL),(54,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,15,70,2,2,2,NULL,0,'{\"quizid\":\"1\"}',1722415847,'web','172.18.0.1',NULL),(55,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',2,'u',0,11,50,2,2,2,NULL,0,'{\"itemname\":\"Test quiz\",\"itemtype\":\"mod\",\"itemmodule\":\"quiz\"}',1722415859,'web','172.18.0.1',NULL),(56,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,11,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1722415859,'web','172.18.0.1',NULL),(57,'\\mod_quiz\\event\\quiz_grade_updated','mod_quiz','updated','quiz_grade','quiz',1,'u',1,15,70,2,2,2,NULL,0,'{\"oldgrade\":10,\"newgrade\":1}',1722415859,'web','172.18.0.1',NULL),(58,'\\mod_quiz\\event\\edit_page_viewed','mod_quiz','viewed','edit_page',NULL,NULL,'r',1,15,70,2,2,2,NULL,0,'{\"quizid\":\"1\"}',1722415859,'web','172.18.0.1',NULL),(59,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',1,'r',2,15,70,2,2,2,NULL,0,'null',1722415876,'web','172.18.0.1',NULL),(60,'\\mod_quiz\\event\\attempt_preview_started','mod_quiz','started','attempt_preview','quiz_attempts',1,'c',1,15,70,2,2,2,2,0,'{\"quizid\":\"1\"}',1722415879,'web','172.18.0.1',NULL),(61,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',1,'r',2,15,70,2,2,2,2,0,'{\"quizid\":\"1\",\"page\":\"0\"}',1722415879,'web','172.18.0.1',NULL),(62,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"johndou@gmail.com\",\"reason\":3}',1722415899,'web','172.18.0.1',NULL),(63,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"johndou@gmail.com\",\"reason\":1}',1722415907,'web','172.18.0.1',NULL),(64,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"johndou@gmail.com\",\"reason\":1}',1722415922,'web','172.18.0.1',NULL),(65,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"johndou\",\"reason\":1}',1722415977,'web','172.18.0.1',NULL),(66,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"johndou\",\"reason\":1}',1722416005,'web','172.18.0.1',NULL),(67,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,11,50,2,2,2,NULL,0,'{\"courseshortname\":\"Exemplary Course\",\"coursefullname\":\"Exemplary Course\"}',1722416018,'web','172.18.0.1',NULL),(68,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,11,50,2,2,2,NULL,0,'{\"courseshortname\":\"Exemplary Course\",\"coursefullname\":\"Exemplary Course\"}',1722416021,'web','172.18.0.1',NULL),(69,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'null',1722416046,'web','172.18.0.1',NULL),(70,'\\core\\event\\user_created','core','created','user','user',3,'c',0,19,30,3,2,0,3,0,'null',1722416119,'web','172.18.0.1',NULL),(71,'\\core\\event\\user_created','core','created','user','user',4,'c',0,20,30,4,2,0,4,0,'null',1722416167,'web','172.18.0.1',NULL),(72,'\\core\\event\\user_updated','core','updated','user','user',4,'u',0,20,30,4,2,0,4,0,'null',1722416190,'web','172.18.0.1',NULL),(73,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,11,50,2,2,2,NULL,0,'null',1722416196,'web','172.18.0.1',NULL),(74,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,11,50,2,2,2,NULL,0,'{\"courseshortname\":\"Exemplary Course\",\"coursefullname\":\"Exemplary Course\"}',1722416205,'web','172.18.0.1',NULL),(75,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',2,'c',0,11,50,2,2,2,3,0,'{\"enrol\":\"manual\"}',1722416223,'web','172.18.0.1',NULL),(76,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,11,50,2,2,2,3,0,'{\"id\":2,\"component\":\"\",\"itemid\":0}',1722416223,'web','172.18.0.1',NULL),(77,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',3,'c',0,11,50,2,2,2,4,0,'{\"enrol\":\"manual\"}',1722416223,'web','172.18.0.1',NULL),(78,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,11,50,2,2,2,4,0,'{\"id\":3,\"component\":\"\",\"itemid\":0}',1722416223,'web','172.18.0.1',NULL),(79,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"johndoe\",\"reason\":1}',1722416264,'web','172.18.0.1',NULL),(80,'\\core\\event\\user_loggedin','core','loggedin','user','user',3,'r',0,1,10,0,3,0,NULL,0,'{\"username\":\"johndou\",\"extrauserinfo\":[]}',1722416287,'web','172.18.0.1',NULL),(81,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,19,30,3,3,0,3,0,'null',1722416288,'web','172.18.0.1',NULL),(82,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,11,50,2,3,2,NULL,0,'null',1722416291,'web','172.18.0.1',NULL),(83,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',1,'r',2,15,70,2,3,2,NULL,0,'null',1722416294,'web','172.18.0.1',NULL),(84,'\\mod_quiz\\event\\attempt_started','mod_quiz','started','attempt','quiz_attempts',2,'c',2,15,70,2,3,2,3,0,'null',1722416296,'web','172.18.0.1',NULL),(85,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',2,'r',2,15,70,2,3,2,3,0,'{\"quizid\":\"1\",\"page\":\"0\"}',1722416296,'web','172.18.0.1',NULL),(86,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',2,'u',2,15,70,2,3,2,3,0,'{\"quizid\":\"1\",\"page\":\"0\"}',1722416326,'web','172.18.0.1',NULL),(87,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',2,'r',2,15,70,2,3,2,3,0,'{\"quizid\":\"1\",\"page\":\"0\"}',1722416326,'web','172.18.0.1',NULL),(88,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',2,'u',2,15,70,2,3,2,3,0,'{\"quizid\":\"1\",\"page\":\"1\"}',1722416329,'web','172.18.0.1',NULL),(89,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',2,'r',2,15,70,2,3,2,3,0,'{\"quizid\":\"1\",\"page\":\"1\"}',1722416329,'web','172.18.0.1',NULL),(90,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',2,'u',2,15,70,2,3,2,3,0,'{\"quizid\":\"1\",\"page\":\"2\"}',1722416333,'web','172.18.0.1',NULL),(91,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',2,'r',2,15,70,2,3,2,3,0,'{\"quizid\":\"1\",\"page\":\"2\"}',1722416333,'web','172.18.0.1',NULL),(92,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',2,'u',2,15,70,2,3,2,3,0,'{\"quizid\":\"1\",\"page\":\"3\"}',1722416336,'web','172.18.0.1',NULL),(93,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',2,'r',2,15,70,2,3,2,3,0,'{\"quizid\":\"1\",\"page\":\"3\"}',1722416336,'web','172.18.0.1',NULL),(94,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',2,'u',2,15,70,2,3,2,3,0,'{\"quizid\":\"1\",\"page\":\"4\"}',1722416339,'web','172.18.0.1',NULL),(95,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',2,'r',2,15,70,2,3,2,3,0,'{\"quizid\":\"1\",\"page\":\"4\"}',1722416339,'web','172.18.0.1',NULL),(96,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',2,'u',2,15,70,2,3,2,3,0,'{\"quizid\":\"1\",\"page\":\"5\"}',1722416356,'web','172.18.0.1',NULL),(97,'\\mod_quiz\\event\\attempt_summary_viewed','mod_quiz','viewed','attempt_summary','quiz_attempts',2,'r',2,15,70,2,3,2,3,0,'{\"quizid\":\"1\"}',1722416356,'web','172.18.0.1',NULL),(98,'\\mod_quiz\\event\\attempt_submitted','mod_quiz','submitted','attempt','quiz_attempts',2,'u',2,15,70,2,3,2,3,0,'{\"submitterid\":\"3\",\"quizid\":\"1\",\"studentisonline\":true}',1722416361,'web','172.18.0.1',NULL),(99,'\\mod_quiz\\event\\attempt_reviewed','mod_quiz','reviewed','attempt','quiz_attempts',2,'r',2,15,70,2,3,2,3,0,'{\"quizid\":\"1\"}',1722416361,'web','172.18.0.1',NULL),(100,'\\core\\event\\user_loggedout','core','loggedout','user','user',3,'r',0,1,10,0,3,0,NULL,0,'{\"sessionid\":\"l1qljtjtjfjs4p2gjtsh7g1jnv\"}',1722416375,'web','172.18.0.1',NULL),(101,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1722416375,'web','172.18.0.1',NULL),(102,'\\core\\event\\user_loggedin','core','loggedin','user','user',4,'r',0,1,10,0,4,0,NULL,0,'{\"username\":\"markberg\",\"extrauserinfo\":[]}',1722416391,'web','172.18.0.1',NULL),(103,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,20,30,4,4,0,4,0,'null',1722416392,'web','172.18.0.1',NULL),(104,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,11,50,2,4,2,NULL,0,'null',1722416395,'web','172.18.0.1',NULL),(105,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',1,'r',2,15,70,2,4,2,NULL,0,'null',1722416397,'web','172.18.0.1',NULL),(106,'\\mod_quiz\\event\\attempt_started','mod_quiz','started','attempt','quiz_attempts',3,'c',2,15,70,2,4,2,4,0,'null',1722416398,'web','172.18.0.1',NULL),(107,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',3,'r',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"0\"}',1722416398,'web','172.18.0.1',NULL),(108,'\\mod_quiz\\event\\attempt_autosaved','mod_quiz','autosaved','attempt','quiz_attempts',3,'u',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"0\"}',1722416460,'web','172.18.0.1',NULL),(109,'\\mod_quiz\\event\\attempt_autosaved','mod_quiz','autosaved','attempt','quiz_attempts',3,'u',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"0\"}',1722416527,'web','172.18.0.1',NULL),(110,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',3,'u',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"0\"}',1722416603,'web','172.18.0.1',NULL),(111,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',3,'r',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"0\"}',1722416603,'web','172.18.0.1',NULL),(112,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',3,'u',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"1\"}',1722416610,'web','172.18.0.1',NULL),(113,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',3,'r',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"1\"}',1722416610,'web','172.18.0.1',NULL),(114,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',3,'u',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"0\"}',1722416615,'web','172.18.0.1',NULL),(115,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',3,'r',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"0\"}',1722416615,'web','172.18.0.1',NULL),(116,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',3,'u',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"1\"}',1722416619,'web','172.18.0.1',NULL),(117,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',3,'r',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"1\"}',1722416619,'web','172.18.0.1',NULL),(118,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',3,'u',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"0\"}',1722416625,'web','172.18.0.1',NULL),(119,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',3,'r',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"0\"}',1722416625,'web','172.18.0.1',NULL),(120,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',3,'u',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"1\"}',1722416628,'web','172.18.0.1',NULL),(121,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',3,'r',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"1\"}',1722416628,'web','172.18.0.1',NULL),(122,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',3,'u',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"0\"}',1722416631,'web','172.18.0.1',NULL),(123,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',3,'r',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"0\"}',1722416631,'web','172.18.0.1',NULL),(124,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',3,'u',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"1\"}',1722416654,'web','172.18.0.1',NULL),(125,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',3,'r',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"1\"}',1722416654,'web','172.18.0.1',NULL),(126,'\\mod_quiz\\event\\attempt_autosaved','mod_quiz','autosaved','attempt','quiz_attempts',3,'u',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"2\"}',1722416799,'web','172.18.0.1',NULL),(127,'\\mod_quiz\\event\\attempt_autosaved','mod_quiz','autosaved','attempt','quiz_attempts',3,'u',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"2\"}',1722416859,'web','172.18.0.1',NULL),(128,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',3,'u',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"2\"}',1722416872,'web','172.18.0.1',NULL),(129,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',3,'r',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"2\"}',1722416872,'web','172.18.0.1',NULL),(130,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',3,'u',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"3\"}',1722416909,'web','172.18.0.1',NULL),(131,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',3,'r',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"3\"}',1722416909,'web','172.18.0.1',NULL),(132,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',3,'u',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"4\"}',1722416956,'web','172.18.0.1',NULL),(133,'\\mod_quiz\\event\\attempt_viewed','mod_quiz','viewed','attempt','quiz_attempts',3,'r',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"4\"}',1722416956,'web','172.18.0.1',NULL),(134,'\\mod_quiz\\event\\attempt_autosaved','mod_quiz','autosaved','attempt','quiz_attempts',3,'u',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"5\"}',1722417051,'web','172.18.0.1',NULL),(135,'\\mod_quiz\\event\\attempt_updated','mod_quiz','updated','attempt','quiz_attempts',3,'u',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\",\"page\":\"5\"}',1722417069,'web','172.18.0.1',NULL),(136,'\\mod_quiz\\event\\attempt_summary_viewed','mod_quiz','viewed','attempt_summary','quiz_attempts',3,'r',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\"}',1722417069,'web','172.18.0.1',NULL),(137,'\\mod_quiz\\event\\attempt_submitted','mod_quiz','submitted','attempt','quiz_attempts',3,'u',2,15,70,2,4,2,4,0,'{\"submitterid\":\"4\",\"quizid\":\"1\",\"studentisonline\":true}',1722417076,'web','172.18.0.1',NULL),(138,'\\mod_quiz\\event\\attempt_reviewed','mod_quiz','reviewed','attempt','quiz_attempts',3,'r',2,15,70,2,4,2,4,0,'{\"quizid\":\"1\"}',1722417076,'web','172.18.0.1',NULL),(139,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,11,50,2,2,2,NULL,0,'null',1722417100,'web','172.18.0.1',NULL),(140,'\\mod_quiz\\event\\course_module_viewed','mod_quiz','viewed','course_module','quiz',1,'r',2,15,70,2,2,2,NULL,0,'null',1722417107,'web','172.18.0.1',NULL),(141,'\\mod_quiz\\event\\report_viewed','mod_quiz','viewed','report',NULL,NULL,'r',1,15,70,2,2,2,NULL,0,'{\"quizid\":\"1\",\"reportname\":\"overview\"}',1722417112,'web','172.18.0.1',NULL),(142,'\\mod_quiz\\event\\report_viewed','mod_quiz','viewed','report',NULL,NULL,'r',1,15,70,2,2,2,NULL,0,'{\"quizid\":\"1\",\"reportname\":\"grading\"}',1722417122,'web','172.18.0.1',NULL); /*!40000 ALTER TABLE `mdl_logstore_standard_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lti` -- DROP TABLE IF EXISTS `mdl_lti`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_lti` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT 0, `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext DEFAULT NULL, `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 DEFAULT NULL, `instructorchoicesendname` tinyint(1) DEFAULT NULL, `instructorchoicesendemailaddr` tinyint(1) DEFAULT NULL, `instructorchoiceallowroster` tinyint(1) DEFAULT NULL, `instructorchoiceallowsetting` tinyint(1) DEFAULT NULL, `instructorcustomparameters` longtext 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 DEFAULT NULL, `secureicon` longtext DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_lti_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table contains Basic LTI activities instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lti` -- LOCK TABLES `mdl_lti` WRITE; /*!40000 ALTER TABLE `mdl_lti` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lti` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lti_access_tokens` -- DROP TABLE IF EXISTS `mdl_lti_access_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_lti_access_tokens` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `typeid` bigint(10) NOT NULL, `scope` longtext NOT NULL, `token` varchar(128) NOT NULL DEFAULT '', `validuntil` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `lastaccess` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_ltiaccetoke_tok_uix` (`token`), KEY `mdl_ltiaccetoke_typ_ix` (`typeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of LTI services'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lti_access_tokens` -- LOCK TABLES `mdl_lti_access_tokens` WRITE; /*!40000 ALTER TABLE `mdl_lti_access_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lti_access_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lti_coursevisible` -- DROP TABLE IF EXISTS `mdl_lti_coursevisible`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_lti_coursevisible` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `typeid` bigint(10) NOT NULL, `courseid` bigint(10) NOT NULL, `coursevisible` tinyint(1) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_lticour_cou_ix` (`courseid`), KEY `mdl_lticour_typ_ix` (`typeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table to store coursevisible setting for site tool on course'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lti_coursevisible` -- LOCK TABLES `mdl_lti_coursevisible` WRITE; /*!40000 ALTER TABLE `mdl_lti_coursevisible` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lti_coursevisible` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lti_submission` -- DROP TABLE IF EXISTS `mdl_lti_submission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_ltisubm_lti_ix` (`ltiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Keeps track of individual submissions for LTI activities.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lti_submission` -- LOCK TABLES `mdl_lti_submission` WRITE; /*!40000 ALTER TABLE `mdl_lti_submission` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lti_submission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lti_tool_proxies` -- DROP TABLE IF EXISTS `mdl_lti_tool_proxies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_lti_tool_proxies` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT 'Tool Provider', `regurl` longtext DEFAULT NULL, `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 DEFAULT NULL, `createdby` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_ltitoolprox_gui_uix` (`guid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='LTI tool proxy registrations'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lti_tool_proxies` -- LOCK TABLES `mdl_lti_tool_proxies` WRITE; /*!40000 ALTER TABLE `mdl_lti_tool_proxies` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lti_tool_proxies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lti_tool_settings` -- DROP TABLE IF EXISTS `mdl_lti_tool_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_lti_tool_settings` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `toolproxyid` bigint(10) NOT NULL, `typeid` bigint(10) DEFAULT 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 `mdl_ltitoolsett_too_ix` (`toolproxyid`), KEY `mdl_ltitoolsett_typ_ix` (`typeid`), KEY `mdl_ltitoolsett_cou_ix` (`course`), KEY `mdl_ltitoolsett_cou2_ix` (`coursemoduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='LTI tool setting values'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lti_tool_settings` -- LOCK TABLES `mdl_lti_tool_settings` WRITE; /*!40000 ALTER TABLE `mdl_lti_tool_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lti_tool_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lti_types` -- DROP TABLE IF EXISTS `mdl_lti_types`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `ltiversion` varchar(10) NOT NULL DEFAULT '', `clientid` varchar(255) DEFAULT NULL, `toolproxyid` bigint(10) DEFAULT NULL, `enabledcapability` longtext DEFAULT NULL, `parameter` longtext DEFAULT NULL, `icon` longtext DEFAULT NULL, `secureicon` longtext DEFAULT NULL, `createdby` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `description` longtext DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_ltitype_cli_uix` (`clientid`), KEY `mdl_ltitype_cou_ix` (`course`), KEY `mdl_ltitype_too_ix` (`tooldomain`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Basic LTI pre-configured activities'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lti_types` -- LOCK TABLES `mdl_lti_types` WRITE; /*!40000 ALTER TABLE `mdl_lti_types` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lti_types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lti_types_categories` -- DROP TABLE IF EXISTS `mdl_lti_types_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_lti_types_categories` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `typeid` bigint(10) NOT NULL, `categoryid` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_ltitypecate_typ_ix` (`typeid`), KEY `mdl_ltitypecate_cat_ix` (`categoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Link LTI types to course categories'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lti_types_categories` -- LOCK TABLES `mdl_lti_types_categories` WRITE; /*!40000 ALTER TABLE `mdl_lti_types_categories` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lti_types_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lti_types_config` -- DROP TABLE IF EXISTS `mdl_lti_types_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_ltitypeconf_typ_ix` (`typeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Basic LTI types configuration'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lti_types_config` -- LOCK TABLES `mdl_lti_types_config` WRITE; /*!40000 ALTER TABLE `mdl_lti_types_config` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lti_types_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_ltiservice_gradebookservices` -- DROP TABLE IF EXISTS `mdl_ltiservice_gradebookservices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `ltilinkid` bigint(10) DEFAULT NULL, `resourceid` varchar(512) DEFAULT NULL, `tag` varchar(255) DEFAULT NULL, `subreviewurl` longtext DEFAULT NULL, `subreviewparams` longtext DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_ltisgrad_lti_ix` (`ltilinkid`), KEY `mdl_ltisgrad_gracou_ix` (`gradeitemid`,`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This file records the grade items created by the LTI Gradebo'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_ltiservice_gradebookservices` -- LOCK TABLES `mdl_ltiservice_gradebookservices` WRITE; /*!40000 ALTER TABLE `mdl_ltiservice_gradebookservices` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_ltiservice_gradebookservices` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_matrix_room` -- DROP TABLE IF EXISTS `mdl_matrix_room`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_matrix_room` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `commid` bigint(10) NOT NULL, `roomid` varchar(255) DEFAULT NULL, `topic` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_matrroom_com_ix` (`commid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the matrix room information associated with the commu'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_matrix_room` -- LOCK TABLES `mdl_matrix_room` WRITE; /*!40000 ALTER TABLE `mdl_matrix_room` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_matrix_room` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message` -- DROP TABLE IF EXISTS `mdl_message`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_message` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `useridfrom` bigint(10) NOT NULL DEFAULT 0, `useridto` bigint(10) NOT NULL DEFAULT 0, `subject` longtext DEFAULT NULL, `fullmessage` longtext DEFAULT NULL, `fullmessageformat` smallint(4) DEFAULT 0, `fullmessagehtml` longtext DEFAULT NULL, `smallmessage` longtext DEFAULT NULL, `notification` tinyint(1) DEFAULT 0, `contexturl` longtext DEFAULT NULL, `contexturlname` longtext DEFAULT NULL, `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, `customdata` longtext DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_mess_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), KEY `mdl_mess_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), KEY `mdl_mess_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores all unread messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message` -- LOCK TABLES `mdl_message` WRITE; /*!40000 ALTER TABLE `mdl_message` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_airnotifier_devices` -- DROP TABLE IF EXISTS `mdl_message_airnotifier_devices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_messairndevi_use_uix` (`userdeviceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Store information about the devices registered in Airnotifie'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_airnotifier_devices` -- LOCK TABLES `mdl_message_airnotifier_devices` WRITE; /*!40000 ALTER TABLE `mdl_message_airnotifier_devices` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_message_airnotifier_devices` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_contact_requests` -- DROP TABLE IF EXISTS `mdl_message_contact_requests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_messcontrequ_usereq_uix` (`userid`,`requesteduserid`), KEY `mdl_messcontrequ_use_ix` (`userid`), KEY `mdl_messcontrequ_req_ix` (`requesteduserid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Maintains list of contact requests between users'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_contact_requests` -- LOCK TABLES `mdl_message_contact_requests` WRITE; /*!40000 ALTER TABLE `mdl_message_contact_requests` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_message_contact_requests` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_contacts` -- DROP TABLE IF EXISTS `mdl_message_contacts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_messcont_usecon_uix` (`userid`,`contactid`), KEY `mdl_messcont_use_ix` (`userid`), KEY `mdl_messcont_con_ix` (`contactid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of contacts between users'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_contacts` -- LOCK TABLES `mdl_message_contacts` WRITE; /*!40000 ALTER TABLE `mdl_message_contacts` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_message_contacts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_conversation_actions` -- DROP TABLE IF EXISTS `mdl_message_conversation_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_message_conversation_actions` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `conversationid` bigint(10) NOT NULL, `action` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_messconvacti_use_ix` (`userid`), KEY `mdl_messconvacti_con_ix` (`conversationid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual conversations'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_conversation_actions` -- LOCK TABLES `mdl_message_conversation_actions` WRITE; /*!40000 ALTER TABLE `mdl_message_conversation_actions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_message_conversation_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_conversation_members` -- DROP TABLE IF EXISTS `mdl_message_conversation_members`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_messconvmemb_con_ix` (`conversationid`), KEY `mdl_messconvmemb_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores all members in a conversations'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_conversation_members` -- LOCK TABLES `mdl_message_conversation_members` WRITE; /*!40000 ALTER TABLE `mdl_message_conversation_members` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_message_conversation_members` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_conversations` -- DROP TABLE IF EXISTS `mdl_message_conversations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_messconv_typ_ix` (`type`), KEY `mdl_messconv_con_ix` (`convhash`), KEY `mdl_messconv_comiteitecon_ix` (`component`,`itemtype`,`itemid`,`contextid`), KEY `mdl_messconv_con2_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores all message conversations'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_conversations` -- LOCK TABLES `mdl_message_conversations` WRITE; /*!40000 ALTER TABLE `mdl_message_conversations` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_message_conversations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_email_messages` -- DROP TABLE IF EXISTS `mdl_message_email_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_message_email_messages` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `useridto` bigint(10) NOT NULL, `conversationid` bigint(10) NOT NULL, `messageid` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_messemaimess_use_ix` (`useridto`), KEY `mdl_messemaimess_con_ix` (`conversationid`), KEY `mdl_messemaimess_mes_ix` (`messageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Keeps track of what emails to send in an email digest'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_email_messages` -- LOCK TABLES `mdl_message_email_messages` WRITE; /*!40000 ALTER TABLE `mdl_message_email_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_message_email_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_popup` -- DROP TABLE IF EXISTS `mdl_message_popup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_messpopu_mesisr_uix` (`messageid`,`isread`), KEY `mdl_messpopu_isr_ix` (`isread`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Keep state of notifications for the popup message processor'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_popup` -- LOCK TABLES `mdl_message_popup` WRITE; /*!40000 ALTER TABLE `mdl_message_popup` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_message_popup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_popup_notifications` -- DROP TABLE IF EXISTS `mdl_message_popup_notifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_message_popup_notifications` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `notificationid` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_messpopunoti_not_ix` (`notificationid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='List of notifications to display in the message output popup'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_popup_notifications` -- LOCK TABLES `mdl_message_popup_notifications` WRITE; /*!40000 ALTER TABLE `mdl_message_popup_notifications` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_message_popup_notifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_processors` -- DROP TABLE IF EXISTS `mdl_message_processors`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='List of message output plugins'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_processors` -- LOCK TABLES `mdl_message_processors` WRITE; /*!40000 ALTER TABLE `mdl_message_processors` DISABLE KEYS */; INSERT INTO `mdl_message_processors` (`id`, `name`, `enabled`) VALUES (1,'airnotifier',1),(2,'email',1),(3,'popup',1); /*!40000 ALTER TABLE `mdl_message_processors` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_providers` -- DROP TABLE IF EXISTS `mdl_message_providers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_messprov_comnam_uix` (`component`,`name`) ) ENGINE=InnoDB AUTO_INCREMENT=46 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table stores the message providers (modules and core sy'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_providers` -- LOCK TABLES `mdl_message_providers` WRITE; /*!40000 ALTER TABLE `mdl_message_providers` DISABLE KEYS */; INSERT INTO `mdl_message_providers` (`id`, `name`, `component`, `capability`) VALUES (1,'newlogin','moodle',NULL),(2,'notices','moodle','moodle/site:config'),(3,'errors','moodle','moodle/site:config'),(4,'availableupdate','moodle','moodle/site:config'),(5,'instantmessage','moodle',NULL),(6,'backup','moodle','moodle/site:config'),(7,'courserequested','moodle','moodle/site:approvecourse'),(8,'courserequestapproved','moodle','moodle/course:request'),(9,'courserequestrejected','moodle','moodle/course:request'),(10,'coursecompleted','moodle',NULL),(11,'coursecontentupdated','moodle',NULL),(12,'badgerecipientnotice','moodle','moodle/badges:earnbadge'),(13,'badgecreatornotice','moodle',NULL),(14,'competencyplancomment','moodle',NULL),(15,'competencyusercompcomment','moodle',NULL),(16,'insights','moodle',NULL),(17,'messagecontactrequests','moodle',NULL),(18,'asyncbackupnotification','moodle',NULL),(19,'gradenotifications','moodle',NULL),(20,'infected','moodle','moodle/site:config'),(21,'reportbuilderschedule','moodle',NULL),(22,'assign_notification','mod_assign',NULL),(23,'recording_ready','mod_bigbluebuttonbn',NULL),(24,'instance_updated','mod_bigbluebuttonbn',NULL),(25,'submission','mod_feedback',NULL),(26,'message','mod_feedback',NULL),(27,'posts','mod_forum',NULL),(28,'digests','mod_forum',NULL),(29,'graded_essay','mod_lesson',NULL),(30,'submission','mod_quiz','mod/quiz:emailnotifysubmission'),(31,'confirmation','mod_quiz','mod/quiz:emailconfirmsubmission'),(32,'attempt_overdue','mod_quiz','mod/quiz:emailwarnoverdue'),(33,'attempt_grading_complete','mod_quiz','mod/quiz:emailnotifyattemptgraded'),(34,'flatfile_enrolment','enrol_flatfile',NULL),(35,'imsenterprise_enrolment','enrol_imsenterprise',NULL),(36,'expiry_notification','enrol_manual',NULL),(37,'paypal_enrolment','enrol_paypal',NULL),(38,'expiry_notification','enrol_self',NULL),(39,'contactdataprotectionofficer','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(40,'datarequestprocessingresults','tool_dataprivacy',NULL),(41,'notifyexceptions','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(42,'invalidrecipienthandler','tool_messageinbound',NULL),(43,'messageprocessingerror','tool_messageinbound',NULL),(44,'messageprocessingsuccess','tool_messageinbound',NULL),(45,'notification','tool_monitor','tool/monitor:subscribe'); /*!40000 ALTER TABLE `mdl_message_providers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_read` -- DROP TABLE IF EXISTS `mdl_message_read`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `fullmessage` longtext DEFAULT NULL, `fullmessageformat` smallint(4) DEFAULT 0, `fullmessagehtml` longtext DEFAULT NULL, `smallmessage` longtext DEFAULT NULL, `notification` tinyint(1) DEFAULT 0, `contexturl` longtext DEFAULT NULL, `contexturlname` longtext DEFAULT NULL, `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 `mdl_messread_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), KEY `mdl_messread_nottim_ix` (`notification`,`timeread`), KEY `mdl_messread_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), KEY `mdl_messread_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores all messages that have been read'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_read` -- LOCK TABLES `mdl_message_read` WRITE; /*!40000 ALTER TABLE `mdl_message_read` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_message_read` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_user_actions` -- DROP TABLE IF EXISTS `mdl_message_user_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_messuseracti_usemesact_uix` (`userid`,`messageid`,`action`), KEY `mdl_messuseracti_use_ix` (`userid`), KEY `mdl_messuseracti_mes_ix` (`messageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_user_actions` -- LOCK TABLES `mdl_message_user_actions` WRITE; /*!40000 ALTER TABLE `mdl_message_user_actions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_message_user_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_users_blocked` -- DROP TABLE IF EXISTS `mdl_message_users_blocked`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_messuserbloc_useblo_uix` (`userid`,`blockeduserid`), KEY `mdl_messuserbloc_use_ix` (`userid`), KEY `mdl_messuserbloc_blo_ix` (`blockeduserid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of blocked users'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_users_blocked` -- LOCK TABLES `mdl_message_users_blocked` WRITE; /*!40000 ALTER TABLE `mdl_message_users_blocked` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_message_users_blocked` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_messageinbound_datakeys` -- DROP TABLE IF EXISTS `mdl_messageinbound_datakeys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_messdata_handat_uix` (`handler`,`datavalue`), KEY `mdl_messdata_han_ix` (`handler`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Inbound Message data item secret keys.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_messageinbound_datakeys` -- LOCK TABLES `mdl_messageinbound_datakeys` WRITE; /*!40000 ALTER TABLE `mdl_messageinbound_datakeys` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_messageinbound_datakeys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_messageinbound_handlers` -- DROP TABLE IF EXISTS `mdl_messageinbound_handlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_messhand_cla_uix` (`classname`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Inbound Message Handler definitions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_messageinbound_handlers` -- LOCK TABLES `mdl_messageinbound_handlers` WRITE; /*!40000 ALTER TABLE `mdl_messageinbound_handlers` DISABLE KEYS */; INSERT INTO `mdl_messageinbound_handlers` (`id`, `component`, `classname`, `defaultexpiration`, `validateaddress`, `enabled`) 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 `mdl_messageinbound_handlers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_messageinbound_messagelist` -- DROP TABLE IF EXISTS `mdl_messageinbound_messagelist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_messmess_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='A list of message IDs for existing replies'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_messageinbound_messagelist` -- LOCK TABLES `mdl_messageinbound_messagelist` WRITE; /*!40000 ALTER TABLE `mdl_messageinbound_messagelist` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_messageinbound_messagelist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_messages` -- DROP TABLE IF EXISTS `mdl_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_messages` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `useridfrom` bigint(10) NOT NULL, `conversationid` bigint(10) NOT NULL, `subject` longtext DEFAULT NULL, `fullmessage` longtext DEFAULT NULL, `fullmessageformat` tinyint(1) NOT NULL DEFAULT 0, `fullmessagehtml` longtext DEFAULT NULL, `smallmessage` longtext DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `fullmessagetrust` tinyint(2) NOT NULL DEFAULT 0, `customdata` longtext DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_mess_contim_ix` (`conversationid`,`timecreated`), KEY `mdl_mess_use_ix` (`useridfrom`), KEY `mdl_mess_con_ix` (`conversationid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores all messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_messages` -- LOCK TABLES `mdl_messages` WRITE; /*!40000 ALTER TABLE `mdl_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnet_application` -- DROP TABLE IF EXISTS `mdl_mnet_application`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Information about applications on remote hosts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnet_application` -- LOCK TABLES `mdl_mnet_application` WRITE; /*!40000 ALTER TABLE `mdl_mnet_application` DISABLE KEYS */; INSERT INTO `mdl_mnet_application` (`id`, `name`, `display_name`, `xmlrpc_server_url`, `sso_land_url`, `sso_jump_url`) 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 `mdl_mnet_application` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnet_host` -- DROP TABLE IF EXISTS `mdl_mnet_host`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_mnethost_las_ix` (`last_log_id`), KEY `mdl_mnethost_app_ix` (`applicationid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Information about the local and remote hosts for RPC'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnet_host` -- LOCK TABLES `mdl_mnet_host` WRITE; /*!40000 ALTER TABLE `mdl_mnet_host` DISABLE KEYS */; INSERT INTO `mdl_mnet_host` (`id`, `deleted`, `wwwroot`, `ip_address`, `name`, `public_key`, `public_key_expires`, `transport`, `portno`, `last_connect_time`, `last_log_id`, `force_theme`, `theme`, `applicationid`, `sslverification`) VALUES (1,0,'https://www.moodle.loc','UNKNOWN','','',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 `mdl_mnet_host` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnet_host2service` -- DROP TABLE IF EXISTS `mdl_mnet_host2service`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_mnethost_hosser_uix` (`hostid`,`serviceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Information about the services for a given host'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnet_host2service` -- LOCK TABLES `mdl_mnet_host2service` WRITE; /*!40000 ALTER TABLE `mdl_mnet_host2service` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_mnet_host2service` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnet_log` -- DROP TABLE IF EXISTS `mdl_mnet_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_mnetlog_hosusecou_ix` (`hostid`,`userid`,`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Store session data from users migrating to other sites'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnet_log` -- LOCK TABLES `mdl_mnet_log` WRITE; /*!40000 ALTER TABLE `mdl_mnet_log` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_mnet_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnet_remote_rpc` -- DROP TABLE IF EXISTS `mdl_mnet_remote_rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table describes functions that might be called remotely'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnet_remote_rpc` -- LOCK TABLES `mdl_mnet_remote_rpc` WRITE; /*!40000 ALTER TABLE `mdl_mnet_remote_rpc` DISABLE KEYS */; INSERT INTO `mdl_mnet_remote_rpc` (`id`, `functionname`, `xmlrpcpath`, `plugintype`, `pluginname`, `enabled`) 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 `mdl_mnet_remote_rpc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnet_remote_service2rpc` -- DROP TABLE IF EXISTS `mdl_mnet_remote_service2rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_mnetremoserv_rpcser_uix` (`rpcid`,`serviceid`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnet_remote_service2rpc` -- LOCK TABLES `mdl_mnet_remote_service2rpc` WRITE; /*!40000 ALTER TABLE `mdl_mnet_remote_service2rpc` DISABLE KEYS */; INSERT INTO `mdl_mnet_remote_service2rpc` (`id`, `serviceid`, `rpcid`) VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15),(16,4,16); /*!40000 ALTER TABLE `mdl_mnet_remote_service2rpc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnet_rpc` -- DROP TABLE IF EXISTS `mdl_mnet_rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_mnetrpc_enaxml_ix` (`enabled`,`xmlrpcpath`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Functions or methods that we may publish or subscribe to'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnet_rpc` -- LOCK TABLES `mdl_mnet_rpc` WRITE; /*!40000 ALTER TABLE `mdl_mnet_rpc` DISABLE KEYS */; INSERT INTO `mdl_mnet_rpc` (`id`, `functionname`, `xmlrpcpath`, `plugintype`, `pluginname`, `enabled`, `help`, `profile`, `filename`, `classname`, `static`) 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 `mdl_mnet_rpc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnet_service` -- DROP TABLE IF EXISTS `mdl_mnet_service`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='A service is a group of functions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnet_service` -- LOCK TABLES `mdl_mnet_service` WRITE; /*!40000 ALTER TABLE `mdl_mnet_service` DISABLE KEYS */; INSERT INTO `mdl_mnet_service` (`id`, `name`, `description`, `apiversion`, `offer`) VALUES (1,'sso_idp','','1',1),(2,'sso_sp','','1',1),(3,'mnet_enrol','','1',1),(4,'pf','','1',1); /*!40000 ALTER TABLE `mdl_mnet_service` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnet_service2rpc` -- DROP TABLE IF EXISTS `mdl_mnet_service2rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_mnetserv_rpcser_uix` (`rpcid`,`serviceid`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnet_service2rpc` -- LOCK TABLES `mdl_mnet_service2rpc` WRITE; /*!40000 ALTER TABLE `mdl_mnet_service2rpc` DISABLE KEYS */; INSERT INTO `mdl_mnet_service2rpc` (`id`, `serviceid`, `rpcid`) VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15); /*!40000 ALTER TABLE `mdl_mnet_service2rpc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnet_session` -- DROP TABLE IF EXISTS `mdl_mnet_session`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_mnetsess_tok_uix` (`token`), KEY `mdl_mnetsess_use_ix` (`userid`), KEY `mdl_mnetsess_mne_ix` (`mnethostid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Store session data from users migrating to other sites'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnet_session` -- LOCK TABLES `mdl_mnet_session` WRITE; /*!40000 ALTER TABLE `mdl_mnet_session` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_mnet_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnet_sso_access_control` -- DROP TABLE IF EXISTS `mdl_mnet_sso_access_control`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_mnetssoaccecont_mneuse_uix` (`mnet_host_id`,`username`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED 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 `mdl_mnet_sso_access_control` -- LOCK TABLES `mdl_mnet_sso_access_control` WRITE; /*!40000 ALTER TABLE `mdl_mnet_sso_access_control` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_mnet_sso_access_control` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnetservice_enrol_courses` -- DROP TABLE IF EXISTS `mdl_mnetservice_enrol_courses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_mnetenrocour_hosrem_uix` (`hostid`,`remoteid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Caches the information fetched via XML-RPC about courses on '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnetservice_enrol_courses` -- LOCK TABLES `mdl_mnetservice_enrol_courses` WRITE; /*!40000 ALTER TABLE `mdl_mnetservice_enrol_courses` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_mnetservice_enrol_courses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnetservice_enrol_enrolments` -- DROP TABLE IF EXISTS `mdl_mnetservice_enrol_enrolments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_mnetenroenro_use_ix` (`userid`), KEY `mdl_mnetenroenro_hos_ix` (`hostid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Caches the information about enrolments of our local users i'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnetservice_enrol_enrolments` -- LOCK TABLES `mdl_mnetservice_enrol_enrolments` WRITE; /*!40000 ALTER TABLE `mdl_mnetservice_enrol_enrolments` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_mnetservice_enrol_enrolments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_modules` -- DROP TABLE IF EXISTS `mdl_modules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_modu_nam_ix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='modules available in the site'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_modules` -- LOCK TABLES `mdl_modules` WRITE; /*!40000 ALTER TABLE `mdl_modules` DISABLE KEYS */; INSERT INTO `mdl_modules` (`id`, `name`, `cron`, `lastcron`, `search`, `visible`) VALUES (1,'assign',0,0,'',1),(2,'bigbluebuttonbn',0,0,'',0),(3,'book',0,0,'',1),(4,'chat',0,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,'h5pactivity',0,0,'',1),(12,'imscp',0,0,'',1),(13,'label',0,0,'',1),(14,'lesson',0,0,'',1),(15,'lti',0,0,'',1),(16,'page',0,0,'',1),(17,'quiz',0,0,'',1),(18,'resource',0,0,'',1),(19,'scorm',0,0,'',1),(20,'survey',0,0,'',1),(21,'url',0,0,'',1),(22,'wiki',0,0,'',1),(23,'workshop',0,0,'',1); /*!40000 ALTER TABLE `mdl_modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_moodlenet_share_progress` -- DROP TABLE IF EXISTS `mdl_moodlenet_share_progress`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_moodlenet_share_progress` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `type` tinyint(2) NOT NULL, `courseid` bigint(10) NOT NULL, `cmid` bigint(10) DEFAULT NULL, `userid` bigint(10) NOT NULL, `timecreated` bigint(10) NOT NULL, `resourceurl` varchar(255) DEFAULT NULL, `status` tinyint(2) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Records MoodleNet share progress'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_moodlenet_share_progress` -- LOCK TABLES `mdl_moodlenet_share_progress` WRITE; /*!40000 ALTER TABLE `mdl_moodlenet_share_progress` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_moodlenet_share_progress` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_my_pages` -- DROP TABLE IF EXISTS `mdl_my_pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_mypage_usepri_ix` (`userid`,`private`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Extra user pages for the My Moodle system'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_my_pages` -- LOCK TABLES `mdl_my_pages` WRITE; /*!40000 ALTER TABLE `mdl_my_pages` DISABLE KEYS */; INSERT INTO `mdl_my_pages` (`id`, `userid`, `name`, `private`, `sortorder`) VALUES (1,NULL,'__default',0,0),(2,NULL,'__default',1,0),(3,NULL,'__courses',0,0),(4,2,'__default',1,0),(5,3,'__default',1,0),(6,4,'__default',1,0); /*!40000 ALTER TABLE `mdl_my_pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_notifications` -- DROP TABLE IF EXISTS `mdl_notifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_notifications` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `useridfrom` bigint(10) NOT NULL, `useridto` bigint(10) NOT NULL, `subject` longtext DEFAULT NULL, `fullmessage` longtext DEFAULT NULL, `fullmessageformat` tinyint(1) NOT NULL DEFAULT 0, `fullmessagehtml` longtext DEFAULT NULL, `smallmessage` longtext DEFAULT NULL, `component` varchar(100) DEFAULT NULL, `eventtype` varchar(100) DEFAULT NULL, `contexturl` longtext DEFAULT NULL, `contexturlname` longtext DEFAULT NULL, `timeread` bigint(10) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `customdata` longtext DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_noti_use_ix` (`useridfrom`), KEY `mdl_noti_use2_ix` (`useridto`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores all notifications'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_notifications` -- LOCK TABLES `mdl_notifications` WRITE; /*!40000 ALTER TABLE `mdl_notifications` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_notifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_oauth2_access_token` -- DROP TABLE IF EXISTS `mdl_oauth2_access_token`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_oautaccetoke_iss_uix` (`issuerid`), KEY `mdl_oautaccetoke_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores access tokens for system accounts in order to be able'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_oauth2_access_token` -- LOCK TABLES `mdl_oauth2_access_token` WRITE; /*!40000 ALTER TABLE `mdl_oauth2_access_token` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_oauth2_access_token` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_oauth2_endpoint` -- DROP TABLE IF EXISTS `mdl_oauth2_endpoint`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_oautendp_iss_ix` (`issuerid`), KEY `mdl_oautendp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Describes the named endpoint for an oauth2 service.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_oauth2_endpoint` -- LOCK TABLES `mdl_oauth2_endpoint` WRITE; /*!40000 ALTER TABLE `mdl_oauth2_endpoint` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_oauth2_endpoint` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_oauth2_issuer` -- DROP TABLE IF EXISTS `mdl_oauth2_issuer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `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, `servicetype` varchar(255) DEFAULT NULL, `loginpagename` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Details for an oauth 2 connect identity issuer.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_oauth2_issuer` -- LOCK TABLES `mdl_oauth2_issuer` WRITE; /*!40000 ALTER TABLE `mdl_oauth2_issuer` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_oauth2_issuer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_oauth2_refresh_token` -- DROP TABLE IF EXISTS `mdl_oauth2_refresh_token`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_oauth2_refresh_token` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `issuerid` bigint(10) NOT NULL, `token` longtext NOT NULL, `scopehash` varchar(40) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `mdl_oautrefrtoke_useisssco_uix` (`userid`,`issuerid`,`scopehash`), KEY `mdl_oautrefrtoke_iss_ix` (`issuerid`), KEY `mdl_oautrefrtoke_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores refresh tokens which can be exchanged for access toke'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_oauth2_refresh_token` -- LOCK TABLES `mdl_oauth2_refresh_token` WRITE; /*!40000 ALTER TABLE `mdl_oauth2_refresh_token` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_oauth2_refresh_token` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_oauth2_system_account` -- DROP TABLE IF EXISTS `mdl_oauth2_system_account`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `username` longtext NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_oautsystacco_iss_uix` (`issuerid`), KEY `mdl_oautsystacco_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED 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 `mdl_oauth2_system_account` -- LOCK TABLES `mdl_oauth2_system_account` WRITE; /*!40000 ALTER TABLE `mdl_oauth2_system_account` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_oauth2_system_account` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_oauth2_user_field_mapping` -- DROP TABLE IF EXISTS `mdl_oauth2_user_field_mapping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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(500) NOT NULL DEFAULT '', `internalfield` varchar(64) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `mdl_oautuserfielmapp_issin_uix` (`issuerid`,`internalfield`), KEY `mdl_oautuserfielmapp_iss_ix` (`issuerid`), KEY `mdl_oautuserfielmapp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Mapping of oauth user fields to moodle fields.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_oauth2_user_field_mapping` -- LOCK TABLES `mdl_oauth2_user_field_mapping` WRITE; /*!40000 ALTER TABLE `mdl_oauth2_user_field_mapping` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_oauth2_user_field_mapping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_page` -- DROP TABLE IF EXISTS `mdl_page`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_page` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT 0, `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext DEFAULT NULL, `introformat` smallint(4) NOT NULL DEFAULT 0, `content` longtext DEFAULT NULL, `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 DEFAULT NULL, `revision` bigint(10) NOT NULL DEFAULT 0, `timemodified` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_page_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Each record is one page and its config data'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_page` -- LOCK TABLES `mdl_page` WRITE; /*!40000 ALTER TABLE `mdl_page` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_page` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_paygw_paypal` -- DROP TABLE IF EXISTS `mdl_paygw_paypal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_paygw_paypal` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `paymentid` bigint(10) NOT NULL, `pp_orderid` varchar(255) NOT NULL DEFAULT 'The ID of the order in PayPal', PRIMARY KEY (`id`), UNIQUE KEY `mdl_paygpayp_pay_uix` (`paymentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores PayPal related information'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_paygw_paypal` -- LOCK TABLES `mdl_paygw_paypal` WRITE; /*!40000 ALTER TABLE `mdl_paygw_paypal` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_paygw_paypal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_payment_accounts` -- DROP TABLE IF EXISTS `mdl_payment_accounts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_payment_accounts` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `idnumber` varchar(100) DEFAULT NULL, `contextid` bigint(10) NOT NULL, `enabled` tinyint(1) NOT NULL DEFAULT 0, `archived` tinyint(1) NOT NULL DEFAULT 0, `timecreated` bigint(10) DEFAULT NULL, `timemodified` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_paymacco_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Payment accounts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_payment_accounts` -- LOCK TABLES `mdl_payment_accounts` WRITE; /*!40000 ALTER TABLE `mdl_payment_accounts` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_payment_accounts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_payment_gateways` -- DROP TABLE IF EXISTS `mdl_payment_gateways`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_payment_gateways` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `accountid` bigint(10) NOT NULL, `gateway` varchar(100) NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL DEFAULT 1, `config` longtext DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_paymgate_acc_ix` (`accountid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Configuration for one gateway for one payment account'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_payment_gateways` -- LOCK TABLES `mdl_payment_gateways` WRITE; /*!40000 ALTER TABLE `mdl_payment_gateways` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_payment_gateways` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_payments` -- DROP TABLE IF EXISTS `mdl_payments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_payments` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `component` varchar(100) NOT NULL DEFAULT '', `paymentarea` varchar(50) NOT NULL DEFAULT '', `itemid` bigint(10) NOT NULL, `userid` bigint(10) NOT NULL, `amount` varchar(20) NOT NULL DEFAULT '', `currency` varchar(3) NOT NULL DEFAULT '', `accountid` bigint(10) NOT NULL, `gateway` varchar(100) NOT NULL DEFAULT '', `timecreated` bigint(10) NOT NULL DEFAULT 0, `timemodified` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_paym_gat_ix` (`gateway`), KEY `mdl_paym_compayite_ix` (`component`,`paymentarea`,`itemid`), KEY `mdl_paym_use_ix` (`userid`), KEY `mdl_paym_acc_ix` (`accountid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores information about payments'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_payments` -- LOCK TABLES `mdl_payments` WRITE; /*!40000 ALTER TABLE `mdl_payments` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_payments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_portfolio_instance` -- DROP TABLE IF EXISTS `mdl_portfolio_instance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='base table (not including config data) for instances of port'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_portfolio_instance` -- LOCK TABLES `mdl_portfolio_instance` WRITE; /*!40000 ALTER TABLE `mdl_portfolio_instance` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_portfolio_instance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_portfolio_instance_config` -- DROP TABLE IF EXISTS `mdl_portfolio_instance_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_portfolio_instance_config` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `instance` bigint(10) NOT NULL, `name` varchar(255) NOT NULL DEFAULT '', `value` longtext DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_portinstconf_nam_ix` (`name`), KEY `mdl_portinstconf_ins_ix` (`instance`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='config for portfolio plugin instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_portfolio_instance_config` -- LOCK TABLES `mdl_portfolio_instance_config` WRITE; /*!40000 ALTER TABLE `mdl_portfolio_instance_config` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_portfolio_instance_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_portfolio_instance_user` -- DROP TABLE IF EXISTS `mdl_portfolio_instance_user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_portinstuser_ins_ix` (`instance`), KEY `mdl_portinstuser_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='user data for portfolio instances.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_portfolio_instance_user` -- LOCK TABLES `mdl_portfolio_instance_user` WRITE; /*!40000 ALTER TABLE `mdl_portfolio_instance_user` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_portfolio_instance_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_portfolio_log` -- DROP TABLE IF EXISTS `mdl_portfolio_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_portlog_use_ix` (`userid`), KEY `mdl_portlog_por_ix` (`portfolio`), KEY `mdl_portlog_tem_ix` (`tempdataid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='log of portfolio transfers (used to later check for duplicat'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_portfolio_log` -- LOCK TABLES `mdl_portfolio_log` WRITE; /*!40000 ALTER TABLE `mdl_portfolio_log` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_portfolio_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_portfolio_mahara_queue` -- DROP TABLE IF EXISTS `mdl_portfolio_mahara_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_portmahaqueu_tok_ix` (`token`), KEY `mdl_portmahaqueu_tra_ix` (`transferid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='maps mahara tokens to transfer ids'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_portfolio_mahara_queue` -- LOCK TABLES `mdl_portfolio_mahara_queue` WRITE; /*!40000 ALTER TABLE `mdl_portfolio_mahara_queue` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_portfolio_mahara_queue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_portfolio_tempdata` -- DROP TABLE IF EXISTS `mdl_portfolio_tempdata`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_portfolio_tempdata` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `data` longtext DEFAULT NULL, `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 `mdl_porttemp_use_ix` (`userid`), KEY `mdl_porttemp_ins_ix` (`instance`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='stores temporary data for portfolio exports. the id of this '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_portfolio_tempdata` -- LOCK TABLES `mdl_portfolio_tempdata` WRITE; /*!40000 ALTER TABLE `mdl_portfolio_tempdata` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_portfolio_tempdata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_post` -- DROP TABLE IF EXISTS `mdl_post`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `content` longtext DEFAULT NULL, `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 `mdl_post_iduse_uix` (`id`,`userid`), KEY `mdl_post_las_ix` (`lastmodified`), KEY `mdl_post_mod_ix` (`module`), KEY `mdl_post_sub_ix` (`subject`), KEY `mdl_post_use_ix` (`usermodified`), KEY `mdl_post_cou_ix` (`courseid`), KEY `mdl_post_cou2_ix` (`coursemoduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Generic post table to hold data blog entries etc in differen'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_post` -- LOCK TABLES `mdl_post` WRITE; /*!40000 ALTER TABLE `mdl_post` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_post` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_profiling` -- DROP TABLE IF EXISTS `mdl_profiling`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_prof_run_uix` (`runid`), KEY `mdl_prof_urlrun_ix` (`url`,`runreference`), KEY `mdl_prof_timrun_ix` (`timecreated`,`runreference`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the results of all the profiling runs'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_profiling` -- LOCK TABLES `mdl_profiling` WRITE; /*!40000 ALTER TABLE `mdl_profiling` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_profiling` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_qtype_ddimageortext` -- DROP TABLE IF EXISTS `mdl_qtype_ddimageortext`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_qtypddim_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines drag and drop (text or images onto a background imag'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_qtype_ddimageortext` -- LOCK TABLES `mdl_qtype_ddimageortext` WRITE; /*!40000 ALTER TABLE `mdl_qtype_ddimageortext` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_qtype_ddimageortext` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_qtype_ddimageortext_drags` -- DROP TABLE IF EXISTS `mdl_qtype_ddimageortext_drags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_qtypddimdrag_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED 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 `mdl_qtype_ddimageortext_drags` -- LOCK TABLES `mdl_qtype_ddimageortext_drags` WRITE; /*!40000 ALTER TABLE `mdl_qtype_ddimageortext_drags` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_qtype_ddimageortext_drags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_qtype_ddimageortext_drops` -- DROP TABLE IF EXISTS `mdl_qtype_ddimageortext_drops`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_qtypddimdrop_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Drop boxes'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_qtype_ddimageortext_drops` -- LOCK TABLES `mdl_qtype_ddimageortext_drops` WRITE; /*!40000 ALTER TABLE `mdl_qtype_ddimageortext_drops` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_qtype_ddimageortext_drops` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_qtype_ddmarker` -- DROP TABLE IF EXISTS `mdl_qtype_ddmarker`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_qtypddma_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines drag and drop (text or images onto a background imag'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_qtype_ddmarker` -- LOCK TABLES `mdl_qtype_ddmarker` WRITE; /*!40000 ALTER TABLE `mdl_qtype_ddmarker` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_qtype_ddmarker` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_qtype_ddmarker_drags` -- DROP TABLE IF EXISTS `mdl_qtype_ddmarker_drags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_qtypddmadrag_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Labels for markers to drag.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_qtype_ddmarker_drags` -- LOCK TABLES `mdl_qtype_ddmarker_drags` WRITE; /*!40000 ALTER TABLE `mdl_qtype_ddmarker_drags` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_qtype_ddmarker_drags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_qtype_ddmarker_drops` -- DROP TABLE IF EXISTS `mdl_qtype_ddmarker_drops`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_qtypddmadrop_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='drop regions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_qtype_ddmarker_drops` -- LOCK TABLES `mdl_qtype_ddmarker_drops` WRITE; /*!40000 ALTER TABLE `mdl_qtype_ddmarker_drops` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_qtype_ddmarker_drops` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_qtype_essay_options` -- DROP TABLE IF EXISTS `mdl_qtype_essay_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `minwordlimit` bigint(10) DEFAULT NULL, `maxwordlimit` bigint(10) DEFAULT NULL, `attachments` smallint(4) NOT NULL DEFAULT 0, `attachmentsrequired` smallint(4) NOT NULL DEFAULT 0, `graderinfo` longtext DEFAULT NULL, `graderinfoformat` smallint(4) NOT NULL DEFAULT 0, `responsetemplate` longtext DEFAULT NULL, `responsetemplateformat` smallint(4) NOT NULL DEFAULT 0, `maxbytes` bigint(10) NOT NULL DEFAULT 0, `filetypeslist` longtext DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_qtypessaopti_que_uix` (`questionid`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Extra options for essay questions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_qtype_essay_options` -- LOCK TABLES `mdl_qtype_essay_options` WRITE; /*!40000 ALTER TABLE `mdl_qtype_essay_options` DISABLE KEYS */; INSERT INTO `mdl_qtype_essay_options` (`id`, `questionid`, `responseformat`, `responserequired`, `responsefieldlines`, `minwordlimit`, `maxwordlimit`, `attachments`, `attachmentsrequired`, `graderinfo`, `graderinfoformat`, `responsetemplate`, `responsetemplateformat`, `maxbytes`, `filetypeslist`) VALUES (1,1,'editor',1,15,0,0,0,0,'

Die Ausführung wird schneller, weil der Prozessor zwischen verschiedenen Teilaufgaben hin- und herspringen kann und so z.B. Wartezeiten auf Daten in einem Thread zur Bearbeitung anderer Threads genutzt werden können.

\r\n

Ausführung im Hintergrund: 1 P

\r\n

Ausführung gleichzeitig/parallel: 0,5 P

',1,'',1,0,''),(2,2,'editor',1,15,0,0,0,0,'

Die Ausführung wird schneller, weil der Prozessor zwischen verschiedenen Teilaufgaben hin- und herspringen kann und so z.B. Wartezeiten auf Daten in einem Thread zur Bearbeitung anderer Threads genutzt werden können.

',1,'',1,0,''),(3,3,'editor',1,15,0,0,0,0,'

Datenquelle:

\n
●Collections
\n
●Arrays
\n
●Generatoren (z.B. Datenbankabfragen, eigene Methoden)
\n
 
\n
Verarbeitung:
\n
\n
●Filtern
\n
●Umformung
\n
●Begrenzung
\n
 
\n
Datensenke:
\n
\n
●Minimum / Maximum / Durchschnitt / Anzahl
\n
●Ausgabe in Collection oder Array / Reduktion / Auswertung
\n
 
\n
Die drei Abschnitte müssen genannt und jeweils mindestens ein Beispiel gegeben werden.
\n
\n
',1,'',1,0,''),(4,4,'editor',1,15,0,0,0,0,'

Datenhaltung und Darstellung werden getrennt, so dass dieselben Daten flexibel dargestellt werden können.

Datenhaltung findet in der Klasse TableModel statt: Welche Information steht in welcher Zelle?

Information z.B. über die Editierbarkeit der Zellen, den zu verwendenden Editor und die Spaltenreihenfolge werden in JTable bzw. TableColumnModel gehalten.

',1,'',1,0,''),(5,5,'editor',1,15,0,0,0,0,'

Man muss vermeiden, dass verschiedene Threads gleichzeitig auf Daten oder Objekte zugreifen, weil es dadurch zur Zerstörung von Werten und zu inkonsistenten Zuständen kommen kann.

',1,'',1,0,''),(6,6,'plain',1,10,0,0,0,0,'

Thread: 1 PT Ablauffaden, Ablaufeinheit, Ausführung etc.
1Pt  Parallel, Quasi Parallel, Core,
1Pt Geschwindigkeit, Resourcenauslastung, parallele Ausführung

',1,'',1,0,''); /*!40000 ALTER TABLE `mdl_qtype_essay_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_qtype_match_options` -- DROP TABLE IF EXISTS `mdl_qtype_match_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_qtypmatcopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines the question-type specific options for matching ques'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_qtype_match_options` -- LOCK TABLES `mdl_qtype_match_options` WRITE; /*!40000 ALTER TABLE `mdl_qtype_match_options` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_qtype_match_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_qtype_match_subquestions` -- DROP TABLE IF EXISTS `mdl_qtype_match_subquestions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_qtypmatcsubq_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The subquestions that make up a matching question'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_qtype_match_subquestions` -- LOCK TABLES `mdl_qtype_match_subquestions` WRITE; /*!40000 ALTER TABLE `mdl_qtype_match_subquestions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_qtype_match_subquestions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_qtype_multichoice_options` -- DROP TABLE IF EXISTS `mdl_qtype_multichoice_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `showstandardinstruction` tinyint(2) NOT NULL DEFAULT 1, PRIMARY KEY (`id`), UNIQUE KEY `mdl_qtypmultopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Options for multiple choice questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_qtype_multichoice_options` -- LOCK TABLES `mdl_qtype_multichoice_options` WRITE; /*!40000 ALTER TABLE `mdl_qtype_multichoice_options` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_qtype_multichoice_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_qtype_randomsamatch_options` -- DROP TABLE IF EXISTS `mdl_qtype_randomsamatch_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_qtyprandopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Info about a random short-answer matching question'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_qtype_randomsamatch_options` -- LOCK TABLES `mdl_qtype_randomsamatch_options` WRITE; /*!40000 ALTER TABLE `mdl_qtype_randomsamatch_options` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_qtype_randomsamatch_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_qtype_shortanswer_options` -- DROP TABLE IF EXISTS `mdl_qtype_shortanswer_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_qtypshoropti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Options for short answer questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_qtype_shortanswer_options` -- LOCK TABLES `mdl_qtype_shortanswer_options` WRITE; /*!40000 ALTER TABLE `mdl_qtype_shortanswer_options` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_qtype_shortanswer_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question` -- DROP TABLE IF EXISTS `mdl_question`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `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 '', `timecreated` bigint(10) NOT NULL DEFAULT 0, `timemodified` bigint(10) NOT NULL DEFAULT 0, `createdby` bigint(10) DEFAULT NULL, `modifiedby` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_ques_qty_ix` (`qtype`), KEY `mdl_ques_par_ix` (`parent`), KEY `mdl_ques_cre_ix` (`createdby`), KEY `mdl_ques_mod_ix` (`modifiedby`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table stores the definition of one version of a questio'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question` -- LOCK TABLES `mdl_question` WRITE; /*!40000 ALTER TABLE `mdl_question` DISABLE KEYS */; INSERT INTO `mdl_question` (`id`, `parent`, `name`, `questiontext`, `questiontextformat`, `generalfeedback`, `generalfeedbackformat`, `defaultmark`, `penalty`, `qtype`, `length`, `stamp`, `timecreated`, `timemodified`, `createdby`, `modifiedby`) VALUES (1,0,'Geschwindigkeitsgewinn (copy)','

Warum kann Ihr Programm durch die Verwendung von Threads schneller werden, auch wenn Sie nur einen einzigen Prozessor zur Verfügung haben?

',1,'',1,1.0000000,0.0000000,'essay',1,'www.moodle.loc+240731084905+aHpNQm',1722415745,1722415745,2,2),(2,0,'Speedup (copy)','

Warum wird Ihr Programm durch die Verwendung von Threads schneller, auch wenn Sie nur einen einzigen Prozessor zur Verfügung haben?

',1,'',1,1.0000000,0.0000000,'essay',1,'www.moodle.loc+240731084905+tqwUa4',1722415745,1722415745,2,2),(3,0,'Stream-Pipelines','

Beschreiben Sie die Struktur einer Stream-Pipeline. Woher kommen die Daten, was geschieht im Stream mit ihnen, wie endet der Stream? Geben Sie für jeden Streamabschnitt mindestens eine Beispielkomponente an.

',1,'',1,1.0000000,0.0000000,'essay',1,'www.moodle.loc+240731084905+23Tbca',1722415745,1722415745,2,2),(4,0,'Swing II','

Welche Auswirkungen hat die Model-View-Aufteilung bei Swing-Komponenten? Nennen Sie Beispiele anhand der Klasse JTable.

',1,'',1,3.0000000,0.0000000,'essay',1,'www.moodle.loc+240731084905+B7JwKK',1722415745,1722415745,2,2),(5,0,'Synchronisation (copy)','

Warum braucht man bei der Arbeit mit Threads Synchronisation?

',1,'',1,1.0000000,0.0000000,'essay',1,'www.moodle.loc+240731084905+8BooyZ',1722415745,1722415745,2,2),(6,0,'Threads (copy)','

Beantworten Sie kurz die 3 Fragen
1 - Was wird unter einem Thread verstanden / wann werden Threads benutzt ? (3 Pkt)
2 - Welche Ressourcen nutzt ein Thread exklusiv ? (2 Pkt)
3 - Welche Ressourcen teilen sich die Threads eines Programms ? (2 Pkt)

',1,'',1,7.0000000,0.0000000,'essay',1,'www.moodle.loc+240731084905+rYwdWN',1722415745,1722415745,2,2); /*!40000 ALTER TABLE `mdl_question` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_answers` -- DROP TABLE IF EXISTS `mdl_question_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_quesansw_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Answers, with a fractional grade (0-1) and feedback'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_answers` -- LOCK TABLES `mdl_question_answers` WRITE; /*!40000 ALTER TABLE `mdl_question_answers` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_answers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_attempt_step_data` -- DROP TABLE IF EXISTS `mdl_question_attempt_step_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_attempt_step_data` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `attemptstepid` bigint(10) NOT NULL, `name` varchar(32) NOT NULL DEFAULT '', `value` longtext DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_quesattestepdata_att_ix` (`attemptstepid`) ) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Each question_attempt_step has an associative array of the d'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_attempt_step_data` -- LOCK TABLES `mdl_question_attempt_step_data` WRITE; /*!40000 ALTER TABLE `mdl_question_attempt_step_data` DISABLE KEYS */; INSERT INTO `mdl_question_attempt_step_data` (`id`, `attemptstepid`, `name`, `value`) VALUES (1,13,'answer','

Abrakadabra

'),(2,13,'answerformat','1'),(3,14,'answer','

Abrakadabra

'),(4,14,'answerformat','1'),(5,15,'answer','

Abrakadabra

'),(6,15,'answerformat','1'),(7,16,'answer','

Abrakadabra

'),(8,16,'answerformat','1'),(9,17,'answer','

Abrakadabra

'),(10,17,'answerformat','1'),(11,18,'answer','1 - Abrakadabra\r\n2 - Abrakadabra\r\n3 - Abrakadabra'),(12,18,'answerformat','2'),(13,19,'-finish','1'),(14,20,'-finish','1'),(15,21,'-finish','1'),(16,22,'-finish','1'),(17,23,'-finish','1'),(18,24,'-finish','1'),(19,31,'answer','

Die Ausführung wird schneller, weil der Prozessor zwischen verschiedenen Teilaufgaben hin- und herspringen kann

'),(20,31,'answerformat','1'),(21,32,'answer','

Die Ausführung wird schneller, weil der Prozessor zwischen verschiedenen Teilaufgaben hin- und herspringen kann

'),(22,32,'answerformat','1'),(27,35,'answer','

Datenquelle:
●Collections
●Arrays
●Generatoren (z.B. Datenbankabfragen, eigene Methoden)

Verarbeitung:
●Filtern
●Umformung
●Begrenzung

Datensenke:

●Minimum / Maximum / Durchschnitt / Anzahl
●Ausgabe in Collection oder Array / Reduktion / Auswertung

Die drei Abschnitte müssen genannt und jeweils mindestens ein Beispiel gegeben werden.

'),(28,35,'answerformat','1'),(29,36,'answer','

Datenhaltung und Darstellung werden getrennt, so dass dieselben Daten flexibel dargestellt werden können.

'),(30,36,'answerformat','1'),(31,37,'answer','

Man muss vermeiden, dass verschiedene Threads gleichzeitig auf Daten oder Objekte zugreifen, weil es dadurch zur Zerstörung von Werten

'),(32,37,'answerformat','1'),(35,39,'answer','Ablauffaden, Ablaufeinheit, Ausführung etc.\r\nParallel, Quasi Parallel, Core\r\nGeschwindigkeit, Resourcenauslastung'),(36,39,'answerformat','2'),(37,40,'-finish','1'),(38,41,'-finish','1'),(39,42,'-finish','1'),(40,43,'-finish','1'),(41,44,'-finish','1'),(42,45,'-finish','1'); /*!40000 ALTER TABLE `mdl_question_attempt_step_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_attempt_steps` -- DROP TABLE IF EXISTS `mdl_question_attempt_steps`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_quesattestep_queseq_uix` (`questionattemptid`,`sequencenumber`), KEY `mdl_quesattestep_que_ix` (`questionattemptid`), KEY `mdl_quesattestep_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=46 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED 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 `mdl_question_attempt_steps` -- LOCK TABLES `mdl_question_attempt_steps` WRITE; /*!40000 ALTER TABLE `mdl_question_attempt_steps` DISABLE KEYS */; INSERT INTO `mdl_question_attempt_steps` (`id`, `questionattemptid`, `sequencenumber`, `state`, `fraction`, `timecreated`, `userid`) VALUES (1,1,0,'todo',NULL,1722415879,2),(2,2,0,'todo',NULL,1722415879,2),(3,3,0,'todo',NULL,1722415879,2),(4,4,0,'todo',NULL,1722415879,2),(5,5,0,'todo',NULL,1722415879,2),(6,6,0,'todo',NULL,1722415879,2),(7,7,0,'todo',NULL,1722416296,3),(8,8,0,'todo',NULL,1722416296,3),(9,9,0,'todo',NULL,1722416296,3),(10,10,0,'todo',NULL,1722416296,3),(11,11,0,'todo',NULL,1722416296,3),(12,12,0,'todo',NULL,1722416296,3),(13,7,1,'complete',NULL,1722416326,3),(14,8,1,'complete',NULL,1722416329,3),(15,9,1,'complete',NULL,1722416333,3),(16,10,1,'complete',NULL,1722416336,3),(17,11,1,'complete',NULL,1722416339,3),(18,12,1,'complete',NULL,1722416356,3),(19,7,2,'needsgrading',NULL,1722416361,3),(20,8,2,'needsgrading',NULL,1722416361,3),(21,9,2,'needsgrading',NULL,1722416361,3),(22,10,2,'needsgrading',NULL,1722416361,3),(23,11,2,'needsgrading',NULL,1722416361,3),(24,12,2,'needsgrading',NULL,1722416361,3),(25,13,0,'todo',NULL,1722416398,4),(26,14,0,'todo',NULL,1722416398,4),(27,15,0,'todo',NULL,1722416398,4),(28,16,0,'todo',NULL,1722416398,4),(29,17,0,'todo',NULL,1722416398,4),(30,18,0,'todo',NULL,1722416398,4),(31,13,1,'complete',NULL,1722416603,4),(32,14,1,'complete',NULL,1722416654,4),(35,15,1,'complete',NULL,1722416872,4),(36,16,1,'complete',NULL,1722416909,4),(37,17,1,'complete',NULL,1722416956,4),(39,18,1,'complete',NULL,1722417069,4),(40,13,2,'needsgrading',NULL,1722417076,4),(41,14,2,'needsgrading',NULL,1722417076,4),(42,15,2,'needsgrading',NULL,1722417076,4),(43,16,2,'needsgrading',NULL,1722417076,4),(44,17,2,'needsgrading',NULL,1722417076,4),(45,18,2,'needsgrading',NULL,1722417076,4); /*!40000 ALTER TABLE `mdl_question_attempt_steps` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_attempts` -- DROP TABLE IF EXISTS `mdl_question_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `rightanswer` longtext DEFAULT NULL, `responsesummary` longtext DEFAULT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_quesatte_queslo_uix` (`questionusageid`,`slot`), KEY `mdl_quesatte_beh_ix` (`behaviour`), KEY `mdl_quesatte_que_ix` (`questionid`), KEY `mdl_quesatte_que2_ix` (`questionusageid`) ) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Each row here corresponds to an attempt at one question, as '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_attempts` -- LOCK TABLES `mdl_question_attempts` WRITE; /*!40000 ALTER TABLE `mdl_question_attempts` DISABLE KEYS */; INSERT INTO `mdl_question_attempts` (`id`, `questionusageid`, `slot`, `behaviour`, `questionid`, `variant`, `maxmark`, `minfraction`, `maxfraction`, `flagged`, `questionsummary`, `rightanswer`, `responsesummary`, `timemodified`) VALUES (1,1,1,'manualgraded',1,1,1.0000000,0.0000000,1.0000000,0,'Warum kann Ihr Programm durch die Verwendung von Threads schneller werden, auch wenn Sie nur einen einzigen Prozessor zur Verfügung haben?\n',NULL,NULL,1722415879),(2,1,2,'manualgraded',2,1,1.0000000,0.0000000,1.0000000,0,'Warum wird Ihr Programm durch die Verwendung von Threads schneller, auch wenn Sie nur einen einzigen Prozessor zur Verfügung haben?\n',NULL,NULL,1722415879),(3,1,3,'manualgraded',3,1,1.0000000,0.0000000,1.0000000,0,'Beschreiben Sie die Struktur einer Stream-Pipeline. Woher kommen die Daten, was geschieht im Stream mit ihnen, wie endet der Stream? Geben Sie für jeden Streamabschnitt mindestens eine Beispielkomponente an.\n',NULL,NULL,1722415879),(4,1,4,'manualgraded',4,1,3.0000000,0.0000000,1.0000000,0,'Welche Auswirkungen hat die Model-View-Aufteilung bei Swing-Komponenten? Nennen Sie Beispiele anhand der Klasse JTable.\n\n',NULL,NULL,1722415879),(5,1,5,'manualgraded',5,1,1.0000000,0.0000000,1.0000000,0,'Warum braucht man bei der Arbeit mit Threads Synchronisation?\n',NULL,NULL,1722415879),(6,1,6,'manualgraded',6,1,7.0000000,0.0000000,1.0000000,0,'Beantworten Sie kurz die 3 Fragen\n1 - Was wird unter einem Thread verstanden / wann werden Threads benutzt ? (3 Pkt)\n2 - Welche Ressourcen nutzt ein Thread exklusiv ? (2 Pkt)\n3 - Welche Ressourcen teilen sich die Threads eines Programms ? (2 Pkt)\n',NULL,NULL,1722415879),(7,2,1,'manualgraded',1,1,1.0000000,0.0000000,1.0000000,0,'Warum kann Ihr Programm durch die Verwendung von Threads schneller werden, auch wenn Sie nur einen einzigen Prozessor zur Verfügung haben?\n',NULL,'Abrakadabra\n',1722416361),(8,2,2,'manualgraded',2,1,1.0000000,0.0000000,1.0000000,0,'Warum wird Ihr Programm durch die Verwendung von Threads schneller, auch wenn Sie nur einen einzigen Prozessor zur Verfügung haben?\n',NULL,'Abrakadabra\n',1722416361),(9,2,3,'manualgraded',3,1,1.0000000,0.0000000,1.0000000,0,'Beschreiben Sie die Struktur einer Stream-Pipeline. Woher kommen die Daten, was geschieht im Stream mit ihnen, wie endet der Stream? Geben Sie für jeden Streamabschnitt mindestens eine Beispielkomponente an.\n',NULL,'Abrakadabra\n',1722416361),(10,2,4,'manualgraded',4,1,3.0000000,0.0000000,1.0000000,0,'Welche Auswirkungen hat die Model-View-Aufteilung bei Swing-Komponenten? Nennen Sie Beispiele anhand der Klasse JTable.\n\n',NULL,'Abrakadabra\n',1722416361),(11,2,5,'manualgraded',5,1,1.0000000,0.0000000,1.0000000,0,'Warum braucht man bei der Arbeit mit Threads Synchronisation?\n',NULL,'Abrakadabra\n',1722416361),(12,2,6,'manualgraded',6,1,7.0000000,0.0000000,1.0000000,0,'Beantworten Sie kurz die 3 Fragen\n1 - Was wird unter einem Thread verstanden / wann werden Threads benutzt ? (3 Pkt)\n2 - Welche Ressourcen nutzt ein Thread exklusiv ? (2 Pkt)\n3 - Welche Ressourcen teilen sich die Threads eines Programms ? (2 Pkt)\n',NULL,'1 - Abrakadabra\n2 - Abrakadabra\n3 - Abrakadabra',1722416361),(13,3,1,'manualgraded',1,1,1.0000000,0.0000000,1.0000000,0,'Warum kann Ihr Programm durch die Verwendung von Threads schneller werden, auch wenn Sie nur einen einzigen Prozessor zur Verfügung haben?\n',NULL,'Die Ausführung wird schneller, weil der Prozessor zwischen verschiedenen Teilaufgaben hin- und herspringen kann\n',1722417076),(14,3,2,'manualgraded',2,1,1.0000000,0.0000000,1.0000000,0,'Warum wird Ihr Programm durch die Verwendung von Threads schneller, auch wenn Sie nur einen einzigen Prozessor zur Verfügung haben?\n',NULL,'Die Ausführung wird schneller, weil der Prozessor zwischen verschiedenen Teilaufgaben hin- und herspringen kann\n',1722417076),(15,3,3,'manualgraded',3,1,1.0000000,0.0000000,1.0000000,0,'Beschreiben Sie die Struktur einer Stream-Pipeline. Woher kommen die Daten, was geschieht im Stream mit ihnen, wie endet der Stream? Geben Sie für jeden Streamabschnitt mindestens eine Beispielkomponente an.\n',NULL,'Datenquelle:\n●Collections\n●Arrays\n●Generatoren (z.B. Datenbankabfragen, eigene Methoden)\n\nVerarbeitung:\n●Filtern\n●Umformung\n●Begrenzung\n\nDatensenke:\n\n●Minimum / Maximum / Durchschnitt / Anzahl\n●Ausgabe in Collection oder Array / Reduktion / Auswertung\n\nDie drei Abschnitte müssen genannt und jeweils mindestens ein Beispiel gegeben werden.\n',1722417076),(16,3,4,'manualgraded',4,1,3.0000000,0.0000000,1.0000000,0,'Welche Auswirkungen hat die Model-View-Aufteilung bei Swing-Komponenten? Nennen Sie Beispiele anhand der Klasse JTable.\n\n',NULL,'Datenhaltung und Darstellung werden getrennt, so dass dieselben Daten flexibel dargestellt werden können.\n',1722417076),(17,3,5,'manualgraded',5,1,1.0000000,0.0000000,1.0000000,0,'Warum braucht man bei der Arbeit mit Threads Synchronisation?\n',NULL,'Man muss vermeiden, dass verschiedene Threads gleichzeitig auf Daten oder Objekte zugreifen, weil es dadurch zur Zerstörung von Werten\n',1722417076),(18,3,6,'manualgraded',6,1,7.0000000,0.0000000,1.0000000,0,'Beantworten Sie kurz die 3 Fragen\n1 - Was wird unter einem Thread verstanden / wann werden Threads benutzt ? (3 Pkt)\n2 - Welche Ressourcen nutzt ein Thread exklusiv ? (2 Pkt)\n3 - Welche Ressourcen teilen sich die Threads eines Programms ? (2 Pkt)\n',NULL,'Ablauffaden, Ablaufeinheit, Ausführung etc.\nParallel, Quasi Parallel, Core\nGeschwindigkeit, Resourcenauslastung',1722417076); /*!40000 ALTER TABLE `mdl_question_attempts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_bank_entries` -- DROP TABLE IF EXISTS `mdl_question_bank_entries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_bank_entries` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `questioncategoryid` bigint(10) NOT NULL DEFAULT 0, `idnumber` varchar(100) DEFAULT NULL, `ownerid` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_quesbankentr_queidn_uix` (`questioncategoryid`,`idnumber`), KEY `mdl_quesbankentr_que_ix` (`questioncategoryid`), KEY `mdl_quesbankentr_own_ix` (`ownerid`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Each question bank entry. This table has one row for each qu'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_bank_entries` -- LOCK TABLES `mdl_question_bank_entries` WRITE; /*!40000 ALTER TABLE `mdl_question_bank_entries` DISABLE KEYS */; INSERT INTO `mdl_question_bank_entries` (`id`, `questioncategoryid`, `idnumber`, `ownerid`) VALUES (1,10,NULL,2),(2,10,NULL,2),(3,10,NULL,2),(4,10,NULL,2),(5,10,NULL,2),(6,10,NULL,2); /*!40000 ALTER TABLE `mdl_question_bank_entries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_calculated` -- DROP TABLE IF EXISTS `mdl_question_calculated`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_quescalc_ans_ix` (`answer`), KEY `mdl_quescalc_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_calculated` -- LOCK TABLES `mdl_question_calculated` WRITE; /*!40000 ALTER TABLE `mdl_question_calculated` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_calculated` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_calculated_options` -- DROP TABLE IF EXISTS `mdl_question_calculated_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT 0, `partiallycorrectfeedback` longtext DEFAULT NULL, `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0, `incorrectfeedback` longtext DEFAULT 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`), KEY `mdl_quescalcopti_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_calculated_options` -- LOCK TABLES `mdl_question_calculated_options` WRITE; /*!40000 ALTER TABLE `mdl_question_calculated_options` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_calculated_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_categories` -- DROP TABLE IF EXISTS `mdl_question_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_quescate_consta_uix` (`contextid`,`stamp`), UNIQUE KEY `mdl_quescate_conidn_uix` (`contextid`,`idnumber`), KEY `mdl_quescate_con_ix` (`contextid`), KEY `mdl_quescate_par_ix` (`parent`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Categories are for grouping questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_categories` -- LOCK TABLES `mdl_question_categories` WRITE; /*!40000 ALTER TABLE `mdl_question_categories` DISABLE KEYS */; INSERT INTO `mdl_question_categories` (`id`, `name`, `contextid`, `info`, `infoformat`, `stamp`, `parent`, `sortorder`, `idnumber`) VALUES (1,'top',15,'',0,'www.moodle.loc+240731084544+Ed8I1H',0,0,NULL),(2,'Default for Test quiz',15,'The default category for questions shared in context \'Test quiz\'.',0,'www.moodle.loc+240731084544+JkENZp',1,999,NULL),(3,'top',11,'',0,'www.moodle.loc+240731084544+kSoy84',0,0,NULL),(4,'Default for Exemplary Course',11,'The default category for questions shared in context \'Exemplary Course\'.',0,'www.moodle.loc+240731084544+d5C8ih',3,999,NULL),(5,'top',3,'',0,'www.moodle.loc+240731084544+i9MBAI',0,0,NULL),(6,'Default for Category 1',3,'The default category for questions shared in context \'Category 1\'.',0,'www.moodle.loc+240731084544+BzzABf',5,999,NULL),(7,'top',1,'',0,'www.moodle.loc+240731084544+OQb36q',0,0,NULL),(8,'Default for System',1,'The default category for questions shared in context \'System\'.',0,'www.moodle.loc+240731084544+Eb4fyE',7,999,NULL),(9,'Standard für Programmieren 2',11,'',0,'www.moodle.loc+240731084905+HhlQPj',3,999,NULL),(10,'Free Text Questions',11,'',0,'www.moodle.loc+240731084905+a7723E',9,999,NULL); /*!40000 ALTER TABLE `mdl_question_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_dataset_definitions` -- DROP TABLE IF EXISTS `mdl_question_dataset_definitions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_quesdatadefi_cat_ix` (`category`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Organises and stores properties for dataset items'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_dataset_definitions` -- LOCK TABLES `mdl_question_dataset_definitions` WRITE; /*!40000 ALTER TABLE `mdl_question_dataset_definitions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_dataset_definitions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_dataset_items` -- DROP TABLE IF EXISTS `mdl_question_dataset_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_quesdataitem_def_ix` (`definition`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Individual dataset items'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_dataset_items` -- LOCK TABLES `mdl_question_dataset_items` WRITE; /*!40000 ALTER TABLE `mdl_question_dataset_items` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_dataset_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_datasets` -- DROP TABLE IF EXISTS `mdl_question_datasets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_quesdata_quedat_ix` (`question`,`datasetdefinition`), KEY `mdl_quesdata_que_ix` (`question`), KEY `mdl_quesdata_dat_ix` (`datasetdefinition`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Many-many relation between questions and dataset definitions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_datasets` -- LOCK TABLES `mdl_question_datasets` WRITE; /*!40000 ALTER TABLE `mdl_question_datasets` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_datasets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_ddwtos` -- DROP TABLE IF EXISTS `mdl_question_ddwtos`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_quesddwt_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines drag and drop (words into sentences) questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_ddwtos` -- LOCK TABLES `mdl_question_ddwtos` WRITE; /*!40000 ALTER TABLE `mdl_question_ddwtos` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_ddwtos` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_gapselect` -- DROP TABLE IF EXISTS `mdl_question_gapselect`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_quesgaps_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines select missing words questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_gapselect` -- LOCK TABLES `mdl_question_gapselect` WRITE; /*!40000 ALTER TABLE `mdl_question_gapselect` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_gapselect` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_hints` -- DROP TABLE IF EXISTS `mdl_question_hints`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_queshint_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the the part of the question definition that gives di'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_hints` -- LOCK TABLES `mdl_question_hints` WRITE; /*!40000 ALTER TABLE `mdl_question_hints` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_hints` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_multianswer` -- DROP TABLE IF EXISTS `mdl_question_multianswer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_multianswer` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `question` bigint(10) NOT NULL DEFAULT 0, `sequence` longtext NOT NULL, PRIMARY KEY (`id`), KEY `mdl_quesmult_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Options for multianswer questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_multianswer` -- LOCK TABLES `mdl_question_multianswer` WRITE; /*!40000 ALTER TABLE `mdl_question_multianswer` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_multianswer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_numerical` -- DROP TABLE IF EXISTS `mdl_question_numerical`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_quesnume_ans_ix` (`answer`), KEY `mdl_quesnume_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Options for numerical questions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_numerical` -- LOCK TABLES `mdl_question_numerical` WRITE; /*!40000 ALTER TABLE `mdl_question_numerical` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_numerical` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_numerical_options` -- DROP TABLE IF EXISTS `mdl_question_numerical_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_quesnumeopti_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type numerical This table is also u'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_numerical_options` -- LOCK TABLES `mdl_question_numerical_options` WRITE; /*!40000 ALTER TABLE `mdl_question_numerical_options` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_numerical_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_numerical_units` -- DROP TABLE IF EXISTS `mdl_question_numerical_units`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_quesnumeunit_queuni_uix` (`question`,`unit`), KEY `mdl_quesnumeunit_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Optional unit options for numerical questions. This table is'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_numerical_units` -- LOCK TABLES `mdl_question_numerical_units` WRITE; /*!40000 ALTER TABLE `mdl_question_numerical_units` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_numerical_units` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_references` -- DROP TABLE IF EXISTS `mdl_question_references`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_references` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `usingcontextid` bigint(10) NOT NULL DEFAULT 0, `component` varchar(100) DEFAULT NULL, `questionarea` varchar(50) DEFAULT NULL, `itemid` bigint(10) DEFAULT NULL, `questionbankentryid` bigint(10) NOT NULL DEFAULT 0, `version` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_quesrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), KEY `mdl_quesrefe_usi_ix` (`usingcontextid`), KEY `mdl_quesrefe_que_ix` (`questionbankentryid`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Records where a specific question is used.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_references` -- LOCK TABLES `mdl_question_references` WRITE; /*!40000 ALTER TABLE `mdl_question_references` DISABLE KEYS */; INSERT INTO `mdl_question_references` (`id`, `usingcontextid`, `component`, `questionarea`, `itemid`, `questionbankentryid`, `version`) VALUES (1,15,'mod_quiz','slot',1,1,NULL),(2,15,'mod_quiz','slot',2,2,NULL),(3,15,'mod_quiz','slot',3,3,NULL),(4,15,'mod_quiz','slot',4,4,NULL),(5,15,'mod_quiz','slot',5,5,NULL),(6,15,'mod_quiz','slot',6,6,NULL); /*!40000 ALTER TABLE `mdl_question_references` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_response_analysis` -- DROP TABLE IF EXISTS `mdl_question_response_analysis`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `credit` decimal(15,5) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_quesrespanal_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Analysis of student responses given to questions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_response_analysis` -- LOCK TABLES `mdl_question_response_analysis` WRITE; /*!40000 ALTER TABLE `mdl_question_response_analysis` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_response_analysis` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_response_count` -- DROP TABLE IF EXISTS `mdl_question_response_count`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_quesrespcoun_ana_ix` (`analysisid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Count for each responses for each try at a question.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_response_count` -- LOCK TABLES `mdl_question_response_count` WRITE; /*!40000 ALTER TABLE `mdl_question_response_count` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_response_count` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_set_references` -- DROP TABLE IF EXISTS `mdl_question_set_references`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_set_references` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `usingcontextid` bigint(10) NOT NULL DEFAULT 0, `component` varchar(100) DEFAULT NULL, `questionarea` varchar(50) DEFAULT NULL, `itemid` bigint(10) DEFAULT NULL, `questionscontextid` bigint(10) NOT NULL DEFAULT 0, `filtercondition` longtext DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_quessetrefe_usicomquei_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), KEY `mdl_quessetrefe_usi_ix` (`usingcontextid`), KEY `mdl_quessetrefe_que_ix` (`questionscontextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Records where groups of questions are used.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_set_references` -- LOCK TABLES `mdl_question_set_references` WRITE; /*!40000 ALTER TABLE `mdl_question_set_references` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_set_references` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_statistics` -- DROP TABLE IF EXISTS `mdl_question_statistics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `maxmark` decimal(12,7) DEFAULT NULL, `positions` longtext DEFAULT NULL, `randomguessscore` decimal(12,7) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_quesstat_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Statistics for individual questions used in an activity.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_statistics` -- LOCK TABLES `mdl_question_statistics` WRITE; /*!40000 ALTER TABLE `mdl_question_statistics` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_statistics` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_truefalse` -- DROP TABLE IF EXISTS `mdl_question_truefalse`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `showstandardinstruction` tinyint(2) NOT NULL DEFAULT 1, PRIMARY KEY (`id`), KEY `mdl_questrue_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Options for True-False questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_truefalse` -- LOCK TABLES `mdl_question_truefalse` WRITE; /*!40000 ALTER TABLE `mdl_question_truefalse` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_truefalse` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_usages` -- DROP TABLE IF EXISTS `mdl_question_usages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_quesusag_con_ix` (`contextid`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED 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 `mdl_question_usages` -- LOCK TABLES `mdl_question_usages` WRITE; /*!40000 ALTER TABLE `mdl_question_usages` DISABLE KEYS */; INSERT INTO `mdl_question_usages` (`id`, `contextid`, `component`, `preferredbehaviour`) VALUES (1,15,'mod_quiz','deferredfeedback'),(2,15,'mod_quiz','deferredfeedback'),(3,15,'mod_quiz','deferredfeedback'); /*!40000 ALTER TABLE `mdl_question_usages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_versions` -- DROP TABLE IF EXISTS `mdl_question_versions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_versions` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `questionbankentryid` bigint(10) NOT NULL DEFAULT 0, `version` bigint(10) NOT NULL DEFAULT 1, `questionid` bigint(10) NOT NULL DEFAULT 0, `status` varchar(10) NOT NULL DEFAULT 'ready', PRIMARY KEY (`id`), KEY `mdl_quesvers_que_ix` (`questionbankentryid`), KEY `mdl_quesvers_que2_ix` (`questionid`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='A join table linking the different question version definiti'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_versions` -- LOCK TABLES `mdl_question_versions` WRITE; /*!40000 ALTER TABLE `mdl_question_versions` DISABLE KEYS */; INSERT INTO `mdl_question_versions` (`id`, `questionbankentryid`, `version`, `questionid`, `status`) VALUES (1,1,1,1,'ready'),(2,2,1,2,'ready'),(3,3,1,3,'ready'),(4,4,1,4,'ready'),(5,5,1,5,'ready'),(6,6,1,6,'ready'); /*!40000 ALTER TABLE `mdl_question_versions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz` -- DROP TABLE IF EXISTS `mdl_quiz`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `reviewmaxmarks` 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, `completionminattempts` bigint(10) NOT NULL DEFAULT 0, `allowofflineattempts` tinyint(1) DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_quiz_cou_ix` (`course`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The settings for each quiz.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_quiz` -- LOCK TABLES `mdl_quiz` WRITE; /*!40000 ALTER TABLE `mdl_quiz` DISABLE KEYS */; INSERT INTO `mdl_quiz` (`id`, `course`, `name`, `intro`, `introformat`, `timeopen`, `timeclose`, `timelimit`, `overduehandling`, `graceperiod`, `preferredbehaviour`, `canredoquestions`, `attempts`, `attemptonlast`, `grademethod`, `decimalpoints`, `questiondecimalpoints`, `reviewattempt`, `reviewcorrectness`, `reviewmaxmarks`, `reviewmarks`, `reviewspecificfeedback`, `reviewgeneralfeedback`, `reviewrightanswer`, `reviewoverallfeedback`, `questionsperpage`, `navmethod`, `shuffleanswers`, `sumgrades`, `grade`, `timecreated`, `timemodified`, `password`, `subnet`, `browsersecurity`, `delay1`, `delay2`, `showuserpicture`, `showblocks`, `completionattemptsexhausted`, `completionminattempts`, `allowofflineattempts`) VALUES (1,2,'Test quiz','',1,0,0,0,'autosubmit',0,'deferredfeedback',0,0,0,1,2,-1,69888,4352,69888,4352,4352,4352,4352,4352,1,'free',1,14.00000,1.00000,1722415540,1722415859,'','','-',0,0,0,0,0,0,0); /*!40000 ALTER TABLE `mdl_quiz` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz_attempts` -- DROP TABLE IF EXISTS `mdl_quiz_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `gradednotificationsenttime` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_quizatte_quiuseatt_uix` (`quiz`,`userid`,`attempt`), UNIQUE KEY `mdl_quizatte_uni_uix` (`uniqueid`), KEY `mdl_quizatte_statim_ix` (`state`,`timecheckstate`), KEY `mdl_quizatte_qui_ix` (`quiz`), KEY `mdl_quizatte_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores users attempts at quizzes.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_quiz_attempts` -- LOCK TABLES `mdl_quiz_attempts` WRITE; /*!40000 ALTER TABLE `mdl_quiz_attempts` DISABLE KEYS */; INSERT INTO `mdl_quiz_attempts` (`id`, `quiz`, `userid`, `attempt`, `uniqueid`, `layout`, `currentpage`, `preview`, `state`, `timestart`, `timefinish`, `timemodified`, `timemodifiedoffline`, `timecheckstate`, `sumgrades`, `gradednotificationsenttime`) VALUES (1,1,2,1,1,'1,0,2,0,3,0,4,0,5,0,6,0',0,1,'inprogress',1722415879,0,1722415879,0,NULL,NULL,NULL),(2,1,3,1,2,'1,0,2,0,3,0,4,0,5,0,6,0',5,0,'finished',1722416296,1722416361,1722416361,0,NULL,NULL,1722416361),(3,1,4,1,3,'1,0,2,0,3,0,4,0,5,0,6,0',5,0,'finished',1722416398,1722417076,1722417076,0,NULL,NULL,1722417076); /*!40000 ALTER TABLE `mdl_quiz_attempts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz_feedback` -- DROP TABLE IF EXISTS `mdl_quiz_feedback`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_quizfeed_qui_ix` (`quizid`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Feedback given to students based on which grade band their o'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_quiz_feedback` -- LOCK TABLES `mdl_quiz_feedback` WRITE; /*!40000 ALTER TABLE `mdl_quiz_feedback` DISABLE KEYS */; INSERT INTO `mdl_quiz_feedback` (`id`, `quizid`, `feedbacktext`, `feedbacktextformat`, `mingrade`, `maxgrade`) VALUES (1,1,'',1,0.00000,1.10000); /*!40000 ALTER TABLE `mdl_quiz_feedback` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz_grades` -- DROP TABLE IF EXISTS `mdl_quiz_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_quizgrad_use_ix` (`userid`), KEY `mdl_quizgrad_qui_ix` (`quiz`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED 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 `mdl_quiz_grades` -- LOCK TABLES `mdl_quiz_grades` WRITE; /*!40000 ALTER TABLE `mdl_quiz_grades` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_quiz_grades` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz_overrides` -- DROP TABLE IF EXISTS `mdl_quiz_overrides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_quizover_qui_ix` (`quiz`), KEY `mdl_quizover_gro_ix` (`groupid`), KEY `mdl_quizover_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED 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 `mdl_quiz_overrides` -- LOCK TABLES `mdl_quiz_overrides` WRITE; /*!40000 ALTER TABLE `mdl_quiz_overrides` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_quiz_overrides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz_overview_regrades` -- DROP TABLE IF EXISTS `mdl_quiz_overview_regrades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_quizoverregr_queslo_ix` (`questionusageid`,`slot`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table records which question attempts need regrading an'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_quiz_overview_regrades` -- LOCK TABLES `mdl_quiz_overview_regrades` WRITE; /*!40000 ALTER TABLE `mdl_quiz_overview_regrades` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_quiz_overview_regrades` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz_reports` -- DROP TABLE IF EXISTS `mdl_quiz_reports`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_quizrepo_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Lists all the installed quiz reports and their display order'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_quiz_reports` -- LOCK TABLES `mdl_quiz_reports` WRITE; /*!40000 ALTER TABLE `mdl_quiz_reports` DISABLE KEYS */; INSERT INTO `mdl_quiz_reports` (`id`, `name`, `displayorder`, `capability`) VALUES (1,'grading',6000,'mod/quiz:grade'),(2,'overview',10000,NULL),(3,'responses',9000,NULL),(4,'statistics',8000,'quiz/statistics:view'); /*!40000 ALTER TABLE `mdl_quiz_reports` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz_sections` -- DROP TABLE IF EXISTS `mdl_quiz_sections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_quizsect_quifir_uix` (`quizid`,`firstslot`), KEY `mdl_quizsect_qui_ix` (`quizid`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores sections of a quiz with section name (heading), from '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_quiz_sections` -- LOCK TABLES `mdl_quiz_sections` WRITE; /*!40000 ALTER TABLE `mdl_quiz_sections` DISABLE KEYS */; INSERT INTO `mdl_quiz_sections` (`id`, `quizid`, `firstslot`, `heading`, `shufflequestions`) VALUES (1,1,1,'',0); /*!40000 ALTER TABLE `mdl_quiz_sections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz_slots` -- DROP TABLE IF EXISTS `mdl_quiz_slots`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `displaynumber` varchar(16) DEFAULT NULL, `requireprevious` smallint(4) NOT NULL DEFAULT 0, `maxmark` decimal(12,7) NOT NULL DEFAULT 0.0000000, PRIMARY KEY (`id`), UNIQUE KEY `mdl_quizslot_quislo_uix` (`quizid`,`slot`), KEY `mdl_quizslot_qui_ix` (`quizid`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED 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 `mdl_quiz_slots` -- LOCK TABLES `mdl_quiz_slots` WRITE; /*!40000 ALTER TABLE `mdl_quiz_slots` DISABLE KEYS */; INSERT INTO `mdl_quiz_slots` (`id`, `slot`, `quizid`, `page`, `displaynumber`, `requireprevious`, `maxmark`) VALUES (1,1,1,1,NULL,0,1.0000000),(2,2,1,2,NULL,0,1.0000000),(3,3,1,3,NULL,0,1.0000000),(4,4,1,4,NULL,0,3.0000000),(5,5,1,5,NULL,0,1.0000000),(6,6,1,6,NULL,0,7.0000000); /*!40000 ALTER TABLE `mdl_quiz_slots` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz_statistics` -- DROP TABLE IF EXISTS `mdl_quiz_statistics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='table to cache results from analysis done in statistics repo'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_quiz_statistics` -- LOCK TABLES `mdl_quiz_statistics` WRITE; /*!40000 ALTER TABLE `mdl_quiz_statistics` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_quiz_statistics` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quizaccess_seb_quizsettings` -- DROP TABLE IF EXISTS `mdl_quizaccess_seb_quizsettings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_quizaccess_seb_quizsettings` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `quizid` bigint(10) NOT NULL, `cmid` bigint(10) NOT NULL, `templateid` bigint(10) NOT NULL, `requiresafeexambrowser` tinyint(1) NOT NULL, `showsebtaskbar` tinyint(1) DEFAULT NULL, `showwificontrol` tinyint(1) DEFAULT NULL, `showreloadbutton` tinyint(1) DEFAULT NULL, `showtime` tinyint(1) DEFAULT NULL, `showkeyboardlayout` tinyint(1) DEFAULT NULL, `allowuserquitseb` tinyint(1) DEFAULT NULL, `quitpassword` longtext DEFAULT NULL, `linkquitseb` longtext DEFAULT NULL, `userconfirmquit` tinyint(1) DEFAULT NULL, `enableaudiocontrol` tinyint(1) DEFAULT NULL, `muteonstartup` tinyint(1) DEFAULT NULL, `allowspellchecking` tinyint(1) DEFAULT NULL, `allowreloadinexam` tinyint(1) DEFAULT NULL, `activateurlfiltering` tinyint(1) DEFAULT NULL, `filterembeddedcontent` tinyint(1) DEFAULT NULL, `expressionsallowed` longtext DEFAULT NULL, `regexallowed` longtext DEFAULT NULL, `expressionsblocked` longtext DEFAULT NULL, `regexblocked` longtext DEFAULT NULL, `allowedbrowserexamkeys` longtext DEFAULT NULL, `showsebdownloadlink` tinyint(1) DEFAULT NULL, `usermodified` 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 `mdl_quizsebquiz_qui_uix` (`quizid`), UNIQUE KEY `mdl_quizsebquiz_cmi_uix` (`cmid`), KEY `mdl_quizsebquiz_tem_ix` (`templateid`), KEY `mdl_quizsebquiz_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the quiz level Safe Exam Browser configuration.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_quizaccess_seb_quizsettings` -- LOCK TABLES `mdl_quizaccess_seb_quizsettings` WRITE; /*!40000 ALTER TABLE `mdl_quizaccess_seb_quizsettings` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_quizaccess_seb_quizsettings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quizaccess_seb_template` -- DROP TABLE IF EXISTS `mdl_quizaccess_seb_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_quizaccess_seb_template` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `description` longtext NOT NULL, `content` longtext NOT NULL, `enabled` tinyint(1) NOT NULL, `sortorder` bigint(10) NOT NULL, `usermodified` bigint(10) NOT NULL DEFAULT 0, `timecreated` bigint(10) NOT NULL DEFAULT 0, `timemodified` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_quizsebtemp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Templates for Safe Exam Browser configuration.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_quizaccess_seb_template` -- LOCK TABLES `mdl_quizaccess_seb_template` WRITE; /*!40000 ALTER TABLE `mdl_quizaccess_seb_template` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_quizaccess_seb_template` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_rating` -- DROP TABLE IF EXISTS `mdl_rating`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_rati_comratconite_ix` (`component`,`ratingarea`,`contextid`,`itemid`), KEY `mdl_rati_con_ix` (`contextid`), KEY `mdl_rati_use_ix` (`userid`), KEY `mdl_rati_sca_ix` (`scaleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='moodle ratings'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_rating` -- LOCK TABLES `mdl_rating` WRITE; /*!40000 ALTER TABLE `mdl_rating` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_registration_hubs` -- DROP TABLE IF EXISTS `mdl_registration_hubs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='hub where the site is registered on with their associated to'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_registration_hubs` -- LOCK TABLES `mdl_registration_hubs` WRITE; /*!40000 ALTER TABLE `mdl_registration_hubs` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_registration_hubs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_reportbuilder_audience` -- DROP TABLE IF EXISTS `mdl_reportbuilder_audience`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_reportbuilder_audience` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `reportid` bigint(10) NOT NULL, `heading` varchar(255) DEFAULT NULL, `classname` varchar(255) NOT NULL DEFAULT '', `configdata` longtext NOT NULL, `usercreated` bigint(10) 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, PRIMARY KEY (`id`), KEY `mdl_repoaudi_rep_ix` (`reportid`), KEY `mdl_repoaudi_use_ix` (`usercreated`), KEY `mdl_repoaudi_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines report audience'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_reportbuilder_audience` -- LOCK TABLES `mdl_reportbuilder_audience` WRITE; /*!40000 ALTER TABLE `mdl_reportbuilder_audience` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_reportbuilder_audience` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_reportbuilder_column` -- DROP TABLE IF EXISTS `mdl_reportbuilder_column`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_reportbuilder_column` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `reportid` bigint(10) NOT NULL DEFAULT 0, `uniqueidentifier` varchar(255) NOT NULL DEFAULT '', `aggregation` varchar(32) DEFAULT NULL, `heading` varchar(255) DEFAULT NULL, `columnorder` bigint(10) NOT NULL, `sortenabled` tinyint(1) NOT NULL DEFAULT 0, `sortdirection` tinyint(1) NOT NULL, `sortorder` bigint(10) DEFAULT NULL, `usercreated` bigint(10) 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, PRIMARY KEY (`id`), KEY `mdl_repocolu_rep_ix` (`reportid`), KEY `mdl_repocolu_use_ix` (`usercreated`), KEY `mdl_repocolu_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report column'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_reportbuilder_column` -- LOCK TABLES `mdl_reportbuilder_column` WRITE; /*!40000 ALTER TABLE `mdl_reportbuilder_column` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_reportbuilder_column` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_reportbuilder_filter` -- DROP TABLE IF EXISTS `mdl_reportbuilder_filter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_reportbuilder_filter` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `reportid` bigint(10) NOT NULL DEFAULT 0, `uniqueidentifier` varchar(255) NOT NULL DEFAULT '', `heading` varchar(255) DEFAULT NULL, `iscondition` tinyint(1) NOT NULL DEFAULT 0, `filterorder` bigint(10) NOT NULL, `usercreated` bigint(10) 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, PRIMARY KEY (`id`), UNIQUE KEY `mdl_repofilt_repuniisc_uix` (`reportid`,`uniqueidentifier`,`iscondition`), KEY `mdl_repofilt_rep_ix` (`reportid`), KEY `mdl_repofilt_use_ix` (`usercreated`), KEY `mdl_repofilt_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report filter/condition'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_reportbuilder_filter` -- LOCK TABLES `mdl_reportbuilder_filter` WRITE; /*!40000 ALTER TABLE `mdl_reportbuilder_filter` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_reportbuilder_filter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_reportbuilder_report` -- DROP TABLE IF EXISTS `mdl_reportbuilder_report`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_reportbuilder_report` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `source` varchar(255) NOT NULL DEFAULT '', `type` tinyint(2) NOT NULL DEFAULT 0, `uniquerows` tinyint(1) NOT NULL DEFAULT 0, `conditiondata` longtext DEFAULT NULL, `settingsdata` longtext DEFAULT NULL, `contextid` bigint(10) NOT NULL, `component` varchar(100) NOT NULL DEFAULT '', `area` varchar(100) NOT NULL DEFAULT '', `itemid` bigint(10) NOT NULL DEFAULT 0, `usercreated` bigint(10) 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, PRIMARY KEY (`id`), KEY `mdl_reporepo_use_ix` (`usercreated`), KEY `mdl_reporepo_use2_ix` (`usermodified`), KEY `mdl_reporepo_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_reportbuilder_report` -- LOCK TABLES `mdl_reportbuilder_report` WRITE; /*!40000 ALTER TABLE `mdl_reportbuilder_report` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_reportbuilder_report` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_reportbuilder_schedule` -- DROP TABLE IF EXISTS `mdl_reportbuilder_schedule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_reportbuilder_schedule` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `reportid` bigint(10) NOT NULL DEFAULT 0, `name` varchar(255) NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL DEFAULT 1, `audiences` longtext NOT NULL, `format` varchar(255) NOT NULL DEFAULT '', `subject` varchar(255) NOT NULL DEFAULT '', `message` longtext NOT NULL, `messageformat` bigint(10) NOT NULL, `userviewas` bigint(10) NOT NULL DEFAULT 0, `timescheduled` bigint(10) NOT NULL DEFAULT 0, `recurrence` bigint(10) NOT NULL DEFAULT 0, `reportempty` bigint(10) NOT NULL DEFAULT 0, `timelastsent` bigint(10) NOT NULL DEFAULT 0, `timenextsend` bigint(10) NOT NULL DEFAULT 0, `usercreated` bigint(10) 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, PRIMARY KEY (`id`), KEY `mdl_reposche_rep_ix` (`reportid`), KEY `mdl_reposche_use_ix` (`userviewas`), KEY `mdl_reposche_use2_ix` (`usercreated`), KEY `mdl_reposche_use3_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report schedule'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_reportbuilder_schedule` -- LOCK TABLES `mdl_reportbuilder_schedule` WRITE; /*!40000 ALTER TABLE `mdl_reportbuilder_schedule` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_reportbuilder_schedule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_repository` -- DROP TABLE IF EXISTS `mdl_repository`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table contains one entry for every configured external '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_repository` -- LOCK TABLES `mdl_repository` WRITE; /*!40000 ALTER TABLE `mdl_repository` DISABLE KEYS */; INSERT INTO `mdl_repository` (`id`, `type`, `visible`, `sortorder`) VALUES (1,'areafiles',1,1),(2,'contentbank',1,2),(3,'local',1,3),(4,'recent',1,4),(5,'upload',1,5),(6,'url',1,6),(7,'user',1,7),(8,'wikimedia',1,8); /*!40000 ALTER TABLE `mdl_repository` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_repository_instance_config` -- DROP TABLE IF EXISTS `mdl_repository_instance_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_repository_instance_config` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `instanceid` bigint(10) NOT NULL, `name` varchar(255) NOT NULL DEFAULT '', `value` longtext DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The config for intances'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_repository_instance_config` -- LOCK TABLES `mdl_repository_instance_config` WRITE; /*!40000 ALTER TABLE `mdl_repository_instance_config` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_repository_instance_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_repository_instances` -- DROP TABLE IF EXISTS `mdl_repository_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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`), KEY `mdl_repoinst_use_ix` (`userid`), KEY `mdl_repoinst_con_ix` (`contextid`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table contains one entry for every configured external '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_repository_instances` -- LOCK TABLES `mdl_repository_instances` WRITE; /*!40000 ALTER TABLE `mdl_repository_instances` DISABLE KEYS */; INSERT INTO `mdl_repository_instances` (`id`, `name`, `typeid`, `userid`, `contextid`, `username`, `password`, `timecreated`, `timemodified`, `readonly`) VALUES (1,'',1,0,1,NULL,NULL,1722414932,1722414932,0),(2,'',2,0,1,NULL,NULL,1722414932,1722414932,0),(3,'',3,0,1,NULL,NULL,1722414932,1722414932,0),(4,'',4,0,1,NULL,NULL,1722414932,1722414932,0),(5,'',5,0,1,NULL,NULL,1722414932,1722414932,0),(6,'',6,0,1,NULL,NULL,1722414932,1722414932,0),(7,'',7,0,1,NULL,NULL,1722414932,1722414932,0),(8,'',8,0,1,NULL,NULL,1722414933,1722414933,0); /*!40000 ALTER TABLE `mdl_repository_instances` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_repository_onedrive_access` -- DROP TABLE IF EXISTS `mdl_repository_onedrive_access`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_repoonedacce_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='List of temporary access grants.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_repository_onedrive_access` -- LOCK TABLES `mdl_repository_onedrive_access` WRITE; /*!40000 ALTER TABLE `mdl_repository_onedrive_access` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_repository_onedrive_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_resource` -- DROP TABLE IF EXISTS `mdl_resource`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_resource` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT 0, `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext DEFAULT NULL, `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 DEFAULT NULL, `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 `mdl_reso_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Each record is one resource and its config data'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_resource` -- LOCK TABLES `mdl_resource` WRITE; /*!40000 ALTER TABLE `mdl_resource` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_resource` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_resource_old` -- DROP TABLE IF EXISTS `mdl_resource_old`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `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 `mdl_resoold_old_uix` (`oldid`), KEY `mdl_resoold_cmi_ix` (`cmid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='backup of all old resource instances from 1.9'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_resource_old` -- LOCK TABLES `mdl_resource_old` WRITE; /*!40000 ALTER TABLE `mdl_resource_old` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_resource_old` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_role` -- DROP TABLE IF EXISTS `mdl_role`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_role_sor_uix` (`sortorder`), UNIQUE KEY `mdl_role_sho_uix` (`shortname`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='moodle roles'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_role` -- LOCK TABLES `mdl_role` WRITE; /*!40000 ALTER TABLE `mdl_role` DISABLE KEYS */; INSERT INTO `mdl_role` (`id`, `name`, `shortname`, `description`, `sortorder`, `archetype`) 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'); /*!40000 ALTER TABLE `mdl_role` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_role_allow_assign` -- DROP TABLE IF EXISTS `mdl_role_allow_assign`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_rolealloassi_rolall_uix` (`roleid`,`allowassign`), KEY `mdl_rolealloassi_rol_ix` (`roleid`), KEY `mdl_rolealloassi_all_ix` (`allowassign`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='this defines what role can assign what role'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_role_allow_assign` -- LOCK TABLES `mdl_role_allow_assign` WRITE; /*!40000 ALTER TABLE `mdl_role_allow_assign` DISABLE KEYS */; INSERT INTO `mdl_role_allow_assign` (`id`, `roleid`, `allowassign`) VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,3,4),(7,3,5); /*!40000 ALTER TABLE `mdl_role_allow_assign` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_role_allow_override` -- DROP TABLE IF EXISTS `mdl_role_allow_override`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_rolealloover_rolall_uix` (`roleid`,`allowoverride`), KEY `mdl_rolealloover_rol_ix` (`roleid`), KEY `mdl_rolealloover_all_ix` (`allowoverride`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='this defines what role can override what role'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_role_allow_override` -- LOCK TABLES `mdl_role_allow_override` WRITE; /*!40000 ALTER TABLE `mdl_role_allow_override` DISABLE KEYS */; INSERT INTO `mdl_role_allow_override` (`id`, `roleid`, `allowoverride`) 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); /*!40000 ALTER TABLE `mdl_role_allow_override` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_role_allow_switch` -- DROP TABLE IF EXISTS `mdl_role_allow_switch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_rolealloswit_rolall_uix` (`roleid`,`allowswitch`), KEY `mdl_rolealloswit_rol_ix` (`roleid`), KEY `mdl_rolealloswit_all_ix` (`allowswitch`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table stores which which other roles a user is allowed '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_role_allow_switch` -- LOCK TABLES `mdl_role_allow_switch` WRITE; /*!40000 ALTER TABLE `mdl_role_allow_switch` DISABLE KEYS */; INSERT INTO `mdl_role_allow_switch` (`id`, `roleid`, `allowswitch`) 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); /*!40000 ALTER TABLE `mdl_role_allow_switch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_role_allow_view` -- DROP TABLE IF EXISTS `mdl_role_allow_view`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_rolealloview_rolall_uix` (`roleid`,`allowview`), KEY `mdl_rolealloview_rol_ix` (`roleid`), KEY `mdl_rolealloview_all_ix` (`allowview`) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table stores which which other roles a user is allowed '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_role_allow_view` -- LOCK TABLES `mdl_role_allow_view` WRITE; /*!40000 ALTER TABLE `mdl_role_allow_view` DISABLE KEYS */; INSERT INTO `mdl_role_allow_view` (`id`, `roleid`, `allowview`) 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 `mdl_role_allow_view` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_role_assignments` -- DROP TABLE IF EXISTS `mdl_role_assignments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_roleassi_sor_ix` (`sortorder`), KEY `mdl_roleassi_rolcon_ix` (`roleid`,`contextid`), KEY `mdl_roleassi_useconrol_ix` (`userid`,`contextid`,`roleid`), KEY `mdl_roleassi_comiteuse_ix` (`component`,`itemid`,`userid`), KEY `mdl_roleassi_rol_ix` (`roleid`), KEY `mdl_roleassi_con_ix` (`contextid`), KEY `mdl_roleassi_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='assigning roles in different context'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_role_assignments` -- LOCK TABLES `mdl_role_assignments` WRITE; /*!40000 ALTER TABLE `mdl_role_assignments` DISABLE KEYS */; INSERT INTO `mdl_role_assignments` (`id`, `roleid`, `contextid`, `userid`, `timemodified`, `modifierid`, `component`, `itemid`, `sortorder`) VALUES (1,3,11,2,1722415073,2,'',0,0),(2,5,11,3,1722416223,2,'',0,0),(3,5,11,4,1722416223,2,'',0,0); /*!40000 ALTER TABLE `mdl_role_assignments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_role_capabilities` -- DROP TABLE IF EXISTS `mdl_role_capabilities`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_rolecapa_rolconcap_uix` (`roleid`,`contextid`,`capability`), KEY `mdl_rolecapa_rol_ix` (`roleid`), KEY `mdl_rolecapa_con_ix` (`contextid`), KEY `mdl_rolecapa_mod_ix` (`modifierid`), KEY `mdl_rolecapa_cap_ix` (`capability`) ) ENGINE=InnoDB AUTO_INCREMENT=1497 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='permission has to be signed, overriding a capability for a p'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_role_capabilities` -- LOCK TABLES `mdl_role_capabilities` WRITE; /*!40000 ALTER TABLE `mdl_role_capabilities` DISABLE KEYS */; INSERT INTO `mdl_role_capabilities` (`id`, `contextid`, `roleid`, `capability`, `permission`, `timemodified`, `modifierid`) VALUES (1,1,1,'moodle/site:configview',1,1722414907,0),(2,1,2,'moodle/site:configview',1,1722414907,0),(3,1,1,'moodle/site:readallmessages',1,1722414907,0),(4,1,3,'moodle/site:readallmessages',1,1722414907,0),(5,1,1,'moodle/site:manageallmessaging',1,1722414907,0),(6,1,1,'moodle/site:deleteanymessage',1,1722414907,0),(7,1,1,'moodle/site:sendmessage',1,1722414907,0),(8,1,7,'moodle/site:sendmessage',1,1722414907,0),(9,1,7,'moodle/site:senderrormessage',1,1722414907,0),(10,1,7,'moodle/site:deleteownmessage',1,1722414907,0),(11,1,1,'moodle/site:approvecourse',1,1722414907,0),(12,1,3,'moodle/backup:backupcourse',1,1722414907,0),(13,1,1,'moodle/backup:backupcourse',1,1722414907,0),(14,1,3,'moodle/backup:backupsection',1,1722414907,0),(15,1,1,'moodle/backup:backupsection',1,1722414907,0),(16,1,3,'moodle/backup:backupactivity',1,1722414907,0),(17,1,1,'moodle/backup:backupactivity',1,1722414907,0),(18,1,3,'moodle/backup:backuptargetimport',1,1722414907,0),(19,1,1,'moodle/backup:backuptargetimport',1,1722414907,0),(20,1,3,'moodle/backup:downloadfile',1,1722414907,0),(21,1,1,'moodle/backup:downloadfile',1,1722414907,0),(22,1,3,'moodle/backup:configure',1,1722414907,0),(23,1,1,'moodle/backup:configure',1,1722414907,0),(24,1,1,'moodle/backup:userinfo',1,1722414907,0),(25,1,1,'moodle/backup:anonymise',1,1722414907,0),(26,1,3,'moodle/restore:restorecourse',1,1722414907,0),(27,1,1,'moodle/restore:restorecourse',1,1722414907,0),(28,1,3,'moodle/restore:restoresection',1,1722414907,0),(29,1,1,'moodle/restore:restoresection',1,1722414907,0),(30,1,3,'moodle/restore:restoreactivity',1,1722414907,0),(31,1,1,'moodle/restore:restoreactivity',1,1722414908,0),(32,1,3,'moodle/restore:viewautomatedfilearea',1,1722414908,0),(33,1,1,'moodle/restore:viewautomatedfilearea',1,1722414908,0),(34,1,3,'moodle/restore:restoretargetimport',1,1722414908,0),(35,1,1,'moodle/restore:restoretargetimport',1,1722414908,0),(36,1,3,'moodle/restore:uploadfile',1,1722414908,0),(37,1,1,'moodle/restore:uploadfile',1,1722414908,0),(38,1,3,'moodle/restore:configure',1,1722414908,0),(39,1,1,'moodle/restore:configure',1,1722414908,0),(40,1,2,'moodle/restore:rolldates',1,1722414908,0),(41,1,1,'moodle/restore:rolldates',1,1722414908,0),(42,1,1,'moodle/restore:userinfo',1,1722414908,0),(43,1,1,'moodle/restore:createuser',1,1722414908,0),(44,1,3,'moodle/site:manageblocks',1,1722414908,0),(45,1,1,'moodle/site:manageblocks',1,1722414908,0),(46,1,3,'moodle/site:accessallgroups',1,1722414908,0),(47,1,1,'moodle/site:accessallgroups',1,1722414908,0),(48,1,1,'moodle/site:viewanonymousevents',1,1722414908,0),(49,1,4,'moodle/site:viewfullnames',1,1722414908,0),(50,1,3,'moodle/site:viewfullnames',1,1722414908,0),(51,1,1,'moodle/site:viewfullnames',1,1722414908,0),(52,1,4,'moodle/site:viewuseridentity',1,1722414908,0),(53,1,3,'moodle/site:viewuseridentity',1,1722414908,0),(54,1,1,'moodle/site:viewuseridentity',1,1722414908,0),(55,1,4,'moodle/site:viewreports',1,1722414908,0),(56,1,3,'moodle/site:viewreports',1,1722414908,0),(57,1,1,'moodle/site:viewreports',1,1722414908,0),(58,1,3,'moodle/site:trustcontent',1,1722414908,0),(59,1,1,'moodle/site:trustcontent',1,1722414908,0),(60,1,1,'moodle/site:uploadusers',1,1722414908,0),(61,1,3,'moodle/filter:manage',1,1722414908,0),(62,1,1,'moodle/filter:manage',1,1722414908,0),(63,1,1,'moodle/user:create',1,1722414908,0),(64,1,1,'moodle/user:delete',1,1722414908,0),(65,1,1,'moodle/user:update',1,1722414908,0),(66,1,6,'moodle/user:viewdetails',1,1722414908,0),(67,1,5,'moodle/user:viewdetails',1,1722414908,0),(68,1,4,'moodle/user:viewdetails',1,1722414908,0),(69,1,3,'moodle/user:viewdetails',1,1722414908,0),(70,1,1,'moodle/user:viewdetails',1,1722414908,0),(71,1,1,'moodle/user:viewalldetails',1,1722414908,0),(72,1,1,'moodle/user:viewlastip',1,1722414908,0),(73,1,4,'moodle/user:viewhiddendetails',1,1722414908,0),(74,1,3,'moodle/user:viewhiddendetails',1,1722414908,0),(75,1,1,'moodle/user:viewhiddendetails',1,1722414908,0),(76,1,1,'moodle/user:loginas',1,1722414908,0),(77,1,1,'moodle/user:managesyspages',1,1722414908,0),(78,1,7,'moodle/user:manageownblocks',1,1722414908,0),(79,1,7,'moodle/user:manageownfiles',1,1722414908,0),(80,1,1,'moodle/my:configsyspages',1,1722414908,0),(81,1,3,'moodle/role:assign',1,1722414908,0),(82,1,1,'moodle/role:assign',1,1722414908,0),(83,1,4,'moodle/role:review',1,1722414908,0),(84,1,3,'moodle/role:review',1,1722414908,0),(85,1,1,'moodle/role:review',1,1722414908,0),(86,1,1,'moodle/role:override',1,1722414908,0),(87,1,3,'moodle/role:safeoverride',1,1722414908,0),(88,1,1,'moodle/role:manage',1,1722414908,0),(89,1,3,'moodle/role:switchroles',1,1722414908,0),(90,1,1,'moodle/role:switchroles',1,1722414908,0),(91,1,1,'moodle/category:manage',1,1722414908,0),(92,1,6,'moodle/category:viewcourselist',1,1722414908,0),(93,1,7,'moodle/category:viewcourselist',1,1722414908,0),(94,1,2,'moodle/category:viewhiddencategories',1,1722414908,0),(95,1,1,'moodle/category:viewhiddencategories',1,1722414908,0),(96,1,1,'moodle/cohort:manage',1,1722414908,0),(97,1,1,'moodle/cohort:assign',1,1722414908,0),(98,1,3,'moodle/cohort:view',1,1722414908,0),(99,1,1,'moodle/cohort:view',1,1722414908,0),(100,1,2,'moodle/course:create',1,1722414908,0),(101,1,1,'moodle/course:create',1,1722414908,0),(102,1,3,'moodle/course:creategroupconversations',1,1722414908,0),(103,1,1,'moodle/course:creategroupconversations',1,1722414908,0),(104,1,1,'moodle/course:delete',1,1722414908,0),(105,1,3,'moodle/course:update',1,1722414908,0),(106,1,1,'moodle/course:update',1,1722414908,0),(107,1,1,'moodle/course:view',1,1722414908,0),(108,1,3,'moodle/course:enrolreview',1,1722414908,0),(109,1,1,'moodle/course:enrolreview',1,1722414908,0),(110,1,3,'moodle/course:enrolconfig',1,1722414908,0),(111,1,1,'moodle/course:enrolconfig',1,1722414908,0),(112,1,3,'moodle/course:reviewotherusers',1,1722414908,0),(113,1,1,'moodle/course:reviewotherusers',1,1722414908,0),(114,1,4,'moodle/course:bulkmessaging',1,1722414908,0),(115,1,3,'moodle/course:bulkmessaging',1,1722414908,0),(116,1,1,'moodle/course:bulkmessaging',1,1722414908,0),(117,1,4,'moodle/course:viewhiddenuserfields',1,1722414908,0),(118,1,3,'moodle/course:viewhiddenuserfields',1,1722414908,0),(119,1,1,'moodle/course:viewhiddenuserfields',1,1722414908,0),(120,1,2,'moodle/course:viewhiddencourses',1,1722414908,0),(121,1,4,'moodle/course:viewhiddencourses',1,1722414908,0),(122,1,3,'moodle/course:viewhiddencourses',1,1722414908,0),(123,1,1,'moodle/course:viewhiddencourses',1,1722414908,0),(124,1,3,'moodle/course:visibility',1,1722414908,0),(125,1,1,'moodle/course:visibility',1,1722414908,0),(126,1,3,'moodle/course:managefiles',1,1722414908,0),(127,1,1,'moodle/course:managefiles',1,1722414908,0),(128,1,1,'moodle/course:ignoreavailabilityrestrictions',1,1722414908,0),(129,1,2,'moodle/course:ignoreavailabilityrestrictions',1,1722414908,0),(130,1,3,'moodle/course:ignoreavailabilityrestrictions',1,1722414908,0),(131,1,4,'moodle/course:ignoreavailabilityrestrictions',1,1722414908,0),(132,1,3,'moodle/course:manageactivities',1,1722414908,0),(133,1,1,'moodle/course:manageactivities',1,1722414908,0),(134,1,3,'moodle/course:activityvisibility',1,1722414908,0),(135,1,1,'moodle/course:activityvisibility',1,1722414908,0),(136,1,4,'moodle/course:viewhiddenactivities',1,1722414908,0),(137,1,3,'moodle/course:viewhiddenactivities',1,1722414908,0),(138,1,1,'moodle/course:viewhiddenactivities',1,1722414908,0),(139,1,5,'moodle/course:viewparticipants',1,1722414908,0),(140,1,4,'moodle/course:viewparticipants',1,1722414908,0),(141,1,3,'moodle/course:viewparticipants',1,1722414908,0),(142,1,1,'moodle/course:viewparticipants',1,1722414908,0),(143,1,3,'moodle/course:changefullname',1,1722414908,0),(144,1,1,'moodle/course:changefullname',1,1722414908,0),(145,1,3,'moodle/course:changeshortname',1,1722414908,0),(146,1,1,'moodle/course:changeshortname',1,1722414908,0),(147,1,1,'moodle/course:changelockedcustomfields',1,1722414908,0),(148,1,3,'moodle/course:renameroles',1,1722414908,0),(149,1,1,'moodle/course:renameroles',1,1722414908,0),(150,1,3,'moodle/course:changeidnumber',1,1722414908,0),(151,1,1,'moodle/course:changeidnumber',1,1722414908,0),(152,1,3,'moodle/course:changecategory',1,1722414908,0),(153,1,1,'moodle/course:changecategory',1,1722414908,0),(154,1,3,'moodle/course:changesummary',1,1722414908,0),(155,1,1,'moodle/course:changesummary',1,1722414908,0),(156,1,3,'moodle/course:setforcedlanguage',1,1722414908,0),(157,1,1,'moodle/course:setforcedlanguage',1,1722414908,0),(158,1,1,'moodle/site:viewparticipants',1,1722414908,0),(159,1,5,'moodle/course:isincompletionreports',1,1722414908,0),(160,1,5,'moodle/course:viewscales',1,1722414908,0),(161,1,4,'moodle/course:viewscales',1,1722414908,0),(162,1,3,'moodle/course:viewscales',1,1722414908,0),(163,1,1,'moodle/course:viewscales',1,1722414908,0),(164,1,3,'moodle/course:managescales',1,1722414908,0),(165,1,1,'moodle/course:managescales',1,1722414908,0),(166,1,3,'moodle/course:managegroups',1,1722414908,0),(167,1,1,'moodle/course:managegroups',1,1722414908,0),(168,1,4,'moodle/course:viewhiddengroups',1,1722414908,0),(169,1,3,'moodle/course:viewhiddengroups',1,1722414908,0),(170,1,1,'moodle/course:viewhiddengroups',1,1722414908,0),(171,1,3,'moodle/course:reset',1,1722414908,0),(172,1,1,'moodle/course:reset',1,1722414908,0),(173,1,3,'moodle/course:viewsuspendedusers',1,1722414908,0),(174,1,1,'moodle/course:viewsuspendedusers',1,1722414908,0),(175,1,1,'moodle/course:tag',1,1722414908,0),(176,1,3,'moodle/course:tag',1,1722414908,0),(177,1,6,'moodle/blog:view',1,1722414908,0),(178,1,7,'moodle/blog:view',1,1722414908,0),(179,1,5,'moodle/blog:view',1,1722414908,0),(180,1,4,'moodle/blog:view',1,1722414908,0),(181,1,3,'moodle/blog:view',1,1722414908,0),(182,1,1,'moodle/blog:view',1,1722414908,0),(183,1,6,'moodle/blog:search',1,1722414908,0),(184,1,7,'moodle/blog:search',1,1722414908,0),(185,1,5,'moodle/blog:search',1,1722414908,0),(186,1,4,'moodle/blog:search',1,1722414908,0),(187,1,3,'moodle/blog:search',1,1722414908,0),(188,1,1,'moodle/blog:search',1,1722414908,0),(189,1,1,'moodle/blog:viewdrafts',1,1722414908,0),(190,1,7,'moodle/blog:create',1,1722414908,0),(191,1,1,'moodle/blog:create',1,1722414908,0),(192,1,4,'moodle/blog:manageentries',1,1722414908,0),(193,1,3,'moodle/blog:manageentries',1,1722414908,0),(194,1,1,'moodle/blog:manageentries',1,1722414908,0),(195,1,5,'moodle/blog:manageexternal',1,1722414908,0),(196,1,7,'moodle/blog:manageexternal',1,1722414908,0),(197,1,4,'moodle/blog:manageexternal',1,1722414908,0),(198,1,3,'moodle/blog:manageexternal',1,1722414908,0),(199,1,1,'moodle/blog:manageexternal',1,1722414908,0),(200,1,7,'moodle/calendar:manageownentries',1,1722414908,0),(201,1,1,'moodle/calendar:manageownentries',1,1722414908,0),(202,1,4,'moodle/calendar:managegroupentries',1,1722414908,0),(203,1,3,'moodle/calendar:managegroupentries',1,1722414908,0),(204,1,1,'moodle/calendar:managegroupentries',1,1722414908,0),(205,1,4,'moodle/calendar:manageentries',1,1722414908,0),(206,1,3,'moodle/calendar:manageentries',1,1722414908,0),(207,1,1,'moodle/calendar:manageentries',1,1722414908,0),(208,1,1,'moodle/user:editprofile',1,1722414908,0),(209,1,6,'moodle/user:editownprofile',-1000,1722414908,0),(210,1,7,'moodle/user:editownprofile',1,1722414908,0),(211,1,1,'moodle/user:editownprofile',1,1722414908,0),(212,1,6,'moodle/user:changeownpassword',-1000,1722414908,0),(213,1,7,'moodle/user:changeownpassword',1,1722414908,0),(214,1,1,'moodle/user:changeownpassword',1,1722414908,0),(215,1,5,'moodle/user:readuserposts',1,1722414908,0),(216,1,4,'moodle/user:readuserposts',1,1722414908,0),(217,1,3,'moodle/user:readuserposts',1,1722414908,0),(218,1,1,'moodle/user:readuserposts',1,1722414908,0),(219,1,5,'moodle/user:readuserblogs',1,1722414908,0),(220,1,4,'moodle/user:readuserblogs',1,1722414908,0),(221,1,3,'moodle/user:readuserblogs',1,1722414908,0),(222,1,1,'moodle/user:readuserblogs',1,1722414908,0),(223,1,1,'moodle/user:editmessageprofile',1,1722414908,0),(224,1,6,'moodle/user:editownmessageprofile',-1000,1722414908,0),(225,1,7,'moodle/user:editownmessageprofile',1,1722414908,0),(226,1,1,'moodle/user:editownmessageprofile',1,1722414908,0),(227,1,3,'moodle/question:managecategory',1,1722414908,0),(228,1,1,'moodle/question:managecategory',1,1722414908,0),(229,1,3,'moodle/question:add',1,1722414908,0),(230,1,1,'moodle/question:add',1,1722414908,0),(231,1,3,'moodle/question:editmine',1,1722414908,0),(232,1,1,'moodle/question:editmine',1,1722414908,0),(233,1,3,'moodle/question:editall',1,1722414908,0),(234,1,1,'moodle/question:editall',1,1722414908,0),(235,1,3,'moodle/question:viewmine',1,1722414908,0),(236,1,1,'moodle/question:viewmine',1,1722414908,0),(237,1,3,'moodle/question:viewall',1,1722414908,0),(238,1,1,'moodle/question:viewall',1,1722414908,0),(239,1,3,'moodle/question:usemine',1,1722414908,0),(240,1,1,'moodle/question:usemine',1,1722414908,0),(241,1,3,'moodle/question:useall',1,1722414908,0),(242,1,1,'moodle/question:useall',1,1722414908,0),(243,1,3,'moodle/question:movemine',1,1722414908,0),(244,1,1,'moodle/question:movemine',1,1722414908,0),(245,1,3,'moodle/question:moveall',1,1722414908,0),(246,1,1,'moodle/question:moveall',1,1722414908,0),(247,1,1,'moodle/question:config',1,1722414908,0),(248,1,5,'moodle/question:flag',1,1722414908,0),(249,1,4,'moodle/question:flag',1,1722414908,0),(250,1,3,'moodle/question:flag',1,1722414908,0),(251,1,1,'moodle/question:flag',1,1722414908,0),(252,1,3,'moodle/question:tagmine',1,1722414908,0),(253,1,1,'moodle/question:tagmine',1,1722414908,0),(254,1,3,'moodle/question:tagall',1,1722414908,0),(255,1,1,'moodle/question:tagall',1,1722414908,0),(256,1,4,'moodle/site:doclinks',1,1722414908,0),(257,1,3,'moodle/site:doclinks',1,1722414908,0),(258,1,1,'moodle/site:doclinks',1,1722414908,0),(259,1,3,'moodle/course:sectionvisibility',1,1722414908,0),(260,1,1,'moodle/course:sectionvisibility',1,1722414908,0),(261,1,3,'moodle/course:useremail',1,1722414908,0),(262,1,1,'moodle/course:useremail',1,1722414908,0),(263,1,3,'moodle/course:viewhiddensections',1,1722414908,0),(264,1,1,'moodle/course:viewhiddensections',1,1722414908,0),(265,1,3,'moodle/course:setcurrentsection',1,1722414908,0),(266,1,1,'moodle/course:setcurrentsection',1,1722414908,0),(267,1,3,'moodle/course:movesections',1,1722414908,0),(268,1,1,'moodle/course:movesections',1,1722414908,0),(269,1,4,'moodle/grade:viewall',1,1722414908,0),(270,1,3,'moodle/grade:viewall',1,1722414908,0),(271,1,1,'moodle/grade:viewall',1,1722414908,0),(272,1,5,'moodle/grade:view',1,1722414908,0),(273,1,4,'moodle/grade:viewhidden',1,1722414908,0),(274,1,3,'moodle/grade:viewhidden',1,1722414908,0),(275,1,1,'moodle/grade:viewhidden',1,1722414908,0),(276,1,3,'moodle/grade:import',1,1722414908,0),(277,1,1,'moodle/grade:import',1,1722414908,0),(278,1,4,'moodle/grade:export',1,1722414908,0),(279,1,3,'moodle/grade:export',1,1722414908,0),(280,1,1,'moodle/grade:export',1,1722414908,0),(281,1,3,'moodle/grade:manage',1,1722414908,0),(282,1,1,'moodle/grade:manage',1,1722414908,0),(283,1,3,'moodle/grade:edit',1,1722414908,0),(284,1,1,'moodle/grade:edit',1,1722414908,0),(285,1,3,'moodle/grade:managegradingforms',1,1722414908,0),(286,1,1,'moodle/grade:managegradingforms',1,1722414908,0),(287,1,1,'moodle/grade:sharegradingforms',1,1722414908,0),(288,1,1,'moodle/grade:managesharedforms',1,1722414908,0),(289,1,3,'moodle/grade:manageoutcomes',1,1722414908,0),(290,1,1,'moodle/grade:manageoutcomes',1,1722414908,0),(291,1,3,'moodle/grade:manageletters',1,1722414908,0),(292,1,1,'moodle/grade:manageletters',1,1722414908,0),(293,1,3,'moodle/grade:hide',1,1722414908,0),(294,1,1,'moodle/grade:hide',1,1722414908,0),(295,1,3,'moodle/grade:lock',1,1722414908,0),(296,1,1,'moodle/grade:lock',1,1722414908,0),(297,1,3,'moodle/grade:unlock',1,1722414909,0),(298,1,1,'moodle/grade:unlock',1,1722414909,0),(299,1,7,'moodle/my:manageblocks',1,1722414909,0),(300,1,4,'moodle/notes:view',1,1722414909,0),(301,1,3,'moodle/notes:view',1,1722414909,0),(302,1,1,'moodle/notes:view',1,1722414909,0),(303,1,4,'moodle/notes:manage',1,1722414909,0),(304,1,3,'moodle/notes:manage',1,1722414909,0),(305,1,1,'moodle/notes:manage',1,1722414909,0),(306,1,1,'moodle/tag:manage',1,1722414909,0),(307,1,1,'moodle/tag:edit',1,1722414909,0),(308,1,7,'moodle/tag:flag',1,1722414909,0),(309,1,4,'moodle/tag:editblocks',1,1722414909,0),(310,1,3,'moodle/tag:editblocks',1,1722414909,0),(311,1,1,'moodle/tag:editblocks',1,1722414909,0),(312,1,6,'moodle/block:view',1,1722414909,0),(313,1,7,'moodle/block:view',1,1722414909,0),(314,1,5,'moodle/block:view',1,1722414909,0),(315,1,4,'moodle/block:view',1,1722414909,0),(316,1,3,'moodle/block:view',1,1722414909,0),(317,1,3,'moodle/block:edit',1,1722414909,0),(318,1,1,'moodle/block:edit',1,1722414909,0),(319,1,7,'moodle/portfolio:export',1,1722414909,0),(320,1,5,'moodle/portfolio:export',1,1722414909,0),(321,1,4,'moodle/portfolio:export',1,1722414909,0),(322,1,3,'moodle/portfolio:export',1,1722414909,0),(323,1,8,'moodle/comment:view',1,1722414909,0),(324,1,6,'moodle/comment:view',1,1722414909,0),(325,1,7,'moodle/comment:view',1,1722414909,0),(326,1,5,'moodle/comment:view',1,1722414909,0),(327,1,4,'moodle/comment:view',1,1722414909,0),(328,1,3,'moodle/comment:view',1,1722414909,0),(329,1,1,'moodle/comment:view',1,1722414909,0),(330,1,7,'moodle/comment:post',1,1722414909,0),(331,1,5,'moodle/comment:post',1,1722414909,0),(332,1,4,'moodle/comment:post',1,1722414909,0),(333,1,3,'moodle/comment:post',1,1722414909,0),(334,1,1,'moodle/comment:post',1,1722414909,0),(335,1,3,'moodle/comment:delete',1,1722414909,0),(336,1,1,'moodle/comment:delete',1,1722414909,0),(337,1,1,'moodle/webservice:createtoken',1,1722414909,0),(338,1,7,'moodle/webservice:createmobiletoken',1,1722414909,0),(339,1,7,'moodle/rating:view',1,1722414909,0),(340,1,5,'moodle/rating:view',1,1722414909,0),(341,1,4,'moodle/rating:view',1,1722414909,0),(342,1,3,'moodle/rating:view',1,1722414909,0),(343,1,1,'moodle/rating:view',1,1722414909,0),(344,1,7,'moodle/rating:viewany',1,1722414909,0),(345,1,5,'moodle/rating:viewany',1,1722414909,0),(346,1,4,'moodle/rating:viewany',1,1722414909,0),(347,1,3,'moodle/rating:viewany',1,1722414909,0),(348,1,1,'moodle/rating:viewany',1,1722414909,0),(349,1,7,'moodle/rating:viewall',1,1722414909,0),(350,1,5,'moodle/rating:viewall',1,1722414909,0),(351,1,4,'moodle/rating:viewall',1,1722414909,0),(352,1,3,'moodle/rating:viewall',1,1722414909,0),(353,1,1,'moodle/rating:viewall',1,1722414909,0),(354,1,7,'moodle/rating:rate',1,1722414909,0),(355,1,5,'moodle/rating:rate',1,1722414909,0),(356,1,4,'moodle/rating:rate',1,1722414909,0),(357,1,3,'moodle/rating:rate',1,1722414909,0),(358,1,1,'moodle/rating:rate',1,1722414909,0),(359,1,4,'moodle/course:markcomplete',1,1722414909,0),(360,1,3,'moodle/course:markcomplete',1,1722414909,0),(361,1,1,'moodle/course:markcomplete',1,1722414909,0),(362,1,4,'moodle/course:overridecompletion',1,1722414909,0),(363,1,3,'moodle/course:overridecompletion',1,1722414909,0),(364,1,1,'moodle/course:overridecompletion',1,1722414909,0),(365,1,1,'moodle/badges:manageglobalsettings',1,1722414909,0),(366,1,7,'moodle/badges:viewbadges',1,1722414909,0),(367,1,7,'moodle/badges:manageownbadges',1,1722414909,0),(368,1,7,'moodle/badges:viewotherbadges',1,1722414909,0),(369,1,7,'moodle/badges:earnbadge',1,1722414909,0),(370,1,1,'moodle/badges:createbadge',1,1722414909,0),(371,1,3,'moodle/badges:createbadge',1,1722414909,0),(372,1,1,'moodle/badges:deletebadge',1,1722414909,0),(373,1,3,'moodle/badges:deletebadge',1,1722414909,0),(374,1,1,'moodle/badges:configuredetails',1,1722414909,0),(375,1,3,'moodle/badges:configuredetails',1,1722414909,0),(376,1,1,'moodle/badges:configurecriteria',1,1722414909,0),(377,1,3,'moodle/badges:configurecriteria',1,1722414909,0),(378,1,1,'moodle/badges:configuremessages',1,1722414909,0),(379,1,3,'moodle/badges:configuremessages',1,1722414909,0),(380,1,1,'moodle/badges:awardbadge',1,1722414909,0),(381,1,4,'moodle/badges:awardbadge',1,1722414909,0),(382,1,3,'moodle/badges:awardbadge',1,1722414909,0),(383,1,1,'moodle/badges:revokebadge',1,1722414909,0),(384,1,4,'moodle/badges:revokebadge',1,1722414909,0),(385,1,3,'moodle/badges:revokebadge',1,1722414909,0),(386,1,1,'moodle/badges:viewawarded',1,1722414909,0),(387,1,4,'moodle/badges:viewawarded',1,1722414909,0),(388,1,3,'moodle/badges:viewawarded',1,1722414909,0),(389,1,6,'moodle/search:query',1,1722414909,0),(390,1,7,'moodle/search:query',1,1722414909,0),(391,1,5,'moodle/search:query',1,1722414909,0),(392,1,4,'moodle/search:query',1,1722414909,0),(393,1,3,'moodle/search:query',1,1722414909,0),(394,1,1,'moodle/search:query',1,1722414909,0),(395,1,1,'moodle/competency:competencymanage',1,1722414909,0),(396,1,7,'moodle/competency:competencyview',1,1722414909,0),(397,1,3,'moodle/competency:competencygrade',1,1722414909,0),(398,1,4,'moodle/competency:competencygrade',1,1722414909,0),(399,1,1,'moodle/competency:competencygrade',1,1722414909,0),(400,1,3,'moodle/competency:coursecompetencymanage',1,1722414909,0),(401,1,1,'moodle/competency:coursecompetencymanage',1,1722414909,0),(402,1,1,'moodle/competency:coursecompetencyconfigure',1,1722414909,0),(403,1,5,'moodle/competency:coursecompetencygradable',1,1722414909,0),(404,1,7,'moodle/competency:coursecompetencyview',1,1722414909,0),(405,1,1,'moodle/competency:planmanage',1,1722414909,0),(406,1,1,'moodle/competency:planmanagedraft',1,1722414909,0),(407,1,1,'moodle/competency:planview',1,1722414909,0),(408,1,1,'moodle/competency:planviewdraft',1,1722414909,0),(409,1,7,'moodle/competency:planviewown',1,1722414909,0),(410,1,1,'moodle/competency:planrequestreview',1,1722414909,0),(411,1,7,'moodle/competency:planrequestreviewown',1,1722414909,0),(412,1,1,'moodle/competency:planreview',1,1722414909,0),(413,1,1,'moodle/competency:plancomment',1,1722414909,0),(414,1,7,'moodle/competency:plancommentown',1,1722414909,0),(415,1,1,'moodle/competency:usercompetencyview',1,1722414909,0),(416,1,3,'moodle/competency:usercompetencyview',1,1722414909,0),(417,1,4,'moodle/competency:usercompetencyview',1,1722414909,0),(418,1,1,'moodle/competency:usercompetencyrequestreview',1,1722414909,0),(419,1,7,'moodle/competency:usercompetencyrequestreviewown',1,1722414909,0),(420,1,1,'moodle/competency:usercompetencyreview',1,1722414909,0),(421,1,1,'moodle/competency:usercompetencycomment',1,1722414909,0),(422,1,7,'moodle/competency:usercompetencycommentown',1,1722414909,0),(423,1,1,'moodle/competency:templatemanage',1,1722414909,0),(424,1,4,'moodle/analytics:listinsights',1,1722414909,0),(425,1,3,'moodle/analytics:listinsights',1,1722414909,0),(426,1,1,'moodle/analytics:listinsights',1,1722414909,0),(427,1,1,'moodle/analytics:managemodels',1,1722414909,0),(428,1,1,'moodle/competency:templateview',1,1722414909,0),(429,1,1,'moodle/competency:userevidencemanage',1,1722414909,0),(430,1,7,'moodle/competency:userevidencemanageown',1,1722414909,0),(431,1,1,'moodle/competency:userevidenceview',1,1722414909,0),(432,1,4,'moodle/site:messageanyuser',1,1722414909,0),(433,1,3,'moodle/site:messageanyuser',1,1722414909,0),(434,1,1,'moodle/site:messageanyuser',1,1722414909,0),(435,1,7,'moodle/course:togglecompletion',1,1722414909,0),(436,1,7,'moodle/analytics:listowninsights',1,1722414909,0),(437,1,3,'moodle/h5p:setdisplayoptions',1,1722414909,0),(438,1,1,'moodle/h5p:deploy',1,1722414909,0),(439,1,3,'moodle/h5p:deploy',1,1722414909,0),(440,1,1,'moodle/h5p:updatelibraries',1,1722414909,0),(441,1,1,'moodle/course:recommendactivity',1,1722414909,0),(442,1,1,'moodle/contentbank:access',1,1722414909,0),(443,1,2,'moodle/contentbank:access',1,1722414909,0),(444,1,3,'moodle/contentbank:access',1,1722414909,0),(445,1,1,'moodle/contentbank:upload',1,1722414909,0),(446,1,2,'moodle/contentbank:upload',1,1722414909,0),(447,1,3,'moodle/contentbank:upload',1,1722414909,0),(448,1,1,'moodle/contentbank:deleteanycontent',1,1722414909,0),(449,1,2,'moodle/contentbank:deleteanycontent',1,1722414909,0),(450,1,7,'moodle/contentbank:deleteowncontent',1,1722414909,0),(451,1,1,'moodle/contentbank:manageanycontent',1,1722414909,0),(452,1,2,'moodle/contentbank:manageanycontent',1,1722414909,0),(453,1,1,'moodle/contentbank:manageowncontent',1,1722414909,0),(454,1,2,'moodle/contentbank:manageowncontent',1,1722414909,0),(455,1,3,'moodle/contentbank:manageowncontent',1,1722414909,0),(456,1,1,'moodle/contentbank:useeditor',1,1722414909,0),(457,1,2,'moodle/contentbank:useeditor',1,1722414909,0),(458,1,3,'moodle/contentbank:useeditor',1,1722414909,0),(459,1,1,'moodle/contentbank:downloadcontent',1,1722414909,0),(460,1,2,'moodle/contentbank:downloadcontent',1,1722414909,0),(461,1,3,'moodle/contentbank:downloadcontent',1,1722414909,0),(462,1,1,'moodle/contentbank:copyanycontent',1,1722414909,0),(463,1,2,'moodle/contentbank:copyanycontent',1,1722414909,0),(464,1,1,'moodle/contentbank:copycontent',1,1722414909,0),(465,1,2,'moodle/contentbank:copycontent',1,1722414909,0),(466,1,3,'moodle/contentbank:copycontent',1,1722414909,0),(467,1,5,'moodle/course:downloadcoursecontent',1,1722414909,0),(468,1,4,'moodle/course:downloadcoursecontent',1,1722414909,0),(469,1,3,'moodle/course:downloadcoursecontent',1,1722414909,0),(470,1,1,'moodle/course:downloadcoursecontent',1,1722414909,0),(471,1,3,'moodle/course:configuredownloadcontent',1,1722414909,0),(472,1,1,'moodle/course:configuredownloadcontent',1,1722414909,0),(473,1,1,'moodle/contentbank:viewunlistedcontent',1,1722414909,0),(474,1,2,'moodle/contentbank:viewunlistedcontent',1,1722414909,0),(475,1,7,'moodle/reportbuilder:view',1,1722414909,0),(476,1,1,'moodle/reportbuilder:edit',1,1722414909,0),(477,1,3,'moodle/moodlenet:shareactivity',1,1722414909,0),(478,1,1,'moodle/moodlenet:shareactivity',1,1722414909,0),(479,1,3,'moodle/course:configurecoursecommunication',1,1722414909,0),(480,1,1,'moodle/course:configurecoursecommunication',1,1722414909,0),(481,1,3,'moodle/moodlenet:sharecourse',1,1722414909,0),(482,1,1,'moodle/moodlenet:sharecourse',1,1722414909,0),(483,1,6,'mod/assign:view',1,1722414920,0),(484,1,5,'mod/assign:view',1,1722414920,0),(485,1,4,'mod/assign:view',1,1722414920,0),(486,1,3,'mod/assign:view',1,1722414920,0),(487,1,1,'mod/assign:view',1,1722414920,0),(488,1,5,'mod/assign:submit',1,1722414920,0),(489,1,4,'mod/assign:grade',1,1722414920,0),(490,1,3,'mod/assign:grade',1,1722414920,0),(491,1,1,'mod/assign:grade',1,1722414920,0),(492,1,4,'mod/assign:exportownsubmission',1,1722414920,0),(493,1,3,'mod/assign:exportownsubmission',1,1722414920,0),(494,1,1,'mod/assign:exportownsubmission',1,1722414920,0),(495,1,5,'mod/assign:exportownsubmission',1,1722414920,0),(496,1,3,'mod/assign:addinstance',1,1722414920,0),(497,1,1,'mod/assign:addinstance',1,1722414920,0),(498,1,4,'mod/assign:grantextension',1,1722414920,0),(499,1,3,'mod/assign:grantextension',1,1722414920,0),(500,1,1,'mod/assign:grantextension',1,1722414920,0),(501,1,3,'mod/assign:revealidentities',1,1722414920,0),(502,1,1,'mod/assign:revealidentities',1,1722414920,0),(503,1,3,'mod/assign:reviewgrades',1,1722414920,0),(504,1,1,'mod/assign:reviewgrades',1,1722414920,0),(505,1,3,'mod/assign:releasegrades',1,1722414920,0),(506,1,1,'mod/assign:releasegrades',1,1722414920,0),(507,1,3,'mod/assign:managegrades',1,1722414920,0),(508,1,1,'mod/assign:managegrades',1,1722414920,0),(509,1,3,'mod/assign:manageallocations',1,1722414920,0),(510,1,1,'mod/assign:manageallocations',1,1722414920,0),(511,1,3,'mod/assign:viewgrades',1,1722414920,0),(512,1,1,'mod/assign:viewgrades',1,1722414920,0),(513,1,4,'mod/assign:viewgrades',1,1722414920,0),(514,1,1,'mod/assign:viewblinddetails',1,1722414920,0),(515,1,4,'mod/assign:receivegradernotifications',1,1722414920,0),(516,1,3,'mod/assign:receivegradernotifications',1,1722414920,0),(517,1,1,'mod/assign:receivegradernotifications',1,1722414920,0),(518,1,3,'mod/assign:manageoverrides',1,1722414920,0),(519,1,1,'mod/assign:manageoverrides',1,1722414920,0),(520,1,4,'mod/assign:showhiddengrader',1,1722414920,0),(521,1,3,'mod/assign:showhiddengrader',1,1722414920,0),(522,1,1,'mod/assign:showhiddengrader',1,1722414920,0),(523,1,5,'mod/assign:viewownsubmissionsummary',1,1722414920,0),(524,1,3,'mod/bigbluebuttonbn:addinstance',1,1722414920,0),(525,1,1,'mod/bigbluebuttonbn:addinstance',1,1722414920,0),(526,1,3,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1722414920,0),(527,1,1,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1722414920,0),(528,1,3,'mod/bigbluebuttonbn:addinstancewithrecording',1,1722414920,0),(529,1,1,'mod/bigbluebuttonbn:addinstancewithrecording',1,1722414920,0),(530,1,1,'mod/bigbluebuttonbn:join',1,1722414920,0),(531,1,3,'mod/bigbluebuttonbn:join',1,1722414920,0),(532,1,4,'mod/bigbluebuttonbn:join',1,1722414920,0),(533,1,5,'mod/bigbluebuttonbn:join',1,1722414920,0),(534,1,6,'mod/bigbluebuttonbn:join',1,1722414920,0),(535,1,5,'mod/bigbluebuttonbn:view',1,1722414920,0),(536,1,4,'mod/bigbluebuttonbn:view',1,1722414920,0),(537,1,3,'mod/bigbluebuttonbn:view',1,1722414920,0),(538,1,1,'mod/bigbluebuttonbn:view',1,1722414920,0),(539,1,1,'mod/bigbluebuttonbn:managerecordings',1,1722414920,0),(540,1,3,'mod/bigbluebuttonbn:managerecordings',1,1722414920,0),(541,1,1,'mod/bigbluebuttonbn:viewallrecordingformats',1,1722414920,0),(542,1,3,'mod/bigbluebuttonbn:viewallrecordingformats',1,1722414920,0),(543,1,1,'mod/bigbluebuttonbn:publishrecordings',1,1722414920,0),(544,1,3,'mod/bigbluebuttonbn:publishrecordings',1,1722414920,0),(545,1,1,'mod/bigbluebuttonbn:unpublishrecordings',1,1722414920,0),(546,1,3,'mod/bigbluebuttonbn:unpublishrecordings',1,1722414920,0),(547,1,1,'mod/bigbluebuttonbn:protectrecordings',1,1722414920,0),(548,1,3,'mod/bigbluebuttonbn:protectrecordings',1,1722414920,0),(549,1,1,'mod/bigbluebuttonbn:unprotectrecordings',1,1722414920,0),(550,1,3,'mod/bigbluebuttonbn:unprotectrecordings',1,1722414920,0),(551,1,1,'mod/bigbluebuttonbn:deleterecordings',1,1722414920,0),(552,1,3,'mod/bigbluebuttonbn:deleterecordings',1,1722414920,0),(553,1,1,'mod/bigbluebuttonbn:importrecordings',1,1722414920,0),(554,1,3,'mod/bigbluebuttonbn:importrecordings',1,1722414920,0),(555,1,3,'mod/book:addinstance',1,1722414921,0),(556,1,1,'mod/book:addinstance',1,1722414921,0),(557,1,6,'mod/book:read',1,1722414921,0),(558,1,8,'mod/book:read',1,1722414921,0),(559,1,5,'mod/book:read',1,1722414921,0),(560,1,4,'mod/book:read',1,1722414921,0),(561,1,3,'mod/book:read',1,1722414921,0),(562,1,1,'mod/book:read',1,1722414921,0),(563,1,4,'mod/book:viewhiddenchapters',1,1722414921,0),(564,1,3,'mod/book:viewhiddenchapters',1,1722414921,0),(565,1,1,'mod/book:viewhiddenchapters',1,1722414921,0),(566,1,3,'mod/book:edit',1,1722414921,0),(567,1,1,'mod/book:edit',1,1722414921,0),(568,1,3,'mod/chat:addinstance',1,1722414921,0),(569,1,1,'mod/chat:addinstance',1,1722414921,0),(570,1,5,'mod/chat:chat',1,1722414921,0),(571,1,4,'mod/chat:chat',1,1722414921,0),(572,1,3,'mod/chat:chat',1,1722414921,0),(573,1,1,'mod/chat:chat',1,1722414921,0),(574,1,5,'mod/chat:readlog',1,1722414921,0),(575,1,4,'mod/chat:readlog',1,1722414921,0),(576,1,3,'mod/chat:readlog',1,1722414921,0),(577,1,1,'mod/chat:readlog',1,1722414921,0),(578,1,4,'mod/chat:deletelog',1,1722414921,0),(579,1,3,'mod/chat:deletelog',1,1722414921,0),(580,1,1,'mod/chat:deletelog',1,1722414921,0),(581,1,4,'mod/chat:exportparticipatedsession',1,1722414921,0),(582,1,3,'mod/chat:exportparticipatedsession',1,1722414921,0),(583,1,1,'mod/chat:exportparticipatedsession',1,1722414921,0),(584,1,4,'mod/chat:exportsession',1,1722414921,0),(585,1,3,'mod/chat:exportsession',1,1722414921,0),(586,1,1,'mod/chat:exportsession',1,1722414921,0),(587,1,7,'mod/chat:view',1,1722414921,0),(588,1,6,'mod/chat:view',1,1722414921,0),(589,1,3,'mod/choice:addinstance',1,1722414921,0),(590,1,1,'mod/choice:addinstance',1,1722414921,0),(591,1,5,'mod/choice:choose',1,1722414921,0),(592,1,4,'mod/choice:choose',1,1722414921,0),(593,1,3,'mod/choice:choose',1,1722414921,0),(594,1,4,'mod/choice:readresponses',1,1722414921,0),(595,1,3,'mod/choice:readresponses',1,1722414921,0),(596,1,1,'mod/choice:readresponses',1,1722414921,0),(597,1,4,'mod/choice:deleteresponses',1,1722414921,0),(598,1,3,'mod/choice:deleteresponses',1,1722414921,0),(599,1,1,'mod/choice:deleteresponses',1,1722414921,0),(600,1,4,'mod/choice:downloadresponses',1,1722414921,0),(601,1,3,'mod/choice:downloadresponses',1,1722414921,0),(602,1,1,'mod/choice:downloadresponses',1,1722414921,0),(603,1,7,'mod/choice:view',1,1722414921,0),(604,1,6,'mod/choice:view',1,1722414921,0),(605,1,3,'mod/data:addinstance',1,1722414921,0),(606,1,1,'mod/data:addinstance',1,1722414921,0),(607,1,8,'mod/data:viewentry',1,1722414921,0),(608,1,6,'mod/data:viewentry',1,1722414921,0),(609,1,5,'mod/data:viewentry',1,1722414921,0),(610,1,4,'mod/data:viewentry',1,1722414921,0),(611,1,3,'mod/data:viewentry',1,1722414921,0),(612,1,1,'mod/data:viewentry',1,1722414921,0),(613,1,5,'mod/data:writeentry',1,1722414921,0),(614,1,4,'mod/data:writeentry',1,1722414921,0),(615,1,3,'mod/data:writeentry',1,1722414921,0),(616,1,1,'mod/data:writeentry',1,1722414921,0),(617,1,5,'mod/data:comment',1,1722414921,0),(618,1,4,'mod/data:comment',1,1722414921,0),(619,1,3,'mod/data:comment',1,1722414921,0),(620,1,1,'mod/data:comment',1,1722414921,0),(621,1,4,'mod/data:rate',1,1722414921,0),(622,1,3,'mod/data:rate',1,1722414921,0),(623,1,1,'mod/data:rate',1,1722414921,0),(624,1,4,'mod/data:viewrating',1,1722414921,0),(625,1,3,'mod/data:viewrating',1,1722414921,0),(626,1,1,'mod/data:viewrating',1,1722414921,0),(627,1,4,'mod/data:viewanyrating',1,1722414921,0),(628,1,3,'mod/data:viewanyrating',1,1722414921,0),(629,1,1,'mod/data:viewanyrating',1,1722414921,0),(630,1,4,'mod/data:viewallratings',1,1722414921,0),(631,1,3,'mod/data:viewallratings',1,1722414921,0),(632,1,1,'mod/data:viewallratings',1,1722414921,0),(633,1,4,'mod/data:approve',1,1722414921,0),(634,1,3,'mod/data:approve',1,1722414921,0),(635,1,1,'mod/data:approve',1,1722414921,0),(636,1,4,'mod/data:manageentries',1,1722414921,0),(637,1,3,'mod/data:manageentries',1,1722414921,0),(638,1,1,'mod/data:manageentries',1,1722414921,0),(639,1,4,'mod/data:managecomments',1,1722414921,0),(640,1,3,'mod/data:managecomments',1,1722414921,0),(641,1,1,'mod/data:managecomments',1,1722414921,0),(642,1,3,'mod/data:managetemplates',1,1722414921,0),(643,1,1,'mod/data:managetemplates',1,1722414921,0),(644,1,4,'mod/data:viewalluserpresets',1,1722414921,0),(645,1,3,'mod/data:viewalluserpresets',1,1722414921,0),(646,1,1,'mod/data:viewalluserpresets',1,1722414921,0),(647,1,1,'mod/data:manageuserpresets',1,1722414921,0),(648,1,1,'mod/data:exportentry',1,1722414921,0),(649,1,4,'mod/data:exportentry',1,1722414921,0),(650,1,3,'mod/data:exportentry',1,1722414921,0),(651,1,1,'mod/data:exportownentry',1,1722414921,0),(652,1,4,'mod/data:exportownentry',1,1722414921,0),(653,1,3,'mod/data:exportownentry',1,1722414921,0),(654,1,5,'mod/data:exportownentry',1,1722414921,0),(655,1,1,'mod/data:exportallentries',1,1722414921,0),(656,1,4,'mod/data:exportallentries',1,1722414921,0),(657,1,3,'mod/data:exportallentries',1,1722414921,0),(658,1,1,'mod/data:exportuserinfo',1,1722414921,0),(659,1,4,'mod/data:exportuserinfo',1,1722414921,0),(660,1,3,'mod/data:exportuserinfo',1,1722414921,0),(661,1,6,'mod/data:view',1,1722414921,0),(662,1,5,'mod/data:view',1,1722414921,0),(663,1,4,'mod/data:view',1,1722414921,0),(664,1,3,'mod/data:view',1,1722414921,0),(665,1,1,'mod/data:view',1,1722414921,0),(666,1,3,'mod/feedback:addinstance',1,1722414921,0),(667,1,1,'mod/feedback:addinstance',1,1722414921,0),(668,1,6,'mod/feedback:view',1,1722414921,0),(669,1,8,'mod/feedback:view',1,1722414921,0),(670,1,5,'mod/feedback:view',1,1722414921,0),(671,1,4,'mod/feedback:view',1,1722414921,0),(672,1,3,'mod/feedback:view',1,1722414921,0),(673,1,1,'mod/feedback:view',1,1722414921,0),(674,1,8,'mod/feedback:complete',1,1722414921,0),(675,1,5,'mod/feedback:complete',1,1722414921,0),(676,1,5,'mod/feedback:viewanalysepage',1,1722414921,0),(677,1,3,'mod/feedback:viewanalysepage',1,1722414921,0),(678,1,1,'mod/feedback:viewanalysepage',1,1722414921,0),(679,1,3,'mod/feedback:deletesubmissions',1,1722414921,0),(680,1,1,'mod/feedback:deletesubmissions',1,1722414921,0),(681,1,1,'mod/feedback:mapcourse',1,1722414921,0),(682,1,3,'mod/feedback:edititems',1,1722414921,0),(683,1,1,'mod/feedback:edititems',1,1722414921,0),(684,1,3,'mod/feedback:createprivatetemplate',1,1722414921,0),(685,1,1,'mod/feedback:createprivatetemplate',1,1722414921,0),(686,1,3,'mod/feedback:createpublictemplate',1,1722414921,0),(687,1,1,'mod/feedback:createpublictemplate',1,1722414921,0),(688,1,3,'mod/feedback:deletetemplate',1,1722414921,0),(689,1,1,'mod/feedback:deletetemplate',1,1722414921,0),(690,1,4,'mod/feedback:viewreports',1,1722414921,0),(691,1,3,'mod/feedback:viewreports',1,1722414921,0),(692,1,1,'mod/feedback:viewreports',1,1722414921,0),(693,1,4,'mod/feedback:receivemail',1,1722414921,0),(694,1,3,'mod/feedback:receivemail',1,1722414921,0),(695,1,3,'mod/folder:addinstance',1,1722414921,0),(696,1,1,'mod/folder:addinstance',1,1722414921,0),(697,1,6,'mod/folder:view',1,1722414921,0),(698,1,7,'mod/folder:view',1,1722414921,0),(699,1,3,'mod/folder:managefiles',1,1722414921,0),(700,1,3,'mod/forum:addinstance',1,1722414922,0),(701,1,1,'mod/forum:addinstance',1,1722414922,0),(702,1,8,'mod/forum:viewdiscussion',1,1722414922,0),(703,1,6,'mod/forum:viewdiscussion',1,1722414922,0),(704,1,5,'mod/forum:viewdiscussion',1,1722414922,0),(705,1,4,'mod/forum:viewdiscussion',1,1722414922,0),(706,1,3,'mod/forum:viewdiscussion',1,1722414922,0),(707,1,1,'mod/forum:viewdiscussion',1,1722414922,0),(708,1,4,'mod/forum:viewhiddentimedposts',1,1722414922,0),(709,1,3,'mod/forum:viewhiddentimedposts',1,1722414922,0),(710,1,1,'mod/forum:viewhiddentimedposts',1,1722414922,0),(711,1,5,'mod/forum:startdiscussion',1,1722414922,0),(712,1,4,'mod/forum:startdiscussion',1,1722414922,0),(713,1,3,'mod/forum:startdiscussion',1,1722414922,0),(714,1,1,'mod/forum:startdiscussion',1,1722414922,0),(715,1,5,'mod/forum:replypost',1,1722414922,0),(716,1,4,'mod/forum:replypost',1,1722414922,0),(717,1,3,'mod/forum:replypost',1,1722414922,0),(718,1,1,'mod/forum:replypost',1,1722414922,0),(719,1,4,'mod/forum:addnews',1,1722414922,0),(720,1,3,'mod/forum:addnews',1,1722414922,0),(721,1,1,'mod/forum:addnews',1,1722414922,0),(722,1,4,'mod/forum:replynews',1,1722414922,0),(723,1,3,'mod/forum:replynews',1,1722414922,0),(724,1,1,'mod/forum:replynews',1,1722414922,0),(725,1,5,'mod/forum:viewrating',1,1722414922,0),(726,1,4,'mod/forum:viewrating',1,1722414922,0),(727,1,3,'mod/forum:viewrating',1,1722414922,0),(728,1,1,'mod/forum:viewrating',1,1722414922,0),(729,1,4,'mod/forum:viewanyrating',1,1722414922,0),(730,1,3,'mod/forum:viewanyrating',1,1722414922,0),(731,1,1,'mod/forum:viewanyrating',1,1722414922,0),(732,1,4,'mod/forum:viewallratings',1,1722414922,0),(733,1,3,'mod/forum:viewallratings',1,1722414922,0),(734,1,1,'mod/forum:viewallratings',1,1722414922,0),(735,1,4,'mod/forum:rate',1,1722414922,0),(736,1,3,'mod/forum:rate',1,1722414922,0),(737,1,1,'mod/forum:rate',1,1722414922,0),(738,1,4,'mod/forum:postprivatereply',1,1722414922,0),(739,1,3,'mod/forum:postprivatereply',1,1722414922,0),(740,1,1,'mod/forum:postprivatereply',1,1722414922,0),(741,1,4,'mod/forum:readprivatereplies',1,1722414922,0),(742,1,3,'mod/forum:readprivatereplies',1,1722414922,0),(743,1,1,'mod/forum:readprivatereplies',1,1722414922,0),(744,1,5,'mod/forum:createattachment',1,1722414922,0),(745,1,4,'mod/forum:createattachment',1,1722414922,0),(746,1,3,'mod/forum:createattachment',1,1722414922,0),(747,1,1,'mod/forum:createattachment',1,1722414922,0),(748,1,5,'mod/forum:deleteownpost',1,1722414922,0),(749,1,4,'mod/forum:deleteownpost',1,1722414922,0),(750,1,3,'mod/forum:deleteownpost',1,1722414922,0),(751,1,1,'mod/forum:deleteownpost',1,1722414922,0),(752,1,4,'mod/forum:deleteanypost',1,1722414922,0),(753,1,3,'mod/forum:deleteanypost',1,1722414922,0),(754,1,1,'mod/forum:deleteanypost',1,1722414922,0),(755,1,4,'mod/forum:splitdiscussions',1,1722414922,0),(756,1,3,'mod/forum:splitdiscussions',1,1722414922,0),(757,1,1,'mod/forum:splitdiscussions',1,1722414922,0),(758,1,4,'mod/forum:movediscussions',1,1722414922,0),(759,1,3,'mod/forum:movediscussions',1,1722414922,0),(760,1,1,'mod/forum:movediscussions',1,1722414922,0),(761,1,4,'mod/forum:pindiscussions',1,1722414922,0),(762,1,3,'mod/forum:pindiscussions',1,1722414922,0),(763,1,1,'mod/forum:pindiscussions',1,1722414922,0),(764,1,4,'mod/forum:editanypost',1,1722414922,0),(765,1,3,'mod/forum:editanypost',1,1722414922,0),(766,1,1,'mod/forum:editanypost',1,1722414922,0),(767,1,4,'mod/forum:viewqandawithoutposting',1,1722414922,0),(768,1,3,'mod/forum:viewqandawithoutposting',1,1722414922,0),(769,1,1,'mod/forum:viewqandawithoutposting',1,1722414922,0),(770,1,4,'mod/forum:viewsubscribers',1,1722414922,0),(771,1,3,'mod/forum:viewsubscribers',1,1722414922,0),(772,1,1,'mod/forum:viewsubscribers',1,1722414922,0),(773,1,4,'mod/forum:managesubscriptions',1,1722414922,0),(774,1,3,'mod/forum:managesubscriptions',1,1722414922,0),(775,1,1,'mod/forum:managesubscriptions',1,1722414922,0),(776,1,4,'mod/forum:postwithoutthrottling',1,1722414922,0),(777,1,3,'mod/forum:postwithoutthrottling',1,1722414922,0),(778,1,1,'mod/forum:postwithoutthrottling',1,1722414922,0),(779,1,4,'mod/forum:exportdiscussion',1,1722414922,0),(780,1,3,'mod/forum:exportdiscussion',1,1722414922,0),(781,1,1,'mod/forum:exportdiscussion',1,1722414922,0),(782,1,4,'mod/forum:exportforum',1,1722414922,0),(783,1,3,'mod/forum:exportforum',1,1722414922,0),(784,1,1,'mod/forum:exportforum',1,1722414922,0),(785,1,4,'mod/forum:exportpost',1,1722414922,0),(786,1,3,'mod/forum:exportpost',1,1722414922,0),(787,1,1,'mod/forum:exportpost',1,1722414922,0),(788,1,4,'mod/forum:exportownpost',1,1722414922,0),(789,1,3,'mod/forum:exportownpost',1,1722414922,0),(790,1,1,'mod/forum:exportownpost',1,1722414922,0),(791,1,5,'mod/forum:exportownpost',1,1722414922,0),(792,1,4,'mod/forum:addquestion',1,1722414922,0),(793,1,3,'mod/forum:addquestion',1,1722414922,0),(794,1,1,'mod/forum:addquestion',1,1722414922,0),(795,1,5,'mod/forum:allowforcesubscribe',1,1722414922,0),(796,1,4,'mod/forum:allowforcesubscribe',1,1722414922,0),(797,1,3,'mod/forum:allowforcesubscribe',1,1722414922,0),(798,1,8,'mod/forum:allowforcesubscribe',1,1722414922,0),(799,1,4,'mod/forum:canposttomygroups',1,1722414922,0),(800,1,3,'mod/forum:canposttomygroups',1,1722414922,0),(801,1,1,'mod/forum:canposttomygroups',1,1722414922,0),(802,1,4,'mod/forum:canoverridediscussionlock',1,1722414922,0),(803,1,3,'mod/forum:canoverridediscussionlock',1,1722414922,0),(804,1,1,'mod/forum:canoverridediscussionlock',1,1722414922,0),(805,1,4,'mod/forum:canoverridecutoff',1,1722414922,0),(806,1,3,'mod/forum:canoverridecutoff',1,1722414922,0),(807,1,1,'mod/forum:canoverridecutoff',1,1722414922,0),(808,1,7,'mod/forum:cantogglefavourite',1,1722414922,0),(809,1,4,'mod/forum:grade',1,1722414922,0),(810,1,3,'mod/forum:grade',1,1722414922,0),(811,1,1,'mod/forum:grade',1,1722414922,0),(812,1,5,'mod/forum:canmailnow',1,1722414922,0),(813,1,4,'mod/forum:canmailnow',1,1722414922,0),(814,1,3,'mod/forum:canmailnow',1,1722414922,0),(815,1,1,'mod/forum:canmailnow',1,1722414922,0),(816,1,3,'mod/glossary:addinstance',1,1722414922,0),(817,1,1,'mod/glossary:addinstance',1,1722414922,0),(818,1,8,'mod/glossary:view',1,1722414922,0),(819,1,6,'mod/glossary:view',1,1722414922,0),(820,1,5,'mod/glossary:view',1,1722414922,0),(821,1,4,'mod/glossary:view',1,1722414922,0),(822,1,3,'mod/glossary:view',1,1722414922,0),(823,1,1,'mod/glossary:view',1,1722414922,0),(824,1,5,'mod/glossary:write',1,1722414922,0),(825,1,4,'mod/glossary:write',1,1722414922,0),(826,1,3,'mod/glossary:write',1,1722414922,0),(827,1,1,'mod/glossary:write',1,1722414922,0),(828,1,4,'mod/glossary:manageentries',1,1722414922,0),(829,1,3,'mod/glossary:manageentries',1,1722414922,0),(830,1,1,'mod/glossary:manageentries',1,1722414922,0),(831,1,4,'mod/glossary:managecategories',1,1722414922,0),(832,1,3,'mod/glossary:managecategories',1,1722414922,0),(833,1,1,'mod/glossary:managecategories',1,1722414922,0),(834,1,5,'mod/glossary:comment',1,1722414922,0),(835,1,4,'mod/glossary:comment',1,1722414922,0),(836,1,3,'mod/glossary:comment',1,1722414922,0),(837,1,1,'mod/glossary:comment',1,1722414922,0),(838,1,4,'mod/glossary:managecomments',1,1722414922,0),(839,1,3,'mod/glossary:managecomments',1,1722414922,0),(840,1,1,'mod/glossary:managecomments',1,1722414922,0),(841,1,4,'mod/glossary:import',1,1722414922,0),(842,1,3,'mod/glossary:import',1,1722414922,0),(843,1,1,'mod/glossary:import',1,1722414922,0),(844,1,4,'mod/glossary:export',1,1722414922,0),(845,1,3,'mod/glossary:export',1,1722414922,0),(846,1,1,'mod/glossary:export',1,1722414922,0),(847,1,4,'mod/glossary:approve',1,1722414922,0),(848,1,3,'mod/glossary:approve',1,1722414922,0),(849,1,1,'mod/glossary:approve',1,1722414922,0),(850,1,4,'mod/glossary:rate',1,1722414922,0),(851,1,3,'mod/glossary:rate',1,1722414922,0),(852,1,1,'mod/glossary:rate',1,1722414922,0),(853,1,4,'mod/glossary:viewrating',1,1722414922,0),(854,1,3,'mod/glossary:viewrating',1,1722414922,0),(855,1,1,'mod/glossary:viewrating',1,1722414922,0),(856,1,4,'mod/glossary:viewanyrating',1,1722414922,0),(857,1,3,'mod/glossary:viewanyrating',1,1722414922,0),(858,1,1,'mod/glossary:viewanyrating',1,1722414922,0),(859,1,4,'mod/glossary:viewallratings',1,1722414922,0),(860,1,3,'mod/glossary:viewallratings',1,1722414922,0),(861,1,1,'mod/glossary:viewallratings',1,1722414922,0),(862,1,4,'mod/glossary:exportentry',1,1722414922,0),(863,1,3,'mod/glossary:exportentry',1,1722414922,0),(864,1,1,'mod/glossary:exportentry',1,1722414922,0),(865,1,4,'mod/glossary:exportownentry',1,1722414922,0),(866,1,3,'mod/glossary:exportownentry',1,1722414922,0),(867,1,1,'mod/glossary:exportownentry',1,1722414922,0),(868,1,5,'mod/glossary:exportownentry',1,1722414922,0),(869,1,6,'mod/h5pactivity:view',1,1722414922,0),(870,1,5,'mod/h5pactivity:view',1,1722414922,0),(871,1,4,'mod/h5pactivity:view',1,1722414922,0),(872,1,3,'mod/h5pactivity:view',1,1722414922,0),(873,1,1,'mod/h5pactivity:view',1,1722414922,0),(874,1,3,'mod/h5pactivity:addinstance',1,1722414922,0),(875,1,1,'mod/h5pactivity:addinstance',1,1722414922,0),(876,1,5,'mod/h5pactivity:submit',1,1722414922,0),(877,1,3,'mod/h5pactivity:reviewattempts',1,1722414922,0),(878,1,1,'mod/h5pactivity:reviewattempts',1,1722414923,0),(879,1,6,'mod/imscp:view',1,1722414923,0),(880,1,7,'mod/imscp:view',1,1722414923,0),(881,1,3,'mod/imscp:addinstance',1,1722414923,0),(882,1,1,'mod/imscp:addinstance',1,1722414923,0),(883,1,3,'mod/label:addinstance',1,1722414923,0),(884,1,1,'mod/label:addinstance',1,1722414923,0),(885,1,7,'mod/label:view',1,1722414923,0),(886,1,6,'mod/label:view',1,1722414923,0),(887,1,3,'mod/lesson:addinstance',1,1722414923,0),(888,1,1,'mod/lesson:addinstance',1,1722414923,0),(889,1,3,'mod/lesson:edit',1,1722414923,0),(890,1,1,'mod/lesson:edit',1,1722414923,0),(891,1,4,'mod/lesson:grade',1,1722414923,0),(892,1,3,'mod/lesson:grade',1,1722414923,0),(893,1,1,'mod/lesson:grade',1,1722414923,0),(894,1,4,'mod/lesson:viewreports',1,1722414923,0),(895,1,3,'mod/lesson:viewreports',1,1722414923,0),(896,1,1,'mod/lesson:viewreports',1,1722414923,0),(897,1,4,'mod/lesson:manage',1,1722414923,0),(898,1,3,'mod/lesson:manage',1,1722414923,0),(899,1,1,'mod/lesson:manage',1,1722414923,0),(900,1,3,'mod/lesson:manageoverrides',1,1722414923,0),(901,1,1,'mod/lesson:manageoverrides',1,1722414923,0),(902,1,7,'mod/lesson:view',1,1722414923,0),(903,1,6,'mod/lesson:view',1,1722414923,0),(904,1,5,'mod/lti:view',1,1722414923,0),(905,1,4,'mod/lti:view',1,1722414923,0),(906,1,3,'mod/lti:view',1,1722414923,0),(907,1,1,'mod/lti:view',1,1722414923,0),(908,1,3,'mod/lti:addinstance',1,1722414923,0),(909,1,1,'mod/lti:addinstance',1,1722414923,0),(910,1,4,'mod/lti:manage',1,1722414923,0),(911,1,3,'mod/lti:manage',1,1722414923,0),(912,1,1,'mod/lti:manage',1,1722414923,0),(913,1,3,'mod/lti:addcoursetool',1,1722414923,0),(914,1,1,'mod/lti:addcoursetool',1,1722414923,0),(915,1,3,'mod/lti:addpreconfiguredinstance',1,1722414923,0),(916,1,1,'mod/lti:addpreconfiguredinstance',1,1722414923,0),(917,1,3,'mod/lti:requesttooladd',1,1722414923,0),(918,1,1,'mod/lti:requesttooladd',1,1722414923,0),(919,1,6,'mod/page:view',1,1722414923,0),(920,1,7,'mod/page:view',1,1722414923,0),(921,1,3,'mod/page:addinstance',1,1722414923,0),(922,1,1,'mod/page:addinstance',1,1722414923,0),(923,1,6,'mod/quiz:view',1,1722414923,0),(924,1,5,'mod/quiz:view',1,1722414923,0),(925,1,4,'mod/quiz:view',1,1722414923,0),(926,1,3,'mod/quiz:view',1,1722414923,0),(927,1,1,'mod/quiz:view',1,1722414923,0),(928,1,3,'mod/quiz:addinstance',1,1722414923,0),(929,1,1,'mod/quiz:addinstance',1,1722414923,0),(930,1,5,'mod/quiz:attempt',1,1722414923,0),(931,1,5,'mod/quiz:reviewmyattempts',1,1722414923,0),(932,1,3,'mod/quiz:manage',1,1722414923,0),(933,1,1,'mod/quiz:manage',1,1722414923,0),(934,1,3,'mod/quiz:manageoverrides',1,1722414923,0),(935,1,1,'mod/quiz:manageoverrides',1,1722414923,0),(936,1,4,'mod/quiz:viewoverrides',1,1722414923,0),(937,1,3,'mod/quiz:viewoverrides',1,1722414923,0),(938,1,1,'mod/quiz:viewoverrides',1,1722414923,0),(939,1,4,'mod/quiz:preview',1,1722414923,0),(940,1,3,'mod/quiz:preview',1,1722414923,0),(941,1,1,'mod/quiz:preview',1,1722414923,0),(942,1,4,'mod/quiz:grade',1,1722414923,0),(943,1,3,'mod/quiz:grade',1,1722414923,0),(944,1,1,'mod/quiz:grade',1,1722414923,0),(945,1,4,'mod/quiz:regrade',1,1722414923,0),(946,1,3,'mod/quiz:regrade',1,1722414923,0),(947,1,1,'mod/quiz:regrade',1,1722414923,0),(948,1,4,'mod/quiz:viewreports',1,1722414923,0),(949,1,3,'mod/quiz:viewreports',1,1722414923,0),(950,1,1,'mod/quiz:viewreports',1,1722414923,0),(951,1,3,'mod/quiz:deleteattempts',1,1722414923,0),(952,1,1,'mod/quiz:deleteattempts',1,1722414923,0),(953,1,3,'mod/quiz:reopenattempts',1,1722414923,0),(954,1,1,'mod/quiz:reopenattempts',1,1722414923,0),(955,1,6,'mod/resource:view',1,1722414923,0),(956,1,7,'mod/resource:view',1,1722414923,0),(957,1,3,'mod/resource:addinstance',1,1722414923,0),(958,1,1,'mod/resource:addinstance',1,1722414923,0),(959,1,3,'mod/scorm:addinstance',1,1722414924,0),(960,1,1,'mod/scorm:addinstance',1,1722414924,0),(961,1,4,'mod/scorm:viewreport',1,1722414924,0),(962,1,3,'mod/scorm:viewreport',1,1722414924,0),(963,1,1,'mod/scorm:viewreport',1,1722414924,0),(964,1,5,'mod/scorm:skipview',1,1722414924,0),(965,1,5,'mod/scorm:savetrack',1,1722414924,0),(966,1,4,'mod/scorm:savetrack',1,1722414924,0),(967,1,3,'mod/scorm:savetrack',1,1722414924,0),(968,1,1,'mod/scorm:savetrack',1,1722414924,0),(969,1,5,'mod/scorm:viewscores',1,1722414924,0),(970,1,4,'mod/scorm:viewscores',1,1722414924,0),(971,1,3,'mod/scorm:viewscores',1,1722414924,0),(972,1,1,'mod/scorm:viewscores',1,1722414924,0),(973,1,4,'mod/scorm:deleteresponses',1,1722414924,0),(974,1,3,'mod/scorm:deleteresponses',1,1722414924,0),(975,1,1,'mod/scorm:deleteresponses',1,1722414924,0),(976,1,3,'mod/survey:addinstance',1,1722414924,0),(977,1,1,'mod/survey:addinstance',1,1722414924,0),(978,1,5,'mod/survey:participate',1,1722414924,0),(979,1,4,'mod/survey:participate',1,1722414924,0),(980,1,3,'mod/survey:participate',1,1722414924,0),(981,1,1,'mod/survey:participate',1,1722414924,0),(982,1,4,'mod/survey:readresponses',1,1722414924,0),(983,1,3,'mod/survey:readresponses',1,1722414924,0),(984,1,1,'mod/survey:readresponses',1,1722414924,0),(985,1,4,'mod/survey:download',1,1722414924,0),(986,1,3,'mod/survey:download',1,1722414924,0),(987,1,1,'mod/survey:download',1,1722414924,0),(988,1,6,'mod/url:view',1,1722414924,0),(989,1,7,'mod/url:view',1,1722414924,0),(990,1,3,'mod/url:addinstance',1,1722414924,0),(991,1,1,'mod/url:addinstance',1,1722414924,0),(992,1,3,'mod/wiki:addinstance',1,1722414924,0),(993,1,1,'mod/wiki:addinstance',1,1722414924,0),(994,1,6,'mod/wiki:viewpage',1,1722414924,0),(995,1,8,'mod/wiki:viewpage',1,1722414924,0),(996,1,5,'mod/wiki:viewpage',1,1722414924,0),(997,1,4,'mod/wiki:viewpage',1,1722414924,0),(998,1,3,'mod/wiki:viewpage',1,1722414924,0),(999,1,1,'mod/wiki:viewpage',1,1722414924,0),(1000,1,5,'mod/wiki:editpage',1,1722414924,0),(1001,1,4,'mod/wiki:editpage',1,1722414924,0),(1002,1,3,'mod/wiki:editpage',1,1722414924,0),(1003,1,1,'mod/wiki:editpage',1,1722414924,0),(1004,1,5,'mod/wiki:createpage',1,1722414924,0),(1005,1,4,'mod/wiki:createpage',1,1722414924,0),(1006,1,3,'mod/wiki:createpage',1,1722414924,0),(1007,1,1,'mod/wiki:createpage',1,1722414924,0),(1008,1,5,'mod/wiki:viewcomment',1,1722414924,0),(1009,1,4,'mod/wiki:viewcomment',1,1722414924,0),(1010,1,3,'mod/wiki:viewcomment',1,1722414924,0),(1011,1,1,'mod/wiki:viewcomment',1,1722414924,0),(1012,1,5,'mod/wiki:editcomment',1,1722414924,0),(1013,1,4,'mod/wiki:editcomment',1,1722414924,0),(1014,1,3,'mod/wiki:editcomment',1,1722414924,0),(1015,1,1,'mod/wiki:editcomment',1,1722414924,0),(1016,1,4,'mod/wiki:managecomment',1,1722414924,0),(1017,1,3,'mod/wiki:managecomment',1,1722414924,0),(1018,1,1,'mod/wiki:managecomment',1,1722414924,0),(1019,1,4,'mod/wiki:managefiles',1,1722414924,0),(1020,1,3,'mod/wiki:managefiles',1,1722414924,0),(1021,1,1,'mod/wiki:managefiles',1,1722414924,0),(1022,1,4,'mod/wiki:overridelock',1,1722414924,0),(1023,1,3,'mod/wiki:overridelock',1,1722414924,0),(1024,1,1,'mod/wiki:overridelock',1,1722414924,0),(1025,1,4,'mod/wiki:managewiki',1,1722414924,0),(1026,1,3,'mod/wiki:managewiki',1,1722414924,0),(1027,1,1,'mod/wiki:managewiki',1,1722414924,0),(1028,1,6,'mod/workshop:view',1,1722414924,0),(1029,1,5,'mod/workshop:view',1,1722414924,0),(1030,1,4,'mod/workshop:view',1,1722414924,0),(1031,1,3,'mod/workshop:view',1,1722414924,0),(1032,1,1,'mod/workshop:view',1,1722414924,0),(1033,1,3,'mod/workshop:addinstance',1,1722414924,0),(1034,1,1,'mod/workshop:addinstance',1,1722414924,0),(1035,1,4,'mod/workshop:switchphase',1,1722414924,0),(1036,1,3,'mod/workshop:switchphase',1,1722414924,0),(1037,1,1,'mod/workshop:switchphase',1,1722414924,0),(1038,1,3,'mod/workshop:editdimensions',1,1722414924,0),(1039,1,1,'mod/workshop:editdimensions',1,1722414924,0),(1040,1,5,'mod/workshop:submit',1,1722414924,0),(1041,1,5,'mod/workshop:peerassess',1,1722414924,0),(1042,1,4,'mod/workshop:manageexamples',1,1722414924,0),(1043,1,3,'mod/workshop:manageexamples',1,1722414924,0),(1044,1,1,'mod/workshop:manageexamples',1,1722414924,0),(1045,1,4,'mod/workshop:allocate',1,1722414924,0),(1046,1,3,'mod/workshop:allocate',1,1722414924,0),(1047,1,1,'mod/workshop:allocate',1,1722414924,0),(1048,1,4,'mod/workshop:publishsubmissions',1,1722414924,0),(1049,1,3,'mod/workshop:publishsubmissions',1,1722414924,0),(1050,1,1,'mod/workshop:publishsubmissions',1,1722414924,0),(1051,1,5,'mod/workshop:viewauthornames',1,1722414924,0),(1052,1,4,'mod/workshop:viewauthornames',1,1722414924,0),(1053,1,3,'mod/workshop:viewauthornames',1,1722414924,0),(1054,1,1,'mod/workshop:viewauthornames',1,1722414924,0),(1055,1,4,'mod/workshop:viewreviewernames',1,1722414924,0),(1056,1,3,'mod/workshop:viewreviewernames',1,1722414924,0),(1057,1,1,'mod/workshop:viewreviewernames',1,1722414924,0),(1058,1,4,'mod/workshop:viewallsubmissions',1,1722414924,0),(1059,1,3,'mod/workshop:viewallsubmissions',1,1722414924,0),(1060,1,1,'mod/workshop:viewallsubmissions',1,1722414924,0),(1061,1,5,'mod/workshop:viewpublishedsubmissions',1,1722414924,0),(1062,1,4,'mod/workshop:viewpublishedsubmissions',1,1722414924,0),(1063,1,3,'mod/workshop:viewpublishedsubmissions',1,1722414924,0),(1064,1,1,'mod/workshop:viewpublishedsubmissions',1,1722414924,0),(1065,1,5,'mod/workshop:viewauthorpublished',1,1722414924,0),(1066,1,4,'mod/workshop:viewauthorpublished',1,1722414924,0),(1067,1,3,'mod/workshop:viewauthorpublished',1,1722414924,0),(1068,1,1,'mod/workshop:viewauthorpublished',1,1722414924,0),(1069,1,4,'mod/workshop:viewallassessments',1,1722414924,0),(1070,1,3,'mod/workshop:viewallassessments',1,1722414924,0),(1071,1,1,'mod/workshop:viewallassessments',1,1722414924,0),(1072,1,4,'mod/workshop:overridegrades',1,1722414924,0),(1073,1,3,'mod/workshop:overridegrades',1,1722414924,0),(1074,1,1,'mod/workshop:overridegrades',1,1722414924,0),(1075,1,4,'mod/workshop:ignoredeadlines',1,1722414924,0),(1076,1,3,'mod/workshop:ignoredeadlines',1,1722414924,0),(1077,1,1,'mod/workshop:ignoredeadlines',1,1722414924,0),(1078,1,4,'mod/workshop:deletesubmissions',1,1722414924,0),(1079,1,3,'mod/workshop:deletesubmissions',1,1722414924,0),(1080,1,1,'mod/workshop:deletesubmissions',1,1722414924,0),(1081,1,1,'mod/workshop:exportsubmissions',1,1722414924,0),(1082,1,4,'mod/workshop:exportsubmissions',1,1722414924,0),(1083,1,3,'mod/workshop:exportsubmissions',1,1722414924,0),(1084,1,5,'mod/workshop:exportsubmissions',1,1722414924,0),(1085,1,7,'auth/oauth2:managelinkedlogins',1,1722414925,0),(1086,1,3,'communication/matrix:moderator',1,1722414925,0),(1087,1,1,'communication/matrix:moderator',1,1722414925,0),(1088,1,4,'communication/matrix:moderator',1,1722414925,0),(1089,1,1,'enrol/category:config',1,1722414925,0),(1090,1,3,'enrol/category:config',1,1722414925,0),(1091,1,3,'enrol/cohort:config',1,1722414925,0),(1092,1,1,'enrol/cohort:config',1,1722414925,0),(1093,1,1,'enrol/cohort:unenrol',1,1722414925,0),(1094,1,1,'enrol/database:unenrol',1,1722414926,0),(1095,1,1,'enrol/database:config',1,1722414926,0),(1096,1,3,'enrol/database:config',1,1722414926,0),(1097,1,1,'enrol/fee:config',1,1722414926,0),(1098,1,1,'enrol/fee:manage',1,1722414926,0),(1099,1,3,'enrol/fee:manage',1,1722414926,0),(1100,1,1,'enrol/fee:unenrol',1,1722414926,0),(1101,1,1,'enrol/guest:config',1,1722414926,0),(1102,1,3,'enrol/guest:config',1,1722414926,0),(1103,1,1,'enrol/imsenterprise:config',1,1722414926,0),(1104,1,3,'enrol/imsenterprise:config',1,1722414926,0),(1105,1,1,'enrol/ldap:manage',1,1722414926,0),(1106,1,1,'enrol/lti:config',1,1722414926,0),(1107,1,3,'enrol/lti:config',1,1722414926,0),(1108,1,1,'enrol/lti:unenrol',1,1722414926,0),(1109,1,3,'enrol/lti:unenrol',1,1722414926,0),(1110,1,1,'enrol/manual:config',1,1722414926,0),(1111,1,1,'enrol/manual:enrol',1,1722414926,0),(1112,1,3,'enrol/manual:enrol',1,1722414926,0),(1113,1,1,'enrol/manual:manage',1,1722414926,0),(1114,1,3,'enrol/manual:manage',1,1722414926,0),(1115,1,1,'enrol/manual:unenrol',1,1722414926,0),(1116,1,3,'enrol/manual:unenrol',1,1722414926,0),(1117,1,1,'enrol/meta:config',1,1722414926,0),(1118,1,3,'enrol/meta:config',1,1722414926,0),(1119,1,1,'enrol/meta:selectaslinked',1,1722414926,0),(1120,1,1,'enrol/meta:unenrol',1,1722414926,0),(1121,1,1,'enrol/mnet:config',1,1722414926,0),(1122,1,3,'enrol/mnet:config',1,1722414926,0),(1123,1,1,'enrol/paypal:config',1,1722414926,0),(1124,1,1,'enrol/paypal:manage',1,1722414926,0),(1125,1,3,'enrol/paypal:manage',1,1722414926,0),(1126,1,1,'enrol/paypal:unenrol',1,1722414926,0),(1127,1,3,'enrol/self:config',1,1722414926,0),(1128,1,1,'enrol/self:config',1,1722414926,0),(1129,1,3,'enrol/self:manage',1,1722414926,0),(1130,1,1,'enrol/self:manage',1,1722414926,0),(1131,1,5,'enrol/self:unenrolself',1,1722414926,0),(1132,1,3,'enrol/self:unenrol',1,1722414926,0),(1133,1,1,'enrol/self:unenrol',1,1722414926,0),(1134,1,7,'enrol/self:enrolself',1,1722414926,0),(1135,1,7,'message/airnotifier:managedevice',1,1722414926,0),(1136,1,3,'block/accessreview:addinstance',1,1722414927,0),(1137,1,1,'block/accessreview:addinstance',1,1722414927,0),(1138,1,3,'block/accessreview:view',1,1722414927,0),(1139,1,1,'block/accessreview:view',1,1722414927,0),(1140,1,3,'block/activity_modules:addinstance',1,1722414927,0),(1141,1,1,'block/activity_modules:addinstance',1,1722414927,0),(1142,1,3,'block/activity_results:addinstance',1,1722414927,0),(1143,1,1,'block/activity_results:addinstance',1,1722414927,0),(1144,1,7,'block/admin_bookmarks:myaddinstance',1,1722414927,0),(1145,1,3,'block/admin_bookmarks:addinstance',1,1722414927,0),(1146,1,1,'block/admin_bookmarks:addinstance',1,1722414927,0),(1147,1,3,'block/badges:addinstance',1,1722414927,0),(1148,1,1,'block/badges:addinstance',1,1722414927,0),(1149,1,7,'block/badges:myaddinstance',1,1722414927,0),(1150,1,3,'block/blog_menu:addinstance',1,1722414927,0),(1151,1,1,'block/blog_menu:addinstance',1,1722414927,0),(1152,1,3,'block/blog_recent:addinstance',1,1722414927,0),(1153,1,1,'block/blog_recent:addinstance',1,1722414927,0),(1154,1,3,'block/blog_tags:addinstance',1,1722414927,0),(1155,1,1,'block/blog_tags:addinstance',1,1722414927,0),(1156,1,7,'block/calendar_month:myaddinstance',1,1722414927,0),(1157,1,3,'block/calendar_month:addinstance',1,1722414927,0),(1158,1,1,'block/calendar_month:addinstance',1,1722414927,0),(1159,1,7,'block/calendar_upcoming:myaddinstance',1,1722414927,0),(1160,1,3,'block/calendar_upcoming:addinstance',1,1722414927,0),(1161,1,1,'block/calendar_upcoming:addinstance',1,1722414927,0),(1162,1,7,'block/comments:myaddinstance',1,1722414927,0),(1163,1,3,'block/comments:addinstance',1,1722414927,0),(1164,1,1,'block/comments:addinstance',1,1722414927,0),(1165,1,3,'block/completionstatus:addinstance',1,1722414927,0),(1166,1,1,'block/completionstatus:addinstance',1,1722414927,0),(1167,1,7,'block/course_list:myaddinstance',1,1722414927,0),(1168,1,3,'block/course_list:addinstance',1,1722414927,0),(1169,1,1,'block/course_list:addinstance',1,1722414927,0),(1170,1,3,'block/course_summary:addinstance',1,1722414927,0),(1171,1,1,'block/course_summary:addinstance',1,1722414927,0),(1172,1,3,'block/feedback:addinstance',1,1722414927,0),(1173,1,1,'block/feedback:addinstance',1,1722414927,0),(1174,1,7,'block/globalsearch:myaddinstance',1,1722414927,0),(1175,1,3,'block/globalsearch:addinstance',1,1722414927,0),(1176,1,1,'block/globalsearch:addinstance',1,1722414927,0),(1177,1,7,'block/glossary_random:myaddinstance',1,1722414927,0),(1178,1,3,'block/glossary_random:addinstance',1,1722414927,0),(1179,1,1,'block/glossary_random:addinstance',1,1722414927,0),(1180,1,7,'block/html:myaddinstance',1,1722414927,0),(1181,1,3,'block/html:addinstance',1,1722414927,0),(1182,1,1,'block/html:addinstance',1,1722414927,0),(1183,1,3,'block/login:addinstance',1,1722414927,0),(1184,1,1,'block/login:addinstance',1,1722414927,0),(1185,1,3,'block/lp:addinstance',1,1722414927,0),(1186,1,1,'block/lp:addinstance',1,1722414927,0),(1187,1,7,'block/lp:myaddinstance',1,1722414928,0),(1188,1,7,'block/mentees:myaddinstance',1,1722414928,0),(1189,1,3,'block/mentees:addinstance',1,1722414928,0),(1190,1,1,'block/mentees:addinstance',1,1722414928,0),(1191,1,7,'block/mnet_hosts:myaddinstance',1,1722414928,0),(1192,1,3,'block/mnet_hosts:addinstance',1,1722414928,0),(1193,1,1,'block/mnet_hosts:addinstance',1,1722414928,0),(1194,1,7,'block/myoverview:myaddinstance',1,1722414928,0),(1195,1,7,'block/myprofile:myaddinstance',1,1722414928,0),(1196,1,3,'block/myprofile:addinstance',1,1722414928,0),(1197,1,1,'block/myprofile:addinstance',1,1722414928,0),(1198,1,7,'block/navigation:myaddinstance',1,1722414928,0),(1199,1,3,'block/navigation:addinstance',1,1722414928,0),(1200,1,1,'block/navigation:addinstance',1,1722414928,0),(1201,1,7,'block/news_items:myaddinstance',1,1722414928,0),(1202,1,3,'block/news_items:addinstance',1,1722414928,0),(1203,1,1,'block/news_items:addinstance',1,1722414928,0),(1204,1,7,'block/online_users:myaddinstance',1,1722414928,0),(1205,1,3,'block/online_users:addinstance',1,1722414928,0),(1206,1,1,'block/online_users:addinstance',1,1722414928,0),(1207,1,7,'block/online_users:viewlist',1,1722414928,0),(1208,1,6,'block/online_users:viewlist',-1,1722414928,0),(1209,1,5,'block/online_users:viewlist',1,1722414928,0),(1210,1,4,'block/online_users:viewlist',1,1722414928,0),(1211,1,3,'block/online_users:viewlist',1,1722414928,0),(1212,1,1,'block/online_users:viewlist',1,1722414928,0),(1213,1,7,'block/private_files:myaddinstance',1,1722414928,0),(1214,1,3,'block/private_files:addinstance',1,1722414928,0),(1215,1,1,'block/private_files:addinstance',1,1722414928,0),(1216,1,3,'block/recent_activity:addinstance',1,1722414928,0),(1217,1,1,'block/recent_activity:addinstance',1,1722414928,0),(1218,1,7,'block/recent_activity:viewaddupdatemodule',1,1722414928,0),(1219,1,7,'block/recent_activity:viewdeletemodule',1,1722414928,0),(1220,1,7,'block/recentlyaccessedcourses:myaddinstance',1,1722414928,0),(1221,1,7,'block/recentlyaccesseditems:myaddinstance',1,1722414928,0),(1222,1,7,'block/rss_client:myaddinstance',1,1722414928,0),(1223,1,3,'block/rss_client:addinstance',1,1722414928,0),(1224,1,1,'block/rss_client:addinstance',1,1722414928,0),(1225,1,4,'block/rss_client:manageownfeeds',1,1722414928,0),(1226,1,3,'block/rss_client:manageownfeeds',1,1722414928,0),(1227,1,1,'block/rss_client:manageownfeeds',1,1722414928,0),(1228,1,1,'block/rss_client:manageanyfeeds',1,1722414928,0),(1229,1,3,'block/search_forums:addinstance',1,1722414928,0),(1230,1,1,'block/search_forums:addinstance',1,1722414928,0),(1231,1,3,'block/section_links:addinstance',1,1722414928,0),(1232,1,1,'block/section_links:addinstance',1,1722414928,0),(1233,1,3,'block/selfcompletion:addinstance',1,1722414928,0),(1234,1,1,'block/selfcompletion:addinstance',1,1722414928,0),(1235,1,7,'block/settings:myaddinstance',1,1722414928,0),(1236,1,3,'block/settings:addinstance',1,1722414928,0),(1237,1,1,'block/settings:addinstance',1,1722414928,0),(1238,1,3,'block/site_main_menu:addinstance',1,1722414928,0),(1239,1,1,'block/site_main_menu:addinstance',1,1722414928,0),(1240,1,3,'block/social_activities:addinstance',1,1722414928,0),(1241,1,1,'block/social_activities:addinstance',1,1722414928,0),(1242,1,7,'block/starredcourses:myaddinstance',1,1722414928,0),(1243,1,3,'block/tag_flickr:addinstance',1,1722414928,0),(1244,1,1,'block/tag_flickr:addinstance',1,1722414928,0),(1245,1,3,'block/tag_youtube:addinstance',1,1722414928,0),(1246,1,1,'block/tag_youtube:addinstance',1,1722414928,0),(1247,1,7,'block/tags:myaddinstance',1,1722414929,0),(1248,1,3,'block/tags:addinstance',1,1722414929,0),(1249,1,1,'block/tags:addinstance',1,1722414929,0),(1250,1,7,'block/timeline:myaddinstance',1,1722414929,0),(1251,1,4,'report/completion:view',1,1722414930,0),(1252,1,3,'report/completion:view',1,1722414930,0),(1253,1,1,'report/completion:view',1,1722414930,0),(1254,1,4,'report/courseoverview:view',1,1722414930,0),(1255,1,3,'report/courseoverview:view',1,1722414930,0),(1256,1,1,'report/courseoverview:view',1,1722414930,0),(1257,1,4,'report/log:view',1,1722414930,0),(1258,1,3,'report/log:view',1,1722414930,0),(1259,1,1,'report/log:view',1,1722414930,0),(1260,1,4,'report/log:viewtoday',1,1722414930,0),(1261,1,3,'report/log:viewtoday',1,1722414930,0),(1262,1,1,'report/log:viewtoday',1,1722414930,0),(1263,1,4,'report/loglive:view',1,1722414930,0),(1264,1,3,'report/loglive:view',1,1722414930,0),(1265,1,1,'report/loglive:view',1,1722414930,0),(1266,1,4,'report/outline:view',1,1722414930,0),(1267,1,3,'report/outline:view',1,1722414930,0),(1268,1,1,'report/outline:view',1,1722414930,0),(1269,1,4,'report/outline:viewuserreport',1,1722414930,0),(1270,1,3,'report/outline:viewuserreport',1,1722414930,0),(1271,1,1,'report/outline:viewuserreport',1,1722414930,0),(1272,1,4,'report/participation:view',1,1722414930,0),(1273,1,3,'report/participation:view',1,1722414930,0),(1274,1,1,'report/participation:view',1,1722414930,0),(1275,1,1,'report/performance:view',1,1722414930,0),(1276,1,4,'report/progress:view',1,1722414930,0),(1277,1,3,'report/progress:view',1,1722414930,0),(1278,1,1,'report/progress:view',1,1722414930,0),(1279,1,1,'report/security:view',1,1722414931,0),(1280,1,4,'report/stats:view',1,1722414931,0),(1281,1,3,'report/stats:view',1,1722414931,0),(1282,1,1,'report/stats:view',1,1722414931,0),(1283,1,1,'report/status:view',1,1722414931,0),(1284,1,6,'report/usersessions:manageownsessions',-1000,1722414931,0),(1285,1,7,'report/usersessions:manageownsessions',1,1722414931,0),(1286,1,1,'report/usersessions:manageownsessions',1,1722414931,0),(1287,1,4,'gradeexport/ods:view',1,1722414931,0),(1288,1,3,'gradeexport/ods:view',1,1722414931,0),(1289,1,1,'gradeexport/ods:view',1,1722414931,0),(1290,1,1,'gradeexport/ods:publish',1,1722414931,0),(1291,1,4,'gradeexport/txt:view',1,1722414931,0),(1292,1,3,'gradeexport/txt:view',1,1722414931,0),(1293,1,1,'gradeexport/txt:view',1,1722414931,0),(1294,1,1,'gradeexport/txt:publish',1,1722414931,0),(1295,1,4,'gradeexport/xls:view',1,1722414931,0),(1296,1,3,'gradeexport/xls:view',1,1722414931,0),(1297,1,1,'gradeexport/xls:view',1,1722414931,0),(1298,1,1,'gradeexport/xls:publish',1,1722414931,0),(1299,1,4,'gradeexport/xml:view',1,1722414931,0),(1300,1,3,'gradeexport/xml:view',1,1722414931,0),(1301,1,1,'gradeexport/xml:view',1,1722414931,0),(1302,1,1,'gradeexport/xml:publish',1,1722414931,0),(1303,1,3,'gradeimport/csv:view',1,1722414931,0),(1304,1,1,'gradeimport/csv:view',1,1722414931,0),(1305,1,3,'gradeimport/direct:view',1,1722414931,0),(1306,1,1,'gradeimport/direct:view',1,1722414931,0),(1307,1,3,'gradeimport/xml:view',1,1722414931,0),(1308,1,1,'gradeimport/xml:view',1,1722414931,0),(1309,1,1,'gradeimport/xml:publish',1,1722414931,0),(1310,1,4,'gradereport/grader:view',1,1722414931,0),(1311,1,3,'gradereport/grader:view',1,1722414931,0),(1312,1,1,'gradereport/grader:view',1,1722414931,0),(1313,1,4,'gradereport/history:view',1,1722414931,0),(1314,1,3,'gradereport/history:view',1,1722414931,0),(1315,1,1,'gradereport/history:view',1,1722414931,0),(1316,1,4,'gradereport/outcomes:view',1,1722414931,0),(1317,1,3,'gradereport/outcomes:view',1,1722414931,0),(1318,1,1,'gradereport/outcomes:view',1,1722414931,0),(1319,1,7,'gradereport/overview:view',1,1722414931,0),(1320,1,3,'gradereport/singleview:view',1,1722414931,0),(1321,1,1,'gradereport/singleview:view',1,1722414931,0),(1322,1,3,'gradereport/summary:view',1,1722414931,0),(1323,1,4,'gradereport/summary:view',1,1722414931,0),(1324,1,1,'gradereport/summary:view',1,1722414931,0),(1325,1,5,'gradereport/user:view',1,1722414931,0),(1326,1,4,'gradereport/user:view',1,1722414931,0),(1327,1,3,'gradereport/user:view',1,1722414931,0),(1328,1,1,'gradereport/user:view',1,1722414931,0),(1329,1,7,'repository/areafiles:view',1,1722414932,0),(1330,1,2,'repository/contentbank:view',1,1722414932,0),(1331,1,3,'repository/contentbank:view',1,1722414932,0),(1332,1,1,'repository/contentbank:view',1,1722414932,0),(1333,1,2,'repository/contentbank:accesscoursecontent',1,1722414932,0),(1334,1,3,'repository/contentbank:accesscoursecontent',1,1722414932,0),(1335,1,1,'repository/contentbank:accesscoursecontent',1,1722414932,0),(1336,1,2,'repository/contentbank:accesscoursecategorycontent',1,1722414932,0),(1337,1,1,'repository/contentbank:accesscoursecategorycontent',1,1722414932,0),(1338,1,7,'repository/contentbank:accessgeneralcontent',1,1722414932,0),(1339,1,2,'repository/coursefiles:view',1,1722414932,0),(1340,1,4,'repository/coursefiles:view',1,1722414932,0),(1341,1,3,'repository/coursefiles:view',1,1722414932,0),(1342,1,1,'repository/coursefiles:view',1,1722414932,0),(1343,1,7,'repository/dropbox:view',1,1722414932,0),(1344,1,7,'repository/equella:view',1,1722414932,0),(1345,1,2,'repository/filesystem:view',1,1722414932,0),(1346,1,4,'repository/filesystem:view',1,1722414932,0),(1347,1,3,'repository/filesystem:view',1,1722414932,0),(1348,1,1,'repository/filesystem:view',1,1722414932,0),(1349,1,7,'repository/flickr:view',1,1722414932,0),(1350,1,7,'repository/flickr_public:view',1,1722414932,0),(1351,1,7,'repository/googledocs:view',1,1722414932,0),(1352,1,2,'repository/local:view',1,1722414932,0),(1353,1,4,'repository/local:view',1,1722414932,0),(1354,1,3,'repository/local:view',1,1722414932,0),(1355,1,1,'repository/local:view',1,1722414932,0),(1356,1,7,'repository/merlot:view',1,1722414932,0),(1357,1,7,'repository/nextcloud:view',1,1722414932,0),(1358,1,7,'repository/onedrive:view',1,1722414932,0),(1359,1,7,'repository/recent:view',1,1722414932,0),(1360,1,7,'repository/s3:view',1,1722414932,0),(1361,1,7,'repository/upload:view',1,1722414932,0),(1362,1,7,'repository/url:view',1,1722414932,0),(1363,1,7,'repository/user:view',1,1722414933,0),(1364,1,2,'repository/webdav:view',1,1722414933,0),(1365,1,4,'repository/webdav:view',1,1722414933,0),(1366,1,3,'repository/webdav:view',1,1722414933,0),(1367,1,1,'repository/webdav:view',1,1722414933,0),(1368,1,7,'repository/wikimedia:view',1,1722414933,0),(1369,1,7,'repository/youtube:view',1,1722414933,0),(1370,1,3,'moodle/question:commentmine',1,1722414933,0),(1371,1,1,'moodle/question:commentmine',1,1722414933,0),(1372,1,3,'moodle/question:commentall',1,1722414933,0),(1373,1,1,'moodle/question:commentall',1,1722414933,0),(1374,1,1,'qbank/customfields:changelockedcustomfields',1,1722414933,0),(1375,1,3,'qbank/customfields:viewhiddencustomfields',1,1722414933,0),(1376,1,1,'qbank/customfields:viewhiddencustomfields',1,1722414933,0),(1377,1,4,'tool/brickfield:viewcoursetools',1,1722414935,0),(1378,1,3,'tool/brickfield:viewcoursetools',1,1722414935,0),(1379,1,1,'tool/brickfield:viewcoursetools',1,1722414935,0),(1380,1,1,'tool/brickfield:viewsystemtools',1,1722414935,0),(1381,1,1,'tool/customlang:view',1,1722414935,0),(1382,1,1,'tool/customlang:edit',1,1722414935,0),(1383,1,1,'tool/customlang:export',1,1722414935,0),(1384,1,7,'tool/dataprivacy:downloadownrequest',1,1722414935,0),(1385,1,7,'tool/dataprivacy:requestdelete',1,1722414935,0),(1386,1,1,'tool/lpmigrate:frameworksmigrate',1,1722414935,0),(1387,1,7,'tool/mfa:mfaaccess',1,1722414936,0),(1388,1,4,'tool/monitor:subscribe',1,1722414936,0),(1389,1,3,'tool/monitor:subscribe',1,1722414936,0),(1390,1,1,'tool/monitor:subscribe',1,1722414936,0),(1391,1,4,'tool/monitor:managerules',1,1722414936,0),(1392,1,3,'tool/monitor:managerules',1,1722414936,0),(1393,1,1,'tool/monitor:managerules',1,1722414936,0),(1394,1,1,'tool/monitor:managetool',1,1722414936,0),(1395,1,7,'tool/policy:accept',1,1722414936,0),(1396,1,1,'tool/policy:managedocs',1,1722414936,0),(1397,1,1,'tool/policy:viewacceptances',1,1722414936,0),(1398,1,3,'tool/recyclebin:deleteitems',1,1722414936,0),(1399,1,1,'tool/recyclebin:deleteitems',1,1722414936,0),(1400,1,3,'tool/recyclebin:restoreitems',1,1722414936,0),(1401,1,1,'tool/recyclebin:restoreitems',1,1722414936,0),(1402,1,4,'tool/recyclebin:viewitems',1,1722414936,0),(1403,1,3,'tool/recyclebin:viewitems',1,1722414936,0),(1404,1,1,'tool/recyclebin:viewitems',1,1722414936,0),(1405,1,1,'tool/uploaduser:uploaduserpictures',1,1722414936,0),(1406,1,1,'tool/usertours:managetours',1,1722414936,0),(1407,1,1,'contenttype/h5p:access',1,1722414937,0),(1408,1,2,'contenttype/h5p:access',1,1722414937,0),(1409,1,3,'contenttype/h5p:access',1,1722414937,0),(1410,1,1,'contenttype/h5p:upload',1,1722414937,0),(1411,1,2,'contenttype/h5p:upload',1,1722414937,0),(1412,1,3,'contenttype/h5p:upload',1,1722414937,0),(1413,1,1,'contenttype/h5p:useeditor',1,1722414937,0),(1414,1,2,'contenttype/h5p:useeditor',1,1722414937,0),(1415,1,3,'contenttype/h5p:useeditor',1,1722414937,0),(1416,1,3,'booktool/importhtml:import',1,1722414937,0),(1417,1,1,'booktool/importhtml:import',1,1722414937,0),(1418,1,6,'booktool/print:print',1,1722414938,0),(1419,1,8,'booktool/print:print',1,1722414938,0),(1420,1,5,'booktool/print:print',1,1722414938,0),(1421,1,4,'booktool/print:print',1,1722414938,0),(1422,1,3,'booktool/print:print',1,1722414938,0),(1423,1,1,'booktool/print:print',1,1722414938,0),(1424,1,4,'forumreport/summary:view',1,1722414938,0),(1425,1,3,'forumreport/summary:view',1,1722414938,0),(1426,1,1,'forumreport/summary:view',1,1722414938,0),(1427,1,4,'forumreport/summary:viewall',1,1722414938,0),(1428,1,3,'forumreport/summary:viewall',1,1722414938,0),(1429,1,1,'forumreport/summary:viewall',1,1722414938,0),(1430,1,4,'quiz/grading:viewstudentnames',1,1722414938,0),(1431,1,3,'quiz/grading:viewstudentnames',1,1722414938,0),(1432,1,1,'quiz/grading:viewstudentnames',1,1722414938,0),(1433,1,4,'quiz/grading:viewidnumber',1,1722414938,0),(1434,1,3,'quiz/grading:viewidnumber',1,1722414938,0),(1435,1,1,'quiz/grading:viewidnumber',1,1722414938,0),(1436,1,4,'quiz/statistics:view',1,1722414939,0),(1437,1,3,'quiz/statistics:view',1,1722414939,0),(1438,1,1,'quiz/statistics:view',1,1722414939,0),(1439,1,1,'quizaccess/seb:managetemplates',1,1722414939,0),(1440,1,1,'quizaccess/seb:bypassseb',1,1722414939,0),(1441,1,3,'quizaccess/seb:bypassseb',1,1722414939,0),(1442,1,1,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1722414939,0),(1443,1,3,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1722414939,0),(1444,1,1,'quizaccess/seb:manage_seb_templateid',1,1722414939,0),(1445,1,3,'quizaccess/seb:manage_seb_templateid',1,1722414939,0),(1446,1,1,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1722414939,0),(1447,1,3,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1722414939,0),(1448,1,1,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1722414939,0),(1449,1,3,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1722414939,0),(1450,1,1,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1722414939,0),(1451,1,3,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1722414939,0),(1452,1,1,'quizaccess/seb:manage_seb_linkquitseb',1,1722414939,0),(1453,1,3,'quizaccess/seb:manage_seb_linkquitseb',1,1722414939,0),(1454,1,1,'quizaccess/seb:manage_seb_userconfirmquit',1,1722414939,0),(1455,1,3,'quizaccess/seb:manage_seb_userconfirmquit',1,1722414939,0),(1456,1,1,'quizaccess/seb:manage_seb_allowuserquitseb',1,1722414939,0),(1457,1,3,'quizaccess/seb:manage_seb_allowuserquitseb',1,1722414939,0),(1458,1,1,'quizaccess/seb:manage_seb_quitpassword',1,1722414939,0),(1459,1,3,'quizaccess/seb:manage_seb_quitpassword',1,1722414939,0),(1460,1,1,'quizaccess/seb:manage_seb_allowreloadinexam',1,1722414939,0),(1461,1,3,'quizaccess/seb:manage_seb_allowreloadinexam',1,1722414939,0),(1462,1,1,'quizaccess/seb:manage_seb_showsebtaskbar',1,1722414939,0),(1463,1,3,'quizaccess/seb:manage_seb_showsebtaskbar',1,1722414939,0),(1464,1,1,'quizaccess/seb:manage_seb_showreloadbutton',1,1722414939,0),(1465,1,3,'quizaccess/seb:manage_seb_showreloadbutton',1,1722414939,0),(1466,1,1,'quizaccess/seb:manage_seb_showtime',1,1722414939,0),(1467,1,3,'quizaccess/seb:manage_seb_showtime',1,1722414939,0),(1468,1,1,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1722414939,0),(1469,1,3,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1722414939,0),(1470,1,1,'quizaccess/seb:manage_seb_showwificontrol',1,1722414939,0),(1471,1,3,'quizaccess/seb:manage_seb_showwificontrol',1,1722414939,0),(1472,1,1,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1722414939,0),(1473,1,3,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1722414939,0),(1474,1,1,'quizaccess/seb:manage_seb_muteonstartup',1,1722414939,0),(1475,1,3,'quizaccess/seb:manage_seb_muteonstartup',1,1722414939,0),(1476,1,1,'quizaccess/seb:manage_seb_allowspellchecking',1,1722414939,0),(1477,1,3,'quizaccess/seb:manage_seb_allowspellchecking',1,1722414939,0),(1478,1,1,'quizaccess/seb:manage_seb_activateurlfiltering',1,1722414939,0),(1479,1,3,'quizaccess/seb:manage_seb_activateurlfiltering',1,1722414939,0),(1480,1,1,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1722414939,0),(1481,1,3,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1722414939,0),(1482,1,1,'quizaccess/seb:manage_seb_expressionsallowed',1,1722414939,0),(1483,1,3,'quizaccess/seb:manage_seb_expressionsallowed',1,1722414939,0),(1484,1,1,'quizaccess/seb:manage_seb_regexallowed',1,1722414939,0),(1485,1,3,'quizaccess/seb:manage_seb_regexallowed',1,1722414939,0),(1486,1,1,'quizaccess/seb:manage_seb_expressionsblocked',1,1722414939,0),(1487,1,3,'quizaccess/seb:manage_seb_expressionsblocked',1,1722414939,0),(1488,1,1,'quizaccess/seb:manage_seb_regexblocked',1,1722414939,0),(1489,1,3,'quizaccess/seb:manage_seb_regexblocked',1,1722414939,0),(1490,1,3,'atto/h5p:addembed',1,1722414940,0),(1491,1,7,'atto/recordrtc:recordaudio',1,1722414940,0),(1492,1,7,'atto/recordrtc:recordvideo',1,1722414940,0),(1493,1,3,'tiny/h5p:addembed',1,1722414941,0),(1494,1,7,'tiny/recordrtc:recordaudio',1,1722414941,0),(1495,1,7,'tiny/recordrtc:recordvideo',1,1722414941,0),(1496,1,7,'webservice/rest:use',1,1722414953,2); /*!40000 ALTER TABLE `mdl_role_capabilities` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_role_context_levels` -- DROP TABLE IF EXISTS `mdl_role_context_levels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_rolecontleve_conrol_uix` (`contextlevel`,`roleid`), KEY `mdl_rolecontleve_rol_ix` (`roleid`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Lists which roles can be assigned at which context levels. T'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_role_context_levels` -- LOCK TABLES `mdl_role_context_levels` WRITE; /*!40000 ALTER TABLE `mdl_role_context_levels` DISABLE KEYS */; INSERT INTO `mdl_role_context_levels` (`id`, `roleid`, `contextlevel`) VALUES (1,1,10),(4,2,10),(2,1,40),(5,2,40),(3,1,50),(6,3,50),(8,4,50),(10,5,50),(7,3,70),(9,4,70),(11,5,70); /*!40000 ALTER TABLE `mdl_role_context_levels` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_role_names` -- DROP TABLE IF EXISTS `mdl_role_names`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_rolename_rolcon_uix` (`roleid`,`contextid`), KEY `mdl_rolename_rol_ix` (`roleid`), KEY `mdl_rolename_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='role names in native strings'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_role_names` -- LOCK TABLES `mdl_role_names` WRITE; /*!40000 ALTER TABLE `mdl_role_names` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_role_names` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scale` -- DROP TABLE IF EXISTS `mdl_scale`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_scal_cou_ix` (`courseid`), KEY `mdl_scal_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines grading scales'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scale` -- LOCK TABLES `mdl_scale` WRITE; /*!40000 ALTER TABLE `mdl_scale` DISABLE KEYS */; INSERT INTO `mdl_scale` (`id`, `courseid`, `userid`, `name`, `scale`, `description`, `descriptionformat`, `timemodified`) 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,1722414909),(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,1722414909); /*!40000 ALTER TABLE `mdl_scale` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scale_history` -- DROP TABLE IF EXISTS `mdl_scale_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_scalhist_act_ix` (`action`), KEY `mdl_scalhist_tim_ix` (`timemodified`), KEY `mdl_scalhist_old_ix` (`oldid`), KEY `mdl_scalhist_cou_ix` (`courseid`), KEY `mdl_scalhist_log_ix` (`loggeduser`), KEY `mdl_scalhist_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='History table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scale_history` -- LOCK TABLES `mdl_scale_history` WRITE; /*!40000 ALTER TABLE `mdl_scale_history` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scale_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm` -- DROP TABLE IF EXISTS `mdl_scorm`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `autocommit` tinyint(1) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_scor_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='each table is one SCORM module and its configuration'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scorm` -- LOCK TABLES `mdl_scorm` WRITE; /*!40000 ALTER TABLE `mdl_scorm` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scorm` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm_aicc_session` -- DROP TABLE IF EXISTS `mdl_scorm_aicc_session`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_scoraiccsess_sco_ix` (`scormid`), KEY `mdl_scoraiccsess_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Used by AICC HACP to store session information'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scorm_aicc_session` -- LOCK TABLES `mdl_scorm_aicc_session` WRITE; /*!40000 ALTER TABLE `mdl_scorm_aicc_session` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scorm_aicc_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm_attempt` -- DROP TABLE IF EXISTS `mdl_scorm_attempt`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_scorm_attempt` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `scormid` bigint(10) NOT NULL, `attempt` bigint(10) NOT NULL DEFAULT 1, PRIMARY KEY (`id`), KEY `mdl_scoratte_use_ix` (`userid`), KEY `mdl_scoratte_sco_ix` (`scormid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='List of SCORM attempts made by user.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scorm_attempt` -- LOCK TABLES `mdl_scorm_attempt` WRITE; /*!40000 ALTER TABLE `mdl_scorm_attempt` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scorm_attempt` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm_element` -- DROP TABLE IF EXISTS `mdl_scorm_element`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_scorm_element` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `element` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `mdl_scorelem_ele_uix` (`element`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='List of scorm elements.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scorm_element` -- LOCK TABLES `mdl_scorm_element` WRITE; /*!40000 ALTER TABLE `mdl_scorm_element` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scorm_element` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm_scoes` -- DROP TABLE IF EXISTS `mdl_scorm_scoes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_scorscoe_sco_ix` (`scorm`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='each SCO part of the SCORM module'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scorm_scoes` -- LOCK TABLES `mdl_scorm_scoes` WRITE; /*!40000 ALTER TABLE `mdl_scorm_scoes` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scorm_scoes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm_scoes_data` -- DROP TABLE IF EXISTS `mdl_scorm_scoes_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_scorscoedata_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Contains variable data get from packages'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scorm_scoes_data` -- LOCK TABLES `mdl_scorm_scoes_data` WRITE; /*!40000 ALTER TABLE `mdl_scorm_scoes_data` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scorm_scoes_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm_scoes_value` -- DROP TABLE IF EXISTS `mdl_scorm_scoes_value`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_scorm_scoes_value` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `scoid` bigint(10) NOT NULL, `attemptid` bigint(10) NOT NULL, `elementid` bigint(10) NOT NULL, `value` longtext NOT NULL, `timemodified` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_scorscoevalu_sco_ix` (`scoid`), KEY `mdl_scorscoevalu_att_ix` (`attemptid`), KEY `mdl_scorscoevalu_ele_ix` (`elementid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Values passed from SCORM package'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scorm_scoes_value` -- LOCK TABLES `mdl_scorm_scoes_value` WRITE; /*!40000 ALTER TABLE `mdl_scorm_scoes_value` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scorm_scoes_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm_seq_mapinfo` -- DROP TABLE IF EXISTS `mdl_scorm_seq_mapinfo`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_scorseqmapi_scoidobj_uix` (`scoid`,`id`,`objectiveid`), KEY `mdl_scorseqmapi_sco_ix` (`scoid`), KEY `mdl_scorseqmapi_obj_ix` (`objectiveid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective mapinfo description'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scorm_seq_mapinfo` -- LOCK TABLES `mdl_scorm_seq_mapinfo` WRITE; /*!40000 ALTER TABLE `mdl_scorm_seq_mapinfo` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scorm_seq_mapinfo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm_seq_objective` -- DROP TABLE IF EXISTS `mdl_scorm_seq_objective`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_scorseqobje_scoid_uix` (`scoid`,`id`), KEY `mdl_scorseqobje_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective description'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scorm_seq_objective` -- LOCK TABLES `mdl_scorm_seq_objective` WRITE; /*!40000 ALTER TABLE `mdl_scorm_seq_objective` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scorm_seq_objective` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm_seq_rolluprule` -- DROP TABLE IF EXISTS `mdl_scorm_seq_rolluprule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_scorseqroll_scoid_uix` (`scoid`,`id`), KEY `mdl_scorseqroll_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scorm_seq_rolluprule` -- LOCK TABLES `mdl_scorm_seq_rolluprule` WRITE; /*!40000 ALTER TABLE `mdl_scorm_seq_rolluprule` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scorm_seq_rolluprule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm_seq_rolluprulecond` -- DROP TABLE IF EXISTS `mdl_scorm_seq_rolluprulecond`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_scorseqroll_scorolid_uix` (`scoid`,`rollupruleid`,`id`), KEY `mdl_scorseqroll_sco2_ix` (`scoid`), KEY `mdl_scorseqroll_rol_ix` (`rollupruleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scorm_seq_rolluprulecond` -- LOCK TABLES `mdl_scorm_seq_rolluprulecond` WRITE; /*!40000 ALTER TABLE `mdl_scorm_seq_rolluprulecond` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scorm_seq_rolluprulecond` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm_seq_rulecond` -- DROP TABLE IF EXISTS `mdl_scorm_seq_rulecond`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_scorseqrule_idscorul_uix` (`id`,`scoid`,`ruleconditionsid`), KEY `mdl_scorseqrule_sco2_ix` (`scoid`), KEY `mdl_scorseqrule_rul_ix` (`ruleconditionsid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule condition'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scorm_seq_rulecond` -- LOCK TABLES `mdl_scorm_seq_rulecond` WRITE; /*!40000 ALTER TABLE `mdl_scorm_seq_rulecond` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scorm_seq_rulecond` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm_seq_ruleconds` -- DROP TABLE IF EXISTS `mdl_scorm_seq_ruleconds`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_scorseqrule_scoid_uix` (`scoid`,`id`), KEY `mdl_scorseqrule_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule conditions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scorm_seq_ruleconds` -- LOCK TABLES `mdl_scorm_seq_ruleconds` WRITE; /*!40000 ALTER TABLE `mdl_scorm_seq_ruleconds` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scorm_seq_ruleconds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_search_index_requests` -- DROP TABLE IF EXISTS `mdl_search_index_requests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_searinderequ_indtim_ix` (`indexpriority`,`timerequested`), KEY `mdl_searinderequ_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Records requests for (re)indexing of specific contexts. Entr'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_search_index_requests` -- LOCK TABLES `mdl_search_index_requests` WRITE; /*!40000 ALTER TABLE `mdl_search_index_requests` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_search_index_requests` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_search_simpledb_index` -- DROP TABLE IF EXISTS `mdl_search_simpledb_index`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_search_simpledb_index` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `docid` varchar(255) NOT NULL DEFAULT '', `itemid` bigint(10) NOT NULL, `title` longtext DEFAULT NULL, `content` longtext DEFAULT NULL, `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 DEFAULT NULL, `description2` longtext DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_searsimpinde_doc_uix` (`docid`), KEY `mdl_searsimpinde_owncon_ix` (`owneruserid`,`contextid`), KEY `mdl_searsimpinde_con_ix` (`contextid`), KEY `mdl_searsimpinde_cou_ix` (`courseid`), KEY `mdl_searsimpinde_are_ix` (`areaid`), FULLTEXT KEY `mdl_search_simpledb_index_index` (`title`,`content`,`description1`,`description2`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='search_simpledb table containing the index data.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_search_simpledb_index` -- LOCK TABLES `mdl_search_simpledb_index` WRITE; /*!40000 ALTER TABLE `mdl_search_simpledb_index` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_search_simpledb_index` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_sessions` -- DROP TABLE IF EXISTS `mdl_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `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 `mdl_sess_sid_uix` (`sid`), KEY `mdl_sess_sta_ix` (`state`), KEY `mdl_sess_tim_ix` (`timecreated`), KEY `mdl_sess_tim2_ix` (`timemodified`), KEY `mdl_sess_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Database based session storage - now recommended'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_sessions` -- LOCK TABLES `mdl_sessions` WRITE; /*!40000 ALTER TABLE `mdl_sessions` DISABLE KEYS */; INSERT INTO `mdl_sessions` (`id`, `state`, `sid`, `userid`, `sessdata`, `timecreated`, `timemodified`, `firstip`, `lastip`) VALUES (2,0,'0iqeo8tli0kmurbsmtta4ublmp',2,NULL,1722414999,1722418800,'172.18.0.1','172.18.0.1'),(6,0,'c46rv9upnjc6l6tv7es62en2f7',4,NULL,1722416391,1722417076,'172.18.0.1','172.18.0.1'); /*!40000 ALTER TABLE `mdl_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_stats_daily` -- DROP TABLE IF EXISTS `mdl_stats_daily`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_statdail_cou_ix` (`courseid`), KEY `mdl_statdail_tim_ix` (`timeend`), KEY `mdl_statdail_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='to accumulate daily stats'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_stats_daily` -- LOCK TABLES `mdl_stats_daily` WRITE; /*!40000 ALTER TABLE `mdl_stats_daily` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_stats_daily` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_stats_monthly` -- DROP TABLE IF EXISTS `mdl_stats_monthly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_statmont_cou_ix` (`courseid`), KEY `mdl_statmont_tim_ix` (`timeend`), KEY `mdl_statmont_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_stats_monthly` -- LOCK TABLES `mdl_stats_monthly` WRITE; /*!40000 ALTER TABLE `mdl_stats_monthly` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_stats_monthly` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_stats_user_daily` -- DROP TABLE IF EXISTS `mdl_stats_user_daily`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_statuserdail_cou_ix` (`courseid`), KEY `mdl_statuserdail_use_ix` (`userid`), KEY `mdl_statuserdail_rol_ix` (`roleid`), KEY `mdl_statuserdail_tim_ix` (`timeend`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='To accumulate daily stats per course/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_stats_user_daily` -- LOCK TABLES `mdl_stats_user_daily` WRITE; /*!40000 ALTER TABLE `mdl_stats_user_daily` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_stats_user_daily` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_stats_user_monthly` -- DROP TABLE IF EXISTS `mdl_stats_user_monthly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_statusermont_cou_ix` (`courseid`), KEY `mdl_statusermont_use_ix` (`userid`), KEY `mdl_statusermont_rol_ix` (`roleid`), KEY `mdl_statusermont_tim_ix` (`timeend`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats per course/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_stats_user_monthly` -- LOCK TABLES `mdl_stats_user_monthly` WRITE; /*!40000 ALTER TABLE `mdl_stats_user_monthly` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_stats_user_monthly` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_stats_user_weekly` -- DROP TABLE IF EXISTS `mdl_stats_user_weekly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_statuserweek_cou_ix` (`courseid`), KEY `mdl_statuserweek_use_ix` (`userid`), KEY `mdl_statuserweek_rol_ix` (`roleid`), KEY `mdl_statuserweek_tim_ix` (`timeend`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats per course/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_stats_user_weekly` -- LOCK TABLES `mdl_stats_user_weekly` WRITE; /*!40000 ALTER TABLE `mdl_stats_user_weekly` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_stats_user_weekly` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_stats_weekly` -- DROP TABLE IF EXISTS `mdl_stats_weekly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_statweek_cou_ix` (`courseid`), KEY `mdl_statweek_tim_ix` (`timeend`), KEY `mdl_statweek_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_stats_weekly` -- LOCK TABLES `mdl_stats_weekly` WRITE; /*!40000 ALTER TABLE `mdl_stats_weekly` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_stats_weekly` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_survey` -- DROP TABLE IF EXISTS `mdl_survey`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_surv_cou_ix` (`course`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Each record is one SURVEY module with its configuration'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_survey` -- LOCK TABLES `mdl_survey` WRITE; /*!40000 ALTER TABLE `mdl_survey` DISABLE KEYS */; INSERT INTO `mdl_survey` (`id`, `course`, `template`, `days`, `timecreated`, `timemodified`, `name`, `intro`, `introformat`, `questions`, `completionsubmit`) 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 `mdl_survey` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_survey_analysis` -- DROP TABLE IF EXISTS `mdl_survey_analysis`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_survanal_use_ix` (`userid`), KEY `mdl_survanal_sur_ix` (`survey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='text about each survey submission'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_survey_analysis` -- LOCK TABLES `mdl_survey_analysis` WRITE; /*!40000 ALTER TABLE `mdl_survey_analysis` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_survey_analysis` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_survey_answers` -- DROP TABLE IF EXISTS `mdl_survey_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_survansw_use_ix` (`userid`), KEY `mdl_survansw_sur_ix` (`survey`), KEY `mdl_survansw_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='the answers to each questions filled by the users'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_survey_answers` -- LOCK TABLES `mdl_survey_answers` WRITE; /*!40000 ALTER TABLE `mdl_survey_answers` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_survey_answers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_survey_questions` -- DROP TABLE IF EXISTS `mdl_survey_questions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=74 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='the questions conforming one survey'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_survey_questions` -- LOCK TABLES `mdl_survey_questions` WRITE; /*!40000 ALTER TABLE `mdl_survey_questions` DISABLE KEYS */; INSERT INTO `mdl_survey_questions` (`id`, `text`, `shorttext`, `multi`, `intro`, `type`, `options`) 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 `mdl_survey_questions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tag` -- DROP TABLE IF EXISTS `mdl_tag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `descriptionformat` tinyint(2) NOT NULL DEFAULT 0, `flag` smallint(4) DEFAULT 0, `timemodified` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_tag_tagnam_uix` (`tagcollid`,`name`), KEY `mdl_tag_tagiss_ix` (`tagcollid`,`isstandard`), KEY `mdl_tag_use_ix` (`userid`), KEY `mdl_tag_tag_ix` (`tagcollid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Tag table - this generic table will replace the old "tags" t'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tag` -- LOCK TABLES `mdl_tag` WRITE; /*!40000 ALTER TABLE `mdl_tag` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tag_area` -- DROP TABLE IF EXISTS `mdl_tag_area`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_tagarea_comite_uix` (`component`,`itemtype`), KEY `mdl_tagarea_tag_ix` (`tagcollid`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines various tag areas, one area is identified by compone'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tag_area` -- LOCK TABLES `mdl_tag_area` WRITE; /*!40000 ALTER TABLE `mdl_tag_area` DISABLE KEYS */; INSERT INTO `mdl_tag_area` (`id`, `component`, `itemtype`, `enabled`, `tagcollid`, `callback`, `callbackfile`, `showstandard`, `multiplecontexts`) 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,'core_badges','badge',1,1,'badge_get_tagged_badges','/badges/lib.php',0,0),(8,'mod_book','book_chapters',1,1,'mod_book_get_tagged_chapters','/mod/book/locallib.php',0,0),(9,'mod_data','data_records',1,1,'mod_data_get_tagged_records','/mod/data/locallib.php',0,0),(10,'mod_forum','forum_posts',1,1,'mod_forum_get_tagged_posts','/mod/forum/locallib.php',0,0),(11,'mod_glossary','glossary_entries',1,1,'mod_glossary_get_tagged_entries','/mod/glossary/locallib.php',0,0),(12,'mod_wiki','wiki_pages',1,1,'mod_wiki_get_tagged_pages','/mod/wiki/locallib.php',0,0); /*!40000 ALTER TABLE `mdl_tag_area` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tag_coll` -- DROP TABLE IF EXISTS `mdl_tag_coll`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines different set of tags'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tag_coll` -- LOCK TABLES `mdl_tag_coll` WRITE; /*!40000 ALTER TABLE `mdl_tag_coll` DISABLE KEYS */; INSERT INTO `mdl_tag_coll` (`id`, `name`, `isdefault`, `component`, `sortorder`, `searchable`, `customurl`) VALUES (1,NULL,1,NULL,0,1,NULL); /*!40000 ALTER TABLE `mdl_tag_coll` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tag_correlation` -- DROP TABLE IF EXISTS `mdl_tag_correlation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tag_correlation` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `tagid` bigint(10) NOT NULL, `correlatedtags` longtext NOT NULL, PRIMARY KEY (`id`), KEY `mdl_tagcorr_tag_ix` (`tagid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The rationale for the ''tag_correlation'' table is performance'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tag_correlation` -- LOCK TABLES `mdl_tag_correlation` WRITE; /*!40000 ALTER TABLE `mdl_tag_correlation` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tag_correlation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tag_instance` -- DROP TABLE IF EXISTS `mdl_tag_instance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_taginst_comiteiteconti_uix` (`component`,`itemtype`,`itemid`,`contextid`,`tiuserid`,`tagid`), KEY `mdl_taginst_itecomtagcon_ix` (`itemtype`,`component`,`tagid`,`contextid`), KEY `mdl_taginst_tag_ix` (`tagid`), KEY `mdl_taginst_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='tag_instance table holds the information of associations bet'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tag_instance` -- LOCK TABLES `mdl_tag_instance` WRITE; /*!40000 ALTER TABLE `mdl_tag_instance` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tag_instance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_task_adhoc` -- DROP TABLE IF EXISTS `mdl_task_adhoc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `userid` bigint(10) DEFAULT NULL, `blocking` tinyint(2) NOT NULL DEFAULT 0, `timecreated` bigint(10) NOT NULL DEFAULT 0, `timestarted` bigint(10) DEFAULT NULL, `hostname` varchar(255) DEFAULT NULL, `pid` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_taskadho_nex_ix` (`nextruntime`), KEY `mdl_taskadho_tim_ix` (`timestarted`), KEY `mdl_taskadho_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='List of adhoc tasks waiting to run.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_task_adhoc` -- LOCK TABLES `mdl_task_adhoc` WRITE; /*!40000 ALTER TABLE `mdl_task_adhoc` DISABLE KEYS */; INSERT INTO `mdl_task_adhoc` (`id`, `component`, `classname`, `nextruntime`, `faildelay`, `customdata`, `userid`, `blocking`, `timecreated`, `timestarted`, `hostname`, `pid`) VALUES (1,'tool_moodlenet','\\tool_moodlenet\\task\\post_install',1722414935,0,'',NULL,0,1722414936,NULL,NULL,NULL),(2,'','\\core\\task\\build_installed_themes_task',1722414959,0,'',NULL,0,1722414960,NULL,NULL,NULL),(3,'quiz_statistics','\\quiz_statistics\\task\\recalculate',1722419961,0,'{\"quizid\":1}',NULL,0,1722416361,NULL,NULL,NULL); /*!40000 ALTER TABLE `mdl_task_adhoc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_task_log` -- DROP TABLE IF EXISTS `mdl_task_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_task_log` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `type` smallint(4) NOT NULL, `component` varchar(255) NOT NULL DEFAULT '', `classname` varchar(255) NOT NULL DEFAULT '', `userid` bigint(10) NOT NULL, `timestart` decimal(20,10) NOT NULL, `timeend` decimal(20,10) NOT NULL, `dbreads` bigint(10) NOT NULL, `dbwrites` bigint(10) NOT NULL, `result` tinyint(2) NOT NULL, `output` longtext NOT NULL, `hostname` varchar(255) DEFAULT NULL, `pid` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_tasklog_cla_ix` (`classname`), KEY `mdl_tasklog_tim_ix` (`timestart`), KEY `mdl_tasklog_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The log table for all tasks'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_task_log` -- LOCK TABLES `mdl_task_log` WRITE; /*!40000 ALTER TABLE `mdl_task_log` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_task_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_task_scheduled` -- DROP TABLE IF EXISTS `mdl_task_scheduled`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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(200) NOT NULL DEFAULT '', `hour` varchar(70) NOT NULL DEFAULT '', `day` varchar(90) NOT NULL DEFAULT '', `month` varchar(30) 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, `timestarted` bigint(10) DEFAULT NULL, `hostname` varchar(255) DEFAULT NULL, `pid` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_tasksche_cla_uix` (`classname`) ) ENGINE=InnoDB AUTO_INCREMENT=111 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='List of scheduled tasks to be run by cron.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_task_scheduled` -- LOCK TABLES `mdl_task_scheduled` WRITE; /*!40000 ALTER TABLE `mdl_task_scheduled` DISABLE KEYS */; INSERT INTO `mdl_task_scheduled` (`id`, `component`, `classname`, `lastruntime`, `nextruntime`, `blocking`, `minute`, `hour`, `day`, `month`, `dayofweek`, `faildelay`, `customised`, `disabled`, `timestarted`, `hostname`, `pid`) VALUES (1,'moodle','\\core\\task\\session_cleanup_task',0,1722414960,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(2,'moodle','\\core\\task\\delete_unconfirmed_users_task',0,1722416400,0,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(3,'moodle','\\core\\task\\delete_incomplete_users_task',0,1722416700,0,'5','*','*','*','*',0,0,0,NULL,NULL,NULL),(4,'moodle','\\core\\task\\backup_cleanup_task',0,1722417000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(5,'moodle','\\core\\task\\tag_cron_task',0,1722484560,0,'56','3','*','*','*',0,0,0,NULL,NULL,NULL),(6,'moodle','\\core\\task\\context_cleanup_task',0,1722417900,0,'25','*','*','*','*',0,0,0,NULL,NULL,NULL),(7,'moodle','\\core\\task\\cache_cleanup_task',0,1722418200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(8,'moodle','\\core\\task\\messaging_cleanup_task',0,1722418500,0,'35','*','*','*','*',0,0,0,NULL,NULL,NULL),(9,'moodle','\\core\\task\\send_new_user_passwords_task',0,1722414960,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(10,'moodle','\\core\\task\\send_failed_login_notifications_task',0,1722414960,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(11,'moodle','\\core\\task\\create_contexts_task',0,1722470400,1,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(12,'moodle','\\core\\task\\grade_cron_task',0,1722414960,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(13,'moodle','\\core\\task\\grade_history_cleanup_task',0,1722470400,0,'*','0','*','*','*',0,0,0,NULL,NULL,NULL),(14,'moodle','\\core\\task\\completion_regular_task',0,1722414960,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(15,'moodle','\\core\\task\\completion_daily_task',0,1722484140,0,'49','3','*','*','*',0,0,0,NULL,NULL,NULL),(16,'moodle','\\core\\task\\portfolio_cron_task',0,1722414960,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(17,'moodle','\\core\\task\\plagiarism_cron_task',0,1722414960,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(18,'moodle','\\core\\task\\calendar_cron_task',0,1722414960,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(19,'moodle','\\core\\task\\blog_cron_task',0,1722414960,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(20,'moodle','\\core\\task\\question_preview_cleanup_task',0,1722414960,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(21,'moodle','\\core\\task\\registration_cron_task',0,1722625020,0,'57','18','*','*','5',0,0,0,NULL,NULL,NULL),(22,'moodle','\\core\\task\\check_for_updates_task',0,1722422040,0,'34','10','*','*','*',0,0,0,NULL,NULL,NULL),(23,'moodle','\\core\\task\\cache_cron_task',0,1722415800,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(24,'moodle','\\core\\task\\automated_backup_task',0,1722415800,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(25,'moodle','\\core\\task\\badges_cron_task',0,1722415200,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(26,'moodle','\\core\\task\\badges_message_task',0,1722415200,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(27,'moodle','\\core\\task\\file_temp_cleanup_task',0,1722430500,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(28,'moodle','\\core\\task\\file_trash_cleanup_task',0,1722430500,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(29,'moodle','\\core\\task\\search_index_task',0,1722416400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(30,'moodle','\\core\\task\\search_optimize_task',0,1722428100,0,'15','*/12','*','*','*',0,0,0,NULL,NULL,NULL),(31,'moodle','\\core\\task\\stats_cron_task',0,1722470400,0,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(32,'moodle','\\core\\task\\password_reset_cleanup_task',0,1722427200,0,'0','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(33,'moodle','\\core\\task\\complete_plans_task',0,1722415260,0,'41','*','*','*','*',0,0,0,NULL,NULL,NULL),(34,'moodle','\\core\\task\\sync_plans_from_template_cohorts_task',0,1722417240,0,'14','*','*','*','*',0,0,0,NULL,NULL,NULL),(35,'moodle','\\core_files\\task\\conversion_cleanup_task',0,1722479940,0,'39','2','*','*','*',0,0,0,NULL,NULL,NULL),(36,'moodle','\\core\\oauth2\\refresh_system_tokens_task',0,1722418200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(37,'moodle','\\core\\task\\analytics_cleanup_task',0,1722415320,0,'42','*','*','*','*',0,0,0,NULL,NULL,NULL),(38,'moodle','\\core\\task\\task_log_cleanup_task',0,1722429360,0,'36','12','*','*','*',0,0,0,NULL,NULL,NULL),(39,'moodle','\\core\\task\\h5p_get_content_types_task',0,1722552480,0,'48','22','1','*','*',0,0,0,NULL,NULL,NULL),(40,'moodle','\\core\\task\\h5p_clean_orphaned_records_task',0,1722473040,0,'44','0','*','*','*',0,0,0,NULL,NULL,NULL),(41,'moodle','\\core\\task\\antivirus_cleanup_task',0,1722471780,0,'23','0','*','*','*',0,0,0,NULL,NULL,NULL),(42,'moodle','\\core_reportbuilder\\task\\send_schedules',0,1722414960,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(43,'moodle','\\core\\task\\task_lock_cleanup_task',0,1722471960,0,'26','0','*','*','*',0,0,0,NULL,NULL,NULL),(44,'moodle','\\core_xapi\\task\\state_cleanup_task',0,1722473160,0,'46','0','*','*','*',0,0,0,NULL,NULL,NULL),(45,'moodle','\\core\\task\\show_started_courses_task',0,1722474000,0,'00','01','*','*','*',0,0,1,NULL,NULL,NULL),(46,'moodle','\\core\\task\\hide_ended_courses_task',0,1722474000,0,'00','01','*','*','*',0,0,1,NULL,NULL,NULL),(47,'moodle','\\core\\task\\automated_backup_report_task',0,1722414960,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(48,'mod_assign','\\mod_assign\\task\\cron_task',0,1722414960,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(49,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_pending_recordings',0,1722415200,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(50,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_dismissed_recordings',0,1722414960,0,'*','*','*/10','*','*',0,0,0,NULL,NULL,NULL),(51,'mod_chat','\\mod_chat\\task\\cron_task',0,1722415200,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(52,'mod_forum','\\mod_forum\\task\\cron_task',0,1722414960,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(53,'mod_lti','\\mod_lti\\task\\clean_access_tokens',0,1722455820,0,'57','20','*','*','*',0,0,0,NULL,NULL,NULL),(54,'mod_quiz','\\mod_quiz\\task\\update_overdue_attempts',0,1722414960,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(55,'mod_quiz','\\mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1722416820,0,'7','*','*','*','*',0,0,0,NULL,NULL,NULL),(56,'mod_scorm','\\mod_scorm\\task\\cron_task',0,1722415200,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(57,'mod_workshop','\\mod_workshop\\task\\cron_task',0,1722414960,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(58,'auth_cas','\\auth_cas\\task\\sync_task',0,1722466800,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(59,'auth_db','\\auth_db\\task\\sync_users',0,1722435240,0,'14','15','*','*','*',0,0,1,NULL,NULL,NULL),(60,'auth_ldap','\\auth_ldap\\task\\sync_roles',0,1722466800,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(61,'auth_ldap','\\auth_ldap\\task\\sync_task',0,1722466800,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(62,'auth_mnet','\\auth_mnet\\task\\cron_task',0,1722415200,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(63,'enrol_category','\\enrol_category\\task\\enrol_category_sync',0,1722414960,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(64,'enrol_cohort','\\enrol_cohort\\task\\enrol_cohort_sync',0,1722418500,0,'35','*','*','*','*',0,0,0,NULL,NULL,NULL),(65,'enrol_database','\\enrol_database\\task\\sync_enrolments',0,1722449340,0,'9','19','*','*','*',0,0,1,NULL,NULL,NULL),(66,'enrol_flatfile','\\enrol_flatfile\\task\\flatfile_sync_task',0,1722417300,0,'15','*','*','*','*',0,0,0,NULL,NULL,NULL),(67,'enrol_imsenterprise','\\enrol_imsenterprise\\task\\cron_task',0,1722417000,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(68,'enrol_ldap','\\enrol_ldap\\task\\sync_enrolments',0,1722482220,0,'17','4','*','*','*',0,0,1,NULL,NULL,NULL),(69,'enrol_lti','\\enrol_lti\\task\\sync_grades',0,1722416400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(70,'enrol_lti','\\enrol_lti\\task\\sync_members',0,1722416400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(71,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_members',0,1722416400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(72,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_grades',0,1722416400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(73,'enrol_manual','\\enrol_manual\\task\\sync_enrolments',0,1722415200,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(74,'enrol_manual','\\enrol_manual\\task\\send_expiry_notifications',0,1722415200,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(75,'enrol_meta','\\enrol_meta\\task\\enrol_meta_sync',0,1722416700,0,'5','*','*','*','*',0,0,0,NULL,NULL,NULL),(76,'enrol_paypal','\\enrol_paypal\\task\\process_expirations',0,1722414960,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(77,'enrol_self','\\enrol_self\\task\\sync_enrolments',0,1722415200,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(78,'enrol_self','\\enrol_self\\task\\send_expiry_notifications',0,1722415200,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(79,'message_email','\\message_email\\task\\send_email_task',0,1722459600,0,'0','22','*','*','*',0,0,0,NULL,NULL,NULL),(80,'block_recent_activity','\\block_recent_activity\\task\\cleanup',0,1722490740,0,'39','6','*','*','*',0,0,0,NULL,NULL,NULL),(81,'block_rss_client','\\block_rss_client\\task\\refreshfeeds',0,1722415200,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(82,'editor_atto','\\editor_atto\\task\\autosave_cleanup_task',0,1722623820,0,'37','19','*','*','5',0,0,0,NULL,NULL,NULL),(83,'repository_dropbox','\\repository_dropbox\\task\\cron_task',0,1722414960,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(84,'repository_filesystem','\\repository_filesystem\\task\\cron_task',0,1722414960,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(85,'repository_onedrive','\\repository_onedrive\\remove_temp_access_task',0,1722560940,0,'9','2','*','*','5',0,0,0,NULL,NULL,NULL),(86,'tool_analytics','\\tool_analytics\\task\\train_models',0,1722438000,0,'0','16','*','*','*',0,0,0,NULL,NULL,NULL),(87,'tool_analytics','\\tool_analytics\\task\\predict_models',0,1722448800,0,'0','19','*','*','*',0,0,0,NULL,NULL,NULL),(88,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_courses',0,1722415200,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(89,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_caches',0,1722415200,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(90,'tool_brickfield','\\tool_brickfield\\task\\checkid_validation',0,1722499500,0,'05','9','*','*','*',0,0,0,NULL,NULL,NULL),(91,'tool_brickfield','\\tool_brickfield\\task\\update_summarydata',0,1722469800,0,'50','0','*','*','*',0,0,0,NULL,NULL,NULL),(92,'tool_brickfield','\\tool_brickfield\\task\\process_analysis_requests',0,1722415200,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(93,'tool_cohortroles','\\tool_cohortroles\\task\\cohort_role_sync',0,1722415800,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(94,'tool_dataprivacy','\\tool_dataprivacy\\task\\expired_retention_period',0,1722416400,0,'0','10','*','*','*',0,0,0,NULL,NULL,NULL),(95,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_contexts',0,1722420000,0,'0','11','*','*','*',0,0,0,NULL,NULL,NULL),(96,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_requests',0,1722425580,0,'33','12','*','*','*',0,0,0,NULL,NULL,NULL),(97,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_existing_deleted_users',0,1722459240,0,'54','21','*','*','*',0,0,1,NULL,NULL,NULL),(98,'tool_langimport','\\tool_langimport\\task\\update_langpacks_task',0,1722483120,0,'32','4','*','*','*',0,0,0,NULL,NULL,NULL),(99,'tool_messageinbound','\\tool_messageinbound\\task\\pickup_task',0,1722414960,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(100,'tool_messageinbound','\\tool_messageinbound\\task\\cleanup_task',0,1722473700,0,'55','1','*','*','*',0,0,0,NULL,NULL,NULL),(101,'tool_monitor','\\tool_monitor\\task\\clean_events',0,1722414960,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(102,'tool_monitor','\\tool_monitor\\task\\check_subscriptions',0,1722481320,0,'2','4','*','*','*',0,0,0,NULL,NULL,NULL),(103,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_course_bin',0,1722416400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(104,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_category_bin',0,1722416400,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(105,'cachestore_redis','\\cachestore_redis\\task\\ttl',0,1722416400,0,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(106,'ltiservice_gradebookservices','\\ltiservice_gradebookservices\\task\\cleanup_task',0,1722429900,0,'45','13','*','*','*',0,0,0,NULL,NULL,NULL),(107,'workshopallocation_scheduled','\\workshopallocation_scheduled\\task\\cron_task',0,1722414960,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(108,'logstore_standard','\\logstore_standard\\task\\cleanup_task',0,1722483060,0,'31','4','*','*','*',0,0,0,NULL,NULL,NULL),(109,'factor_grace','\\factor_grace\\task\\revoke_expired_factors',0,1722469800,0,'50','0','*','*','*',0,0,0,NULL,NULL,NULL),(110,'factor_nosetup','\\factor_nosetup\\task\\delete_unusable_factors',0,1722467940,0,'19','0','*','*','*',0,0,0,NULL,NULL,NULL); /*!40000 ALTER TABLE `mdl_task_scheduled` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tiny_autosave` -- DROP TABLE IF EXISTS `mdl_tiny_autosave`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tiny_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 `mdl_tinyauto_eleconusepag_uix` (`elementid`,`contextid`,`userid`,`pagehash`) ) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The content of the textarea saved during autosave operations'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tiny_autosave` -- LOCK TABLES `mdl_tiny_autosave` WRITE; /*!40000 ALTER TABLE `mdl_tiny_autosave` DISABLE KEYS */; INSERT INTO `mdl_tiny_autosave` (`id`, `elementid`, `contextid`, `pagehash`, `userid`, `drafttext`, `draftid`, `pageinstance`, `timemodified`) VALUES (5,'q1:1_answer_id',15,'',2,'',NULL,'',1722416016),(8,'id_description_editor',19,'e37962c6e1c9d35e29aa6cb6076afe8e6e74568c',2,'',506458002,'76199ff06235abe80df2ca4cd33143f9',1722416174); /*!40000 ALTER TABLE `mdl_tiny_autosave` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_brickfield_areas` -- DROP TABLE IF EXISTS `mdl_tool_brickfield_areas`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tool_brickfield_areas` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `type` tinyint(2) NOT NULL DEFAULT 0, `contextid` bigint(10) DEFAULT NULL, `component` varchar(100) DEFAULT NULL, `tablename` varchar(40) DEFAULT NULL, `fieldorarea` varchar(50) DEFAULT NULL, `itemid` bigint(10) DEFAULT NULL, `filename` varchar(1333) DEFAULT NULL, `reftable` varchar(40) DEFAULT NULL, `refid` bigint(10) DEFAULT NULL, `cmid` bigint(10) DEFAULT NULL, `courseid` bigint(10) DEFAULT NULL, `categoryid` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_toolbricarea_coucmi_ix` (`courseid`,`cmid`), KEY `mdl_toolbricarea_typtabitef_ix` (`type`,`tablename`,`itemid`,`fieldorarea`), KEY `mdl_toolbricarea_typconcomf_ix` (`type`,`contextid`,`component`,`fieldorarea`,`itemid`), KEY `mdl_toolbricarea_refreftyp_ix` (`reftable`,`refid`,`type`), KEY `mdl_toolbricarea_cou_ix` (`courseid`), KEY `mdl_toolbricarea_cmi_ix` (`cmid`), KEY `mdl_toolbricarea_cat_ix` (`categoryid`), KEY `mdl_toolbricarea_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Areas that have been checked for accessibility problems'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_brickfield_areas` -- LOCK TABLES `mdl_tool_brickfield_areas` WRITE; /*!40000 ALTER TABLE `mdl_tool_brickfield_areas` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_brickfield_areas` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_brickfield_cache_acts` -- DROP TABLE IF EXISTS `mdl_tool_brickfield_cache_acts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tool_brickfield_cache_acts` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL, `status` tinyint(1) DEFAULT NULL, `component` varchar(64) DEFAULT NULL, `totalactivities` bigint(10) DEFAULT NULL, `failedactivities` bigint(10) DEFAULT NULL, `passedactivities` bigint(10) DEFAULT NULL, `errorcount` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_toolbriccachacts_sta_ix` (`status`), KEY `mdl_toolbriccachacts_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per activity.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_brickfield_cache_acts` -- LOCK TABLES `mdl_tool_brickfield_cache_acts` WRITE; /*!40000 ALTER TABLE `mdl_tool_brickfield_cache_acts` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_brickfield_cache_acts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_brickfield_cache_check` -- DROP TABLE IF EXISTS `mdl_tool_brickfield_cache_check`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tool_brickfield_cache_check` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL, `status` tinyint(1) DEFAULT NULL, `checkid` bigint(10) DEFAULT NULL, `checkcount` bigint(10) DEFAULT NULL, `errorcount` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_toolbriccachchec_sta_ix` (`status`), KEY `mdl_toolbriccachchec_err_ix` (`errorcount`), KEY `mdl_toolbriccachchec_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per check.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_brickfield_cache_check` -- LOCK TABLES `mdl_tool_brickfield_cache_check` WRITE; /*!40000 ALTER TABLE `mdl_tool_brickfield_cache_check` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_brickfield_cache_check` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_brickfield_checks` -- DROP TABLE IF EXISTS `mdl_tool_brickfield_checks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tool_brickfield_checks` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `checktype` varchar(64) DEFAULT NULL, `shortname` varchar(64) DEFAULT NULL, `checkgroup` bigint(16) DEFAULT 0, `status` smallint(4) NOT NULL, `severity` tinyint(2) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_toolbricchec_che_ix` (`checktype`), KEY `mdl_toolbricchec_che2_ix` (`checkgroup`), KEY `mdl_toolbricchec_sta_ix` (`status`) ) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Checks details'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_brickfield_checks` -- LOCK TABLES `mdl_tool_brickfield_checks` WRITE; /*!40000 ALTER TABLE `mdl_tool_brickfield_checks` DISABLE KEYS */; INSERT INTO `mdl_tool_brickfield_checks` (`id`, `checktype`, `shortname`, `checkgroup`, `status`, `severity`) VALUES (1,'full','a_links_dont_open_new_window',4,1,1),(2,'full','a_must_contain_text',4,1,1),(3,'full','area_dont_open_new_window',4,1,1),(4,'full','area_has_alt_value',4,1,1),(5,'full','a_suspicious_link_text',4,1,1),(6,'full','basefont_is_not_used',7,1,1),(7,'full','blink_is_not_used',7,1,1),(8,'full','bold_is_not_used',7,1,1),(9,'full','content_too_long',7,1,1),(10,'full','css_text_has_contrast',7,1,1),(11,'full','embed_has_associated_no_embed',7,1,1),(12,'full','header_h3',3,1,1),(13,'full','headers_have_text',3,1,1),(14,'full','i_is_not_used',7,1,1),(15,'full','img_alt_is_different',2,1,1),(16,'full','img_alt_is_too_long',2,1,1),(17,'full','img_alt_not_empty_in_anchor',2,1,1),(18,'full','img_alt_not_place_holder',2,1,1),(19,'full','img_has_alt',2,1,1),(20,'full','img_with_map_has_use_map',2,1,1),(21,'full','legend_text_not_empty',7,1,1),(22,'full','marquee_is_not_used',7,1,1),(23,'full','no_headings',3,1,1),(24,'full','object_must_have_embed',5,1,1),(25,'full','object_must_have_title',5,1,1),(26,'full','object_must_have_valid_title',5,1,1),(27,'full','strike_is_not_used',7,1,1),(28,'full','table_data_should_have_th',6,1,1),(29,'full','table_summary_does_not_duplicate_caption',6,1,1),(30,'full','table_td_should_not_merge',6,1,1),(31,'full','table_th_should_have_scope',6,1,1); /*!40000 ALTER TABLE `mdl_tool_brickfield_checks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_brickfield_content` -- DROP TABLE IF EXISTS `mdl_tool_brickfield_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tool_brickfield_content` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `areaid` bigint(10) NOT NULL, `contenthash` varchar(40) NOT NULL DEFAULT '', `iscurrent` tinyint(1) NOT NULL DEFAULT 0, `status` tinyint(2) NOT NULL DEFAULT 0, `timecreated` bigint(10) NOT NULL, `timechecked` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_toolbriccont_sta_ix` (`status`), KEY `mdl_toolbriccont_iscare_ix` (`iscurrent`,`areaid`), KEY `mdl_toolbriccont_are_ix` (`areaid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Content of an area at a particular time (recognised by a has'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_brickfield_content` -- LOCK TABLES `mdl_tool_brickfield_content` WRITE; /*!40000 ALTER TABLE `mdl_tool_brickfield_content` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_brickfield_content` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_brickfield_errors` -- DROP TABLE IF EXISTS `mdl_tool_brickfield_errors`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tool_brickfield_errors` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `resultid` bigint(10) NOT NULL, `linenumber` bigint(10) NOT NULL DEFAULT 0, `errordata` longtext DEFAULT NULL, `htmlcode` longtext DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_toolbricerro_res_ix` (`resultid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Errors during the accessibility checks'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_brickfield_errors` -- LOCK TABLES `mdl_tool_brickfield_errors` WRITE; /*!40000 ALTER TABLE `mdl_tool_brickfield_errors` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_brickfield_errors` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_brickfield_process` -- DROP TABLE IF EXISTS `mdl_tool_brickfield_process`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tool_brickfield_process` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL, `item` varchar(64) DEFAULT NULL, `contextid` bigint(10) DEFAULT NULL, `innercontextid` bigint(10) DEFAULT NULL, `timecreated` bigint(16) DEFAULT NULL, `timecompleted` bigint(16) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_toolbricproc_tim_ix` (`timecompleted`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Queued records to initiate new processing of specific target'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_brickfield_process` -- LOCK TABLES `mdl_tool_brickfield_process` WRITE; /*!40000 ALTER TABLE `mdl_tool_brickfield_process` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_brickfield_process` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_brickfield_results` -- DROP TABLE IF EXISTS `mdl_tool_brickfield_results`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tool_brickfield_results` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `contentid` bigint(10) DEFAULT NULL, `checkid` bigint(10) NOT NULL, `errorcount` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_toolbricresu_conche_ix` (`contentid`,`checkid`), KEY `mdl_toolbricresu_con_ix` (`contentid`), KEY `mdl_toolbricresu_che_ix` (`checkid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Results of the accessibility checks'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_brickfield_results` -- LOCK TABLES `mdl_tool_brickfield_results` WRITE; /*!40000 ALTER TABLE `mdl_tool_brickfield_results` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_brickfield_results` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_brickfield_schedule` -- DROP TABLE IF EXISTS `mdl_tool_brickfield_schedule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tool_brickfield_schedule` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `contextlevel` bigint(10) NOT NULL DEFAULT 50, `instanceid` bigint(10) NOT NULL, `contextid` bigint(10) DEFAULT NULL, `status` tinyint(2) NOT NULL DEFAULT 0, `timeanalyzed` bigint(10) DEFAULT 0, `timemodified` bigint(10) DEFAULT 0, PRIMARY KEY (`id`), UNIQUE KEY `mdl_toolbricsche_conins_uix` (`contextlevel`,`instanceid`), KEY `mdl_toolbricsche_sta_ix` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Keeps the per course content analysis schedule.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_brickfield_schedule` -- LOCK TABLES `mdl_tool_brickfield_schedule` WRITE; /*!40000 ALTER TABLE `mdl_tool_brickfield_schedule` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_brickfield_schedule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_brickfield_summary` -- DROP TABLE IF EXISTS `mdl_tool_brickfield_summary`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tool_brickfield_summary` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `courseid` bigint(10) NOT NULL, `status` tinyint(1) DEFAULT NULL, `activities` bigint(10) DEFAULT NULL, `activitiespassed` bigint(10) DEFAULT NULL, `activitiesfailed` bigint(10) DEFAULT NULL, `errorschecktype1` bigint(10) DEFAULT NULL, `errorschecktype2` bigint(10) DEFAULT NULL, `errorschecktype3` bigint(10) DEFAULT NULL, `errorschecktype4` bigint(10) DEFAULT NULL, `errorschecktype5` bigint(10) DEFAULT NULL, `errorschecktype6` bigint(10) DEFAULT NULL, `errorschecktype7` bigint(10) DEFAULT NULL, `failedchecktype1` bigint(10) DEFAULT NULL, `failedchecktype2` bigint(10) DEFAULT NULL, `failedchecktype3` bigint(10) DEFAULT NULL, `failedchecktype4` bigint(10) DEFAULT NULL, `failedchecktype5` bigint(10) DEFAULT NULL, `failedchecktype6` bigint(10) DEFAULT NULL, `failedchecktype7` bigint(10) DEFAULT NULL, `percentchecktype1` bigint(10) DEFAULT NULL, `percentchecktype2` bigint(10) DEFAULT NULL, `percentchecktype3` bigint(10) DEFAULT NULL, `percentchecktype4` bigint(10) DEFAULT NULL, `percentchecktype5` bigint(10) DEFAULT NULL, `percentchecktype6` bigint(10) DEFAULT NULL, `percentchecktype7` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_toolbricsumm_sta_ix` (`status`), KEY `mdl_toolbricsumm_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility check results summary information.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_brickfield_summary` -- LOCK TABLES `mdl_tool_brickfield_summary` WRITE; /*!40000 ALTER TABLE `mdl_tool_brickfield_summary` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_brickfield_summary` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_cohortroles` -- DROP TABLE IF EXISTS `mdl_tool_cohortroles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_toolcoho_cohroluse_uix` (`cohortid`,`roleid`,`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Mapping of users to cohort role assignments.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_cohortroles` -- LOCK TABLES `mdl_tool_cohortroles` WRITE; /*!40000 ALTER TABLE `mdl_tool_cohortroles` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_cohortroles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_customlang` -- DROP TABLE IF EXISTS `mdl_tool_customlang`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `local` longtext DEFAULT NULL, `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 `mdl_toolcust_lancomstr_uix` (`lang`,`componentid`,`stringid`), KEY `mdl_toolcust_com_ix` (`componentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Contains the working checkout of all strings and their custo'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_customlang` -- LOCK TABLES `mdl_tool_customlang` WRITE; /*!40000 ALTER TABLE `mdl_tool_customlang` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_customlang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_customlang_components` -- DROP TABLE IF EXISTS `mdl_tool_customlang_components`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Contains the list of all installed plugins that provide thei'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_customlang_components` -- LOCK TABLES `mdl_tool_customlang_components` WRITE; /*!40000 ALTER TABLE `mdl_tool_customlang_components` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_customlang_components` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_dataprivacy_category` -- DROP TABLE IF EXISTS `mdl_tool_dataprivacy_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tool_dataprivacy_category` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(100) NOT NULL DEFAULT '', `description` longtext DEFAULT NULL, `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=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Data categories'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_dataprivacy_category` -- LOCK TABLES `mdl_tool_dataprivacy_category` WRITE; /*!40000 ALTER TABLE `mdl_tool_dataprivacy_category` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_dataprivacy_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_dataprivacy_contextlist` -- DROP TABLE IF EXISTS `mdl_tool_dataprivacy_contextlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tool_dataprivacy_contextlist` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `component` varchar(255) NOT NULL DEFAULT '', `timecreated` bigint(10) NOT NULL DEFAULT 0, `timemodified` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='List of contexts for a component'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_dataprivacy_contextlist` -- LOCK TABLES `mdl_tool_dataprivacy_contextlist` WRITE; /*!40000 ALTER TABLE `mdl_tool_dataprivacy_contextlist` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_dataprivacy_contextlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_dataprivacy_ctxexpired` -- DROP TABLE IF EXISTS `mdl_tool_dataprivacy_ctxexpired`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tool_dataprivacy_ctxexpired` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `contextid` bigint(10) NOT NULL, `unexpiredroles` longtext DEFAULT NULL, `expiredroles` longtext DEFAULT NULL, `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 `mdl_tooldatactxe_con_uix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_dataprivacy_ctxexpired` -- LOCK TABLES `mdl_tool_dataprivacy_ctxexpired` WRITE; /*!40000 ALTER TABLE `mdl_tool_dataprivacy_ctxexpired` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_dataprivacy_ctxexpired` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_dataprivacy_ctxinstance` -- DROP TABLE IF EXISTS `mdl_tool_dataprivacy_ctxinstance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_tooldatactxi_con_uix` (`contextid`), KEY `mdl_tooldatactxi_pur_ix` (`purposeid`), KEY `mdl_tooldatactxi_cat_ix` (`categoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_dataprivacy_ctxinstance` -- LOCK TABLES `mdl_tool_dataprivacy_ctxinstance` WRITE; /*!40000 ALTER TABLE `mdl_tool_dataprivacy_ctxinstance` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_dataprivacy_ctxinstance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_dataprivacy_ctxlevel` -- DROP TABLE IF EXISTS `mdl_tool_dataprivacy_ctxlevel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_tooldatactxl_con_uix` (`contextlevel`), KEY `mdl_tooldatactxl_cat_ix` (`categoryid`), KEY `mdl_tooldatactxl_pur_ix` (`purposeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_dataprivacy_ctxlevel` -- LOCK TABLES `mdl_tool_dataprivacy_ctxlevel` WRITE; /*!40000 ALTER TABLE `mdl_tool_dataprivacy_ctxlevel` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_dataprivacy_ctxlevel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_dataprivacy_ctxlst_ctx` -- DROP TABLE IF EXISTS `mdl_tool_dataprivacy_ctxlst_ctx`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tool_dataprivacy_ctxlst_ctx` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `contextid` bigint(10) NOT NULL, `contextlistid` bigint(10) NOT NULL, `status` tinyint(2) NOT NULL DEFAULT 0, `timecreated` bigint(10) NOT NULL DEFAULT 0, `timemodified` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_tooldatactxlctx_con_ix` (`contextlistid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='A contextlist context item'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_dataprivacy_ctxlst_ctx` -- LOCK TABLES `mdl_tool_dataprivacy_ctxlst_ctx` WRITE; /*!40000 ALTER TABLE `mdl_tool_dataprivacy_ctxlst_ctx` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_dataprivacy_ctxlst_ctx` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_dataprivacy_purpose` -- DROP TABLE IF EXISTS `mdl_tool_dataprivacy_purpose`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tool_dataprivacy_purpose` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(100) NOT NULL DEFAULT '', `description` longtext DEFAULT NULL, `descriptionformat` tinyint(1) DEFAULT NULL, `lawfulbases` longtext NOT NULL, `sensitivedatareasons` longtext DEFAULT NULL, `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=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Data purposes'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_dataprivacy_purpose` -- LOCK TABLES `mdl_tool_dataprivacy_purpose` WRITE; /*!40000 ALTER TABLE `mdl_tool_dataprivacy_purpose` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_dataprivacy_purpose` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_dataprivacy_purposerole` -- DROP TABLE IF EXISTS `mdl_tool_dataprivacy_purposerole`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tool_dataprivacy_purposerole` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `purposeid` bigint(10) NOT NULL, `roleid` bigint(10) NOT NULL, `lawfulbases` longtext DEFAULT NULL, `sensitivedatareasons` longtext DEFAULT NULL, `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 `mdl_tooldatapurp_purrol_uix` (`purposeid`,`roleid`), KEY `mdl_tooldatapurp_pur_ix` (`purposeid`), KEY `mdl_tooldatapurp_rol_ix` (`roleid`), KEY `mdl_tooldatapurp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Data purpose overrides for a specific role'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_dataprivacy_purposerole` -- LOCK TABLES `mdl_tool_dataprivacy_purposerole` WRITE; /*!40000 ALTER TABLE `mdl_tool_dataprivacy_purposerole` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_dataprivacy_purposerole` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_dataprivacy_request` -- DROP TABLE IF EXISTS `mdl_tool_dataprivacy_request`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tool_dataprivacy_request` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `type` bigint(10) NOT NULL DEFAULT 0, `comments` longtext DEFAULT NULL, `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 DEFAULT NULL, `dpocommentformat` tinyint(2) NOT NULL DEFAULT 0, `systemapproved` smallint(4) 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 `mdl_tooldatarequ_use_ix` (`userid`), KEY `mdl_tooldatarequ_req_ix` (`requestedby`), KEY `mdl_tooldatarequ_dpo_ix` (`dpo`), KEY `mdl_tooldatarequ_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table for data requests'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_dataprivacy_request` -- LOCK TABLES `mdl_tool_dataprivacy_request` WRITE; /*!40000 ALTER TABLE `mdl_tool_dataprivacy_request` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_dataprivacy_request` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_dataprivacy_rqst_ctxlst` -- DROP TABLE IF EXISTS `mdl_tool_dataprivacy_rqst_ctxlst`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tool_dataprivacy_rqst_ctxlst` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `requestid` bigint(10) NOT NULL, `contextlistid` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_tooldatarqstctxl_reqco_uix` (`requestid`,`contextlistid`), KEY `mdl_tooldatarqstctxl_req_ix` (`requestid`), KEY `mdl_tooldatarqstctxl_con_ix` (`contextlistid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Association table joining requests and contextlists'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_dataprivacy_rqst_ctxlst` -- LOCK TABLES `mdl_tool_dataprivacy_rqst_ctxlst` WRITE; /*!40000 ALTER TABLE `mdl_tool_dataprivacy_rqst_ctxlst` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_dataprivacy_rqst_ctxlst` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_mfa` -- DROP TABLE IF EXISTS `mdl_tool_mfa`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tool_mfa` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `factor` varchar(100) NOT NULL DEFAULT '', `secret` varchar(1333) DEFAULT NULL, `label` varchar(1333) DEFAULT NULL, `timecreated` bigint(15) DEFAULT NULL, `createdfromip` varchar(100) DEFAULT NULL, `timemodified` bigint(15) DEFAULT NULL, `lastverified` bigint(15) DEFAULT NULL, `revoked` tinyint(1) NOT NULL DEFAULT 0, `lockcounter` mediumint(5) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_toolmfa_use_ix` (`userid`), KEY `mdl_toolmfa_fac_ix` (`factor`), KEY `mdl_toolmfa_usefacloc_ix` (`userid`,`factor`,`lockcounter`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table to store factor configurations for users'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_mfa` -- LOCK TABLES `mdl_tool_mfa` WRITE; /*!40000 ALTER TABLE `mdl_tool_mfa` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_mfa` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_mfa_auth` -- DROP TABLE IF EXISTS `mdl_tool_mfa_auth`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tool_mfa_auth` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `lastverified` bigint(15) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_toolmfaauth_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the last time a successful MFA auth was registered fo'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_mfa_auth` -- LOCK TABLES `mdl_tool_mfa_auth` WRITE; /*!40000 ALTER TABLE `mdl_tool_mfa_auth` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_mfa_auth` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_mfa_secrets` -- DROP TABLE IF EXISTS `mdl_tool_mfa_secrets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tool_mfa_secrets` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `userid` bigint(10) NOT NULL, `factor` varchar(100) NOT NULL DEFAULT '', `secret` varchar(1333) NOT NULL DEFAULT '', `timecreated` bigint(15) NOT NULL, `expiry` bigint(15) NOT NULL, `revoked` tinyint(1) NOT NULL DEFAULT 0, `sessionid` varchar(100) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_toolmfasecr_fac_ix` (`factor`), KEY `mdl_toolmfasecr_exp_ix` (`expiry`), KEY `mdl_toolmfasecr_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table to store factor secrets'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_mfa_secrets` -- LOCK TABLES `mdl_tool_mfa_secrets` WRITE; /*!40000 ALTER TABLE `mdl_tool_mfa_secrets` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_mfa_secrets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_monitor_events` -- DROP TABLE IF EXISTS `mdl_tool_monitor_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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`), KEY `mdl_toolmonieven_cou_ix` (`courseid`), KEY `mdl_toolmonieven_con_ix` (`contextid`), KEY `mdl_toolmonieven_con2_ix` (`contextinstanceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='A table that keeps a log of events related to subscriptions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_monitor_events` -- LOCK TABLES `mdl_tool_monitor_events` WRITE; /*!40000 ALTER TABLE `mdl_tool_monitor_events` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_monitor_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_monitor_history` -- DROP TABLE IF EXISTS `mdl_tool_monitor_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_toolmonihist_sidusetim_uix` (`sid`,`userid`,`timesent`), KEY `mdl_toolmonihist_sid_ix` (`sid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table to store history of message notifications sent'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_monitor_history` -- LOCK TABLES `mdl_tool_monitor_history` WRITE; /*!40000 ALTER TABLE `mdl_tool_monitor_history` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_monitor_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_monitor_rules` -- DROP TABLE IF EXISTS `mdl_tool_monitor_rules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tool_monitor_rules` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `description` longtext DEFAULT NULL, `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 `mdl_toolmonirule_couuse_ix` (`courseid`,`userid`), KEY `mdl_toolmonirule_eve_ix` (`eventname`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table to store rules'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_monitor_rules` -- LOCK TABLES `mdl_tool_monitor_rules` WRITE; /*!40000 ALTER TABLE `mdl_tool_monitor_rules` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_monitor_rules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_monitor_subscriptions` -- DROP TABLE IF EXISTS `mdl_tool_monitor_subscriptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_toolmonisubs_couuse_ix` (`courseid`,`userid`), KEY `mdl_toolmonisubs_rul_ix` (`ruleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table to store user subscriptions to various rules'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_monitor_subscriptions` -- LOCK TABLES `mdl_tool_monitor_subscriptions` WRITE; /*!40000 ALTER TABLE `mdl_tool_monitor_subscriptions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_monitor_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_policy` -- DROP TABLE IF EXISTS `mdl_tool_policy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_toolpoli_cur_ix` (`currentversionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Contains the list of policy documents defined on the site.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_policy` -- LOCK TABLES `mdl_tool_policy` WRITE; /*!40000 ALTER TABLE `mdl_tool_policy` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_policy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_policy_acceptances` -- DROP TABLE IF EXISTS `mdl_tool_policy_acceptances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_toolpoliacce_poluse_uix` (`policyversionid`,`userid`), KEY `mdl_toolpoliacce_pol_ix` (`policyversionid`), KEY `mdl_toolpoliacce_use_ix` (`userid`), KEY `mdl_toolpoliacce_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Tracks users accepting the policy versions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_policy_acceptances` -- LOCK TABLES `mdl_tool_policy_acceptances` WRITE; /*!40000 ALTER TABLE `mdl_tool_policy_acceptances` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_policy_acceptances` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_policy_versions` -- DROP TABLE IF EXISTS `mdl_tool_policy_versions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_toolpolivers_use_ix` (`usermodified`), KEY `mdl_toolpolivers_pol_ix` (`policyid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Holds versions of the policy documents'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_policy_versions` -- LOCK TABLES `mdl_tool_policy_versions` WRITE; /*!40000 ALTER TABLE `mdl_tool_policy_versions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_policy_versions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_recyclebin_category` -- DROP TABLE IF EXISTS `mdl_tool_recyclebin_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_toolrecycate_tim_ix` (`timecreated`), KEY `mdl_toolrecycate_cat_ix` (`categoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='A list of items in the category recycle bin'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_recyclebin_category` -- LOCK TABLES `mdl_tool_recyclebin_category` WRITE; /*!40000 ALTER TABLE `mdl_tool_recyclebin_category` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_recyclebin_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_recyclebin_course` -- DROP TABLE IF EXISTS `mdl_tool_recyclebin_course`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_toolrecycour_tim_ix` (`timecreated`), KEY `mdl_toolrecycour_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='A list of items in the course recycle bin'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_recyclebin_course` -- LOCK TABLES `mdl_tool_recyclebin_course` WRITE; /*!40000 ALTER TABLE `mdl_tool_recyclebin_course` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tool_recyclebin_course` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_usertours_steps` -- DROP TABLE IF EXISTS `mdl_tool_usertours_steps`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tool_usertours_steps` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `tourid` bigint(10) NOT NULL, `title` longtext DEFAULT NULL, `content` longtext DEFAULT NULL, `contentformat` smallint(4) NOT NULL DEFAULT 0, `targettype` tinyint(2) NOT NULL, `targetvalue` longtext NOT NULL, `sortorder` bigint(10) NOT NULL DEFAULT 0, `configdata` longtext NOT NULL, PRIMARY KEY (`id`), KEY `mdl_tooluserstep_tousor_ix` (`tourid`,`sortorder`), KEY `mdl_tooluserstep_tou_ix` (`tourid`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Steps in an tour'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_usertours_steps` -- LOCK TABLES `mdl_tool_usertours_steps` WRITE; /*!40000 ALTER TABLE `mdl_tool_usertours_steps` DISABLE KEYS */; INSERT INTO `mdl_tool_usertours_steps` (`id`, `tourid`, `title`, `content`, `contentformat`, `targettype`, `targetvalue`, `sortorder`, `configdata`) VALUES (1,1,'tour_gradebook_search_title,tool_usertours','tour_gradebook_search_content,tool_usertours',1,0,'.tertiary-navigation .user-search',0,'{}'),(2,1,'tour_gradebook_filter_title,tool_usertours','tour_gradebook_filter_content,tool_usertours',1,0,'.tertiary-navigation .initials-selector',1,'{}'),(3,1,'tour_gradebook_action_title,tool_usertours','tour_gradebook_action_content,tool_usertours',1,0,'tr.heading th.highlightable .action-menu.grader',2,'{}'),(4,2,'tour_navigation_course_index_student_title,tool_usertours','tour_navigation_course_index_student_content,tool_usertours',1,0,'#theme_boost-drawers-courseindex .drawercontent',0,'{}'),(5,3,'tour_navigation_course_edit_teacher_title,tool_usertours','tour_navigation_course_edit_teacher_content,tool_usertours',1,0,'form.editmode-switch-form',0,'{}'),(6,3,'tour_navigation_course_index_teacher_title,tool_usertours','tour_navigation_course_index_teacher_content,tool_usertours',1,0,'#theme_boost-drawers-courseindex .drawercontent',1,'{\"placement\":\"right\"}'),(7,3,'tour_navigation_course_announcements_teacher_title,tool_usertours','tour_navigation_course_announcements_teacher_content,tool_usertours',1,0,'.course-content .course-content-item-content .activity-item[data-activityname=\"Announcements\"]',2,'{\"placement\":\"left\"}'),(8,4,'tour_navigation_mycourses_title,tool_usertours','tour_navigation_mycourses_content,tool_usertours',1,0,'.header-actions-container .btn-group.course-manage',0,'{}'),(9,5,'tour_navigation_dashboard_title,tool_usertours','tour_navigation_dashboard_content,tool_usertours',1,0,'.drawer-toggles .drawer-toggler.drawer-right-toggle',0,'{\"placement\":\"left\"}'); /*!40000 ALTER TABLE `mdl_tool_usertours_steps` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tool_usertours_tours` -- DROP TABLE IF EXISTS `mdl_tool_usertours_tours`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tool_usertours_tours` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `description` longtext DEFAULT NULL, `pathmatch` varchar(255) DEFAULT NULL, `enabled` tinyint(1) NOT NULL DEFAULT 0, `sortorder` bigint(10) NOT NULL DEFAULT 0, `endtourlabel` varchar(255) DEFAULT NULL, `configdata` longtext NOT NULL, `displaystepnumbers` tinyint(1) NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='List of tours'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tool_usertours_tours` -- LOCK TABLES `mdl_tool_usertours_tours` WRITE; /*!40000 ALTER TABLE `mdl_tool_usertours_tours` DISABLE KEYS */; INSERT INTO `mdl_tool_usertours_tours` (`id`, `name`, `description`, `pathmatch`, `enabled`, `sortorder`, `endtourlabel`, `configdata`, `displaystepnumbers`) VALUES (1,'tour_gradebook_tour_name,tool_usertours','tour_gradebook_tour_description,tool_usertours','/grade/report/grader/index.php%',1,4,'','{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"accessdate\":{\"filter_accessdate\":\"tool_usertours_accountcreation\",\"filter_accessdate_range\":0,\"filter_accessdate_enabled\":\"0\"},\"category\":[],\"course\":[],\"courseformat\":[],\"role\":[],\"theme\":[],\"cssselector\":[]},\"majorupdatetime\":1683276000,\"shipped_tour\":true,\"shipped_filename\":\"42_tour_gradebook_grader_report.json\",\"shipped_version\":1}',1),(2,'tour_navigation_course_student_tour_name,tool_usertours','tour_navigation_course_student_tour_des,tool_usertours','/course/view.php%',1,3,'','{\"placement\":\"right\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"accessdate\":{\"filter_accessdate\":\"tool_usertours_accountcreation\",\"filter_accessdate_range\":0,\"filter_accessdate_enabled\":\"0\"},\"category\":[],\"course\":[],\"courseformat\":[],\"role\":[\"student\"],\"theme\":[\"boost\"],\"cssselector\":[]},\"majorupdatetime\":1641972472,\"shipped_tour\":true,\"shipped_filename\":\"40_tour_navigation_course_student.json\",\"shipped_version\":3}',1),(3,'tour_navigation_course_teacher_tour_name,tool_usertours','tour_navigation_course_teacher_tour_des,tool_usertours','/course/view.php%',1,2,'','{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"accessdate\":{\"filter_accessdate\":\"tool_usertours_accountcreation\",\"filter_accessdate_range\":0,\"filter_accessdate_enabled\":\"0\"},\"category\":[],\"course\":[],\"courseformat\":[],\"role\":[\"-1\",\"coursecreator\",\"manager\",\"teacher\",\"editingteacher\"],\"theme\":[\"boost\"],\"cssselector\":[]},\"majorupdatetime\":1641972470,\"shipped_tour\":true,\"shipped_filename\":\"40_tour_navigation_course_teacher.json\",\"shipped_version\":3}',1),(4,'tour_navigation_mycourses_tour_name,tool_usertours','tour_navigation_mycourses_tour_des,tool_usertours','/my/courses.php',1,1,'tour_navigation_mycourses_endtourlabel,tool_usertours','{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"accessdate\":{\"filter_accessdate\":\"tool_usertours_accountcreation\",\"filter_accessdate_range\":0,\"filter_accessdate_enabled\":\"0\"},\"category\":[],\"course\":[],\"courseformat\":[],\"role\":[],\"theme\":[\"boost\"],\"cssselector\":[]},\"majorupdatetime\":1641972468,\"shipped_tour\":true,\"shipped_filename\":\"40_tour_navigation_mycourse.json\",\"shipped_version\":5}',1),(5,'tour_navigation_dashboard_tour_name,tool_usertours','tour_navigation_dashboard_tour_des,tool_usertours','FRONTPAGE_MY',1,0,'','{\"placement\":\"left\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"accessdate\":{\"filter_accessdate\":\"tool_usertours_accountcreation\",\"filter_accessdate_range\":0,\"filter_accessdate_enabled\":\"0\"},\"category\":[],\"course\":[],\"courseformat\":[],\"role\":[],\"theme\":[\"boost\"],\"cssselector\":[]},\"majorupdatetime\":1641972465,\"shipped_tour\":true,\"shipped_filename\":\"40_tour_navigation_dashboard.json\",\"shipped_version\":4}',1); /*!40000 ALTER TABLE `mdl_tool_usertours_tours` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_upgrade_log` -- DROP TABLE IF EXISTS `mdl_upgrade_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `backtrace` longtext DEFAULT NULL, `userid` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_upgrlog_tim_ix` (`timemodified`), KEY `mdl_upgrlog_typtim_ix` (`type`,`timemodified`), KEY `mdl_upgrlog_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=1323 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Upgrade logging'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_upgrade_log` -- LOCK TABLES `mdl_upgrade_log` WRITE; /*!40000 ALTER TABLE `mdl_upgrade_log` DISABLE KEYS */; INSERT INTO `mdl_upgrade_log` (`id`, `type`, `plugin`, `version`, `targetversion`, `info`, `details`, `backtrace`, `userid`, `timemodified`) VALUES (1,0,'core','2023100904','2023100904','Upgrade savepoint reached',NULL,'',0,1722414910),(2,0,'core','2023100904','2023100904','Core installed',NULL,'',0,1722414919),(3,0,'antivirus_clamav',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414919),(4,0,'antivirus_clamav','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414919),(5,0,'antivirus_clamav','2023100900','2023100900','Plugin installed',NULL,'',0,1722414919),(6,0,'availability_completion',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414919),(7,0,'availability_completion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414919),(8,0,'availability_completion','2023100900','2023100900','Plugin installed',NULL,'',0,1722414919),(9,0,'availability_date',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414919),(10,0,'availability_date','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414919),(11,0,'availability_date','2023100900','2023100900','Plugin installed',NULL,'',0,1722414919),(12,0,'availability_grade',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414919),(13,0,'availability_grade','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414919),(14,0,'availability_grade','2023100900','2023100900','Plugin installed',NULL,'',0,1722414919),(15,0,'availability_group',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414919),(16,0,'availability_group','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414919),(17,0,'availability_group','2023100900','2023100900','Plugin installed',NULL,'',0,1722414919),(18,0,'availability_grouping',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414919),(19,0,'availability_grouping','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414919),(20,0,'availability_grouping','2023100900','2023100900','Plugin installed',NULL,'',0,1722414919),(21,0,'availability_profile',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414919),(22,0,'availability_profile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414919),(23,0,'availability_profile','2023100900','2023100900','Plugin installed',NULL,'',0,1722414919),(24,0,'qtype_calculated',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414919),(25,0,'qtype_calculated','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414919),(26,0,'qtype_calculated','2023100900','2023100900','Plugin installed',NULL,'',0,1722414919),(27,0,'qtype_calculatedmulti',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414919),(28,0,'qtype_calculatedmulti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414919),(29,0,'qtype_calculatedmulti','2023100900','2023100900','Plugin installed',NULL,'',0,1722414919),(30,0,'qtype_calculatedsimple',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414919),(31,0,'qtype_calculatedsimple','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414919),(32,0,'qtype_calculatedsimple','2023100900','2023100900','Plugin installed',NULL,'',0,1722414919),(33,0,'qtype_ddimageortext',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414919),(34,0,'qtype_ddimageortext','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414919),(35,0,'qtype_ddimageortext','2023100900','2023100900','Plugin installed',NULL,'',0,1722414919),(36,0,'qtype_ddmarker',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414919),(37,0,'qtype_ddmarker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414919),(38,0,'qtype_ddmarker','2023100900','2023100900','Plugin installed',NULL,'',0,1722414919),(39,0,'qtype_ddwtos',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414919),(40,0,'qtype_ddwtos','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414919),(41,0,'qtype_ddwtos','2023100900','2023100900','Plugin installed',NULL,'',0,1722414919),(42,0,'qtype_description',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414919),(43,0,'qtype_description','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414919),(44,0,'qtype_description','2023100900','2023100900','Plugin installed',NULL,'',0,1722414919),(45,0,'qtype_essay',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414920),(46,0,'qtype_essay','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414920),(47,0,'qtype_essay','2023100900','2023100900','Plugin installed',NULL,'',0,1722414920),(48,0,'qtype_gapselect',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414920),(49,0,'qtype_gapselect','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414920),(50,0,'qtype_gapselect','2023100900','2023100900','Plugin installed',NULL,'',0,1722414920),(51,0,'qtype_match',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414920),(52,0,'qtype_match','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414920),(53,0,'qtype_match','2023100900','2023100900','Plugin installed',NULL,'',0,1722414920),(54,0,'qtype_missingtype',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414920),(55,0,'qtype_missingtype','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414920),(56,0,'qtype_missingtype','2023100900','2023100900','Plugin installed',NULL,'',0,1722414920),(57,0,'qtype_multianswer',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414920),(58,0,'qtype_multianswer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414920),(59,0,'qtype_multianswer','2023100900','2023100900','Plugin installed',NULL,'',0,1722414920),(60,0,'qtype_multichoice',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414920),(61,0,'qtype_multichoice','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414920),(62,0,'qtype_multichoice','2023100900','2023100900','Plugin installed',NULL,'',0,1722414920),(63,0,'qtype_numerical',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414920),(64,0,'qtype_numerical','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414920),(65,0,'qtype_numerical','2023100900','2023100900','Plugin installed',NULL,'',0,1722414920),(66,0,'qtype_random',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414920),(67,0,'qtype_random','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414920),(68,0,'qtype_random','2023100900','2023100900','Plugin installed',NULL,'',0,1722414920),(69,0,'qtype_randomsamatch',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414920),(70,0,'qtype_randomsamatch','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414920),(71,0,'qtype_randomsamatch','2023100900','2023100900','Plugin installed',NULL,'',0,1722414920),(72,0,'qtype_shortanswer',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414920),(73,0,'qtype_shortanswer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414920),(74,0,'qtype_shortanswer','2023100900','2023100900','Plugin installed',NULL,'',0,1722414920),(75,0,'qtype_truefalse',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414920),(76,0,'qtype_truefalse','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414920),(77,0,'qtype_truefalse','2023100900','2023100900','Plugin installed',NULL,'',0,1722414920),(78,0,'mod_assign',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414920),(79,0,'mod_assign','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414920),(80,0,'mod_assign','2023100900','2023100900','Plugin installed',NULL,'',0,1722414920),(81,0,'mod_bigbluebuttonbn',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414920),(82,0,'mod_bigbluebuttonbn','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414920),(83,0,'mod_bigbluebuttonbn','2023100900','2023100900','Plugin installed',NULL,'',0,1722414920),(84,0,'mod_book',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414920),(85,0,'mod_book','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414921),(86,0,'mod_book','2023100900','2023100900','Plugin installed',NULL,'',0,1722414921),(87,0,'mod_chat',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414921),(88,0,'mod_chat','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414921),(89,0,'mod_chat','2023100900','2023100900','Plugin installed',NULL,'',0,1722414921),(90,0,'mod_choice',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414921),(91,0,'mod_choice','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414921),(92,0,'mod_choice','2023100900','2023100900','Plugin installed',NULL,'',0,1722414921),(93,0,'mod_data',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414921),(94,0,'mod_data','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414921),(95,0,'mod_data','2023100900','2023100900','Plugin installed',NULL,'',0,1722414921),(96,0,'mod_feedback',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414921),(97,0,'mod_feedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414921),(98,0,'mod_feedback','2023100900','2023100900','Plugin installed',NULL,'',0,1722414921),(99,0,'mod_folder',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414921),(100,0,'mod_folder','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414921),(101,0,'mod_folder','2023100900','2023100900','Plugin installed',NULL,'',0,1722414921),(102,0,'mod_forum',NULL,'2023100901','Starting plugin installation',NULL,'',0,1722414921),(103,0,'mod_forum','2023100901','2023100901','Upgrade savepoint reached',NULL,'',0,1722414922),(104,0,'mod_forum','2023100901','2023100901','Plugin installed',NULL,'',0,1722414922),(105,0,'mod_glossary',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414922),(106,0,'mod_glossary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414922),(107,0,'mod_glossary','2023100900','2023100900','Plugin installed',NULL,'',0,1722414922),(108,0,'mod_h5pactivity',NULL,'2023100901','Starting plugin installation',NULL,'',0,1722414922),(109,0,'mod_h5pactivity','2023100901','2023100901','Upgrade savepoint reached',NULL,'',0,1722414922),(110,0,'mod_h5pactivity','2023100901','2023100901','Plugin installed',NULL,'',0,1722414923),(111,0,'mod_imscp',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414923),(112,0,'mod_imscp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414923),(113,0,'mod_imscp','2023100900','2023100900','Plugin installed',NULL,'',0,1722414923),(114,0,'mod_label',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414923),(115,0,'mod_label','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414923),(116,0,'mod_label','2023100900','2023100900','Plugin installed',NULL,'',0,1722414923),(117,0,'mod_lesson',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414923),(118,0,'mod_lesson','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414923),(119,0,'mod_lesson','2023100900','2023100900','Plugin installed',NULL,'',0,1722414923),(120,0,'mod_lti',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414923),(121,0,'mod_lti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414923),(122,0,'mod_lti','2023100900','2023100900','Plugin installed',NULL,'',0,1722414923),(123,0,'mod_page',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414923),(124,0,'mod_page','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414923),(125,0,'mod_page','2023100900','2023100900','Plugin installed',NULL,'',0,1722414923),(126,0,'mod_quiz',NULL,'2023100901','Starting plugin installation',NULL,'',0,1722414923),(127,0,'mod_quiz','2023100901','2023100901','Upgrade savepoint reached',NULL,'',0,1722414923),(128,0,'mod_quiz','2023100901','2023100901','Plugin installed',NULL,'',0,1722414923),(129,0,'mod_resource',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414923),(130,0,'mod_resource','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414923),(131,0,'mod_resource','2023100900','2023100900','Plugin installed',NULL,'',0,1722414923),(132,0,'mod_scorm',NULL,'2023100901','Starting plugin installation',NULL,'',0,1722414924),(133,0,'mod_scorm','2023100901','2023100901','Upgrade savepoint reached',NULL,'',0,1722414924),(134,0,'mod_scorm','2023100901','2023100901','Plugin installed',NULL,'',0,1722414924),(135,0,'mod_survey',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414924),(136,0,'mod_survey','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414924),(137,0,'mod_survey','2023100900','2023100900','Plugin installed',NULL,'',0,1722414924),(138,0,'mod_url',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414924),(139,0,'mod_url','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414924),(140,0,'mod_url','2023100900','2023100900','Plugin installed',NULL,'',0,1722414924),(141,0,'mod_wiki',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414924),(142,0,'mod_wiki','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414924),(143,0,'mod_wiki','2023100900','2023100900','Plugin installed',NULL,'',0,1722414924),(144,0,'mod_workshop',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414924),(145,0,'mod_workshop','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414924),(146,0,'mod_workshop','2023100900','2023100900','Plugin installed',NULL,'',0,1722414925),(147,0,'auth_cas',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414925),(148,0,'auth_cas','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414925),(149,0,'auth_cas','2023100900','2023100900','Plugin installed',NULL,'',0,1722414925),(150,0,'auth_db',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414925),(151,0,'auth_db','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414925),(152,0,'auth_db','2023100900','2023100900','Plugin installed',NULL,'',0,1722414925),(153,0,'auth_email',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414925),(154,0,'auth_email','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414925),(155,0,'auth_email','2023100900','2023100900','Plugin installed',NULL,'',0,1722414925),(156,0,'auth_ldap',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414925),(157,0,'auth_ldap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414925),(158,0,'auth_ldap','2023100900','2023100900','Plugin installed',NULL,'',0,1722414925),(159,0,'auth_lti',NULL,'2023100901','Starting plugin installation',NULL,'',0,1722414925),(160,0,'auth_lti','2023100901','2023100901','Upgrade savepoint reached',NULL,'',0,1722414925),(161,0,'auth_lti','2023100901','2023100901','Plugin installed',NULL,'',0,1722414925),(162,0,'auth_manual',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414925),(163,0,'auth_manual','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414925),(164,0,'auth_manual','2023100900','2023100900','Plugin installed',NULL,'',0,1722414925),(165,0,'auth_mnet',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414925),(166,0,'auth_mnet','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414925),(167,0,'auth_mnet','2023100900','2023100900','Plugin installed',NULL,'',0,1722414925),(168,0,'auth_nologin',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414925),(169,0,'auth_nologin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414925),(170,0,'auth_nologin','2023100900','2023100900','Plugin installed',NULL,'',0,1722414925),(171,0,'auth_none',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414925),(172,0,'auth_none','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414925),(173,0,'auth_none','2023100900','2023100900','Plugin installed',NULL,'',0,1722414925),(174,0,'auth_oauth2',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414925),(175,0,'auth_oauth2','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414925),(176,0,'auth_oauth2','2023100900','2023100900','Plugin installed',NULL,'',0,1722414925),(177,0,'auth_shibboleth',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414925),(178,0,'auth_shibboleth','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414925),(179,0,'auth_shibboleth','2023100900','2023100900','Plugin installed',NULL,'',0,1722414925),(180,0,'auth_webservice',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414925),(181,0,'auth_webservice','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414925),(182,0,'auth_webservice','2023100900','2023100900','Plugin installed',NULL,'',0,1722414925),(183,0,'calendartype_gregorian',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414925),(184,0,'calendartype_gregorian','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414925),(185,0,'calendartype_gregorian','2023100900','2023100900','Plugin installed',NULL,'',0,1722414925),(186,0,'communication_customlink',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414925),(187,0,'communication_customlink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414925),(188,0,'communication_customlink','2023100900','2023100900','Plugin installed',NULL,'',0,1722414925),(189,0,'communication_matrix',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414925),(190,0,'communication_matrix','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414925),(191,0,'communication_matrix','2023100900','2023100900','Plugin installed',NULL,'',0,1722414925),(192,0,'customfield_checkbox',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414925),(193,0,'customfield_checkbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414925),(194,0,'customfield_checkbox','2023100900','2023100900','Plugin installed',NULL,'',0,1722414925),(195,0,'customfield_date',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414925),(196,0,'customfield_date','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414925),(197,0,'customfield_date','2023100900','2023100900','Plugin installed',NULL,'',0,1722414925),(198,0,'customfield_select',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414925),(199,0,'customfield_select','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414925),(200,0,'customfield_select','2023100900','2023100900','Plugin installed',NULL,'',0,1722414925),(201,0,'customfield_text',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414925),(202,0,'customfield_text','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414925),(203,0,'customfield_text','2023100900','2023100900','Plugin installed',NULL,'',0,1722414925),(204,0,'customfield_textarea',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414925),(205,0,'customfield_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414925),(206,0,'customfield_textarea','2023100900','2023100900','Plugin installed',NULL,'',0,1722414925),(207,0,'enrol_category',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414925),(208,0,'enrol_category','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414925),(209,0,'enrol_category','2023100900','2023100900','Plugin installed',NULL,'',0,1722414925),(210,0,'enrol_cohort',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414925),(211,0,'enrol_cohort','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414925),(212,0,'enrol_cohort','2023100900','2023100900','Plugin installed',NULL,'',0,1722414925),(213,0,'enrol_database',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414925),(214,0,'enrol_database','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414925),(215,0,'enrol_database','2023100900','2023100900','Plugin installed',NULL,'',0,1722414926),(216,0,'enrol_fee',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414926),(217,0,'enrol_fee','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414926),(218,0,'enrol_fee','2023100900','2023100900','Plugin installed',NULL,'',0,1722414926),(219,0,'enrol_flatfile',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414926),(220,0,'enrol_flatfile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414926),(221,0,'enrol_flatfile','2023100900','2023100900','Plugin installed',NULL,'',0,1722414926),(222,0,'enrol_guest',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414926),(223,0,'enrol_guest','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414926),(224,0,'enrol_guest','2023100900','2023100900','Plugin installed',NULL,'',0,1722414926),(225,0,'enrol_imsenterprise',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414926),(226,0,'enrol_imsenterprise','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414926),(227,0,'enrol_imsenterprise','2023100900','2023100900','Plugin installed',NULL,'',0,1722414926),(228,0,'enrol_ldap',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414926),(229,0,'enrol_ldap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414926),(230,0,'enrol_ldap','2023100900','2023100900','Plugin installed',NULL,'',0,1722414926),(231,0,'enrol_lti',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414926),(232,0,'enrol_lti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414926),(233,0,'enrol_lti','2023100900','2023100900','Plugin installed',NULL,'',0,1722414926),(234,0,'enrol_manual',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414926),(235,0,'enrol_manual','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414926),(236,0,'enrol_manual','2023100900','2023100900','Plugin installed',NULL,'',0,1722414926),(237,0,'enrol_meta',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414926),(238,0,'enrol_meta','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414926),(239,0,'enrol_meta','2023100900','2023100900','Plugin installed',NULL,'',0,1722414926),(240,0,'enrol_mnet',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414926),(241,0,'enrol_mnet','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414926),(242,0,'enrol_mnet','2023100900','2023100900','Plugin installed',NULL,'',0,1722414926),(243,0,'enrol_paypal',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414926),(244,0,'enrol_paypal','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414926),(245,0,'enrol_paypal','2023100900','2023100900','Plugin installed',NULL,'',0,1722414926),(246,0,'enrol_self',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414926),(247,0,'enrol_self','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414926),(248,0,'enrol_self','2023100900','2023100900','Plugin installed',NULL,'',0,1722414926),(249,0,'message_airnotifier',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414926),(250,0,'message_airnotifier','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414926),(251,0,'message_airnotifier','2023100900','2023100900','Plugin installed',NULL,'',0,1722414926),(252,0,'message_email',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414926),(253,0,'message_email','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414926),(254,0,'message_email','2023100900','2023100900','Plugin installed',NULL,'',0,1722414927),(255,0,'message_popup',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414927),(256,0,'message_popup','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414927),(257,0,'message_popup','2023100900','2023100900','Plugin installed',NULL,'',0,1722414927),(258,0,'block_accessreview',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414927),(259,0,'block_accessreview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414927),(260,0,'block_accessreview','2023100900','2023100900','Plugin installed',NULL,'',0,1722414927),(261,0,'block_activity_modules',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414927),(262,0,'block_activity_modules','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414927),(263,0,'block_activity_modules','2023100900','2023100900','Plugin installed',NULL,'',0,1722414927),(264,0,'block_activity_results',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414927),(265,0,'block_activity_results','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414927),(266,0,'block_activity_results','2023100900','2023100900','Plugin installed',NULL,'',0,1722414927),(267,0,'block_admin_bookmarks',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414927),(268,0,'block_admin_bookmarks','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414927),(269,0,'block_admin_bookmarks','2023100900','2023100900','Plugin installed',NULL,'',0,1722414927),(270,0,'block_badges',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414927),(271,0,'block_badges','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414927),(272,0,'block_badges','2023100900','2023100900','Plugin installed',NULL,'',0,1722414927),(273,0,'block_blog_menu',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414927),(274,0,'block_blog_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414927),(275,0,'block_blog_menu','2023100900','2023100900','Plugin installed',NULL,'',0,1722414927),(276,0,'block_blog_recent',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414927),(277,0,'block_blog_recent','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414927),(278,0,'block_blog_recent','2023100900','2023100900','Plugin installed',NULL,'',0,1722414927),(279,0,'block_blog_tags',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414927),(280,0,'block_blog_tags','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414927),(281,0,'block_blog_tags','2023100900','2023100900','Plugin installed',NULL,'',0,1722414927),(282,0,'block_calendar_month',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414927),(283,0,'block_calendar_month','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414927),(284,0,'block_calendar_month','2023100900','2023100900','Plugin installed',NULL,'',0,1722414927),(285,0,'block_calendar_upcoming',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414927),(286,0,'block_calendar_upcoming','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414927),(287,0,'block_calendar_upcoming','2023100900','2023100900','Plugin installed',NULL,'',0,1722414927),(288,0,'block_comments',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414927),(289,0,'block_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414927),(290,0,'block_comments','2023100900','2023100900','Plugin installed',NULL,'',0,1722414927),(291,0,'block_completionstatus',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414927),(292,0,'block_completionstatus','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414927),(293,0,'block_completionstatus','2023100900','2023100900','Plugin installed',NULL,'',0,1722414927),(294,0,'block_course_list',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414927),(295,0,'block_course_list','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414927),(296,0,'block_course_list','2023100900','2023100900','Plugin installed',NULL,'',0,1722414927),(297,0,'block_course_summary',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414927),(298,0,'block_course_summary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414927),(299,0,'block_course_summary','2023100900','2023100900','Plugin installed',NULL,'',0,1722414927),(300,0,'block_feedback',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414927),(301,0,'block_feedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414927),(302,0,'block_feedback','2023100900','2023100900','Plugin installed',NULL,'',0,1722414927),(303,0,'block_globalsearch',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414927),(304,0,'block_globalsearch','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414927),(305,0,'block_globalsearch','2023100900','2023100900','Plugin installed',NULL,'',0,1722414927),(306,0,'block_glossary_random',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414927),(307,0,'block_glossary_random','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414927),(308,0,'block_glossary_random','2023100900','2023100900','Plugin installed',NULL,'',0,1722414927),(309,0,'block_html',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414927),(310,0,'block_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414927),(311,0,'block_html','2023100900','2023100900','Plugin installed',NULL,'',0,1722414927),(312,0,'block_login',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414927),(313,0,'block_login','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414927),(314,0,'block_login','2023100900','2023100900','Plugin installed',NULL,'',0,1722414927),(315,0,'block_lp',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414927),(316,0,'block_lp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414927),(317,0,'block_lp','2023100900','2023100900','Plugin installed',NULL,'',0,1722414928),(318,0,'block_mentees',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414928),(319,0,'block_mentees','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414928),(320,0,'block_mentees','2023100900','2023100900','Plugin installed',NULL,'',0,1722414928),(321,0,'block_mnet_hosts',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414928),(322,0,'block_mnet_hosts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414928),(323,0,'block_mnet_hosts','2023100900','2023100900','Plugin installed',NULL,'',0,1722414928),(324,0,'block_myoverview',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414928),(325,0,'block_myoverview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414928),(326,0,'block_myoverview','2023100900','2023100900','Plugin installed',NULL,'',0,1722414928),(327,0,'block_myprofile',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414928),(328,0,'block_myprofile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414928),(329,0,'block_myprofile','2023100900','2023100900','Plugin installed',NULL,'',0,1722414928),(330,0,'block_navigation',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414928),(331,0,'block_navigation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414928),(332,0,'block_navigation','2023100900','2023100900','Plugin installed',NULL,'',0,1722414928),(333,0,'block_news_items',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414928),(334,0,'block_news_items','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414928),(335,0,'block_news_items','2023100900','2023100900','Plugin installed',NULL,'',0,1722414928),(336,0,'block_online_users',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414928),(337,0,'block_online_users','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414928),(338,0,'block_online_users','2023100900','2023100900','Plugin installed',NULL,'',0,1722414928),(339,0,'block_private_files',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414928),(340,0,'block_private_files','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414928),(341,0,'block_private_files','2023100900','2023100900','Plugin installed',NULL,'',0,1722414928),(342,0,'block_recent_activity',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414928),(343,0,'block_recent_activity','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414928),(344,0,'block_recent_activity','2023100900','2023100900','Plugin installed',NULL,'',0,1722414928),(345,0,'block_recentlyaccessedcourses',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414928),(346,0,'block_recentlyaccessedcourses','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414928),(347,0,'block_recentlyaccessedcourses','2023100900','2023100900','Plugin installed',NULL,'',0,1722414928),(348,0,'block_recentlyaccesseditems',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414928),(349,0,'block_recentlyaccesseditems','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414928),(350,0,'block_recentlyaccesseditems','2023100900','2023100900','Plugin installed',NULL,'',0,1722414928),(351,0,'block_rss_client',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414928),(352,0,'block_rss_client','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414928),(353,0,'block_rss_client','2023100900','2023100900','Plugin installed',NULL,'',0,1722414928),(354,0,'block_search_forums',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414928),(355,0,'block_search_forums','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414928),(356,0,'block_search_forums','2023100900','2023100900','Plugin installed',NULL,'',0,1722414928),(357,0,'block_section_links',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414928),(358,0,'block_section_links','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414928),(359,0,'block_section_links','2023100900','2023100900','Plugin installed',NULL,'',0,1722414928),(360,0,'block_selfcompletion',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414928),(361,0,'block_selfcompletion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414928),(362,0,'block_selfcompletion','2023100900','2023100900','Plugin installed',NULL,'',0,1722414928),(363,0,'block_settings',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414928),(364,0,'block_settings','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414928),(365,0,'block_settings','2023100900','2023100900','Plugin installed',NULL,'',0,1722414928),(366,0,'block_site_main_menu',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414928),(367,0,'block_site_main_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414928),(368,0,'block_site_main_menu','2023100900','2023100900','Plugin installed',NULL,'',0,1722414928),(369,0,'block_social_activities',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414928),(370,0,'block_social_activities','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414928),(371,0,'block_social_activities','2023100900','2023100900','Plugin installed',NULL,'',0,1722414928),(372,0,'block_starredcourses',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414928),(373,0,'block_starredcourses','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414928),(374,0,'block_starredcourses','2023100900','2023100900','Plugin installed',NULL,'',0,1722414928),(375,0,'block_tag_flickr',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414928),(376,0,'block_tag_flickr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414928),(377,0,'block_tag_flickr','2023100900','2023100900','Plugin installed',NULL,'',0,1722414928),(378,0,'block_tag_youtube',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414928),(379,0,'block_tag_youtube','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414928),(380,0,'block_tag_youtube','2023100900','2023100900','Plugin installed',NULL,'',0,1722414928),(381,0,'block_tags',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414928),(382,0,'block_tags','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414928),(383,0,'block_tags','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(384,0,'block_timeline',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(385,0,'block_timeline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(386,0,'block_timeline','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(387,0,'media_html5audio',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(388,0,'media_html5audio','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(389,0,'media_html5audio','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(390,0,'media_html5video',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(391,0,'media_html5video','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(392,0,'media_html5video','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(393,0,'media_videojs',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(394,0,'media_videojs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(395,0,'media_videojs','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(396,0,'media_vimeo',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(397,0,'media_vimeo','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(398,0,'media_vimeo','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(399,0,'media_youtube',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(400,0,'media_youtube','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(401,0,'media_youtube','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(402,0,'filter_activitynames',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(403,0,'filter_activitynames','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(404,0,'filter_activitynames','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(405,0,'filter_algebra',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(406,0,'filter_algebra','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(407,0,'filter_algebra','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(408,0,'filter_codehighlighter',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(409,0,'filter_codehighlighter','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(410,0,'filter_codehighlighter','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(411,0,'filter_data',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(412,0,'filter_data','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(413,0,'filter_data','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(414,0,'filter_displayh5p',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(415,0,'filter_displayh5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(416,0,'filter_displayh5p','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(417,0,'filter_emailprotect',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(418,0,'filter_emailprotect','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(419,0,'filter_emailprotect','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(420,0,'filter_emoticon',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(421,0,'filter_emoticon','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(422,0,'filter_emoticon','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(423,0,'filter_glossary',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(424,0,'filter_glossary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(425,0,'filter_glossary','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(426,0,'filter_mathjaxloader',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(427,0,'filter_mathjaxloader','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(428,0,'filter_mathjaxloader','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(429,0,'filter_mediaplugin',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(430,0,'filter_mediaplugin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(431,0,'filter_mediaplugin','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(432,0,'filter_multilang',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(433,0,'filter_multilang','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(434,0,'filter_multilang','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(435,0,'filter_tex',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(436,0,'filter_tex','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(437,0,'filter_tex','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(438,0,'filter_tidy',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(439,0,'filter_tidy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(440,0,'filter_tidy','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(441,0,'filter_urltolink',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(442,0,'filter_urltolink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(443,0,'filter_urltolink','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(444,0,'editor_atto',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(445,0,'editor_atto','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(446,0,'editor_atto','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(447,0,'editor_textarea',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(448,0,'editor_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(449,0,'editor_textarea','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(450,0,'editor_tiny',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(451,0,'editor_tiny','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(452,0,'editor_tiny','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(453,0,'format_singleactivity',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(454,0,'format_singleactivity','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(455,0,'format_singleactivity','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(456,0,'format_social',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(457,0,'format_social','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(458,0,'format_social','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(459,0,'format_topics',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(460,0,'format_topics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(461,0,'format_topics','2023100900','2023100900','Plugin installed',NULL,'',0,1722414929),(462,0,'format_weeks',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414929),(463,0,'format_weeks','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414929),(464,0,'format_weeks','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(465,0,'dataformat_csv',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(466,0,'dataformat_csv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(467,0,'dataformat_csv','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(468,0,'dataformat_excel',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(469,0,'dataformat_excel','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(470,0,'dataformat_excel','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(471,0,'dataformat_html',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(472,0,'dataformat_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(473,0,'dataformat_html','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(474,0,'dataformat_json',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(475,0,'dataformat_json','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(476,0,'dataformat_json','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(477,0,'dataformat_ods',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(478,0,'dataformat_ods','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(479,0,'dataformat_ods','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(480,0,'dataformat_pdf',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(481,0,'dataformat_pdf','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(482,0,'dataformat_pdf','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(483,0,'profilefield_checkbox',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(484,0,'profilefield_checkbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(485,0,'profilefield_checkbox','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(486,0,'profilefield_datetime',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(487,0,'profilefield_datetime','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(488,0,'profilefield_datetime','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(489,0,'profilefield_menu',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(490,0,'profilefield_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(491,0,'profilefield_menu','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(492,0,'profilefield_social',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(493,0,'profilefield_social','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(494,0,'profilefield_social','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(495,0,'profilefield_text',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(496,0,'profilefield_text','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(497,0,'profilefield_text','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(498,0,'profilefield_textarea',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(499,0,'profilefield_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(500,0,'profilefield_textarea','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(501,0,'report_backups',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(502,0,'report_backups','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(503,0,'report_backups','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(504,0,'report_competency',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(505,0,'report_competency','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(506,0,'report_competency','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(507,0,'report_completion',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(508,0,'report_completion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(509,0,'report_completion','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(510,0,'report_configlog',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(511,0,'report_configlog','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(512,0,'report_configlog','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(513,0,'report_courseoverview',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(514,0,'report_courseoverview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(515,0,'report_courseoverview','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(516,0,'report_eventlist',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(517,0,'report_eventlist','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(518,0,'report_eventlist','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(519,0,'report_infectedfiles',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(520,0,'report_infectedfiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(521,0,'report_infectedfiles','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(522,0,'report_insights',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(523,0,'report_insights','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(524,0,'report_insights','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(525,0,'report_log',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(526,0,'report_log','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(527,0,'report_log','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(528,0,'report_loglive',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(529,0,'report_loglive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(530,0,'report_loglive','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(531,0,'report_outline',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(532,0,'report_outline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(533,0,'report_outline','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(534,0,'report_participation',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(535,0,'report_participation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(536,0,'report_participation','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(537,0,'report_performance',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(538,0,'report_performance','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(539,0,'report_performance','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(540,0,'report_progress',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414930),(541,0,'report_progress','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414930),(542,0,'report_progress','2023100900','2023100900','Plugin installed',NULL,'',0,1722414930),(543,0,'report_questioninstances',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414931),(544,0,'report_questioninstances','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414931),(545,0,'report_questioninstances','2023100900','2023100900','Plugin installed',NULL,'',0,1722414931),(546,0,'report_security',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414931),(547,0,'report_security','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414931),(548,0,'report_security','2023100900','2023100900','Plugin installed',NULL,'',0,1722414931),(549,0,'report_stats',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414931),(550,0,'report_stats','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414931),(551,0,'report_stats','2023100900','2023100900','Plugin installed',NULL,'',0,1722414931),(552,0,'report_status',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414931),(553,0,'report_status','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414931),(554,0,'report_status','2023100900','2023100900','Plugin installed',NULL,'',0,1722414931),(555,0,'report_usersessions',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414931),(556,0,'report_usersessions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414931),(557,0,'report_usersessions','2023100900','2023100900','Plugin installed',NULL,'',0,1722414931),(558,0,'gradeexport_ods',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414931),(559,0,'gradeexport_ods','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414931),(560,0,'gradeexport_ods','2023100900','2023100900','Plugin installed',NULL,'',0,1722414931),(561,0,'gradeexport_txt',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414931),(562,0,'gradeexport_txt','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414931),(563,0,'gradeexport_txt','2023100900','2023100900','Plugin installed',NULL,'',0,1722414931),(564,0,'gradeexport_xls',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414931),(565,0,'gradeexport_xls','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414931),(566,0,'gradeexport_xls','2023100900','2023100900','Plugin installed',NULL,'',0,1722414931),(567,0,'gradeexport_xml',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414931),(568,0,'gradeexport_xml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414931),(569,0,'gradeexport_xml','2023100900','2023100900','Plugin installed',NULL,'',0,1722414931),(570,0,'gradeimport_csv',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414931),(571,0,'gradeimport_csv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414931),(572,0,'gradeimport_csv','2023100900','2023100900','Plugin installed',NULL,'',0,1722414931),(573,0,'gradeimport_direct',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414931),(574,0,'gradeimport_direct','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414931),(575,0,'gradeimport_direct','2023100900','2023100900','Plugin installed',NULL,'',0,1722414931),(576,0,'gradeimport_xml',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414931),(577,0,'gradeimport_xml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414931),(578,0,'gradeimport_xml','2023100900','2023100900','Plugin installed',NULL,'',0,1722414931),(579,0,'gradereport_grader',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414931),(580,0,'gradereport_grader','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414931),(581,0,'gradereport_grader','2023100900','2023100900','Plugin installed',NULL,'',0,1722414931),(582,0,'gradereport_history',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414931),(583,0,'gradereport_history','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414931),(584,0,'gradereport_history','2023100900','2023100900','Plugin installed',NULL,'',0,1722414931),(585,0,'gradereport_outcomes',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414931),(586,0,'gradereport_outcomes','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414931),(587,0,'gradereport_outcomes','2023100900','2023100900','Plugin installed',NULL,'',0,1722414931),(588,0,'gradereport_overview',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414931),(589,0,'gradereport_overview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414931),(590,0,'gradereport_overview','2023100900','2023100900','Plugin installed',NULL,'',0,1722414931),(591,0,'gradereport_singleview',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414931),(592,0,'gradereport_singleview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414931),(593,0,'gradereport_singleview','2023100900','2023100900','Plugin installed',NULL,'',0,1722414931),(594,0,'gradereport_summary',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414931),(595,0,'gradereport_summary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414931),(596,0,'gradereport_summary','2023100900','2023100900','Plugin installed',NULL,'',0,1722414931),(597,0,'gradereport_user',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414931),(598,0,'gradereport_user','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414931),(599,0,'gradereport_user','2023100900','2023100900','Plugin installed',NULL,'',0,1722414931),(600,0,'gradingform_guide',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414931),(601,0,'gradingform_guide','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414931),(602,0,'gradingform_guide','2023100900','2023100900','Plugin installed',NULL,'',0,1722414931),(603,0,'gradingform_rubric',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414931),(604,0,'gradingform_rubric','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414931),(605,0,'gradingform_rubric','2023100900','2023100900','Plugin installed',NULL,'',0,1722414931),(606,0,'mlbackend_php',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414931),(607,0,'mlbackend_php','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414931),(608,0,'mlbackend_php','2023100900','2023100900','Plugin installed',NULL,'',0,1722414931),(609,0,'mlbackend_python',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414931),(610,0,'mlbackend_python','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414931),(611,0,'mlbackend_python','2023100900','2023100900','Plugin installed',NULL,'',0,1722414931),(612,0,'mnetservice_enrol',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414931),(613,0,'mnetservice_enrol','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414932),(614,0,'mnetservice_enrol','2023100900','2023100900','Plugin installed',NULL,'',0,1722414932),(615,0,'webservice_rest',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414932),(616,0,'webservice_rest','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414932),(617,0,'webservice_rest','2023100900','2023100900','Plugin installed',NULL,'',0,1722414932),(618,0,'webservice_soap',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414932),(619,0,'webservice_soap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414932),(620,0,'webservice_soap','2023100900','2023100900','Plugin installed',NULL,'',0,1722414932),(621,0,'repository_areafiles',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414932),(622,0,'repository_areafiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414932),(623,0,'repository_areafiles','2023100900','2023100900','Plugin installed',NULL,'',0,1722414932),(624,0,'repository_contentbank',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414932),(625,0,'repository_contentbank','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414932),(626,0,'repository_contentbank','2023100900','2023100900','Plugin installed',NULL,'',0,1722414932),(627,0,'repository_coursefiles',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414932),(628,0,'repository_coursefiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414932),(629,0,'repository_coursefiles','2023100900','2023100900','Plugin installed',NULL,'',0,1722414932),(630,0,'repository_dropbox',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414932),(631,0,'repository_dropbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414932),(632,0,'repository_dropbox','2023100900','2023100900','Plugin installed',NULL,'',0,1722414932),(633,0,'repository_equella',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414932),(634,0,'repository_equella','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414932),(635,0,'repository_equella','2023100900','2023100900','Plugin installed',NULL,'',0,1722414932),(636,0,'repository_filesystem',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414932),(637,0,'repository_filesystem','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414932),(638,0,'repository_filesystem','2023100900','2023100900','Plugin installed',NULL,'',0,1722414932),(639,0,'repository_flickr',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414932),(640,0,'repository_flickr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414932),(641,0,'repository_flickr','2023100900','2023100900','Plugin installed',NULL,'',0,1722414932),(642,0,'repository_flickr_public',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414932),(643,0,'repository_flickr_public','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414932),(644,0,'repository_flickr_public','2023100900','2023100900','Plugin installed',NULL,'',0,1722414932),(645,0,'repository_googledocs',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414932),(646,0,'repository_googledocs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414932),(647,0,'repository_googledocs','2023100900','2023100900','Plugin installed',NULL,'',0,1722414932),(648,0,'repository_local',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414932),(649,0,'repository_local','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414932),(650,0,'repository_local','2023100900','2023100900','Plugin installed',NULL,'',0,1722414932),(651,0,'repository_merlot',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414932),(652,0,'repository_merlot','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414932),(653,0,'repository_merlot','2023100900','2023100900','Plugin installed',NULL,'',0,1722414932),(654,0,'repository_nextcloud',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414932),(655,0,'repository_nextcloud','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414932),(656,0,'repository_nextcloud','2023100900','2023100900','Plugin installed',NULL,'',0,1722414932),(657,0,'repository_onedrive',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414932),(658,0,'repository_onedrive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414932),(659,0,'repository_onedrive','2023100900','2023100900','Plugin installed',NULL,'',0,1722414932),(660,0,'repository_recent',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414932),(661,0,'repository_recent','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414932),(662,0,'repository_recent','2023100900','2023100900','Plugin installed',NULL,'',0,1722414932),(663,0,'repository_s3',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414932),(664,0,'repository_s3','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414932),(665,0,'repository_s3','2023100900','2023100900','Plugin installed',NULL,'',0,1722414932),(666,0,'repository_upload',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414932),(667,0,'repository_upload','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414932),(668,0,'repository_upload','2023100900','2023100900','Plugin installed',NULL,'',0,1722414932),(669,0,'repository_url',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414932),(670,0,'repository_url','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414932),(671,0,'repository_url','2023100900','2023100900','Plugin installed',NULL,'',0,1722414932),(672,0,'repository_user',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414932),(673,0,'repository_user','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414932),(674,0,'repository_user','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(675,0,'repository_webdav',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(676,0,'repository_webdav','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(677,0,'repository_webdav','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(678,0,'repository_wikimedia',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(679,0,'repository_wikimedia','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(680,0,'repository_wikimedia','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(681,0,'repository_youtube',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(682,0,'repository_youtube','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(683,0,'repository_youtube','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(684,0,'portfolio_download',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(685,0,'portfolio_download','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(686,0,'portfolio_download','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(687,0,'portfolio_flickr',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(688,0,'portfolio_flickr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(689,0,'portfolio_flickr','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(690,0,'portfolio_googledocs',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(691,0,'portfolio_googledocs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(692,0,'portfolio_googledocs','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(693,0,'portfolio_mahara',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(694,0,'portfolio_mahara','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(695,0,'portfolio_mahara','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(696,0,'search_simpledb',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(697,0,'search_simpledb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(698,0,'search_simpledb','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(699,0,'search_solr',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(700,0,'search_solr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(701,0,'search_solr','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(702,0,'qbank_bulkmove',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(703,0,'qbank_bulkmove','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(704,0,'qbank_bulkmove','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(705,0,'qbank_columnsortorder',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(706,0,'qbank_columnsortorder','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(707,0,'qbank_columnsortorder','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(708,0,'qbank_comment',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(709,0,'qbank_comment','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(710,0,'qbank_comment','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(711,0,'qbank_customfields',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(712,0,'qbank_customfields','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(713,0,'qbank_customfields','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(714,0,'qbank_deletequestion',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(715,0,'qbank_deletequestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(716,0,'qbank_deletequestion','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(717,0,'qbank_editquestion',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(718,0,'qbank_editquestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(719,0,'qbank_editquestion','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(720,0,'qbank_exportquestions',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(721,0,'qbank_exportquestions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(722,0,'qbank_exportquestions','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(723,0,'qbank_exporttoxml',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(724,0,'qbank_exporttoxml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(725,0,'qbank_exporttoxml','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(726,0,'qbank_history',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(727,0,'qbank_history','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(728,0,'qbank_history','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(729,0,'qbank_importquestions',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(730,0,'qbank_importquestions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(731,0,'qbank_importquestions','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(732,0,'qbank_managecategories',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(733,0,'qbank_managecategories','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(734,0,'qbank_managecategories','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(735,0,'qbank_previewquestion',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(736,0,'qbank_previewquestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(737,0,'qbank_previewquestion','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(738,0,'qbank_statistics',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(739,0,'qbank_statistics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(740,0,'qbank_statistics','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(741,0,'qbank_tagquestion',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(742,0,'qbank_tagquestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(743,0,'qbank_tagquestion','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(744,0,'qbank_usage',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(745,0,'qbank_usage','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(746,0,'qbank_usage','2023100900','2023100900','Plugin installed',NULL,'',0,1722414933),(747,0,'qbank_viewcreator',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414933),(748,0,'qbank_viewcreator','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414933),(749,0,'qbank_viewcreator','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(750,0,'qbank_viewquestionname',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(751,0,'qbank_viewquestionname','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(752,0,'qbank_viewquestionname','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(753,0,'qbank_viewquestiontext',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(754,0,'qbank_viewquestiontext','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(755,0,'qbank_viewquestiontext','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(756,0,'qbank_viewquestiontype',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(757,0,'qbank_viewquestiontype','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(758,0,'qbank_viewquestiontype','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(759,0,'qbehaviour_adaptive',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(760,0,'qbehaviour_adaptive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(761,0,'qbehaviour_adaptive','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(762,0,'qbehaviour_adaptivenopenalty',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(763,0,'qbehaviour_adaptivenopenalty','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(764,0,'qbehaviour_adaptivenopenalty','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(765,0,'qbehaviour_deferredcbm',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(766,0,'qbehaviour_deferredcbm','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(767,0,'qbehaviour_deferredcbm','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(768,0,'qbehaviour_deferredfeedback',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(769,0,'qbehaviour_deferredfeedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(770,0,'qbehaviour_deferredfeedback','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(771,0,'qbehaviour_immediatecbm',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(772,0,'qbehaviour_immediatecbm','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(773,0,'qbehaviour_immediatecbm','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(774,0,'qbehaviour_immediatefeedback',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(775,0,'qbehaviour_immediatefeedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(776,0,'qbehaviour_immediatefeedback','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(777,0,'qbehaviour_informationitem',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(778,0,'qbehaviour_informationitem','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(779,0,'qbehaviour_informationitem','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(780,0,'qbehaviour_interactive',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(781,0,'qbehaviour_interactive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(782,0,'qbehaviour_interactive','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(783,0,'qbehaviour_interactivecountback',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(784,0,'qbehaviour_interactivecountback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(785,0,'qbehaviour_interactivecountback','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(786,0,'qbehaviour_manualgraded',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(787,0,'qbehaviour_manualgraded','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(788,0,'qbehaviour_manualgraded','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(789,0,'qbehaviour_missing',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(790,0,'qbehaviour_missing','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(791,0,'qbehaviour_missing','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(792,0,'qformat_aiken',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(793,0,'qformat_aiken','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(794,0,'qformat_aiken','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(795,0,'qformat_blackboard_six',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(796,0,'qformat_blackboard_six','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(797,0,'qformat_blackboard_six','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(798,0,'qformat_gift',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(799,0,'qformat_gift','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(800,0,'qformat_gift','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(801,0,'qformat_missingword',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(802,0,'qformat_missingword','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(803,0,'qformat_missingword','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(804,0,'qformat_multianswer',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(805,0,'qformat_multianswer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(806,0,'qformat_multianswer','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(807,0,'qformat_xhtml',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(808,0,'qformat_xhtml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(809,0,'qformat_xhtml','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(810,0,'qformat_xml',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(811,0,'qformat_xml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(812,0,'qformat_xml','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(813,0,'tool_admin_presets',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(814,0,'tool_admin_presets','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(815,0,'tool_admin_presets','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(816,0,'tool_analytics',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(817,0,'tool_analytics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(818,0,'tool_analytics','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(819,0,'tool_availabilityconditions',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(820,0,'tool_availabilityconditions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(821,0,'tool_availabilityconditions','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(822,0,'tool_behat',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(823,0,'tool_behat','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(824,0,'tool_behat','2023100900','2023100900','Plugin installed',NULL,'',0,1722414934),(825,0,'tool_brickfield',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414934),(826,0,'tool_brickfield','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414934),(827,0,'tool_brickfield','2023100900','2023100900','Plugin installed',NULL,'',0,1722414935),(828,0,'tool_capability',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414935),(829,0,'tool_capability','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414935),(830,0,'tool_capability','2023100900','2023100900','Plugin installed',NULL,'',0,1722414935),(831,0,'tool_cohortroles',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414935),(832,0,'tool_cohortroles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414935),(833,0,'tool_cohortroles','2023100900','2023100900','Plugin installed',NULL,'',0,1722414935),(834,0,'tool_componentlibrary',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414935),(835,0,'tool_componentlibrary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414935),(836,0,'tool_componentlibrary','2023100900','2023100900','Plugin installed',NULL,'',0,1722414935),(837,0,'tool_customlang',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414935),(838,0,'tool_customlang','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414935),(839,0,'tool_customlang','2023100900','2023100900','Plugin installed',NULL,'',0,1722414935),(840,0,'tool_dataprivacy',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414935),(841,0,'tool_dataprivacy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414935),(842,0,'tool_dataprivacy','2023100900','2023100900','Plugin installed',NULL,'',0,1722414935),(843,0,'tool_dbtransfer',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414935),(844,0,'tool_dbtransfer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414935),(845,0,'tool_dbtransfer','2023100900','2023100900','Plugin installed',NULL,'',0,1722414935),(846,0,'tool_filetypes',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414935),(847,0,'tool_filetypes','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414935),(848,0,'tool_filetypes','2023100900','2023100900','Plugin installed',NULL,'',0,1722414935),(849,0,'tool_generator',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414935),(850,0,'tool_generator','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414935),(851,0,'tool_generator','2023100900','2023100900','Plugin installed',NULL,'',0,1722414935),(852,0,'tool_httpsreplace',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414935),(853,0,'tool_httpsreplace','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414935),(854,0,'tool_httpsreplace','2023100900','2023100900','Plugin installed',NULL,'',0,1722414935),(855,0,'tool_innodb',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414935),(856,0,'tool_innodb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414935),(857,0,'tool_innodb','2023100900','2023100900','Plugin installed',NULL,'',0,1722414935),(858,0,'tool_installaddon',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414935),(859,0,'tool_installaddon','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414935),(860,0,'tool_installaddon','2023100900','2023100900','Plugin installed',NULL,'',0,1722414935),(861,0,'tool_langimport',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414935),(862,0,'tool_langimport','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414935),(863,0,'tool_langimport','2023100900','2023100900','Plugin installed',NULL,'',0,1722414935),(864,0,'tool_licensemanager',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414935),(865,0,'tool_licensemanager','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414935),(866,0,'tool_licensemanager','2023100900','2023100900','Plugin installed',NULL,'',0,1722414935),(867,0,'tool_log',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414935),(868,0,'tool_log','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414935),(869,0,'tool_log','2023100900','2023100900','Plugin installed',NULL,'',0,1722414935),(870,0,'tool_lp',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414935),(871,0,'tool_lp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414935),(872,0,'tool_lp','2023100900','2023100900','Plugin installed',NULL,'',0,1722414935),(873,0,'tool_lpimportcsv',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414935),(874,0,'tool_lpimportcsv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414935),(875,0,'tool_lpimportcsv','2023100900','2023100900','Plugin installed',NULL,'',0,1722414935),(876,0,'tool_lpmigrate',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414935),(877,0,'tool_lpmigrate','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414935),(878,0,'tool_lpmigrate','2023100900','2023100900','Plugin installed',NULL,'',0,1722414935),(879,0,'tool_messageinbound',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414935),(880,0,'tool_messageinbound','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414935),(881,0,'tool_messageinbound','2023100900','2023100900','Plugin installed',NULL,'',0,1722414935),(882,0,'tool_mfa',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414935),(883,0,'tool_mfa','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414935),(884,0,'tool_mfa','2023100900','2023100900','Plugin installed',NULL,'',0,1722414936),(885,0,'tool_mobile',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414936),(886,0,'tool_mobile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414936),(887,0,'tool_mobile','2023100900','2023100900','Plugin installed',NULL,'',0,1722414936),(888,0,'tool_monitor',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414936),(889,0,'tool_monitor','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414936),(890,0,'tool_monitor','2023100900','2023100900','Plugin installed',NULL,'',0,1722414936),(891,0,'tool_moodlenet',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414936),(892,0,'tool_moodlenet','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414936),(893,0,'tool_moodlenet','2023100900','2023100900','Plugin installed',NULL,'',0,1722414936),(894,0,'tool_multilangupgrade',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414936),(895,0,'tool_multilangupgrade','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414936),(896,0,'tool_multilangupgrade','2023100900','2023100900','Plugin installed',NULL,'',0,1722414936),(897,0,'tool_oauth2',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414936),(898,0,'tool_oauth2','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414936),(899,0,'tool_oauth2','2023100900','2023100900','Plugin installed',NULL,'',0,1722414936),(900,0,'tool_phpunit',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414936),(901,0,'tool_phpunit','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414936),(902,0,'tool_phpunit','2023100900','2023100900','Plugin installed',NULL,'',0,1722414936),(903,0,'tool_policy',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414936),(904,0,'tool_policy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414936),(905,0,'tool_policy','2023100900','2023100900','Plugin installed',NULL,'',0,1722414936),(906,0,'tool_profiling',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414936),(907,0,'tool_profiling','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414936),(908,0,'tool_profiling','2023100900','2023100900','Plugin installed',NULL,'',0,1722414936),(909,0,'tool_recyclebin',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414936),(910,0,'tool_recyclebin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414936),(911,0,'tool_recyclebin','2023100900','2023100900','Plugin installed',NULL,'',0,1722414936),(912,0,'tool_replace',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414936),(913,0,'tool_replace','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414936),(914,0,'tool_replace','2023100900','2023100900','Plugin installed',NULL,'',0,1722414936),(915,0,'tool_spamcleaner',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414936),(916,0,'tool_spamcleaner','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414936),(917,0,'tool_spamcleaner','2023100900','2023100900','Plugin installed',NULL,'',0,1722414936),(918,0,'tool_task',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414936),(919,0,'tool_task','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414936),(920,0,'tool_task','2023100900','2023100900','Plugin installed',NULL,'',0,1722414936),(921,0,'tool_templatelibrary',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414936),(922,0,'tool_templatelibrary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414936),(923,0,'tool_templatelibrary','2023100900','2023100900','Plugin installed',NULL,'',0,1722414936),(924,0,'tool_unsuproles',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414936),(925,0,'tool_unsuproles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414936),(926,0,'tool_unsuproles','2023100900','2023100900','Plugin installed',NULL,'',0,1722414936),(927,0,'tool_uploadcourse',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414936),(928,0,'tool_uploadcourse','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414936),(929,0,'tool_uploadcourse','2023100900','2023100900','Plugin installed',NULL,'',0,1722414936),(930,0,'tool_uploaduser',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414936),(931,0,'tool_uploaduser','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414936),(932,0,'tool_uploaduser','2023100900','2023100900','Plugin installed',NULL,'',0,1722414936),(933,0,'tool_usertours',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414936),(934,0,'tool_usertours','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414936),(935,0,'tool_usertours','2023100900','2023100900','Plugin installed',NULL,'',0,1722414936),(936,0,'tool_xmldb',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414936),(937,0,'tool_xmldb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414936),(938,0,'tool_xmldb','2023100900','2023100900','Plugin installed',NULL,'',0,1722414936),(939,0,'cachestore_apcu',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414936),(940,0,'cachestore_apcu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414937),(941,0,'cachestore_apcu','2023100900','2023100900','Plugin installed',NULL,'',0,1722414937),(942,0,'cachestore_file',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414937),(943,0,'cachestore_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414937),(944,0,'cachestore_file','2023100900','2023100900','Plugin installed',NULL,'',0,1722414937),(945,0,'cachestore_redis',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414937),(946,0,'cachestore_redis','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414937),(947,0,'cachestore_redis','2023100900','2023100900','Plugin installed',NULL,'',0,1722414937),(948,0,'cachestore_session',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414937),(949,0,'cachestore_session','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414937),(950,0,'cachestore_session','2023100900','2023100900','Plugin installed',NULL,'',0,1722414937),(951,0,'cachestore_static',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414937),(952,0,'cachestore_static','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414937),(953,0,'cachestore_static','2023100900','2023100900','Plugin installed',NULL,'',0,1722414937),(954,0,'cachelock_file',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414937),(955,0,'cachelock_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414937),(956,0,'cachelock_file','2023100900','2023100900','Plugin installed',NULL,'',0,1722414937),(957,0,'fileconverter_googledrive',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414937),(958,0,'fileconverter_googledrive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414937),(959,0,'fileconverter_googledrive','2023100900','2023100900','Plugin installed',NULL,'',0,1722414937),(960,0,'fileconverter_unoconv',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414937),(961,0,'fileconverter_unoconv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414937),(962,0,'fileconverter_unoconv','2023100900','2023100900','Plugin installed',NULL,'',0,1722414937),(963,0,'contenttype_h5p',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414937),(964,0,'contenttype_h5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414937),(965,0,'contenttype_h5p','2023100900','2023100900','Plugin installed',NULL,'',0,1722414937),(966,0,'theme_boost',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414937),(967,0,'theme_boost','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414937),(968,0,'theme_boost','2023100900','2023100900','Plugin installed',NULL,'',0,1722414937),(969,0,'theme_classic',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414937),(970,0,'theme_classic','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414937),(971,0,'theme_classic','2023100900','2023100900','Plugin installed',NULL,'',0,1722414937),(972,0,'local_asystgrade',NULL,'2024032201','Starting plugin installation',NULL,'',0,1722414937),(973,0,'local_asystgrade','2024032201','2024032201','Upgrade savepoint reached',NULL,'',0,1722414937),(974,0,'local_asystgrade','2024032201','2024032201','Plugin installed',NULL,'',0,1722414937),(975,0,'h5plib_v126',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414937),(976,0,'h5plib_v126','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414937),(977,0,'h5plib_v126','2023100900','2023100900','Plugin installed',NULL,'',0,1722414937),(978,0,'paygw_paypal',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414937),(979,0,'paygw_paypal','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414937),(980,0,'paygw_paypal','2023100900','2023100900','Plugin installed',NULL,'',0,1722414937),(981,0,'assignsubmission_comments',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414937),(982,0,'assignsubmission_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414937),(983,0,'assignsubmission_comments','2023100900','2023100900','Plugin installed',NULL,'',0,1722414937),(984,0,'assignsubmission_file',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414937),(985,0,'assignsubmission_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414937),(986,0,'assignsubmission_file','2023100900','2023100900','Plugin installed',NULL,'',0,1722414937),(987,0,'assignsubmission_onlinetext',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414937),(988,0,'assignsubmission_onlinetext','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414937),(989,0,'assignsubmission_onlinetext','2023100900','2023100900','Plugin installed',NULL,'',0,1722414937),(990,0,'assignfeedback_comments',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414937),(991,0,'assignfeedback_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414937),(992,0,'assignfeedback_comments','2023100900','2023100900','Plugin installed',NULL,'',0,1722414937),(993,0,'assignfeedback_editpdf',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414937),(994,0,'assignfeedback_editpdf','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414937),(995,0,'assignfeedback_editpdf','2023100900','2023100900','Plugin installed',NULL,'',0,1722414937),(996,0,'assignfeedback_file',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414937),(997,0,'assignfeedback_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414937),(998,0,'assignfeedback_file','2023100900','2023100900','Plugin installed',NULL,'',0,1722414937),(999,0,'assignfeedback_offline',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414937),(1000,0,'assignfeedback_offline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414937),(1001,0,'assignfeedback_offline','2023100900','2023100900','Plugin installed',NULL,'',0,1722414937),(1002,0,'booktool_exportimscp',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414937),(1003,0,'booktool_exportimscp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414937),(1004,0,'booktool_exportimscp','2023100900','2023100900','Plugin installed',NULL,'',0,1722414937),(1005,0,'booktool_importhtml',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414937),(1006,0,'booktool_importhtml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414937),(1007,0,'booktool_importhtml','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1008,0,'booktool_print',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1009,0,'booktool_print','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1010,0,'booktool_print','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1011,0,'datafield_checkbox',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1012,0,'datafield_checkbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1013,0,'datafield_checkbox','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1014,0,'datafield_date',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1015,0,'datafield_date','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1016,0,'datafield_date','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1017,0,'datafield_file',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1018,0,'datafield_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1019,0,'datafield_file','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1020,0,'datafield_latlong',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1021,0,'datafield_latlong','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1022,0,'datafield_latlong','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1023,0,'datafield_menu',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1024,0,'datafield_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1025,0,'datafield_menu','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1026,0,'datafield_multimenu',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1027,0,'datafield_multimenu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1028,0,'datafield_multimenu','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1029,0,'datafield_number',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1030,0,'datafield_number','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1031,0,'datafield_number','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1032,0,'datafield_picture',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1033,0,'datafield_picture','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1034,0,'datafield_picture','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1035,0,'datafield_radiobutton',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1036,0,'datafield_radiobutton','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1037,0,'datafield_radiobutton','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1038,0,'datafield_text',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1039,0,'datafield_text','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1040,0,'datafield_text','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1041,0,'datafield_textarea',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1042,0,'datafield_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1043,0,'datafield_textarea','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1044,0,'datafield_url',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1045,0,'datafield_url','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1046,0,'datafield_url','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1047,0,'datapreset_imagegallery',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1048,0,'datapreset_imagegallery','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1049,0,'datapreset_imagegallery','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1050,0,'datapreset_journal',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1051,0,'datapreset_journal','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1052,0,'datapreset_journal','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1053,0,'datapreset_proposals',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1054,0,'datapreset_proposals','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1055,0,'datapreset_proposals','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1056,0,'datapreset_resources',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1057,0,'datapreset_resources','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1058,0,'datapreset_resources','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1059,0,'forumreport_summary',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1060,0,'forumreport_summary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1061,0,'forumreport_summary','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1062,0,'ltiservice_basicoutcomes',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1063,0,'ltiservice_basicoutcomes','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1064,0,'ltiservice_basicoutcomes','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1065,0,'ltiservice_gradebookservices',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1066,0,'ltiservice_gradebookservices','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1067,0,'ltiservice_gradebookservices','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1068,0,'ltiservice_memberships',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1069,0,'ltiservice_memberships','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1070,0,'ltiservice_memberships','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1071,0,'ltiservice_profile',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1072,0,'ltiservice_profile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1073,0,'ltiservice_profile','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1074,0,'ltiservice_toolproxy',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1075,0,'ltiservice_toolproxy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1076,0,'ltiservice_toolproxy','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1077,0,'ltiservice_toolsettings',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1078,0,'ltiservice_toolsettings','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1079,0,'ltiservice_toolsettings','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1080,0,'quiz_grading',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1081,0,'quiz_grading','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1082,0,'quiz_grading','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1083,0,'quiz_overview',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1084,0,'quiz_overview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1085,0,'quiz_overview','2023100900','2023100900','Plugin installed',NULL,'',0,1722414938),(1086,0,'quiz_responses',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414938),(1087,0,'quiz_responses','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414938),(1088,0,'quiz_responses','2023100900','2023100900','Plugin installed',NULL,'',0,1722414939),(1089,0,'quiz_statistics',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414939),(1090,0,'quiz_statistics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414939),(1091,0,'quiz_statistics','2023100900','2023100900','Plugin installed',NULL,'',0,1722414939),(1092,0,'quizaccess_delaybetweenattempts',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414939),(1093,0,'quizaccess_delaybetweenattempts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414939),(1094,0,'quizaccess_delaybetweenattempts','2023100900','2023100900','Plugin installed',NULL,'',0,1722414939),(1095,0,'quizaccess_ipaddress',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414939),(1096,0,'quizaccess_ipaddress','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414939),(1097,0,'quizaccess_ipaddress','2023100900','2023100900','Plugin installed',NULL,'',0,1722414939),(1098,0,'quizaccess_numattempts',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414939),(1099,0,'quizaccess_numattempts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414939),(1100,0,'quizaccess_numattempts','2023100900','2023100900','Plugin installed',NULL,'',0,1722414939),(1101,0,'quizaccess_offlineattempts',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414939),(1102,0,'quizaccess_offlineattempts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414939),(1103,0,'quizaccess_offlineattempts','2023100900','2023100900','Plugin installed',NULL,'',0,1722414939),(1104,0,'quizaccess_openclosedate',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414939),(1105,0,'quizaccess_openclosedate','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414939),(1106,0,'quizaccess_openclosedate','2023100900','2023100900','Plugin installed',NULL,'',0,1722414939),(1107,0,'quizaccess_password',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414939),(1108,0,'quizaccess_password','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414939),(1109,0,'quizaccess_password','2023100900','2023100900','Plugin installed',NULL,'',0,1722414939),(1110,0,'quizaccess_seb',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414939),(1111,0,'quizaccess_seb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414939),(1112,0,'quizaccess_seb','2023100900','2023100900','Plugin installed',NULL,'',0,1722414939),(1113,0,'quizaccess_securewindow',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414939),(1114,0,'quizaccess_securewindow','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414939),(1115,0,'quizaccess_securewindow','2023100900','2023100900','Plugin installed',NULL,'',0,1722414939),(1116,0,'quizaccess_timelimit',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414939),(1117,0,'quizaccess_timelimit','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414939),(1118,0,'quizaccess_timelimit','2023100900','2023100900','Plugin installed',NULL,'',0,1722414939),(1119,0,'scormreport_basic',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414939),(1120,0,'scormreport_basic','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414939),(1121,0,'scormreport_basic','2023100900','2023100900','Plugin installed',NULL,'',0,1722414939),(1122,0,'scormreport_graphs',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414939),(1123,0,'scormreport_graphs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414939),(1124,0,'scormreport_graphs','2023100900','2023100900','Plugin installed',NULL,'',0,1722414939),(1125,0,'scormreport_interactions',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414939),(1126,0,'scormreport_interactions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414939),(1127,0,'scormreport_interactions','2023100900','2023100900','Plugin installed',NULL,'',0,1722414939),(1128,0,'scormreport_objectives',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414939),(1129,0,'scormreport_objectives','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414939),(1130,0,'scormreport_objectives','2023100900','2023100900','Plugin installed',NULL,'',0,1722414939),(1131,0,'workshopform_accumulative',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414939),(1132,0,'workshopform_accumulative','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414939),(1133,0,'workshopform_accumulative','2023100900','2023100900','Plugin installed',NULL,'',0,1722414939),(1134,0,'workshopform_comments',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414939),(1135,0,'workshopform_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414939),(1136,0,'workshopform_comments','2023100900','2023100900','Plugin installed',NULL,'',0,1722414939),(1137,0,'workshopform_numerrors',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414939),(1138,0,'workshopform_numerrors','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414939),(1139,0,'workshopform_numerrors','2023100900','2023100900','Plugin installed',NULL,'',0,1722414939),(1140,0,'workshopform_rubric',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414939),(1141,0,'workshopform_rubric','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414939),(1142,0,'workshopform_rubric','2023100900','2023100900','Plugin installed',NULL,'',0,1722414939),(1143,0,'workshopallocation_manual',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414939),(1144,0,'workshopallocation_manual','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414939),(1145,0,'workshopallocation_manual','2023100900','2023100900','Plugin installed',NULL,'',0,1722414939),(1146,0,'workshopallocation_random',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414939),(1147,0,'workshopallocation_random','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414939),(1148,0,'workshopallocation_random','2023100900','2023100900','Plugin installed',NULL,'',0,1722414939),(1149,0,'workshopallocation_scheduled',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414939),(1150,0,'workshopallocation_scheduled','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414939),(1151,0,'workshopallocation_scheduled','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1152,0,'workshopeval_best',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1153,0,'workshopeval_best','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1154,0,'workshopeval_best','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1155,0,'atto_accessibilitychecker',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1156,0,'atto_accessibilitychecker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1157,0,'atto_accessibilitychecker','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1158,0,'atto_accessibilityhelper',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1159,0,'atto_accessibilityhelper','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1160,0,'atto_accessibilityhelper','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1161,0,'atto_align',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1162,0,'atto_align','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1163,0,'atto_align','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1164,0,'atto_backcolor',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1165,0,'atto_backcolor','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1166,0,'atto_backcolor','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1167,0,'atto_bold',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1168,0,'atto_bold','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1169,0,'atto_bold','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1170,0,'atto_charmap',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1171,0,'atto_charmap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1172,0,'atto_charmap','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1173,0,'atto_clear',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1174,0,'atto_clear','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1175,0,'atto_clear','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1176,0,'atto_collapse',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1177,0,'atto_collapse','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1178,0,'atto_collapse','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1179,0,'atto_emojipicker',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1180,0,'atto_emojipicker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1181,0,'atto_emojipicker','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1182,0,'atto_emoticon',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1183,0,'atto_emoticon','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1184,0,'atto_emoticon','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1185,0,'atto_equation',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1186,0,'atto_equation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1187,0,'atto_equation','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1188,0,'atto_fontcolor',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1189,0,'atto_fontcolor','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1190,0,'atto_fontcolor','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1191,0,'atto_h5p',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1192,0,'atto_h5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1193,0,'atto_h5p','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1194,0,'atto_html',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1195,0,'atto_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1196,0,'atto_html','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1197,0,'atto_image',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1198,0,'atto_image','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1199,0,'atto_image','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1200,0,'atto_indent',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1201,0,'atto_indent','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1202,0,'atto_indent','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1203,0,'atto_italic',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1204,0,'atto_italic','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1205,0,'atto_italic','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1206,0,'atto_link',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1207,0,'atto_link','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1208,0,'atto_link','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1209,0,'atto_managefiles',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1210,0,'atto_managefiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1211,0,'atto_managefiles','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1212,0,'atto_media',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1213,0,'atto_media','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1214,0,'atto_media','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1215,0,'atto_noautolink',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1216,0,'atto_noautolink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1217,0,'atto_noautolink','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1218,0,'atto_orderedlist',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1219,0,'atto_orderedlist','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1220,0,'atto_orderedlist','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1221,0,'atto_recordrtc',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1222,0,'atto_recordrtc','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1223,0,'atto_recordrtc','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1224,0,'atto_rtl',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1225,0,'atto_rtl','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1226,0,'atto_rtl','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1227,0,'atto_strike',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1228,0,'atto_strike','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1229,0,'atto_strike','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1230,0,'atto_subscript',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1231,0,'atto_subscript','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1232,0,'atto_subscript','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1233,0,'atto_superscript',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1234,0,'atto_superscript','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1235,0,'atto_superscript','2023100900','2023100900','Plugin installed',NULL,'',0,1722414940),(1236,0,'atto_table',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414940),(1237,0,'atto_table','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414940),(1238,0,'atto_table','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1239,0,'atto_title',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1240,0,'atto_title','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1241,0,'atto_title','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1242,0,'atto_underline',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1243,0,'atto_underline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1244,0,'atto_underline','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1245,0,'atto_undo',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1246,0,'atto_undo','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1247,0,'atto_undo','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1248,0,'atto_unorderedlist',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1249,0,'atto_unorderedlist','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1250,0,'atto_unorderedlist','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1251,0,'tiny_accessibilitychecker',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1252,0,'tiny_accessibilitychecker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1253,0,'tiny_accessibilitychecker','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1254,0,'tiny_autosave',NULL,'2023100901','Starting plugin installation',NULL,'',0,1722414941),(1255,0,'tiny_autosave','2023100901','2023100901','Upgrade savepoint reached',NULL,'',0,1722414941),(1256,0,'tiny_autosave','2023100901','2023100901','Plugin installed',NULL,'',0,1722414941),(1257,0,'tiny_equation',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1258,0,'tiny_equation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1259,0,'tiny_equation','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1260,0,'tiny_h5p',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1261,0,'tiny_h5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1262,0,'tiny_h5p','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1263,0,'tiny_html',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1264,0,'tiny_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1265,0,'tiny_html','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1266,0,'tiny_link',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1267,0,'tiny_link','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1268,0,'tiny_link','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1269,0,'tiny_media',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1270,0,'tiny_media','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1271,0,'tiny_media','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1272,0,'tiny_noautolink',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1273,0,'tiny_noautolink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1274,0,'tiny_noautolink','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1275,0,'tiny_premium',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1276,0,'tiny_premium','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1277,0,'tiny_premium','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1278,0,'tiny_recordrtc',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1279,0,'tiny_recordrtc','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1280,0,'tiny_recordrtc','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1281,0,'logstore_database',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1282,0,'logstore_database','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1283,0,'logstore_database','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1284,0,'logstore_standard',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1285,0,'logstore_standard','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1286,0,'logstore_standard','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1287,0,'factor_admin',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1288,0,'factor_admin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1289,0,'factor_admin','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1290,0,'factor_auth',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1291,0,'factor_auth','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1292,0,'factor_auth','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1293,0,'factor_capability',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1294,0,'factor_capability','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1295,0,'factor_capability','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1296,0,'factor_cohort',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1297,0,'factor_cohort','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1298,0,'factor_cohort','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1299,0,'factor_email',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1300,0,'factor_email','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1301,0,'factor_email','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1302,0,'factor_grace',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1303,0,'factor_grace','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1304,0,'factor_grace','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1305,0,'factor_iprange',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1306,0,'factor_iprange','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1307,0,'factor_iprange','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1308,0,'factor_nosetup',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1309,0,'factor_nosetup','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1310,0,'factor_nosetup','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1311,0,'factor_role',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1312,0,'factor_role','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1313,0,'factor_role','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1314,0,'factor_token',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1315,0,'factor_token','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1316,0,'factor_token','2023100900','2023100900','Plugin installed',NULL,'',0,1722414941),(1317,0,'factor_totp',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414941),(1318,0,'factor_totp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414941),(1319,0,'factor_totp','2023100900','2023100900','Plugin installed',NULL,'',0,1722414942),(1320,0,'factor_webauthn',NULL,'2023100900','Starting plugin installation',NULL,'',0,1722414942),(1321,0,'factor_webauthn','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1722414942),(1322,0,'factor_webauthn','2023100900','2023100900','Plugin installed',NULL,'',0,1722414942); /*!40000 ALTER TABLE `mdl_upgrade_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_url` -- DROP TABLE IF EXISTS `mdl_url`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_url` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT 0, `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext DEFAULT NULL, `introformat` smallint(4) NOT NULL DEFAULT 0, `externalurl` longtext NOT NULL, `display` smallint(4) NOT NULL DEFAULT 0, `displayoptions` longtext DEFAULT NULL, `parameters` longtext DEFAULT NULL, `timemodified` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_url_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='each record is one url resource'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_url` -- LOCK TABLES `mdl_url` WRITE; /*!40000 ALTER TABLE `mdl_url` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_url` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_user` -- DROP TABLE IF EXISTS `mdl_user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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, `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, `description` longtext DEFAULT NULL, `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, `moodlenetprofile` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_user_mneuse_uix` (`mnethostid`,`username`), KEY `mdl_user_del_ix` (`deleted`), KEY `mdl_user_con_ix` (`confirmed`), KEY `mdl_user_fir_ix` (`firstname`), KEY `mdl_user_las_ix` (`lastname`), KEY `mdl_user_cit_ix` (`city`), KEY `mdl_user_cou_ix` (`country`), KEY `mdl_user_las2_ix` (`lastaccess`), KEY `mdl_user_ema_ix` (`email`), KEY `mdl_user_aut_ix` (`auth`), KEY `mdl_user_idn_ix` (`idnumber`), KEY `mdl_user_fir2_ix` (`firstnamephonetic`), KEY `mdl_user_las3_ix` (`lastnamephonetic`), KEY `mdl_user_mid_ix` (`middlename`), KEY `mdl_user_alt_ix` (`alternatename`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='One record for each person'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_user` -- LOCK TABLES `mdl_user` WRITE; /*!40000 ALTER TABLE `mdl_user` DISABLE KEYS */; INSERT INTO `mdl_user` (`id`, `auth`, `confirmed`, `policyagreed`, `deleted`, `suspended`, `mnethostid`, `username`, `password`, `idnumber`, `firstname`, `lastname`, `email`, `emailstop`, `phone1`, `phone2`, `institution`, `department`, `address`, `city`, `country`, `lang`, `calendartype`, `theme`, `timezone`, `firstaccess`, `lastaccess`, `lastlogin`, `currentlogin`, `lastip`, `secret`, `picture`, `description`, `descriptionformat`, `mailformat`, `maildigest`, `maildisplay`, `autosubscribe`, `trackforums`, `timecreated`, `timemodified`, `trustbitmask`, `imagealt`, `lastnamephonetic`, `firstnamephonetic`, `middlename`, `alternatename`, `moodlenetprofile`) VALUES (1,'manual',1,0,0,0,1,'guest','$6$rounds=10000$VEfg1QQLhv2gnlOv$UOs1Og57Qpozts3tu8YviP1VjaYnUYvAu9jfEW055vljea8sgQK5zxkznaXCy8yv1/i2mSYmdeppI1qATobYt.','','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,1722414907,0,NULL,NULL,NULL,NULL,NULL,NULL),(2,'manual',1,0,0,0,1,'admin','$6$rounds=10000$f/QS3NEJasovUuD3$/CSGYzRuSavy6pFDZKnvw9uV3K4evMgGK1Ru/POFuSUm8BG0o0p0zefsNmpNCq8xrSn9b.WP7A/eCrA5y8b6t1','','Artem','Baranovskyi','artem.baranovsky1980@gmail.com',0,'','','','','','Stuttgart','DE','en','gregorian','','Europe/Berlin',1722414999,1722417099,0,1722414999,'172.18.0.1','',0,NULL,1,1,0,1,1,0,0,1722415040,0,NULL,NULL,NULL,NULL,NULL,NULL),(3,'manual',1,0,0,0,1,'johndou','$6$rounds=10000$EiwvLG2n.kJIleIj$dlJRzbg1O6TAAbc6YCCSVigCq2.IA4tpyPZbh.WcAEYzd7Owh88QY/kEZPNd9XXE50AmQGpGSkLlb1aLIGQcP0','','John','Doe','johndoe@gmail.com',0,'','','HFT','','','Stuttgart','DE','en','gregorian','','Europe/Berlin',1722416287,1722416356,0,1722416287,'172.18.0.1','',0,'',1,1,0,2,1,0,1722416119,1722416119,0,'','','','','',''),(4,'manual',1,0,0,0,1,'markberg','$6$rounds=10000$CwB2MBR/rhWoE0lH$ROpfrj0c2iMoxwuSlg8fuYjNSlR48zvjH2vXkJXHfFC4R0clCk6MXKjSjCbVxXAPB7zfM1YqB.mAysP/agQ9a/','','Mark','Berg','markberg@gmail.com',0,'','','','','','Stuttgart','DE','en','gregorian','','Europe/Berlin',1722416391,1722417069,0,1722416391,'172.18.0.1','',0,'',1,1,0,2,1,0,1722416167,1722416190,0,'','','','','',''); /*!40000 ALTER TABLE `mdl_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_user_devices` -- DROP TABLE IF EXISTS `mdl_user_devices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 '', `publickey` longtext DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_userdevi_pususe_uix` (`pushid`,`userid`), KEY `mdl_userdevi_uuiuse_ix` (`uuid`,`userid`), KEY `mdl_userdevi_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table stores user''s mobile devices information in order'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_user_devices` -- LOCK TABLES `mdl_user_devices` WRITE; /*!40000 ALTER TABLE `mdl_user_devices` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_user_devices` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_user_enrolments` -- DROP TABLE IF EXISTS `mdl_user_enrolments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_userenro_enruse_uix` (`enrolid`,`userid`), KEY `mdl_userenro_enr_ix` (`enrolid`), KEY `mdl_userenro_use_ix` (`userid`), KEY `mdl_userenro_mod_ix` (`modifierid`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Users participating in courses (aka enrolled users) - everyb'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_user_enrolments` -- LOCK TABLES `mdl_user_enrolments` WRITE; /*!40000 ALTER TABLE `mdl_user_enrolments` DISABLE KEYS */; INSERT INTO `mdl_user_enrolments` (`id`, `status`, `enrolid`, `userid`, `timestart`, `timeend`, `modifierid`, `timecreated`, `timemodified`) VALUES (1,0,1,2,0,0,2,1722415073,1722415073),(2,0,1,3,1722416199,0,2,1722416223,1722416223),(3,0,1,4,1722416199,0,2,1722416223,1722416223); /*!40000 ALTER TABLE `mdl_user_enrolments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_user_info_category` -- DROP TABLE IF EXISTS `mdl_user_info_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Customisable fields categories'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_user_info_category` -- LOCK TABLES `mdl_user_info_category` WRITE; /*!40000 ALTER TABLE `mdl_user_info_category` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_user_info_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_user_info_data` -- DROP TABLE IF EXISTS `mdl_user_info_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_userinfodata_usefie_uix` (`userid`,`fieldid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Data for the customisable user fields'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_user_info_data` -- LOCK TABLES `mdl_user_info_data` WRITE; /*!40000 ALTER TABLE `mdl_user_info_data` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_user_info_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_user_info_field` -- DROP TABLE IF EXISTS `mdl_user_info_field`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `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 DEFAULT NULL, `defaultdataformat` tinyint(2) NOT NULL DEFAULT 0, `param1` longtext DEFAULT NULL, `param2` longtext DEFAULT NULL, `param3` longtext DEFAULT NULL, `param4` longtext DEFAULT NULL, `param5` longtext DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Customisable user profile fields'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_user_info_field` -- LOCK TABLES `mdl_user_info_field` WRITE; /*!40000 ALTER TABLE `mdl_user_info_field` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_user_info_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_user_lastaccess` -- DROP TABLE IF EXISTS `mdl_user_lastaccess`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_userlast_usecou_uix` (`userid`,`courseid`), KEY `mdl_userlast_use_ix` (`userid`), KEY `mdl_userlast_cou_ix` (`courseid`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED 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 `mdl_user_lastaccess` -- LOCK TABLES `mdl_user_lastaccess` WRITE; /*!40000 ALTER TABLE `mdl_user_lastaccess` DISABLE KEYS */; INSERT INTO `mdl_user_lastaccess` (`id`, `userid`, `courseid`, `timeaccess`) VALUES (1,2,2,1722417099),(2,3,2,1722416356),(3,4,2,1722417069); /*!40000 ALTER TABLE `mdl_user_lastaccess` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_user_password_history` -- DROP TABLE IF EXISTS `mdl_user_password_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_userpasshist_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='A rotating log of hashes of previously used passwords for ea'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_user_password_history` -- LOCK TABLES `mdl_user_password_history` WRITE; /*!40000 ALTER TABLE `mdl_user_password_history` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_user_password_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_user_password_resets` -- DROP TABLE IF EXISTS `mdl_user_password_resets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_userpassrese_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='table tracking password reset confirmation tokens'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_user_password_resets` -- LOCK TABLES `mdl_user_password_resets` WRITE; /*!40000 ALTER TABLE `mdl_user_password_resets` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_user_password_resets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_user_preferences` -- DROP TABLE IF EXISTS `mdl_user_preferences`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_userpref_usenam_uix` (`userid`,`name`), KEY `mdl_userpref_nam_ix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Allows modules to store arbitrary user preferences'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_user_preferences` -- LOCK TABLES `mdl_user_preferences` WRITE; /*!40000 ALTER TABLE `mdl_user_preferences` DISABLE KEYS */; INSERT INTO `mdl_user_preferences` (`id`, `userid`, `name`, `value`) VALUES (1,2,'core_message_migrate_data','1'),(2,2,'login_failed_count_since_success','0'),(3,2,'email_bounce_count','1'),(4,2,'email_send_count','1'),(5,2,'core_user_welcome','1722415055'),(6,2,'tool_usertours_tour_completion_time_4','1722415057'),(7,2,'drawer-open-index','1'),(8,2,'tool_usertours_tour_completion_time_3','1722415077'),(9,2,'coursesectionspreferences_2','{\"contentcollapsed\":[],\"indexcollapsed\":[2]}'),(10,2,'filepicker_recentrepository','5'),(11,2,'filepicker_recentlicense','unknown'),(12,2,'question_bank_qperpage','100'),(13,3,'auth_forcepasswordchange','0'),(14,3,'email_bounce_count','1'),(15,3,'email_send_count','1'),(16,4,'auth_forcepasswordchange','0'),(17,4,'email_bounce_count','0'),(18,4,'email_send_count','0'),(19,3,'core_message_migrate_data','1'),(20,3,'core_user_welcome','1722416288'),(21,3,'login_failed_count_since_success','0'),(22,4,'core_message_migrate_data','1'),(23,4,'core_user_welcome','1722416392'),(24,4,'login_failed_count_since_success','0'); /*!40000 ALTER TABLE `mdl_user_preferences` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_user_private_key` -- DROP TABLE IF EXISTS `mdl_user_private_key`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_userprivkey_scrval_ix` (`script`,`value`), KEY `mdl_userprivkey_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='access keys used in cookieless scripts - rss, etc.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_user_private_key` -- LOCK TABLES `mdl_user_private_key` WRITE; /*!40000 ALTER TABLE `mdl_user_private_key` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_user_private_key` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_wiki` -- DROP TABLE IF EXISTS `mdl_wiki`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_wiki` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL DEFAULT 0, `name` varchar(255) NOT NULL DEFAULT 'Wiki', `intro` longtext DEFAULT NULL, `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 `mdl_wiki_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores Wiki activity configuration'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_wiki` -- LOCK TABLES `mdl_wiki` WRITE; /*!40000 ALTER TABLE `mdl_wiki` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_wiki` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_wiki_links` -- DROP TABLE IF EXISTS `mdl_wiki_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_wikilink_fro_ix` (`frompageid`), KEY `mdl_wikilink_sub_ix` (`subwikiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Page wiki links'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_wiki_links` -- LOCK TABLES `mdl_wiki_links` WRITE; /*!40000 ALTER TABLE `mdl_wiki_links` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_wiki_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_wiki_locks` -- DROP TABLE IF EXISTS `mdl_wiki_locks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Manages page locks'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_wiki_locks` -- LOCK TABLES `mdl_wiki_locks` WRITE; /*!40000 ALTER TABLE `mdl_wiki_locks` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_wiki_locks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_wiki_pages` -- DROP TABLE IF EXISTS `mdl_wiki_pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_wikipage_subtituse_uix` (`subwikiid`,`title`,`userid`), KEY `mdl_wikipage_sub_ix` (`subwikiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_wiki_pages` -- LOCK TABLES `mdl_wiki_pages` WRITE; /*!40000 ALTER TABLE `mdl_wiki_pages` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_wiki_pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_wiki_subwikis` -- DROP TABLE IF EXISTS `mdl_wiki_subwikis`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_wikisubw_wikgrouse_uix` (`wikiid`,`groupid`,`userid`), KEY `mdl_wikisubw_wik_ix` (`wikiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores subwiki instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_wiki_subwikis` -- LOCK TABLES `mdl_wiki_subwikis` WRITE; /*!40000 ALTER TABLE `mdl_wiki_subwikis` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_wiki_subwikis` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_wiki_synonyms` -- DROP TABLE IF EXISTS `mdl_wiki_synonyms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_wikisyno_pagpag_uix` (`pageid`,`pagesynonym`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages synonyms'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_wiki_synonyms` -- LOCK TABLES `mdl_wiki_synonyms` WRITE; /*!40000 ALTER TABLE `mdl_wiki_synonyms` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_wiki_synonyms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_wiki_versions` -- DROP TABLE IF EXISTS `mdl_wiki_versions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_wikivers_pag_ix` (`pageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores wiki page history'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_wiki_versions` -- LOCK TABLES `mdl_wiki_versions` WRITE; /*!40000 ALTER TABLE `mdl_wiki_versions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_wiki_versions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_workshop` -- DROP TABLE IF EXISTS `mdl_workshop`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_workshop` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `course` bigint(10) NOT NULL, `name` varchar(255) NOT NULL DEFAULT '', `intro` longtext DEFAULT NULL, `introformat` smallint(3) NOT NULL DEFAULT 0, `instructauthors` longtext DEFAULT NULL, `instructauthorsformat` smallint(3) NOT NULL DEFAULT 0, `instructreviewers` longtext DEFAULT NULL, `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 DEFAULT NULL, `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 `mdl_work_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about the module instances and '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_workshop` -- LOCK TABLES `mdl_workshop` WRITE; /*!40000 ALTER TABLE `mdl_workshop` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_workshop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_workshop_aggregations` -- DROP TABLE IF EXISTS `mdl_workshop_aggregations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_workaggr_woruse_uix` (`workshopid`,`userid`), KEY `mdl_workaggr_wor_ix` (`workshopid`), KEY `mdl_workaggr_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Aggregated grades for assessment are stored here. The aggreg'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_workshop_aggregations` -- LOCK TABLES `mdl_workshop_aggregations` WRITE; /*!40000 ALTER TABLE `mdl_workshop_aggregations` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_workshop_aggregations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_workshop_assessments` -- DROP TABLE IF EXISTS `mdl_workshop_assessments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `feedbackauthorformat` smallint(3) DEFAULT 0, `feedbackauthorattachment` smallint(3) DEFAULT 0, `feedbackreviewer` longtext DEFAULT NULL, `feedbackreviewerformat` smallint(3) DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_workasse_sub_ix` (`submissionid`), KEY `mdl_workasse_gra_ix` (`gradinggradeoverby`), KEY `mdl_workasse_rev_ix` (`reviewerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Info about the made assessment and automatically calculated '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_workshop_assessments` -- LOCK TABLES `mdl_workshop_assessments` WRITE; /*!40000 ALTER TABLE `mdl_workshop_assessments` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_workshop_assessments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_workshop_grades` -- DROP TABLE IF EXISTS `mdl_workshop_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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) DEFAULT NULL, `peercomment` longtext DEFAULT NULL, `peercommentformat` smallint(3) DEFAULT 0, PRIMARY KEY (`id`), UNIQUE KEY `mdl_workgrad_assstrdim_uix` (`assessmentid`,`strategy`,`dimensionid`), KEY `mdl_workgrad_ass_ix` (`assessmentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='How the reviewers filled-up the grading forms, given grades '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_workshop_grades` -- LOCK TABLES `mdl_workshop_grades` WRITE; /*!40000 ALTER TABLE `mdl_workshop_grades` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_workshop_grades` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_workshop_submissions` -- DROP TABLE IF EXISTS `mdl_workshop_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `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 DEFAULT NULL, `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 `mdl_worksubm_wor_ix` (`workshopid`), KEY `mdl_worksubm_gra_ix` (`gradeoverby`), KEY `mdl_worksubm_aut_ix` (`authorid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Info about the submission and the aggregation of the grade f'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_workshop_submissions` -- LOCK TABLES `mdl_workshop_submissions` WRITE; /*!40000 ALTER TABLE `mdl_workshop_submissions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_workshop_submissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_workshopallocation_scheduled` -- DROP TABLE IF EXISTS `mdl_workshopallocation_scheduled`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 DEFAULT NULL, `resultstatus` bigint(10) DEFAULT NULL, `resultmessage` varchar(1333) DEFAULT NULL, `resultlog` longtext DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_worksche_wor_uix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the allocation settings for the scheduled allocator'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_workshopallocation_scheduled` -- LOCK TABLES `mdl_workshopallocation_scheduled` WRITE; /*!40000 ALTER TABLE `mdl_workshopallocation_scheduled` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_workshopallocation_scheduled` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_workshopeval_best_settings` -- DROP TABLE IF EXISTS `mdl_workshopeval_best_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_workbestsett_wor_uix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Settings for the grading evaluation subplugin Comparison wit'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_workshopeval_best_settings` -- LOCK TABLES `mdl_workshopeval_best_settings` WRITE; /*!40000 ALTER TABLE `mdl_workshopeval_best_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_workshopeval_best_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_workshopform_accumulative` -- DROP TABLE IF EXISTS `mdl_workshopform_accumulative`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_workshopform_accumulative` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `workshopid` bigint(10) NOT NULL, `sort` bigint(10) DEFAULT 0, `description` longtext DEFAULT NULL, `descriptionformat` smallint(3) DEFAULT 0, `grade` bigint(10) NOT NULL, `weight` mediumint(5) DEFAULT 1, PRIMARY KEY (`id`), KEY `mdl_workaccu_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Accumulative gradin'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_workshopform_accumulative` -- LOCK TABLES `mdl_workshopform_accumulative` WRITE; /*!40000 ALTER TABLE `mdl_workshopform_accumulative` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_workshopform_accumulative` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_workshopform_comments` -- DROP TABLE IF EXISTS `mdl_workshopform_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_workshopform_comments` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `workshopid` bigint(10) NOT NULL, `sort` bigint(10) DEFAULT 0, `description` longtext DEFAULT NULL, `descriptionformat` smallint(3) DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_workcomm_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Comments strategy f'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_workshopform_comments` -- LOCK TABLES `mdl_workshopform_comments` WRITE; /*!40000 ALTER TABLE `mdl_workshopform_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_workshopform_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_workshopform_numerrors` -- DROP TABLE IF EXISTS `mdl_workshopform_numerrors`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_workshopform_numerrors` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `workshopid` bigint(10) NOT NULL, `sort` bigint(10) DEFAULT 0, `description` longtext DEFAULT NULL, `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 `mdl_worknume_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Number of errors gr'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_workshopform_numerrors` -- LOCK TABLES `mdl_workshopform_numerrors` WRITE; /*!40000 ALTER TABLE `mdl_workshopform_numerrors` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_workshopform_numerrors` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_workshopform_numerrors_map` -- DROP TABLE IF EXISTS `mdl_workshopform_numerrors_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_worknumemap_wornon_uix` (`workshopid`,`nonegative`), KEY `mdl_worknumemap_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED 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 `mdl_workshopform_numerrors_map` -- LOCK TABLES `mdl_workshopform_numerrors_map` WRITE; /*!40000 ALTER TABLE `mdl_workshopform_numerrors_map` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_workshopform_numerrors_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_workshopform_rubric` -- DROP TABLE IF EXISTS `mdl_workshopform_rubric`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_workshopform_rubric` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `workshopid` bigint(10) NOT NULL, `sort` bigint(10) DEFAULT 0, `description` longtext DEFAULT NULL, `descriptionformat` smallint(3) DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_workrubr_wor_ix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Rubric grading stra'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_workshopform_rubric` -- LOCK TABLES `mdl_workshopform_rubric` WRITE; /*!40000 ALTER TABLE `mdl_workshopform_rubric` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_workshopform_rubric` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_workshopform_rubric_config` -- DROP TABLE IF EXISTS `mdl_workshopform_rubric_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_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 `mdl_workrubrconf_wor_uix` (`workshopid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Configuration table for the Rubric grading strategy'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_workshopform_rubric_config` -- LOCK TABLES `mdl_workshopform_rubric_config` WRITE; /*!40000 ALTER TABLE `mdl_workshopform_rubric_config` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_workshopform_rubric_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_workshopform_rubric_levels` -- DROP TABLE IF EXISTS `mdl_workshopform_rubric_levels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_workshopform_rubric_levels` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `dimensionid` bigint(10) NOT NULL, `grade` decimal(10,5) NOT NULL, `definition` longtext DEFAULT NULL, `definitionformat` smallint(3) DEFAULT 0, PRIMARY KEY (`id`), KEY `mdl_workrubrleve_dim_ix` (`dimensionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The definition of rubric rating scales'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_workshopform_rubric_levels` -- LOCK TABLES `mdl_workshopform_rubric_levels` WRITE; /*!40000 ALTER TABLE `mdl_workshopform_rubric_levels` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_workshopform_rubric_levels` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_xapi_states` -- DROP TABLE IF EXISTS `mdl_xapi_states`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_xapi_states` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `component` varchar(255) NOT NULL DEFAULT '', `userid` bigint(10) DEFAULT NULL, `itemid` bigint(10) NOT NULL, `stateid` varchar(255) NOT NULL DEFAULT '', `statedata` longtext DEFAULT NULL, `registration` varchar(255) DEFAULT NULL, `timecreated` bigint(10) NOT NULL, `timemodified` bigint(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_xapistat_comite_ix` (`component`,`itemid`), KEY `mdl_xapistat_use_ix` (`userid`), KEY `mdl_xapistat_tim_ix` (`timemodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The stored xAPI states'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_xapi_states` -- LOCK TABLES `mdl_xapi_states` WRITE; /*!40000 ALTER TABLE `mdl_xapi_states` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_xapi_states` 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 2024-07-31 13:33:10